/* 自定义Layui主题色 - 蓝色主题 */

/* 主色调 */
:root {
    --layui-theme: #0149AE;
}

/* 按钮样式 */
.layui-btn-primary:hover {
    border-color: #0149AE !important;
    color: #0149AE !important;
}

.layui-btn {
    background-color: #0149AE !important;
}

.layui-btn:active {
    opacity: 0.8;
}

/* 输入框样式 */
.layui-input:focus,
.layui-textarea:focus {
    border-color: #0149AE !important;
}

/* 选择框样式 */
.layui-form-select dl dd.layui-this {
    background-color: #DCECFF !important;
    color: #666666 !important;
}

/* 导航样式 */
.layui-nav .layui-this,
.layui-nav .layui-this>a,
.layui-nav .layui-nav-child dd.layui-this a {
    background-color: #0149AE !important;
}

.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-nav-child dd.layui-this a {
    background-color: #0149AE !important;
}

/* 表格样式 */
.layui-table th {
    background-color: #F0F8FF !important;
}

.layui-table tbody tr:hover {
    background-color: #F0F8FF !important;
}

/* 选项卡样式 */
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #0149AE !important;
    border-bottom: 2px solid #0149AE !important;
}

.layui-input{
    border-color: #DDDDDD !important;
}