@import "orgCourseScheList.css";

html {
    position: relative;
    height: 100%;
    font-size: 0;
    letter-spacing: 0;
    overflow: auto;
    background: #f0f0f0;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.blueText {
    color: #1ba3e4 !important;
}

.orangeText {
    color: #ff9966 !important;
}

.redText {
    color: #ff7979 !important;
}

.pointer {
    cursor: pointer;
}

.center-list {
    position: fixed;
    top: 90px;
    bottom: 0;
    padding-left: 15px;
    width: 100%;
    overflow-y: scroll;
}

#app {
    margin: 0 auto;
    width: 1200px;
}

.listAction {
    background-color: #1ba3e4 !important;
    color: white;
}

/* 顶部时间提示和校区赛选start */
.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
}

.headline > span {
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.headline > .schools {
    position: relative;
    float: right;
}

.headline #schools {
    width: 160px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #dcdfe6;
    text-indent: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #999;
    background: url(../../images/xialatupian.png) no-repeat 138px center;
    background-color: white;
    outline: none;
}

.headline > .schools > #schoolsNum {
    position: absolute;
    right: 30px;
    top: 6px;
    font-size: 12px;
    color: #999;
}

.headline > .schools > .schoolsList {
    z-index: 2;
    display: none;
    position: absolute;
    top: 31px;
    right: 0;
    max-height: 200px;
    padding: 6px 0;
    width: 160px;
    border-radius: 3px;
    border: solid 1px #dcdfe6;
    background-color: white;
}

.headline > .schools > .schoolsList > li {
    padding-left: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}

.headline > .schools > .schoolsList > li:hover {
    background-color: #f1f1f1;
}
/* 顶部时间提示和校区赛选end */

/*顶部导航start*/
.headNavigationBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.headNavigation {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.headNavigation > .navigationLi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 28px;
    margin-right: 34px;
    width: 145px;
    height: 34px;
    background-color: white;
    border-radius: 50px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.headNavigation > .navigationLi:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -18px;
    display: block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: solid 2px rgba(188, 188, 188, 1);
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: default;
}

.headNavigation > .navigationLi:last-child {
    margin-right: 16px !important;
}

.headNavigation > .navigationLi:last-child:after {
    content: "";
    display: none;
}

.headNavigation > .navigationLi > div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d7d7d7;
    line-height: 20px;
    font-size: 12px;
    color: white;
    text-align: center;
}

.headNavigation > .navigationLi > span {
    color: #c9c9c9;
}

.headNavigation .active > div {
    background-color: #999;
}

.headNavigation .active > span {
    color: #666;
}

.headNavigation .active:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -18px;
    display: block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: solid 2px #1ba3e4;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: default;
}

#accomplish {
    font-size: 14px;
    color: #777;
}
/*顶部导航end*/


.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left_content {
    width: 830px;
    margin-right: 10px;
    height: 100px;
}

/* 功能选项框satrt */
.left_content .optionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left_content .optionBox > .action {
    background-color: #fbfdff;
    border: none;
    -webkit-box-shadow: 3px 3px 1px rgba(24, 150, 208, 0.349019607843137);
    box-shadow: 3px 3px 1px rgba(24, 150, 208, 0.349019607843137);
}

.left_content .option {
    padding: 12px 15px 0 15px;
    margin-right: 10px;
    height: 72px;
    width: 270px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    background-color: white;
    cursor: pointer;
}

.left_content .firstText {
    display: inline-block;
    margin-bottom: 8px;
}

.left_content .optionText {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #3e3e3e;
}

.left_content .optionTips {
    margin-bottom: 20px;
}

.left_content .optionTips .optionText {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #999;
}

.left_content .line {
    position: relative;
    width: 240px;
    height: 6px;
    border-radius: 10px;
    background-color: #f2f2f2;
}

.left_content .tipLine {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 6px;
    border-radius: 10px;
    background-color: #1cd67c;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.left_content .leftNtm {
    color: #1cd67c;
}

/* 功能选项框end */

/* 右边代办任务 & 操作日志 start */
.right_content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*代办任务*/
.right_content .taskAgents {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
}

.taskAgents .title {
    position: relative;
    margin: 0;
    padding: 0 24px;
    height: 46px;
    line-height: 46px;
    font-weight: 400;
    font-style: normal;
    border-bottom: solid 1px #dcdfe6;
    font-size: 14px;
    color: #3e3e3e;
}

.taskAgents .title:before {
    content: "";
    position: absolute;
    left: 12px;
    top:16px;
    display: block;
    width: 8px;
    height: 15px;
    background-color: #1ba3e4;
}

.taskAgents .taskAgentsUl > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 14px;
    margin-top: 1px;
    height: 40px;
}

.taskAgents .taskAgentsUl > li:first-child > a {
    margin: 0;
}

.taskAgents .taskAgentsUl > li > a:after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: -1px;
    display: block;
    width: 330px;
    height: 1px;
    background-color: #dcdfe6;
}

.taskAgents .taskAgentsUl > li > a:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.taskAgents .taskAgentsUl > li > a > span:first-child {
    margin-right: auto;
}

.taskAgents .taskAgentsUl > li > a > span {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #333;
}

/* 操作日志 */
.right_content .operationLog {
    margin-bottom: 10px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
}

.operationLog .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 14px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdfe6;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #3e3e3e;
}

.operationLog .title > span:last-child {
    font-size: 12px;
    cursor: pointer;
}

.operationLog .operationLogUl > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px;
    border-bottom: 1px solid #dcdfe6;
}

.operationLog .operationLogUl > li:last-child {
    border-bottom: none;
}

.operationLog .operationLogUl > li > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.operationLog .operationLogUl > li > img {
    border-radius: 3px;
    margin-right: 10px;
}

.operationLog .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: normal;
    font-size: 12px;
    color: #999999;
}

.operationLog .message > span:last-child {
    color: #bebebe;
}

.operationLog .operate {
    display: inline-block;
    margin-top: 4px;
    font-style: normal;
    font-size: 12px;
    color: #888;
}

/* 右边代办任务 & 操作日志 end */


/* 表格start */
.tableBox {
    position: relative;
    margin-top: 10px;
    width: 830px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #dcdfe6 !important;
}


.textCenter {
    text-align: center;
}

.textLeft {
    padding-left: 15px;
    text-align: left;
}

.stextLeft {
    padding-left: 15px;
    text-align: left;
}

.tableBox table > thead > tr > td {
    height: 40px;
    background-color: #f5f5f5;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #888;
    vertical-align: middle;
}

.tableBox table > thead > tr > td:first-child {
    border-radius: 4px 0 0 0;
}

.tableBox table > thead > tr > td:last-child {
    border-radius: 0 4px 0 0;
}

.tableBox table > tbody > tr > td {
    height: 40px;
    border-bottom: 1px solid #ebeef5;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    white-space: nowrap;
    font-weight:400;
}

.tableBox table > tbody > tr:last-child > td {
    border: none;
}

.tableButton {
    padding: 0 6px;
    height: 26px;
    line-height: 26px;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
    outline: none;
}

.tableButton:last-child {
    margin: 0 !important;
}

.normalBtn {
    color: #1896d0;
    background-color: #eef7ff;
    -webkit-box-shadow: rgb(167, 232, 241) 1px 1px 0;
    box-shadow: rgb(167, 232, 241) 1px 1px 0;
}

.normalBtn:hover {
    background-color: #dbeeff;
}

.loseEfficacyBtn {
    background-color: #f2f2f2;
    color: #999;
    cursor: not-allowed;
    box-shadow: 1px 1px 0 rgba(153, 153, 153, 0.5);
}

.abnormalBtn {
    background-color: white;
    color: #999;
    -webkit-box-shadow: 1px 1px 0 rgba(153, 153, 153, 0.5);
    box-shadow: 1px 1px 0 rgba(153, 153, 153, 0.5);
}

.cancelText {
    padding: 0 12px !important;
    background-color: transparent;
    color: #1ba3e4;
    cursor: text;
}

.dontListImg {
    width: 136px;
    height: 124px;
    display: block;
    margin: 0 auto 16px auto;
}

.dontList {
    color: #999;
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.loadings {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#PageLoading {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #1ba3e4;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
    margin-bottom: 8px;
}

.loadings > p {
    color: #1ba3e4;
    margin: 0;
}

.noListTips {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*筛选后的输入框样式*/
.activeinput {
    /*border: 1px solid #b7e2f7 !important;*/
    /*background-color: #f6fcff !important;*/
    color: #1ba3e4 !important;
}

.processtable {
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    position: relative;
}

/* 表格end */

/* 学生出勤考勤start */
.studentCheckingtable {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

.studentCheckingHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4px;
    height: 48px;
}

.studentCheckingTitle > span {
    cursor: pointer;
    margin-right: 30px;
}

.studentCheckingHeader .action {
    display: inline-block;
    color: #1ba3e4;
    border-bottom: solid 3px #1ba3e4;
    line-height: 36px;
}

.studentCheckingtable .studentCheckingHeader > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.studentCheckingtable .studentCheckingHeader > div:first-child {
    margin-right: auto;
}

.studentCheckingtable .studentCheckingHeader > div > img {
    position: absolute;
    right: 10px;
}

.studentCheckingtable .studentCheckingHeader > .sanjiao {
    position: absolute;
    top: -20px;
    left: 120px;
    width: 0;
    height: 0;
    margin-right: -12px;
    border: solid 12px white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.studentCheckingtable .studentCheckingHeader > .sanjiao:after {
    content: "";
    position: absolute;
    display: block;
    top: -16px;
    z-index: -1;
    right: -15px;
    width: 0;
    height: 0;
    border: solid 15px #dcdfe6;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.studentCheckingtable .classNames {
    position: relative;
}

.studentCheckingtable #classNames {
    margin-right: 10px;
    width: 120px;
    height: 26px;
    border: solid 1px #dcdfe6;
    border-radius: 3px;
    font-size: 12px;
    text-indent: 10px;
    outline: none;
    cursor: pointer;
    background: url(../../images/xialatupian.png) no-repeat 100px center;
}

.studentCheckingtable #classNum {
    position: absolute;
    top: 0;
    right: 34px;
    line-height: 24px;
    font-size: 12px;
    color: #759aac;
}

.studentCheckingtable #stName {
    width: 160px;
    height: 26px;
    border-radius: 3px;
    border: solid 1px #dcdfe6;
    background: url("../../images/ico-search.png") 130px center no-repeat;
    background-size: 14px;
    color: #999;
    text-indent: 10px;
    font-size: 12px;
    outline: none;
}

.studentCheckingtable .classList {
    display: none;
    z-index: 999;
    position: absolute;
    top: 27px;
    right: 10px;
    max-height: 200px;
    padding: 6px 0;
    width: 120px;
    border-radius: 3px;
    border: solid 1px #dcdfe6;
    background-color: white;
    overflow: auto;
}

.studentCheckingtable .classList > li {
    padding-left: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}

.studentCheckingtable .classList > li:hover {
    background-color: #f1f1f1;
}

.studentTable {
    position: relative;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.studentCheckingtable #processTodayPage {
    margin-top: 10px;
}

.studentCheckingtable .studentCheckbox {
    display: inline-block;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: solid 1px #d1dfe7;
    background-color: white;
    cursor: pointer;
}

.studentCheckingtable .checkboxAction {
    background: url(../../images/correct.jpg) no-repeat center;
}

.studentCheckingtable .textLeft {
    padding-left: 4px;
    text-align: left;
}
.studentCheckingtable .paddingLeft14{
    padding-left: 14px;
}
.studentCheckingtable .tips {
    color: #bebebe;
}

.studentCheckingtable #studentCheckingPage {
    /*margin-top: 10px;*/
    height: 40px;
}

.studentCheckingtable .blueBall {
    position: relative;
}

.studentCheckingtable .blueBall:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #1ba3e4;
    border-radius: 50%;
}

.studentCheckingtable .orangeBall {
    position: relative;
}

.studentCheckingtable .orangeBall:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ffab57;
    border-radius: 50%;
}

.studentCheckingtable .redBall {
    position: relative;
}

.studentCheckingtable .redBall:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ff7979;
    border-radius: 50%;
}

/*.studentCheckingtable .batch_checking-in {*/
/*    margin-right: 10px;*/
/*    width: 72px;*/
/*    height: 26px;*/
/*    border-radius: 3px;*/
/*    background-color: white;*/
/*    border: solid 1px #1ba3e4;*/
/*    color: #1ba3e4;*/
/*    font-size: 12px;*/
/*    outline: none;*/
/*}*/

/* 学生出勤考勤end */

/* 今日排课表格start */
.processTodaytable {
    display: none;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
}

.processTodaytable .processHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4px;
    height: 48px;
}

.processTodaytable .processHeader span {
    font-style: normal;
    font-size: 14px;
    color: #3e3e3e;
}

.processTodaytable .processHeader > div {
    position: relative;
}

.processTodaytable .processHeader > .sanjiao {
    position: absolute;
    top: -20px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -12px;
    border: solid 12px white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.processTodaytable .processHeader > .sanjiao:after {
    content: "";
    position: absolute;
    display: block;
    top: -16px;
    z-index: -1;
    right: -15px;
    width: 0;
    height: 0;
    border: solid 15px #dcdfe6;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.processTodaytable #processType {
    width: 120px;
    height: 26px;
    background: white url(../../images/xialatupian.png) no-repeat 100px center;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    text-indent: 10px;
    font-size: 12px;
    color: #999;
    outline: none;
    cursor: pointer;
}

.processTodaytable #sumNum {
    position: absolute;
    right: 30px;
    top: 5px;
    font-style: normal;
    font-size: 12px;
    color: #759aac;
}

.processTodaytable .typeList {
    position: absolute;
    top: 27px;
    max-height: 200px;
    padding: 6px 0;
    width: 120px;
    border-radius: 3px;
    border: solid 1px #dcdfe6;
    background-color: white;
    overflow: auto;
}

.processTodaytable .typeList > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}

.processTodaytable .typeList > .listAction > span {
    color: white;
}

.processTodaytable .typeList > li > span {
    font-size: 12px;
}

.processTodaytable .typeList > li:hover {
    background-color: #f1f1f1;
}

.processTodaytable #processTodayPage {
    /*margin-top: 10px;*/
    height: 40px;
}

/* 今日排课表格end */

/* 教工出勤考勤start */
.teacherCheckingtable {
    display: none;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

.teacherCheckingtable .teacherCheckingHeader {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4px;
    height: 48px;
}

.teacherCheckingtable .teacherCheckingHeader > div {
    position: relative;
}

.teacherCheckingtable .teacherCheckingHeader > div > img {
    position: absolute;
    right: 0;
    margin: 8px;
}

.teacherCheckingtable .teacherCheckingHeader .sanjiao {
    position: absolute;
    top: -20px;
    right: 108px;
    width: 0;
    height: 0;
    border: solid 12px white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.teacherCheckingtable .teacherCheckingHeader .sanjiao:after {
    content: "";
    position: absolute;
    display: block;
    top: -16px;
    z-index: -1;
    right: -15px;
    width: 0;
    height: 0;
    border: solid 15px #dcdfe6;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.teacherCheckingtable #tName {
    width: 140px;
    height: 26px;
    border-radius: 3px;
    border: solid 1px #dcdfe6;
    background: url("../../images/ico-search.png") 110px center no-repeat;
    background-size: 14px;
    color: #999;
    text-indent: 10px;
    font-size: 12px;
    outline: none;
}

.teacherCheckingtable .tpicurl {
    border-radius: 4px;
}

.teacherCheckingtable #teacherCheckingPage {
    /*margin-top: 10px;*/
    height: 40px;
}

.teacherCheckingtable .blueBall {
    position: relative;
}

.teacherCheckingtable .blueBall:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #1ba3e4;
    border-radius: 50%;
}

/* 教工出勤考勤end */


/***********    单人打卡页面  ***********/
.punchcardHead {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-center: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

#punchcardDiv {
    display: none;
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 720px;
    background: white;
    border-radius: 4px;
}

.punchcardHeads {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-center: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.punchcardHeads_text {
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.addHead {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
}

.head-l {
    float: left;
}

.head-l img {
    margin: 0 12px;
    vertical-align: sub;
}

.head-l span {
    color: #333;
    font-size: 18px;
}

.head-r {
    float: right;
    cursor: pointer;
}

.punchcardCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 40px;
}

.punchcardCenter .zoom {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.selectClaname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.selectClaname_text {
    position: absolute;
    font-size: 12px;
    color: rgb(153, 153, 153);
    top: 8px;
    right: 38px;
}

#addPayPackageDaKA {
    width: 310px;
    height: 30px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    background-color: white;
    margin-left: 15px;
    font-size: 12px;
    text-indent: 10px;
    background: url("../../images/Stdbook.png") no-repeat center;
    background-position: 282px;
    background-size: 15px;
    padding-right: 137px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
}

.claul {
    width: 142px;
    position: absolute;
    top: 30px;
    text-align: center;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #e5e5e5;
    box-shadow: 0 0 2px #e5e5e5;
    z-index: 99;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 140px;
    overflow: auto;
    border-radius: 4px;
}

.claul img {
    width: 32px;
    float: left;
    height: 32px
}

body .claul li {
    width: 100%;
    height: 46px;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
}

.claul li:hover {
    background: rgba(0, 0, 0, .1);
    color: #1aa4fb;
}

#pselect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.zoomdiv {
    position: relative;
    margin-left: 15px;
}

.zoomdiv input {
    width: 142px;
    outline: none;
    border: 1px solid #dedfe6;
}

.zoomdiv_text {
    font-size: 12px;
    color: rgb(153, 153, 153);
    position: absolute;
    top: 7px;
    right: 38px;
}

#pclaname {
    width: 310px;
    height: 30px;
    border-radius: 4px;
    text-indent: 10px;
    background: url("../../images/stdSanjiao.png") no-repeat center;
    background-position: 288px;
    font-size: 12px;
    cursor: pointer;
}

#pclaul {
    width: 310px;
    max-height: 100px;
}

.date input[type=time] {
    width: 210px;
    height: 30px;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.kcul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 324px;
}

.kcul li {
    float: left;
    /*width: 170px;*/
    margin-left: 15px;
}

.kcul li input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 6px;
    cursor: pointer;
}

.kcul .qj_info, .kcul .cq_info {
    display: inline-block;
    background: url("../../images/check_ud.png") no-repeat left center;
    background-size: 20px;
    padding-left: 24px;
    cursor: pointer;
    width: 80px;
    text-align: left;
}

.kcul .qj_info {
    margin-left: 22px;
}

.kcul .qc_action {
    background: url("../../images/check_nd.png") no-repeat left center;
    background-size: 20px;
    color: #1ba3e4;
}

#ksinput {
    border: 1px solid #e5e5e5;
    padding-top: 3px;
    width: 140px;
    height: 30px;
    border-radius: 4px;
    margin-left: 15px;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#ksinput div {
    height: 24px;
    margin-left: 0;
    margin-right: 6px;
}

#ksinput div span {
    float: left;
    display: inline-block;
    width: 30px;
    height: 100%;
    cursor: pointer;
    color: #1aa4fb;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

#ksinput div input {
    display: block;
    float: left;
    text-align: center;
    width: 32px;
    height: 100%;
    background: white;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #666;
}

#ksnum {
    font-size: 12px;
}

.show_info {
    text-align: right;
}

#lesdate {
    width: 310px;
    height: 30px;
    color: #666;
    font-size: 12px;
    outline: none;
    border: 1px solid #dedfe6;
    cursor: not-allowed;
    background: white;
    text-align: left;
    padding-left: 10px;
    background: url(../../images/small_time.png) no-repeat 284px center;
    background-size: 14px;
    background-color: #f2f2f2;
    border-radius: 4px;
}

#lestime {
    position: absolute;
    top: 1px;
    left: 86px;
    width: 46px;
    height: 28px;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

#pteaname {
    width: 310px;
    height: 30px;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 12px;
    cursor: not-allowed;
    background: url("../../images/stdSanjiao.png") no-repeat center;
    background-color: #f2f2f2;
    background-position: 288px;
    color: #666;
}

#dakabank {
    width: 310px;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    border: 1px solid #dedfe6;
    border-radius: 4px;
    background: white;
    resize: none;
    outline: none;
    padding-left: 13px;
    padding-top: 8px;
    margin-left: 15px;
}

.selectClass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px;
}

.info_img {
    width: 36px;
    height: 36px;
    background: url('../../images/u3636.png');
    background-size: 100% 100%;
    border-radius: 4px;
    margin-right: 10px;
}

#pstname, #lstname, #estname {
    display: inline-block;
    /*width: 340px;*/
    /*height:28px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

#pstname {
    /*max-width: 80px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #7e8b9c;
}

#newclaname {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #aab7be;
    margin: 0;
    padding: 0;
    max-width: 94px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show_kq_info_span {
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #7e8b9c;
    text-indent: 14px;
}

.kq_list_info {
    margin-left: 14px;
    margin-top: 10px;
    overflow: auto;
    max-height: 241px;
    height: 241px;
}

.punchcardBtn {
    height: 60px;
    background-color: #fbfdff;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #d1dfe7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
}

.info_mes {
    margin: 0 auto;
    width: 480px;
    background: url("../../images/tixing.png") no-repeat 6px center;
    padding-left: 32px;
    font-size: 12px;
    line-height: 30px;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #666666;
}

.orgStd_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 164px;
}

.orgStd_pubRemoveBtn {
    width: 72px;
    height: 30px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: white;
    outline: none;
}

.orgStd_pubSureBtn {
    width: 72px;
    height: 30px;
    border: 1px solid #1ba3e4;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    color: white;
    background-color: #1ba3e4;
    outline: none;
}

/*打卡记录*/

.personal {
    width: 220px;
    height: 340px; /*296*/
    background-color: #f8f9fb;
    border: 1px solid #d1dfe7;
    border-radius: 4px;
    overflow: auto;
}

.punchcardCenter span {
    display: inline-block;
    color: #3e3e3e;
}

.sjx_info {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sjx_info_tuxing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.sjx_info_ball {
    width: 7px;
    height: 7px;
    background-color: #ccc;
    border-radius: 50%;
    margin-bottom: 7px;
}

.sjx_info_line {
    width: 1px;
    height: 28px;
    background-color: #ccc;
}

.sjx_info_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sjx_info_topText {
    width: 162px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    color: #7e8b9c;
}

.sjx_info_bottonText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sjx_info_bottonText > span:nth-child(1) {
    display: block;
    width: 92px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sjx_info_bottonText > span {
    color: #aab7be;
}

.Bgreen {
    background-color: #1cd67c;
}

.Borange {
    background-color: #ffad68;
}

.mCSB_dragger_bar {
    width: 8px !important;
    background: #1ba3e4 !important;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px !important;
    background-color: #eee !important;
}

.mCSB_buttonUp {
    display: none !important;
}

.mCSB_buttonDown {
    display: none !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

/***********    单人打卡页面  ***********/

/* 单人打卡二次确认start */
#surePunchcard {
    display: none;
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 50%;
    margin-left: -199px;
    width: 398px;
    height: 330px;
    background: white;
    border-radius: 4px;
    /* padding: 0 10px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.surepunchcardCenter {
    margin-top: 16px;
    margin-bottom: 20px;
    padding: 0 24px;
}

.surepunchcardCenter p {
    margin-bottom: 12px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.surepunchcardCenter .pun_title {
    margin-bottom: 16px;
    font-size: 14px;
    color: #333333;
}

.surepunchcardCenter p span {
    font-size: 12px;
    color: #4697ff;
}

.surepunchcardBtn {
    width: 100%;
    text-align: center;
}

.showdetails {
    cursor: pointer;
    position: relative;
    max-width: 107px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*padding: 0 12px 0 0;*/
}

/* 单人打卡二次确认end */