@charset "UTF-8";
.red {
    color: red;
    font-weight: bold;
}

.blue {
    color: blue;
    font-weight: bold;
}

/* school style start */
.schoolColor_header {
    /*background-color: #01164B;*/
    height: 100px;
    color:#00539d;
    font-size:15px;
    padding:5px 150px;
    position:relative;
    z-index:99;
}

.schoolColor_header .container-fluid {
    width:85%;
    position: absolute;
    top:50%;
    margin-top:-45px;
}

.schoolColor_header .row div {
    margin-top:10px;
}

.school-logo {
    height:70px;
}

.schoolColor_title {
    color: #01164B;
    background-color: #ffffff;
    height: 50px;
    font-size:20px;
}

.schoolColor_menu {
    background-color: rgba(1, 22, 75, 0.9);
    height: 50px;
    color:#ffffff;
    font-size:15px;
    padding:5px 150px;
    position:relative;
    z-index:99;
}

/* school style end */

.left-area {
    min-height:100%;
    width:220px;
    float:left;
}

.right-area {
    min-height:100%;
    background-color:#ffffff;
}

#footer_div {
    height:40px;
    position: fixed;
    bottom:0;
    right:0;
    left:0;
    z-index:7;
}

#footer_div .left-area {
    background-color:#3366e8;
}

#footer_div .right-area {
    border-top: 1px solid #eeeeee;
}

#footer_div .right-area:hover {
    border-left: 1px solid #dddddd;
    background-color:#eeeeee;
    cursor: pointer;
}

.copyright-area {
    padding:8px;
    color:#a0a0a0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

#footer_detail_area {
    display:none;
    position: fixed;
    bottom:0;
    right:0;
    padding:5px 300px;
    color:#999999;
    font-size:16px;
    background-color: #ffffff;
    -moz-box-shadow: 0 -5px 7px rgba(180, 180, 180, 0.8);
    -webkit-box-shadow: 0 -5px 7px rgba(180, 180, 180, 0.8);
    box-shadow: 0 -5px 7px rgba(180, 180, 180, 0.8);
    z-index:8;
}
.footer-detail-area {
    left:220px;
}

.footer-detail-top {
    left:0;
}

.h-footer-title {
    color:#000000;
    font-size:18px;
    padding:5px 0;
    border-bottom: 2px dashed #ff8899;
}

.h-footer-context {
    padding:5px 0;
}

.h-footer-copyright {
    text-align:center;
}

.login_bg {
    //padding:0px!important;
    //margin:0 auto;
    //height:476px;
    //background: url(../images/login_bg.jpg) no-repeat center center;
    //background-size: auto 100%;
}

.login-area {
    //background: url(../images/login_input_bg.png) no-repeat center center;
    //width: 436px;
    //height: 600px;
    background: #ffffff90;
    width: 400px;
    height: 360px;
    border-radius: 10px;
    top: 40%;
    right: 10%;
    padding: 30px;
    overflow: hidden;
    position: absolute;
    z-index:1;
    transform: translateY(-50%);
}

.m6px {
    padding:6px 0;
}

.errdiv {
    color:red;
}

.errdiv span {
    padding-left:10px;
    word-warp:break-word;
    word-break:break-all;
}

.errdiv .oth_row {
    padding-left:22px;
}

.errText {
    color: #a94442;
    background-color: #f2dede;
    border-color: red;
}

.successdiv {
    color:green;
}

.successdiv span {
    padding-left:10px;
    word-warp:break-word;
    word-break:break-all;
}

.input-group-tpyzm {
    padding: 0;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

/** 按钮样式 start **/
.btn-size-s {
    width:80px;
}

.btn-size-m {
    width:110px;
}

.btn-size-l {
    width:140px;
}

.btn-size-xl {
    width:170px;
}
/** 按钮样式 end **/

.active-tr {
    background-color: rgba(255, 165, 132, 0.5);
}
.active-tr:hover,.table-hover>tbody>tr.active-tr:hover>td,.table-hover>tbody>tr.active-tr:hover>th {
    background-color: rgba(255, 165, 132, 0.5) !important;
}






.text-nowrap {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.text-bold {
    font-weight: bold;
}

.margin_t15 {
    margin-top:15px !important
}

.margin_b15 {
    margin-bottom:15px !important
}

.padding_t5 {
    padding-top:5px !important
}

.padding_b5 {
    padding-bottom:5px !important
}

.padding_l15 {
    padding-left:15px !important
}

.pageTagText {
    width:30px;
    border:1px solid #ccc;
    border-radius:4px;
    height:30px;
}

.nav_header {
    padding-top:8px;
}

.nav_header i {
    font-size:17px;
    margin-left:20px;
}

.nav_header span {
    font-weight: bold;
    padding-left:5px;
}

.nav_header li {
    float:left;
    list-style: none;
}

.nav_header .nav_link:hover {
    cursor:pointer;
    color:#ffa584;
}

.flow_finish_ico {
    background: url(../images/flo_blueico.png) no-repeat center center;
    background-size: 100%;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    color: #ffffff;
    height:40px;
    line-height: 38px;
}

.flow_ico {
    background: url(../images/flo_grayico.png) no-repeat center center;
    background-size: 100%;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    color: #000000;
    height:40px;
    line-height: 38px;
}

.div_center {
    margin: 0 auto;
}

.desktop_bg {
    margin:0 auto;
    height:590px;
    min-height: 590px;
    padding:5px;
    background-color: #ffffff;
    //background: url(../images/login_bg.jpg) no-repeat center center;
}

.desktop_panel {
    padding:15px;
    border-radius: 0px;
    min-height: 580px;
    border: none;
    overflow: hidden;
    position:relative;
    border: 1px solid #eeeeee;
}

.desktop_search_bar {
    border-bottom: 6px solid #0483d4;
    padding-bottom: 10px;
    height:50px;
}

.feedBack {
    position: fixed;
    right: 10%;
    bottom: 45px;
    background: #01164B;
    width: 50px;
    height: 50px;
    color: #ffffff;
    z-index: 4;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.feedBack:hover {
    background: #ffc000;
    color: #01164B;
}

.back_top {
    display: none;
    position: fixed;
    right: 10%;
    bottom: 120px;
    background: #01164B;
    width: 50px;
    height: 50px;
    color: #ffffff;
    z-index: 4;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.back_top:hover {
    background: #ffc000;
    color: #01164B;
}

span[flag="hrm-check"] {
    padding:3px 0 0 6px;
    font-size:16px;
    font-weight:bold;
    color: #3366e8;
    cursor: pointer;
}

span[flag="info-check"] {
    padding:3px 0 0 6px;
    font-size:16px;
    font-weight:bold;
    color: #3366e8;
    cursor: pointer;
}

span[flag="hrm-all-check"] {
    padding:3px 0 0 6px;
    font-size:16px;
    font-weight:bold;
    color: #ffaa22;
    cursor: pointer;
}

input[type="radio"][flag="hrm-radio"] + span::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: -2px;
    border-radius: 50%;
    border: 2px solid #3366e8;
    line-height: 1; 
    cursor: pointer;
}

input[type="radio"][flag="hrm-radio"]:checked + span::before {
    background-color: #3366e8;
    background-clip: content-box;
    padding: 2px;
    cursor: pointer;
}

input[type="radio"][flag="hrm-radio"].noVote + span::before {
    border: 2px solid #ff0000;
    cursor: pointer;
}

input[type="radio"][flag="hrm-radio"].isVote + span::before {
    border: none;
    padding: 3px;
    cursor: pointer;
}

input[type="radio"][flag="hrm-radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/** 代码选择 start **/
/*.tosel {
    position:absolute;
    top:24px;
    left:15px;
    width:480px;
    padding:0px 10px 15px;
    background:#FFF;
    border: 1px solid #9ac9e9;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

.tosel ul {
    float:left;
    color:#333;
}

.sel_search {
    padding:15px 10px;
}

.sel_search li {
    padding:4px 0px;
    color:#999;
}

.sel_tab {
    z-index:60;
    position:relative;
    padding-left:6px;
    width:98%;
}

.sel_tab li {
    padding:0px 4px;
    border-top:1px #9ccaea solid;
    border-right:1px #9ccaea solid;
    border-left:1px #9ccaea solid;
    line-height:22px;
    height:20px;
    width:auto;
    float:left;
    margin-left:4px;
    cursor:pointer;
}

.sel_con {
    width:100%;
    margin-top:-1px;
    z-index:59;
    position:relative;
    padding:15px 0px 15px;
    border-top:1px #9ccaea solid;
}

.sel_con li {
    width:85px;
    padding:2px 5px;
    float:left;
    margin:4px 0px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}*/
/** 代码选择 end **/