body{font-family: 'Play', sans-serif !important;}

ul li{display: inline;}
.logo{padding: 6px 10px 0;}
.login{margin: 14px;}
.login ul{margin:0;}
.login ul li{display:inline;margin: 0 5px;color: #4a4848;font-weight: 600;}


.sub-header{padding: 0px 30px;}
.timer h2{margin:0;padding: 3px 0;}
.timer span{color:#fff;font-size: 22px;top: 0px;position:relative;}
.timer .fa{font-size: 35px;color: #fff;/* padding: 10px 11px; *//* border: 1px solid #fff; */border-radius: 50%;position: relative;top: 5px;}
.submit h2{margin:0;color:#fff;font-size:18px;padding: 16px;background:rgb(12, 111, 189);}

.test{padding: 8px 0 1px;border-bottom: 1px solid #ddd;background: #fff;}
.test ul li{
    margin: 0 15px 0 0;
    font-size: 14px;
    color: #808080;
    font-weight:500;
}
.test ul li:nth-child(2){color: #1c82d2;font-weight: 600;border-bottom: 3px solid;padding-bottom: 10px;}
.question-section{margin: 12px 0px 0;background: #fff;padding: 0px 15px;width: 100%;display: inline-block;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1), 0px 2px 10px 0 rgba(0,0,0,0.1);}
.question-no h4{
    background: #17be48;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 700;
}
.question-no h5{
    background: #19a24a;
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 100;
    margin: 15px 5px;
    border-radius: 25px;
}
.separator{
    border-right: 1px solid #888;
    margin: 15px 15px;
    float: left;
}
.question-no p{
    margin: 18px;
    color: #808080;
}
.question-no p .fa{
    color: #ed143d;
}
.question-no{margin: 2em 1em;}
.question{padding: 0.5em 5em 2em;}
.question p{color: rgba(77, 77, 77, 0.92);font-weight: 600;}
.options h4{
    color: #808080;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 100;
    border: 1px solid #808080;
    margin: 12px 13px;
}
.options p{
    margin-top: 15px;
    font-weight: 600;
    color: rgba(77, 77, 77, 0.92);
}
.col-md-8 .active{
    border: 2px solid #1c82d2;
    border-radius: 5px;
    margin: 8px 0px 0;
}
.active h4{background:#1c82d2;color:#fff;border-color:#1c82d2;margin: 12px 12px;}
.right-section{
    border-left: 1px solid #ddd;
    height: 472px;
    padding: 0;
    padding-top: 2em;
}
.exam{
    padding: 12px 10px 0px;
    /* border-bottom: 1px solid #ddd; */
    /* height: 445px; */
}
.exam p{margin:0;color: rgba(77, 77, 77, 0.92);font-weight: 600;border-bottom: 2px solid #1c82d2;width: 70%;padding-bottom: 10px;}
.exam p.active{color:#1c82d2;}

.list ul{padding: 15px 15px 22px;margin-bottom: 0;}
.list ul li.attempted{
    margin: 4px;
    padding: 9px 10px;
    border-radius: 50%;
    background: #1c82d2;
    color: #fff;
}
.list ul li.confused{
    margin: 4px;
    padding: 9px 10px;
    border-radius: 50%;
    background: #a4b1b9;
    color: #fff;
}
.list ul li.not-attempted{
    margin: 4px;
    padding: 9px 9px;
    border-radius: 50%;
    background: #fff;
    color: #a4b1b9;
    border:1px solid rgba(164, 177, 185, 0.51);
}
.list ul li.review{
    margin: 4px;
    padding: 9px 0 9px 10px;
    border-radius: 20%;
    background: #1c82d2;
    color: #fff;
}
.list ul li.review:after{
    content: "\f02e";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 15px;
    position: relative;
    left: -3px;
    color: #ed143d;
    }
    .exam li .fa{margin:10px 0px 10px 10px}
    .exam li .not-a{color:#a4b1b9 !important;}
    .exam li .fa-circle{color:#1c82d2;}
    .exam li .fa-circle-o{color:rgba(164, 177, 185, 0.51);}
    .exam li .fa-bookmark{color:#ed143d;}
	.footer{bottom:0;position: fixed;width: 100%;padding: 7.5px 5em;border-top: 1px solid #ddd;}
	.footer .mark-review{
    margin: 5px 0;
    padding: 10px;
    background: #fb7e7d;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 2px;
    float: left;
}
.footer p.clear .fa{font-size:18px !important;top:2px;position:relative;}
.footer p.clear{
    float: left;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #1c82d2;
    margin: 5px 0;
    font-weight: 600;
    }
    .footer .next{
    float: right;
    padding: 8px 10px;
    background: #1c82d2;
    color: #fff;
    margin: 5px 0px;
    border-radius: 5px;
}
    .footer .submit{
    display:inline-block;
    padding: 10px;
    background: #17be48;
    color: #fff;
    margin: 4px 20px;
    border-radius: 0px;
}

label.question-section{
    cursor:pointer;
}
label.question-section input{display:none;}
.highlight {
    border: 2px solid #1c82d2;
    border-radius: 5px;
    margin: 8px 0px 0;
}
.highlight h4{background:#1c82d2;color:#fff;border-color:#1c82d2;margin: 12px 12px;}
.timer{
    padding: 0 0 10px;
}
.box{padding-top: 2em;}
p.answer{
    margin: 0;
    padding: 14px;
}
.question-section table tr th,.question-section table tr td{padding:5px;}
.question-section img{margin:15px;}
.form select{padding: 5px;width:100%;}
.answer_radio_jquery{margin:20px 0 !important;}
.x_title h2{margin:15px;}
.skin-blue .sidebar-menu>li.header {
    color: #12a3f7;
    background: #1a2226;
    font-weight: 700;
    padding: 14px;
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 15px;
}
input[type=checkbox], input[type=radio] {
    margin: 10px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    position: relative;
    top: 2px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Raleway', sans-serif;}
.login-box-msg, .register-box-msg {
        margin: 0;
    text-align: left;
    padding: 0 0 15px;
    font-size: 24px;}
.login-box, .register-box {
    width: 360px;
    margin: 10% auto;
}
.login-logo a, .register-logo a {
    color: #444;
    font-size: 16px;
    margin: 8px 0;
}
.login-logo a span, .register-logo a span{
    color: #444;
    font-size: 17px;
    font-weight: 700;
}
.login-box-body, .register-box-body{box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0 rgba(0,0,0,0.1);}
.login-page, .register-page {
    background: url(../../img/backend/patterns/pattern-13.png);
}
ul li.treeview p {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    margin: 0;
    /* font-weight: 600; */
    color: #3c8dbc;
}
.alert{padding:5px;}
.user-panel{padding:0;}