@import url("https://fast.fonts.net/cssapi/c3dc4aa7-ee6d-47be-94ed-7b492f09709b.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@charset "UTF-8";

/* Override css styles from site-wide styles. Add taleo-specific styles. */

.vendor-responsive {
	font-size: 14px;
}

@media (max-width:767px) {

	.taleo-insert-content .masterbody {
		font-size: 13px;
	}

	.hidden-xs {
		display: none !important
	}
	
	.navbar-header {
		 text-align: center;
	}

	.vendor-responsive .navbar-brand {
		 margin: 6px 0;
		 float: none;
	}
	.vendor-responsive .navbar-brand>img {
		 display: inline-block;
	}
	.datatrain-table {
		/* display: none; */
	}
	
	.headersection .headerpanel {
		height: auto;
	}
	
	.headersection .headerpanel .userpanel {
		float: none;
	}
	.right-header-info {
		float: none;
		padding-top: 5px;
		padding-bottom: 40px;
	}
	.page-info-panel {
		width: 100%;
		float: none;
	}
	.sort-panel {
		float: none;
		margin-left: 15px;
	}
	.mainsection .mastercontentpanel2 {
		padding-right: 0;
		padding-left: 0;
	}
	.accessmanagement .dialog-columns-openid {
		display: block;
		border-left: none;
		border-top: 1px solid #7f7f7f;
		border-top: 1px solid #7f7f7f;
		margin: 15px 0;
		padding: 15px;
	}
}

.careers-sidenav {
	background-color: #009bdf;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	margin-right: -15px;
	margin-left: -15px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-family:"helvetica neue", arial, verdana, sans-serif;
	text-align: center;
}
.careers-sidenav a {
	display: inline-block;
/*CHC Modification - Brent Torgerson - 07/03/2017 - CHC_HR_151484 - Begin
	padding: 6px 15px;*/
	padding: 6px 10px;	
/*CHC Modification - Brent Torgerson - 07/03/2017 - CHC_HR_151484 - End*/	
	color: white;
	text-decoration: none;
	border-right: 1px solid rgba(255,255,255,0.2);
	font-size: 13px;
}
.careers-sidenav a:first-child {
	border-left: 1px solid rgba(255,255,255,0.2);
}
.careers-sidenav a:hover {
	background-color: #002554;
	text-decoration: none;
}

.jobsearch .topSearchPanel, .advanced-search-panel-container {
	background-color: #002554;
}
.taleo-insert-content {
	margin-top: 30px;
	margin-bottom: 60px;
}
.taleo-insert-content .masterbody {
	font-size: 1.0em;
}
.masterbody a {
	color: #009bdf;
	text-decoration: none;
}
.masterbody a:hover {
	color: #002554;
	text-decoration: none;
}
.headersection .headerpanel .userpanel {
	font-size: 13px;
}
.headersection .headerpanel .userpanel .username {
	font-size: 16px;
}
.taleo-insert-content .headersection .headerpanel .linkpanel .link a,
.linkpanel a {
	color: #002554;
	text-decoration: none;
	font-size: 1.1em;
}
.taleo-insert-content .headersection .headerpanel .linkpanel .link a:hover,
.linkpanel a:hover {
	color: #009bdf;
	text-decoration: none;
	font-size: 1.1em;
}
.taleo-insert-content .headersection .headerpanel .linkpanel .selectedlink a, 
.taleo-insert-content .headersection .headerpanel .linkpanel .selectedlink span {
	color: white;
	font-size: 1.1em;
}
.mainsection .iconpanelupdated, .mainsection .iconcontentpanelupdated, .headersection .link2panel, .mainsection .myjobpage .messagenotepanel, .headerpanel .datatrain-t, .headerpanel .datatrain-tv, .headerpanel .datatrain-tv-left-margin, .headerpanel .datatrain-tv-right-margin, .alert-message-notification, .shiftavailability .allshiftpanel, .shiftavailability .alldaypanel, .myaccount .headerblockpanel, .summary .headerblockpanel, .jobsearch .linkpanel, .jobsearch .boxpanelb2-top, .jobsearch .boxpanelb3-top, .jobsearch .boxpanelb4-top, .processesNotSelectedTaskItem td, .processes-table-link {
	background-color: #002554;
}

.search-panel-links-container li { 
	display: inline-block;
}
.headersection .headerpanel .linkpanel .selectedlink {
    background-color: #002554;
    color: white;
}
.topSearchContainer {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 12px;
}
.topSearchContainer .search-panel-links-container {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.topSearchContainer .search-panel-links-container a {
	color: white;
}
.topSearchContainer .search-panel-links-container a:hover {
	color: #009bdf;
	text-decoration: none;
}
.masterbody button, .masterbody input, .masterbody select, .masterbody textarea, .masterbody label {
	font-size: 14px;
	line-height: 1.2;
}
.masterbody input[type="text"] {
	width: 112px;
	color: black;
}
.masterbody .search-button {
	width: 30px;
}
.masterbody a.result-list-button {
	background-color: #002554;
	color: white;
	border-radius: 0;
}
.masterbody a.result-list-button:hover {
	background-color: #009bdf;
	color: white;
}

.open .dropdown-menu {
	left: auto;
}
.masterbody .open .add-to-jobcart {
	background-position: center left 20px;
	text-decoration: none;
}
.masterbody .open .add-to-jobcart:hover {
	background-color: none;
	text-decoration: underline;
}
.multiline-list li:nth-child(odd) {
	background-color: #ebebeb;
}
.page-header {
	margin: auto;
}
.taleo-insert-content .myaccount .title, 
.taleo-insert-content .myaccount .titleaction, 
.taleo-insert-content .mainsection .titlepage, 
.taleo-insert-content .accessmanagement .page-heading-header-title, 
.taleo-insert-content .myaccount .titleblock, .summary .titleblock {
	color: inherit;
}
.taleo-insert-content .mainsection .text, 
.taleo-insert-content .jobsearch .text, 
.taleo-insert-content .jobsearch .savepanel .descriptionpanel .text, 
.taleo-insert-content .mainsection .searchresults .text, 
.taleo-insert-content .mainsection .myjobpage .text, 
.taleo-insert-content .blockpanel .descriptionpanel .text, 
.taleo-insert-content .myaccount .text, 
.taleo-insert-content .shiftavailability .shiftcontentpanel, 
.taleo-insert-content .shiftavailability .daycontentpanel, 
.taleo-insert-content .shiftavailability .daycontentpanelread, 
.taleo-insert-content .alert-message, 
.taleo-insert-content .mainsection .text, 
.taleo-insert-content .accessmanagement .page-header-text, 
.taleo-insert-content .mainsection .separator, 
.taleo-insert-content .messagecenter .page-header-text, 
.taleo-insert-content .messagecenter .entity-value, 
.taleo-insert-content .messagecenter .list-column-value {
	font-size: inherit;
}
.taleo-insert-content .mainsection .label,
.taleo-insert-content .blockpanel .entity-label,
.taleo-insert-content .menuHierarchy label,
.taleo-insert-content .entity-checkbox-label,
.taleo-insert-content .summary .label,
.taleo-insert-content .myaccount .label,
.taleo-insert-content .mainsection .label,
.taleo-insert-content .accessmanagement .entity-label-mandatory,
.taleo-insert-content .mainsection .searchresults .label,
.taleo-insert-content .mainsection .myjobpage .label,
.taleo-insert-content .mainsection .pagerpanel .pagersectionpanel .pagerlabel,
.taleo-insert-content .jobsearch .labelcontent,
.taleo-insert-content .jobsearch .contentdatapanel .searchLookup,
.taleo-insert-content .jobsearch .label,
.taleo-insert-content .jobsearch .savepanel .label,
.taleo-insert-content .jobsearch .resultpropertiescontentpanel .label,
.taleo-insert-content .myaccount .entity-instruction,
.taleo-insert-content .myaccount .text,
.taleo-insert-content .skillsgrouppanel .labelcontent,
.taleo-insert-content .messagecenter .entity-label,
.taleo-insert-content .messagecenter .column-header-value {
	font-size: 14px;
}
.taleo-insert-content .mainsection .inputtext,
.taleo-insert-content .mainsection .inputselect,
.taleo-insert-content .myaccount .inputtext300,
.taleo-insert-content .mainsection .inputtext300,
.taleo-insert-content .myaccount .inputtextmulti,
.taleo-insert-content .mainsection .inputtextmulti,
.taleo-insert-content .mainsection .inputtextmulti2,
.taleo-insert-content .jobsearch .inputtext,
.taleo-insert-content .jobsearch .savepanel .inputtext,
.taleo-insert-content .jobsearch .resultpropertiescontentpanel .inputselect,
.taleo-insert-content .mainsection .searchresults .sortbypanel .inputselect,
.taleo-insert-content .mainsection .listingperpagepanel .inputselect,
.taleo-insert-content .mainsection .inputtextmulti3,
.taleo-insert-content .blockpanel .input-textarea,
.taleo-insert-content .blockpanel .input-text,
.taleo-insert-content .blockpanel .input-smaller input,
.taleo-insert-content .blockpanel .input-select,
.taleo-insert-content .blockpanel .input-date-time select,
.taleo-insert-content .blockpanel .sugInput-input,
.taleo-insert-content .blockpanel .entity-value select {
	font-size: inherit;
}
.taleo-insert-content .mainsection .inputbutton, 
.taleo-insert-content .accessmanagement .nav-btn {
    font-size: 1.2em;
    background-color: #009bdf;
    font-weight: normal;
    color: #ffffff;
    font-style: normal;
    border: none;
    display: inline-block;
    padding: 6px 15px;
    margin-right: 10px;
}
.taleo-insert-content .mainsection .inputbutton:hover, 
.taleo-insert-content .accessmanagement .nav-btn:hover {
    background-color: #002554;
    border: none;
}

.taleo-insert-content .pager {
	display: inline-block;
}
.taleo-insert-content .pager li {
	padding-left: 13px;
	padding-right: 13px;
}
.taleo-insert-content .pager li>a,
.taleo-insert-content .pager li>span {
    display: inline-block;
    padding: 5px 2px;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.taleo-insert-content .pager li>a:focus,
.taleo-insert-content .pager li>a:hover {
    text-decoration: none;
    background-color: none;
}

.taleo-insert-content .headersection .link2panel {
	border: none;
	padding-top: 18px;
	padding-bottom: 0px;
}
.taleo-insert-content .headersection .link2panel .link2 {
    border: 0;
    display: inline-block;
    padding: 0 10px 4px 10px;
}
.taleo-insert-content .headersection .link2panel .link2 a {
    color: white;
    font-size: 0.8em;
}
.taleo-insert-content .headersection .link2panel .link2 a:hover {
    color: #009bdf;
    background-color: transparent;
}
.taleo-insert-content .headersection .link2panel .separatorlink2 {
	display: none;
}
.taleo-insert-content .headersection .link2panel .selectedlink2 a, 
.taleo-insert-content .headersection .link2panel .selectedlink2 span {
	font-size: 0.8em;
	display: inline-block;
	padding-bottom: 4px;
}
.headersection .headerpanel .metapanel {
	font-size: 0.8em;
}
.mainsection .metapanel,
.mainsection .metapanel2 {
	font-size: 0.8em;
}
.headersection .headerpanel .linkpanel .magnifierimg {
    background: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    width: auto;
    margin-right: 4px !important;
}
.headersection .headerpanel .linkpanel .magnifierimg:before {
    content: "\f002";
 }
.taleo-insert-content .accessmanagement .entity-label {
	font-size: 1.0em;
	margin-top: 4px;
}
.accessmanagement .dialog-columns input[type="text"],
.accessmanagement .dialog-columns input[type="password"],
.accessmanagement .dialog-columns-2 input[type="text"],
.accessmanagement .dialog-columns-2 input[type="password"]
{
    width: 240px;
}
.taleo-insert-content .filter-top-panel-container {
	background-color: #002554;
	color: white;
}
.taleo-insert-content .filter-top-panel-container .filter-list {
	color: white;
}

.datatrain-table {
	/* display: none; */
	max-width: 650px;
}
.datatrain-tv {
	width: 80%;
	max-width: 650px;
}
.datatrain-tv-left-margin,
.datatrain-tv-right-margin,
.datatrain-no-focus-left, 
.datatrain-no-focus-right,
.datatrain-focus-left,
.datatrain-focus-right {
	display: none !important;
}
.datatrain-focus {
	border: none;
	background: none;
    margin-top: .25em;
    margin-bottom: .25em;
}
.datatrain-focus .datatrain-wagon {
    background-color: #009bdf;
    color: white;
	margin-top: 3px;
}
.mainsection .column165, .messagecenter .column165 {
	display: none;
}

.custom-form-grid tbody, .custom-form-grid tr, .custom-form-grid td {
    display: block;
    width: 100%;
}
.custom-form-grid tr {
	margin-bottom: 20px;
}
.custom-form-grid input[type="text"],
.custom-form-grid input[type="password"],
.custom-form-grid select {
	min-width: 240px !important;
	max-width: 240px !important;
}
.taleo-insert-content .error-label {
	font-size: 0.9em;
}
.taleo-insert-content .accessmanagement .nav-btn5 {
	background: none;
}
.taleo-insert-content legend {
	font-size: 16px;
}
.summary .titleblock {
	color: white;
}
.summary .table {
	width: auto;
}
.summary .table .label {
	white-space: normal;
}
