/*头部变量*/
/*头部背景底色*/
/*下划线颜色*/
/*头部背景底色*/
/*侧导航变量*/
/*侧导航当前选中背景色*/
/*侧导航背景色*/
/*侧导航当前选中字体色*/
/*侧导航字体色和focus时字体色*/
/*右侧top变量*/
/*右侧top边框颜色*/
/*右侧top中当前a标签边框颜色*/
/*右侧内容色值*/
/*搜索按钮背景色*/
/*重置按钮背景色*/
/*重置按钮hover背景色*/
/*搜索按钮hover时背景色*/
/*layui色值*/
/*弹框title背景色*/
/*弹框确定按钮背景色*/
/*搜索按钮按下时背景色*/
/*弹框取消按钮边框色*/
/*弹框标题边框色*/
/*.layui-layer-loading .layui-layer-loading2背景图需要改*/
/*头部样式*/
.top-header-ding {
  border-color: #613977;
  /*头部背景底色*/
}
.pace .pace-progress {
  background-color: #f8ac59;
  /*下划线颜色*/
}
.navbar-top-static {
  background-color: #6E4682 !important;
  /*头部背景色*/
}
.navbar-top-static a.selected,
.navbar-top-static .nav-top-list li a:hover {
  background-color: #613977;
  /*导航选中和hover时色*/
}
/*侧导航样式*/
.navbar-static-side {
  background: #fff;
  /*侧导航背景色*/
}
.navbar-default .nav .current {
  color: #6E4682;
  /*侧导航当前选中字体色*/
}
.navbar-static-side .nav > li.active {
  border-left: 3px solid #613977;
  /*侧导航当前选中border色*/
  background: #F5F4F9;
  /*侧导航当前选中背景色*/
  color: #613977;
  /*侧导航选中字体色*/
}
.navbar-static-side .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #333;
  /*侧导航字体色和focus时字体色*/
}
.navbar-default .nav > li > a:hover {
  color: #6E4682;
  /*侧导航hover时字体色*/
}
/*右侧top样式*/
.content-tabs::after {
  background: #6E4682;
  /*右侧top边框颜色*/
}
.page-tabs a.active::after {
  background: #f8ac59;
  /*右侧top中当前a标签边框颜色*/
}
/*右侧iframe中调整*/
.btn-primary {
  background-color: #F49209;
  /*搜索按钮背景色*/
  border-color: #F49209;
  /*搜索按钮边框色*/
}
.btn-primary:hover {
  background-color: #f8ac59;
  /*搜索按钮hover时背景色*/
  border-color: #f8ac59;
  /*搜索按钮hover时边框色*/
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.open > .dropdown-toggle .btn-primary {
  background-color: #f8ac59 !important;
  /*搜索按钮按下时背景色*/
  border-color: #f8ac59 !important;
  /*搜索按钮按下时边框色*/
  color: #fff !important;
  /*搜索按钮按下时字体色*/
}
.btn-warning {
  background-color: #799DBD;
  /*重置按钮背景色*/
  border-color: #799DBD;
  /*重置按钮边框色*/
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  background-color: #81aace !important;
  /*重置按钮focus、acitive、hover时背景色*/
  border-color: #81aace !important;
  /*重置按钮focus、acitive、hover时边框色*/
}
.btn-success {
  background-color: #fff;
  /*按钮组背景色*/
  border-color: #6E4682;
  /*按钮组边框色*/
  color: #6E4682;
  /*按钮组字体色*/
}
.btn-success:hover,.btn-success:focus,.btn-success:active{
  background-color: #6E4682;
  /*按钮组hover时背景色*/
  border-color: #6E4682;
  /*按钮组hover时边框色*/
  color: #fff;
  /*确按钮组字体色*/
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle .btn-success {
  background-color: #6E4682 !important;
  /*按钮组active时背景色*/
  border-color: #6E4682 !important;
  /*按钮组active时边框色*/
}
.btn_assign {
  background-color: #F49209 !important;
  /*确定按钮背景色*/
  border-color: #F49209 !important;
  /*确定按钮边框色*/
  color: #fff !important;
}
.btn_assign:hover,
.btn_assign:active {
  background-color: #f8ac59 !important;
  /*确定按钮hover时背景色*/
  border-color: #f8ac59 !important;
  /*确定按钮hover时边框色*/
  color: #fff !important;
}
.form-control:focus,
.single-line:focus {
  border-color: #6E4682 !important;
  /*select下拉框focus时边框色*/
}
.mail-search .form-control:focus {
  border-color: #F49209 !important;
  /*搜索框下input focus时边框色*/
}
/*layui弹框样式*/
body .demo-class .layui-layer-title {
  background: #6E4682;
  /*弹框title背景色*/
  color: #fff;
}
body .demo-class .layui-layer-btn .layui-layer-btn0 {
  background: #F49209;
  /*弹框确定按钮背景色*/
  color: #fff;
  border-color: #F49209;
  /*弹框确定按钮边框色*/
}
body .demo-class .layui-layer-btn .layui-layer-btn0:active,
body .demo-class .layui-layer-btn .layui-layer-btn0:hover {
  background-color: #f8ac59 !important;
  /*搜索按钮按下时背景色*/
  border-color: #f8ac59 !important;
  /*搜索按钮按下时边框色*/
}
.layui-layer-btn a {
  border: 1px solid #799DBD;
  /*弹框取消按钮边框色*/
  background-color: #799DBD;
  /*弹框取消按钮背景色*/
  color: #fff;
}
body .demo-class .layui-layer-btn .layui-layer-btn1:active,
body .demo-class .layui-layer-btn .layui-layer-btn1:hover {
  color: #fff;
  background-color: #81aace !important;
  /*弹框取消按钮focus、acitive、hover时背景色*/
  border-color: #81aace !important;
  /*弹框取消按钮focus、acitive、hover时边框色*/
}
.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
  background: url(../images/loading-purple.gif) no-repeat;
}
/*人员管理编辑图标弹框*/
.ds-box-title h4 {
  border-left: 3px solid #6E4682;
  /*弹框标题边框色*/
}
.ibox-title h5{
  border-color: #b341ec !important;
}