@charset "UTF-8";
.cost-center {
    margin-top: 16px;
    border: solid 1px #ccd6e0;
}
.cost-center-but-block {
    display: block;
    margin-left: 94px;
    margin-top: 10px;
}
.cost-center-balance {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: dashed 1px #bcbcbc;
}
.cost-center-balance-title {
    display: inline-block;
    width: 94px;
    text-align: right;
}
.cost-center-left-title {
    display: inline-block;
    width: 94px;
    text-align: right;
}
.cost-center-text-muted {
    color: #999 !important;
}
.cost-center-balance > a,
.cost-center-content > a,
.cost-center-item-title-subtitle > a,
.cost-center-payment-content > a,
.cost-center-export > a {
    font-size: 12px;
    color: #06C;
    cursor: pointer;
}
.cost-center-balance > .cost-center-after:after {
    content: '|';
    padding-left: 10px;
    padding-right: 10px;
}
.cost-center-balance-layout {
    margin-bottom: 10px;
    padding: 10px 0 20px 24px;
    border-bottom: 1px dashed rgb(188, 188, 188);
}
.on-off-handle {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 50px;
    height: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 20px #8c8c8c;
    -moz-box-shadow: inset 0 0 20px #8c8c8c;
    box-shadow: inset 0 0 20px #8c8c8c;
}
.on-off-btn {
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: #F5F6FA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius:50%;
    -webkit-box-shadow: 0 0 3px #161616;
    -moz-box-shadow: 0 0 3px #161616;
    box-shadow: 0 0 3px #161616;
    cursor: pointer;
    z-index: 1;
}
.cost-center-item {
    border-left: solid 1px #ccd6e0;
    border-bottom: solid 1px #ccd6e0;
    border-right: solid 1px #ccd6e0;
    border-top-width: 0;
    padding: 20px 20px;
    height: 80px;
}
.cost-center-item-title {
    font-size: 18px;
    line-height: 18px;
}
.cost-center-item-title-1 {
    font-size: 14px;
    line-height: 24px;
    margin-left: -4px;
    font-weight: bold;
}
.cost-center-item-title-subtitle {
    display: block;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
}
.cost-center-number {
    font-size: 13px;
}
.cost-center-content {
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
}
.cost-center-payment {
    padding-top: 25px;
    padding-bottom: 25px;
}
.cost-center-payment-content {
    margin-top: 5px;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}
.cost-center-payment-text-danger {
    color: #F00 !important;
}
.cost-center-detail-tabs,.cost-center-consume {
    margin-top: 16px;
}
.nav-tabs {
    border-color: #ddd;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-top: 2px solid #096cb5;
    /*border-left: 0;
    border-right: 0;*/
    border-bottom:0px solid #FFF;
    color: #096cb5;
}
.cost-center-margin-top-1 .form-control {
    display: inline-block;
    width: auto;
}
.cost-center-export > a {
    display: inline-block;
    margin-top: 7px;
}
.cur-table .table {
    margin-bottom: 0;
}
/* 消费记录 */
.cost-center-consume {
}
.cost-center-consume-border {
    border: 1px solid #E1E6EB;
}

/* 查询表单 */
.tab-layout {
    width: 100%;
}
.tab-layout .form-group {
    display: inline-block;
    margin: 4px 8px 4px 0;
}
.tab-layout .form-group > label {
    font-weight: normal;
}
.tab-layout .form-group .form-control {
    font-size: 12px;
    font-weight: normal;
}
.tab-date-query {
    width: auto;
}
.tab-date-query > input {
    width: 70px!important;
}
/* 消息提醒管理 */
.table-border {
    background: #fff;
    font-size: 12px;
    margin-top: 8px;
    border: 1px solid #e1e6eb;
    margin-bottom: -1px;
}
.table-border thead tr th {
    background-color: #fff;
}
.mes-admin-margin {
    margin-bottom: 0;
}
.mes-admin-title {
    position: relative;
    padding-left: 16px;
    margin-bottom: -1px;
    display: table;
    width: 100%;
    z-index: 1;
    height: 40px;
    border: 1px solid #E1E6EB;
    border-left: 3px solid #778;
    background-color: #F4F5F9;
}
.mes-admin-title h5 {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mes-admin-title-panel-operations {
    line-height: 40px;
    float: right;
}
.mes-admin-title-panel-btn {
    display: inline-block;
    border-left: 1px solid #e1e6eb;
    width: 40px;
    text-align: center;
    cursor: pointer;
}
.mes-admin-title-panel-btn > span {
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-bottom;
}
.cost-center-address {
    border: 1px solid #ddd;
    width: 550px;
    margin-top: 30px;
}
.cautiontest {
    color: #666;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.getbutton {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}



/* 重定义-自定义 */
.btn {
    font-size: 12px;
   /* border-radius: 0;*/
    padding: 8px 16px;
    height: 32px;
    line-height: 14px;
}
.btn-default {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}
/*.nav-tabs > li {
    margin-left: -1px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1;
}
.nav-tabs>li.active {
    border-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 3;
}*/
.nav-tabs > li > a {
    border-radius: 0;
}
.pagination {
    margin: 0!important;
}
.cost-center-but {
    color: #fff!important;
    border: 1px solid #09c;
    background-color: #09c;
}
.cost-center-12 {
    font-size: 12px !important;
}
.cost-center-14 {
    font-size: 14px !important;
}
.cost-center-16 {
    font-size: 16px !important;
}
.cost-center-18 {
    font-size: 18px !important;
}
.sa-text-color-1 {
    color: #f58300;
}
.sa-text-color-2 {
    color: #06C;
}
.cost-center-margin-lf {
    margin-left: 16px;
    margin-right: 16px;
}
.cost-center-margin-left {
    margin-left: 8px !important;
}
.cost-center-margin-left-2 {
    margin-left: 16px !important;
}
.cost-center-pad-1 {
    padding-top: 6px;
}
.cost-center-pad-2 {
    padding-top: 10px;
}
.cost-center-pad-bot {
    padding-bottom: 10px;
}
.cost-center-margin-top-1 {
    margin-top: 10px !important;
}
.cost-center-margin-top-2 {
    margin-top: 20px !important;
}
.cost-center-margin-top-3 {
    margin-top: 24px !important;
}
.cost-center-display-1 {
    display: inline-block;
}
.mes-admin-w20 {
    width: 20%;
}
.mes-admin-w40 {
    width: 40%;
}
.mes-admin-w10 {
    width: 10%;
}

/* 支付icon */
.bank{
    display: inline-block;
    overflow: hidden;
    //text-indent: -9999px;
    text-align: center;
    border: 1px solid #ddd;
    width: 230px;
    height: 45px
}
.bank > span {
    font-size: 14px;
    font-weight: bold;
}
.bank-abchina-enterprise, .bank-abchina, .bank-alipay, .bank-wzcb, .bank-bankcomm, .bank-bankofbeijing, .bank-bankofshanghai, .bank-bjrcb, .bank-boc-enterprise, .bank-boc, .bank-ccb-enterprise, .bank-ccb, .bank-cgbchina, .bank-cib, .bank-cmbc, .bank-cmbchina-enterprise, .bank-cmbchina, .bank-ecitic, .bank-fudian-bank, .bank-hccb, .bank-icbc-enterprise, .bank-icbc, .bank-nbcb, .bank-pingan, .bank-psbc, .bank-spdb-enterprise, .bank-spdb, .bank-srcb {
    display: inline-block;
    background: url("../../images/banks.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    border: 1px solid #ddd;
}
.bank-abchina-enterprise {
    background-position: -0px -0px;
    width: 190px;
    height: 35px
}

.bank-abchina {
    background-position: -190px -0px;
    width: 190px;
    height: 35px
}

.bank-alipay {
    background-position: -380px -0px;
    width: 190px;
    height: 35px
}

.bank-wzcb {
    background-position: -570px -0px;
    width: 190px;
    height: 35px
}

.bank-bankcomm {
    background-position: -760px -0px;
    width: 190px;
    height: 35px
}

.bank-bankofbeijing {
    background-position: -0px -35px;
    width: 190px;
    height: 35px
}

.bank-bankofshanghai {
    background-position: -190px -35px;
    width: 190px;
    height: 35px
}

.bank-bjrcb {
    background-position: -380px -35px;
    width: 190px;
    height: 35px
}

.bank-boc-enterprise {
    background-position: -570px -35px;
    width: 190px;
    height: 35px
}

.bank-boc {
    background-position: -760px -35px;
    width: 190px;
    height: 35px
}

.bank-ccb-enterprise {
    background-position: -0px -70px;
    width: 190px;
    height: 35px
}

.bank-ccb {
    background-position: -190px -70px;
    width: 190px;
    height: 35px
}

.bank-cgbchina {
    background-position: -380px -70px;
    width: 190px;
    height: 35px
}

.bank-cib {
    background-position: -570px -70px;
    width: 190px;
    height: 35px
}

.bank-cmbc {
    background-position: -760px -70px;
    width: 190px;
    height: 35px
}

.bank-cmbchina-enterprise {
    background-position: -0px -105px;
    width: 190px;
    height: 35px
}

.bank-cmbchina {
    background-position: -190px -105px;
    width: 190px;
    height: 35px
}

.bank-ecitic {
    background-position: -380px -105px;
    width: 190px;
    height: 35px
}

.bank-fudian-bank {
    background-position: -570px -105px;
    width: 190px;
    height: 35px
}

.bank-hccb {
    background-position: -760px -105px;
    width: 190px;
    height: 35px
}

.bank-icbc-enterprise {
    background-position: -0px -140px;
    width: 190px;
    height: 35px
}

.bank-icbc {
    background-position: -190px -140px;
    width: 190px;
    height: 35px
}

.bank-nbcb {
    background-position: -380px -140px;
    width: 190px;
    height: 35px
}

.bank-pingan {
    background-position: -570px -140px;
    width: 190px;
    height: 35px
}

.bank-psbc {
    background-position: -760px -140px;
    width: 190px;
    height: 35px
}

.bank-spdb-enterprise {
    background-position: -0px -175px;
    width: 190px;
    height: 35px
}

.bank-spdb {
    background-position: -190px -175px;
    width: 190px;
    height: 35px
}

.bank-srcb {
    background-position: -380px -175px;
    width: 190px;
    height: 35px
}

.rechargeMoneyLabel {
    float: left;
    width: 84px
}

.rechargeOfflineLabel {
    float: left;
    width: 84px
}
.recharge input[type="radio"] {
    height: 32px
}
.radio-inline {
    margin-right: 10px
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-left: 0
}
