.es-section {
    background: #fff;
    padding: 2px 15px 25px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1),0 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.1);
}

.testpaper-titlebar {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.testpaper-title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #444;
}

.testpaper-status {
    margin-top: 20px;
    float: right;
}

.testpaper-description {
    color: #444;
    font-size: 14px;
}

.testpaper-metas {
    color: #666;
    font-size: 12px;
    margin-bottom: 20px;
}

.nav-pills>li {
    margin-right: 5px;
}

.nav-pills>li.active>a {
    color: #fff;
    background: #096;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
}

.nav-pills>li>a {
    padding: 10px 15px;
    color: #616161;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-pills>li>a {
    padding: 10px 15px;
    color: #616161;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.testpaper-navbar.affix {
    position: static
}

.affix {
    z-index: 1
}

@media (min-width: 768px) {
    .testpaper-navbar.affix {
        z-index:1030;
        position: fixed;
        margin-left: -11px;
        top: 0;
        width: 720px;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 3px 3px rgba(0,0,0,0.1)
    }
}

@media (min-width: 992px) {
    .testpaper-navbar.affix {
        width:940px
    }
}

@media (min-width: 1200px) {
    .testpaper-navbar.affix {
        width:1150px
    }
}


.testpaper-card .btn-index {
    font-size: 12px;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin: 0 5px 5px 0
}

.testpaper-card-explain .btn-index {
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: 0 3px 5px 0
}

.testpaper-card-explain small {
    margin-right: 8px
}

.testpaper-card-timer {
    color: #3a87ad;
    font-size: 20px
}

.testpaper-card .panel-body .have-pro {
    border: 2px solid #428bca
}

.testpaper-card.affix {
    position: static
}

@media (min-width: 992px) {
    .testpaper-card.affix,.testpaper-card.affix-bottom {
        width:225px
    }

    .testpaper-card.affix {
        position: fixed;
        top: 60px
    }

    .testpaper-card.affix-bottom {
        position: absolute
    }
}

@media (min-width: 1200px) {
    .testpaper-card.affix,.testpaper-card.affix-bottom {
        width:270px
    }
}


.panel-default {
    padding: 0 15px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1),0 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.1);
}
.panel {
    border: none;
}

.panel-default>.panel-heading {
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.panel.testpaper-question-block .panel-body {
    position: relative;
    z-index: 1;
}
.panel-default>.panel-body {
    position: relative;
    padding: 15px 0;
}

.panel .testpaper-question:first-child {
    border-top: none;
}
.panel.testpaper-question-block .testpaper-question {
    position: relative;
}
.testpaper-question {
    margin-bottom: 50px;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.testpaper-question-choices {
    margin-left: 50px;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.testpaper-question-choices img {
    max-width: 100%
}

.testpaper-question-choices li {
    padding: 6px 0 6px 6px
}

.testpaper-question-choices li:hover {
    background: #eee;
    cursor: pointer
}

.testpaper-question-seq-wrap {
    float: left;
    width: 40px;
    margin-right: 10px;
    text-align: center;
}

.testpaper-question-seq {
    font-size: 20px;
    color: #3a87ad;
}

.testpaper-question-score {
    font-size: 12px;
    color: #aaa;
    border: 1px solid #ccc;
    padding: 0 1px;
    border-radius: 5px;
    background: #f6f6f6;
    display: inline-block;
}

.testpaper-question-choices li {
    padding: 6px 0 6px 6px;
}

.testpaper-question-choice-index {
    color: #999;
    margin-right: 20px;
}

.testpaper-question-choice-inputs {
    margin-left: 50px;
    float: left;
}

.testpaper-question-choice-inputs label {
    padding: 8px 20px 8px 30px;
    display: inline-block;
}

.btn-link {
    color: #313131;
}
.btn {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-muted {
    color: #999;
}

.testpaper-card-timer {
    color: #3a87ad;
    font-size: 20px;
}

.testpaper-card .btn-index {
    font-size: 12px;
    padding: 0;
    line-height: 24px;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.panel-default>.panel-footer {
    padding: 15px 0;
    background: none;
}

.btn-success {
    border-color: #6cb133;
    background-color: #85cb4c;
    color: #fff;
}

.testpaper-result-total {
    width: 160px;
    float: left;
    margin-right: 20px;
    text-align: center;
    color: #f60;
}

.testpaper-result-total .well {
    padding-top: 33px;
    padding-bottom: 34px;
    border: #ddd 1px solid;
}

.testpaper-result-total-score {
    font-size: 40px;
    margin-bottom: 10px;
}