/* this is client specific theme */
html{
	height:100%;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    font-family:  Gotham A,Gotham B,Helvetica,Arial,sans-serif !important;
    font-weight: 400;
}
body {
    color: #242934;
    font-weight: 400;
    line-height: 1.5;
}
.addressbutton{
	height:57px !important;
}
.addressbutton input{
	display:none;
}
.spacer{
	min-height:100px;
}
.InteLogin{
	margin-top:-45px;
	padding-top:15px;
}
.addressbutton label{
	min-width:120px;
	font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    color: #fff !important;
    background-color: #d7153a !important;
    border: transparent !important;
	font-weight: 400;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.addressbutton label:hover {
    color: #fff;
    background-color: #e92147 !important;
    border-color: #e92147 !important;
} 
#app-alert {
	white-space: pre-line;
}
main{
	min-height: calc(100% - 222px);
}
.btn-fill{
	min-width:105px;
}
/*customize the progress bar*/
.wizard li.current:after{
	display:None !important;
}

.btn[title="Add Member"]{float:right !important;}

.pageGuiding {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #000000 !important;
}

.connecting-line{
	border-bottom: .4em solid #004d44;
    opacity: .1;
}

.connecting-line-top{
	border-bottom: .4em solid #004d44
}

.wizard .nav-tabs > li{
	/*border-left: 4px solid white;*/
	z-index: 10;
}

.wizard li.active span.round-tab {
    border: 4px solid #004d44 !important;
}

.wizard .nav-tabs > li.active span.round-tab p {
    color: #004d44 !important;
}

.progressStep{
 color: #002664;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 23px;
}
.inlineLabel {
 margin-top:0px !important;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active{
	    background-color: rgba(0,133,179,0.2)!important;
     color: #242934 !important;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    
    width: 100%;
    font-weight: 600;
    border-bottom: 4px solid #d7153a;
}

.nav.nav-tabs {
    border-bottom: 2px solid #ddd;
}

.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

 .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover{
	 background-color: rgba(0,133,179,0.2);
 }
 .nav-tabs>li>a{
	  font-weight: 400;
      color:#333;
      border-bottom: 4px solid white;
 }
.ngx-datatable .datatable-body .datatable-body-row.success:not(.active){
	    background-color: rgba(0, 0, 0, 0.05) !important;
}    


#home.main-content {
    padding-top: 75px !important;
}

/*
.main-content, #detail.folderDetail {
    padding-top: 50px !important;
}*/

.logoText{
   display:block; 
   width:auto;
   margin-top:20px;
   white-space: nowrap;
   color: black;
}

.logoImg{
    display: inline-block;
    background-image: url(../img/logo_kitchener.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 133px;
    height: 102px;
    margin-left: 60px;
}

.landing-choices .nav-card a > div{
    background-color: rgb(22,22,22,0.9);
    color: #fff!important;
    border-color: rgb(22,22,220.9);
}

.landing-choices .nav-card a:hover > div {
    background: #000000;
    text-decoration: none;
}

.guidingtext{
    background-color: rgba(0,0,0,0.8);
    /* background-color:rgba(9,70,115,0.83); */
    margin-top:180px;
    border-radius: 16px;
    margin-bottom: 120px;
}

.logincard{
	 -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
   	background-color: rgba(0,0,0, 0.8) !important;
   	color:white;
}

.navbar{
    background: #ffffff;
    padding-bottom: 5px;
    height: auto;
    z-index: 2001;
    width:100%;
}

.navbar-nav > li > a > .icon-padding{
    color:#000000;
    font-weight: bold;
    font-size: 15px;
}

.fullbackground{  
    background-image: url(../img/yyz-banner.png);

}

.navbar-landing{
    background: #ffffff;
    height: 125px;
	height: auto;
    z-index: 2001;
    position: absolute;
    width:100%;
}

ul.navbar-left > li > a > p {
    color:#000000;
}

.navbar-inner {
    /*height: 30px;*/
    margin-top: 55px !important;
}

ul.navbar-right > li > a  > p {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}
.btn {
	font-family:Gotham A,Gotham B,Helvetica,Arial,sans-serif;
}
.btn-primary {
    color: #fff !important;
    background-color: #d7153a !important;
}

.btn-complete {
    color: #fff !important;
    background-color: #d7153a !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e92147 !important;
    border-color: #e92147 !important;
}

.btn-default {
    background-color: #004d44 !important;
    color: #fff !important;
    border-color: #004d44 !important;
}
.btn-default:hover{
    background: #001a17 !important;
    text-decoration: none !important;
    border-color: #001a17 !important;
}
.btn-success, .nsw-btn-fill {
    background-color: #004d44 !important;
    color: #fff !important;
    border-color: #004d44 !important;
}
.btn-success:hover, .nsw-btn-fill:hover{
    background: #001a17 !important;
    text-decoration: none !important;
    border-color: #001a17 !important;
}

button.btn.btn-info.btn-fill {
    padding-left: 6px;
    padding-right: 6px;
    background-color: white;
    color: black!important;
    border-color: #242934;
}
button.btn.btn-info.btn-fill:hover {
    background: gray;
    text-decoration: none;
    border-color: #242934;
}

.btn-info, .nsw-btn-outlined {
    padding-left: 6px;
    padding-right: 6px;
    background-color: white;
    color: black!important;
    border-color: white
}
.btn-info:hover, .nsw-btn-outlined:hover {
    background: gray;
    text-decoration: none;
    border-color: gray
}

.nsw-btn-back, .btn-danger{
	background-color: #fff !important;
    border-color: #242934 !important;
    border-width: 2px !important;
    color: #363636 !important;
    cursor: pointer !important;
    justify-content: center !important;
    padding: calc(.375em - 2px) 1rem !important;
    text-align: center !important;
    white-space: nowrap !important;
}
.nsw-btn-back:hover, .btn-danger:hover{
	background-color: #fff !important;
    border-color: #242934 !important;
    border-width: 2px !important;
    color: #363636 !important;
    cursor: pointer !important;
    justify-content: center !important;
    padding: calc(.375em - 2px) 1rem !important;
    text-align: center !important;
    white-space: nowrap !important;
}
.navbar-toggle {
    background-color: #000000 !important;
    background: #000000 !important;
}

body .btn-warning.btn-fill {
    padding-left: 6px;
    padding-right: 6px;
    background-color: white;
    color: black!important;
    border-color: white
}

body .btn-warning.btn-fill:hover {
    background: gray;
    text-decoration: none;
    border-color: gray
}

body .btn-primary.btn-fill {
    background-color: #004d44 !important;
    color: #fff !important;
    border-color: #004d44 !important;
}


body .btn-primary.btn-fill:hover {
    background: #001a17 !important;
    text-decoration: none !important;
    border-color: #001a17 !important;
}

body .btn-complete.btn-fill:hover{
    background-color: #fb404b !important;
    text-decoration: none !important;
    border-color: #001a17 !important;
}
body .btn-complete.btn-fill {
    background-color: #fb404b !important;
    color: #fff !important;
    border-color: #004d44 !important;
}


/*
.btn-primary.btn-fill {
    padding-left: 6px;
    padding-right: 6px;
}*/

.is-address-loading {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../img/spinner.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}



/*----------------------------------------------
  Form Input Field Customization
-----------------------------------------------*/
.nsw-form-input,
.nsw-form-select {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #333 !important;
    border: 1px solid #4c4f55 !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
@media (min-width: 62em) {
    .nsw-form-input,
    .nsw-form-select {
        font-size: 14px;
    }
}
.nsw-form-input:hover,
.nsw-form-select:hover {
   /* background-color: rgba(0, 133, 179, 0.2);*/
    background-color: rgba(255, 255, 255, 1);
}
.nsw-form-input:focus,
.nsw-form-select:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3 !important;
}
.nsw-form-input:disabled,
.nsw-form-select:disabled {
    background-color: #f4f4f7;
    border-color: #a0a5ae !important;
    color: #a0a5ae;
    cursor: not-allowed;
}
.nsw-form-input.has-error,
.nsw-form-input[aria-invalid="true"],
.nsw-form-select.has-error,
.nsw-form-select[aria-invalid="true"] {
    border-color: #b81237 !important;
    border-width: 2px !important;
}
.nsw-form-input.has-error:hover,
.nsw-form-input[aria-invalid="true"]:hover,
.nsw-form-select.has-error:hover,
.nsw-form-select[aria-invalid="true"]:hover {
    background-color: #f7e7eb;
}
.nsw-form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23002664' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 26l16-16-4-4-12 12L4 6l-4 4 16 16z'/%3E%3C/svg%3E");
    padding-right: 3rem;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem auto;
}
.nsw-form-select:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23a0a5ae' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 26l16-16-4-4-12 12L4 6l-4 4 16 16z'/%3E%3C/svg%3E");
}
.nsw-form-select option {
    background-color: #fff;
}
.nsw-form-checkbox,
.nsw-form-radio {
    clear: left;
}
.nsw-form-checkbox__input,
.nsw-form-radio__input {
    position: absolute;
    opacity: 0;
}
.nsw-form-checkbox__input:hover + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input:hover + .nsw-form-radio__label:before,
.nsw-form-radio__input:hover + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:hover + .nsw-form-radio__label:before {
    background-color: rgba(0, 133, 179, 0.2);
}
.nsw-form-checkbox__input:checked + .nsw-form-checkbox__label:after,
.nsw-form-radio__input:checked + .nsw-form-checkbox__label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M29.362 3.742L10.495 22.946l-7.857-7.997L0 17.634l9.175 9.34 1.319 1.284 1.318-1.284L31.999 6.427z'/%3E%3C/svg%3E");
    background-color: #002664;
}
.nsw-form-checkbox__input:checked + .nsw-form-radio__label:after,
.nsw-form-radio__input:checked + .nsw-form-radio__label:after {
    background-color: #002664;
}
.nsw-form-checkbox__input:disabled + .nsw-form-checkbox__label,
.nsw-form-checkbox__input:disabled + .nsw-form-radio__label,
.nsw-form-radio__input:disabled + .nsw-form-checkbox__label,
.nsw-form-radio__input:disabled + .nsw-form-radio__label {
    cursor: not-allowed;
}
.nsw-form-checkbox__input:disabled + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input:disabled + .nsw-form-radio__label:before,
.nsw-form-radio__input:disabled + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:disabled + .nsw-form-radio__label:before {
    border-color: #a0a5ae !important;
    background-color: #f4f4f7 !important;
}
.nsw-form-checkbox__input:disabled:checked + .nsw-form-checkbox__label:after,
.nsw-form-checkbox__input:disabled:checked + .nsw-form-radio__label:after,
.nsw-form-radio__input:disabled:checked + .nsw-form-checkbox__label:after,
.nsw-form-radio__input:disabled:checked + .nsw-form-radio__label:after {
    background-color: #a0a5ae;
}
.nsw-form-checkbox__input:focus + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:focus + .nsw-form-checkbox__label:before {
    outline: 3px solid #0085b3;
    outline-offset: 0;
    outline-offset: 3px;
}
.nsw-form-checkbox__input:focus + .nsw-form-radio__label:before,
.nsw-form-radio__input:focus + .nsw-form-radio__label:before {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3;
}
.nsw-form-checkbox__input.has-error + .nsw-form-checkbox__label:hover:before,
.nsw-form-checkbox__input[aria-invalid="true"] + .nsw-form-checkbox__label:hover:before,
.nsw-form-radio__input.has-error + .nsw-form-checkbox__label:hover:before,
.nsw-form-radio__input[aria-invalid="true"] + .nsw-form-checkbox__label:hover:before {
    background-color: #f7e7eb;
}
.nsw-form-checkbox__input.has-error + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input[aria-invalid="true"] + .nsw-form-checkbox__label:before,
.nsw-form-radio__input.has-error + .nsw-form-checkbox__label:before,
.nsw-form-radio__input[aria-invalid="true"] + .nsw-form-checkbox__label:before {
    border-width: 2px !important;
    border-color: #b81237 !important;
}
.nsw-form-checkbox__label,
.nsw-form-radio__label {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    line-height: 0.75;
    padding-left: 2rem;
    padding-top: 0.5rem;
    min-height: 1.5rem;
    display: block;
    position: relative;
}

@media (min-width: 62em) {
    .nsw-form-checkbox__label,
    .nsw-form-radio__label {
        font-size: 14px;
    }
}
.nsw-form-checkbox__label:before,
.nsw-form-radio__label:before {
    margin-right: 1rem;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #4c4f55 !important;
    background: #fff;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
}

.nsw-form-checkbox__label:after,
.nsw-form-radio__label:after {
    content: "";
    position: absolute;
    width: 1.16rem;
    height: 1.16rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1rem auto;
    left: 0.195rem;
    top: 0.89rem;
    transform: translateY(-50%);
    margin-top: -0.125rem;
}

.nsw-form-checkbox__label:before {
    border-radius: 0.25rem !important;
}
.nsw-form-radio__label:after,
.nsw-form-radio__label:before {
    border-radius: 50% !important;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.upload-doc-detail {
float: right !important;
}

.historyFreeformSpace {
    height: 50px !important;
}

/**********************************************************
Footer
***********************************************************/

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

body:not(.code-example-body) {
    line-height: 1.25;
    max-width: none;
    margin: 0;
    background-color: #fff;
    color: inherit;
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    font-weight: normal;
}
:root {
    font-size: 100%;
}

html {
    font-size: 100% !important;
}

html {
    line-height: 1.25;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

footer p {
    font-size: 14px;
    line-height: 1.5;
}

.nsw-container {
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

footer nav {
    display: block;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.nsw-footer-links {
    font-family:Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.nsw-footer-links__item {
    margin-right: 2rem;
    margin-top:10px;
    margin-bottom:20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.nsw-footer__lower a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #fff;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    transition: none;
    font-weight: bold;
}

.nsw-footer__lower a:hover{
    color: #fff;
	font-size:.75rem;
	line-height: 1.25;
}

app-foler-info form .formfield {
	height: 150px !important;
}

app-foler-info form .largeformfield {
    height: 225px !important;
}

.folderinfo form button {
    margin-top: 20px;
}

#freeform-form2 .existing-rows,
#freeform-form2 .groupTitle,
#freeform-form2 .groupSeperatorBottom {
    display: none;
}

.image_status_type {
    width: 70px;
}

.stage-image{
    width: 963px;
}

nav.navbar li > a:not(.btn):focus, .datatable input:focus, a:focus, button.btn:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3 !important;
}
.uploadDelBtn {
    border-style: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav.navbar-nav .full-blue {
    background-color:#00A2E3;
}

.navbar {
    padding-bottom:0px;
}

body .navbar-normal .logoImg {
    margin:0 auto;
    margin-left: 00px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Kitchener css */

@media (min-width: 1600px) {
    body .navbar-normal .logoImg {
        margin-left: 100px; /* Maximum margin-left for very large screens */
    }
}

#footerNav a:link, #footerNav a:visited, #footerNav a[href^=tel] {
    color: #006db6 !important;
    font-weight: 700;
    text-decoration: none !important;
}

.footer a:hover {
    color: #006db6;
    text-decoration: none
}

.footer a:focus {
    color: #006db6;
    text-decoration: underline !important
}

.footer a:active {
    color: #004e83;
    text-decoration: underline !important
}

body footer.footer {
    background-color: #f7f7f7;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.root-content {
    min-height: calc(100vh - 224px);
}

@media(min-width: 992px) {
    footer {
        margin-top:0;
        margin-bottom: 0!important;
        padding-bottom: 45px
    }
}

.footerInner {
    color: #707070
}

.footerInner,.footerInner>* {
    position: relative;
    display: block
}

.footerText a,.esol a {
    color: inherit
}

.footerNav a:hover,.footerNav a:focus,.esol a:hover,.esol a:focus {
    color: #006db6
}

.footerText {
    overflow: hidden
}

.footerText p {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    overflow-wrap: break-word
}

@media(min-width: 768px) {
    .footerText p {
        display:inline-block
    }
}

@media(min-width: 768px) {
    .footerText p+p:before {
        content:"| ";
        margin-right: 12px;
        margin-left: 12px
    }
}

.footerlogo {
    margin-top: 40px;
    margin-bottom: 30px
}

@media(min-width: 992px) {
    .footerlogo {
        margin-top:13.5px
    }
}

.footerlogo img {
    width: 143px;
    max-width: 100%
}

.footerlogo p {
    margin-top: 0;
    margin-bottom: 0
}

#featuredFooterLinks {
    background-color: white;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    bottom: 0;
    font-size: .875rem;
    overflow: hidden
}

@media(max-width: 991px) {
    #featuredFooterLinks {
        z-index:9999;
        box-shadow: 0 -3px 92px rgba(0,0,0,.32)
    }
}

@media(min-width: 992px) {
    #featuredFooterLinks {
        bottom:auto;
        position: static;
        display: block;
        background-color: #004d44;
        max-width: 1252px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        border: 1px solid #cecece;
        -ms-transform: translateY(-41px);
        transform: translateY(-41px)
    }
}

@media(max-width: 991px) {
    #featuredFooterLinks>* {
        padding:18px 5px!important
    }
}

@media(max-width: 479px) {
    #featuredFooterLinks>* {
        padding:9px 2px!important;
        font-size: .75rem
    }
}

@media(max-width: 991px) {
    #featuredFooterLinks>* {
        border-top:4px solid #004d44!important
    }

    #featuredFooterLinks>*:not(:last-child) {
        border-right: 1px solid rgba(170,170,170,.42)
    }
}

#featuredFooterLinks .mainNavTrigger {
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    height: auto;
    padding: 0 12px;
    border: 0;
    background: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#featuredFooterLinks .mainNavTrigger span:first-of-type {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#featuredFooterLinks .mainNavTrigger span:first-of-type,#featuredFooterLinks .mainNavTrigger span:first-of-type:before,#featuredFooterLinks .mainNavTrigger span:first-of-type:after {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #004d44;
    outline: 1px solid transparent;
    transition-property: background-color,transform;
    transition-duration: .3s
}

#featuredFooterLinks .mainNavTrigger span:first-of-type:before,#featuredFooterLinks .mainNavTrigger span:first-of-type:after {
    position: absolute;
    content: ""
}

#featuredFooterLinks .mainNavTrigger span:first-of-type:before {
    top: -5px
}

#featuredFooterLinks .mainNavTrigger span:first-of-type:after {
    top: 5px
}

#featuredFooterLinks .mainNavTrigger span.triggerText {
    position: relative;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 16px;
    color: #004d44;
    margin-left: 12px
}

#featuredFooterLinks .mainNavTrigger span.triggerText:empty {
    display: none
}

#featuredFooterLinks .mainNavTrigger span.triggerText--bottom {
    padding-top: 12px;
    margin-left: 0
}

@media(max-width: 479px) {
    #featuredFooterLinks .mainNavTrigger span.triggerText--bottom {
        padding-top:9px;
        font-size: .75rem
    }
}

@media(max-width: 479px) {
    #featuredFooterLinks .mainNavTrigger {
        padding-top:14px!important
    }
}

@media(min-width: 992px) {
    #featuredFooterLinks .mainNavTrigger {
        display:none!important
    }
}

#featuredFooterLinks .mainNavTrigger>span:first-child {
    margin-top: 7px
}

#featuredFooterLinks .mainNavTrigger>span:not(.triggerText) {
    max-width: 21px
}

@media(max-width: 479px) {
    #featuredFooterLinks .mainNavTrigger .triggerText {
        font-size:.75rem
    }
}

#featuredFooterLinks .mainNavTrigger:focus,#featuredFooterLinks .mainNavTrigger:hover {
    background-color: rgba(170,170,170,.42)
}

#featuredFooterLinks .mainNavTrigger.is-active {
    color: white;
    background-color: #004d44
}

#featuredFooterLinks .mainNavTrigger.is-active span:first-of-type {
    background-color: transparent
}

#featuredFooterLinks .mainNavTrigger.is-active span:first-of-type:before,#featuredFooterLinks .mainNavTrigger.is-active span:first-of-type:after {
    background-color: #fff
}

#featuredFooterLinks .mainNavTrigger.is-active span:first-of-type:before {
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg)
}

#featuredFooterLinks .mainNavTrigger.is-active span:first-of-type:after {
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg)
}

#featuredFooterLinks .mainNavTrigger.is-active .triggerText {
    color: inherit
}

#featuredFooterLinks .mainNavTrigger.is-active:focus,#featuredFooterLinks .mainNavTrigger.is-active:hover {
    background-color: #00433b
}

#featuredFooterLinks>a {
    color: #004d44;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.23,1,.32,1);
    line-height: 16px;
    overflow: hidden;
    overflow-wrap: break-word
}

@media(min-width: 992px) {
    #featuredFooterLinks>a {
        color:white;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 17px 14.5px;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        max-width: calc(100% - 23px);
        font-size: 1rem;
        font-weight: 400
    }

    #featuredFooterLinks>a:not(:last-of-type) {
        margin-right: .5rem
    }
}

#featuredFooterLinks>a:before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    height: 23px;
    width: 23px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 6px;
    text-align: center
}

@media(min-width: 992px) {
    #featuredFooterLinks>a:before {
        display:inline-block;
        margin: 14px 10px 14px 0
    }
}

#featuredFooterLinks>a:hover,#featuredFooterLinks>a:focus,#featuredFooterLinks>a.current {
    background-color: rgba(170,170,170,.42)
}

#featuredFooterLinks>a.contact-us:before {
    background-image: url(../img/icon-phone-green.svg)
}

@media(min-width: 992px) {
    #featuredFooterLinks>a.contact-us:before {
        background-image:url(../img/icon-phone.svg)
    }
}

#featuredFooterLinks>a.report:before {
    background-image: url(../img/icon-report-green.svg)
}

@media(min-width: 992px) {
    #featuredFooterLinks>a.report:before {
        background-image:url(../img/icon-report.svg)
    }
}

#featuredFooterLinks>a.login:before {
    background-image: url(../img/icon-login-green.svg)
}

@media(min-width: 992px) {
    #featuredFooterLinks>a.login:before {
        background-image:url(../img/icon-login.svg)
    }
}

#footerNav {
    margin-top: 35px;
    margin-bottom: 35px;
    overflow: hidden
}

@media(min-width: 768px) {
    #footerNav {
        margin-top:15px;
        margin-bottom: 15px
    }
}

#footerNav a {
    display: inline-block;
    margin: 5px;
    max-width: 100%;
    line-height: 1.25;
    overflow-wrap: break-word
}

.licence-home{
	color:red;	
}

.small-blue {
	font-size: 0.8em; 
	color: rgb(33, 150, 243);
}

.button-like {
  background-color: #004d44; 
  color: white; 
  padding: 15px 25px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  border-radius: 5px; 
}

select.form-control {
    height: 50px !important;
}

/* Fix for long organization name in the header */
.navbar-nav.navbar-left > li:nth-child(5) .button-label {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.navbar-nav.navbar-left > li:nth-child(5) .button-label .small-blue {
    display: block;
}

@media print {
	/* Expand content to full page width */
	html, body {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	/* Full-width table with flexible columns */
	table {
		table-layout: auto !important; /* back to auto for natural sizing */
		width: 100% !important;
		border-collapse: collapse;
	}

	/* Ensure cells wrap text instead of overflowing or being clipped */
	.datatable-header-cell,
	.datatable-body-cell {
		white-space: normal !important;
		word-wrap: break-word !important;
		word-break: break-word !important;
		overflow-wrap: break-word !important;
		max-width: 100% !important;
	}

	/* Prevent scrolling containers from hiding overflowed content */
	.datatable-scroll,
	.datatable-wrapper-mDataTable,
	.content {
		overflow: visible !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}