body {
    background: #efefef;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
a {
    margin: 0;
    padding: 0;
}

/* LAYOUT */

#layout-test .question {
    margin-top: 10px;
    height: 200px;
    padding: 15px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
}

#layout-test .question h4 {
    font-size: 14pt;
    margin-bottom: 10px;
}

#layout-test .question p {
    font-size: 11pt;
}

#layout-test .answer {
    margin-top: 10px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
}

#layout-test ol.answer-list {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#layout-test ol.answer-list li {
    border-bottom: 1px solid #dddddd;
    text-decoration: none;
    padding: 10px 10px !important;
    text-overflow: ellipsis;
    color: #333;
    font-size: 11pt;
    cursor: pointer;
}

#layout-test ol.answer-list li.active,
#layout-test ol.answer-list li:focus {
    background: #0d6b74;
    color: #ebebeb;
    font-weight: 700;
}

#layout-test ol.answer-list li:hover {
    background: #21b3c1;
    color: #ebebeb;
    font-weight: 700;
}

#layout-test p.info-test {
    margin-top: 20px;
    font-weight: 700;
}

#layout-test-profile {
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#layout-test-profile #today p {
    font-size: 10pt;
    text-align: center;
    margin-top: 10px;
}

#layout-test-profile img.logo-instansi {
    max-width: 160px;
    height: auto;
    margin-top: 20px;
}

#layout-test-profile .avatar-frame {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#layout-test-profile img.avatar {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#layout-test-profile .profil p.full-name {
    margin-top: 10px;
    font-size: 12pt;
}

#layout-test-profile .profil p {
    text-align: center;
    font-size: 10pt;
}

#layout-test-profile #finish {
    margin: 0 -15px;
}

#layout-test-profile #finish a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.container {
    max-width: 100%;
}

.selectedQuestion {
    margin-left: 13%;
}

.padding-right-profile {
    padding-right: 6%;
}

/* No SOAL */
#nomor-soal {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 91%;
    width: 80px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
    z-index: 999;
}

#nomor-soal .frame-nomor-soal {
    margin-left: 0;
}

#nomor-soal ul {
    list-style: none;
}

#nomor-soal ul.list-nomor li {
    list-style-type: none;
    display: block;
    position: relative;
}

#nomor-soal ul.list-nomor li a {
    border: 1px solid #f7f7f7;
    background: #efefef;
    text-decoration: none;
    padding: 5px 10px !important;
    display: block;
    text-overflow: ellipsis;
    color: #333;
    text-align: center;
}

#nomor-soal ul.list-nomor li.onfill a {
    background: #21b3c1;
    color: #ebebeb;
    font-weight: 700;
}

#nomor-soal ul.list-nomor li.active a,
#nomor-soal ul.list-nomor li a:hover,
#nomor-soal ul.list-nomor li a:focus {
    background: #0d6b74;
    color: #ebebeb;
    font-weight: 700;
}

#nomor-soal ul.list-nomor li a span.arrow {
    width: 0;
    height: 0;
    border-left: 17px solid #0d6b74;
    border-right: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    right: -32px;
    top: 1px;
    border-top: 17px solid transparent;
    display: none;
}

#nomor-soal ul.list-nomor li.active a span.arrow, #nomor-soal ul.list-nomor li a:focus span.arrow, #nomor-soal ul.list-nomor li a:hover span.arrow {
    display: block;
}


/* TIMER */

.timer {
    font-size: 20px;
    color: #414141;
    text-align: center;
    margin-top: 50px;
}

.timer .day,
.timer .hour,
.timer .min,
.timer .sec {
    font-size: 30px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    margin: 0 5px;
}

.timer .format {
    font-weight: 300;
    font-size: 14px;
    //@include margin-start(5);
    //display: inline-block;
    opacity: 0.8;
    width: 60px;
}

.timer .number {
    background: #0d6b74;
    padding: 0 5px;
    border-radius: 5px;
    display: inline-block;
    width: 60px;
    text-align: center;
    font-weight: 600;
    color: #eaeaea;
}
.timer .number.over {
    background: #8e0e0e;
}

.timer .message {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.timer .status-tag {
    width: 270px;
    margin: 10px auto;
    padding: 8px 0;
    font-weight: 500;
    color: #000;
    text-align: center;
}

border-radius: 15px;
}

.timer .status-tag .upcoming {
    background-color: lightGreen;
}

.timer .status-tag .running {
    background-color: gold;
}

.timer .status-tag .expired {
    background-color: silver;
}

.timer .status-tag.running {
    color: #008810;
}
.timer .status-tag.runningout {
    color: #b27501;
}
.timer .status-tag.expired {
    color: #989692;
}
/* FOOTER */

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f9f9f9;
    color: #333;
    text-align: inherit;
    z-index: 9999;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
    box-shadow: 1px 3px 5px 0px rgba(166, 166, 166, 1);
}

footer > .container {
    padding-right: 30px;
    padding-left: 30px;
}

footer .footer-copyright p {
    font-size: 9pt;
}


/* PAGE LOGIN */

.login {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    padding-bottom: 80px;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box {
    display: table-cell;
    vertical-align: middle;

}

.inner-box {
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 70px 30px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(34, 34, 34, 0.62);
    -moz-box-shadow: 1px 3px 3px 0px rgba(34, 34, 34, 0.62);
    box-shadow: 1px 3px 3px 0px rgba(34, 34, 34, 0.62);
}

.login #login-form .header-form img {
    height: 42px;
}

.login #login-form .header-form h4 {
    margin-top: 20px;
    font-weight: 600;
    color: #4e4e4e;
}

.login #login-form .content-form {
    margin-top: 30px;
    margin-bottom: 20px;
}

.login #login-form .content-form {
    margin-top: 30px;
    margin-bottom: 20px;
}

.login #login-form .content-form input,
.login #login-form .content-form select {
    border: none;
    border-radius: none;
    border-bottom: 1px solid #717171;
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
    margin-top: 10px;
}

.login #login-form .content-form small#emailHelp {
    font-size: 10pt;
    color: #2e2e2e;
}

.login #login-form .content-form input:focus,
.login #login-form .content-form select:focus {
    border: none;
    border-radius: none;
    border-bottom: 1px solid #717171;
}

.login #login-form .footer-form button.btn-submit,
.login #login-form .footer-form a.btn-submit {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12pt;
    background: #0e6fa3;
    padding: 5px 30px 5px 30px;
    text-decoration: none;
    font-weight: 500;
    border: none;
}

.login #login-form .footer-form button.btn-submit:hover {
    background: #074d76;
    text-decoration: none;
}

.login #login-form .footer-form button.btn-submit:disabled {
    background: #a1cae2;
    text-decoration: none;
    cursor: not-allowed;
}

.login .exam-intro {
    width: 70%;
}
.login .message-login.success {
    color: #007709;
}
.login .message-login.error {
    color: #9a0000;
}

footer#footer-login {
    background: rgba(23, 23, 23, 0.65);
    color: #fafafa;
    text-align: right;
    line-height: 40px;
}

footer#footer-login .footer-copyright {
    padding-right: 50px;
}

input[type=text]#testCode {
    text-align: center
}


#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}

h1 {
    font-size: 40px;
}

/* The Loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;

    // Modernizr no-js fallback
    .no-js & {
        display: none;
    }
}

#pre-loader {
    display: none;
}

#pre-loader.active {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: #ededee;
    text-align: center
}

#pre-loader.active img {
    margin-top: 10%;
}
.modal-backdrop {
    z-index: 99999;
}
.modal {
    z-index: 999999;
}
.swal2-container.swal2-shown {
    z-index: 99999;
}

/* MY PROFILE */
        #page-profile .navbar {
            padding: .5rem 5rem;
        }

        #page-profile .container {
            padding-left: 5rem;
            padding-right: 5rem;
        }

        #page-profile .avatar-frame {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            margin-top: 50px;
            overflow: hidden;
        }

        #page-profile img.avatar {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        #page-profile .profil p {
            margin-top: 10px;
        }

        #page-profile .profil .table-profile td.first {
            width: 20px;
            text-align: center;
        }

        #page-profile .profil .table-profile td.second {
            padding-left: 10px;
        }

        #page-profile .table-history {
            margin-top: 30px;
        }

        #page-profile #table-history-exam {
            margin-top: 30px;
            height: 500px;
            overflow-y: auto;
        }

