/*table css overwrite*/
.breadcrumb {border:0;background-color:inherit;margin-bottom:0;font-size:22px;font-weight:500;}/*兼容CDN、云短信*/
.breadcrumb a{vertical-align:middle;}
.line {border-bottom:thin solid #e1e4e6;margin:10px 0;}
.breadcrumb-line{border-bottom:1px solid #ccc;}

/*覆盖boostrap.min.css样式  ysq.*/
/*.navbar-nav > li > a {line-height:62px;}*/
.tips {float:left;width:100%;margin:40px auto;text-align:center;}
.tips span {font-size:20px;}
.products-container {width:1360px;margin:0 auto;}
.products {float:left;border:1px solid #d2d2d2;color:#d2d2d2;padding:25px;box-shadow:0 0.5px 10px #d2d2d2;}
.products .products-item,.products .products-item .products-item-left,.products .products-item .products-item-right {float:left;}
.products .products-item .products-item-left .products-image,.products .products-item .products-item-left .products-image img {float:left;width:250px;}
.products .products-item .products-item-right {width:330px;padding:30px 20px;}
.products .products-item .products-item-right .products-name,.products .products-item .products-tips,.products .products-item .products-action {text-align:right;display:inline-block;word-break:break-all;word-wrap:break-word;width:100%;color:#000000;}
.products .products-item .products-item-right .products-name {font-size:24px;font-weight:bold;}
.products .products-item .products-tips {font-size:16px;}
.products .products-item .products-action a {text-decoration:none;border:2px solid #0068b7;color:#0068b7;border-radius:25px;-moz-border-radius:25px;font-size:12px;padding:5px 15px;}
.products .products-item .products-action a:hover {color:#FFFFFF;background:#0068b7 !important;}
.products .split {float:left;margin:0 60px;border:1px solid #d2d2d2;}
.products .height-216 {height:216px;}

@media screen and (max-width:1366px) {
    .products-container {width:1120px;margin:0 auto;}
    .products .split {margin:0 45px;}
    .products .height-216 {height:190px;}
    .products .products-item .products-item-left .products-image,.products .products-item .products-item-left .products-image img {width:220px;}
    .products .products-item .products-item-right {width:260px;padding:30px 0;}
    .products .products-item .products-tips {font-size:14px;}
}
.btn.btn-white {font-weight:400;color:#333;background:#fff;border-color:#e2e7eb}
.btn.btn-white.btn-white-without-border {border-color:#fff}
.btn.btn-white.btn-white-without-border.active,.btn.btn-white.btn-white-without-border.active:focus,.btn.btn-white.btn-white-without-border.active:hover {border-color:#ddd}
.btn.btn-white.btn-white-without-border:focus,.btn.btn-white.btn-white-without-border:hover {border-color:#eee}
.btn-white.active,.btn-white:active,.btn-white:focus,.btn-white:hover,.open .dropdown-toggle.btn-white {background:#e2e7eb;border-color:#d8dde1}

/**改写bootstrap-table, by yd.*/
.bstable-shell .btn-inner {padding:6px 24px;border-radius:0;}
.bstable-shell .bootstrap-table .table > thead > tr > th {font-size:12px;color:#555d83;border-left:none;vertical-align: middle}
.bstable-shell .bootstrap-table .dropdown-menu {font-size:12px;}
.bstable-shell .fixed-table-container thead th .th-inner{overflow:visible;}
.bstable-shell .fixed-table-container tbody td { height: 42px;}
.bstable-shell .fixed-table-container .table > tbody > tr > td {border-left:none;}
.bstable-shell .fixed-table-container .no-records-found {height:100px;}
.bstable-shell .fixed-table-footer, 
.bstable-shell .fixed-table-footer th{border-top:none;}
.bstable-shell .fixed-table-pagination{padding:0 12px;}
.bstable-shell .fixed-table-pagination .btn {padding:2px 8px; font-size:12px;}
.bstable-shell .fixed-table-pagination .dropdown-menu {background-color: #fff; font-size:12px;}
.bstable-shell .fixed-table-pagination .dropdown-menu > .active > a {/*backgroundcolor:#fafafa;*/color:#151515}
.bstable-shell .pagination > .active > a,
.bstable-shell .pagination > .active > a:focus,
.bstable-shell .pagination > .active > a:hover{background-color: #20a8d8; border-color: #20a8d8;}

.bstable-shell .dropdown-cell{position:relative; display:inline-block; vertical-align:middle;}
.bstable-shell .dropdown-menu{padding:5px 0;}
.bstable-shell .dropdown-menu > li:hover > a {background-color:#dce4ed;color:#151515}

.bstable-shell a, .bstable-shell .bk-link{color: #20a8d8;}

/** 这两个是为了下拉列表，和固定高度的table 冲突，by yd..以后再想办法 **/
.bstable-shell .fixed-table-header{overflow:visible;}
.bstable-shell .fixed-table-body{overflow-x:visible; overflow-y:visible; height:auto;}

.select2-results .select2-disabled{
    background: rgba(160, 245, 183, 0.09);
    color: rgba(51, 68, 62, 0.32) !important ;
}

.select2-disabled .select2-result-label{
    cursor:not-allowed!important;
}