.nav-active-text-primary .nav > li.actives > a,
.nav-active-text-primary .nav-sub > li.actives > a{
  color: #448bff !important; }
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-arrow-up:before {
  content: "\e093";
  color: #f54394;
  font-size: 1px;
}
.glyphicon-arrow-down:before {
  content: "\e094";
  color: #31c971;
  font-size: 1px;
}

.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-eye-open:before{
  content: "\e105";
}
.glyphicon-eye-close:before{
  content: "\e106";
}
.glyphicon-chevron-right:before{
  content: "\e080";
  font-size: 1px;
}