body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #858C8E;
    background-color: #F7FCFD;
}

.with-background-image {
    background-image: url(../files/login-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.with-background-image.login-module {
    padding: 0;
}

.with-background-image.login-module:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
}

.with-background-image.login-module:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-image: url(../files/LTSCC_ProgramPortalGeo.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@media(min-width: 768px) {
    .with-background-image.login-module:before {
        height: 180px;
    }
}

@media(min-width: 1200px) {
    .with-background-image.login-module:before {
        height: 250px;
    }
}

header {
    /* border-top: 20px solid #282444;
    background-color: #fff; */
}

img {
    max-width: 100%;
}

h1 {
    font-weight: 900;
    color: #282444;
    font-size: 28px;
    font-family: 'Nunito', sans-serif;
}

h2 {
    color: #3A85C6;
    font-size: 16px;
    margin-bottom: 22px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}



.text-right {
    text-align: right;
}

.form-item {
    margin-bottom: 10px;
}

input.form-input {
    border-radius: 50px;
    background-color: #fff;
    height: 50px;
    max-width: 440px;
    border: 2px solid #DEDEDE;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 28px;
    width: 100%;
}

.form-item.form-item-submit {
    text-align: right;
    margin-top: 20px;
}

.module-login .form-item.form-item-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn {
    border-radius: 50px !important;
    border: 2px solid #4C92DB !important;
    font-size: 22px;
    min-width: 250px;
    padding: 17px 40px;
    background-color: #4C92DB;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease;
    line-height: 1;
}

.btn-sm {
    min-width: 100px;
}

.dt-buttons {
    margin-bottom: 16px;
}

.dt-buttons .btn {
    margin-left: 10px !important;
}

.btn-group .btn {
    min-width: auto;
}

.login-module .content {
    padding: 0 20px;
    height: 100%;
}

.login-module .content .container-fluid {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 50px 0;
}

@media(min-width: 768px) {
    .login-module .content {
        padding: 0 50px;
    }

    .login-module .content .container-fluid {
        padding: 100px 0;
    }
}

.login-module .btn {
    min-width: auto;
}

.fm .btn {
    padding: 0.375rem .75rem;
    min-width: auto;
    margin-bottom: auto;
}

.btn:hover {
    background-color: transparent;
    color: #3A85C6;
}

.logo-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.logo-wrapper img {
    width: 85%;
}

@media(min-width: 768px) {
    .logo-wrapper img {
        width: 50%;
    }
}

@media(min-width: 1024px) {
    .logo-wrapper img {
        width: 25%;
    }
}

/* .module-forms {
    max-width: 952px;
    margin-left: auto;
} */

.module-forms.forgot-pwd {
    max-width: 478px;
}

.modules-row {
    margin-bottom: 50px;
    margin-top: auto;
}

.module-register {
    border-right: 1px solid #DEDEDE;
    padding: 0 15px;
}

.module-login {
    border-left: 1px solid #DEDEDE;
    padding-left: 65px;
}

.module-enroll {
    margin-bottom: 50px;
}

.module-enroll .btn {
    text-transform: none;
    max-width: 390px;
}

@media(min-width: 1200px) {
    .module-register {
        padding: 0 55px;
    }

    .module-enroll {
        padding-right: 65px;
        margin-bottom: 0;
        border-right: 1px solid #DEDEDE;
    }

    .module-enroll .btn {
        margin-top: 50px;
    }
}

.module-login-register {
    padding: 0;
}

@media(max-width: 1550px) {
    .modules-row {
        margin-bottom: 100px;
    }

    .logo-wrapper {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .module-register {
        border-right: 0;
        border-bottom: 2px solid #DEDEDE;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.form-item-submit a {
    font-size: 16px;
    color: #707070;
    text-decoration: none;
}

.module-forms h2,
.module-enroll h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.54px;
}

.module-logo {
    margin-bottom: 67px;
    padding-right: 50px;
}

@media (min-width: 1200px) {
    .module-logo-container {
        padding-right: 40px;
    }
}

@media (max-width: 480px) {
    .module-logo {
        padding-right: 0;
    }

}

header .module-logo {
    text-align: center;
    margin: 0;
}

header .module-logo img {
    width: 550px;
}

.footer {
    background-color: #282444;
    padding: 14px 0;
    color: #fff;
    font-size: 11px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0 30px;
}

.footer li {
    display: inline-block;
    margin-right: 35px;
}

@media (max-width: 768px) {
    .footer ul {
        padding: 0;
    }
}

.content {
    padding: 0 90px;
    max-width: 100%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
}

.module-card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 4.95px 6.95px 0.6px;
    padding: 20px;
    margin-bottom: 60px;
    border-radius: 35px;
}

.module-card h2 {
    font-size: 25px;
}

.module-p-large p {
    font-size: 16px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .module-card {
        padding: 20px;
    }
}

.module-buttons {
    margin-bottom: 47px;
    position: relative;
}

.module-buttons li {
    display: inline-block;
    margin-right: 10px;
}

.module-search-facilities {
    max-width: 230px;
    position: absolute;
    top: 0;
    right: 0;
}

input#searchInput {
    background-image: url(../files/search.svg);
    background-repeat: no-repeat;
    background-position: 21px center;
    background-size: 16px;
    padding-left: 46px;
}

@media (max-width: 1024px) {
    .module-search-facilities {
        position: static;
    }
}

.table-header {
    font-size: 16px;
    font-weight: 700;
    color: #707070;
    background-color: #F7FCFD;
    margin-bottom: 14px;
    border-radius: 10px;
}

.table-header div[class^="col"] {
    padding: 15px 20px;
}

.table-header-item {
    cursor: pointer;
}

.table-header-item:after {
    content: "";
    background-image: url(../files/table-toggle.svg);
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-left: 5px;
}

.table-item {
    background-color: #fff;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
    margin: 0 0 7px 0;
    font-size: 16px;
    color: #707070;
    font-weight: 700;
    border-radius: 10px;
}

.filter-block {
    padding-right: 10px;
    max-width: 200px;
}

.dataTables_scrollHead {
    font-weight: 700;
    color: #707070;
    background-color: #F7FCFD;
    margin-bottom: 14px;
}

.dataTable tr th,
.dataTable tr:last-child td {
    border: none;
}

div.dataTables_scrollBody>table {
    width: 100% !important;
}

.dataTable tr td {
    vertical-align: middle;
}

.dataTables_scrollBody {
    background-color: #fff !important;
    ;
    box-shadow: 0px 4px 26px rgb(0 0 0 / 6%) !important;
    font-weight: 700;
    color: #707070;
    border-radius: 10px;
    margin: 2rem 0px;
}

.table-item.js--hidden {
    display: none;
}

.table-item div[class^="table-item-"] {
    padding: 11px 20px;
}

.table-details>.row.align-items-center {
    border-top: 3px solid #EFEFEF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-details {
    font-weight: 400;
    padding: 0 16px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}


.table-item.js--active .table-details {
    padding: 0 16px 14px;
}

.table-details .tabel-label {
    font-weight: 700;
}

.table-details .tabel-label.block {
    display: block;
    margin-bottom: 10px;
}

.table-details .col>div {
    margin: 14px 0;
}

.table-details .marker {
    width: 50px;
    height: 50px;
    background-color: #7B7B7B;
    border-radius: 10px;
}

.status {
    padding: 7px 4px;
    background-color: #DEDEDE;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    display: inline-block;
    min-width: 140px;
    text-transform: uppercase;
    width: 100%;
}

.module-table-facility .status {
    min-width: 220px;
    width: auto;
}

.above.status {
    background-color: #9FCD5A;
}

.below.status {
    background-color: #3A85C6;
}

.corrected.status {
    background-color: #282444;
}

/* @media (max-width: 1200px) {
    .table-header div[class^="col"] {
        padding: 10px 15px;
    }

    .table-header {
        font-size: 18px;
    }

    .table-item {
        font-size: 18px;
    }

    .table-item div[class^="table-item-"] {
        padding: 10px 15px;
    }

    .status {
        display: block;
        min-width: auto;
        font-size: 14px;
    }
} */

@media (max-width: 1199px) {
    .module-table-facility .status {
        min-width: auto;
    }
}


@media (max-width: 680px) {
    .overflow-container {
        overflow-x: auto;
    }

    .overflow-container .module-table-data {
        width: 590px;
    }
}

.container-padding {
    padding: 0 30px 30px;
    font-size: 11px;
}

.container-padding .btn {
    margin-right: 17px;
}

.container-padding .btn:first-child {
    margin-right: 14px;
}

@media (max-width: 768px) {
    .container-padding {
        padding: 0 0 50px;
    }
}

.module-faq-container {
    margin-top: 40px;
}

.module-faq-item {
    background-color: #fff;
    box-shadow: 0px 8px 26px rgba(0, 0, 0, 0.06);
    margin-bottom: 7px;
    font-size: 14px;
    color: #707070;
    padding: 14px;
    border-radius: 7px;
}

.module-faq-trigger {
    color: #3A85C6;
    font-size: 22px;
    font-weight: 700;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
    background-image: url(../files/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 14px;
    padding-right: 25px;
}

.module-faq-trigger:before {
    content: "Q";
    position: absolute;
    left: 0;
    border-right: 1px solid #ccc;
    width: 35px;
    top: 0;
    color: #3A85C6;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
}

.module-faq-content {
    padding: 0 14px 0 35px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}

.module-faq-item.js--active .module-faq-content {
    padding: 14px 14px 0 35px;
}

.module-faq-content-inner {
    position: relative;
    padding-left: 30px;
}

.module-faq-content-inner:before {
    color: #9FCD5A;
    content: "A";
    position: absolute;
    left: 0;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 768px) {
    .module-faq-trigger {
        font-size: 25px;
        padding-left: 35px;
    }

    .module-faq-trigger:before {
        width: 27px;
    }

    .module-faq-content-inner {
        padding-left: 35px;
    }

    .module-faq-content {
        padding-left: 0;
    }

    .module-faq-item.js--active .module-faq-content {
        padding-left: 0;
    }

    .module-faq-content-inner:before {
        font-size: 30px;
    }

    .module-faq-item {
        font-size: 16px;
        padding: 15px;
    }
}

.module-facility-address {
    margin-bottom: 10px;
}

h1.module-facility-title {
    margin-bottom: 30px;
}

.module-facility-address-item {
    font-size: 30px;
    color: #1D3466;
    margin-bottom: 12px;
}

.module-facility-address-item:last-child {
    margin-bottom: 0;
}

.module-facility-documents {
    padding-left: 35px;
    margin-bottom: 20px;
}

.module-facility-documents a {
    color: #858C8E;
    text-decoration: none;
    font-size: 16px;
    background-image: url(../files/download-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-size: 12px;
}

.module-card-small {
    background-color: #fff;
    box-shadow: 0px 8px 26px rgba(0, 0, 0, 0.06);
    padding: 10px;
    border-radius: 10px;
}

.module-facility-summary .module-card-small {
    min-width: 600px;
    max-width: 100%;
}

.module-card-small+.module-card-small {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .module-facility-summary .module-card-small {
        width: 100%;
    }
}

.module-card-small-title {
    color: #3A85C6;
    font-size: 30px;
    font-weight: 700;
}

.module-card-small-content {
    font-size: 30px;
    font-weight: 700;
    color: #707070;
    margin-top: 12px;
}

/* @media (max-width: 1024px) {
    h1.module-facility-title {
        font-size: 35px;
    }

    .module-facility-address-item {
        font-size: 20px;
    }

    .module-facility-address-item span {
        font-size: 17px;
    }

    .module-facility-documents a {
        font-size: 16px;
    }

    .module-card-small-title {
        font-size: 18px;
    }

    .module-card-small-content {
        font-size: 22px;
    }
} */

@media (max-width: 575px) {
    .module-facility-documents {
        padding-left: 0;
    }
}

.pass.status {
    background-color: #9FCD5A;
}

.fail.status {
    background-color: #3A85C6;
}

.table-item-results {
    text-align: right;
}


.module-graphics-title {
    font-size: 20px;
    font-weight: 700;
    color: #3A85C6;
}

.module-wide-gutter .row {
    margin-left: -30px;
    margin-right: -30px;
}

.module-wide-gutter .row>* {
    padding-left: 22px;
    padding-right: 22px;
}

@media (max-width: 768px) {
    .module-wide-gutter .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .module-wide-gutter .row>* {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.module-graphics-circle {
    margin-bottom: 20px;
}

.module-graphics-description {
    font-size: 14px;
}

.module-graphics-packed .module-graphics-description {
    font-size: 12px;
}

@media (max-width:1100px) {
    .module-graphics .col {
        flex-basis: 25%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .module-graphics .col-xl-3.col-md-6 {
        margin-bottom: 20px;
    }
}



@media (max-width: 991px) {
    .module-graphics .col-lg-4 {
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    .module-graphics .col {
        flex-basis: 50%;
    }
}

.module-card h1 {
    margin-bottom: 27px;
}

.module-card:not(.module-faq) h1 {
    text-transform: uppercase;
}

.module-graphics .module-card-small {
    height: 100%;
    width: 230px;
}

.module-graphics.module-graphics-packed .module-card-small {
    /* padding: 14px 7px 14px;
    position: relative; */
}

.module-graphics-play {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
}


.progress-circle,
.progress-circle-total {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.module-graphics-circle-number {
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    color: #DEDEDE;
}

.module-graphics-circle-number.is-positive {
    color: #9FCD5A;
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.module-progress-bar {
    margin-bottom: 25px;
    padding: 16px 14px;
    position: relative;
}

.module-progress-bar_inner {
    position: relative;
}

.module-progress-bar-background {
    height: 30px;
    background-color: #DEDEDE;
    border-radius: 7px;
}

.module-progress-bar-fill {
    width: 0;
    background-color: #9FCD5A;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    transition: width .3s ease;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}