/*======================== button =======================*/

.webix_menu-x .webix_list_item{
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  border-radius: 1px;
  color:#606060;
  line-height: 27px;
}
.webix_menu-x .webix_list_item:last-child{
  border-right:1px solid #d9d9d9
}
.webix_list_item{
  padding:2px 9px;
}
.webix_menu-x .webix_list_item:hover, .webix_menu-x .webix_list_item:active, .webix_menu-x .webix_list_item:focus{
  background-color: #ececec;
}
.webix_el_label .webix_el_box {
  color: #4b4c4c;
  padding-left: 5px;
  font: 400 13px/16px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana,
    sans-serif;
}

.layui-layer-btn > .layui-layer-btn1,
.layui-layer-btn > .layui-layer-btn0,
.webix_el_button > .webix_el_box > .webix_button {
  font: 400 13px/16px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana,
    sans-serif;
  border-radius: 0;
  padding: 7px 7px 7px 7px;
  border:1px solid #d9d9d9;
  background-color: #f6f6f6;
  color: #606060;
  border-radius: 1px;
  transition: all .3s ease;
}

.layui-layer-btn > .layui-layer-btn1,
.layui-layer-btn > .layui-layer-btn0,
.webix_el_button > .webix_el_box > .webix_button:hover {
  background-color: #ececec;
}

.webix_el_button > .webix_el_box > .webix_button > i {
  padding-right: 6px;
}

.layui-layer-btn > .layui-layer-btn0,
.webix_el_button.yvan_primary > .webix_el_box > .webix_button {
  border-color: #5897ce;
  background-color: #5fa2dd;
  color: #f0f0f0;
}

.layui-layer-btn > .layui-layer-btn0,
.webix_el_button.yvan_primary > .webix_el_box > .webix_button:hover {
  border-color: #518bbd;
  background-color: #5795cb;
}

.layui-layer-btn > .layui-layer-btn1,
.layui-layer-btn > .layui-layer-btn0 {
  line-height: 21px;
  height: 18px;
  min-width: 50px;
  text-align: center;
}
.webix_el_button.yvan_primary > .webix_el_box > .webix_button ,.yvan_primary .webix_scroll_cont .webix_list_item{
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.webix_el_button.yvan_primary > .webix_el_box > .webix_button:hover,.yvan_primary .webix_scroll_cont .webix_list_item:hover {
  color: #fff;
  background-color: #3ea1fc;
  border-color: #1890ff;
}
.webix_el_button.yvan_default > .webix_el_box > .webix_button:hover {
  color: #3ea1fc;
  background-color: #fff;
  border-color: #1890ff;
}
.webix_el_button.yvan_ghost > .webix_el_box > .webix_button,.yvan_ghost .webix_scroll_cont .webix_list_item{
  background: #fff;
}
.webix_el_button.yvan_ghost > .webix_el_box > .webix_button:hover,.yvan_ghost .webix_scroll_cont .webix_list_item:hover{
  color: #3ea1fc;
  background-color: #fff;
  border-color: #1890ff;
}
.webix_el_button.yvan_dashed > .webix_el_box > .webix_button ,.yvan_dashed .webix_scroll_cont .webix_list_item{
  background: #fff;
  border-style: dashed;
}
.webix_el_button.yvan_dashed > .webix_el_box > .webix_button:hover ,.yvan_dashed .webix_scroll_cont .webix_list_item:hover{
  color: #3ea1fc;
  background-color: #fff;
  border-color: #1890ff;
}
.webix_el_button.yvan_danger > .webix_el_box > .webix_button ,.yvan_danger .webix_scroll_cont .webix_list_item{
  color: #f56c6c;
  background: #fef0f0;
  border-color: #fbc4c4;
}

.webix_el_button.yvan_danger > .webix_el_box > .webix_button:hover ,.yvan_danger .webix_scroll_cont .webix_list_item:hover{
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}

.webix_el_button.yvan_success > .webix_el_box > .webix_button,.yvan_success .webix_scroll_cont .webix_list_item {
  color: #67c23a;
  background: #f0f9eb;
  border-color: #c2e7b0;
}

.webix_el_button.yvan_success > .webix_el_box > .webix_button:hover,.yvan_success .webix_scroll_cont .webix_list_item:hover{
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
}
.webix_layout_line .webix_el_button,.webix_layout_line .webix_el_button .webix_el_box{
  height:34px!important
}
.webix_layout_line .webix_el_button button{
  line-height: 14px!important
}
.webix_toolbar .webix_el_button,.webix_toolbar .webix_el_button .webix_el_box{
  height:38px!important
}
.webix_view.webix_control > .webix_disabled{
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  opacity: 0.4;
}
.webix_view .webix_menu-x .webix_scroll_cont{
  margin:3px 0 0 2px
}