html,body{
    width: 100%;
    height: 100%;
    background: #FDFDFD;
}
.mainContainer{
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(24,143,227,0.04);
}
/*上半部分筛选*/
.searchBlock{
    position: relative;
    width: 98%;
    margin: 1%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: 3px solid #2AA0F5;
    -webkit-box-shadow: 1px 2px 6px 0 rgba(42,160,245,0.14);
    -moz-box-shadow: 1px 2px 6px 0 rgba(42,160,245,0.14);
    box-shadow: 1px 2px 6px 0 rgba(42,160,245,0.14);
}
/*tab部分a链接*/
.tabA{
    font-size: 16px;
    color: #333333;
}
.nav-tabs>li>a:hover,.nav>li>a:focus,.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #2AA0F5;
    background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #2AA0F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*input搜索部分*/
.labelName{
    font-size: 14px;
    color: #666666;
    width: 70px;
    -ms-text-align-last: justify;
    text-align-last: justify;
    margin-right: 10px;
}
.inputInsert{
    width: 60%;
    height: 34px;
    outline: none;
    padding: 3px 3px 3px 5px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}
.searchContainer{
    width: 20%;
    margin-top: 10px;
}
.tab-content{
    position: relative;
    margin-bottom: 10px;
    clear:both;
}
.tab-content::before, .tab-content::after {
    content:"";
    display:table;
}
.tab-content>.active{
    width: 100%;
}

/*搜索按钮*/
.searchBtns{
    position: relative;
    width: 100%;
    height: 43px;
    padding-top: 10px;
    border-top: 1px dotted #ddd;
}
.tab-pane{
    height: auto;
    padding-bottom: 10px;
}
/*列表部分*/
.mainTable{
    width: 98%;
    margin: 1%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 1px 2px 6px 0 rgba(42,160,245,0.14);
    -moz-box-shadow: 1px 2px 6px 0 rgba(42,160,245,0.14);
    box-shadow: 1px 2px 6px 0 rgba(42,160,245,0.14);
}
.tableTitle{
    width: 100%;
    height: 54px;
    line-height: 38px;
    padding: 10px 20px;
    background: rgba(24,143,227,0.04);
    border-bottom: 1px solid #E0E1E1;
    font-size: 16px;
    color: #666666;
}
.t{
    float: right;
}
.titleBtn{
    background: #2AA0F5;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    height: 32px;
    line-height: 10px;
    float: right;
    border: 1px solid transparent;
    outline: none;
    font-size: 12px;
    padding: 10px 15px;
}
.titleBtn:hover{
    background-color: #2291e2;
}
.whiteBtn{
    border: 1px solid #2AA0F5;
    border-radius: 5px;
    background-color: #fff;
    color: #2AA0F5;
    height: 32px;
    line-height: 10px;
    float: right;
    padding: 10px 15px;
    outline: none;
    font-size: 12px;
}
/*列表部分*/
.tableContainer{
    padding: 20px;
}
.table{
    padding: 10px;
}
.table td.tableTd,th{
    border: 1px solid #ECECEC;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
.table tr:hover{
    background-color: #F9FCFF;
}
td{
    font-size: 14px;
    color: #666666;
}
.table>thead>tr>th{
    border: 1px solid #ECECEC !important;
    font-size: 14px;
    color: #333333;
    background-color: #FAFDFF;
    font-weight: normal;
}
.biangeng,.chakan{
    font-size: 14px;
    color: #2AA0F5;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background: transparent;
}
.reset,.search{
    width: 60px;
    height: 32px;
    line-height: 10px;
}
.t{
    width: 60px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.openList{
    color: #4A4A4A;
    font-size: 12px;
}
.openList:focus,.openList:hover{
    text-decoration: none;
    color: #4A4A4A;
}
.upSingle:after{
    content: '';
    width:0;
    height:0;
    border-top:6px solid #4A4A4A;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid transparent;
    position: relative;
    top: 30%;
    left: 10%;
}
.downSingle:after{
    content: '';
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #4A4A4A;
    position: relative;
    top: -30%;
    left: 10%;
}
input[type='checkbox']{
    width: 20px;
    height: 20px;
    -webkit-appearance:none;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    margin: 0;
}
input[type='checkbox'].circleCheck{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-appearance:none;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #ddd;
    position: relative;
    top: 3px;
    left: -2px;
}

input[type=checkbox]:checked{
    outline: none;
    background: url("../img/choose.png")no-repeat center;
}
input[type=checkbox]:focus{
    outline: none;
}
input[type='checkbox'].circleCheck:checked{
    border: 1px solid #2AA0F5;
    background: url("../img/圆点.png")no-repeat center;
}
/*清除浮动*/
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0;}

/*提示信息*/
.eval-js{
    display: inline-block;
    width: 15px;
    height: 15px;
}
.eval-js>img{
    width: 100%;
    height: 100%;
}
.jq-toast-wrap{
    position: relative;
}
.jq-toast-wrap.bottom-left{
    bottom: 0;
    left: 100px;
}
.jq-icon-warning{
    background-color: #FEFAE7;
    border: 1px solid #DEC396;
    -webkit-box-shadow: 0 3px 5px 0 rgba(230,144,3,0.22);
    -moz-box-shadow: 0 3px 5px 0 rgba(230,144,3,0.22);
    box-shadow: 0 3px 5px 0 rgba(230,144,3,0.22);
    border-radius: 2px;
    color: #333;
}

/*必填星号*/
.required label:after {
    content: ' *';
    color: #f00;
    font-size: 105%;
}
.labelBlock{
    display: block;
    font-size: 14px;
    color: #666666;
    width: auto;
    margin: 10px 0 0 0;
}
.inputBlock{
    width: 100%;
    height: 34px;
    outline: none;
    padding: 3px 3px 3px 5px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}
textarea.inputInsert{
    width: 80%;
    min-height: 80px;
    border-color: #DFDFDF;
    border-radius: 5px;
    resize: none;
}
/*院系联动*/
.levelOne{
    width: 100%;
    height: auto;
}
.leftName{
    float: left;
    width: 5%;
    line-height: 30px;
    margin: auto;
    text-align: center;
    color: #999;
}
.levelList{
    float: left;
    width: 94%;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
.levelLi{
    float: left;
    margin:5px 10px;
    list-style: none;
}
.levelA{
    color: #666;
}
.levelA:hover,.levelA:focus,.levelA:active{
    text-decoration: none;
    color: #2AA0F5;
}
.levelTwo{
    position: relative;
    width: 100%;
    height: 43px;
    padding-top: 10px;
    border-top: 1px dotted #ddd;
}

/*部门信息管理*/
.normalTip{
    border-top: 1px solid #ddd;
    padding: 0;
}
.normalInput{
    border: none;
}
.hideBlock{
    position: relative;
    width: 96%;
    margin: auto;
    height: 43px;
    padding-top: 10px;
    border-top: 1px dotted #ddd;
}
.tab-content-padding{
    padding:0 20px;
}
.readonlyContain{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}
.centerDrop{
    position: absolute;
    width: 67px;
    height: 21px;
    margin: 0 auto;
    left: 48%;
    padding-top: 0;
}
.centerDrop>.t{
    width: 100%;
    height: 100%;
    position: relative;
    top: -1px;
}
.dropA{
    display: block;
    width: 100%;
    height: 100%;
    color: #4A4A4A;
    font-size: 12px;
    background: url("../img/open.png") center no-repeat;
}
.dropClose{
    background: url("../img/close.png") center no-repeat;
}
.dropA:focus,.dropA:hover{
    text-decoration: none;
    color: #4A4A4A;
}
.open,.close{
    position: absolute;
    left: 0;
    opacity: 1;
}
.tpTable{
    margin-top: 30px;
}
.reastContain{
    margin-top: 10px;
}
.insertBlock{
    position: relative;
    width: 100%;
    margin: auto;
    padding: 10px;
    background: #FFFFFF;
}
.searchDiv{
    width: 100%;
    min-height: 50px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}
.inlineSearch{
    position: relative;
    /*width: 100%;*/
    height: 43px;
    float: right;
    padding-top: 10px;
}
#szmsdx,#apls,#jxbzc,#jxbsz{
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}
.table{
    margin-bottom: 0;
}
.addTeacher{
    background: none;
    float: right;
    width: 30px;
    height: 100%;
    border: none;
}
.addTeacher:active,.addTeacher:focus{
    outline: none;
}
.addTeacher>img{
    width: 100%;
    height: 100%;
}
.selectOutline{
    padding-left: 5px;
    width: 100%;
    height: 100%;
    border: none;
}
.deleteBtn{
    background: none;
    border: none;
    color: #ED5656;
}
.middleAlert{
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #ededed;
}
.addTeachers{
    float: right;
    margin-right: 0;
    margin-top: 14px;
}
.beizhu{
    color: #666;
}
.chooseTeacher{
    min-width: 100px;
    border: none;
    height: 100%;
    outline: none;
}
/*右侧浮动弹窗按钮*/
.floatDiv{
    width: 56px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 18%;
    z-index: 9999;
}
.floatDivClose{
    position: absolute;
    left: -56px;
}
.openBarList{
    display: block;
    width: 56px;
    height: 60px;
    background: url("../img/筛选.png") center no-repeat;
}
.sidebarClose{
    display: block;
    width: 56px;
    height: 60px;
    background: url("../img/关闭.png") center no-repeat;
}
.sidebar {
    position: fixed;
    top: 56px;
    bottom: 0;
    width: 70%;
    background-color: #fafafa;
}
.sidebar.right {
    right: -70%;
    text-align: right;
}
#sidebar-main {
    top: 56px;
}
.sidebar .wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 1em;
    padding-top: 1.5em;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kklabelBlock{
    display: block;
    font-size: 14px;
    color: #666666;
    width: auto;
    text-align: left;
}
.kkinputInsert{
    width: 100%;
    height: 34px;
    outline: none;
    padding: 3px 3px 3px 5px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}
.sideTab{
    margin-bottom: 10px;
}
.sideSearch{
    margin-top: 10px;
    height: 50px;
    padding: 10px;
}
tfoot td{
    text-align: left;
}
.onlyReadInput{
    border: 1px dotted #9B9B9B;
    height: 34px;
}
.checkBlock{
    display: inline-block;
    margin-right: 15px;
}
/*提示框按钮*/
/*.close-jq-toast-single {*/
    /*position: absolute;*/
    /*top: 70%;*/
    /*right: 40px;*/
    /*font-size: 12px;*/
    /*cursor: pointer;*/
    /*color: #E69003;*/
/*}*/
/*.jq-toast-single a{*/
    /*color: #E69003;*/
    /*position: relative;*/
    /*left: 50%;*/
    /*top: 6px;*/
    /*font-size: 12px;*/
    /*font-weight: normal;*/
/*}*/
.treeListTab{
    margin-top: 10px;
}
.triangle{
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #DEC396;
    border-left: 1px solid #DEC396;
    background-color: #FEFAE7;
    top: -5px;
    left: 34px;
    z-index: 9999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}