/*申请审批页*/
.apply-approval-page {
    margin-top: 0;
    line-height: 30px;
}

/*申请审批页-一级标题*/
.apply-approval-page h4 {
    padding: 10px;
    color: #000;
}

/*列表页-下拉刷新页面-上拉加载数据*/
.pull-down {
    text-align: center;
    line-height: 20px;
    margin-top: -20px;
}

.pull-up {
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: -20px;
}

.spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    z-index: 11;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.spinner img {
    width: 100%;
}

/*填写审批意见*/
.approval-opinion-editor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.approval-opinion-editor strong{
    color: #ee5a2f;
}

.approval-opinion-editor h3 {
    color: #000;
    font-weight: bold;
    padding-left: 15px;
    line-height: 40px;
    padding-top: 5px;
}

.approval-opinion-editor .content {
    padding: 0 15px;
}

.approval-opinion-editor .content textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    display: block;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
}

.approval-opinion-editor .content textarea::placeholder {
    color: #ccc;
}

.approval-opinion-editor .approval {
    padding: 15px 0;
    text-align: center;
}

.approval-opinion-editor .approval button {
    width: 30.5%;
}

/*请休假-剩余假期相关样式*/
.leave-apply-list {
    position: relative;
    top: 0px;
}

.leave-apply-list li {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 10px;
    padding: 0 10px;
}

.leave-apply-list li h4 strong {
    display: block;
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
}

.leave-apply-list li h4 strong em.unit {
    font-weight: normal;
    font-size: 12px;
    color: #999;
}

.leave-apply-list li h4 span {
    line-height: 20px;
    display: block;
    color: #aaa;
}

.leave-apply-list li h5 {
    border-top: 1px dashed #eee;
    line-height: 32px;
    margin-top: 5px;
}

.leave-apply-list li h5 span {
}

.leave-apply-list li h5 em {
    display: block;
    float: right;
    color: #09c;
}

.leave-apply-list li a > i {
    position: absolute;
    right: 15px;
    top: 33px;
    font-size: 2em;
    color: #e0e0e0;
}

.leave-apply-list li p {
}

.leave-apply-list li p span {
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.leave-apply-list li p span strong {
    font-size: 27px;
    margin-bottom: 5px;
    font-weight: normal;
}

.leave-apply-list li p span.total strong {
    color: #999;
}

.leave-apply-list li p span.already strong {
    color: #09c;
}

.leave-apply-list li p span.surplus strong {
    color: #05ce3e;
}

.leave-apply-list li i.stamp {
    display: none;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -80px;
    background: url("/static/images/portal/cancellation-stamp.png") no-repeat;
    background-size: 140px;
    opacity: 0.2;
}

.leave-apply-list li.cancellation-seal,
.leave-apply-list li.cancellation-seal strong,
.leave-apply-list li.cancellation-seal em,
.leave-apply-list li.cancellation-seal span {
    color: #bbb !important;
}

.leave-apply-list li.cancellation-seal i.stamp {
    display: block;
}

/*请假类型介绍弹层*/
.leave-type-introduce-icon {
    position: absolute;
    top: 9px;
    left: 80px;
}

.leave-type-introduce-icon i.fa {
    color: green;
    font-size: 18px;
}

/*请假类型介绍-弹层*/
.leave-type-introduce-popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.leave-type-introduce-popup-layer .content {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 80px;
    left: 15px;
    right: 15px;
    padding-bottom: 10px;
}

.leave-type-introduce-popup-layer .content h4 {
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 15px;
}

.leave-type-introduce-popup-layer .content .main-body {
    padding: 0 15px;
    overflow: auto;
    line-height: 24px;
}

.leave-type-introduce-popup-layer .content .main-body strong {
    font-size: 14px;
    color: #000;
}

.leave-type-introduce-popup-layer .content .main-body p {
    padding-bottom: 10px;
    font-size: 12px;
}

.leave-type-introduce-popup-layer .content .shut-down {
    position: absolute;
    top: -9pt;
    right: -9pt;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.leave-type-introduce-popup-layer .content .shut-down i.fa {
    font-size: 20px;
}

/*筛选*/
.screening-items {
    position: fixed;
    top: 98px;
    height: 52px;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 999;
    padding: 0 10px;
}

.screening-items ul {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.screening-items ul li {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
}

.screening-items-right {
    border-left: 1px solid #e6e6e6;
}

.screening-items ul li select {
    width: 100%;
}

.screening-items ul li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.screening-items ul li select,
.screening-items ul li input,
.screening-items ul li .select2-container--default .select2-selection--single {
    border: none;
    height: 30px;
}

.screening-items ul li i {
    position: absolute;
    top: 9px;
    right: 15px;
    color: #aaa;
}
