/* //重写数据 css */

/* // 菜单栏 图标重新 */
#sidebar i.iconfont{
    font-size: 20px !important;
}
#sidebar ul.menu-categories li.menu>.dropdown-toggle i.iconfont {
    color: #888ea8;
    margin-right: 18px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    stroke-width: 1px;
    fill: rgba(172,176,195,0.35);
    transition: all .2s ease-in-out
}  
#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] i.iconfont {
    color: #fff;
    fill: rgba(136,142,168,0.278431);
    stroke-width: 2px
}  

#sidebar ul.menu-categories li.menu:not(.active)>.dropdown-toggle:not([aria-expanded="true"]):hover i.iconfont:not(.feather-chevron-right),#sidebar ul.menu-categories li.menu:not(.active)>.dropdown-toggle:hover i.iconfont:not(.feather-chevron-right) {
    margin-right: 30px
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle i.iconfont.feather-chevron-right {
    vertical-align: middle;
    margin-right: 0;
    width: 15px
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] i.iconfont.flaticon-right-arrow,#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] i.iconfont.flaticon-down-arrow {
    background-color: transparent
}

/* // top 文字大小 */
.header-container .navbar-nav .theme-text a {
    font-size: 100% !important;
}

/* // top 菜单背景 */
.header-container .navbar-nav.theme-brand {
    border-right: 1px solid #1b55e2;
    background-image: linear-gradient(to right,#1b3881 0,#1b55e2 100%);
}
.navbar,#sidebar ul.menu-categories li.menu:not(.active)>.dropdown-toggle[aria-expanded="true"] {
    background: #1b55e2
}
/* //表单高度问题 */
.layout-top-spacing {
    margin-bottom: 50px;
}
/* // 表单按钮宽度 */
.account-settings-footer {
    width: calc(100% - 295px);
}

/* // top 搜索框重新写 */
.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    border: 1px solid #3b3f5c;
    background: #3b3f5c;
}
.navbar .navbar-item .nav-item form.form-inline input.search-form-control{
    color: #FFF;
}

/* .op_active span{color:#ffffff !important}
.op_active i{color:#ffffff !important} */

.op_active>.dropdown-toggle[aria-expanded="true"] svg.feather-chevron-right {
    transform: rotate(0deg) !important
}
/* // 头像圆角颜色 */

.sidebar-wrapper .profile-info .user-info img {
    border: 6px solid rgba(36, 38, 42, 0.24);
}
/* // 行高20 */
.lh20{
    line-height: 30px;
}
/* // 上传图片 文字居中 */
.general-info .info .upload p {
    text-align: center;
}
.general-info .info .upload p.mt-2{
    color: #24262a !important;
}

/* // top 左侧文字 宽度修改 */
.header-container .navbar-nav .theme-text {
    width: 100px;
}
.flex{
    display: flex;
}

/* // 操作提示 成功 */
.blockui-growl-message {display: none;text-align: left;padding: 15px;color: #fff;border-radius: 3px}
.blockui-growl-message i {font-size: 20px}
.phoenix-success {background-color: #8dbf42;}
.phoenix-success i:before {content: "\e68f";}
.phoenix-error {background-color: #a01d1d !important;}
.phoenix-error i:before {content: "\e619";}
/* .account-settings-footer {background: #161719;} */

/* // 菜单 重写背景 */

.sidebar-wrapper .profile-info figure {
    background:none;
    background-image: linear-gradient(to right,#1b3881 0,#1b55e2 100%);
}

/* 列表 */
.widget {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 .75rem 1.5rem rgba(18,38,63,0.03);
}
.main.widget {
    padding: 20px;
}
.widget-content-area {
    background-color: #fff;
}

.widget.box .widget-header {
    background: #fff;
}

.row [class*="col-"] .widget .widget-header h4 {
    color: #191e3a;
}
/**表格 重写*/

.table>tbody tr {
    border-radius: 4px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    background: transparent!important
}
.table>thead>tr>th {
    color: #191e3a;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #e7e7e7;
    letter-spacing: 1px;
    text-transform: uppercase
}

.table>tbody>tr>td {
    border: 1px solid #e7e7e7;
    color: #666;
    font-size: 13px;
    letter-spacing: 1px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent!important
}

.table>tfoot>tr>th {
    border: 0
}

.table-hover:not(.table-dark) tbody tr:hover {
    background-color: #f9f9f9 !important;
    box-shadow: 0 .75rem 1.5rem rgba(124, 124, 124, 0.03);
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01)
}

.table-hover.non-hover:not(.table-dark) tbody tr:hover {
    -webkit-transform: none;
    transform: none
}

/**弹框 按钮*/

.modal{
    top: 30%;
}
.modal-title,.modal-content .modal-body >p ,
.modal-content .modal-header svg {
    color:#e7e7e7 !important;

}
.modal-content .btn:hover,.modal-content .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.modal-content .modal-footer button.btn[data-dismiss*="cancel"] {
    background-color: #1b2e4b;
    color: #bfc9d4;
    font-weight: 500;
    border: 1px solid #1b2e4b;
}
/* /登录背景 */
.form-image .l-image{
    background-size:auto;
}
.page-link{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px !important;
}
.phoenix_province{
    display: flex;
}
.hide{
   display: none !important
}
.bt_line{
    border-top:1px solid #bfc9d4;
    padding-top: 15px;
}
.main-task .row{
    margin-left: 0px;
    margin-right: 0px;
}
.phoenix-task.input-group-append .input-group-text {
    background-color: #dc3545 !important;
    color: #FFF;
    border-radius: 5px;
}

a{
    cursor: pointer;
}

.phoenix-from-bg{
    margin: 5px;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,0.03);
    border-radius: 6px;
}
#search-form{
    margin-bottom:10px;
    padding: 0 15px;
}
.search-row{
    margin-right: 10px;
    margin-bottom: 15px;
}
.search-row .input-group{
    margin-right: 15px;
    flex: 1;
}
}