/* DCSP Main Stylesheet                                                                         *
 * USDOL/OSHA - Salt Lake Technical Center                                                      *
 * Last Revised: 09/16/2015 - MW - added intranet well header                                   *
 *               07/31/2015 - LT - added quick start styles                                     *
 *               07/14/2015 - MW - added sign-line and date-line                                *
 *               12/26/2013 - MM - removed partnership specific/added to partnership stylesheet *
 *               12/09/2013 - BAV - added 2nd color gray                                        *
 *               12/02/2013 - BAV - added color to style                                        *
 *               11/21/2013 - BAV - added spacer style                                          *
 *               11/15/2013 - BJ - added borderless table                                       *
 *               10/24/2013 - BJ - created sheet                                                *
 ************************************************************************************************/

.spacer { padding-bottom: 10px; }	

.back-to-top {
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('/dcsp/images/icon_top.png') no-repeat; }

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);	}

.breadcrumb li {
  display: inline;
  *display: inline;
  /* IE7 inline-block hack */}

.borderless table {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

.borderless {
 border:none;
}

.borderless td {
  border: none;
}

.gray {
  background-color: #B3B3B3;
}

.gray1 {
  background-color: #D9D9D9;
}

.header { 
  font-size: 22px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0px;
}

.sign-line	{ 
  border-color: black; width: 230px; text-align:left;
}
  
.date-line	{ 
  border-color: black; width: 55px; text-align:left;
}


/* QUICK START STYLES */
.well.well-quickstart { background-color: #003596; color: #FFF }
.well.well-quickstart a, .well-quickstart a:visited { color: #FFF; }
.well.well-quickstart img { margin-bottom: 15px; }
.well.well-quickstart ul { 
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */ page-break-inside: avoid; /* Firefox */ break-inside: avoid; /* IE 10+ */ 
	-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-width: 100px; -moz-column-width: 100px; column-width: 100px;
	margin-top: 5px; margin-bottom: 5px;
}
/* END QUICK START STYLES */

.wellheader-intranet {
	margin:-9px -9px 9px -9px;
  border: 2px solid Red #6E96D5;
  background-color: #0052AF;
  padding:2px;
  text-decoration:none;
  color:#FFFFFF;
  text-shadow: black 0.1em 0.1em 0.2em;
}

ul.space {
	padding-bottom:10px;
}