﻿body {
    text-align: center;
    background-color: #fdfcf8;
    width: 100%;
    min-height: 500px;
}

div.wholePage {
    width: 80% !important;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.red {
    background: orangered !important;
}

.head {
    padding-top: 10px;
    position: relative;
    width: 100%;
    z-index: 1000;
   /* background-color: #fdfcf8;*/
}

.head-login {
    padding-top: 10px;
    position: relative;
    /*width: 1100px;*/
    z-index: 1000;
    background-color: #fdfcf8;
}
    /*.head .navigation {
        height: 40px;
        -webkit-transform: translateZ(0);
        line-height: 40px;
        background-color: #6fb2e5;
        color: white;
    }*/
.head .navigation {
    /*    height: 40px;*/
    height: 50px;
    -webkit-transform: translateZ(0);
    line-height: 50px;
    /*    line-height: 40px;*/
    /*    background-color: #2e3131;*/
    /*    background-color: #99CC99;*/
    /*        background-color: #11a683;*/
    /*        background-color: #336699;*/
    /*    background-color: #bedcaf;*/
    /*    background: #FFCC99;*/
    background-color: #34495e;
    color: #2e3131;
    border-radius: 5px;
}


.navigation .navigation1 li {
    height: 30px;
    text-align: center;
    color: #2e3131;
}

.navigation .navigation1 a {
    padding-top: initial;
    font-size: 15px;
    height: 40px;
    color: white;
    font-weight: 700
}

/*.nav-pills a.nav-link.active, .nav-pills .show > a.nav-link {
    background-color: #4f7196;
}
*/
.nav-pills a.nav-link.active, .nav-pills .show > a.nav-link {
    /*    background-color: #15c39a;*/
    /*    background-color: #00BFFF;*/
    /*    background-color: #fdfcf8;*/
    background-color: #34495e;
    color: #1abc9c;
}
.nav-pills a.nav-link:hover {
    /*    background-color: #15c39a;*/
    /*    background-color: #00BFFF;*/
    /*    background-color: #fdfcf8;*/
    background-color: #34495e;
    color: #1abc9c;
}

    .examtitle {
        font-size: 18px;
        font-weight: 700;
        margin: 0 15rem;
    }

a {
    text-decoration: none;
    color: #1c72ff;
}

.nav-container {
    padding: 10px;
    display: flex;
}

    .nav-container .nav-container-left {
        flex: auto;
        text-align: right;
    }

    .nav-container .nav-container-right {
        flex: 1;
        text-align: right;
        margin-right: 1rem;
        vertical-align: middle;
        font-size: 14px;
    }

        .nav-container .nav-container-right label {
            width: 17px;
            height: 17px;
            vertical-align: middle;
            margin: 5px;
        }

        .nav-container .nav-container-right span {
            height: 18px;
            vertical-align: middle;
        }
    .nav-container .blue {
        background: #1ABC9C;
    }
    .nav-container .white {
        background:#fdfcf8;
        border:1px solid #e5ebef;
    }
a:hover {
    text-decoration: underline;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    margin-right: 6px;
}

.left {
    float: left;
}

.right {
    float: right;
}

li.selected{
    background: #ccc;
}
button.selected {
    background: #1ABC9C;
}

.bgColor {
    background-color: rgb(245, 245, 245);
}

.smallPadding {
    min-height: 200px;
    padding: 10px;
}

.user {
    position: absolute;
    right: 50px;
    top: 10px;
    height: 30px;
    line-height: 30px;
    display: none;
}

    .user img {
        height: 30px;
    }


/* main page */
.stem p img {
    max-height: 400px;
}

.questionLabBtns {
    margin: 10px 0px;
    width: 92%;
    margin-left: 5%;
    text-align: left;
    /*max-width: 900px;*/
}

    .questionLabBtns .questionLabNo {
        width: 40px;
        height: 40px;
        padding: 0px;
        margin: 2px 3px;
    }

    .questionLabBtns button.active {
        box-shadow: 0 0 0 0.2rem rgba(26,188,156,.25);
    }

.inputReset {
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    font-size: 1rem;
}

input.fillingInput {
    padding: 0px 4px;
}

.shortList textarea {
    width: 600px;
    height: 400px;
}

#AddCAdminModal input, #ChangeCAdminModal input,
#addTeacherModal input, #ChangeTeacherModal input {
    width: 150px;
    height: 32px;
    display: inline-block;
    margin-bottom: 1%;
}

#AddCAdminModal span, #ChangeCAdminModal span,
#addTeacherModal span, #ChangeTeacherModal span {
    width: 120px;
    text-align: right;
    display: inline-block;
}

#pasueBtn {
    padding: 0;
    width: 100px;
}

.slide-container .candidates,
.slide-container input,
.slide-container textarea {
    margin: 0px 10px;
}

.slide-container {
    text-align: left;
}

    .slide-container .nav-container {
        text-align: center;
        margin-top: 10px;
    }

        .slide-container .nav-container button {
            margin: 0px 8px;
        }

    .slide-container li {
        cursor: pointer;
        margin: 10px 0px;
    }

        .slide-container li:hover,
        .slide-container li.selected,
        .slide-container .stem {
            font-weight: 600;
        }

.navigation .tabDisabled {
    display: none;
}

.tab-content.hide {
    display: none;
}

#noAnyQuestion {
    padding: 10px;
    height: 200px;
    display: none;
}

    #noAnyQuestion h5 {
        line-height: 180px;
    }

.modal-content {
    /*padding: 20px 0px;*/
    text-align: center;
}

.questionItem .stem,
.questionItem .candidates {
    text-align: left;
}
    .questionItem  .stemImg{
        width:80%;
    }

.counter {
    display: inline-block;
    margin-right: 18%;
    font-size: x-large;
    color: royalblue;
    padding: 1px 5px 3px 5px;
    border-radius: 5px;
    border: 2px solid;
}

.candidates label {
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 5px;
    vertical-align: top;
}

input.focusStyle {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.commonHeight {
    height: 220px;
    padding: 20px;
}
/*.nav-item a:focus{
   outline-color:blue;
}*/

/* import / export exam paper */
.examPaperHeader {
    padding-top: 5px;
}

    .examPaperHeader h4 {
        color: #4f7196;
    }

.inputText {
    margin-top: 1%
}

    .inputText textarea {
        width: 98%;
        height: 200px;
        overflow-y: auto;
    }
/*.importBtn {
    margin-bottom: 0.5rem;
}*/
#examPaperTable tr,
#answerSheetTable tr {
    border: 1px solid #eee;
}

/*#examPaperTable th,
#answerSheetTable th,
.ExamArrangeList #ArrangementTable th,
.CArrangeList #CArrangeTable th,
#CAdminListTable th, #teachersTable th {
    height: 40px;
    background: #6fb2e5;
    color: #fff;
    border: 1px solid #5ea1d4;
    padding: 0px;
}
*/

#examPaperTable th,
#answerSheetTable th,
.ExamArrangeList #ArrangementTable th,
.CArrangeList #CArrangeTable th,
#CAdminListTable th, #teachersTable th, #ReviewListTable th, #MarkingListTable th, #MarkingDetailTable th, #CorrectionDetailTable th{
    height: 40px;
    /*    background: #15c39a;*/
    /*    background-color: #00BFFF;*/
    /*    background-color: #cafedb;*/
    /*    background-color: #4785c2;*/
    background-color: #f2f1ef;
    color: #2e3131;
    padding: 0px;
}

#examPaperTable td,
#answerSheetTable td,
.ExamArrangeList #ArrangementTable td,
.CArrangeList #CArrangeTable td,
#CAdminListTable td, #teachersTable td, #ReviewListTable td, #MarkingListTable td, #MarkingDetailTable td, #CorrectionDetailTable td {
    height: 35px;
    border-bottom: 1px solid #34495e;
    padding: 0px;
}

/* submit exam paper */
#submitExamPaper h5 {
    margin-top: 60px;
}

#submitExamPaper .submitContent {
    line-height: 160px;
    margin-top: 0px;
}

#submitExamPaper button {
    width: 140px;
    margin-top: 10px;
}

#yourGrade {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 10px;
}

#submitExamPaper .hint {
    color: red;
    display: none;
}

.Search img {
    height: 20px;
}

.SearchBox {
    width: 150px;
    height: 28px;
}

.examPaperHeader .Search {
    display: block;
}

#ChangeArrangeModal .textInput, #ChangeArrangeModal select {
    width: 180px;
    height: 30px;
    display: inline-block;
}

#ChangeArrangeModal span {
    display: inline-block;
    height: 35px;
    width: 130px;
    text-align: right;
}

#MBTIresoultTable {
    width: 70%;
    margin-left: 15%;
    margin-bottom: 1%;
}

    #MBTIresoultTable th {
        height: 30px;
        background: #6fade2;
        color: #0e0e0e;
        border: 1px solid #b7babd;
        padding: 0px;
        color: aliceblue;
    }

    #MBTIresoultTable td {
        height: 30px;
        border: 1px solid #b7babd;
        padding: 0px;
    }

.table-icon {
/*    margin-right: 5px;*/
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: central;
}
    .table-icon:hover {
        transition: 0.3s;
        box-shadow: 0 0 10px #888;
        background-color: #34495e;
        color: white;
        border-radius: 50%;
    }
    .table-icon i {
        background-color: rgba(255,255,255,0);
        line-height: 30px;
    }
    .table-icon:nth-child(1){
        margin-right:-5px;
    }
    .table-icon:nth-child(2) {
        margin-right: -2px;
    }

.btn-box {
    position: relative;
    top: 38px;
/*            right: -10px;*/
    z-index: 1000;
    font-size: 15px;
}

    .btn-box button {
        outline: none;
        height: 35px;
        width: 90px;
        display: inline-block;
        background: #1abc9c;
        color: white;
        border: 1px solid #1abc9c;
        border-radius: 5px;
    }
        .btn-box button:hover {
            background: #16A085;
            border: 1px solid #16A085;
            color: white;
        }
        .btn-box button:active {
            background: #1abc9c;
            border: 1px solid #1abc9c;
            color: white;
            box-shadow: 0px 0px 5px #1abc9c;
        }
#basedQuery, #createExamPaper, #CreatePaperBtn{
    width: 100px;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: white;
    text-decoration: none;
}

/*#confirmBtn {
    position: relative;
    bottom: 40px;
    margin-left: 1050px;
}*/

/*右下角悬浮框*/
#rightside {
    position: fixed;
    right: -48px;
    bottom: 40px;
    z-index: 100;
    transition: all 0.5s;
    transform: translate(-58px, 0);
}

    #rightside > div > button,
    #rightside > div > a {
        display: block;
        margin-bottom: 5px;
        width: 35px;
        font-weight: bold;
        height: 35px;
        border-radius: 5px;
        background-color: #1abc9c;
        color: #fff;
        text-align: center;
        outline: 0;
        border: none;
    }

        #rightside > div > button:hover,
        #rightside > div > a:hover {
            background-color: #16A085;
            border-color: #16A085;
        }

/*字体缩放*/
body {
    transform-origin: left top;
    transition-duration: 0ms;
}

.body1x {
    zoom: 1
}

.body2x {
    zoom: 1.25
}

.body3x {
    zoom: 1.5
}

#isVM {
    position: fixed;
    left: 12px;
    bottom: 12px;
    z-index: 100;
    border: 1px solid #6c757d;
    background-color: white;
    color: #6c757d;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}