/*
    创建排课任务的样式
*/

.mar-h {
    margin-top:-20px;
    height:150px !important;
}
.mar-h > div {
    margin-top:20px;
}

.mar-h-265 {
    margin-top:-20px;
    height:250px !important;
}

.mar-h-265 .editor-field label{
    margin:0;
    cursor:default;
    margin-bottom:3px;
}

.create-btn {
    margin-top:10px;
}

/*.create-tit-box {
    padding-bottom:9px;*/
    /*min-width:400px;
}
.create-tit-box > span{
    display:block;
    margin:20px 0px 16px 0;
}
.create-tit-box > span > a{
    color:#3D2D8E;
    font-style:normal;
    cursor:pointer;
    text-decoration:underline;
}
.create-tit-box > span > a:hover{
    text-decoration:none;
}*/
 /*.create-tit-box .create-tit-box-btn{
   padding-top:10px;
    padding-left:20px;
    float:left;*/
    /* 高度不能改变 */
    /*display:block;
    height:44px;
    margin-top:10px;
}*/
/*.create-tit-box .create-tit-box-btn > a:first-child{
    margin-left: 20px;
    margin-top: 10px;
}
.create-tit-box .create-tit-box-btn > div:first-child{
    margin-left: 20px;
}
.create-tit-box .create-tit-box-btn > .btn-group:first-child{
    margin-left: 20px;
    display:inline-block;
}
.create-tit-box .create-tit-box-btn > .form-group:first-child{
    margin-left: 20px;
    display:inline-block;
}
.create-tit-box .create-tit-box-btn > .class-tit-list{
    display: inline-block;
    height: 60px;
    position: absolute;
    left:40px;
}
.create-tit-box .create-tit-box-btn > .clas-btn{
    width:40px;
    height:60px;
    background:#fafafa;
    cursor:pointer;
    display:none;
    position:absolute;
    border:1px solid #ddd;
    z-index:2;
    transition: all 0.3s;
}
.create-tit-box .create-tit-box-btn > .clas-btn:hover{
    background:#f5f5f5;
}
.create-tit-box .create-tit-box-btn > .clas-btn:hover > span{
    color:#86c126;
}
.create-tit-box .create-tit-box-btn > .clas-btn-left{
    left:0;
    border-radius: 5px 0 0 5px;
}
.create-tit-box .create-tit-box-btn > .clas-btn-right{
    right:0;
    border-radius:0 5px 5px 0;
}

.create-tit-box .create-tit-box-btn > .clas-btn > span{
    font-size: 46px;
    line-height: 60px;
    margin-left: 10px;
    color:#ddd;
    transition: all 0.3s;
}
.create-tit-box .create-tit-box-btn > a,
.create-tit-box .create-tit-box-btn > div > a{
    margin-right: 10px;
    margin-top: 10px;
}*/

/*统一设置的按钮位置调整*/
.create-tit-box .select-set > .btn-group{
    margin-left:0px;
}

.create-tit-box .create-tit span.important{
    color: #8F5858;
}

.create-tit-box form {
    height:44px;
    float:right;
    /* 学生课表查询样式 */
    /*max-width:890px;*/
    margin-top: -45px;
}
.create-tit-box button {
    margin-right:15px;
}
.create-tit-box button:last-child {
    float:right;
    margin-right:15px;
    /*margin-top: 20px;*/
}

.create-tit-box form .form-group-left {
    left:70px;
}
.create-tit-box form .form-group {
    float: left;
    height:34px;
    margin-right: 15px;
    margin-top: 10px;
}
.create-tit-box form .form-group select {
    width: 180px;
}
.create-tit-box form .form-group .form-width {
    width: 150px;
}

.create-tit-box form .form-group button {
    width:80px;
}

.create-tit-box form .checkbox {
    float: left;
    margin-right: 15px;
}
.create-tit-box form .checkbox input.form-control {
    margin: 0;
    height: 100%;
    width: 20px;
}
.create-tit-box form .checkbox label {
    padding-left: 30px;
}

/*.create-tit{
    font-size:30px;
    font-weight: normal;
    margin: 20px 20px 0 22px;
}*/

.datalist-pnl-detail.report {
    padding: 0 20px;
}

.datalist-pnl-detail.report table {  
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;  
    width: 100%;  
}  
  
.datalist-pnl-detail.report .bordered {  
    border:1px solid #ccc;  
    -moz-border-radius: 6px;  
    -webkit-border-radius: 6px;  
    border-radius: 6px;  
    -webkit-box-shadow: 0 1px 1px #ccc;  
    -moz-box-shadow: 0 1px 1px #ccc;  
    box-shadow: 0 1px 1px #ccc;  
}  
  
.datalist-pnl-detail.report .bordered tr:hover {  
    background: #fbf8e9;  
    -o-transition: all 0.1s ease-in-out;  
    -webkit-transition: all 0.1s ease-in-out;  
    -moz-transition: all 0.1s ease-in-out;  
    -ms-transition: all 0.1s ease-in-out;  
    transition: all 0.1s ease-in-out;  
}  
  
.datalist-pnl-detail.report .bordered td, .bordered th {  
    border-left: 1px solid #ccc;  
    border-top: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 10px;  
    text-align: left;
    line-height: 25px;  
}  
  
.datalist-pnl-detail.report .bordered th {  
    background-color: #dce9f9;  
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));  
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);  
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);  
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);  
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);  
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);  
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;  
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;  
    border-top: none;  
    text-shadow: 0 1px 0 rgba(255,255,255,.5);  
}  
  
.datalist-pnl-detail.report .bordered td:first-child, .datalist-pnl-detail.report .bordered th:first-child {  
    border-left: none;  
}  
  
.datalist-pnl-detail.report .bordered th:first-child {  
    -moz-border-radius: 6px 0 0 0;  
    -webkit-border-radius: 6px 0 0 0;  
    border-radius: 6px 0 0 0;  
}  
  
.datalist-pnl-detail.report .bordered th:last-child {  
    -moz-border-radius: 0 6px 0 0;  
    -webkit-border-radius: 0 6px 0 0;  
    border-radius: 0 6px 0 0;  
}  
  
.datalist-pnl-detail.report .bordered th:only-child{  
    -moz-border-radius: 6px 6px 0 0;  
    -webkit-border-radius: 6px 6px 0 0;  
    border-radius: 6px 6px 0 0;  
}  
  
.datalist-pnl-detail.report .bordered tr:last-child td:first-child {  
    -moz-border-radius: 0 0 0 6px;  
    -webkit-border-radius: 0 0 0 6px;  
    border-radius: 0 0 0 6px;  
}  
  
.datalist-pnl-detail.report .bordered tr:last-child td:last-child {  
    -moz-border-radius: 0 0 6px 0;  
    -webkit-border-radius: 0 0 6px 0;  
    border-radius: 0 0 6px 0;  
}  


/*课程映射中 配置下的导航*/
.create-tit-ul {
    font-weight: normal;
    margin-top: 20px;
}

.mar-t {
    height:150px !important;
}

.mar-t div{
    margin-top:15px;
}

.select-xueduan {
    width: 175px;
    position: absolute;
    left: 103px;
    top: -7px;
}

.courseplan-config-header {
    display: block;
    padding: 0 0 10px;

}
.courseplan-config-box {
    padding: 10px 0 0 35px;

}

.courseplan-config p label {
    cursor: pointer;
    font-weight: normal;
}
.courseplan-config p i {
    width:5px;
    font-weight: bold;
    padding: 0 5px;
}





.mr-t {
    margin-bottom: 10px;
}

.mr-t .demo--label{
    margin:0;
}

.mr-t .demo--label > span{
    margin:0;
}



/* 公共样式 */
.class-tit-i {
    font-size: 12px;
    color: #999;
    padding: 0 0 6px 0px;
    display:block;
    margin:0;
}

/* 公共样式结束 */
.class-tit-b {
    /*padding-left:10px;*/
    position:relative;
}

/* 统一设置课程分类 */
.class-tit-b .select-arrow {
    left:255px;
}

.mar-a{
    height:100px !important;
}

.mar-a div label{
    color:#555;
    font-size:14px;
}

.mar-a div {
   padding-top:10px;
}


/*.create-pnl-detail {
    margin: 15px 20px 15px 20px;
    position:relative;
}*/
.editor-field-tit {
    height:20px;
    line-height:20px;
    display:block;
}
.editor-field-tit span {
    margin-top:0px;
}
.editor-field-tit label {
    margin-bottom:0;
    margin-right:30px;
    vertical-align: middle;
    font-weight:normal;
    cursor:pointer;
}
.editor-field-tit input {
    margin-top:1px;
    margin-right:5px;
    vertical-align: middle;
    cursor:pointer;
}

/* 找回密码 */
.editor-field-footer {
    /*margin-top:50px;
    margin-bottom:20px;*/
}
.client-input input {
    border-radius: 0px;
    width: 240px;
    display: inline-block;
}
.client-save {
    border-radius: 1px;
    width: 110px;
    margin: 20px 0 0 130px;
    border-radius:4px;
}

/*.editor-field-footer button {
    margin-right:10px;
    font-size:14px;
}
.editor-field-footer a {
    margin-right:10px;
    font-size:14px !important;
}*/

/*.editor-field-footer a:nth-child(3) {
    margin-left:50px;
}*/

.field-value .field-validation-error {
    top:49px;
}
.editor-field label {
    font-weight:normal;
}

.checked {
    height:20px;
}

.checked input {
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.checked label {
    margin-bottom: 0;
    margin-right: 30px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}





/*排课系统管理中，课时设置*/
.class-hour-table {
        border: 1px solid #ddd; 
        text-align:center; cursor:pointer;
        margin: 0 auto;
}             
.class-hour-table tr{
        width:100%; 
        height:40px; 
        text-align:center;
}
.class-hour-table tr th{
        width: 108px;
        height: 40px;
        border: 1px solid #ddd; 
        text-align:center;
        font-weight: initial;
}
.class-hour-table tr td{
        height: 40px; 
        border: 1px solid #ddd;
}
.class-hour-table tr td > span{    
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 57px;*/
    text-align: center;
    margin: 0 auto;
}
.class-hour-table tr td .class-btn-hover {
       padding: 10px 0;
}
.class-hour-table tr td:hover {
       /*background:#000;
       background:#fff;
       background:rgba(255,255,255,0.2);
       opacity:0.1;*/
}
.class-hour-table tbody tr td:first-child{
       white-space:nowrap;
}

.class-hour-table tr td > .popover {
    z-index:10000;  
    position:fixed;  
}



.active-bg {
       background: #ea8a1e;
       color: #fff;
       /*border-radius: 5px;*/
       /*padding: 0px 5px;*/
       padding:0;
}
.nodisplay {
    display: none;
}



.cutline {
        width:100px; 
        height:80px; 
        position:absolute; 
        right:200px; 
        top:344px;
        text-decoration:none;
}
.choice-box {
    position:absolute;
    top:-70px;
    right:80px;
    /*margin-right:20px;*/
}
.choice-box ul {
    padding:0;
    margin-top:10px;
    }
.choice-box ul .choice-box-y{
        color: #797979; 
        background: #ea8a1e;
        border-radius: 0 3px 3px 0;
}
.choice-box-y span {
    color:#fff;
}
.choice-box ul .choice-box-w{
        color: #797979; 
        background: #fff;
        border-radius: 3px 0 0 3px;
        border: 1px solid #ddd;
}
.choice-box li{
        width: 68px;
        height: 31px;
        float:left;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
}
.choice-box li span {
        display:block;
        width: 37px;
        font-size: 12px; 
        margin: 1px auto 0;
        text-align:center;
}

/* 课位区域中复选框样式调整 */
/*.weekend {
    float:left;
    padding: 8px 25px 10px;
}*/


.weekend input {
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.weekend label {
    margin-bottom: 0;
    margin-right: 30px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}



/*排课系统管理中，课时设置  重载后*/

.after-loadng {

}

.after-loadng tbody tr td {
    width: 150px;
}

.after-loadng-style  {
    width: 40px !important;
    border: none;
    border-radius: 0px;
    background: #fff;
    float:left;
}

/*.after-loadng tbody tr td select{
appearance:none;
-moz-appearance:none;  Firefox 
-webkit-appearance:none;  Safari 和 Chrome 
}
.after-loadng tbody tr td select option {
    text-align:center;
}*/


.after-loadng-style-span{
    display: block;
    margin: 0 auto;
    width: 40px;
}


/*排课系统管理中，课时设置，高级设置*/

.content-02 > a {
    display: block;
    height: 54px;
    line-height: 54px;
}







.btn-table-sm {
    font-size:12px !important;
}


.ul-left {
    padding-left:20px;
}


/*选择走班排课对象。  input
        vertical-align: middle;
    margin-top: -1px;


*/




/*高级设定里的表格样式*/

.senior-table {

}

.senior-table thead tr > th:first-child,
.senior-table tbody tr > td:first-child {
    width: 50px;
}
.senior-table thead tr > th:nth-child(2),
.senior-table tbody tr > td:nth-child(2) {
    width: 100px;
}
.senior-table thead tr > th:nth-child(3),
.senior-table tbody tr > td:nth-child(3) {
    width: 80px;
}

.senior-table tbody tr > td {
    width:100px;
}

.senior-table thead tr {
    cursor: default;
}

.senior-table thead tr > th:nth-child(4),
.senior-table tbody tr > td:nth-child(4) {
    cursor: default;
    width: 80px;
}

.alert-time-box {
    height:200px;
    position:relative;
}

.alert-time-btn {
    width:174px;
    position:absolute;
    top:160px;
    right:0px;
}

.alert-time-top {
    margin-top:10px;
}







.start-pack {
    width:660px;
    height:300px;
    border:1px solid #ccc;
    padding-left: 75px;
    position:relative;
}

.start-pack .start-pack-tit {
    width:110px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#fff;
    position:absolute;
    top:-15px;
    left:15px;
}
.start-pack .start-pack-tit span {
    display:inline-block;
}
.start-pack .start-pack-tit:before {
    content:"";
    display:inline-block;
    width:4px;
    height:14px;
    line-height:14px;
    background:#ea8a1e;
    margin-right:4px;
    vertical-align: middle;
    margin-bottom:3px;
}

.start-pack .editor-field-footer {
    padding-left:200px;
}

.start-pack-last-btn {
    margin-top:50px;
}

/* 报表 START */

#repartContainer.adminreport .create-tit-box .create-tit-box-btn{
    padding: 10px 0 0 20px;
    float: none;
}
#repartContainer.adminreport .create-tit-box .create-tit-box-btn a{
    margin-right: 10px;
}


#repartContainer.adminreport .create-tit-box form {
    height:44px;
    float:none;
    max-width:100%;

}
#repartContainer.adminreport .create-tit-box button {
    margin-right:0;
}
#repartContainer.adminreport .create-tit-box button:last-child {
    float:none;
    margin-right:0;
}
#repartContainer.adminreport .create-tit-box form .form-group, .create-tit-box form .checkbox {
    float: left;
    width: 230px;
    padding: 0 0 10px 0;
    height: auto;
}
#repartContainer.adminreport .create-tit-box form .form-group{
    width: 180px;
    height: 50px;
}

#repartContainer.adminreport .create-tit-box form .checkbox {
    padding-top: 6px;
}

#repartContainer.adminreport .create-tit-box form .form-group select{
    width: 180px;
}
.create-tit-box form .form-group input {
    /* 报表管理 学生选课结果查询 input框 */
    /* width: 230px; */
    width: 180px;
}
/*#repartContainer.adminreport .create-tit-box form .form-group select, .create-tit-box form .form-group input {
    width: 230px;
}*/

#repartContainer.adminreport .create-tit-box form .checkbox input {
    width: 20px;
    height: 20px;
    padding:0;
    margin: 0;
}

#repartContainer.adminreport .create-tit-box form .form-group span.field-validation-error {
    position: static;
    display: block;
    padding-left: 10px;
    margin-top: 4px;
}

/* 报表 END */




/* 课表查询管理中后添加表格样式 */
.report-table{

}
.report-table thead{
    background: #5bc0de;
    color: #fff;
}
.report-table thead tr th{
    border: 1px solid #5bc0de;
}

.report-table tbody{

}
.report-table tbody tr{

}
.report-table tbody tr:nth-child(2n+1){
    background:#e7f9ff;
}
.report-table tbody tr td{

}
/* 课表查询管理中后添加表格样式结束 */



