@charset "utf-8";body {background-color:#fff;}
/*覆盖, by yd */
.bootstrap-table table th{vertical-align: middle!important;}

.default-button {margin:20px 0;}
.default-button > button {height:29px;}
th {text-align:center;}
.errormsg {border: 1px solid #FF0000;}
#finan_charge_table tbody,#finan_orders_table tbody{text-align: center;}

.form-group {margin-bottom:0;}
.form-group .control-label {line-height:34px;}
.form-title-laber .control-label {padding-top:7px;}

.page-header {margin-top:0;padding-left:0;}

 .page-header a {display:inline-block;color:#005b9e;background-color:#fff;height:26px;line-height:26px;width:26px;text-align:center;margin-right:5px;border-radius:5px;}
 .page-header a:link {display:inline-block;color:#151515;background-color:#fff;height:26px;line-height:26px;width:26px;text-align:center;margin-right:5px;border-radius:5px;}
 .page-header a:hover {color:#fff;background-color:#0068b7;}
 .page-header span {color:#9c9c9c;font-weight:100;padding:0 3px;}

/*订单列表页*/
.bk-button {color:#151515;background-color:transparent;border:none;}
.bk-button:visited {color:#fff;background-color:#ff8a00;}
.bk-button:hover {color:#fff;background-color:#ffa133;}
.bk-button:active {color:#fff;background-color:#f28333;}
.bk-selected {color:#fff;background-color:#ff8a00;}

.bk-link {color:#151515;background-color:transparent;border:none; padding: 1px 6px;}
.bk-link:visited {color:#151515;}
.bk-link:hover {color:#ffa133;}
.bk-link:active {color:#f28333;}

.ucenter {background-color:#fff;}
.ucenter .pagination-detail {margin-top:10px;}
.ucenter .dropdown-menu {background-color:#fff;}

/* 订单详情页 */
.item_detail p{margin-top:5px;}
.item_detail .item_label{float:left;}
.item_detail .item_desc{display:inline-block;}

/* 充值列表页 */
#input-area {height:37px;margin-left:5px;}
#dateTimeRange {height:36px;width:200px;}
.daterangepicker {color:#151515;}
.datetimepicker {background-color:#fff;color:#151515;}

/** 充值页 **/
.charge-create .col-md-2{padding-left:0}
.charge-create .submitbtn{width:100px;padding: .5rem .75rem;line-height: 1.25;}

/** 列表页控制样式 */
.opera-split{color: #CCC; font-weight: normal; margin: 0px 4px;}
.opera-split:last-child, role:last-child .opera-split{display:none;}

/** 子账号管理 */
/*权限组管理*/
#user_group_table tr th,#user_group_table tr td,#sub_user_table tr th,#sub_user_table tr td{text-align: center}
.search input{margin:10px 0;width:250px}
div[role=search_fields] input#dateRange{border-radius:4px}
.search input:focus{width:80%}
.search .form-control{height:26px;border-radius:30px;padding:0 8px}
.search .btn-search{position:absolute;color:#151515;right:5px;top:10px;height:30px;padding-top:3px;border:none;background:0 0;border-radius:0 30px 30px 0}
.search .btn.active.focus,.search .btn.active:focus,.search .btn.focus,.search .btn:active.focus,.search .btn:active:focus,.search .btn:focus{outline:0}
#edit_change{margin: auto}
#edit_change,#edit_change:visited {color:#fff;background-color:#0068b7;border:none;outline: none}
#edit_change:hover {color:#fff;background-color:#0068b7;border:none;outline: none}
#edit_change:active {color:#fff;background-color:#0068b7;border:none;outline: none}
.select2-drop-mask,.select2-drop{z-index: 9999!important;}
.select2-container.select2-container-multi.form-control {height: auto !important; width: 100% !important  }
/*权限*/
.listbox{width:100%; border:1px solid #ccc; overflow: hidden; margin-bottom:5px;}
.listleft{float: left;border-right:1px solid #ccc;width:200px;padding:5px 10px;}
.listright{float: left;width:auto;padding:5px 10px;}
.panel-left-column{width:100%; padding: 5px;float: left;font-size: 16px;color:#1767b1;}
.panel-first-column{display: inline-block;width:100%;border:1px solid #cfd9e4;border-radius: 5px;}
.first-sub{float: left;width:100%;border-bottom:1px solid #cfd9e4;}
.first-sub:last-child{border-bottom: 0px;}
.first-cell{display: inline-block;width:15%;padding: 5px;float: left; height:100%;color:#1767b1;}
.panel-second-column{display: inline-block;width:85%;float: left;border-left:1px solid #cfd9e4;}
.second-sub{ border-bottom:1px solid #cfd9e4;float: left; width:100%;}
.second-sub:last-child{border-bottom: 0px}
.second-cell{display: inline-block;width:20%;padding:5px;float: left;}
.panel-third-column{display: inline-block;width:80%;border-left:1px solid #cfd9e4;float: left;}
.third-sub{display: inline-block;width:20%;}
.third-cell{padding: 5px;}
/*账号*/
#edit_user_info{margin: auto}
.tip{color: #ff0000;text-align: right}

.triangle {position: relative;border: 2px solid #f1f1f1;background-color: #f1f1f1;border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;-o-border-radius: 8px;-webkit-border-radius: 8px;}
.triangle::before, .triangle::after {display: inline-block;content: "";position: absolute;border: 10px solid transparent;}
.triangle::before {left: 10px;top: -20px;border-bottom-color: #f1f1f1;}
.triangle::after {left: 10px;top: -17px;border-bottom-color: #f1f1f1;}
