/*各页面样式*/
/***********校园简介************/
.introTable{
    margin:auto;
}
.introTable input[type=text]{
    width: 380px;
}
.logo-intro{
    width: 80px;
    height:80px;
    text-align: center;
    line-height: 80px;
    margin-right: 20px;
    border: 1px solid #ccc;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    border-radius: 50%;
}
.imgItem-intro{
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.outBox-intro{
    width: 90px;
    height: 90px;
    border: 1px solid transparent;
    position: relative;
}
.maskTip{
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: white;
    background-color: rgba(66,66,66, .5);
    left:0;
    bottom:0;
}
.imgBox-intro,.uploadImgBox-intro{
    width: 100%;
    height: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.imgBox-intro img,.uploadImgBox-intro img{
    width: 100%;
}
.opeare-intro{
    display:-webkit-flex;
    display:flex;
    display:-ms-flexbox;
    justify-content:space-around;
    visibility: hidden;
    margin-top:5px;
    margin-bottom: 5px;
}
.imgItem-intro:hover .opeare-intro{
    visibility: visible;
}
#addPic-intro{
    line-height: 90px;
    text-align: center;
    background: #f3f3f3;
}

/*组织机构*/
.organizationTable{
    margin:80px auto 0;
}
#importBtn-organization{
    border:1px solid #2fb2d7;
    color: #2fb2d7;
    background: #FFFFFF;
}
#importBtn-organization:hover{
    background: #2fb2d7;
    color: #FFFFFF;
}
.organizationTable input{
    width:247px !important;
}
#opBox-organization button.active img{
    display: inline-block;
}
.del-organization{
    padding-left:18px;
    color: #999999;
    background: url(/img/del-icon.png) no-repeat left center;
}
/*教学楼管理*/
.floor-ztree-btn-box{
    width: 190px;
    margin: 10px auto;
}
.floor-ztree-btn{
    /*color: #2fb2d7;*/
    cursor: pointer;
    padding-right: 10px;
}
.floor-ztree-btn:hover{
    color: #019bc6;
}
.floorOp-icon{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('/img/public/addEditDel_icon.png') no-repeat;
    vertical-align: middle;
}
.floorEdit-icon{
    background-position: -18px 0;
}
.floorDel-icon{
    background-position: -36px 0;
}
.floor-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/img/floor-icon.png') no-repeat;
    vertical-align: middle;
}
.add-floor-icon{
    background-position: -118px 0;
}
.bno-floor-icon{
    background-position: 0 0;
}
.bname-floor-icon{
    background-position: -17px 0;
}
.right-floor-icon{
    background-position: -34px 0;
}
.area-floor-icon{
    background-position: -51px 0;
}
.time-floor-icon{
    background-position: -68px 0;
}
.person-floor-icon{
    background-position: -85px 0;
}
.phone-floor-icon{
    background-position: -102px 0;
}
.floor-add-box{
    border-top: 1px solid #d5d5d5;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    margin-top: 15px;
}
#roomNo-frefix{
    left: 25px;
    position: absolute;
    top: 0;
    z-index: 2;
    display: inline-block;
    line-height: 34px;
    pointer-events: none;
}

/*.label_width_floor{*/
    /*width: 80px;*/
    /*text-align: right;*/
    /*padding-right: 5px;*/
/*}*/
/*#content-floor .form-control{*/
    /*width: 55%;*/
/*}*/
/*@media (max-width: 1024px) {*/
    /*#content-floor .form-control{*/
        /*width: 65%;*/
    /*}*/
/*}*/
/*宿舍管理，分配宿舍*/
#allot-dorm .media{
    height: 150px;
    padding: 20px 10px 10px 10px;
    margin-top: 10px;
    border: 1px solid #888888;
    position: relative;
}
.label-dorm{
    color: #FFFFFF;
}
.label-dorm:hover{
    color: #FFFFFF;
}
.opBox-dorm{
    position: absolute;
    width: 100%;
    background: #2fb2d7;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    bottom:0;
    left: 0;
    cursor: pointer;
}
.title-dorm:hover{
    background: #0296c3;
}
/*宿舍分配  学生树形图最大高度*/
.height-dorm{
    height: 550px;
    overflow: auto;
}
/*专业班级，删除固定教室*/
.delBtn-major{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url('/img/del.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: text-top;
    cursor: pointer;
}
.delBtn-major:hover{
    background-position: 0 -14px;
}
.delTeacher-mahor{
    right: 65px;
}
.delTeacher-mahor2{
    right: 65px;
}
.delTeacher-mahor3{
    right: 65px;
}
.major-ztree-btn{
    width: 90px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.major-ztree-btn:hover{
    color: #019bc6;
}
/*编辑删除icon*/
.op-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/img/op-icon.png') no-repeat;
    vertical-align: middle;
}
.edit-op-icon{
    background-position: 0 0;
}
.del-op-icon{
    background-position: -17px 0;
}
.add-op-icon{
    background-position: -34px 0;
}
/*实名认证*/
#auditForm-audit table{
    margin: 20px auto 40px;
}
#auditForm-audit td{
    padding: 0 15px 10px 0;
}
#auditForm-audit td:nth-child(2n){
    text-align: left;
}
#auditForm-audit td:nth-child(2n+1){
    text-align: right;
}

.bigImgBox-audit{
    border: 2px solid #ccc;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 110px;
    width: 80%;
    z-index: 2;
}
.bigImgBox-audit img{
    width: 100%;
}
#photo-audit{
    width: 150px;
    height: 150px;
}
#photo-audit:hover{
    opacity: 0.8;
}
/*设备管理*/
.thumbnail-deviceGroup{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    position: relative;
    transition: border 0.2s ease-in-out 0s;
}
.deviceAdd-deviceGroup{
    border: 1px dashed #ccc;
    height: 100%;
}
.delSign-deviceGroup{
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 10;
}
.deviceTop-deviceGroup{
    height: 280px;
    padding: 20px;
}
.deviceTop-deviceGroup:hover{
    background-color: #f1f1f1;
}
.circle-deviceGroup{
    background: #76cbc6 none repeat scroll 0 0;
    border-top: 1px solid;
    color: #fff;
    height: 135px;
    margin-bottom: 20px;
    width: 135px;
    border-radius: 50%;
}
.circle-deviceGroup h3{
    padding-top: 20px;
}
.remark-deviceGroup{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.devicebtn-deviceGroup{
    border-top: 1px solid #ccc;
    line-height:37px;
}
.url-deviceGroup{
    margin-bottom: 60px;
}
/*学期学年*/
.input-xs{
    display: inline-block;
    width: 90px;
    height: 23px !important;
    padding: 0 10px;
    font-size: 12px;
}
.setInput{
    display: inline-block;
    margin: auto;
}
.stimehour-term{
    width: 65px;
    height: 22px;
    padding: 2px 8px;
    float: left
}
.separate-term{
    margin-left: 5px;
    margin-right: 5px
}
.stimeminute-term{
    width: 65px;
    height: 24px;
    padding: 2px 8px;
    float: left;
    margin-right: 8px;
}
.showTermTr td{
    border-color: #FFFFFF !important;
}
.termTr:hover{
    background-color: #FFFFFF !important;
}
.term-table tr:first-child td{
    border-top: 0 !important;
}
.term-table td{
    border-top:1px dashed #d5d5d5 !important;
    text-align: left !important;
}
.termYear-icon{
    display: inline-block;
    width:19px;
    height: 19px;
    background: url('/img/termYear-icon.png') no-repeat;
    vertical-align: middle;
}
.termYear-year-icon{
    background-position: -60px 0;
}
.termYear-term-icon{
    background-position: -40px 0;
}
.termYear-name-icon{
    background-position: 0 0;
}
.termYear-time-icon{
    background-position: -20px 0;
}
/*认证页配置*/
#configbox{
    border: 1px solid #ccc;
    width: 377px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 40px;
}
/*社团管理->添加社团*/
.addMember-clubOperate{
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}
/*社团管理->话题页面*/
#list-topic .list-group-item{
    border-radius: 0;
    margin: 10px 0;
}
/*社团管理->话题页面->话题详情*/
#list-topicDetails .list-group-item{
    margin: 10px 0;
    border: 0;
}
/*考务*/
.exam-title-box{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.exam-title{
    border-left: 4px solid #2fb2d7;
    padding-left:8px;
    font-size:18px;
}
/*考务管理->考试管理->考场设置->添加或编辑考场*/
#content-districtSet .ztree{
    min-height: 200px;
    max-height: 500px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
}
/*成绩录入*/
.lookResultInfo{
    margin: 30px 50px 20px;
}
#checkInResultBox small{
    color: #333;
}
/*任课安排*/
.teacherLabel{
    float: left;
    margin-right: 15px;
    margin-bottom: 7px;
}
/*教学排课*/
.select-course-form{
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}
.courseTableBox{
    border: 1px solid #fed56c;
    border-radius: 10px;
}
.course-table{
    margin-bottom: 0;
}
.course-table tr  th,.course-table tr td{
    border:1px solid #fed56c;
}
.course-table tr td{
    position: relative;
}
.course-table tr td:not(:first-child){
    text-align: left;
    padding-left: 15px !important;
}
.course-table > thead > tr > th{
    background: #fed56c;
}
.course-table > thead > tr > th:last-child{
    border-radius: 0 10px 0 0;
    border:0;
}
.course-table > thead > tr > th:first-child{
    background: #f3c652 ;
    border-radius: 10px 0 0 0;
    border:0;
}
.course-table > tbody > tr > td:first-child{
    background: #fdf7e1;
    border-left:0;
}
.course-table > tbody > tr > td:last-child{
    border-right:0;
}
.course-table > tbody > tr:last-child td{
    border-bottom:0;
}
.course-table > tbody > tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
.edit-table-schedule .td-active:hover{
    background: #CCCCCC;
}
#copyWeekBox{
    font-size: 0;
    margin-top:20px;
    margin-bottom: 40px;
}
.copyWeekLabel{
    width: 14%;
    margin-left: 0 !important;
    font-size: 14px;
    margin-bottom: 7px
}
.scheduleTd{
    width:13.5%;
    word-break: break-all;
    position: relative;
}
#scheduleDataBox .index{
    vertical-align: middle;
}
.scheduleEdit{
    background: #CCCCCC;
}
.course-icon{
    width:16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url('/img/course-icon.png') no-repeat;
}
.course-term-icon{
    background-position: -17px 0;
}
.course-week-icon{
    background-position: -34px 0;
}
.course-colleage-icon{
    background-position: -51px 0;
}
.course-major-icon{
    background-position: -68px 0;
}
.course-class-icon{
    background-position: -85px 0;
}
.course-exam-icon{
    background-position: -119px 0;
}
.scheduleTeacher:before{
    content: '';
    width:16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background: url('/img/course-icon.png') no-repeat;
    background-position: -85px 0;
}
.scheduleClass:before{
    content: '';
    width:16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background: url('/img/course-icon.png') no-repeat;
    background-position: -136px 0;
}
.scheduleBuildingBox{
    position: relative;
}
.scheduleBuildingP{
    padding-left: 21px;
}
.scheduleBuilding{
    padding-right: 5px;
}
.scheduleBuildingBox:before{
    position: absolute;
    top:2px;
    content: '';
    width:16px;
    height: 16px;
    display: inline-block;
    background: url('/img/course-icon.png') no-repeat;
    background-position: -102px 0;
}

/*基础设置首页*/
#basicInfoIndexBox{
    margin: 15px 20px;
}
.step-basicInfoIndex{
    width: 33.33%;
    float: left;
}
.step-basicInfoIndex .min-div{
    height: 681px;
}
.title-basicInfo{
    text-align: center;
    padding-top: 35px;
    font-weight: bolder;
    font-size: 18px;
}
.btn-1{
    color: #FFFFFF;
    background-color: #78bc40;
    border-color: #78bc40;
}
.btn-1:hover{
    color: #FFFFFF;
    background-color: #5f9e2b;
}
.btn-2{
    color: #337ab7;
    background-color: #fff;
    border-color: #337ab7;
 }
.btn-2:hover{
    color: #FFFFFF;
    background-color: #337ab7;
}
.btn-3{
    color: #FFFFFF;
    background-color: #ef7f74;
}
.btn-3:hover{
    color: #FFFFFF;
    background-color: #dd675c;
}
.textColor-1{
    color: #78bc40;
}
.textColor-2{
    color: #337ab7;
}
.textColor-3{
    color: #ef7f74;
}
.ul-1-basicIndex{
    margin-left: -25px;
    color: #5f9e2b;
    margin-top: 15px;
}
.ul-2-basicIndex{
    margin-left: -25px;
    color: #337ab7;
    margin-top: 15px;
}
.ul-3-basicIndex{
    margin-left: -25px;
    color: #ef7f74;
    margin-top: 15px;
}
.text-333{
    color: #333333;
}
.div-basicIndex{
    padding-left: 130px;
    background-size: 100px 100px;
    background-repeat:no-repeat;
    background-position:left center;
    margin: 30px;
    min-height: 100px;
}
.strongBox-basic{
    width: 70px;display: inline-block;
}
.img-1-1-basic{
    background-image: url('/img/basic-1-1.png');
}
.img-1-2-basic{
    background-image: url('/img/basic-1-2.png');
}
.img-1-3-basic{
    background-image: url('/img/basic-1-3.png');
}
.img-2-1-basic{
    background-image: url('/img/basic-2-1.png');
}
.img-2-2-basic{
    background-image: url('/img/basic-2-2.png');
}
.img-3-1-basic{
    background-image: url('/img/basic-3-1.png');
}
.img-3-2-basic{
    background-image: url('/img/basic-3-2.png');
}
.img-3-3-basic{
    background-image: url('/img/basic-3-3.png');
}
/*教务管理主页*/
.img-educationIndex{
    display: inline-block;
    width: 372px;
    height: 254px;
    background: url('/img/education.png');
}
.img-1-educationIndex{
    background-position: 0 0;
}
.img-2-educationIndex{
    background-position: -373px 0;
}
.img-3-educationIndex{
    background-position: -746px 0;
}
.title-education{
    text-align: center;
    color: #337ab7;
    font-weight: bolder;
    font-size: 18px;
    margin-top:30px;
    margin-bottom: 80px;
}
.text-education{
    display:inline-block;
    width: 372px;
    text-align: center;
}
.desc-education{
    display: inline-block;
    width: 372px;
    color: #777;
}
/*考务管理主页*/
.div-exam{
    padding-left: 190px;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 30px;
    min-height: 150px;
}
.img-1-examIndex{
    background-image: url('/img/exam-1.png');
}
.img-2-examIndex{
    background-image: url('/img/exam-2.png');
}
.title-exam{
    text-align: center;
    color: #337ab7;
    font-weight: bolder;
    font-size: 18px;
    margin-top:30px;
    margin-bottom: 80px;
}
.exambox-2{
    position: absolute;
    top: 100%;
    left: 0;
    right: -100%;
}
.exambox-2-son{
    display: inline-block;
    margin-left: 0;
    margin-top: 70px;
}
.exambox-1{
    display: inline-block;
    position: relative
}
.studentBox-examPlan{
    border: 1px solid #CCCCCC;
    padding: 0 7px 7px 7px;
    margin-top: 10px;
    height: 300px;
    overflow: auto
}
.studentBox-examPlan .checkbox-inline{
    margin-left:10px;
}
/*通知，公告，新闻，资讯详情页*/
.contentBody-notice{
    padding-top: 5px;
    /*border-top: 1px dashed #666;*/
}
/*错误页面、404、开发中*/
.errorBox{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 350px;
}
.errorImg{
    width: 150px;
}
.img_404{
    height: 250px;
}
.img_error{
    height: 250px;
}
.errorText{
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #777777;
}
/*行政助手*/
.hidetop-aide{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto -10px;
    width: 20px;
    display: block;
    background: #ebebeb;
}
.hidebottom-aide{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto -10px;
    width: 20px;
    display: block;
    background: #ebebeb;
}
.auditsBox-aide{
    background: #ebebeb;
    margin: 0 -15px;
    padding: 30px 0;
}
.auditBox-aide{
    background: #FFFFFF;
    margin-left: 30px;
    margin-right: 15px;
    margin-bottom:20px;
    padding: 8px 15px;
    border-radius: 10px;
}
.auditimg-aide{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto -17.5px;
    width: 35px;
    height:35px;
    background: url('/img/apply.png') no-repeat;
}
.wait-aide{
    background-position: 0 0;
}
.pass-aide{
    background-position: -36px 0;
}
.reject-aide{
    background-position: -72px 0;
}
.sanjiao-aide{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #ebebeb;
    margin: auto;
}
.audit-td{
    padding-top: 5px;
    padding-bottom: 5px;
}
/*移除排课的选中背景色*/
/*.unselected-text::selection{*/
    /*background:#FFFFFF; }!*webkit*!*/

/*.unselected-text::-moz-selection{*/
    /*background:#FFFFFF; }!*moz*!*/

/*学校概况*/
.indexItemBox{
    height: 275px;
    margin-bottom: 10px !important;
}
.index-list-box li{
    padding-top:10px;
    padding-bottom: 10px;
}
.index-img{
    background: url('/img/indexicon (2).png');
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px !important;
    vertical-align: middle;
}
.index-img-1{
    background-position: 0 0;
}
.index-img-2{
    background-position: -14px 0;
}
.index-img-3{
    background-position: -29px 0;
}
.index-img-4{
    background-position: -44px 0;
}
.index-img-5{
    background-position: -59px 0;
}
.panel-heading-index{
    background-color: #FFFFFF !important;
    padding: 12px 0;
    margin: 0 15px;
}
.notice-title{
    color: #f4d34e;
    font-weight: bolder;
}
.news-title{
    color: #74e059;
    font-weight: bolder;
}
.circular-title{
    color: #32dbb2;
    font-weight: bolder;
}
.waiting-title{
    color: #fe5864;
    font-weight: bolder;
}
.information-title{
    color: #2fb2d7;
    font-weight: bolder;
}
.indexRightBox{
    width: 340px;
    height: 845px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fef6df;
}
.indexCourseBox{
    margin-left: 15px;
    /*margin-right: 15px;*/
    margin-top: 20px;
    height: 368px;
    overflow: auto;
}
.indexCoursDot{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #f4d34f;
    margin-right: 10px;
}
.indexCourseItem{
    border-left: 1px solid #CCCCCC;
    padding: 15px;
    margin-left: 5px;
}
.indexCourseContent{
    border: 1px solid #f4d34f;
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFFFF;
}
#indexCalendar{
    height: 330px !important;
}


/*个人中心*/
.table-userInfo{
    margin: 30px auto 0;
}
.table-userInfo td{
    padding: 10px;
}
.userinfo_icon{
    display: inline-block;
    width: 16px;
    height: 15px;
    vertical-align: middle;
    background:url("/img/userCenter/userinfo_icon.png") no-repeat;
}
.teacherName_icon{
    background-position: -17px 0;
}
.jobNum_icon{
    background-position: -34px 0;
}
.departement_icon{
    background-position: -51px 0;
}
.phone_icon{
    background-position: -68px 0;
}
.password_icon{
    background-position: -85px 0;
}

/*课程指导*/
.courseAdvice{
    width: 0;
    height: 0;
    border-left: 10px solid #78bc40;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #78bc40;
    position: absolute;
    top:0;
    left:0;
}
.adviceContent{
    display: none;
    opacity: 0.8;
    background: #2fb2d7;
    color: #FFFFFF;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding:15px;
    text-align: left;
}
.adviceContentBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.adviceEditBtn{
    cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    background: #999999;
    position: absolute;
    bottom: 0;
    left:0;
    text-align: center;
}
.adviceToday{
    color: #2fb2d7;
}
/*课程管理*/
#importBox{
    margin-top: 40px;
    margin-bottom: 30px;
}
.importTipBox{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 20px;
}
.importTip{
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 180px;
    width: 350px;
    margin-top: 10px;
    overflow: auto
}
/*教师考勤*/
.checkInTag{
    position: absolute;
    left: -2px;
    right: 0;
    bottom: -8px;
    line-height: 22px;
    height: 22px;
    /*padding-left: 12px;*/
    /*padding-right: 24px;*/
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}
.checkInTag:after{
    /*content: "";*/
    /*border-right: 11px solid #FFFFFF;*/
    /*border-bottom: 11px solid transparent;*/
    /*border-top: 11px solid transparent;*/
    /*position: absolute;*/
    /*right: 0;*/
}
.checkIn-ok{
    background: #2fb2d7;
}
.checkIn-no{
    background: #ef7f74;
}
.td-checkIn{
    padding-bottom: 30px !important;
}
.timecard_icon{
    display: inline-block;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    background:url("/img/timeCard_icon.png") no-repeat;
}
.late_icon{
 background-position: 0 0;
}
.abs_icon{
    background-position: -38px 0;
}
.early_icon{
    background-position: -76px 0;
}
.leave_icon{
    background-position: -114px 0;
}
.travel_icon{
    background-position: -150px 0;
}
.wait_icon{
    background-position: -188px 0;
}
.noarea_icon{
    background-position: -226px 0;
}

/*学生安全报警*/
.audiojs{
    width: 100% !important;
}
.audiojs .play-pause{
    width: 30px !important;
    height: 36px !important;
}
.audiojs .scrubber{
    position: absolute !important;
    width: auto !important;
    background: #5a5a5a;
    height: 14px;
    margin: 10px;
    border-top: 1px solid #3f3f3f;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
    left: 30px;
    right: 90px;
}
.audiojs .time{
    width: 90px;
    float: right !important;
    padding:0 6px 0 6px !important;
}
.audiojs .play{
    z-index: 1000;
}
.audiojs p{
    height: 28px !important;
}
.audiojs .error-message{
    width:auto !important;
}
.playing{
    color: red !important;
}
.alarmBox{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0;
    max-height: 520px;
    overflow: auto
}
/*社团*/
.clubfooter{
    background: #2fb2d7 !important;
    color: #FFFFFF;
}
.verticalMiddle{
    vertical-align: middle !important;
}
.clubAdminIcon{
    width: 18px;
    margin-right: 2px
}
.zanIcon{
    width: 22px;
    padding-right: 3px
}
.zanBox{
    background: #f3f3f3;
    border-radius: 4px;
    padding: 30px 35px;
}
.mebertree-club{
    position: absolute;
    top:-15px;
    bottom:0;
    padding-top: 35px !important;
    width: 240px;
    overflow: auto;
    border-right: 1px solid #CCCCCC
}
.text-del{
    color: #ef7f74;
}
.text-del:hover{
    color: #EF6A5F;
}
.clubImg-border{
    border: 1px solid #CCCCCC;
}
/*学校列表页*/
.name-schoolList{
    line-height: 60px;
    display: inline-block;
    margin: 0;
}
.goSchoolBtn{
    margin-top: 14px;
}
.addSchool{
    border:1px solid #2fb2d7;
    color: #2fb2d7;
    background: #FFFFFF;
}
.addSchool:hover{
    border:1px solid #2fb2d7;
    color: #FFFFFF;
    background: #2fb2d7;
}
.addSchool:hover span{
    color: #FFFFFF;
}
.addSchool-span{
    color: white;
    padding-right: 8px;
}

/*班级相册 slideViewPro样式重置*/
.ad-gallery{
    margin:auto !important;
}
.ad-gallery .ad-image-wrapper{
    height: 500px !important;
}
.ad-thumb-list img{
    width: 80px;
    height: 80px;
}
.ad-slideshow-controls{
    display: none !important;
}
.ad-gallery{
    width:1035px !important;
}
.ad-gallery .ad-image-wrapper .ad-image{
    overflow: visible;
}
.ad-gallery .ad-image-wrapper .ad-prev{
    width: 80px !important;
    background: #FFFFFF !important;
}
.ad-gallery .ad-image-wrapper .ad-prev:hover{
    background: #f3f3f3 !important;
}
.ad-gallery .ad-image-wrapper .ad-next{
    width: 80px !important;
    background: #FFFFFF !important;
}
.ad-gallery .ad-image-wrapper .ad-next:hover{
    background: #f3f3f3 !important;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image{
    display: block !important;
}
.ad-prev-image,.ad-next-image{
    width: 47px !important;
    height: 47px !important;
}
.ad-prev-image-hover{
    background: url('/js/libs/Gallery/ad_prev_hover.png') !important;
}
.ad-next-image-hover{
    background: url('/js/libs/Gallery/ad_next_hover.png') !important;
}
.ad-nav{
    height: 100px !important;
    background: #f1f1f1 !important;
    padding-left:10px !important;
}
.ad-thumb-list{
    margin-top:10px !important;
}
.ad-gallery .ad-back{
    background: #f1f1f1 url(/js/libs/Gallery/ad_scroll_back.png) 10px 40px no-repeat !important;
    left: -23px !important;
    width: 23px !important;
}
.ad-gallery .ad-forward{
    background: #f1f1f1 url(/js/libs/Gallery/ad_scroll_forward.png) 0px 40px no-repeat !important;
    right: -23px !important;
    width: 23px !important;
}
.ad-gallery .ad-thumbs li a.ad-active img{
    border:3px solid #2fb2d7 !important;
}
.delClassPhoto-detailPage{
    color: #999999;
    z-index: 11;
}
.delClassPhoto-detailPage:hover{
    color: #EF6A5F;
    text-decoration: none;
}
.zoomInBtn{
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(/js/libs/Gallery/plus.png);
}
.zoomInBtn:hover{
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(/js/libs/Gallery/plus-hover.png);
}
.zoomOutBtn{
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(/js/libs/Gallery/sub.png);
}
.zoomOutBtn:hover{
    background: url(/js/libs/Gallery/sub-hover.png);
}
.classPhoto-thumbnail:hover{
    opacity: 0.8;
}
/*学生宿舍*/
.bedBox{
    border-radius: 10px;
    border: 1px solid #2FB2D7 !important;
}
.myBedBox{
    border-radius: 10px;
    border: 1px solid #ec6a5d !important;
}
.otherClassBedBox{
    border-radius: 10px;
    border: 1px solid #CCCCCC !important;
}
#copyFloorBox{
    margin-left: -10px;
}
#copyFloorBox .checkbox-inline:first-child{
    margin-left:10px;
}

/*行政考勤设置页*/
.timeCardSetMap{
    height: 650px;
}
.timeCardSetBox{
    width: 335px;
    position: absolute;
}
.timeCardSetBox>div{
    margin-bottom: 15px;
}
.addTimeArea{
    white-space: nowrap;
    padding: 3px 6px;
    border: 1px solid rgb(175, 175, 175);
    border-radius: 5px;
    box-shadow: rgb(153, 153, 153) 2px 2px 8px;
    cursor: pointer;
}
.addTimeArea:hover{
    background: #CCCCCC;
}
.resetNameForm{
    display: inline-block;
}
.resetNameForm .saveNameBtn{
    margin-left: 5px;
}
.timeCardSetTitle{
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom: 10px;
}
.timeCardSetAreaTitle{
    padding-top:30px;

}
.gaoDeSearch{
    position: absolute;
    top: 5px;
    right: 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 10px auto;
    padding: 6px;
}
.timeCardImg{
    width:18px;
}
.timeCardApplyImg{
    display: inline-block;
    vertical-align: middle;
    width: 19.2px;
    height:16px;
    padding-top:1px;
    background: url("/img/timeCard/apply.png");
    background-size: contain;
}
.timeCardApplyImg:hover{
    background: url("/img/timeCard/apply-hover.png");
    background-size: contain;
}
.timeOutcolor{
    color: #ef7f74;
}
.timeCardSet-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url('/img/timeCardSet-icon.png') no-repeat;
}
.timeCardSet-area-icon{
    background-position: 0 -21px;
}

/*导入*/
.importLogDetailBox{
    padding: 0px 20px 10px;
    background: #f1f1f1;
}
.importLogDetailUl{
    border-radius: 6px;
    border-top: 0px !important;
    max-height: 300px;
    overflow: auto;
}
.importLogDetailUl li{
    border:0;
}
.importLogDetailPanel{
    border:0 !important;
    margin-top: 0 !important;
}
.importLogDetailPanel .panel-heading{
    background: #f1f1f1 !important;
}
.openImportLogColor{
    color:#337ab7 !important;
}

/*一卡通*/
.totalmoney-icon{
    background: url('/img/total-money-icon.png') no-repeat left center;
    padding-left:23px;
}
.totalMoney-onecard{
    font-size: 18px;
}
.oncard-icon{
    display: inline-block;
    width:16px;
    height:16px;
    background: url('/img/closeBill-icon.png') no-repeat;
    vertical-align: middle;
}
.balance-icon{
    background-position: -17px 0;
}
.unBalance-icon{
    background-position: -34px 0;
}

/*学籍管理*/
.major-label{
    border:1px solid #2fb2d7;
    border-radius: 5px;
    padding: 2px 6px;
}

/*校园收款*/
#collectionStudnetsBox{
    max-height:500px;
    overflow: auto;
}
.collectionStu-item{
    width: 33.33333333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}
.collectionStu-show{
    padding-right: 20px;
    position: relative;
    word-break: break-all;
}
.collectionStuDel{
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
}
.collectionStu-row{
    padding-left: 20px;
    margin-bottom: 10px;
}
.groupOneDetailBox #ztreeBox{
    float: left;
    height: 550px;
    width: 18%;
    padding-top: 25px;
    overflow: auto;
    background: #fff;
    border-right: 1px solid #e1e1e1;
    z-index: 99;
}
.groupOneDetailBox #contentBox{
    padding: 15px 20px;
    width: 82%;
    float: left;
}
.groupTwoDetailBox #ztreeBox{
    display: none;
}
.groupTwoDetailBox #contentBox{
    padding: 15px 20px;
}
.delCollectionType{
    top:3px !important;
}
.addCollectionForm input.form-control,.addCollectionForm button,.addCollectionForm div.form-group{
    vertical-align: top !important;
}
.classSearchBox-collection select.form-control,.classSearchBox-collection input.form-control{
    display: inline-block;
    width: 140px;
}

/*选修课*/
.optionalAuditInfoBox{
    padding: 20px 50px;
    border-bottom: 1px solid #E1E1E1
}
#copyBox{
    height: 300px;
    overflow: auto;
}
#copyBox li{
    padding: 5px 15px;
}
.optionalTimePopover1{
    /*width: 500px;*/
    padding-left:26px;
    padding-right:15px;
}
.optionalTimePopover1{
}
.optionalTimePopover1>div{
    white-space: nowrap;
    width:152px;
    /*margin-bottom: 10px;*/
}
.optionalTimePopover1>div{
    padding-bottom: 7px;
}
.optionalTimePopover2{
    max-height: 450px;
    overflow: auto;
}
.optionalTimePopover2>div{
    border: 1px solid #E1E1E1;
    padding-left: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.optionalTimePopover1>div span:first-child,.optionalTimePopover2>div span:first-child{
    color: #999;
}
.optionalTimeIcon1{
    background: url(/img/optionalTime-1.png) no-repeat left center;
    padding-left: 26px;
}
.optionalTimeIcon1 + p{
    padding-left: 26px;
}
.optionalTimeIcon2{
    background: url(/img/optionalTime-2.png) no-repeat left center;
    padding-left: 26px;
}
.setOptionalForm input.hidden{
    display: none !important;
}

/*打印模板相关*/
.printTransparentOpr{
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    top:0;
    left:0;
}
.printTransparent{
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #dddddd;
    position: absolute;
    top:0;
    left:0;
}
.silderTabMenu{
    border-right:1px solid #dddddd;
    position: absolute;
    width: 220px;
    overflow: auto;
    left:0;
    bottom:0;
    top:45px;
}
.imgContent{
    height:80px;
    width: 100%;
    border:1px solid #dddddd;
}