.e-tab .e-tab-header .e-toolbar-item .e-tab-text{
    display: inherit;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 16px !important;
    text-transform:none !important;
    font-weight: 500;
    text-transform: uppercase;
}
.bef-btn-command{
  color:bule !important;
}


::-webkit-scrollbar{
    width: 17px !important;
    height: 17px !important;
}
.e-grid .e-movablescrollbar {
    flex: 1;
    overflow: hidden;
    max-height: 17px !important;
    min-height: 17px !important;
    overflow-x: scroll;
}
.e-grid .e-content {
    height: calc(100% - 17px) !important;
}
.e-grid .e-filtered:before {
    color: red !important;
    background-color: yellow !important;
}



/*消息弹出框的位置*/
.e-toast-container{
  left: calc(50% - 150px) !important;
  animation-name:fadenum;
  animation-duration:2s;
  opacity:0;
}

@keyframes fadenum{
  0%{opacity:1}
  99%{opacity:1}
  100%{opacity:0}
}
/*消息弹出框设置时间*/




.nav > li.active {
    border-left: 4px solid red !important;
}


.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color:#338DD8 !important;
  font-size:10px !important;
  border-bottom:5px solid #338DD8 !important;
}




.m-t-md{
  margin-top:12px !important;
}







