﻿body {
}

.sidebar, :not(.layout-fixed) .main-sidebar {
    background: #e2ecee;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #829194;
    color: #ffffff;
}

#mdlfull .modal-dialog, #mdlassessment .modal-dialog {
    max-width: 100%;
    width: 100%
}

#mdlfull .table, #mdlassessment .table {
    background: #e3f9fc;
}

    #mdlfull .table th, #mdlfull .table td, #mdlassessment .table th, #mdlassessment .table td {
        padding: 0.25rem;
    }

.frm-assessment .input-sm {
    height: 24px;
    padding: 2px 0 2px 4px;
    text-align: right
}

#pnl-attempt .card {
    background: #e6e6e6;
}

    #pnl-attempt .card .body, #pnl-attempt .card .card-body {
        padding: 10px;
    }

    #pnl-attempt .card.skill {
        background: #fff;
    }

        #pnl-attempt .card.skill .card-header {
            padding: 0 1.25rem;
        }

#pnl-attempt .custom-control.custom-radio {
    line-height: 1.5rem;
}

#pnl-attempt .lblquestion {
    font-size: 14px;
}

#pnl-lang {
    margin-right: 70px;
}

.custom-control {
    line-height: 1.5rem;
}

@media (max-width: 575.98px) {
    .container-fluid {
        padding: 10px !important;
    }

    #pnl-lang {
        width: 100%;
        float: right;
        margin: 0 0 10px 0;
    }

    #pnl-attempt h4 {
        width: 100%;
    }

    #mdlassessment .modal-header {
        display: block;
        height: 70px;
    }

    #mdlassessment .modal-title {
        width: 100%;
    }

    #mdlassessment .modal-header .close {
        color: #000;
        right: 14px;
        padding: 10px;
        font-size: 30px;
    }

    #pnl-attempt .card.skill .card-header {
        padding: .25rem .25rem;
    }

    #mdlassessment .card .card-header {
        padding: 1.25rem .25rem;
    }

    #mdlassessment .card .card-body {
        padding: 1.25rem .25rem;
    }
}

.gj-datepicker-md [role=right-icon] {
    background: #f1f1f1;
    padding: 6px;
    top: 1px;
    right: 1px;
    border-left: 1px solid #c0bfbf;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal-header {
    border-bottom: 1px solid #ccc;
}

.card {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.20rem 0.4rem;
    font-size: 0.700rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.gj-textbox-md {
    padding: 4px
}

dd, dt {
    line-height: 1.42857143;
    min-height: 20px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

/* scheduled = > Scheduled, inprogress = > In progress, cancelled = > Cancelled, gsdcompleted = > GSDCompleted, ssdcompleted = > SSDCompleted, completed = > Completed, notattempted = > Not Attempted*/
.sastatus {
    color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 10px;
    border: none;
    font-size: 13px;
    outline: none;
    padding: 3px 7px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.sastatus-new {
    background: #FFF !important;
    color: #333 !important;
}

.sastatus-scheduled {
    background: #9E9E9E !important;
}

.sastatus-inprogress {
    background: #1f91f3 !important;
}

.sastatus-cancelled {
    background: #ffe821 !important;
}

.sastatus-gsdcompleted {
    background: #9C27B0 !important;
}

.sastatus-ssdcompleted {
    background: #CDDC39 !important;
}

.sastatus-completed {
    background: #4CAF50 !important;
}

.sastatus-notattempted {
    background: #FFC107 !important;
}

.fs-10 {
    font-size: 10px;
}
#mdlassessment #sec1 {
    background: #e2ecee;
}

#mdlassessment #sec1, #mdlassessment #sec2 {
    /*margin: 0 -6px;*/
    background: #e2ecee;
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgb(0 0 0 / 12%);
    box-shadow: 0px 1px 1.5px 1px rgb(0 0 0 / 12%);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

#mdlassessment #sec3 .card .header, #mdlassessment #sec3 .card .body {
    padding: 0.75rem;
}

#mdlassessment .table-bordered thead tr th {
    background: #d5f0f2;
}

#mdlassessment .msg {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 14px 0;
    font-weight: bold;
    text-align: center !important;
    width: 100%;
}

#contentWrapper > .content {
    padding-top: 50px !important
}

.input-group input[type="text"], .input-group .form-control {
    border: 1px solid #ccc !important;
    background: #fff;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.validation-summary-errors {
    font-size: 12px;
    color: #ff1100;
}

.select2-container--default .select2-selection--single {
    padding: 2px 10px;
}

#loader-wrapper .loader-section {
    background: rgba(255,255,255,.8);
}

.input-group input[type="text"], .input-group .form-control {
    padding-left: 10px
}

.helpbox {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 20px;
    background: #e0e8e8;
}

    .helpbox p {
        font-size: 12px
    }

.navbar-expand .navbar-nav .dropdown-menu {
    top: 82px
}

#bxlogin .bgleft {
    background: url('../images/bg-login.jpg') no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #4BCAC3;
}

.main-header.navbar {
    margin-top: 72px;
    margin-left: 0 !important;
    width: 100vw !important;
    border-top: 1px solid #ccc;
}

.content-wrapper {
    margin-left: 0 !important;
}

.main-footer {
    margin-left: 0 !important;
    width: 100% !important;
}

.brand-link {
    padding: 0;
}

    .brand-link .brand-image {
        height: 70px !important;
        max-height: 70px !important;
        padding: 8px;
    }

#sitetitle {
    position: relative;
}

    #sitetitle span {
        font-size: 30px;
        font-style: italic;
        font-weight: bold;
        color: #fff;
        position: absolute;
        z-index: 9999;
        right: 50px;
        height: 100%;
        vertical-align: middle;
        line-height: 70px
    }

.navbar-nav .dropdown-menu {
    margin-top: 0 !important;
    min-width: 12rem;
}

    .navbar-nav .dropdown-menu .nav-link:hover {
        background: #f4f6f9;
        color: #333;
    }

.sidebar-mini #navigationBar {
    padding: 0;
    width: 100% !important;
}

.sidebar-mini #navigationBar .navbar-collapse {
    background: #135a9d;
}

.sidebar-mini #navigationBar .navbar-collapse .nav-item .nav-link {
    color: #ffffff;
    border-bottom: 1px solid #999;
}
.sidebar-mini #navigationBar .navbar-collapse .nav-item:last-child .nav-link{
    border-bottom: 0;
}

.sidebar-mini #navigationBar .navbar-collapse .nav-item .dropdown-menu .nav-link {
    color: #000;
}

.navbar-nav > .nav-item > .nav-link.active, .navbar-nav > .nav-item > .nav-link.active {
    background: #0099ff;
    color: #ffffff;
}
/* Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {
    .brand-link .brand-image {
        height: 60px !important;
        max-height: 60px !important;
        padding: 10px 4px;
        margin-top: 10px;
    }
    .sidebar-mini #sitetitle {
        z-index: 11;
        position: relative;
        min-width: 150px;
    }

        .sidebar-mini #sitetitle img {
            display: none;
        }

        .sidebar-mini #sitetitle span {
            font-size: 12px;
            left: 20px;
            color: #1c285c;
            line-height: 25px;
            padding: 6px 0;
        }

    .sidebar-mini #navigationBar {
        margin-top: 0;
        z-index: 9999;
        background: transparent !important;
        height: 68px;
    }

    .navbar-light .navbar-toggler {
        position: absolute;
        right: 4px;
        top: 12px;
        padding: 2px;
    }

    .sidebar-mini .navbar-collapse.show {
        margin-top: 60px;
        background: #ccc;
        padding: 20px;
    }

    .sidebar-mini .dropdown-menu.show {
        margin-left: 0;
        padding: 2px 20px;
        background: #ddd;
    }
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 1;
}

.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}
.select2-container--default .select2-results__option--disabled {
    display: none;
}

.table {
    font-size: .8rem;
}
.table tbody tr td, .table tbody tr th {
    padding: 6px 10px;
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}




@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}
@media (max-width:1025px) { 
    /* big landscape tablets, laptops, and desktops */
}

@media (max-width:961px) { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #bxlogin {
        margin-top: 0 !important
    }

    #bxlogin .bgleft {
        height: 290px;
        background-size: cover;
    }
}

@media (max-width:641px) { 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    #bxlogin {
        margin-top: 0 !important
    }

    #bxlogin .bgleft {
        height: 200px;
        background-size: cover;
    }
}

@media (max-width:481px) { 
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (max-width:320px) { 
    /* smartphones, iPhone, portrait 480x320 phones */
}
