/*字体颜色*/
.text-colors {
  color: #ed6d2a !important;
}

.text-colors-one {
  color: #00ff00 !important;
}

/*//下划线*/
.borderColors {
  border-color: #ed6d2a !important;
}

/*//背景颜色*/
.textBack {

  background: #ed6d2a !important;
  border-color: #ed6d2a !important;
}

/*//字体颜色：白色*/
.whiteColors {

  color: #fff !important
}

/*//hover时的颜色*/
.btnColors:hover {

  background: #ed6d2a !important;
  border-color: #ed6d2a !important;
}



.topBackground {
  background: #4b4b4b !important;
}

.leftBackground {
  background: #4b4b4b !important;
}

.leftTitle {
  background: #ed6d2a !important;
}

.letBottomColor {
  color: #ed6d2a !important;
}

/*//左边栏样式*/
.el-menu-item.is-active {
  background: #888888 !important;
  color: #FF6320 !important;
  font-weight: 700 !important;
  border-left: 4px solid #FF6320 !important;
}

.el-submenu .el-menu-item:hover {
  background: #888888 !important;
  color: #FF6320 !important;
  font-weight: 700 !important;
  border-left: 4px solid #FF6320 !important;
}


.tab-item:hover {
  background: #ed6d2a !important
}

.tab-item-active {
  background: #ed6d2a !important
}

.border_bottom {
  border-bottom: 1px solid #ed6d2a !important
}



/*//  翻页按钮*/
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #ed6d2a !important
}

thead.has-gutter tr {
  background: #ed6d2a !important
}

.el-switch.is-checked .el-switch__core {
  background: #ed6d2a !important;
  border-color: #ed6d2a !important;
}
