body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 40.8px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

#sidebarMenu.sidebar .nav-link.active {
  color: orange;
}
#sidebarMenu.sidebar.nav-link:hover {
  border: 1px solid orange;
  border-right-width: 16px;
  border-left-width: 16px;
}





.sidebar-sticky {
  position: relative;
  /*top: 0;*/
  height: calc(100vh - 95px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: white;
}
.sidebar .nav-link:hover {
  border: 1px solid orange;
  border-right-width: 12px;
  border-left-width: 12px;
  cursor: pointer;
  color: white;
  font-size: 12px;
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}



.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 1rem;
 
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.dark-custom {
  background: -moz-linear-gradient(332deg, rgba(38,38,38,1) 0%, rgba(38,38,38,1) 68%, rgba(54,54,54,1) 69%, rgba(54,54,54,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(38,38,38,1)), color-stop(68%, rgba(38,38,38,1)), color-stop(69%, rgba(54,54,54,1)), color-stop(100%, rgba(54,54,54,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(332deg, rgba(38,38,38,1) 0%, rgba(38,38,38,1) 68%, rgba(54,54,54,1) 69%, rgba(54,54,54,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(332deg, rgba(38,38,38,1) 0%, rgba(38,38,38,1) 68%, rgba(54,54,54,1) 69%, rgba(54,54,54,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(332deg, rgba(38,38,38,1) 0%, rgba(38,38,38,1) 68%, rgba(54,54,54,1) 69%, rgba(54,54,54,1) 100%); /* ie10+ */
  background: linear-gradient(118deg, rgba(38,38,38,1) 0%, rgba(38,38,38,1) 68%, rgba(54,54,54,1) 69%, rgba(54,54,54,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#363636',GradientType=1 ); /* ie6-9 */
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/* Navbar navlg */

#navlg {
  position: sticky;
  /*top: 48px;*/
  z-index: 1020
}

#navlg .nav {
  background: -moz-linear-gradient(332deg, rgba(46,46,46,1) 0%, rgba(46,46,46,1) 66%, rgba(54,54,54,1) 68%, rgba(54,54,54,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(46,46,46,1)), color-stop(66%, rgba(46,46,46,1)), color-stop(68%, rgba(54,54,54,1)), color-stop(100%, rgba(54,54,54,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(332deg, rgba(46,46,46,1) 0%, rgba(46,46,46,1) 66%, rgba(54,54,54,1) 68%, rgba(54,54,54,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(332deg, rgba(46,46,46,1) 0%, rgba(46,46,46,1) 66%, rgba(54,54,54,1) 68%, rgba(54,54,54,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(332deg, rgba(46,46,46,1) 0%, rgba(46,46,46,1) 66%, rgba(54,54,54,1) 68%, rgba(54,54,54,1) 100%); /* ie10+ */
  background: linear-gradient(118deg, rgba(46,46,46,1) 0%, rgba(46,46,46,1) 66%, rgba(54,54,54,1) 68%, rgba(54,54,54,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2E2E', endColorstr='#363636',GradientType=1 ); /* ie6-9 */
}


.nav-pills .nav-link {
  color: white;
  text-transform: uppercase;
}
.nav-pills .nav-link.active {
  color: orange;
  background:none;

}
.dropdown-item:hover {
  border: 1px solid orange;
  border-right-width: 16px;
  border-left-width: 16px;
}

.dropdown-item:active {
  color: orange;
  text-decoration: none;
  background: none;
}

.language{display: none;}

.subnav-content-right{
  right: 10px;
  display: none;
  position: absolute;
  top: 35px;
  background-color: #fff;
  width: 150px;
  z-index: 1000000000;
  height: auto;
}

.subnav-content-right a{
  float: left;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  width: 100%;
  text-transform: none;
  letter-spacing: 1px;
  padding: 4px 10px 4px 10px;
  font-weight: 500;
  color: #333;
}

.nofile{color: #fff;}

.img_cus {
  background-image: url('BG.png');
}