/**
 * Created by cyb on 2018/7/6.
 */
/*site*/
html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background: url("../imgs/sky-background.jpg") repeat;

}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.row {
    background-color: #fff;
}

.footer {
    color: #fff;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*common*/
.gre-wrapper {
    /*min-width: 600px;*/
    width: 100%;
    min-height: 768px;
    height: 100%;

    /*margin-top: 3px;*/
    padding-bottom: 20px;
    visibility: visible;
    background-color: #ededef;
    position: relative;
}

.gre-main {
    width: 100%;
    min-height: 740px;
    height: 80%;
    margin: 0px;
    padding: 0px;
    /*position: absolute;*/
    background: #fff;
    margin-bottom: 20px;
}

.top-tab {
    height: 33px;
    background: #FFF;
    margin-top: 4px;
    padding: 4px;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

/*.view-btn-con {*/
/*text-align: right;*/
/*margin: 4px 0;*/
/*position: relative;*/
/*}*/

/*.view-erery-mod {*/
/*cursor: pointer;*/
/*margin-right: 18px;*/
/*!*float: left;*!*/
/*width: 260px;*/
/*height: 106px;*/
/*border: 2px solid #FFF;*/
/*box-sizing: border-box;*/
/*margin-bottom: 20px;*/
/*}*/

/*.single-left {*/
/*float: left;*/
/*width: 180px;*/
/*height: 55px;*/
/*}*/

/*.single-right {*/
/*width: 40px;*/
/*height: 40px;*/
/*position: absolute;*/
/*top: 15px;*/
/*right: 15px;*/
/*}*/

/*.average-score {*/
/*position: absolute;*/
/*bottom: 10px;*/
/*left: 15px;*/
/*color: #666;*/
/*font-size: 12px;*/
/*}*/

/*.view-lists-table {*/
/*width: 100%;*/
/*}*/

/*.view-lists .view-lists-table thead tr {*/
/*height: 40px;*/
/*line-height: 40px;*/
/*background: #eee;*/
/*}*/

/*.view-lists .view-lists-table tbody tr {*/
/*height: 48px;*/
/*line-height: 48px;*/
/*}*/

/*paper*/
div, footer, form, h1, h2, h3, h4, h5, h6, ol, p, table, ul {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    word-wrap: break-word;
    outline: 0;
}

.top-nav {
    margin: 5px;
    padding: 10px;
    height: 60px;
}

.exam-datashow {
    margin-bottom: 20px;
    background: #FFF;
    padding: 26px 32px 32px;
}

.exam-tit {
    font-size: 18px;
}

.exam-intr {
    line-height: 25px;
    color: #666;
    padding: 15px 0 0;
}

/*mygre*/
.record .item-list {
    /*width: 1092px;*/
    height: 137px;
    margin-top: 20px;
    padding: 12px;
    background: #f3f7fe;
    position: relative;
}

.record .title {
    color: #666;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}

.record .title em {
    float: right;
    color: #999;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

.record-info {
    margin-top: 8px;
    margin-bottom: 8px;
}

.record-info li {
    float: left;
    width: 162px;
    /*height: 60px;*/
    text-align: center;
    margin: 8px 0;

    list-style: none;
}

.pull-down {
    position: relative;
    width: 92px;
    margin-top: 8px;
    float: right;
}

.pull-down a {
    width: 85px;
    height: 26px;
    text-align: center;
    background: #4c91ff;
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 26px;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    padding-left: 3px;
    padding-right: 10px;
}

.dropdown-menu {
    min-width: 82px !important;
    margin: 0;
    padding: 0;
}

.dropdown-menu li {
    height: 26px;
    width: 82px !important;
    text-align: center;
    float: none;
    margin: 1px 2px;
}

.dropdown-menu li a {
    width: 82px;
    height: 26px;
    text-align: center;
    background: #4c91ff;
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    /*line-height: 26px;*/
    text-decoration: none;
    outline: 0;
    display: inline-block;
    padding-right: 10px;
}

.dropdown-menu li a:hover {
    background: #333;
    color: #fff;
}

.fav_cancel_btn {
    float: right;
}

/*view*/
.tab-detail {
    padding: 26px 32px 12px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.exam-list-mod {
    margin-top: 20px;
}

.exam-list-boxs {
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.border-box {
    position: relative;
    background-color: #f8fcff;
    display: block;
    width: 275px;
    height: 100px;
    padding-top: 2px;
    padding-left: 5px;
    margin-left: 25px;
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.border-box .border-con {
    height: 65px;
    margin-left: 3px;
    font-size: 18px;
    margin-top: 3px;
}

.border-box .right {
    width: 60px;
    height: 60px;
    float: right;
}

.border-box .border-bottom {
    /*display: none;*/
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
}

.border-box .border-bottom span {
    padding-left: 5px;
}

.border-box .border-bottom .right-side {
    padding-right: 5px;
    float: right;
}

.border-box .border-head {

    height: 40px;
    margin-left: 3px;
    font-size: 18px;
    margin-top: 3px;
}

.border-box .border-mid {
    height: 20px;
    margin-left: 3px;
    font-size: 15px;
    margin-top: 1px;
}

.border-box .border-bot {
    display: block;
    margin-left: 5px;
    margin-top: 3px;
    padding: 0;
}

/*prep*/
.border-box1 {
    position: relative;
    display: block;
    width: 300px;
    height: 70px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

/*review*/
.analy-result {
    height: 93%;
}

.analy-title {
    /*height: 10%;*/
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    padding: 0;
}

/*.analy-all {*/
/*height: 35%;*/
/*}*/

/*.analy-detail {*/
/*height: 55%;*/
/*}*/
/*#myTabContent {*/
/*position: absolute;*/
/*!*overflow: auto;*!*/
/*height: 43%;*/
/*}*/

#myTabContent .analy-section {

    margin-top: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
}

#myTabContent .analy-section .orderNumber {
    position: absolute;
    height: 20%;
}

#myTabContent .analy-section .orderContents {
    position: absolute;
    overflow-y: auto;
    height: 35%;
}

/*right answers*/
.ans_right {
    background-color: #39f;
    background: url(../imgs/result-state-icon.png) no-repeat -16px 23px;
}

table {
    border-collapse: collapse;
    /*table-layouts1: fixed;*/
}

/*sections ordernum*/
.orderNumber {
    margin-top: 5px;
    margin-left: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid #dedede;
}

.orderNumber li {
    list-style: none;
    float: left;
    margin-right: 2px;
    margin-top: -7px;
}

.orderNumber li a {
    position: relative;
    text-align: center;
    display: inline-block;
    height: 35px;
    width: 45px;
    line-height: 32px;
    border: 2px solid #dedede
}

.orderNumber li a {
    height: 35px;
    background-image: url(../imgs/result-state-icon.png);
    background-repeat: no-repeat;
}

.orderNumber li a.true-state {
    border-bottom: 4px solid #62cd62;
    background-position: -16px 23px;
}

.orderNumber li a.false-state {
    border-bottom: 4px solid #fa7070;
    background-position: 32px 22px;
}

.current a.true-state {
    background-color: #62cd62;
}

.current a.false-state {
    background-color: #fa7070;
}

.orderContents {
    margin-top: 50px;
}
