/* Side Nav SHTP Stylesheet             			          *
 * USDOL/OSHA - Salt Lake Technical Center              *
 * Last Revised: 09/26/2019 JM - width adjust on mobile *
 * Last Revised: 08/15/2019 JM - workers list item fix  *   
 * Last Revised: 06/20/2019 GS - new styles             *          
 * Last Revised: 01/27/2017 MJ - adjusted mobile size   *
 * Last Revised: 01/06/2017 KP - new sheet              *
 * Last Revised: 08/09/2016 KP - new sheet              *
 *******************************************************/

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Sidenav for Docs
-------------------------------------------------- */
.nav li:last-child {
  margin-bottom:0;
}

.bs-docs-sidenav {
  width: 260px;
  margin: 10px 0 0;
  padding: 0;
  background-color: #fff;
  
}

/*For workers right button */
.bs-docs-sidenav-main {
  width: 260px;
  margin: 10px 0 0;
  padding-bottom: 1px;
  background-color: #fff; 
}

.bs-docs-sidenav .bs-docs-sidenav-main > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}

.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
 
.bs-docs-sidenav-main > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav-main > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}


.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}


.bs-docs-sidenav-main > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.bs-docs-sidenav-main .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}

.bs-docs-sidenav-main > li > a:hover {
  background-color: #f5f5f5;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}

.bs-docs-sidenav-main a:hover .icon-chevron-right {
  opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  
  opacity: 1;
}

.bs-docs-sidenav-main .active .icon-chevron-right,
.bs-docs-sidenav-main .active a:hover .icon-chevron-right {
  
  opacity: 1;
}

/*combined*/
.bs-docs-sidenav.affix {
  top: 25px;
}

.bs-docs-sidenav-main.affix {
  top: 25px;
}

.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

.bs-docs-sidenav-main.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

@media (min-width: 980px) and (max-width: 1199px) {
.bs-docs-sidenav { width: 220px; }
}

@media (min-width: 768px) and (max-width: 979px) {
.bs-docs-sidenav { width: 166px; height: auto; }
.nav.nav-collapse { overflow:visible !important; }
}

@media (max-width: 767px) {
.bs-docs-sidenav { width: auto; }
}

.margintop
{
  margin-top: 5px;
}

/*** Workers list item detached ***/
.beforelast > a{
    border-bottom-right-radius:4px !important;
    border-bottom-left-radius:4px !important;
}
.workerslast{
    margin-top: 10px;
}
.workerslast a{
    margin-top: 10px;
    border-top-right-radius:4px !important;
    border-top-left-radius:4px !important;
}
@media (max-width: 767px) {
.workerslast{
  display:none;
}
}