/* AdminLTE Update Start*/

.navbar-nav > .user-menu .user-image {
  border: 1px solid silver;
}

/* AdminLTE Update End*/

.stl-app {
    display: inline-block;
}

.stl-app > li:first-child {
    border-left: 1px dotted rgba(0, 0, 255, 0.3);
}
.stl-app > li {
    float: left;
    border-right: 1px dotted rgba(0, 0, 255, 0.3);
}
.stl-app > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 80px;
    text-align: center;
    padding: 7px 0px 1px 0px;
}
.stl-app > li > a > i {
    font-size: 22px;
    text-shadow: 0px 0px 2px #000000;
    display: block;
}
.stl-app > li > a > span {
    font-size: 12px;
}
.stl-subbody{
    padding: 20px;
    overflow-x: auto;
    min-height: calc(100vh - 98px);
    background-color: white;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 0px;
}
.navbar-nav{
    margin: 0px;
}
.main-header .sidebar-toggle {
    padding: 4px 15px;
    font-size: 28px;
}

#full_name_layer {
    position: absolute;
    z-index: 999999;
    border: solid 1px #888;
    background: #fff;
    margin-left: -6px;
}

#full_name_layer > a{
    padding: 5px 5px 5px 20px;
    display: block;
    font-size: 14px;
    background: #fff;
    color: #000000 !important;
    text-overflow: clip;
    white-space: nowrap;
    width: auto;
}

/* fixed-stl layout */
.fixed-stl .main-header,
.fixed-stl .main-sidebar,
.fixed-stl .left-side {
  position: fixed;
}
.fixed-stl .main-header {
  /*top: 0;*/
  right: 0;
  left: 0;
}
.fixed-stl .content-wrapper,
.fixed-stl .right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .fixed-stl .content-wrapper,
  .fixed-stl .right-side {
    /*padding-top: 100px;*/
  }
}
.fixed-stl .layout-boxed .wrapper {
  max-width: 100%;
}
.fixed-stl .wrapper {
  overflow: hidden;
}

.fixed-stl .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

@media print {
    
  .fixed-stl .content-wrapper,
  .fixed-stl .right-side {
    padding-top: 0 !important;
  }
}

/********************* dropdown-large ****************************************************/

.dropdown-menu-stl {
  padding: 20px 20px;
  width: auto;
}
.dropdown-menu-stl > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-stl > li > ul > li {
  list-style: none;
}
.dropdown-menu-stl > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #400080;
  white-space: nowrap;
}
.dropdown-menu-stl > li ul > li > a:hover,
.dropdown-menu-stl > li ul > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #400080;
}

.dropdown-menu-stl > li > ul > li > a > i{
    width: 24px;
    height: 20px;
    text-align: center;
}
.dropdown-menu-stl .disabled > a,
.dropdown-menu-stl .disabled > a:hover,
.dropdown-menu-stl .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-stl .disabled > a:hover,
.dropdown-menu-stl .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-stl .dropdown-header {
  color: #400080;
  font-size: 16px;
  font-weight: bold;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #000000 !important;
}

@media (max-width: 768px) {
  .dropdown-menu-stl {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-stl > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-stl > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-stl .dropdown-header {
    padding: 3px 15px !important;
  }
}



