html,
body {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
}
.edit {
    cursor: pointer;
    color: #025DBA
}

.customForm {
    padding: 0 7px;
    min-width: 760px;
    font-size: 12px;
    display: inline-block;
    width: 760px;
    /*border:1px solid gainsboro;*/
}

.customForm_div {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.customForm_div_label {
    display: inline-flex;;
    align-items: center;
    height: 55px;
    justify-content: space-between;
    width: 45%
}

.customForm_div_label_span em {
    color: red;
    margin-right: 5px
}

.uploaderLabel em {
    color: red;
    margin-right: 5px
}

.customForm_div_label_span {
    width: 30%;
    display: inline-block;
    text-align: right;
    padding-right: 10px
}

.customForm_div input {
    height: 30px;
    padding: 5px
}

.customForm_div input[type=checkbox] {
    margin: 0px 5px;
    height: auto
}

.customForm_div input[type=radio] {
    margin: 0px 5px;
    height: auto
}

.customForm_div_buttons {
    text-align: center;
    padding: 50px 0
}

.customForm_div_buttons_item {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    font-family: "微软雅黑";
    width: 72px !important;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: -webkit-linear-gradient(#2d90f1 0%, #116fcd 100%);
    background: -moz-linear-gradient(#2d90f1 0%, #116fcd 100%);
    background: -o-linear-gradient(#2d90f1 0%, #116fcd 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#2d90f1), to(#116fcd));
    background: linear-gradient(#2d90f1 0%, #116fcd 100%);
}

.cz {
    color: plum;
    margin-right: 8px;
}

.customForm select {
    width: 100px;
    height: 30px
}

.customForm input[type=text] {
    width: 100px;
    height: 30px
}

.instructions {
    padding-right: 10px;
    padding-top: 7px;
}

.opinion {
    padding: 15px;
    font-size: 14px
}

.opinion h3 {
    font-size: 16px
}

.w6em {
    width: 6em;
}

.w7em {
    width: 7em;
}

.w8em {
    width: 8em;
}

.w9em {
    width: 9em;
}

.w10em {
    width: 10em;
}

.w11em {
    width: 11em;
}

.training-state .pop-info {
    color: #000;
    right: 0;
    top: 98%;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 10px;
    z-index: 9000;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    width: 20em;
}


.training-state:hover .pop-info{
    display: block;
}

.no-resize {
    resize: none;
    overflow: auto;
}

.richEditor select {
    height: auto;
    font-size: 14px;
}

.orange {
    color: #ffa500;
}
.gray {
    color: #a0a0a0;
}
.light-blue {
    color: #59a9e6;
}
.tab {
    background: #999;
    padding: 8px 14px;
    margin:0 1px;
}
.tab.curr {
    background: #f90;
}

.bg-red {
    background: #ff551b;
}
label.btn-update .elf-uploader-file,
label.btn-upload .elf-uploader-file {
    display: none;
}

.dlg-content-exam-tips {
    text-align: center;
}
.dlg-content-exam-tips ol li h4 {
    text-align: left;
}
.dlg-content-exam-tips ol li p {
    text-align: left;
    padding-left: 2em;
}
.dlg-content-exam-tips ol li ol {
    text-align: left;
    padding-left: 2em;
}
.btn-link{
    color: #4395ff;
    cursor: pointer;
}
.btn-link.disabled{
    color: #999999;
}
.btn-link.disabled:hover{
    color: #999999;
}
.btn-link:hover{
    color: #317fe4;
}

.tip{
    color: #ff0000;
}
