/* $Id: layout.css 46612 2020-10-29 20:45:48Z chrisl $ */

BODY {
	background-color: #CCC;
	font-family: 'AvenirLTStd55Roman', Helvetica, Arial, sans-serif;
}
.container {
	background-color: white;
	padding-left: 0;
	padding-right: 0;
}

#employer-section-warning {
	padding: 10px 20px;
	background-color: #0076cf;
	color: #fff;
}
#employer-section-warning A {
	color: #fff;
	font-weight: bold;
}

#notification-bar {
	padding: 10px 20px;
	background-color: #58A618;
	background-image: linear-gradient(#58A618, #368404);
	color: #fff;
	font-weight: bold;
}
.notification-text a,
.notification-text a:hover,
.notification-text a:visited,
.notification-text a:active {
	color:#fff;
}
.hide-notification,
.hide-notification:hover {
	padding-left: 20px;
	color:#DDD;
}

HEADER,
.main,
#footer_divider,
FOOTER {
	padding-left: 50px;
	padding-right: 50px;
}

#footer_divider SUP {
	font-size:small;	
}


/* BEGIN PROXY BAR - defitions for a static div at the top of the page indicating that you are proxied */
.header-padding {
	height: 40px;
}
.proxy-header {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #809F67;  /* F2784B */
	color: #FFF;
	padding: 10px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	z-index: 999999;
	opacity: 100%;
}
.proxy-header .btn {
	margin: 0 10px;
}
.proxy-header.employer {
	background-color: #67809F;
}
.proxy-header.regemp {
	background-color: #8c6e9f;
}
.proxy-header.shifted {
	top: 40px;
}
/* END PROXY BAR */


/** BEGIN HEADER **/
HEADER {
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: 6px solid #e7e7e7;
}

HEADER #header-logo {
	margin-top: 35px;
	margin-bottom: 15px;
}
HEADER #header-logo img {
	max-width: 300px;
}

HEADER #header-login {
	margin-top: 20px;
	font-size: 16px;
	text-align: right;
}
HEADER #header-login span.separator {
	margin-left: 10px;
	margin-right: 10px;
	color: #CCC;
}

HEADER #employer-banner .ribbon-wrapper {
	width: 105px;
	height: 105px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0;
}
HEADER #employer-banner .ribbon {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	position: relative;
	padding: 7px 0;
	left: -40px;
	top: 20px;
	width: 150px;
	background-color: #0076CF;/*#f0ab00, #c98f00*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0076CF), to(#0393ff)); 
	background-image: -webkit-linear-gradient(top, #0076CF, #0393ff); 
	background-image:    -moz-linear-gradient(top, #0076CF, #0393ff); 
	background-image:     -ms-linear-gradient(top, #0076CF, #0393ff); 
	background-image:      -o-linear-gradient(top, #0076CF, #0393ff); 
	-webkit-box-shadow: 5px 8px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         3px 3px 3px rgba(0,0,0,0.3);
}
/** END HEADER **/

/** BEGIN MAIN CONTENT **/
.main {
	position: relative;
	padding-bottom: 50px;
}
.main .banner {
	margin-left: -50px;
	margin-right: -50px;
	overflow: hidden;
}
.main > .banner:first-child {
	display: none;
	position: relative;
	height: 145px;
}
.main .bannerSlogan {
	position: absolute;
	right: 50px;
	/* vertically center in its container */
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .bannerSlogan H1 {
	margin: 0;
	font-weight: normal;
	color: white;
	font-size: 35px;
}

.main .content {
	padding-top: 15px;
}
.main .content .modal-only {
	display: none;
}

.main .sidebar {
	padding-top: 15px;
}
.main .sidebar > A[data-type="image"],
.main .sidebar > IMG {
	display: block;
	margin-top: 30px;
}
.main .sidebar > DIV:first-child,
.main .sidebar > A[data-type="image"]:first-child,
.main .sidebar > IMG:first-child {
	margin-top: 0px;
}

#breadcrumbs {
	margin-top: 15px;
	font-size: small;
}
#breadcrumbs UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs UL LI {
	float: left;
	margin: 0;
	padding: 0 6px 0 0;
}
#breadcrumbs UL LI:not(:first-child):before {
	content: url(/assets/hej/img/elements/gray-raquo-bullet.gif);
	padding-right: 6px;
}
#breadcrumbs A {
	font-weight: normal !important;
}
#breadcrumbs UL:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/** END MAIN CONTENT **/

/** BEGIN FOOTER **/
FOOTER,
FOOTER A,
FOOTER A:hover,
FOOTER A:visited,
FOOTER A:active {
	color: white;
}
#footer_divider {
	background-color: #f2ab01;
	height: 10px;
	color: #444;
}
FOOTER  {
	padding-top: 15px; /* rest made up in child margins */
	padding-bottom: 35px;
	background-color: #4e4f53;
}
FOOTER H5 {
	color: #f2ab01;
	font-family: 'Avenir Medium', Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 0;
}
FOOTER .logo {
	padding-top: 20px;
	width: 200px;
}

@media (min-width: 768px) {
	FOOTER .footer-cols {
		margin-top: 20px;
	}
	FOOTER H5 {
		margin-top: 0;
	}
	FOOTER .footer-section:not(:first-child) {
		border-left: 1px solid #888;
	}
}

FOOTER UL {
	padding-left: 0;
	margin-bottom: 0;
}
FOOTER UL LI {
	list-style: none;
	padding-bottom: 2px;
}

FOOTER .footer-links {
	margin-top: 20px;
	margin-bottom: 5px;
}

FOOTER .icons {
	margin-top: 20px;
}
FOOTER .icons a {
	display: inline-block;
}
FOOTER .icons img {
	width: 35px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#footer-padding {
	height: 80px;
}
#cookie-banner {
	position: fixed;
	z-index: 10000;
	left: 0;
	bottom: 0;
	border-top: solid 1px #CCC;
	background-color: #EEE;
	padding: 20px;
	width: 100%;
}
#cookie-banner .container {
	background-color: transparent;
}
/** END FOOTER **/

/* Custom grid specifications */
.grid-inverted {
	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	background-color: #EFEFF0;
}
/* End grid specifications */


@media (min-width: 992px) and (max-width: 1199px) {
	.main .sidebar:not(.col-md-4) > DIV,
	.main .sidebar:not(.col-md-4) > A[data-type="image"],
	.main .sidebar:not(.col-md-4) > IMG {
		float: left !important;
		margin-left: 30px;
	}
	.main .sidebar:not(.col-md-4) > DIV:first-child,
	.main .sidebar:not(.col-md-4) > A[data-type="image"]:first-child,
	.main .sidebar:not(.col-md-4) > IMG:first-child {
		margin-top: 30px;
		margin-left: 0;
	}
}

@media (max-width: 991px) {/* ipad size - down to 768 */
	/* repeat these styles since the above no longer applies */
	.main .sidebar > DIV,
	.main .sidebar > A[data-type="image"],
	.main .sidebar > IMG {
		float: left !important;
		margin-left: 30px;
	}
	.main .sidebar > DIV:first-child,
	.main .sidebar > A[data-type="image"]:first-child,
	.main .sidebar > IMG:first-child {
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media (max-width: 767px) {/* small pad size - down to 560 */
	HEADER {
		border-bottom: 2px solid #bbb;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 559px) {/* mobile phone size - down to 320 or lower */
	#employer-section-warning {
		display: none;
	}
	.main,
	#footer_divider,
	FOOTER {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	HEADER #header-logo {
		margin-top: 10px;
	}
	HEADER #header-logo img {
		width: 200px;
	}
	
	HEADER #employer-banner .ribbon-wrapper {
		width: 75px;
		height: 75px;
	}
	HEADER #employer-banner .ribbon {
		padding: 0;
		font-size: 9px;
		font-weight: normal;
		text-shadow: none;
		left: -20px;
		top: 15px;
		width: 75px;
	}
	
	.main .banner {
		margin-left: -20px;
		margin-right: -20px;
	}
	.main > .banner:first-child {
		height: 95px;
	}
	.main .bannerSlogan {
		left: 20px;
		right: auto;
	}
	
	FOOTER  {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	/*FOOTER .icons a {
		float: left;
	}*/
}

@media (max-width: 350px) {/* definitely mobile phone size */
	.main .sidebar > DIV,
	.main .sidebar > A[data-type="image"],
	.main .sidebar > IMG {
		margin-left: 13px !important;
	}
	.main .sidebar > DIV:first-child,
	.main .sidebar > A[data-type="image"]:first-child,
	.main .sidebar > IMG:first-child {
		margin-top: 0;
	}
}

@media print {
	/* force chrome to scale the page the way we want */
	.container {
		min-width: 800px;
	}
	
	/* turn off unnecessary sections when printing */
	#employer-section-warning,
	HEADER #header-login,
	NAV,
	.main > .banner:first-child,
	.main .sidebar,
	.scroll-to-top,
	.modal-dialog,
	#footer_divider,
	FOOTER {
		display: none !important;
	}
	
	/* shrink the logo */
	HEADER #header-logo img {
		width: 200px;
	}
	
	/* shut off bootstrap's link display */
	a[href]:after {
		content: "" !important;
	}
}
.editable-jobcategory .dropdown.bootstrap-select {
	display:block !important;
}