body {
    color: #363636;
    padding-top: 16px;
    line-height: 1.2;
    overflow-x: hidden;
}


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

body.__test {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.1px;
    line-height: 1.5;
    font-size: 16px;
}

.trans {
    transition: all 0.2s cubic-bezier(0.685, 0.0473, 0.346, 0.2) 0s;
}

.tests {
    padding-top: 10px;
}

.sidenav {
    height: 100%;
    width: 45%;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    background-color: #0089d0;
    overflow-x: hidden;
    padding-top: 10px;
}

.toolbar {
    font-family: monospace;
    font-size: 16px;
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #e3e3e3;
    z-index: 10000000;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    max-width: 720px;
}

h5.subject {
    font-size: 20px;
}

.tt {
    padding: 20px 0;
    border-bottom: 5px dotted #e3e3e3;
    border-left: 4px solid transparent;
    position: relative;
}

.katex-display {
    display: inline-block;
    margin: auto;
    margin-right: 2px;
}

.tq, .tv {
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tv.checked, .tv.ls {
    padding-bottom: 30px;
    padding-top: 30px;
}
.checked .tv.ls{
    padding-top: 20px;
    padding-bottom: 20px;
}
.checked .tv.ls.checked{
    padding-top: 30px;
    padding-bottom: 30px;
}
.tn {
    position: absolute;
    left: 20px;
    font-weight: bold;
}

.tq {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.tv {
    cursor: pointer;
    transition: padding 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1) 0s;
}

.tv:hover, .tv.checked:hover {
    background-color: #0089d0;
    color: white;
}

.tv:focus, .tv.checked:focus {
    background-color: #36312C;
    color: white;
}

.tt:hover {
    background-color: #fafafa;
}

.tt.checked {
    border-left: 4px solid #0089d0;
}

.tt._sc .tq {
    background-color: rgba(18, 255, 0, 0.69) !important;
}

.tt._wr .tq {
    background-color: rgba(255, 34, 0, 0.55) !important;
}

.tv div {
    padding-right: 80px;
}

.tv.checked {
    background-color: #36312C !important;
    color: #fff;
}

.tr i {
    display: none;
}

.tr {
    cursor: pointer;
    display: block;
    padding: 2px 6px;
    position: absolute;
    right: 6px;
    top: 6px;
    opacity: 0;
    transition: opacity 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1) 0s;
    z-index: 10000;
    font-size: 14px;
    border-radius: 2px;
}

.tt:hover .tr {
    opacity: 0.5;
}

.tt:hover .tr:hover {
    opacity: 1;
    background-color: #0089d0;
    color: #fff;

}

.pr h5 {
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
}

.pr {
    padding: 10px 25px;
    border-bottom: 2px solid rgba(87, 87, 87, 0.12);
}

.pr .row, .pr .col {
    margin: 0;
    padding: 0;
}

.br {
    border-bottom: 2px dotted rgba(87, 87, 87, 0.12);;
}

.test_header {
    padding: 5px 25px 10px 25px;
}

.test_content .tt:last-child {
    margin-bottom: 50px;
}

.test_header h5 {
    font-size: 16px;
    padding-bottom: 10px;
    color: #36312c;
    font-weight: bold;
}

.__test .pagination {
    margin: 5px 0 5px -2px;

}

.__test .pagination > li {
    display: inline-block;
    float: left;
    margin: 5px 3px;
    padding: 0px;
}

.test_header .pagination li a {
    background-color: transparent;
    border: 1px solid #36312c;
    border-radius: 20px;
    color: #36312c;
    font-size: 14px;
    height: 40px;
    margin: 0px;
    overflow: hidden;
    padding: 2px;
    text-align: center;
    width: 40px;
    min-width: 30px;
    line-height: 32px;
    font-weight: bold;
    box-shadow: 0 0 2px 0 rgba(102, 97, 91, 0.44);
}

.pagination li a:hover, .pagination li a.checked {
    background-color: #36312c;
    border-color: #36312c;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .sidenav {
        width: 100%;
        margin-left: -1px;
    }

    .closebtn {
        width: 65px;
    }

    .closebtn span {
        left: 30% !important;
    }

    .tv div {
        transition: none;
    }

    body.__test {
        font-size: 16px !important;
    }

    .test_content {
        margin: 0;
        padding: 0;
    }
}

.dg {
    padding: 5px;
}

.timer {
    margin: 0;
    font-size: 14px;
}

.exit {
    color: rgba(87, 87, 87, 0.5);
    margin-top: 10px;
    display: block;
}

.hp {
    margin-left: 20px;
    float: right;
}

.tfooter {
    background-color: #36312c;
    min-height: 200px;
    padding-top: 60px;
    position: relative;
    margin-top: -45px;
}

#progress-form {
    display: none;
}

.bl_desc {
    font-size: 12px;
    padding-left: 30px;
    min-height: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.chart_area {
    position: relative;
    margin: 0 0 0 0;
}

.chart_area iframe {
    display: none !important;
}

.donut-inner {
    color: white;
    height: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    display: none;
    margin-top: -35px;
}

.cht .donut-inner {
    left: 20px;
    right: 20px;
    width: auto;
}

.donut-inner span {
    font-size: 14px;
}

.donut-inner h5, .donut-inner h4 {
    font-size: 20px;
    margin-bottom: -6px;
    margin-top: 0;
}

.donut-inner h4 {
    font-size: 22px;
}

.donut-inner h5 span, .donut-inner h4 span {
    font-size: 12px;
    color: #ddd6cd;
    font-weight: normal;
}

.fbutton, .generating {
    position: absolute;
    left: 0;
    height: 80px;
    margin-top: -40px;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.generating {
    color: #f2eae1;
    display: none;
}

.f_actions {
    display: none;
}

.charts .col {
    padding-left: 5px;
    padding-right: 5px;
}

.demo_start .tfooter {
    padding: 10px 30px;
}

#entrance .table-responsive td {
    padding: 12px 10px;
}

#entrance .table-responsive {
    border: none;
}

#entrance .wr {
    background: #e3e3e3;
    font-size: 12px;
    padding: 0;
}

.ent_note {
    text-align: center;
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
}

.icon-fa-chevron-right:before {
    margin-left: 0;
}

.tv:hover .nx {
    background-color: rgba(1, 1, 1, 0.2);
    display: block;
}

.nx {
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    background: transparent;
    width: 80px;
    right: 0;
}

.nx:after {
    font-family: fontello;
    font-size: 16px;
    position: absolute;
    content: '\e805';
    left: 50%;
    width: 20px;
    text-align: center;
    margin-left: -7px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    color: #fff;
}

.btn_pp {
    display: none;
}

.modal p {
    font-size: 14px;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
    background-color: rgba(54, 49, 44, 1);
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    left: 0;
    top: 0;
    display: none;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.modal-body {
    font-size: 14px;
}

@media screen and (max-width: 730px) {

    .wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .nx {
        display: none !important;
    }

    .btn_pp i {
        font-size: 34px;
        padding: 0;
        margin-left: -5px;
        color: white;
    }

    .btn_pp {
        padding-top: 20px;
        text-align: center;
        background: #36312C;
        height: 80px;
        width: 80px;
        display: inline-block;
    }

    .katex {
        font-size: 16px;
    }

    .charts {
        padding-top: 80px;
    }

    .donut-inner h5 span {
        font-size: 14px;
    }

    .donut-inner h5 {
        font-size: 16px;
    }

    .donut-inner > span {
        font-size: 14px !important;
    }

    .tfooter {
        padding: 20px;
    }

    .headroom {
        display: block;
    }

    .pr .timer {
        display: none;
    }
    .tv:hover{
        background-color: transparent;
        color: #363636;
    }
    .tn {
        left: 10px;
    }
    .tq, .tv {
        position: relative;
        padding-left: 35px;
        padding-right: 20px;
    }
    .tv div {
        padding-right: 20px;
    }
}