﻿.jqgrid-rownum {
    background-color:white !important
}
.group-drop-sm {
    width: 90px !important
}
.group-drop-default {
    width: 120px !important
}
.group-drop-large {
    width: 150px !important
}
.group-date-default {
    width: 320px !important
}
.group-date-sm {
    width: 290px !important
}
.group-date-more {
    width: 340px !important
}
.group-search-default {
    width: 320px !important
}
.group-search-large {
    width: 500px !important
}
.group-search-m {
    width: 400px !important
}
.group-search-s {
    width: 270px !important
}

.width230 {
    width: 230px !important
}

.img-circle {
    border-radius: 50%;
}

.div-border {
    border:solid 1px #e5e6e6
}
/*****************模态窗左/右侧滑出 2017-8-15 07:49:33 djk*****************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 95%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 5px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}



* {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    /*color: #333;*/
}
/********************************* 滚动条样式 ************************************/

::-webkit-scrollbar {
    height: 8px;
    width: 10px;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

    ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
        display: block;
    }

    ::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement {
        display: none;
    }

::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    border-style: solid;
    border-color: transparent;
}

    ::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
        background-clip: padding-box;
        background-color: #fff;
    }

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #E5E5E5;
    min-height: 28px;
    padding-top: 100;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #CCC7BF;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #CCC7BF;
    }

    ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
        border-width: 0;
    }

::-webkit-scrollbar-track:hover {
    background-color: rgba(0,0,0,.05);
}

::-webkit-scrollbar-track:active {
    background-color: rgba(0,0,0,.05);
}

/**/
.info {
    font-size: 12px;
    color: gray;
    padding-left: 8px
}

.toright {
    float: right
}

.btn-warning {
    background-color: orange !important;
    color: white !important;
}

.lkDiv {
    margin: 5px;
    padding: 10px;
}

.lkDivMain {
    margin: 2px;
    padding: 5px;
}

.lkSearch {
    padding:4px 0px;
}

.lkPanel {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding:4px;
}
.lk-mouseenter {
    background-color: #DEF0FC;
}
.lk-bg-orange {
    background-color: orange;
    color:white;
}

.lkDisabled {
    
}

.lk-noright {
    border-right:none !important
}

.lk-pointer {
    cursor:pointer;
}

.lk_tip {
    color:#cbcbcb;
    padding:10px 2px;
}
.lk_gray {
    color:#cbcbcb;
    font-size:10px
}
.lk_gray1 {
    color: #c3c3c3;
    font-size: 10px
}

.active {
    /*font-weight:bolder !important*/
    /*background-color: #DEF0FC;*/
    background-color: #DEF0FC;
    cursor:pointer;
}

.lk_nopadding {
    padding:0px !important;
}

.span-tip-s {
    color: #acacac;
    padding: 2px;
    font-size:12px;
}

.width-s {
    width:150px !important;
}

.border-noright {
    border-right: none !important;
}

.lk-Num {
    font-weight:bolder;
    font-size:18px;
}

/*jqgrid自动换行*/
.jq-currow {
    background-color: #DEF0FC
}

.jq-overdate {
    background-color: #ffdda0;
}

.ui-jqgrid tr.jqgrow td {
    /*white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;*/
}

/*-----card-----*/
.leftCard {
    width: 300px;
}

.card-header {
    height: auto !important;
    padding: 5px 10px !important;
    font-size: 14px;
    background-color: #e3e3e3 !important;
}

.card-body {
    padding: 0px !important
}

    .card-body ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px
    }
/*-----card-----*/
.list-item {
    border-bottom: solid 1px #dfdfdf;
    padding: 10px 10px;
    cursor: pointer;
}

.badge-warning {
    background-color: orange !important;
    color: white !important
}

.span-lbl {
    width: 70px;
}


.span-lbl-m {
    width: 80px;
}

.span-lbl-l {
    width: 100px;
}

.color-red {
    color: red !important;
}

.color-tip {
    color: #acacac !important;
}

.color-gray {
    color: gray !important;
}

.color-tip1 {
    color: #cacaca !important;
}

.color-green {
    color: green !important;
}

.color-orange {
    color: #FFA500 !important;
}

.color-blue {
    color: #088ae3 !important;
}

.num-lw {
    font-size:16px;
    font-weight:bolder;
}

label {
    margin-bottom:0px !important
}

.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
}
/*grid*/
.ui-jqgrid-labels {
    text-align: center !important;
}

    .ui-jqgrid-labels th {
        border-top: 0px !important
    }

    .ui-jqgrid-labels div {
        font-weight: bolder !important
    }

.lk-flow-record {
    padding: 5px 10px;
    border-bottom: solid 1px #e6eaee;
}
.lk-flow-ok {
    background-color:#d2f2e3;
}
.badge-tip {
    background-color: #acacac !important;
}

.span-staff {
    border: solid 1px #acacac;
    padding:2px 4px;
}

/*report*/
.baobiaoSetCssIn {
    background-color: #0080D9;
    color: white;
    font-size: 13px;
    vertical-align: middle;
    /*text-align: center;
    width: 42px;*/
}

.baobiaoSetCssOut {
    background-color: white;
    color: #333333;
    font-size: 13px;
    vertical-align: middle;
}
.lk-t-num {
    font-weight: 600;
}

.lk-num{
    font-size:18px;
    font-weight:600;
}
.lk-num30 {
    font-size: 30px;
    font-weight: 600;
}
.span-num {
    font-size:12px;
}

.nopadding {
    padding:2px !important
}
    .span-num span {
        font-size: 10px;
        color: #acacac;
    }

.chart-div {
    border: solid 1px #e2e5e9
}

.chart-div-right {
    border-top: solid 1px #e2e5e9;
    border-bottom: solid 1px #e2e5e9;
    border-right: solid 1px #e2e5e9
}

.small {
    font-size:10px !important;
}

.nodata {
    background-image: url(/Images/nodata.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 157px 167px;
}

.datePicker_top {
    position: fixed;
    background-color: white;
    z-index: 1000;
    top: 38px;
    border-bottom: solid 1px #eeeaea;
    padding: 5px 0px 5px 20px;
    width: 100%;
    left: 74px;
    text-align: left;
    /*height: 40px;
    line-height: 40px;*/
}
.set_p_lost {
    position: fixed;
    background-color: white;
    z-index: 1000;
    top: 0px;
    border-bottom: solid 1px #eeeaea;
    padding: 5px 0px 5px 20px;
    width: 100%;
    left: 0px;
    text-align: left;
    /*height: 40px;
    line-height: 40px;*/
}

.hideReport {
    position: absolute;
    left: -2000px;
    height: 0px;
}

.showReport {
    width: 100%;
    height: 560px;
}

.span-Mouseenter {
    background-color:#d1ebfe;
}

.row-padding {
    padding:4px;
}




.aDown {
    background-image: url(/Images/roll_down2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
}

.aUp {
    background-image: url(/Images/roll_up2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
}

.lkdl {
    border-left: solid 4px #66B1FF;
    border-radius:10px
}

.cardloading {
    /*color: red;*/
    line-height: 38px;
    font-size: 13px;
    position: fixed;
    right: 20px;
    top: 0px;
    z-index:9999;
    background-color:red;
    color:white;
    padding:0px 20px;
    border-radius:6px
}

.chartgridbtn {
    width: 160px;
    position: absolute;
    top: 5px;
    right: 0px
}
.chartgridbtn-map {
    /*width: 270px;*/
    position: absolute;
    top: 20px;
    right: 0px
}
.chartgridbtn-map-item {
    /*width: 350px;*/
    position: absolute;
    top: 20px;
    right: 0px
}

.topDate {
    position: fixed;
    top: 0px;
    margin: auto;
    z-index: 500;
    background-color: #ededed;
    width: 100%;
    padding-left: 5px;
    padding-bottom: 10px !important
}