.shrink{
    margin-right:315px;
}
.border-top{
    border-top:solid #d8d8d8 1px;
}
/* Buttons */
.bg-test-buttons{
    background-color:#f0f0f0;
}
.bg-main{
    background-color:#3778bd;
}
.test-btn{
    background-color:#c7dcf0;
    color:#4d4d4d;
    /* border: 2px solid #A9D0F5; */
    font-size:14px;
    line-height:17px;
    border-radius:2px !important;
}
.test-btn.active{
    background-color:#3778bd;
    color:#fff;
    /* border-color:#a9d0f5; */
}
#sidebar{
    height:100vh;
    transition: all 0.3s;
    z-index:99999;
    position:fixed;
    top:0%;
    right:0%;
    background:#fff;
    min-width: 315px;
    max-width: 315px;
    overflow-y: scroll;
}
#sidebar .questions-btnbar{
    height:250px;
    overflow-y:scroll;
}

.status-btn{
    height:32px !important;
    width:34px !important;
    font-size:15px;
    padding:0px;
    position:relative;
    text-align:center;
}
.status-btn img{
    height:30px !important;
    width:34px !important;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    z-index:1;
}
.status-btn span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    z-index:2;
}

.status-btn,.status-btn:hover,.status-btn:focus,.status-btn:visited,.status-btn:active{
    display: inline-block;
    border:none;
    box-shadow:none;
    background-image: url(/image/test/buttons.png);
    text-decoration: none;
    height: 39px !important;
    width: 35px !important;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    overflow: visible;
    padding-top: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline:none;
}
.not-visited{
    background-position: 0px -223px;
    color: #4D4D4D;
}
.not-answered{
    background-position: 0px -136px;
    color: #fff;
}
.answered{
    background-position: 0px -264px;
    color: #fff;
}
.marked{
    background-position: 0px -180px;
    color: #fff;
}
.marked-answered{
    background-position: 0px -350px;
    color: #fff;
}

.f-xs{
    font-size:12px;
    line-height:14px;
    margin:0px;
}
.no-margin,.no-margin *{
    margin:0px;
}

.fixed-btn-bar{
    position:fixed;
    bottom:0%;
    left:0%;
    width: 100%;
    z-index:9999;
}
.fixed-btn-bar .btn-bar-content{
    background-color: #fff;
    padding:7px;
    padding-right:315px;
    border-top: solid #d8d8d8 1.5px;
}
#sidebarbtn{
    display:none;
}
.pallet-btn{
    padding:6px 10px;
    background-color:#e9e9e9;
    color:#4d4d4d;
    border-radius: 0px;
    transition:all ease-in .3s;
}
.pallet-btn.active{
    background-color:#c7dcf0;
}
textarea{
    resize:none;
}
/* navbar-custom */
.navbar-custom{
    background-color:#3778bd;
    color:#fff;
    padding:4px 12px;
    /* border-bottom: solid #a9d0f5 2px; */
}
.navbar-custom h1{
    margin:0px;
    font-size:16px;
    line-height:18px;
    text-transform: capitalize;
    display: inline;
}
.navbar-custom .test-logo{
    height: 35px;
    width: 110px;
    background-color: #fff;
    border-radius: 2px;
    padding: 8px 4px;
}
.navbar-custom button span{
    padding-left:4px;
}
#result{
    min-height:82vh;
    padding-bottom:100px !important;
}
#save{
    margin-right:20px;
}
.question-details *{
    font-size:16px;
    margin:0px;
}
.fixed-back-btn{
    position:fixed;
    bottom:0px;
    left:0%;
    width: 100%;
    z-index:9999;
}
.fixed-back-btn-content{
    background-color: #fff;
    padding:7px;
    padding-right:315px;
    border-top: solid #d8d8d8 1.5px;
}
.option-boxes{
    background-color: #f2f2f2;
    padding:16px 8px !important;
    margin-top:8px;
    border: solid #d1d1d1 .3px;
    border-radius:2px;
}
.q-badge{
    height: 26px;
    width: 26px;
    background: #dbdbdb;
    padding: 2px 8px;
    border-radius: 10%;
    font-size: 14px !important;
    line-height: 22px;
    text-align: center;
    color: #494949 !important;
    font-weight: 100 !important;
    font-family: monospace !important;
    border: solid #b3b3b3 0.3px;
    margin-right: 5px;
}
.wrong{
    border:solid var(--danger) 2px !important;
    position: relative;
}
.wrong::before{
    content:'WRONG';
    position: absolute;
    bottom:0px;
    right:0%;
    height:18px;
    padding:1px 4px;
    background-color: var(--danger);
    font-size:12px;
    line-height:18px;
    color:#fff;
}
.correct{
    border:solid var(--teal) 2px !important;
    position: relative;
}
.correct::before{
    content:'CORRECT';
    position: absolute;
    bottom:0px;
    right:0%;
    height:18px;
    padding:1px 4px;
    background-color: var(--teal);
    font-size:12px;
    line-height:18px;
    color:#fff;
}
.test-tabs{
    background-color: #fff !important;
    width:100%;
}
.test-tabs .nav-link{
    color:var(--secondary);
    background-color: #fff;
    border:none;
    border-radius:0px;
}
.test-tabs .nav-link.active{
    color:var(--primary);
    border-bottom: solid var(--primary) 3px;
    background: #fff !important;
}
.body-content{
    padding-bottom: 100px !important;
}
/* Mobile View */
@media screen and (max-width: 768px){
    .question-details *{
        font-size:12px;
    }
    #save{
        margin-right:0px;
    }
    #save,#mark,#clear{
        font-size:12px;
        padding:8px 6px;
        line-height: 18px;
    }
    #result{
        height:100%;
    }
    body{
        margin-right:0px !important;
    }
    .fixed-btn-bar .btn-bar-content{
        padding-right:3px !important;
        padding-left:3px !important;
    }
    .fixed-back-btn-content{
        padding-right:7px;
    }
    #sidebarbtn{
        display:block;
        z-index: 999999;
        position: fixed;
        bottom: 12%;
        right: 5%;
    }
    #sidebar {
        margin-left: -315px;
        position:fixed;
        top:0;
        left:0;
        z-index:99999;
        overflow-y:scroll;
    }
    #sidebar.active{
        margin-left:0px;
    }
    .body-content {
        margin-top:0px !important;
    }
    .navbar-custom{
        padding:4px;
    }
    .navbar-custom h1{
        font-size:13px;
        line-height:16px;
    }
    .navbar-custom button span{
        display:none;
    }
    .question,.option-boxes{
        width:100%;
        overflow-x:scroll;
    }
}
.fixed-question-bar{
    position: fixed;
    right:0%;
    top:50px;
    z-index:99;
    height:500px;
    overflow-y:scroll;
    width:80px;
    background-color: #efefef;
    text-align: center;
}
#analysis .nav-link{
    font-size:14px;
    color:var(--secondary);
    font-family: var(--font-family-heading);
}
#analysis .nav-link.active{
    background:var(--green);
    color:#fff;
    border-radius: 65px;
}
@media screen and (max-width:768px){
    .fixed-question-bar{
        position: relative !important;
        top: 0%;
        left: 0%;
        width: 100% !important;
        height: 40px !important;
        overflow-x: scroll;
        overflow-y: hidden;
        text-align: left !important;
        white-space: nowrap;
        display:block;
    }
}
.font-english,.font-english *{
    font-family: verdana,arial,sans-serif;
    letter-spacing: 0.3px;
}
.fa{
    font: normal normal normal FontAwesome !important;
}
i.fa.fa-clock-o {
    font-family: 'FontAwesome' !important;
}
.save-question,.report-error{
    font-size:12px;
    padding:4px 6px;
}
.icon-box{
    height:50px;
    width:50px;
    border-radius:100%;
    text-align: center;
    margin:5px;
}
.icon-box i{
    font-size:25px;
    line-height: 50px;
    color:#ffffffde;
}
@media screen and (max-width:768px) {
    .icon-box{
        height:40px;
        width:40px;
    }
    .icon-box i{
        font-size:20px;
        line-height: 40px;
    }
}
.correct-btn,.correct-btn:focus{
    position: relative;
    height:30px;
    width:30px;
    background-color:var(--teal);
    border:none;
    border-radius:1px;
    color:#fff;
    font-size:13px;
    line-height:30px;
}
.wrong-btn,.wrongt-btn:focus{
    position: relative;
    height:30px;
    width:30px;
    background-color:var(--danger);
    border:none;
    border-radius:100%;
    color:#fff;
    font-size:13px;
    line-height:30px;
}
.digital{
    background-color: #333;
    color:#fff;
    padding:2px;
    border-radius:0px;
    line-height: 2;
}