/* $Id: custom.css 20276 2015-09-09 20:11:24Z chrisl $ */

/* Hide our page elements */
header nav,
header #header-login,
header #nav-button,
header #header-logo,
#employer-section-warning,
#breadcrumbs,
.main .widget:not(.inverse),
#footer_divider,
FOOTER {
	display: none !important;
}

/* begin custom header elements */
header {
	padding: 0 15px;
}
#custom-nav {
	margin-left: 30px;
}
header #custom-poweredby-logo {
	float: right;
	margin-left: 10px;
}
header #custom-poweredby-text {
	float: right; 
	color: white; 
}

.main .content.col-md-8 { /* target only job search pages */
	width: 100%;
}
.main .sidebar .widget.inverse {
	margin-top: 30px;
}
.widget.inverse h3 {
	font-size: 16px;
	color: white;
}



/* START UNLV CUSTOM */
header #header-UNLV {
	display: block;
	background-color: black;
}
header #header-UNLV .row:first-of-type {
	padding: 30px;
}
header #header-UNLV .row:nth-of-type(2) {
	padding: 0 10px 0 0;
	color: white;
	background: #c10202; /* Old browsers */
	background: -moz-linear-gradient(left,  #c10202 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c10202), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #c10202 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #c10202 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #c10202 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #c10202 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10202', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
header #header-UNLV h3 {
	margin: 15px 0 20px 40px;
}
header #header-UNLV h3 a {
	color: white;
	font-weight: normal;
}
/*
#jobAttrib tr:nth-of-type(even) td, #jobAttrib tr:nth-of-type(even) th {
	background-color: #666;
	color: white;
}
*/
#custom-nav {
	margin-left: 30px;
}
/* END UNLV CUSTOM */


/* START Louisville CUSTOM */
header #header-Louis {
	display: block;
	background-color: #333;
}
header #header-Louis .row:first-of-type {
	padding: 30px;
}
header #header-Louis .row:nth-of-type(2) {
	color: white;
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(left,  #555555 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#555555), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #555555 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #555555 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #555555 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to right,  #555555 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
}
header #header-Louis h3 {
	margin: 15px 0 20px 40px;
}
header #header-Louis h3 a {
	color: white;
	font-weight: normal;
}
/* END Louisville CUSTOM */


/* START UAB CUSTOM */
header #header-UAB {
}
header #header-UAB .row:first-of-type {
	padding: 30px;
}
header #header-UAB .row:nth-of-type(2) {
	padding: 0 10px 0 0;
	color: white;
	background: #1e6b52;
}
header #header-UAB .row:nth-of-type(3) {
	padding: 0 10px 0 0;
	background: #f4c300;
}
header #header-UAB h3 {
	margin: 15px 0 20px 40px;
}
header #header-UAB h3 {
	color: white;
	font-weight: normal;
}
/* END UAB CUSTOM */


/* BEGIN PRINT FIXES */
@media print {
	#header-UNLV .col-md-8,
	#header-Louis .col-md-8,
	#header-UAB .col-md-8 {
		float: left;
		width: 66.6667%;
	}
	#header-UNLV .col-md-4,
	#header-Louis .col-md-4,
	#header-UAB .col-md-4 {
		float: left;
		width: 33.3333%;
	}
	
	header #header-UNLV > .row,
	header #header-Louis > .row, 
	header #header-UAB > .row {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	header #header-UNLV h3 {
		margin-top: 0;
		margin-bottom: 0;
	}
}
/* END PRINT FIXES */
