﻿body.bg-body {
    background-image: url(/Content/img/company/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.icon-login-field {
    width: 46px !important;
}

#icon-login-password {
    cursor: pointer;
}

body.sidebar-mini .main-content, body.sidebar-mini .main-footer {
    padding-left: 80px;
}

.btn-primary, .btn-primary.disabled {
    background-color: #1976D2;
    border-color: #1976D2;
}

.navbar {
    left: 230px;
}

.main-sidebar {
    width: 230px;
}

    .main-sidebar .sidebar-menu li a span {
        margin-top: 0px;
    }

.main-content {
    padding-left: 240px;
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .navbar {
        left: 5px !important;
    }

    .main-content {
        padding-left: 10px;
        padding-right: 10px;
        width: 100% !important;
    }

    .sidebar-brand .navbar-logo {
        display: none !important;
    }

    .sidebar-brand .sidebar-logo {
        display: inline !important;
    }
}

.main-wrapper-1 .section .section-header {
    padding: 13px 35px;
    margin-bottom: 25px;
    margin-right: -10px;
}

.main-sidebar .sidebar-menu li.active a {
    color: #0062cc;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
    color: #1976D2;
}

.navbar-bg {
    background-color: #005cbf;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a:before {
    background-color: #FCDA31;
}

.main-sidebar .sidebar-menu li:not(.active) a {
    color: inherit !important;
}

.card.card-primary {
    border-top-color: #1976D2;
}

.card.card-white {
    border-top: 2px solid #ffffff;
}

.filter-panel {
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 15px;
    background-color: #f7f7f7;
}

    .filter-row, .filter-panel form .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }

        .filter-panel form .filter-row > div, .filter-panel form .row > div {
            padding: 5px;
        }

.nav-link > i {
    margin: 0 !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
    padding: 0 20px !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    padding-left: 30px !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
    background-color: #1976D2;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a,
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a:hover {
    color: #25282c;
    background-color: #FCDA31 !important;
}

.margin-b-0 {
    margin-bottom: 0;
}

.do-wrap {
    white-space: normal !important;
    word-break: normal;
}

.no-wrap {
    white-space: nowrap !important;
    word-break: normal;
}

.do-wrap-break {
    white-space: normal !important;
    word-break: break-all;
}

.text-blue-base {
    color: #1976D2 !important;
}

.required {
    color: #d33724;
    font-weight: bold;
    margin-left: 3px;
}

.alert.alert-green {
    background-color: #38ca51;
}

.alert.alert-red {
    background-color: #ea4138;
}

.bg-blue-base {
    background-color: #1976D2 !important;
    color: #fff !important;
}

.bg-blue-2-base {
    background-color: #005cbf !important;
    color: #fff !important;
}

.bg-yellow-base {
    background-color: #FCDA31 !important;
    color: #34395e !important;
}

.bg-light-gray {
    background-color: #fbfbfb !important;
}

.bg-green-success {
    background-color: #2ad200 !important;
    color: #fff !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.input-validation-error {
    border-color: #dc3545 !important;
}

.field-validation-error {
    display: block !important;
    color: #dc3545 !important;
}

.click-it {
    cursor: pointer;
}

.no-link {
    pointer-events: none;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #d4d4d4;
    cursor: not-allowed;
    text-decoration: none;
}

.daterangepicker_input > input {
    height: 30px !important
}

@media (min-width: 1100px) {
    .modal-lg {
        max-width: 1000px;
    }

    .modal-md {
        max-width: 700px;
    }
}

.tr-selected {
    background-color: #fff7aa !important;
    border-bottom: 1px solid #ffffff;
}

.accordion-body-gray {
    background-color: #fbfbfb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion .accordion-header[aria-expanded=true] {
    background-color: #1976D2 !important;
}

.user-card-body {
    padding: 1rem !important;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 6px #e6ecf1;
}

.selectgroup-input:checked + .selectgroup-button {
    background-color: #1976D2;
    color: #fff;
    z-index: 1;
}

.text-yellow, .text-yellow-all *, .text-yellow-all *:before, .text-yellow-all *:after {
    color: #FCDA31 !important;
}

.profile-widget .profile-widget-items .profile-widget-item {
    flex: auto !important;
}

.profile-widget .profile-widget-picture {
    margin: -35px -5px 0 15px !important;
}

.profile-identity {
    text-align: left !important;
    margin-left: 0.5rem;
}

@media (max-width: 575.98px) {
    .profile-widget .profile-widget-picture {
        margin: 15px 0 !important;
    }

    .profile-identity {
        text-align: center !important;
        margin-left: 0;
    }
}

.text-bold {
    font-weight: bold;
}

body.layout-test .navbar {
    left: 0;
    right: 0;
}

    body.layout-test .navbar.navbar-secondary {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
        background-color: #fff;
        top: 70px;
        padding: 0;
        z-index: 889;
    }

        body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item.active > .nav-link {
            color: #6777ef;
        }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item.active > .nav-link:before {
                left: 35px;
                right: 0;
            }

        body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item:first-child .nav-link {
            margin-left: 0;
        }

        body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item:last-child .nav-link {
            margin-right: 0;
        }

        body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link {
            color: #868e96;
            font-size: 13px;
            letter-spacing: .3px;
            height: 70px;
            padding: 0;
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-left: 15px;
            margin-right: 15px;
            position: relative;
        }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link.has-dropdown {
                margin-right: 35px;
            }

                body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link.has-dropdown:after {
                    content: "";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                    font-size: 12px;
                    right: -20px;
                }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link:before {
                content: ' ';
                position: absolute;
                left: initial;
                right: initial;
                bottom: 0;
                height: 2px;
                background-color: #6777ef;
                transition: all .5s;
            }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link span {
                line-height: 74px;
            }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link i {
                width: 30px;
                font-size: 16px;
            }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link:hover {
                color: #191d21 !important;
            }

        body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu {
            padding: 0;
        }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item .nav-link {
                color: #6c757d;
                font-weight: 600;
                letter-spacing: .3px;
                padding: 7px !important;
                padding-left: 20px !important;
                padding-right: 20px !important;
            }

                body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item .nav-link.has-dropdown:after {
                    content: "";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                    font-size: 12px;
                    right: 15px;
                }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item:hover > .nav-link {
                background-color: #fcfcfd;
                color: #191d21;
            }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu {
                display: block !important;
                top: -5px;
                left: 200px;
            }

            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item.active > .nav-link,
            body.layout-test .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item .nav-link:focus {
                background-color: #6777ef;
                color: #fff;
            }

body.layout-test .main-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 90px;
}

body.layout-test .main-footer {
    padding-left: 0;
    padding-right: 0;
}

body.layout-test .main-wrapper {
    width: 100%;
    padding: 0;
    display: block;
}

@media (max-width: 1024px) {
    body.layout-test .main-content {
        padding-left: 10px;
        padding-right: 10px;
        width: 100% !important;
    }

    body.layout-test .main-footer {
        padding-left: 30px;
    }

    body.layout-test .sidebar-gone-hide {
        display: block !important;
        padding-left: 105px;
    }
}

.test-radio > .custom-control-label::before {
    border-radius: 50%;
}

.test-radio > .custom-control-input:checked ~ .custom-control-label::before,
.test-radio > .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #32CD32 !important;
}

.test-radio > .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.test-radio > .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.test-radio-block .selectgroup-input:checked + .selectgroup-button {
    background-color: #32CD32;
    color: #fff;
    z-index: 1;
}

.test-body {
    position: relative;
    overflow: hidden;
}

    .test-body::before {
        position: absolute;
        /*top: -75%; left: -75%;*/
        top: -60%;
        left: -40%;
        display: block;
        width: 250%;
        height: 200%;
        transform: rotate(-20deg);
        content: attr(data-participant);
        opacity: 0.12;
        line-height: 2.5em;
        letter-spacing: 2px;
        color: #6c757d;
    }

li.nav-item.tab-disabled, li.nav-item.tab-disabled-toefl {
    cursor: not-allowed;
}

    li.nav-item.tab-disabled > a.nav-link, li.nav-item.tab-disabled-toefl > a.nav-link {
        background-color: #dee2e6;
        pointer-events: none;
        color: #fbfbfb;
    }

li.nav-item.tab-enabled > a.nav-link {
    background-color: #fc544b;
    color: #fff;
}

li.nav-item.tab-answered > a.nav-link {
    color: #fff;
    background-color: #2ad200;
}

li.nav-item.tab-skipped > a.nav-link {
    color: #fff;
    background-color: #fc544b;
}

li.nav-item.tab-skipped-toefl > a.nav-link {
    color: #fff;
    background-color: #fc544b;
}

    li.nav-item.tab-enabled > a.nav-link:hover, li.nav-item.tab-answered > a.nav-link:hover,
    li.nav-item.tab-skipped > a.nav-link:hover, li.nav-item.tab-skipped-toefl > a.nav-link:hover {
        color: #fff;
        background-color: #6777ef;
    }

.CodeMirror {
    font-family: inherit !important;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

/*.plyr__progress > input, .plyr__controls > button {*/
.plyr__progress > input {
    pointer-events: none !important;
}

.timer-container, .test-sidebar-container {
    padding: 10px 20px !important;
}

    .timer-container > .timer-title, .test-sidebar-container > .timer-title {
        letter-spacing: 3px;
        font-weight: bold;
        text-align: center;
    }

    .timer-container > .timer-body, .test-sidebar-container > .timer-body {
        padding: 0 !important;
        text-align: center;
        font-size: 30px !important;
    }

    .timer-container > .timer-test-info, .test-sidebar-container > .timer-test-info {
        letter-spacing: 2px;
        font-weight: bold;
        text-align: center;
    }

    .timer-container > hr, .test-sidebar-container > hr {
        border-top: 2px solid #fff;
        margin: 0.5rem;
    }

.timer-primary {
    background-image: linear-gradient(to bottom, #95a0f4, #6777ef) !important;
    color: #fff !important;
}

.timer-warning {
    background-image: linear-gradient(to bottom, #ffa426, #ff990d) !important;
    color: #fff !important;
}

.timer-danger {
    background-image: linear-gradient(to bottom, #fd9b96, #fb160a) !important;
    color: #fff !important;
}

.filter-panel .btn[type="submit"] {
    height: 40px !important;
}

.card .card-header h4 > .fas, .card .card-header h4 > .far,
.modal-header h5 > .fas, .modal-header h5 > .far {
    font-size: inherit !important;
    margin-right: 0.25rem !important;
}

.text-smaller {
    font-size: smaller !important;
}

.text-size-inherit {
    font-size: inherit !important;
}

a.btn.disabled, fieldset:disabled a.btn {
    cursor: not-allowed;
}

select.form-control {
    height: 42px !important;
}

.font-family-secondary {
    font-family: 'Segoe UI', Arial !important;
}

.plr-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.hide-it {
    display: none !important;
}

.margin-pb-0 > p {
    margin-bottom: 0px !important;
}

.badge.badge-green {
    background-color: #2ad200;
    color: #ffffff;
}

.table.table-score-result td, .table.table-score-result th {
    border-color: #ffffff !important;
    padding: 0 15px !important;
    height: 50px !important;
}

.question-direction p, .question-structure p {
    margin-bottom: 0 !important;
}

.list-group-item.list-group-green.active {
    z-index: 2;
    color: #fff;
    background-color: #63ed7a;
    border-color: #63ed7a;
}

.home-shortcut {
    margin-left: auto;
    border: 1px solid #f9f9f9;
    border-radius: 3px;
    min-width: 145px;
    line-height: 20px;
}

    .home-shortcut:hover {
        background-color: #1976D2;
        cursor: pointer;
    }

        .home-shortcut:hover i {
            color: #FCDA31 !important;
        }

        .home-shortcut:hover .home-shortcut-name {
            color: #ffffff !important;
        }

.notification-icon {
    width: 50px;
    height: 50px;
    padding: .8rem .8rem !important;
    box-shadow: none;
}

    .notification-icon > i {
        font-size: 21px !important;
    }

@media (max-width: 575.98px) {
    #home-tab-content .statistic-details .statistic-details-item {
        width: 46%;
    }
}

#notification-wrapper {
    max-height: 500px;
    overflow-y: auto;
}

.related-data {
    animation: blinker 3s 3;
}

@keyframes blinker {
    0% {
        background-color: #e8ffe1;
    }

    30% {
        background-color: #beffaa;
    }

    50% {
        background-color: #e8ffe1;
    }

    70% {
        background-color: #beffaa;
    }

    100% {
        background-color: #e8ffe1;
    }
}

.select2-results__option {
    padding-top: 5px;
    padding-bottom: 5px;
}

.border-radius {
    border-radius: 4px;
}

.swal-overlay--show-modal .swal-modal {
    will-change: auto !important;
}

.sk-line,
.sk-line-half {
    height: 15px;
    border-radius: 7px;
    margin-top: .25rem;
    background-color: #ffffff;
}

.sk-line {
    display: block;
}

.sk-line-half {
    width: 50%;
}

.sk-loading-item {
    position: relative;
    overflow: hidden;
}

    .sk-loading-item::before {
        content: '';
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 150px;
        background: linear-gradient(to right, transparent 0%, #f4f4f4 50%, transparent 100%);
        animation: sk-load-animation 1.2s infinite cubic-bezier(0.4, 0.0, 0.2, 1);
    }

@keyframes sk-load-animation {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}

div.dataTables_wrapper div.dataTables_processing {
    font-size: 15px !important;
    background-image: none !important;
    background-color: #fbfbfb !important;
    width: 200px !important;
    font-weight: 600;
    top: 50px !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.22);
}

.pace .pace-progress {
    height: 5px !important;
}

.pace .pace-activity {
    border-width: 4px !important;
    width: 20px !important;
    height: 20px !important;
}

.img-center-top {
    object-fit: cover;
    object-position: top;
}

/*.tr-selected.odd {
    background-color: #fff59a !important;
}

.tr-selected.even {
    background-color: #fff7aa !important;
}*/

.circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

    .circle-icon.circle-icon-50 {
        width: 50px;
        height: 50px;
        line-height: 55px;
    }

    .circle-icon > i, .square-icon > i {
        font-size: 25px;
        color: white;
    }

    .circle-icon.circle-icon-50 > i {
        font-size: 20px;
    }

.text-job-normal {
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #34395e;
}

.text-inherit {
    color: inherit !important;
}

a.text-inherit:hover {
    color: #0056b3 !important;
    text-decoration: none !important;
}

.text-bold .text-item {
    font-weight: bold !important;
}

.badge.badge-sm {
    font-size: 11px !important;
    padding: 3px 8px !important;
}

.notify {
    --notify-error: #d63939;
    --notify-error-progress: #d63939;
    --notify-success: #2fb344;
    --notify-success-progress: #2fb344;
    --notify-warning: #f59f00;
    --notify-warning-progress: #f59f00;
    --notify-info: #4299e1;
    --notify-info-progress: #4299e1;
}

.notifications-container {
    max-width: 450px !important;
}

.section .section-title.title-1 {
    margin: 30px 0 25px 15px;
}

.section .section-lead.title-1 {
    margin-left: 60px;
}

.nav-tabs .nav-link:not(.active) {
    background-color: #fbfbfb !important;
    border-bottom: 1px solid #dee2e6;
}

.line-height-1-5 {
    line-height: 1.5;
}

.modal-xl {
    max-width: none;
    height: 100%;
    margin-left: 100px;
    margin-right: 100px;
}

.modal-fullscreen {
    max-width: none;
    height: 100%;
    margin: 20px;
}

.selectgroup-button {
    line-height: 30px;
}

.activities .activity .activity-icon {
    line-height: 45px;
}

.nav-pills .nav-item .nav-link.active {
    box-shadow: 0 2px 6px #acb5f6;
    color: #fff;
    background-color: #1976D2;
}

.img-square-45 {
    width: 45px !important;
    height: 45px !important;
}

.img-square-80 {
    width: 80px !important;
    height: 80px !important;
}

.img-square-100 {
    width: 100px !important;
    height: 100px !important;
}
