.background_box {
    background: linear-gradient(rgba(200, 200, 200, 0.1), rgba(0, 0, 0, 0.4));
}

/* header 头部 start ***************************************************/
.header_mobile,
.header {
    background: linear-gradient(rgba(200, 200, 200, 0.1), rgba(0, 0, 0, 0.3));
}

.admin_info p {
    color: black;
}

.card-header {
    border-image: linear-gradient(to right, #245269, #245269, transparent, transparent) 1;
}

.card-header .btn {
    color: rgb(105, 105, 105);
}

.card-header .btn:hover {
    color: #1c1c1c;
}

.card-header .btn:focus {
    color: #424242;
}

.btn-primary {
    background-color: rgba(140, 140, 140, 0.96);
    border-color: #6e6e6e;
}

.btn-primary:hover {
    background-color: #646464;
    border-color: #414141;
}

/* header 头部 end ***************************************************/

/*左侧菜单 start*/
.menu_active {
    background: rgba(0, 0, 0, 0.3);
}

dl {
    background: rgba(0, 0, 0, 0.3);
}

dl .panel .panel-title:hover,
dd .panel-body a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.menu_mobile dl {
    background: rgba(0, 0, 0, 0.6);
}

/*左侧菜单 end **************************************************/
/*右侧内容栏  start **************************************************/
/*表格样式   start*/
.table {
    background-color: transparent;
}

th {
    background-color: rgba(0, 0, 0, 0.2);
}

th, td, td pre {
    color: black;
}

.table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.table tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.tb_btn_view {
    color: green;
}

.tb_btn_update {
    color: darkblue;
}

/*表格样式   end*/
/*搜索样式   start*/

.dropdown-menu {
    background: rgba(50, 50, 50, 0.6);
    color: white;
}

/*搜索样式   end *******************************************************/
/* Modal 编辑样式   start *******************************************************/
.input-group span {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.color_gold {
    color: darkgoldenrod;
}

.color_red {
    color: #db0000;
}

.color_green {
    color: darkgreen;
    font-weight: bold;
}

.modal-content {
    background: linear-gradient(rgba(230, 230, 230, 1), rgba(200, 200, 200, 0.9));
}

.modal-title {
    color: black;
}

.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.form_edit_title_vendor {
    margin-top: 20px;
    border-bottom: 1px dashed green;
    padding-bottom: 5px;
}

.form_edit_title_profit {
    margin-top: 20px;
    border-bottom: 1px dashed red;
    padding-bottom: 5px;
}

/*Message Modal --------------------------------------------------*/
.modal .modal-body p {
    color: black;
}

/* Modal 编辑样式   end *******************************************************/
/*右侧内容栏  end **************************************************/
/* footer 底部 start ***************************************************/
/* footer 底部 end ***************************************************/
/*loading*/
/*动画   start*/
/*动画   end*/
/*

.btn-primary{
    background-color: rgba(0,0,0,0.4);
    border: 0;
}
.form_edit .btn-primary:hover,
.form_search .btn-primary:hover{
    background-color: rgba(0,0,0,0.5);
}
.form_search .btn-primary:focus {
     background-color:rgba(0,0,0,0.6);
    border-color: rgba(0,0,0,0.7);
}*/
