
/*添加layui的下拉框的选中的颜色*/
.layui-form-select dl dd.layui-this{
    background-color:#3284EB !important;
}
/*修改分页的移入hover效果*/
.layui-laypage a:hover{
    color:#3284EB !important;
}
/*添加layui的日历的选中的颜色*/
.layui-laydate .layui-this{
    background-color:#3284EB !important;
}

/*李添加改变总体宽度为1240，测试在common中添加*/
.container{
    width: 1240px !important;
}
.container .col-right{
    width: 1085px !important;
    padding: 20px;
    min-height: 720px !important;
}
.app_div{
    background-color: #f5f5f5;
}
.wrap {
    margin: 0px auto;
    background-color: #fff;
}
/*结束*/

.layui-layer-btn .layui-layer-btn0{
    border-color: #3284EB !important;
    background-color: #3284EB !important;
    color: #fff;
}
/*监控页面的侧边栏样式*/
.container .col-left .left-menu ul li a:hover{
    color: #3284EB !important;
}
.container_leftUl li a:hover{
    color: #3284EB !important;
}
/*监控页面的侧边栏样式结束*/


.Selected{
    color: #3284EB !important;
}

/*修改layui的分页的选中的背景色*/
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #3284EB !important;
}

/*暂无数据的两种样式*/
.nodata_contentdiv a{
    color: #3284EB;
}
.nodata_contentdiv a:hover{
    color: #3284EB;
}
/*暂无数据样式结束*/
