/*basic*/
:root {
    height: 100%;
    background: #FFF;
}
::-moz-selection {
    background: #317D31;
    color: #FFF;
}
::selection {
    background: #317D31;
    color: #FFF;
}
body {
    height: 100%;
    /*background: #999;*/
    overflow: hidden;
}
button {
    outline: none !important;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@font-face {
    font-family: "iconfont";
    src: url("../../images/web_font/icon/home_page_new/iconfont.eot");
    src: url("../../images/web_font/icon/home_page_new/iconfont.eot?#iefix") format("embedded-opentype"),
         url("../../images/web_font/icon/home_page_new/iconfont.woff") format("woff"),
         url("../../images/web_font/icon/home_page_new/iconfont.ttf") format("truetype"),
         url("../../images/web_font/icon/home_page_new/iconfont.svg#iconfont") format("svg");
}
@font-face {
    font-family: "iconfontTwo";
    src: url("../../images/web_font/icon/scan_pj/iconfont.eot");
    src: url("../../images/web_font/icon/scan_pj/iconfont.eot?#iefix") format("embedded-opentype"),
         url("../../images/web_font/icon/scan_pj/iconfont.woff") format("woff"),
         url("../../images/web_font/icon/scan_pj/iconfont.ttf") format("truetype"),
         url("../../images/web_font/icon/scan_pj/iconfont.svg#iconfont") format("svg");
}
.icon-font-2 {
    font-family: "iconfontTwo" !important;
    font-size: 16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-font {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.exam-header > .icon-font {
    font-size: 24px;
    position: absolute;
    top: -6px;
    left: 0;
}
.exam-name {
    margin-left: 30px;
    font-weight: bold;
}
.exam-grade {
    font-weight: bold;
}
/*custome*/
#reset-pwd, #msg {
    /*background: linear-gradient(to bottom, #59B723, #367412, #59B723);*/
    color: #DCFFC9;
    outline: none;
}
.msg-cnt {
    color: #DCFFC9;
    display: inline-block;
    padding: 0 5px;
    text-decoration: underline;
 }
 .msg-cnt:hover {
    color: #DCFFC9;
 }
 #msg[disabled] .msg-cnt {
    cursor: not-allowed;
 }
.row {
    height: 100%;
}
.infoManager-container {
    height: calc(100% - 100px);
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
.l-side, .r-side {
    height: 100%;
    background: #F0F0F0;
}
.user-info {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 300px;
}
.tools-download {
    height: calc(100% - 300px);
}
.user-info .btn-group {
    width: 90%;
    left: 5%;
}
.user-panel-btn {
    width: 50%;
}
.user-panel-btn > .icon-font {
    display: inline-block;
    padding-right: 5px;
}
.l-side-item, #panel-user {
    height: 100%;
}
.l-side-item > .panel {
    /*background: linear-gradient(to bottom, #FFF, #E4E4E4);*/
}
#panel-download {
    height: calc(100% - 15px);
}
.list-user-info {
    padding-right: 15px;
}
.user-info-item + .user-info-item {
    margin-top: 5px;
}
.user-info-item .icon-font, .user-info-item .glyphicon {
    display: inline-block;
    padding-right: 5px;
}
/*#upload-img {
    text-align: center;
}*/
#school-name, .tools-download .header {
    padding-bottom: 10px;
    font-weight: bolder;
}
.tools-download .header {
    border-bottom: 1px dashed #000;
}
.tools-list {
    padding-top: 3px;
}
.tools-list > .tools-list-item {
    margin-top: 10px;
}
.tools-list-item > .icon-font {
    display: inline-block;
    padding: 0 5px 0 15px;
}
.tools-list-item > a {
    float: right;
}
/*考试列表*/
.r-side > .panel {
    margin-top: 15px;
    /*background: linear-gradient(to bottom, #FFF, #E4E4E4);*/
}
#exam-wrapper {
    height: 100%;
    overflow: hidden;
}
#exam-wrapper .header {
    height: 20px;
    margin-top: 2px;
    line-height: 20px;
    border-left: 5px solid green;
    padding-left: 10px;
    font-weight: bolder;
}
.divider-horizontal {
    width: 100%;
    height: 1px;
    border: none;
    margin: 15px 0;
    background: #999;
}
.divider-vertical {
    display: inline-block;
    width: 1px;
    height: 14px;
    border: none;
    margin: 0 20px;
    /*background: #818181;*/
    background: rgba(129, 129, 129, .3);
}
.divider-vertical.after-subject {
    margin-left: 80px;
}
.progress-title {
    color: #818181;
}
/*收起、展开按钮*/
.exam-toggle {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    line-height: 16px;
    text-align: center;
    background: #3E8420;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    cursor: pointer;
}
.glyphicon-minus {
    padding-right: 1px;
}
.glyphicon-plus {
    padding-left: 1px;
}
#create-card {
    float: right;
    height: 26px;
    margin-left: 10px;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    background: #F2F2F2;
}
#exam-list {
    height: calc(100% - 70px);
    overflow-x: hidden;
    overflow-y: auto;
}
#exam-list a {
    text-decoration: underline;
}
#exam-list .mark-monitor {
    cursor: pointer;
}
.exam-subject {
    display: inline-block;
    width: 75px;
    height: 20px;
    line-height: 20px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 4px;
}
.do-scan {
    cursor: pointer;
}
.exam-list-panel, .user-info, .tools-download {
    opacity: 0;
    transform: translateY(-50px);
    transition: transform .5s ease-in-out, opacity 1s linear .1s;
}
.exam-list-item + .exam-list-item {
    /*margin-top: 10px;*/
    margin-top: 20px;
}
.exam-list-item-details {
    padding-left: 26px;
    line-height: 26px;
    /*overflow-x: hidden;*/
    transition: height .5s ease-in-out;
    position: relative;
}
/*.glyphicon-minus ~ .exam-list-item-details {
    height: auto;
}
.glyphicon-plus ~ .exam-list-item-details {
    height: 0;
}*/
.subject-list-item .progress {
    width: 100px;
    display: inline-block;
    margin-bottom: 0;
    height: 10px;
}
.exam-header {
    color: #4b380f;
    display: inline-block;
    margin: 10px 0;
    position: relative;
}
.subject-list-item {
    /*margin-bottom: 5px;*/
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}
.level-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    border-radius: 50%;
    background: #AA9C71;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    font-family: "Yahei Consolas Hybrid", "微软雅黑", "Microsoft Yahei", "宋体";
}
.progress-circle {
    display: inline-block;
    position: relative;
    top: 3px;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(154, 154, 154, .3);
    background: #F0F0F0;
    border-radius: 50%;
}
.progress-circle-bar {
    display: inline-block;
    position: absolute;
    top: 0;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    clip: rect(18px 18px 18px 0);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 8px 8px;
    animation: progressCircle 2s linear infinite;
}
.progress-circle-bar-danger {
    background-color: #d9534f;
}
.progress-circle-bar-warning {
    background-color: #f0ad4e;
}
.progress-circle-bar-success {
    background-color: #5cb85c;
}
@keyframes progressCircle {
    from {
        background-position: 40px 0;
    } to {
        background-position: 0 0;
    }
}
/* .scan-progress {
    width: 0;
} */
.progress.details-item {
    margin: 0 5px;
}
.scan-progress-text {
    display: inline-block;
    width: 40px;
}
#exam-list .pj-shown {
    cursor: pointer;
    outline: none;
}
#pj-link .modal-body {
    height: 270px;
}
.scan-progress-text, .pj-progress-text {
    display: inline-block;
    font-size: 12px;
    width: 38px;
}
.user-info-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.exam-list-panel {
    /*height: calc(100% - 30px);*/
    height: 100%;
    /*覆盖bootstrap .panel默认样式*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/*学校信息管理员专用*/
#create-exam {
    float: right;
    height: 26px;
    background: #F2F2F2;
    /*background: #DDA23E;*/
    border: 1px solid #D5D5D5;
    border-radius: 5px;
}
#create-exam:hover {
    background: #E9C174;
}
.operation-box {
    float: right;
    margin-top: 9px;
    margin-right: 5px;
}
.operation-item {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #9A9A9A;
    border-radius: 50%;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.update-exam-info.enabled:hover {
    color: #0A730A;
    border-color: #0A730A;
    box-shadow: 0 0 2px #0A730A;
}
.update-exam-info:hover > .pop-operation {
    display: block;
}
.undo-wrapper {
    display: inline-block;
    width: 90px;
    position: relative;
    cursor: pointer;
}
.undo-wrapper.enabled:hover .operation-item.enabled {
    color: #0A730A;
    border-color: #0A730A;
    box-shadow: 0 0 2px #0A730A;
}
/*为了让用户在整个待处理块内移动时, 弹出框都不消失*/
.undo-wrapper.enabled:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    /*background: transparent;*/
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.undo-wrapper.enabled:hover .pop-operation {
    display: block;
}
.operation-item ~ .operation-item {
    margin-left: 30px;
}
.operation-item .glyphicon {
    font-weight: bolder;
}
.operation-item.disabled {
    cursor: not-allowed;
    color: #AAA;
}
.undo-tips.disabled {
    color: #AAA;
}
.undo-tips.disabled .undo-cnt {
    background: rgba(153, 0, 0, 0.3);
}
/*操作弹出框*/
.pop-operation {
    padding: 5px 0;
    border: 1px solid #B7A579;
    border-radius: 5px;
    background: #EAE8E0;
    color: #4B380F;
    display: none;
    position: absolute;
    left: -24px;
    z-index: 1080;
}
.undo-task > .pop-operation {
    /*min-width: 72px;*/
    width: 130px;
    left: -45px;
}
.undo-task > .pop-operation > .divider-list:last-child {
    display: none;
}
.update-exam-info > .pop-operation {
    width: 160px;
    left: -82px;
}
.pop-operation:after, .pop-operation:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    margin-left: -19px;
    position: absolute;
}
.update-exam-info .pop-operation:after, .update-exam-info .pop-operation:before {
    margin-left: 0;
}
.update-exam-info.teacher-view > .pop-operation {
    width: 100px;
    left: -60px;
}
.update-exam-info.teacher-view .pop-operation:after, .update-exam-info.teacher-view .pop-operation:before {
    margin-left: 10px;
}
/*弹出框在下面*/
.pop-operation.down {
    top: 36px;
}
.pop-operation.up {
    bottom: 36px;
}
.pop-operation.down:after {
    border-bottom-color: #B7A579;
    top: -20px;
    left: 50%;
}
.pop-operation.down:before {
    border-bottom-color: #EAE8E0;
    top: -19px;
    left: 50%;
    z-index: 1085;
}
/*弹出框在上面*/
.pop-operation.up:after {
    border-top-color: #B7A579;
    bottom: -20px;
    left: 50%;
}
.pop-operation.up:before {
    border-top-color: #EAE8E0;
    bottom: -19px;
    left: 50%;
    z-index: 1085;
}
/*操作弹出框中的各项内容*/
.pop-operation-item {
    padding: 2px 10px;
    cursor: pointer;
    text-align: left;
}
.pop-operation-item:hover {
    background: #8E7745;
    color: #FFF;
}
.pop-operation .divider-list {
    width: 90%;
    height: 1px;
    border: none;
    margin: 0 auto;
    background: #CCC;
}

.undo-tips {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}
.undo-cnt {
    width: 16px;
    height: 16px;
    background: #900;
    border-radius: 50%;
    color: #FFF;
    font-weight: bolder;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: -6px;
    right: -16px;
    display: none;
}
.baseMain {
    height: 100%;
}
@media (min-width: 922px) {
    .l-side-item {
        padding-right: 0;
    }
    .user-info-wrapper {
        padding: 0;
    }
    .update-user-info {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    .details-item > .progress {
        width: 200px;
    }
}
/*以下样式部分覆盖上面的样式(暂时覆盖)*/
:root, body {
    background-color: transparent;
}
.l-side, .r-side {
    background: none;
}
.panel.panel-default {
    background-color: transparent;
    border: none;
}
.l-side {
    width: 170px;
}
/*----begin----覆盖bootstrap样式(默认为#000)*/
.tooltip-inner {
    background-color: #008000;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #008000;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #008000;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #008000;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #008000;
}/*----end----覆盖bootstrap样式(默认为#000)*/
/*----begin----覆盖自定义滚动条的默认样式*/
.mCSB_inside>.mCSB_container {
    margin-right: 20px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #008000;
    background-color: rgba(0, 128, 0, 0.75);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #008000;
    background-color: rgba(0, 128, 0, 0.85);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #008000;
    background-color: rgba(0, 128, 0, 0.9);
}/*----end----覆盖自定义滚动条的默认样式*/
