* {
    font-family: "Roboto", serif;
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    background: #EFEFEF;
}

html.loginbg {
    /*background-image: url(img/netregs/bg.jpg);*/
    height: 100%;
    background-size: cover;
}

html, body {
    height: 100%; /* Ensure the body takes full height */
    margin: 0; /* Remove default margin */
    display: flex; /* Flexbox layout for the body */
    flex-direction: column; /* Stack content vertically */
}

form {
    flex: 1; /* Make the form content area grow to fill available space */
    display: flex;
    flex-direction: column;
}

h1, .h1 {
    font-weight: bold;
    font-size: 26px;
    color: #013668;
}

.h1{
    display:block;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #007DB8;
}

h3 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

input {
    padding: 4px;
    color: #333333;
    border: 1px solid #858585;
    
}

    input[type='checkbox'] {
        width: 25px;
        height: 25px;
    }



input.button, a.button {
    text-align: center;
    min-width: 120px;
    padding: 5px;
    background: #EC8624;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    appearance: none;
    border: none;
    text-decoration:none!important;
    font-size:14px;
    min-height:40px;
}

    input.button:hover, a.button:hover {
        background: #1A56A4;
        color: #fff!important;
        text-decoration: none;
    }

    .text-centre{
        text-align:center;
    }

a.button {
    padding: 10px;
    max-width: 160px;
    margin-bottom:0.5em;
}

.ajax__htmleditor_editor_editpanel{
    width:550px;
}

input.button-disabled {
    background: #CCCCCC;
    color: white !important;
}

.resetBtn {
    background: #B61411 !important;
    color: white !important;
}
    .resetBtn:hover {
        background: #880907!important;
    }

.full-width-textbox {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
}

. d-table{
    display:table;
}

.secondLevelTable td {
    border: none !important;
}


.d-inline-block{
    display:inline-block;
}
.vw75{
    width:70vw!important;
    display:flex!important;
}

.flexTableDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    height: 90px !important;
    border: none !important;
}

    .flexTableDiv table tr td{
        border:none!important;
    }

    .flexTableDiv b {
        margin:0 auto;
        width:105px;
        text-align:center;
    }

    .grid-second-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; /* Adjust spacing */
        align-items: center;
    }

.input-box {
    width: 300px;
    box-sizing: border-box;
}

.small-input {
    width: 60px;
}

.closeBtn {
    background: #B61411 !important;
    color: white !important;
    position: absolute;
    top: 25px;
    right: 25px;
}

    .closeBtn:hover {
        background: #880907 !important;
    }

    textarea {
        font-size: 100%;
        padding: 4px;
        color: #333333;
    }

select {
    padding: 4px;
    color: #333333;
    background: white;
    border: 1px solid #858585;
    height: 33px;
}

a {
    text-decoration: none;
    color: #1A56A4;
}

    a:hover {
        text-decoration: underline;
    }

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.searchFilters {
    background: #DDEDF8;
    padding: 10px;
    margin-top: -15px;
    margin-left:13px;
}

.searchFiltersRow {
    margin: 10px;
}

.right {
    float: right;
}
.left{
    float:left;
}

.float-end {
    float: inline-end;
}

.d-block{
    display:block;
}


#container {
    width: 100%;
    text-align: left;
    
}

/* header */
#header {
    width: 100vw;
    position: relative;
    /*background-image: url(img/netregs/header.jpg);*/
    background: rgba(1, 54, 104, 1);
    height:100px;
}

.headerBanner {
    background: #013668;
    height: 100px;
}

.headerBannerTitle {
    color: white;
    font-size: 40px;
    margin: 2px 35px;
    padding-top: 15px;
}

#footer {
    width: 100vw; /* Full width of the viewport */
    height: 265px; /* Height of the element */
    background: transparent url('img/headerBg.png') no-repeat center center;
    background-size: contain; /* Ensures the background covers the entire element */
    opacity: 0.2; /* Transparency */
    position: fixed; /* Fixes the element relative to the viewport */
    bottom: 0; /* Aligns to the bottom of the viewport */
    left: 0; /* Starts at the left edge of the viewport */
    right: 0; /* Ends at the right edge of the viewport */
    pointer-events: none;
}

#footerText {
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    color: #013668;
    background: #BBDBF2;
    opacity: 1;
    height: 30px;
    font-size: 12px;
    z-index: 999999999999999999999;
    padding: 7px 0;
    margin-top: 100px;
    width: 100%;
}


#holder {
}

.headerimage {
    background-image: url(img/netregs/logo.jpg);
    width: 210px;
    height: 56px;
    top: 6px;
    left: 20px;
    position: absolute;
}

#headerlinks {
    float: right;
    margin-right: 10px;
    color: #ffffff;
    z-index: 999;
    position: relative;
    padding-top: 4px;
}

    #headerlinks a {
        color: #ffffff;
        margin-left: 10px;
        margin-right: 15px;
    }

#mainbg {
    display:none;
    bottom: 0;
    right: 0;
    position: fixed;
    background: url('img/headerBg.png') 0% 0% no-repeat padding-box;
    background-position: bottom right;
    background-size: cover;
    width: 100vw;
    height: 180px;
    opacity: 0.4;
    z-index: 10;
}

.logoutBtn {
    background: #B61411;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    width: 140px;
    height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    padding-top: 5px;
    border:none;
}
    .logoutBtn:hover {
        text-decoration: none;
        background: #880907;
    }

.logoutNavItem {
    background: #B61411;
    padding:5px 0;
    
}

    .logoutNavItem a {
        color: white;
    }

.radioWrapper{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    width:100%;
    padding:10px;
}
    .radioWrapper:hover{
        text-decoration:none!important;
    }
        .radioWrapper .radioText:hover {
            text-decoration: none;
        }

        .bannerimage1 {
            height: 100px;
        }

.bannerimage2 {
    /*background-image: url(img/netregs/header2.png);*/
    width: 540px;
    height: 110px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 20px;
}


#dashboard-container {
    min-height: 540px;
}

#candidate-ass {
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 15px;
    background-image: url(img/boxbg.jpg);
    background-repeat: repeat-x;
}

    #candidate-ass table tr td{
        padding:20px;
    }

    .box {
        padding: 12px;
        margin-top: 5px;
        background-color: #fcfcfc;
        border-top: 7px solid #EC8624;
        border-radius: 4px;
        box-shadow: 0px 5px 5px #00000029;
    }

    .col-6 .box:nth-of-type(3){
        margin-top:20px;
    }

    .box h3 {
        color: #007DB8;
        font-size: 18px;
        padding-bottom: 10px;
    }

    .box a {
        color: #343434;
    }

    .box table {
        width: 100%;
        border-collapse: collapse;
    }

        .box table td {
            width: 50px;
            padding-bottom: 4px;
            padding-top: 4px;
        }

            .box table td.left {
                width: auto;
                padding:10px;
            }

        .box table tr.blue {
            background-color: rgba(233, 233, 233, 0.5);
        }

#mainwrapper {
    clear: both;
    background-color: #ffffff;
    height: auto !important;
    height: 100%;
    min-height: 400px;
    width: 90%;
    margin: 0 auto;
    z-index: 999999999;
    position: relative;
}

/* login page */
.center{
    margin:0 auto;
}
#login {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    vertical-align: top;
    border-top: 7px solid #EC8624;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px #00000029;
    padding:15px;
}

#login h1, .h1{
    font-size:26px;
    padding:10px;
}

    #login h2 {
        color: rgba(0, 125, 184, 1);
        font-size:18px;
    }

#loginBox {
    background: rgba(187, 219, 242, 0.5);
    padding:10px;
}

.login {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 1em;
    margin-right: 1em;
    float: left;
    min-height: 300px;
}

#loginheader {
    background-image: url(img/netregs/logo.jpg);
    border-radius: 5px;
    width: 500px;
    height: 50px;
    width: 100%;
    top: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-left: 15px;
}

#loginwrapper {
    border: 1px solid darkgrey;
    background-image: url(img/netregs/gradientbg.png);
    border-radius: 10px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 70px;
}

#loginheadercontainer {
    background-color: #013766;
    height: 70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.loginContent {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #00000029;
    border-top: 7px solid #EC8624;
    border-radius: 3px;
}

.fapanel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #00000029;
    border-top: 7px solid #EC8624;
    border-radius: 3px;
    width:400px;
    margin:0 auto;
    padding:10px;
}

.forgottenPassword a {
    margin-top: 10px;
    color: #1A56A4;
    display: block;
}

#candidateDashboardCard {
    padding:20px;
}
#candidateDashboardCard h3 {
    color: rgba(0, 125, 184, 1);
    font-size:18px;
    font-weight:bold;
}
#candidateDashboardCard img {
    width: 100%;
    padding: 30px;
    margin: 17px auto;
}
.pinBox {
    font-weight: bold;
    padding: 10px;
    background: rgba(187, 219, 242, 0.5);
    width: 150px;
    text-align: center;
    display: inline-block;
}

#toast-container {
    position: fixed;
    z-index: 999999999999;
    pointer-events: none;
}

.pinCopyBox {
    background: #EC8624;
    color: #000000;
    padding: 10px;
    cursor: pointer;
    height: 40px;
    min-width: 115px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-left: 5px;
    font-weight:bold;
}

    .pinCopyBox:hover {
        background: #1A56A4;
        color:white;
    }

.copied {
    background: #345E86;
    color:white;
}

.candidateCard {
    border: 1px solid #dddddd;
    padding: 20px;
    padding-top: 1.5em;
    border-radius: 5px;
    border-top: 7px solid #EC8624;
    z-index: 999;
    position: relative;
    margin: 40px auto;
    background: white;
    box-shadow: 0px 5px 15px #00000029;
}

#maincontent {
    border: 1px solid #dddddd;
    padding: 20px;
    padding-top: 1.5em;
    border-radius: 5px;
    border-top: 7px solid #EC8624;
    z-index: 999999999;
    position: relative;
    background: white;
    clear: both;
    margin-bottom: 100px;
}

    #maincontent td {
        color: #333333;
    }

    #maincontent .form {
        width: 100%;
        margin-left: 0.5em;
    }

        #maincontent .form th {
            padding-bottom: 0.5em;
            text-align: left;
        }

        #maincontent .form td {
            padding-bottom: 0.5em;
        }

        #maincontent .form .label {
            text-align: left;
            padding-right: 1em;
            width: 200px;
            vertical-align:top;
        }

#detailsCheckboxes tr, #displayTable tr {
    padding: 4px;
    display: block;
}

    #detailsCheckboxes tr td input, #displayTable tr td input {
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }

        #detailsCheckboxes tr td input[type="submit"], #displayTable tr td input[type="submit"]{
            width:auto;
            height:auto;
        }

        #contentlinks {
            float: right;
        }

    #contentlinks .addicon {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-top: 1px;
        background-image: url(img/nav/add.png);
        display: block;
        float: left;
    }

        #contentlinks a {
            color: #000;
            background-color: #EC8624;
            font-weight: bold;
            text-align: center;
            font-size: 14px;
            border-radius: 4px;
            padding: 9px;
            margin-left: 5px;
            min-width: 175px;
            float: left;
            min-height: 40px;
        }

        #contentlinks a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #1A56A4;
        }

.menuadmin-container {
    height: 50px;
    margin: 0 auto;
}

.settingscog {
    position: absolute;
    right: 190px;
    top: 18px;
    font-size: 25px;
}

.panelWidth {
    width: 70%;
    margin: 0 auto;
    margin-bottom:40px;
}

.loginBtn {
    min-width: auto !important;
    max-width: 120px;
}

@media only screen and (max-width: 1400px) {
    #mainwrapper {
        margin-top: 10px;
    }
    #footer {
        display: none;
    }
}

@media only screen and (max-width:1000px){
    .ddlLoginLocation {
        margin-bottom: 20px;
    }
    #loginBoxBorder{
        border:none!important;
    }
}

    @media only screen and (max-width: 768px) {
        
        .panelWidth {
            width: 100% !important;
        }

        #mainwrapper {
            margin-top: 10px;
        }

        .searchFilters {
            margin-top: 0 !important;
        }

        #maincontent .form .label {
            width: 85px !important;
        }

        .loginBtn {
            margin-top: 5px;
        }

        .examLogoutBtn {
            position: relative;
            margin: 0 auto;
            right: 0;
            top: 0;
        }

        .modalPopup {
            width: 95% !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

            .modalPopup table.gridview {
                width: 98%;
            }

            #archiveModalContainer {
                margin-top: 20px;
            }

        .dashBoxes{
            margin-top:15px!important;
        }

        

        
    }

    .navbar-toggler {
        position: absolute;
        right: 5px;
        top: 22px;
        z-index: 99999999999;
    }

    #tbcAssessment {
        border-bottom: none;
    }

        #tbcAssessment .nav-link, #tbcAssessment .nav-link:hover {
            width: 130px;
            background: #BBDBF2;
            color: #013668;
        }

        #tbcAssessment.nav-item:hover, .nav-item:active {
            background: none !important;
        }

        #tbcAssessment .nav-link.active {
            background-color: #1A56A4 !important;
            color: white !important;
        }


    #navbarNav {
        margin-bottom: 10px;
        width: 100vw;
        position: absolute;
        left: 0px;
        z-index: 999999999999;
    }

    .navbar-nav {
        background: #013668;
        color: white;
        padding: 10px;
        border: 2px solid white;
    }

    .nav-item {
        border-bottom: 2px solid white;
        font-weight: bold;
        padding-left: 5px;
    }

    .tab-content > .active {
        background: #EFEFEF;
        margin-left: 6px;
    }

    #menuadmin {
        margin-top: 30px;
        padding-left: 0;
    }

        #menuadmin .menuitem {
            height: 50px;
            background: #BBDBF2;
            padding: 15px;
            margin-left: 5px;
            text-align: center;
            font-weight: bold;
            color: #013668;
            border-radius: 4px 4px 0px 0px;
            font-size: 16px;
            max-height: 50px;
            display: inline-block;
        }

            #menuadmin .menuitem:hover, #menuadmin .menuitem-selected {
                text-decoration: none;
                background: #1A56A4;
                color: white;
            }

    #menucandidatecontainer {
        margin-left: 250px;
        margin-top: 6px;
    }

    #menucandidate .menuitem {
        height: 40px;
        background: rgb(236, 134, 36);
        padding: 10px;
        min-width: 160px;
        text-align: center;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        border-radius: 4px;
        font-size: 14px;
        display: inline-block;
    }

        #menucandidate .menuitem:hover, #menucandidate .menuitem-selected {
            text-decoration: none;
            background: rgba(255, 255, 255, 0.2);
            color: white;
        }

    .mobile-menuitem-selected {
        background: #EC8624;
        color: #000;
    }

    .gvDescriptionField {
        max-width: 250px;
        display: block;
    }

    #menuadmin .menuitem a:hover {
        color: white;
        text-decoration: none;
    }

    .contentheading {
        margin-bottom: 1em;
    }

    .inline {
        display: inline;
    }

.success {
    color: rgba(0, 149, 59, 1);
}

    .errorBox {
        color: #000;
        background: #EDC4C3;
        padding: 10px;
        text-align: center;
        width: 100%;
        display: block;
    }

        .errorBox i, .error {
            color: #dd0000;
        }

    .successBox {
        color: #000000;
        background: #BFE4CD;
        padding: 10px;
        text-align: center;
        width: 100%;
        display: block;
    }

        .successBox i{
            color: #00953B!important;
        }

    .inprogress {
        color: #000;
        background: #F7DDB7;
        padding: 10px;
        text-align: center;
        width: 100%;
        display: block;
    }

        .inprogress i {
            color: #EC8624;
        }

.selected {
    color: #1A56A4;
}

    .validationsummary {
        display: block;
        margin-left: 1em;
    }

    .loginbox {
        width: 50%;
        align-content: center;
    }

    .loginTextBox {
        margin: 10px;
    }

    .loginbutton {
        margin-top: 50px;
        background: #EC8624;
        padding: 4px;
        border-radius: 4px;
        color: black;
        width: 170px;
        border: none;
        font-weight: bold;
        float: left;
    }

    .calendaricon {
        vertical-align: -6px;
        *vertical-align: 0px;
        margin-left: 1em;
        cursor: pointer;
    }

    .reportstext {
        color: #aaaaaa;
    }

    .hidden {
        display: none;
    }

    .clearboth {
        clear: both !important;
    }
#candidateArea {
    flex: 1;
}

#candidateArea.bannerimage1 {
    width: 250px;
    
}

    .bold {
        font-weight: bold !important;
    }

    .left {
        float: left;
    }


    table.gridview {
        width: 100%;
        border: 1px solid #dddddd;
        margin-top: 1em;
    }
        table.gridview a {
            margin-right: 1.5em;
            color: #1A56A4;
            text-decoration: underline;
        }

.gridview tbody tr.gridRow td a.btn.button, .gridview tbody tr.alternating td a.btn.button {
    margin-right: 1.5em;
    color: black !important;
    text-decoration: none;
}

    .gridview tbody tr.gridRow td a.btn.button:hover, .gridview tbody tr.alternating td a.btn.button:hover {
        color: white !important;
    }

.ajax__htmleditor_editor_toptoolbar {
    background: #F0F0F0!important;
}
.ajax__htmleditor_editor_container {
    border: 1px solid #C2C2C2!important;
}

.feedbackEdt {
    width: 100%;
    margin-left: -134px;
    margin-top: 29px;
    margin-bottom: 15px;
}


    .table.gridview .button {
        color: black !important;
    }

table.gridview tr.gridRow td {
    height: auto;
    text-align: left;
    background-color: #ffffff;
    padding: 9px;
}

        table.gridview tr td:first-child {
            font-weight: bold;
        }

        table.gridview tr.footer td {
            height: auto;
            text-align: left;
            background-color: #ffffff;
            padding: 9px;
            border: 1px solid #dddddd;
        }

        table.gridview tr.pager td {
            padding: 5px;
            padding-left: 3px;
        }

            table.gridview tr.pager td a {
                margin: auto;
            }

            table.gridview tr.pager td table {
                margin: 0 auto;
            }

                table.gridview tr.pager td table td {
                    padding: 10px;
                }

        table.gridview tr.header {
            border-radius: 4px;
        }

            table.gridview tr.header th {
                text-align: left;
                background-color: #1A56A4;
                color: #ffffff;
                padding: 9px;
            }

        table.gridview tr.alternating td {
            height: auto;
            text-align: left;
            padding: 9px;
            border-top: 1px solid rgba(89, 89, 89, 0.5);
            border-bottom: 1px solid rgba(89, 89, 89, 0.5);
            background: rgba(233, 233, 233, 0.5);
        }

table.responsegridview tr.alternating td{
    border:none!important;
}

#archiveTable table.gridview tr.header th {
    background-color: #949494;
}

    .deleteText {
        color: #B61411 !important;
    }

.modalBackground {
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: #5A5A5A;
}

.modalPopup {
    background-color: #ffffff;
    border: none;
    padding-left: 50px;
    padding-top: 50px;
    width: 70%;
    min-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
    border-radius: 10px;
    z-index: 9999999999999 !important;
    padding-bottom: 50px;
}

    .modalPopupButtons {
        position: absolute;
        bottom: 0px;
        padding-bottom: 15px;
    }

    .modalPopupContent {
        overflow: auto;
        overflow-x: hidden;
        padding-right: 25px;
    }

    .mediaplayer {
        width: 225px;
        height: 145px;
        display: block; /* fixed position to the top right corner */
        position: fixed;
        right: 50px;
        top: 350px;
    }

    /* exam css */
    div#exam {
        text-align: left;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
        height: auto;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
        background: #fff;
        z-index:99999;
    }

    #exam-header {
        width: 100%;
        height: 125px;
        margin: 0px auto;
        text-align: left;
        background: rgba(1, 54, 104, 1)
    }

    #exam-logo {
        background-color: transparent;
        background-image: url(img/netregs/logo.jpg);
        width: 230px;
        height: 60px;
        position: relative;
        top: 30px;
        left: 10px;
        background-repeat: no-repeat;
        margin-left: 25px;
    }

    div#exam-info {
        background-image: url(img/exam/top_blue_gradient.jpg);
        color: #eeeeee;
        font-size: 1.1em;
        height: 100px;
    }

    div#exam-title {
        text-align: left;
        float: left;
        margin: 10px;
    }

    div#exam-time {
        text-align: right;
        float: left;
        margin: 10px;
    }

    div#exam-learner {
        text-align: left;
        float: left;
        margin: 10px;
    }

    div#exam-total-questions {
        text-align: right;
        float: right;
        margin: 10px;
    }

    div.examContent {
        text-align: left;
        background-color: #fff;
        background: none !important;
        color: #000;
        border-radius: 4px;
        border-top: 7px solid rgba(236, 134, 36, 1);
        overflow-x: hidden;
        *overflow: auto;
        overflow: auto\9;
        padding: 20px;
    }


        div.examcontent h1 {
            padding: 10px;
        }

    div#exam-strip {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #013668;
        height: 20px;
        position: relative;
        min-width: 500px;
        width: 1048px;
    }


    div#exam-question {
        min-height: 300px;
        padding-left: 40px;
        font-size: 16px;
        color: darkblue;
        padding-right: 10px;
    }

    div#exam-report {
        margin: 15px;
        text-align: left;
    }

    div.exam-error {
        min-height: 400px;
        text-align: center;
        padding-top: 50px;
    }

    div.exam-frontpage {
        min-height: 400px;
        position: relative;
        padding: 0px 10px 10px 10px;
    }

    div.exam-finish {
        min-height: 400px;
        text-align: left;
    }

    #question-details {
        float: left;
        width: 52%;
        margin: 5px;
    }

    #question-title {
        text-align: left;
        font-size: 1.3em;
    }

    .questiontext {
        font-size: 16px;
        color: black;
    }

        .questiontext span:nth-of-type(1) {
            font-weight: bold;
        }

        .questiontext ul {
            list-style-type: disc;
            list-style-position: inside;
        }

    .progress {
        background: #BBDBF2 0% 0% no-repeat padding-box;
        border-radius: 25px;
        height: 8px;
    }

    .progress-bar {
        background: #1A56A4
    }

    #question-content .row:nth-of-type(n+2) {
        margin-top: 75px;
    }

    #question-type {
        /* float: right;*/
        width: 50px;
        margin-top: 20px;
        margin-right: 50px;
    }

    #section-title {
        text-align: left;
        margin-top: 7px;
        display: none;
    }

    #supplementary-text {
        width: 450px;
        height: 300px;
        overflow: auto;
        text-align: left;
        line-height: 150%;
    }

    #question-selector-container {
        width: 100%;
        height: 50px;
        margin-left: 0px; /*overflow:hidden; overflow-y:hidden;*/
        vertical-align: middle;
    }

    #question-selector {
        min-width: 100px;
        width: 100px;
        padding: 10px;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
    }

        #question-selector td {
            min-width: 50px;
            width: 50px;
            vertical-align: middle;
        }

            #question-selector td span {
                padding: 5px;
                vertical-align: middle;
                text-align: center;
                vertical-align: middle;
                padding-right: 5px;
            }

        #question-selector input {
            height: 10px;
            vertical-align: middle;
            padding-right: 5px;
        }

    #quesion-content {
        width: 100%;
        height: 400px;
    }

    #quesionresponses {
        width: 100%;
    }

    .multiAnswerBox {
        background: #BBDBF2;
        color: #013668;
        margin: 10px;
        border-radius: 3px;
        width: 100%;
        font-weight: bold;
        cursor: pointer;
        display: block;
    }

        /*.multiAnswerBox:hover {
        background: #1A56A4;
        color:#fff;
    }*/

        .multiAnswerBox input {
            width: 40px;
            height: 40px;
        }

    .radioText {
        margin-left: 20px;
        vertical-align: top;
        display: inline-block;
        font-size: 14px;
        text-decoration:none!important;
    }

        .radioText:hover {
            text-decoration: none !important;
        }

    .multiAnswerBoxAnswered {
        background: #1A56A4;
        color: white!important;
    }

        .multiAnswerBoxAnswered .radioText, .multiAnswerBoxNotAnswered  .radioText{
            color: white !important;
        }

        .multiAnswerBoxNotAnswered {
            background: #DBDBDB;
            color: white;
        }

    #navigation-bottom {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
    }

    #divNavigation {
    }

    #navigation-reset {
        margin: 10px;
    }

    #navigation-finish {
        margin: 10px;
        position: relative;
        display: inline-block;
        float: right;
    }

        #navigation-finish input {
            padding: 0px;
        }

    #navigation-next {
        margin: 10px;
        position: relative;
        width: 100%;
    }

    .blockAuto {
        margin: 0 auto;
        display: block;
    }

    #navigation-previous {
        margin: 10px;
        position: relative;
        display: inline-block;
        vertical-align: central;
    }

    #dragndrop-responses {
        width: 100%;
        height: 400px;
    }

    #dragdrop-text {
        display: block;
        margin: 10px 0px 10px 0px;
    }

        #dragdrop-text p {
            display: block;
        }

    #dragndrop-responses-area {
        min-height: 150px;
        height: 150px;
    }

    .dragndrop-draggable {
        width: 200px;
        border: 1px solid #5b76fc;
        background-color: #dad8fc;
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px;
        text-align: center;
        vertical-align: middle;
    }

    .dragndrop-droppable {
        width: 200px;
        border: 1px solid #fc5b70;
        background-color: #f0e2e5;
        margin: 5px 5px 5px 5px;
        padding: 8px 8px 8px 8px;
        display: inline-block;
        min-width: 200px;
    }

    .dragndrop-dropped {
        border: 1px solid #299630;
        background-color: #def7df;
    }

    .dragndrop-responses-highlight {
        background-color: #eeeeee;
    }

    .dragndrop-drop-highlight {
        background-color: #eeeeee;
    }

    .matching-list li {
        padding: 5px;
        margin: 8px;
        border: 1px solid #dddddd;
        background-color: #eeeeee;
        list-style-type: none;
        width: 220px;
        height: 100px
    }

    .matching-sep li {
        padding: 5px;
        margin: 8px;
        list-style-type: none;
        height: 100px;
    }

    .ajaxOrderedList li {
        list-style: none;
    }

    .margintop {
        margin-top: 8px;
    }

    .exam-payload {
        padding: 5px 10px;
    }

        .exam-payload ul {
            margin-left: 25px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

    ul.mm {
        margin-left: 1.35em;
    }


    @media all\0 {
        #login {
            height: 380px !important;
        }

        .login {
            height: 300px !important;
        }
    }

    /* Target the horizontal scrollbar */
    ::-webkit-scrollbar {
        height: 16px; /* Adjust this value for the height you desire */
    }

    ::-webkit-scrollbar-thumb {
        background-color: darkgray; /* Color of the scrollbar thumb */
        border-radius: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1; /* Background of the scrollbar track */
    }

#resourcesPage h3 {
    color: #007DB8;
}