/*
 * 
 * 吴宇
 * 2016/12/13
 * 【喔趣app公用样式】
 * 
 */
/* 加载更多组件css */
.dropload-up,.dropload-down{
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 50px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #bbb
}
.dropload-load .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #bbb;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 常用class */

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.show {
    display: block;
}

.color-title {
    color: #333 !important
}

.color-agree {
    color: #4cd964 !important
}

.color-reject {
    color: #ff9500 !important
}

.color-jiaban {
    color: #ffb200 !important
}

.color-goout {
    color: #8aed4a !important
}

.color-loudaka {
    color: #fe6700 !important
}

.color-primary {
    color: #3b9bf8 !important
}

.color-back {
    color: #afcce0 !important
}

.color-c {
    color: #ccc;
}

.color-666,
.color-grayDep {
    color: #666 !important;
}

.color-grayDark {
    color: #999 !important
}

.color-success {
    color: #4cd964 !important
}

.color-danger {
    color: #f12737 !important
}

.color-warning {
    color: #f60 !important
}

.color-white {
    color: #fff !important;
}

.dib,
.vertical:before {
    display: inline-block;
    vertical-align: middle
}

.middle {
    vertical-align: middle;
}

.bg-white {
    background-color: #fff !important
}

.bg-gray {
    background-color: #f7f8fa
}

.bg-blue,
header.bar.bar-nav.bg-blue {
    background-color: #159aea
}

.bg-transparent {
    background-color: transparent !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.vertical:before {
    content: "";
    width: 0;
    height: 100%
}

.round {
    border-radius: 50% !important
}

.border-none {
    border: none !important
}

.letter-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.txt-space {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -webkit-text-align-last: justify
}

.txt-space:after {
    content: ".";
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 0
}

.middle-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.font-0 {
    font-size: 0
}

.font-small {
    font-size: 0.5rem !important
}

.font-middle {
    font-size: 0.6rem !important
}

.font-normal {
    font-size: 0.65rem !important
}

.font-inherit {
    font-size: .7rem !important
}

.font-big {
    font-size: 0.75rem !important
}

.font-bigger {
    font-size: 0.8rem !important
}

.font-bold {
    font-weight: bold !important
}

.mg-pd-0 {
    margin: 0 !important;
    padding: 0 !important
}

.pdt-0 {
    padding-top: 0 !important
}

.pdt-25 {
    padding-top: .25rem
}

.pdt-5 {
    padding-top: .5rem !important
}

.pdt-75 {
    padding-top: .75rem !important
}

.pdb-75 {
    padding-bottom: .75rem !important
}

.pdr-0 {
    padding-right: 0 !important
}

.pdr-5 {
    padding-right: .5rem !important
}

.pdr-75 {
    padding-right: .75rem !important
}

.pdr-1 {
    padding-right: 1rem !important
}

.pdr-2 {
    padding-right: 2rem !important
}

.pdb-0 {
    padding-bottom: 0 !important
}

.pdb-5 {
    padding-bottom: .5rem !important
}

.pdb-85 {
    padding-bottom: .85rem !important
}

.pdb-1 {
    padding-bottom: 1rem !important
}

.pdl-0 {
    padding-left: 0 !important
}

.pdl-5 {
    padding-left: .5rem !important
}

.pdl-05 {
    padding-left: 1rem !important
}

.pdl-75 {
    padding-left: .75rem !important
}

.pd-75 {
    padding: .75rem
}

.pdtb-75 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.pdtb-5 {
    padding: .5rem 0
}

.mg-0 {
    margin: 0 !important
}

.mgt-0 {
    margin-top: 0 !important
}

.mgt-5 {
    margin-top: .5rem !important
}

.mgt-75 {
    margin-top: .75rem !important
}

.mgb-75 {
    margin-bottom: .75rem !important
}

.mgr-0 {
    margin-right: 0 !important
}

.mgr-25 {
    margin-right: .25rem !important
}

.mgr-10 {
    margin-right: 10px
}

.mgb-0 {
    margin-bottom: 0 !important
}

.mgl-0 {
    margin-left: 0 !important
}

.mgl-10 {
    margin-left: 10px;
}

.mgl-5 {
    margin-left: .5rem !important
}

.mglr-5 {
    margin: 0 .5rem
}

.mgr-75 {
    margin-right: .75rem
}

.mglr-75 {
    margin: 0 .75rem
}

.full {
    width: 100%;
    height: 100%
}

.full-w {
    width: 100%
}

.full-h {
    height: 100%
}

.hide,
.list-block li.hide,
.hidden {
    display: none !important
}

.before-none:before,
.after-none:after {
    display: none !important
}

.iconBtn-bg {
    background-color: #f2f2f2  
}


.event-disabled {
    pointer-events: none;
}


/* 各种状态的icon颜色 */

.list-icon.woqu-leave {
    color: #fe6700
}

.list-icon.woqu-trip {
    color: #42a7ed
}

.list-icon.woqu-overtime {
    color: #ffb200
}

.list-icon.woqu-no_sign {
    color: #42a7ed
}

.list-icon.woqu-late_early {
    color: #f54557
}

.list-icon.woqu-goout {
    color: #46d9b1
}

.list-icon.woqu-switch_shift {
    color: #13ba69
}

.list-icon.woqu-add_device {
    color: #288fe7
}

.list-icon.woqu-receive {
    color: #28cee7
}

.list-icon.woqu-reimbursed {
    color: #fecb00
}

.list-icon.woqu-unbind {
    color: #ada5b4
}

.list-icon.woqu-normal {
    color: #e945a6
}

.list-icon.woqu-yuangong {
    color: #3ddd8c
}

.list-icon.woqu-clear_leave {
    color: #f54545
}

.list-icon.woqu-legwork_sign {
    color: #1cd4c9
}
/* 时间选择 */
.u-select-time {
    border-radius: 2px;
    padding-right: .75rem;
    padding-left: .2rem;
    margin-left: .25rem;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex
}

.u-select-time .u-select-time-input {
    height: inherit !important;
    padding: 0 !important;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4
}

.u-select-time i.woqu-down {
    font-size: .25rem;
    right: .2rem;
    top: .48rem;
    z-index: 3;
    position: absolute
}

.autoTextarea,
.list-block textarea.autoTextarea {
    height: 2.5rem;
    width: 100%;
    padding: 0.25rem 0;
    display: block
}

.page-addReports .list-block.media-list .item-media {
    width: 2rem;
    height: 2rem;
    border-radius: 2px;
}

/* 背景色 */
.reportManager-item .reportManager-itemInner,
.page-addReports .list-block.media-list li .item-media,
.comptime .comptime-detail-item .comptime-detail-item-inside {
    background-color: #fd6363
}
.reportManager-item:nth-child(n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(n) .item-media,
.comptime .comptime-detail-item:nth-child(n) .comptime-detail-item-inside {
    background-color: #fd6363
}

.reportManager-item:nth-child(2n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(2n) .item-media,
.comptime .comptime-detail-item:nth-child(2n) .comptime-detail-item-inside {
    background-color: #fb9b48
}

.reportManager-item:nth-child(3n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(3n) .item-media,
.comptime .comptime-detail-item:nth-child(3n) .comptime-detail-item-inside {
    background-color: #fdba28
}

.reportManager-item:nth-child(4n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(4n) .item-media,
.comptime .comptime-detail-item:nth-child(4n) .comptime-detail-item-inside {
    background-color: #9ae25a
}

.reportManager-item:nth-child(5n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(5n) .item-media,
.comptime .comptime-detail-item:nth-child(5n) .comptime-detail-item-inside {
    background-color: #45d7ac
}

.reportManager-item:nth-child(6n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(6n) .item-media,
.comptime .comptime-detail-item:nth-child(6n) .comptime-detail-item-inside {
    background-color: #55bff5
}

.reportManager-item:nth-child(7n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(7n) .item-media,
.comptime .comptime-detail-item:nth-child(7n) .comptime-detail-item-inside {
    background-color: #4e97f1
}

.reportManager-item:nth-child(8n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(8n) .item-media,
.comptime .comptime-detail-item:nth-child(8n) .comptime-detail-item-inside {
    background-color: #9d7dfa
}
.reportManager-item:nth-child(9n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(9n) .item-media,
.comptime .comptime-detail-item:nth-child(9n) .comptime-detail-item-inside {
    background-color: #d37ff2
}

.reportManager-item:nth-child(10n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(10n) .item-media,
.comptime .comptime-detail-item:nth-child(10n) .comptime-detail-item-inside {
    background-color: #fc6c94
}

.reportManager-item:nth-child(11n) .reportManager-itemInner,
.page-addReports .list-block.media-list li:nth-child(11n) .item-media,
.comptime .comptime-detail-item:nth-child(11n) .comptime-detail-item-inside {
    background-color: #fd716d
}

.content-block-title{
    line-height: 1.2
}
