/* SHTP Main Stylesheet                                        *
 * USDOL/OSHA - Salt Lake Technical Center                     *
 * Last Revised: 02/24/2017 - GS - updated style               *
 * Last Revised: 05/21/2015 - KP - updated phone style         *
 * Last Revised: 05/19/2015 - KP - added print style           *
 * Last Revised: 02/05/2015 - KP - updated style info          *
 * Last Revised: 02/04/2015 - KP - updated style info          *
 * Last Revised: 01/28/2015 - KP - added hero unit info        *
 * Last Revised: 10/27/2014 - KP - gray box style              *
 * Last Revised: 09/24/2014 - KP - search link style           *
 * Last Revised: 04/16/2014 - KP - search link style           *
 * Last Revised: 04/14/2014 - KP - updated column styles       *
 * Last Revised: 04/08/2014 - KP - added new styles            *
 * Last Revised: 01/14/2014 - KP - added new styles            *
 * Last Revised: 11/07/2013 - KP - added new styles            *
 * Last Revised: 09/16/2013 - KP - added header styles         *
 * Last Revised: 09/11/2013 - KP - added header styles         *
 * Last Revised: 09/09/2013 - BAV - added printing style       *
 * Last Revised: 08/27/2013 - KP - added styles                *
 ***************************************************************/

/* General Safety and Health Topics Styles   */

#header { border: #D9D9D9 solid 1px;
          margin-bottom: 5px; }
		 
#header .title { background-color: #333333; }

#header h1 { color:white; 
             text-align:center;
			 margin-top: -10px; }	

#header img { margin-top: -5px; }	

.well-gray { background-color:#fff; border:#333333 solid 1px; border-radius: 3px; }

.back-to-top {
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('/SLTC/images/icon_top.png') no-repeat; }

.back-to-top:hover { background-color: rgba(135, 135, 135, 0.50); }	

.intro { padding-left: 13px; }

.wrapper { background-color: #333333; }

.spacer { padding-bottom: 10px; }	

.centered-content{ text-align:center !important;}	  
  
.featurebox {
  color: #FFF;
  background-color:#0052AF;  
    -webkit-box-shadow:inset 0 3px 8px #92C9EB;
    -moz-box-shadow:inset 0 3px 8px #92C9EB;
  box-shadow:inset 0 3px 8px #92C9EB; 
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;  }

.page-banner {
   margin-top: -14px;
   margin-bottom:-12px;
   padding: 0;
   color: #FFF;
   border-bottom: 1px solid #EEE;
}

.wellheader {
  margin:-9px -9px 9px -9px;
  padding:2px;
  text-decoration:none;
  color:#FFFFFF;
  text-shadow: black 0.1em 0.1em 0.2em;
  border: 2px solid #B3B3B3;
  background-color: #333333;
}

/* shift boxes to the left */
.left-zero
    {
        margin-left: 0 !important;
    }


/*=============== Responsive Components ===============*/

@media (max-width: 800px) {

}

@media (max-width: 480px) {
	
.page-banner {
   height:0px;
   border-bottom: 0px solid #EEE;
   background: none; }
}

@media print {  

#container { 
   width: auto; 
   border: 0; 
   margin: 0 5%; 
   padding: 0; 
   float: none !important; }

/* IE specific style */
   *.tab-content > .tab-pane {display: block !important; opacity: 1 !important; }
   html>body .well-white {background-color: #FFF; !important; } 
   html>body #header .title {background-color: #FFF; !important; }
   html>body #header .page-banner {display: none !important; }
   html>body .wellheader { background-color: #FFF; border: none; !important; }
   html>body .tab-content > .tab-pane {display: block !important; opacity: 1 !important; }
   html>body .shtp_title h6 { font-size:20px; line-height: 20px; font-weight:strong; visibility: visible; }				

   .hidden-print   { display: none !important; }

   #linksMainTabs, #mainTabsNav, #search, #linkstop, #grayline, #toggleClpsdMenu, #linksWhatsNew , #redfooter{ display: none;  !important; }

}