@charset "utf-8";

ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* 竖直、水平居中 */
.mobile .middle{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mobile .middle>.middle-m{
    display: table-cell;
    vertical-align: middle;
}
input[type="button"]{
    outline-color:transparent !important
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.h10{
    height: 10px;
    width: 100%;
}

.customize-1, .customize-2, .customize-3, .customize-4, .customize-5, .customize-6, .customize-7, .customize-8, .customize-9, .customize-10, .customize-11, .customize-12{
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0;
}
.customize-1{
    width: 8.333333333%
}
.customize-2{
    width: 16.66666666%
}
.customize-3{
    width: 25%
}
.customize-4{
    width: 33.33333333%
}
.customize-5{
    width: 41.66666666%
}
.customize-6{
    width: 50%
}
.customize-7{
    width: 58.33333333%
}
.customize-8{
    width: 66.66666666%
}
.customize-9{
    width: 75%
}
.customize-10{
    width: 83.33333333%
}
.customize-11{
    width: 91.66666666%
}
.customize-12{
    width: 100%
}

.page-content{
    width: 100%;
}

.nav-list>li>a span.icon{
    width: 32px;
    height: 32px;
    display: inline-block;
}
.nav-list>li>a span.icon > img{
    width: 100%;
    height: 100%;
}
.dropdown-menu.dropdown-close.pull-right{
    right: 10px;
}
.navbar .navbar-header{
    line-height: 44px;
}
.navbar .navbar-header .item{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.navbar .navbar-header .item:last-child{
    margin-right: 0;
}
.navbar .navbar-header .item a{
    text-decoration: none;
}
.navbar .navbar-header .item a.disabled{
    cursor: auto;
}
.navbar .navbar-header .item .fa{
    font-size: 24px;
    vertical-align: middle;
}
.navbar .navbar-header .item .notification-count{
    display: inline-block;
    padding: 0 4px;
    line-height: initial;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 70%;
    background-color: red;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
}

.common-list a{
    text-decoration: none;
}
.common-list .mod-toolbar-top{
    padding: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}
.common-list .head-lable{
    float: left;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.common-list .ui-tab-select{
    float: left;
    display: inline;
    margin-left: 10px;
    position: relative;
}
.common-list .searchbox {
    float: left;
    font-size: 14px;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}
.common-list .searchbox li {
    float: left;
    margin-right: 10px;
}
#matchCon {
    width: 200px;
    height: 32px;
}
.common-list .searchbox li select{
    height: 32px;
}
.common-list .searchbox li .btn{
    
}
.common-list .searchbox.more-filter{
    position: absolute;
    top: 108%;
    z-index: 100;
    background-color: #fff;
    /* margin-top: 10px; */
    /* clear: both; */
    /*height: 200px;*/
    width: 800px;
    padding: 10px;
    border: 1px solid #dadada;
}
.common-list .searchbox.more-filter li{
    clear: both;
    width: 100%;
    line-height: 30px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
}
.common-list .searchbox.more-filter li:last-child{
    border: none;
    margin-bottom: 0;
}
.common-list .searchbox.more-filter li .t-label{
    display: inline-block;
    width: 80px;
    font-weight: bold;
}
.common-list .searchbox.more-filter li label{
    margin-right: 20px;
    margin-bottom: 0;
}
.common-list .searchbox.more-filter li label:last-child{
    margin-right: 0;
}
.common-list .searchbox.more-filter li .data-box{
    display: inline-block;
    position: relative;
}
.common-list .searchbox.more-filter li .date-picker{
    width: 150px;
    height: auto;
    background: none;
    padding-right: 30px;
}
.common-list .searchbox.more-filter li .data-box .icon{
    position: absolute;
    right: 0;
    top: 5px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}
.common-list .searchbox.more-filter li #btn-submit-filter-form{
    display: inline-block;
    height: 100%;
    float: right;
    padding: 2px 16px;
    border: 1px solid #3279a0;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    background: #337fa9;
    background: -moz-linear-gradient(top, #4994be, #337fa9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4994be), to(#337fa9));
    background: -o-linear-gradient(top, #4994be, #337fa9);
    background: -ms-linear-gradient(top, #4994be 0, #337fa9 100%);
    background: linear-gradient(top, #4994be, #337fa9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4994be', endColorstr='#337fa9');
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.22);
}
.common-list .mrb {
    margin-right: 10px;
}
.common-list .ui-input-ph {
    color: #aaa;
}
.common-list .ui-input {
    padding: 6px 5px;
    width: 100px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #ddd;
    color: #555;
    vertical-align: middle;
    outline: 0;
}
.common-list .ui-btn {
    display: inline-block;
    padding: 2px 13px;
    height: 32px;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #f4f4f4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f4f4f4));
    background: -o-linear-gradient(top, #fff, #f4f4f4);
    background: -ms-linear-gradient(top, #fff 0, #f4f4f4 100%);
    background: linear-gradient(top, #fff, #f4f4f4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
    font: 14px/2 \5b8b\4f53;
    color: #555;
    vertical-align: middle;
    cursor: pointer;
}
.common-list .ui-btn:hover{
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
    background: #f4f4f4;
    color: #555;
}
.common-list .ui-btn-sp:hover {
    background: #3286b4;
    color: #fff;
}
.common-list .ui-btn-sp {
    padding: 2px 16px;
    border: 1px solid #3279a0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    background: #337fa9;
    background: -moz-linear-gradient(top, #4994be, #337fa9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4994be), to(#337fa9));
    background: -o-linear-gradient(top, #4994be, #337fa9);
    background: -ms-linear-gradient(top, #4994be 0, #337fa9 100%);
    background: linear-gradient(top, #4994be, #337fa9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4994be', endColorstr='#337fa9');
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.22);
}
.common-list .table-wrap table{
    width: 100%;
    border: 1px solid #bbb;
}
.common-list .table-wrap table tr{
    height: 30px;
    background-color: #fff;
}
.common-list .table-wrap table thead tr, .common-list .table-wrap table tr:nth-child(even){
    background-color: rgba(244, 244, 244, 0.8);
}
.common-list .table-wrap table tr th{
    text-align: center;
}
.common-list .table-wrap table tr{
    border-bottom: 1px solid #bbb;
}
.common-list .table-wrap table tr th, .common-list .table-wrap table tr td{
    border-right: 1px solid #bbb;
    position: relative;
}
.common-list .btn-box{
    padding: 10px 0;
}
.common-list .table-wrap table .action-btn.active {
    background-color: #78cd51;
}
.common-list .table-wrap table .action-btn {
    background-color: #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: 3px 16px;
    border: 0;
    text-shadow: none;
    font-size: 14px;
}
.common-list .table-wrap table td .icon{
    width: 15px;
    margin: 0 4px;
    font-size: 16px;
}
.common-list .nav-div .nav-tabs li{
    width: 25%;
    margin: 0;
}
.common-list .nav-div .nav-tabs li a, .common-list .nav-div .nav-tabs li a:hover{
    margin: 0;
    text-align: center;
}
.common-list .table-wrap ul.base-form{
    max-width: 970px;
    margin: 0;
    padding: 20px;
    list-style: none;
    display: inline-block;
}
.common-list .table-wrap ul.base-form .row-item{
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    padding: 0;
}
.common-list .table-wrap ul.base-form .row-item .t-label {
    float: left;
    width: 80px;
}
.common-list .table-wrap ul.base-form .row-item label{
    margin: 0;
}
.common-list .table-wrap ul.base-form .row-item input[type=text],.common-list .table-wrap ul.base-form .row-item input[type=password], .common-list .table-wrap ul.base-form .row-item select{
    display: inline-block;
    width: 200px;
    height: 30px;
}
.common-list .table-wrap ul.base-form .row-item select{
    padding: 3px 4px 4px;
}
.common-list .table-wrap ul.base-form li.row-item input[name=sex]{
    margin: 0 10px;
    vertical-align: middle;
}
.common-list .table-wrap ul.base-form li.row-item>input[type=checkbox] {
    margin-right: 4px;
    margin-top: 8px;
}
.common-list .table-wrap ul.base-form li.row-item:not(.check) .t-label{
    padding-left: 16px;
    width: 96px;
}
.common-list .table-wrap ul.base-form .input-group-addon {
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 6px 12px;
}
.common-list .table-wrap ul.base-form .remark-box{
    padding: 0 15px;
}
.common-list .table-wrap ul.base-form .remark-box textarea {
    width: 100%;
    height: 100px;
    resize: none;
    margin-top: 10px;
    padding: 5px 10px;
}
.customer-detail .grid-wrap{
    background-color: #fff;
}
.common-list .table-wrap .form-horizontal tr{
    background-color: #fff!important;
    border: none;
}
.common-list .table-wrap .form-horizontal tr td{
    border: none;
}
.common-list .table-wrap .btn-wrap a{
    cursor: pointer;
    margin-right: 8px;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 2px;
}
.common-list td{
    position: relative;
}
.common-list td .remind-point{
    position: absolute;
    left: 94%;
    /*top: -2px;*/
    height: 0.7em;
    width: 0.7em;
    background-color: #f00;
    border-radius: 100%;
}
a:last-child{
    margin-right: 0;
}
a.gray-info{
    background-color: #b1b1b1;
    color: #fff;
}
a.gray-info:hover{
    background-color: #a5a5a5;
}
a.green-info{
    background-color: #54bb41;
    color: #fff;
}
a.green-info:hover{
    background-color: #5ac746;
}
a.orange-info{
    background-color: #ffa500;
    color: #fff;
}
a.orange-info:hover{
    background-color: #e09202;
}
a.red-info{
    background-color: #ff4e4e;
    color: #fff;
}
a.red-info:hover{
    background-color: #fb1010;
}

.modal-body ul {
    list-style: none;
}
#myModal_add_customer .con-body .base-form, #myModal_update_customer .con-body .base-form{
    margin: 0 10px;
    font-size: 14px;
}
#myModal_add_customer .con-body .base-form li.row-item, #myModal_update_customer .con-body .base-form li.row-item{
    width: 50%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
#myModal_add_customer .con-body .base-form li.row-item:not(.check), #myModal_update_customer .con-body .base-form li.row-item:not(.check){
    padding-left: 16px;
    position: relative;
}
#myModal_add_customer .con-body .base-form li.row-item .btn-default, #myModal_update_customer .con-body .base-form li.row-item .btn-default, .common-customer .table-wrap ul.base-form .row-item .btn-default{
    background-color: #fff!important;
    border: 1px solid #ccc;
    color: #000!important;
    padding: 4px 12px;
}
#myModal_add_customer .con-body .base-form li.row-item .btn, #myModal_update_customer .con-body .base-form li.row-item .btn, .common-customer .table-wrap ul.base-form .row-item .btn{
    text-shadow: none!important;
}
#myModal_add_customer .con-body .base-form li.row-item .btn-group, #myModal_update_customer .con-body .base-form li.row-item .btn-group, .common-customer .table-wrap ul.base-form .row-item .btn-group {
    width: 515px;
    float: left;
}
#myModal_add_customer .con-body .base-form li.row-item:nth-child(2n+1), #myModal_update_customer .con-body .base-form li.row-item:nth-child(2n+1){
    clear: both;
}
#myModal_add_customer .con-body .base-form li.row-item>input[type=checkbox], #myModal_update_customer .con-body .base-form li.row-item>input[type=checkbox]{
    margin-right: 4px;
}
#myModal_add_customer .con-body .base-form li.row-item .error, #myModal_update_customer .con-body .base-form li.row-item .error{
    display: none;
    clear: both;
    color:red;
    margin-left: 80px;
}
#myModal_add_customer .base-form .row-item .t-label, #myModal_update_customer .base-form .row-item .t-label{
    float: left;
    width: 80px;
}
#myModal_add_customer .base-form .row-item input[type=text], #myModal_add_customer .base-form .row-item input[type=password], #myModal_add_customer .base-form .row-item select, #myModal_update_customer .base-form .row-item input[type=text], #myModal_update_customer .base-form .row-item input[type=password], #myModal_update_customer .base-form .row-item select {
    width: 200px;
}
#myModal_add_customer .con-body .base-form li.row-item>input[name=sex], #myModal_update_customer .con-body .base-form li.row-item>input[name=sex]{
    margin: 0 10px;
}
#myModal_add_customer .input-group-addon, #myModal_update_customer .input-group-addon{
    width: auto;
    position: absolute;
    right: 20px;
    top: 0;
    padding: 5px 12px;
}
#myModal_add_customer .remark-box, #myModal_update_customer .remark-box{
    clear: both;
    width: 100%;
    padding: 0 15px;
}
#myModal_add_customer .remark-box textarea, #myModal_update_customer .remark-box textarea{
    width: 100%;
    height: 100px;
    resize: none;
    margin-top: 10px;
}



























