/*Link*/
a {
    color: #2d6a9f!important;
    text-decoration-line: none;
}

a:hover {
    text-decoration: underline;
}

.btn:hover {
    text-decoration: none;
}

.navbar-nav > li {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 576px) {
    .responsive-canada-logo-sm {
        width: 65%;
    }

    .responsive-canada-logo-sm > img {
        width: 70%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .navbar-canada {
        height: 95px;
    }
    
    .navbar-nav > li {
        border-bottom: 0;
    }

    .navbar-nav > li > .nav-link::after {
        padding-left: 5px;
        content: "|";
        border-bottom: 0;
    }

    .navbar-nav > li:last-child > .nav-link::after {
        content: "";
        border-bottom: 0;
    }
}

.navbar {
    background-color: #FBBC05!important;
}

.navbar-canada {
    background-color: #FFD33C!important;
}

.therap-color {
    background-color: #FBBC05!important;
}

.nav-link {
    color: #333!important;
    padding-right: 0!important;
    padding-left: 0!important;
}

.center-vertical{
    display: flex;
    align-items: center;
}

/*Decorator Body*/
.t-header-container {
    padding-left: 36px;
    padding-right: 36px;
}

.t-content-container {
    padding-top: 36px;
}

/*section*/
.t-section {
    border-color: #bce8f1;
    margin-bottom: 8px;
}

.t-section-head {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-weight: bold;
}

/*sub section*/
.t-sub-section-head {
    font-size: medium;
    color: #31708f;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #bce8f1;
    font-weight: bold;
    padding: 0 10px 10px 0;
}

/*label*/
.control-label {
    font-weight: bold;
    color: #333;
}

/*Floating label*/
.form-floating {
    margin-bottom: 1rem!important;
}

/*Buttons*/
.t-btn-section {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.btn-primary {
    color: #fff!important;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-light {
    color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}

/*Check Box/Switch*/
.form-check {
    margin-bottom: 1rem!important;
}

/*List items*/
.list-group-item {
    border: 0;
    padding-left: 0;
}

/*Login Page*/
.login-ack-text {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#rightPaneFrame {
    width: 100%;
    height: 600px;
}

#leftPaneFrame {
    width: 98%;
    height: 900px;
}

.login-page-links {
    font-size: 12px;
}

table thead tr th {
    border-bottom: 0;
    color: #31708f!important;
    background-color: #d9edf7!important;
}


table thead th {
    position: relative;
    background-image: none !important;
}

/*Footer*/
footer[role="contentinfo"] {
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 55px;
    background-color: #f4f2f0;
    margin-top: 4em;
    /*vertical center*/
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    font-size: 12px;
}

.footer-list-inline {
    padding: 0;
    margin: 0;
    list-style: none;
}

.has-error .control-label {
    color: #a94442;
}

.has-error .help-block {
    color: #a94442;
}

.has-error .field-border {
    border-color: #a94442;
}

.page-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 2147483647;
    height: 100%;
    width: 100%;
}

.page-overlay i {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    z-index: 2147483647;
}

.table > :not(:first-child) {
    border-top: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 2px!important;
}
.list-inline-item:not(:first-child) {
    margin-left: 2px!important;
}