/*jqurey ui autocomplete*/
body > .ui-autocomplete a.ui-corner-all {
    line-height: 20px;
    margin: 0px;
    padding: 3px 15px;
    clear: both;
    color: rgb(103, 106, 108);
    display: block;
}

    body > .ui-autocomplete a.ui-corner-all:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }
/***********可下拉输入框值***************/
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* 防止水平滚动条 */
    overflow-x: hidden;
    z-index: 9999999;
}
/* IE 6 不支持 max-height
   * 我们使用 height 代替，但是这会强制菜单总是显示为那个高度
   */
* html .ui-autocomplete {
    height: 100px;
    z-index: 9999999;
}

.ico-download {
    width: 100%;
    font-size: 12em;
}

/***活动签到页面***/
@media only screen and (min-height: 730px) {
    .a2-sign-in .con {
        top: 42% !important;
    }
}


/**
    销量预警样式
*/
.early-warning-setting {
    margin-top: 10px;
}

    .early-warning-setting .form-scroll-container {
        padding: 0 10px;
    }

        .early-warning-setting .form-scroll-container .btn {
            margin-left: -5px;
            transition: 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        }


            .early-warning-setting .form-scroll-container .btn:hover {
                background-color: #1e88e5;
                color: #fff !important;
            }

        .early-warning-setting .form-scroll-container input {
            width: 60px;
            padding: 2px 5px;
            margin: 0 3px;
            border: 1px solid #999;
        }

            .early-warning-setting .form-scroll-container input:focus {
                /*border-color:#999 !important;*/
            }

.blueimp-gallery-controls .approve-button-div {
    padding: 10px 15px;
    left: auto;
    margin: -15px;
    position: absolute;
    bottom: 50px;
    right:30px;
}

.blueimp-gallery-controls .approve-button {
    padding: 10px 15px;
    left: auto;
    margin: -15px;
    position: absolute;
    bottom: 50px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid;
    display: none;
}

.blueimp-gallery-controls .approve-button-posm {
    padding: 10px 15px;
    margin: 15px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid;
    display: block;
    float:left;
}





.blueimp-gallery-controls .rotate {
    right: 70px;
    padding: 15px;
    left: auto;
    margin: -15px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
}

.blueimp-gallery-controls .magnify {
    right: 120px;
    padding: 15px;
    left: auto;
    margin: -15px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
}


.blueimp-gallery-controls .pass {
    right: 250px;
    border-color: #337ab7;
    background-color: #337ab7;
}

.blueimp-gallery-controls .pass-posm {
    border-color: #337ab7;
    background-color: #337ab7;
}


.blueimp-gallery-controls .pass2 {
    border-color: #f8ac59;
    background-color: #f8ac59;
}

.blueimp-gallery-controls .refuse-posm {
    border-color: #fd4848;
    background-color: #fd4848;
}
.blueimp-gallery-controls .refuse {
    right: 140px;
    border-color: #fd4848;
    background-color: #fd4848;
}

.blueimp-gallery-controls .store-info {
    position: absolute;
    top: 50px;
    left: 15px;
    font-size: 18px;
    color: #fff;
}

    .blueimp-gallery-controls .store-info .store-info-ul li {
        margin: 2px 0;
    }

    .bootstrap-table .table.table-no-bordered > tbody > tr > td {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-left: 0 !important;
        border-right: 0 !important;
    }

.blueimp-smartZoomDiv {
    z-index: 2000;
    position: fixed;
    overflow: hidden;
    background: #000;
    background: rgba(0,0,0,.9);
    display: none;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

    .blueimp-smartZoomDiv .close {
        right: 70px;
        padding: 15px;
        left: auto;
        margin: -15px;
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 15px;
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        text-shadow: 0 0 2px #000;
        opacity: .8;
    }

/*.blueimp-gallery > .slides > .slide > div > .slide-content, .blueimp-gallery > .slides > .slide > .slide-content {
    margin: 0px;
}*/

/**
    POSM数据审批不通过弹出页面高度
*/
.POSMApprove .modal-dialog .modal-content{
    min-height:810px;
}

.a2-dashboard {
    margin: 0 -15px;
    padding: 0;
    overflow: auto;
    background-color: #30252d;
    -webkit-overflow-scrolling: touch;
}

    /*.a2-dashboard .ios-select-widget-box.olay{
        padding-top:0;
    }
    .a2-dashboard .ios-select-widget-box.olay > div {
        position: absolute;
        top: 0px;
    }
        .a2-dashboard .ios-select-widget-box.olay .iosselect-header{
            position:absolute;
            bottom:5px;
        }
        .a2-dashboard .ios-select-widget-box.olay .cover-area1 {
            top: 100px !important;
        }
        .a2-dashboard .ios-select-widget-box.olay .cover-area2 {
            top: 48px !important;
        }*/

        .a2-dashboard .row {
            margin: 0;
        }

.a2-dashboard .row p {
    margin: 0;
}

/*****筛选条件******/
.a2-dashboard .search-date {
    padding-top: 15px;
    padding-bottom: 8px;
    /*overflow: hidden;*/
}
    .a2-dashboard .search-date .item.laydate-input-box {
        position: relative;
        width: 75%;
    }
    .a2-dashboard .search-date .laydate-input {
        width: 100%;
        border: 1px solid #a9a9a9;
        outline: none;
        padding: 2px 8px;
        color: #fff;
        background-color: #30252d !important;
    }

        .a2-dashboard .search-date .laydate-input:focus{
            border-color:#fff !important;
        }

        .a2-dashboard .search-date .t {
            margin-bottom: 5px;
        }

.a2-dashboard .search-date .item {
    float: left;
    width: 20%;
    padding: 0 5px;
}
    .a2-dashboard .search-date .ios-select-item {
        height: 22px;
        width: 100%;
        border: 1px solid #a9a9a9;
        color: #fff;
        padding: 0 5px;
        text-align: center;
        line-height:22px;
        font-size:14px;
    }

    .a2-dashboard .search-date .item p {
        width: 100%;
        margin: 0;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }

.a2-dashboard .search-date .item .select {
    width: 100%;
    color: #fff;
    background-color: #30252d;
}

/*****筛选条件******/

/*****饼图******/
.a2-dashboard .pie-data {
    margin-bottom:-17px;
}

.a2-dashboard .pie-data .item {
    width: 33.33%;
    float: left;
}

.a2-dashboard .pie-data .item-pie {
    position: relative;
    width: 75px;
    height: 75px;
    margin: 10px auto;
}

.a2-dashboard .pie-data .item-pie .percentage {
    margin-top: -50px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.a2-dashboard .pie-data .item-text {
    position:relative;
    text-align: center;
    color: #fff;
    margin: 0;
    z-index:5;
}

/*****饼图******/
/*****数量统计******/
.a2-dashboard .kpi-num {
    overflow: hidden;
}

.a2-dashboard .kpi-num .item {
    float: left;
    width: 33.33%;
    height: 76px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.a2-dashboard .kpi-num .item .num {
    font-size: 20px;
    font-weight: 600;
}

.a2-dashboard .kpi-num .item .num1 {
    color: #b57edc;
}

.a2-dashboard .kpi-num .item .num2 {
    color: #b07aa1;
}

.a2-dashboard .kpi-num .item .num3 {
    color: #75a1c7;
}

.a2-dashboard .kpi-num .item .text {
    font-size: 14px;
    line-height: 30px;
}

/*****数量统计******/

/*******折线图*******/
.a2-dashboard .line-data {}

.a2-dashboard .line-data .item {
    padding-bottom: 5px;
}

.a2-dashboard .line-data .item .title {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #532956;
}

.a2-dashboard .line-data .item .title .t1 {
    display: block;
    text-align: center;
}

.a2-dashboard .line-data .item .title .t2 {
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    text-align: right;
}
    

/*******折线图*******/

/*******列表*********/

.a2-dashboard .fixed-table-pagination {
    display: none !important;
}

/*.a2-dashboard .table-item .title {
    margin-bottom: 10px;
}*/

    .a2-dashboard .table-item .t-info {
        text-align: center;
        font-size: 14px;
        color: #fff;
        position:relative;
    }

        .a2-dashboard .table-item .table-height {
            margin: 0;
        }

.a2-dashboard .table-item .item-list .bootstrap-table table {
    background-color: #30252d;
    border:0 !important;
}

.a2-dashboard .table-item .item-list .bootstrap-table table tbody tr,
.a2-dashboard .table-item .item-list .bootstrap-table table tbody tr.selected,
.a2-dashboard .table-item .item-list .bootstrap-table table tbody tr td:hover,
.a2-dashboard .table-item .item-list .bootstrap-table table tbody tr.selected td {
    background-color: #30252d !important;
}

.a2-dashboard .table-item .item-list .bootstrap-table table thead tr th,
.a2-dashboard .table-item .item-list .bootstrap-table table tbody tr td {
    color: #fff !important;
    border: 1px solid #30252d !important;
    background-color: #30252d !important;
}

    .a2-dashboard .table-item .item-list .bootstrap-table table thead tr th {
        padding: 5px 2px 5px 3px;
    }

        .a2-dashboard .table-item .item-list .bootstrap-table table thead tr th .th-inner {
            padding: 0 0 0 0px !important;
            color: #fff !important;
            border: 1px solid #30252d;
            font-size: 12px;
            white-space: normal !important;
            line-height: 14px;
            height: 100%;
        }

.a2-dashboard .table-item .item-list .bootstrap-table table thead tr th .th-inner:hover {
    color: #222 !important;
    background-color: #fff !important;
}

.a2-dashboard .table-item .item-list .bootstrap-table table tbody tr td {
    /*overflow:hidden;*/
    white-space:normal;
    /*text-overflow:ellipsis;*/
    line-height:16px;
    padding: 2px 2px 2px 3px !important;
}

.a2-dashboard .table-item .item-list .bootstrap-table table tbody tr td .a2-table-td {
    position:relative;
    color: #fff !important;
    text-align: center;
    background-color: #532956 !important;
    border: 1px solid #532956;
}

.a2-dashboard .table-item .item-list .bootstrap-table table tbody tr td .a2-table-td:hover {
    border: 1px solid #fff !important;
}
/**隐藏表格滚动条**/
    .a2-dashboard .table-item .item-list .bootstrap-table .fixed-table-body{
        overflow:hidden !important;
    }

.firefox .a2-dashboard .table-item .item-list .bootstrap-table table thead tr, .firefox .a2-dashboard .table-item .item-list .bootstrap-table table thead th {
    height: 100%;
}
    /*区域表现*/
    /*.a2-dashboard .region-item {
        height: 265px;
        overflow: hidden;
    }*/
    .a2-dashboard .region-item .item-list .bootstrap-table table thead tr th .th-inner {
        color: #fff !important;
        background: #532956 !important;
        border: 1px solid #532956;
        padding: 0 2px !important;
        min-width: 32px;
        /*height: 30px;
        display: table-cell;
        vertical-align: middle;*/
    }
       

    .a2-dashboard .region-item .item-list .bootstrap-table table thead tr th .th-inner:hover {
        background-color: #fff !important;
        border: 1px solid #fff;
    }
        .a2-dashboard .region-item .item-list .bootstrap-table table thead tr th:nth-child(1) {
            opacity:0;
        }
    .a2-dashboard .region-item .item-list .bootstrap-table table tbody tr td {
        text-align: center;
        max-width: 22.22%;
        padding: 3px 1px 2px 1px !important;
    }
        .a2-dashboard .region-item .item-list .bootstrap-table table tbody tr td:nth-child(1) {
            max-width: 44px;
            text-align:left;
        }

        .a2-dashboard .region-item .item-list .bootstrap-table table tbody tr td .a2-table-td {
            color: #fff !important;
            background-color: #30252d !important;
            border: 1px solid #30252d !important;
            max-width:40px !important;
        }

        .a2-dashboard .region-item .item-list .bootstrap-table table tbody tr td .a2-table-td:hover {
            border: 1px solid #30252d !important;
        }
            .a2-dashboard .region-item .item-list .bootstrap-table table tbody tr td .a2-table-td:hover .a2-value-percentage1{
                margin-left:2px;
            }
            .a2-dashboard .region-item .item-list .bootstrap-table table tbody tr td .a2-table-td .a2-value-percentage1 {
                position: absolute;
                width: 10%;
                height: 100%;
                background-color: #a27099;
                z-index: 4;
               
            }
            .a2-dashboard .region-item .item-list .bootstrap-table table tbody tr td .a2-table-td .a2-value-percentage2 {
                position: relative;
                z-index: 5;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                /*text-overflow:ellipsis;*/
                max-width: 40px !important;
            }
            /*区域表现Top10*/
            .a2-dashboard .region-top10-item .item-list .bootstrap-table table thead tr th:nth-child(1) .sortable:hover,
            .a2-dashboard .region-top10-item .item-list .bootstrap-table table thead tr th:nth-child(2) .sortable:hover {
                color: #fff !important;
                background-color: #30252d !important;
            }

    .a2-dashboard .region-top10-item .item-list .bootstrap-table table thead tr th:nth-child(3) .th-inner,
    .a2-dashboard .region-top10-item .item-list .bootstrap-table table thead tr th:nth-child(4) .th-inner {
        text-align: center;
    }

    .a2-dashboard .region-top10-item .item-list .bootstrap-table table tbody tr td:nth-child(1) .a2-table-td,
    .a2-dashboard .region-top10-item .item-list .bootstrap-table table tbody tr td:nth-child(2) .a2-table-td {
        text-align: left;
        color: #fff !important;
        background-color: #30252d !important;
        border: 1px solid #30252d !important;
    }

.a2-dashboard .region-top10-item .item-list .bootstrap-table table tbody tr td:nth-child(1) .a2-table-td:hover,
.a2-dashboard .region-top10-item .item-list .bootstrap-table table tbody tr td:nth-child(2) .a2-table-td:hover {
    color: #222 !important;
    background-color: #fff !important;
}

/*PPS*/
.a2-dashboard .pps-item .item-list .bootstrap-table table thead tr th:nth-child(1) .sortable:hover,
.a2-dashboard .pps-item .item-list .bootstrap-table table thead tr th:nth-child(2) .sortable:hover,
.a2-dashboard .pps-item .item-list .bootstrap-table table thead tr th:nth-child(3) .sortable:hover {
    color: #fff !important;
    background-color: #30252d !important;
}

.a2-dashboard .pps-item .item-list .bootstrap-table table tbody tr td:nth-child(1) .a2-table-td,
.a2-dashboard .pps-item .item-list .bootstrap-table table tbody tr td:nth-child(2) .a2-table-td,
.a2-dashboard .pps-item .item-list .bootstrap-table table tbody tr td:nth-child(3) .a2-table-td {
    text-align:left;
    color: #fff !important;
    background-color: #30252d !important;
    border: 1px solid #30252d !important;
}

    .a2-dashboard .pps-item .item-list .bootstrap-table table thead tr th .th-inner{
        padding:0 !important;
    }

    .a2-dashboard .pps-item .item-list .bootstrap-table table tbody tr td:nth-child(1) .a2-table-td:hover,
    .a2-dashboard .pps-item .item-list .bootstrap-table table tbody tr td:nth-child(2) .a2-table-td:hover,
    .a2-dashboard .pps-item .item-list .bootstrap-table table tbody tr td:nth-child(3) .a2-table-td:hover {
        color: #222 !important;
        background-color: #fff !important;
    }
    /**
        防止手机最小化时table标题隐藏
    */
    .a2-dashboard .h5 .bootstrap-table table thead th .th-inner {
        white-space: normal !important;
        line-height: 12px !important;
    }
    /*******列表*********/
    .chinamap {
        background-color: #30252d;
    }
#mapContent{
    padding-top:17px;
}
/**********小屏幕********/
.a2-dashboard-phone {
}
    .a2-dashboard-phone .search-date {
        padding-left: 0;
        padding-right: 0;
    } 
/**********小屏幕********/
.mapright {
 text-align:right;
}
div[name='s_a_GiftPicture'] {
display:table;
}
div[name='s_a_GiftPicture'] section {
        display: table;
    }

.a2-dashboard .map .t-info {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom:10px;
    color: #fff;
    text-align: left;
    position: relative;
}
    .a2-dashboard .map .t-info .v {
        display: block;
    }

.a2-dashboard .item .title .bootstrap-select{
    width:60px;
    height:20px !important;

}
    .a2-dashboard .item .title .bootstrap-select .dropdown-toggle {
        height: 100%;
        color: #fff !important;
        padding: 0 12px 0 0;
        background-color: #532956 !important;
        border-radius: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
        .a2-dashboard .item .title .bootstrap-select .dropdown-toggle .filter-option {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .a2-dashboard .item .title .bootstrap-select .dropdown-toggle .bs-caret .caret {
            right: 2px;
        }

    .a2-dashboard .item .title .bootstrap-select .dropdown-menu.inner {
        background-color: #532956;
        border: 1px solid #1e90ff;
    }
    .a2-dashboard .item .title .bootstrap-select .dropdown-menu li a {
        height: 20px;
        padding: 0 4px;
        margin: 4px 0;
        line-height:18px;
        border-radius: 0;
    }
        .a2-dashboard .item .title .bootstrap-select .dropdown-menu li a span.check-mark {
            right: 3px;
            margin-top: 2px;
        }
        .a2-dashboard .item .title .bootstrap-select .dropdown-menu li.selected a {
            color: #fff;
            background-color: #1e90ff;
        }
        .a2-dashboard .item .title .bootstrap-select .dropdown-menu li a:hover {
            color:#fff;
            background-color: #1e90ff;
        }

.a2-dashboard .line-data .item .title .select {
    position: absolute;
    right: 15px;
    top: 5px;
    background: #532956;
}

.a2-dashboard .line-data .item .title .iosselect-box {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 50px;
    line-height: 18px;
    border: 1px solid #a9a9a9;
    color: #fff;
    text-align: center;
}

.a2-dashboard .line-data .item .title .t-label {
    text-align: right;
    position: absolute;
    right: 75px;
    top: 0;
    line-height: 30px;
}

.a2-dashboard .line-data .item .e-line {
    width: 100%;
    height: 80px;
}
.h5 {
    font-size:10px;
}

.a2-dashboard .sales-search .item .laydate-input {
    font-size: 14px;
    line-height: 18px;
}
.a2-dashboard .sales-search .item button[disabled] {
    background-color: #999 !important;
}
body {
}


/* 日程控件中的样式 */

.schedule-state-s000 {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF;
}

.schedule-state-s001 {
    /*绿色*/
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}

.schedule-state-s002 {
    /*蓝色*/
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
}

.schedule-state-s003 {
    /*黄色*/
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}

.schedule-state-s004 {
    /*红色*/
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}

.schedule-state-s005 {
    /*浅绿色*/
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #FFFFFF;
}

.schedule-state-s006 {
    /*浅蓝色*/
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #FFFFFF;
}

.schedule-state-s007 {
    /*浅黄的*/
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #FFFFFF;
}

.schedule-state-s008 {
    /*粉红*/
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #FFFFFF;
}

.fc-content .fc-title {
    white-space: normal;
    width: 80%;
    padding-left: 16px;
    display: inline-block;
}

.schedule-store .fc-content .fc-title {
    background-image: url(/images/man.png);
    background-repeat: no-repeat;
    background-size: 14px;
}

.schedule-dealer .fc-content .fc-title {
    background-image: url(/images/women.png);
    background-repeat: no-repeat;
    background-size: 14px;
}

.snstate-0 .fc-title {
    background-image: url(/images/state3.png);
    background-repeat: no-repeat;
    background-size: 14px;
}
.snstate-1 .fc-title {
    background-image: url(/images/state1.png);
    background-repeat: no-repeat;
    background-size: 14px;
}
.snstate-2 .fc-title {
    background-image: url(/images/state2.png);
    background-repeat: no-repeat;
    background-size: 14px;
}

.fc-content i.delete-btn {
    float: right;
}

.fc-button-group .fc-prev-button, .fc-button-group .fc-next-button {
    font-weight: bold;
    padding: 0 10px;
}

.fc-button-group .fc-next-button {
    margin-left: 10px;
}

.fc-content .fc-time {
    display: none;
}

.fc-body .fc-row .fc-content-skeleton .i-checkbox {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 2px solid #333;
    background-color: #fff;
    cursor: pointer;
}

.fc-body .fc-row .fc-content-skeleton .fc-day-top input {
    opacity: 0;
    position: absolute;
    z-index: 10;
    width: 18px;
    height: 18px;
    margin: 0;
    left: 5px;
    top: 5px;
}

    .fc-body .fc-row .fc-content-skeleton .fc-day-top input:checked ~ .i-checkbox {
        border-color: #1e88e5;
        top: 4px;
    }

        .fc-body .fc-row .fc-content-skeleton .fc-day-top input:checked ~ .i-checkbox::before {
            color: #1e88e5;
            content: "\f00c";
        }

/*.fc-widget-content .fc-day-grid-event {
    opacity: 0.6;
}*/

.login-index {
    overflow:hidden;
    background-color: #eee;
}

    .login-index .login-content {
        width: 30%;
        min-width: 300px;
        max-width: 400px;
        position: absolute;
        top: 53.64%;
        left: 50%;
        transform: translate(-50%,-264px) !important;
    }
    .login-index .login-logo {
        position: relative;
        left: 50%;
        transform: translateX(-50%) scale(1);
        width: 310px;
        height: 90px;
        background-image: url(../../images/temp-logo/sprite-logo.png);
        background-position: 0 -240px;
        background-repeat: no-repeat;
    }
    .login-index .sys-name h1 {
        margin: 30px 0 15px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        letter-spacing: 2px;
        font-weight: 600;
    }

.login-index .float-layer {
    width: 100%;
    /*height: 260px;*/
    background: rgba(238,238,238,.5);
    position:relative;
    padding: 40px 35px 35px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}


.login-index .indexone-bakimg {
    width: 100%;
    height: 50%;
    background: url(../../images/Login/SAF登录_02.jpg) no-repeat top;
    background-size: cover;
    position: relative;
}
.login-index .form-group {
    position: relative;
}

.login-index .loginuser-icon, .login-index .loginpwd-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -6px;
}


.login-index .login-text {
    padding-left: 54px;
    border: 0;
    border-radius: 10px;
    outline: none !important;
}

.login-index .btn-login {
    border: 0;
    height: 40px;
    margin-top: 10px;
    margin-bottom:0;
    border-radius: 8px;
}


.login-index .block {
    width:100%;
    display: block;
}


.login-index .btn-primary {
    background-color: #1ab394 !important;
    border-color: #1ab394;
    color: #FFF;
}

    .login-index .btn-primary:active {
        color: #fff !important;
        background-color: #18a689 !important;
        border-color: #204d74 !important;
    }

    .login-index .btn-primary:visited {
        color: #fff !important;
        background-color: #18a689 !important;
        border-color: #204d74 !important;
    }

    .login-index .btn-primary:hover {
        color: #FEFEFE !important;
        background-color: #18a689 !important;
        text-decoration: none;
    }

button[disabled] {
    cursor: no-drop;
    opacity: .65;
}

    @media screen and (max-width: 420px) {
        .login-index .login-logo {
            transform: translate(-50%,25px) scale(0.7);
        }
    }




.login-one-index .login-bg {
    height: 54%;
    background: url(../../images/Login/SAF登录_02.jpg) no-repeat top;
    background-size: cover;
    position: relative;
}
.login-one-index .btn-login,
.login-one-index .btn-primary:active,
.login-one-index .btn-primary:visited,
.login-one-index .btn-primary:hover {
    color: #fff;
    border-color: #375CC7 !important;
    background-color: #375CC7 !important;
    background: url(../../images/Login/SAF登录_02.jpg) no-repeat top;
}

.login-two-index .login-bg {
    height: 54%;
    background: url(../../images/Login/SAF登录_01.jpg) no-repeat top;
    background-size: cover;
    position: relative;
}
.login-two-index .btn-login,
.login-two-index .btn-primary:active,
.login-two-index .btn-primary:visited,
.login-two-index .btn-primary:hover {
    color: #fff;
    border-color: #44b49c !important;
    background-color: #44b49c !important;
}

/**记住密码*/

.login-one-index .save-pwd .save-icon {
    border: 1px solid #3FAAD8;
}

.login-one-index .save-pwd .is-save-pwd .save-icon {
    background-color: #3FAAD8;
}

.login-two-index .save-pwd .save-icon {
    border: 1px solid #44b49c;
}

.login-two-index .save-pwd .is-save-pwd .save-icon {
    background-color: #44b49c;
}



.print-content div {
    box-sizing: border-box;
}
.active-print-box {
    padding-top: 40px;
}
.print-content p {
    margin: 0;
}

.text-left {
    text-align: left !important;
}

.p-content .btn-group {
    padding: 10px;
    text-align: right;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 31px;
    right: 20px;
    width: 95%;
}
    .p-content .btn-group .p-btn {
        height: 24px;
        margin: 0 3px;
        padding: 0 16px;
        border: 1px solid #1e88e5;
        border-radius: 24px !important;
        color: #1e88e5;
        background-color: #fff;
        outline: none;
    }
        .p-content .btn-group .p-btn:active, .p-content .btn-group .p-btn:hover {
            color: #fff;
            background-color: #1e88e5;
        }

        .print-content {
            width: 750px;
            /*height: 1086px;*/
            margin: 0 auto;
            padding: 15px 0;
            font-size: 14px;
            font-family: "宋体";
            color: #000;
            page-break-after: always;
        }

.p-theme {
    position: relative;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    /*background-color: #5B0456;*/
    border: 2px solid #000;
}

    .p-theme .bar-code {
        height: 32px;
        position: absolute;
        left: 0;
        top: 2px;
        background-color: #fff;
        z-index: 1;
    }

    .p-theme .t {
        position: relative;
        z-index: 10;
    }

.p-title1 {
    height: 36px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #000;
    border-top: 0;
}

.p-info1 table {
    width: 100%;
    border: 2px solid #000;
    border-top: 0;
    border-collapse: collapse;
}

    .p-info1 table tbody tr {
        padding: 1px 0;
    }

    .p-info1 table tbody td {
        line-height: 20px;
        text-align: left;
        padding-left:5px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        /*border-right: 1px dotted #000;
            border-bottom: 1px dotted #000;*/
    }
        .p-info1 table tbody td.num{
            text-align:center;
        }

        .p-info1 table tbody td:last-child {
            border-right: 0;
        }

    .p-info1 table tbody tr:last-child td {
        border-bottom: 0;
    }


.p-info1 .p-title2 {
    height: 36px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #000;
    border-top: 0;
}

.p-info1 table tbody td.img-td {
    padding:2px; 
}
    .p-info1 table tbody td.img-td div {
        /*height:100px;*/
        min-width: 740px;
    }

    .p-info1 table tbody td.img-td img {
        /*height: 350px;*/
        width:370px;
        margin: 0 auto;
    }

.p-info1 .photo-table td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

/*@media print {
    .p-info1 .p-title-sign {
        border-top: 2px solid #000;
    }
}*/

.print-modal .modal-content{
    overflow:auto;
}