body {
	font-family: 'Merriweather Sans', sans-serif;
	background-color:#fff;
	color:#0f2f4f;
	font-weight:300;
}
a {
	color:#0f2f4f;
}
h1,h2 {
	color: #0f2f4f;
}
.nav-link {
	color:#0f2f4f !important;
	padding-right:1.5rem !important;
	padding-left:1.5rem !important;
	font-weight:600;
}
.btn-primary {
	background-color:#0f2f4f;
	color:#fff !important;
	border-radius:30px;
	border:0;
}
#search_form .form-control {
	color: #6c757d;
}
.btn-primary:hover {
	background-color: #0073c6;
}
.nav-item .show {
	color: #308dd1 !important;
}
.red_label {
	color: #ed1c24;
	letter-spacing: 2px;
	font-size: 10pt;
	font-weight: bold;
}
.dropdown-toggle::after {
	position: absolute;
  # right: 5px;
   top: 20px;
   transform: translateY(-50%);
   font-family: "FontAwesome"; 
   content: "\f107";
   font-size: 16px;
   border:0;
}
.contentLeft {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    width: 480px;
}
.contentRight {
    float: left;
    overflow: hidden;
    width: 485px;
}
.input-group span{
  position: absolute;
  margin-left: 5px;
  height: 45px;
  display: flex;
  align-items: center;
  z-index:1000;
  color:#8c8989;
}
.input-group input{
  padding-left: 25px;
  height: 45px;
  font-size:10pt;
}
.input-group select{
  padding-left: 25px;
  height: 45px;
}
.dropdown:hover .dropdown-menu {
display: block;

}
.dropdown:hover .dropdown-toggle {
background-color:#fff;
border:0;
#border-bottom:1px solid transparent;
bottom: 0px;
#position: relative;
z-index: 1000;
#position:relative;
#margin-left: -1px;
#margin-right: -1px;
}
.dropdown:hover .btn-primary {
	background-color:#0f2f4f !important;
	color:#fff !important;
}
.dropdown-item {
	#border-bottom:1px solid #8f8c8c;
	padding:10px;
	#font-weight:bold;
	z-index:1;
	color:#869bb1;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color:#f2f2f2;
	color:#495769;
}
.dropdown-menu {
	border:0;
	background-color:#0f2f4f;
	margin-top:-6px;
	margin-right:-1px;
	padding:0;
	border-radius:0;
	#border-top:0;
	z-index:1
}
 #employeeForm .inputContainer{
		width:100% !important;
  }
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.green-square {
	width:45px;
	height:45px;
	border-radius:10px;
	background-color:#04c87e;
	margin-top:20px;
	margin-bottom:20px;
}
.info-head {
    position: relative;
    font-size: 15pt;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	color:#869099;
	font-weight:300;
}
.info-head:before, .info-head:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #6c7f92;
}
.info-head:before {
    margin-left: -50%;
    text-align: right;
}
.info-box {
	background-color:#fff;
	box-shadow: 11px 11px 20px -15px rgba(212,212,212,1);
	padding:10px;
	border-radius:15px;
	text-align:center;
}
.info-box h2 {
	color:#ed1c24;
	font-size:15pt !important;
	font-weight:400;
}
.info-box .num {
	font-size:55pt;
	color:#8c9fb8;
	font-weight:300;
	line-height: 1.1;
  margin-top: 10px;
}
.info-box .info-content{
	font-weight:300;
	line-height: 1.2;
	font-size: 11pt;
	min-height: 53px;
}
.info-box a {
	color: #aeb0b2;
	font-weight:400;
	text-decoration:underline;
}
.search-icon {
	content: '';
	 display: block;
	 height: 40px;
	 width: 40px;
	 background-image: url('/images/search_icon.svg');
	 background-size: 40px;
	 background-repeat: no-repeat;
	 filter: invert(13%) sepia(77%) saturate(6712%) hue-rotate(353deg) brightness(99%) contrast(88%);
	 float:left;margin-right:25px;margin-top:0px;
}
.list-icon {
	content: '';
	 display: block;
	 height: 40px;
	 width: 35px;
	 background-image: url('/images/list_icon.svg');
	 background-size: 35px;
	 background-repeat: no-repeat;
	 filter: invert(13%) sepia(77%) saturate(6712%) hue-rotate(353deg) brightness(99%) contrast(88%);
	 float:left;margin-right:30px;margin-top:0px;
}
.chat-icon {
	content: '';
	 display: block;
	 height: 40px;
	 width: 40px;
	 background-image: url('/images/chat_icon.svg');
	 background-size: 40px;
	 background-repeat: no-repeat;
	 filter: invert(13%) sepia(77%) saturate(6712%) hue-rotate(353deg) brightness(99%) contrast(88%);
	 float:left;margin-right:25px;margin-top:0px;
}


.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0f2f4f;
    right: 11px;
    top: 6px;
    height: 50px;
    padding: 25px 10px 0px 8px;
    border-left: 0;
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #0f2f4f;
  -ms-word-break: normal;
  word-break: normal;
}

.selectdiv2:after {
    content: '\f078';
    font: normal normal normal 15px/1.8 FontAwesome;
	color:#b3b8bd;
    right: 11px;
    top: 6px;
    height: 50px;
   padding-right:14px;
    border-left: 0;
    position: absolute;
    pointer-events: none;
}

.selectdiv2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
.selectdiv3:after {
    content: '\f078';
    font: normal normal normal 15px/1.8 FontAwesome;
	color:#b3b8bd;
    right: 11px;
    top: 6px;
    height: 50px;
    padding: 25px 10px 0px 8px;
    border-left: 0;
    position: absolute;
    pointer-events: none;
}

.selectdiv3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
.table .thead-dark th {
	background-color:#fff;
}
.table thead th{
	border:0;
}
.table th {
	background-color:#fff;
	color:#0f2f4f;
}
.table th a{
	color:#0f2f4f !important;
}
.table .thead-dark th {
	background-color:transparent;
	color:#0f2f4f;
}
.ptype {
	background-color:#ff464d;
	color:#fff;
	font-weight:100;
	border-radius:3px;
	padding:6px;
	margin:3px;
	font-size:9pt;
}
.new {
	background-color:#0f2f4f;
	color:#fff;
	font-weight:100;
	border-radius:3px;
	padding:6px;
	margin:3px;
	font-size:9pt;
}
.table td{
	border-top: 1px solid #e4e7ec;
	font-weight:300;
	padding-top:25px;
	padding-bottom:25px;
	color: #0f2f4f;
}
.table td .joblink{
	color: #0f2f4f;
	font-weight:600;
}
.table td a{
	color: #0f2f4f;
}
.input-group > .form-control:not(:first-child){
	border-radius:4px;
}
.input-group > .form-control:focus {
	z-index:0;
}
@media (max-width:1280px) and (min-width:767px) {
    #hlogo {
	max-width:250px !important;
    }
}
@media(max-width:767px) {
	h1 {
		font-size:25pt !important;
	}
	.navbar-brand img {
		max-width:200px !important;
	}
	.col-md-3 {
		padding-left: 15px !important;
	}
	.col-md-2 {
		padding-right: 15px !important;
	}
	.jumbotron_padding {
		padding-top:150px !important;
	}
	.green-square {
	width:35px;
	height:35px;
	margin-top:10px;
	margin-bottom:10px;
	}
	.info-box h2{
		font-size:18pt !important;
	}
	.info-box {
		border:1px solid #7b7a7a;
		margin:10px;
	}
	#profile_cbox {
	    overflow: scroll;
	}
}
.nowrap {
        white-space:nowrap;
    }
.c-container, .c-container2 {
	width:100%;
}
@media only screen and (max-width: 800px) {
	.fcomp img { padding:15px !important;}
	#topJobsCarousel .fa-angle-left { margin-left: -30px !important; }
	#topJobsCarousel .fa-angle-right { margin-right: -5px !important; }
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
	#no-more-tables table {
		border:0px !important;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { margin: 5px;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0; 
		position: relative;
		padding-left: 10px; 
		padding-top:3px;
		padding-bottom:3px;
		white-space: normal;
		text-align:left;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
@media only screen and (min-width: 1200px) {
	.c-container {
		max-width:1400px;
	}
	.c-container2 {
		max-width:1250px;
	}
	.dropdown .btn-primary{
		margin-left:50px;
	}
}
.greySquareHomepage {
    float: right;
    width: 300px;
}

.greySquare {
    display: table;
    vertical-align: middle;
    margin: 4px;
    text-align: center;
    float: left;
    width: 100px;
    height: 80px;
    border: 1px solid #878787;
    background-color: #D6D6D6;
    border-radius: 3px;
}
/****************
 * employer CSS *
 ****************/
 input[type="submit"] {
    background-color: #0f2f4f;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: bold;
	font-size:13pt;
    cursor: pointer;
    border: 0;
    border-radius: 30px;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #0069d9;
    text-decoration: none;
}

input[type="submit"]:active {
    background-color: #0069d9;
}

 input[type="reset"] {
    background-color: #007bff;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: .25rem;
}

input[type="reset"]:hover, input[type="submit"]:focus {
    background-color: #0069d9;
    text-decoration: none;
}

input[type="reset"]:active {
    background-color: #007bff;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}

 input[type="button"] {
    background-color: #007bff;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: .25rem;
}

input[type="button"]:hover, input[type="submit"]:focus {
    background-color: #0069d9;
    text-decoration: none;
}

input[type="button"]:active {
    background-color: #0069d9;
}

a.linkButton {
    background-color: #0f2f4f;
    color: #ffffff;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: .25rem;
}

a.linkButton:hover, a.linkButton:focus {
    background-color: #0069d9;
    text-decoration: none;
}

a.linkButton:active {
    background-color: #0069d9;
}
 
div#welcomeBar {
    background-color: #d00;
    color: #000000;
}
div.underWelcomeBarRight {
    color: #000000;
    background-color: #000000;
}
div.contentBoxTop {
    background-color:  #0f2f4f;
    color: #ffffff;
}
/* BEGIN NAV MENU SIMPLE*/
/* general */
div#navSimple {
    background-image: url(/bundles/jobscore/images/1x32_blue_gradient.png);
    border-bottom: 1px solid #d00;
}
#menuSimple a { color: #000000; }
#menuSimple .toplinkSeperator { border-left: 1px solid #000000; }
#menuSimple .active {
    background-color: #000000;
}
div#subnavSimple {
    background-color: #000000;
    height:40px;
}
#menuSimple a, #subnavMenuSimple a {
    color: #000000;
}
/* END NAV MENU */
#searchArea {
    background-color: #CFCFCF;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
/* REGISTRATION */
div.labelLeft {float: left; width: 160px; font-weight: bold;}
div.inputLeft {float: left; max-width:100%; }
div.inputErrorLeft {float: left;  color: red; }
div.inputContainer {margin-bottom: 5px; max-width:100%; }

/* END REGISTRATION */
.boldNavy {color: navy; font-weight: bold;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}

/* ACCOUNT LEVEL PAGE */
td.greyBoxRight {background-color: #DDDDDD; text-align: right; font-weight: bold; padding-bottom: 5px; padding-right: 10px; padding-left: 5px;}
td.greyBoxCenter {background-color: #DDDDDD; text-align: center; }
td.whiteBoxCenter { background-color: #FFFFFF; text-align: center; }
td.whiteBoxRight { background-color: #FFFFFF; text-align: right; }
td.borderBottomGrey1px { border-bottom: 1px solid #A0A0A0; }
td.borderTop2px { border-top: 2px solid #A0A0A0; }
td.borderTopWhite1px  { border-top: 1px solid #FFFFFF; }
td.borderTopWhite2px  { border-top: 2px solid #FFFFFF; }
td.borderTop3px { border-top: 3px solid #A0A0A0; }
td.borderLeft1px { border-left: 1px solid #A0A0A0; }
td.borderRight1px { border-right: 1px solid #A0A0A0; }
td.borderRight3px { border-right: 3px solid #A0A0A0; }
td.submitButton { text-align: center; font-weight: bold; padding-top: 20px; }
td.padTop1px { padding-top: 1px; }
td.padTop2px { padding-top: 2px; }
td.padTop3px { padding-top: 3px; }
td.padTop4px { padding-top: 4px; }
td.padTop5px { padding-top: 5px; }
td.padTop20px { padding-top: 20px; }
td.padBottom4px { padding-bottom: 4px; }
td.padBottom5px { padding-bottom: 5px; }
td.padRight10px { padding-right: 10px; }
td.padLeft5px { padding-left: 5px; }
td.alignTop { vertical-align:top; }
td.center { text-align:center; }

/* END ACCOUNT LEVEL PAGE */

ul.myProfileSideMenu li.active{
	border-right:0px;
	padding-right:5px;
    color:#ffffff;
    background-color: #0f2f4f;
}
ul.myProfileSideMenu li.active a{
    color:#ffffff;
}
ul.myProfileTopMenu li.active{
	border-bottom:0px;
	 padding-bottom:5px;
	 color:#ffffff;
    background-color:#d00;
}
ul.myProfileTopMenu li.active a{
	 color:#ffffff;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.error {
    color: #FF0000;
}

span.fieldError {
    margin-left: 5px;
}

ul.errorList {
    list-style-type: none;
}

.success {
    color: #000080;
}

.requiredAsterisk {
    color: #FF0000;
}

input[type="submit"].disabled {
    background-color: #CCCCCC;
    color: #000000;
    border: 1px solid #0069d9;
}

input[type="submit"].disabled:hover, input[type="submit"].disabled:focus {
    background-color: #CCCCCC;
    text-decoration: none;
}

input[type="submit"]:active {
    background-color: #CCCCCC;
}

div.StepTabsContainer { margin-left: auto; margin-right: auto; position: relative; top: -5px; background-color: #E0E0E0; }
ul.StepTabs { list-style: none; margin: 0px; padding: 0px; }
ul.StepTabs * { font: bold 1.1em arial,sans-serif; }
ul.StepTabs li.incomplete, div.postAdBgIncomplete { background-color: #E0E0E0; color: #808080; }
ul.StepTabs li.complete, div.postAdBgComplete { background-color: #C3C3C3; color: #000000; }
ul.StepTabs li.active, div.postAdBgActive { background-color: #FFFFFF; color: #000000;}
ul.StepTabs li {
    float: left;
    #height: 40px;
    line-height: 30px;
    padding:10px;
}
ul.StepTabs li div.stepOneImage,ul.StepTabs li div.stepTwoImage,
ul.StepTabs li div.stepThreeImage,ul.StepTabs li div.stepFourImage,
ul.StepTabs li div.stepFiveImage,ul.StepTabs li div.stepSixImage {
    float: left;
    height: 24px;
    width: 24px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 1px;
}
ul.StepTabs li.incomplete div.stepOneImage {
    background:url(/bundles/jobscore/images/step-tabs.png) 0px -24px no-repeat;
}
ul.StepTabs li.active div.stepOneImage {
    background:url(/bundles/jobscore/images/step-tabs.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
ul.StepTabs li.incomplete div.stepTwoImage {
    background:url(/bundles/jobscore/images/step-tabs.png) -24px -24px no-repeat;
}
ul.StepTabs li.active div.stepTwoImage {
    background:url(/bundles/jobscore/images/step-tabs.png) -24px 0px no-repeat;
}
ul.StepTabs li.incomplete div.stepThreeImage {
    background:url(/bundles/jobscore/images/step-tabs.png) -48px -24px no-repeat;
}
ul.StepTabs li.active div.stepThreeImage {
    background:url(/bundles/jobscore/images/step-tabs.png) -48px 0px no-repeat;
}
ul.StepTabs li.incomplete div.stepFourImage {
    background:url(/bundles/jobscore/images/step-tabs.png) -72px -24px no-repeat;
}
ul.StepTabs li.active div.stepFourImage {
    background:url(/bundles/jobscore/images/step-tabs.png) -72px 0px no-repeat;
}
ul.StepTabs li.complete div.stepOneImage,ul.StepTabs li.complete div.stepTwoImage,
ul.StepTabs li.complete div.stepThreeImage,ul.StepTabs li.complete div.stepFourImage {
    background:url(/bundles/jobscore/images/step-tabs.png) -168px 0px no-repeat;
    height: 25px;
}
span.postJobStepLabel
{
    color: #D00D00;
}
/*********************
 * my profile styles *
 *********************/
div.myProfileLeft {
    float: left;
    width: 200px;
    margin-top: 35px;
}
div.myProfileRight {
    width: 770px;
    float: left;
}
div.myProfileTopNav {
}
div.myProfileContent {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 5px;
    min-height:250px;
}
ul.myProfileSideMenu {
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.myProfileSideMenu li {
background-color:#ffffff;
margin-top:10px;
border-top: 1px solid #000000;
border-right:1px solid #000000;
 border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
margin-right:-1px;
#height:20px;
}

ul.myProfileSideMenu li.active{
	border-right:0px;
	 padding-right:5px;
}
ul.myProfileSideMenu li a{
	color:#000000;
}

ul.myProfileTopMenu {
    #height: 45px;
    font-weight: bold;
    font-size: 10pt;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.myProfileSideMenu li {
    padding: 5px;
}
ul.myProfileTopMenu li a{
	color:#000000;
}
ul.myProfileTopMenu li {
	background-color:#ffffff;
    padding: 5px;
    height: 35px;
    margin-left: 5px;
    float: left;
    padding-bottom:4px;
    text-align: center;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom:1px solid #000000;
}
ul.myProfileTopMenu li.active{
	border-bottom:0px;
	 padding-bottom:5px;
}
div.tabbedContent {
    margin-left: 30px;
}
table.myProfileTable {
    width: 100%;
}
table.myProfileTable td.myProfileRight {
    text-align: right;
    vertical-align: top;
}
table.myProfileTable td.myProfileRowHeading {
    font-weight: bold;
    vertical-align: top;
}

table#searchResults {
    width: 80%;
}
tr.top td { border-top: thin solid black; }
tr.bottom td { border-bottom: thin solid black; }
tr.row td:first-child { border-left: thin solid black; }
tr.row td:last-child { border-right: thin solid black; }
.hide_lg {
				display:none;
			  }
#mainFrame {
			max-width: 100%;
			font-size:11pt;
		}
		#navSimple  {
		  max-width:100%;
		}
		#menuSimple {
		   max-width:100%;
		}
		.menuIcon {
		    display: none;
		    background: #000;
		    width: 100%;
		  color: #ffffff !important;
		  font-size:15pt;
		    }
		    .menuIcon a{
		  color: #ffffff !important;
		    }
		    .OneHun {
			width: 98%;	
		    }
		@media  (max-width: 750px) {
					.hide_md {
						display:none;
				    }
					.sm_font {
						font-size:8pt !important;
					}
					.sm_box {
						width:48% !important;
						font-size:8pt;
					}
					.sm_box ul {
						padding-left:10px;
					}
					 .hide_lg {
						display:block;
					  }
			  }
		@media  (max-width: 979px) {
			.main {
				padding:5px;
				background-color:#ffffff;
			  }
			  #mainFrame {
				padding:0px;
			  }
			  .hide_sm {
						display:none !important;
			   }
			   .sm_font {
						font-size:8pt !important;
					}
					
			  .contentRight {
				max-width:100% !important;
				width:100%;
			  }
			  .contentLeft {
				max-width:100% !important;
				width:100%;
			  }
				.sm_box {
						width:48% !important;
						font-size:8pt;
					}
					.sm_box ul {
						padding-left:10px;
					}

			  .labelLeft {
				width:100% !important;
			  }
			  div.tabbedContent {
				margin-left:0;
			  }
			  textarea {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;

				width: 100%;
			  }
			  .jumbotron {
			  border-radius: 0;
			  margin-top: 100px !important;
			  padding-bottom: 30px !important;
			  margin-bottom: 10px !important;
			  background-size: cover;
			  padding-top: 30px !important;
			}
			.jumbotron h1 {
				margin-top:0 !important;
				margin-bottom:0 !important;
				margin-left:0 !important;
			}

			.jumbotron h1 span {
				font-size: 20pt !important;
			}
			.mob_pad {
				padding:10px !important;
				margin:10px !important;;
			}
			.mob_pad2 {
				padding:10px !important;
				
			}
			.table td .joblink{ font-weight:400 !important; text-decoration:underline;}
		}
		@media  (max-width: 1024px) {
				 .front-tiles {
					display: none !important;
				 }
				 .sm_box_full {
						width:100% !important;
					}
			  }
		@media  (max-width: 1145px) {
				 .front-tiles {
					width:690px !important;
				 }
			  }
		@media  (max-width: 768px) {
			  .main {
				padding:5px;
				background-color:#ffffff;
			  }
			  #mainFrame {
				padding:0px;
			  }
			  .hide_sm {
				display:none !important;
			  }
			  .sm_font {
						font-size:8pt !important;
					}
					
			  .contentRight {
				max-width:100% !important;
				width:100%;
			  }
			  .contentLeft {
				max-width:100% !important;
				width:100%;
			  }
			  .sm_box {
						width:48% !important;
						font-size:8pt;
					}
					.sm_box ul {
						padding-left:10px;
					}
					.sm_box_full {
						width:100% !important;
					}
			  .labelLeft {
				width:100% !important;
			  }
			  div.tabbedContent {
				margin-left:0;
			  }
			  textarea {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;

				width: 100%;
			  }
			  td {
				border-right:0 !important;
			  }
			  }

			  @media  (max-width: 1170px) {
			  #sframe {
					border:0 !important;
			  }
			  .info-content {
				min-height:1px !important;
			}
			.info-box h2 {
				height:auto !important;
			}


		}
		.home_search {
margin-top: 15px;
}
.myProfileContent td, .myProfileContent th {
    padding: 5px;
	}
input {
	max-width:100% !important;
}
.inputLeft input[type="text"], .inputLeft input[type="password"],.inputLeft input[type="email"] {
	width:100%;
}
td input[type="text"], td input[type="password"], td input[type="email"]{
	width:100%;
	border:1px solid #d8d7d7;
	height: calc(1.5em + .75rem + 2px);
}
.inputLeft input[type="checkbox"], .inputLeft input[type="radio"]  {
	width: 30px;
	display: inline-block;
	height: 30px;
	margin-right: 5px;
}

checkbox  {
	width: 15px;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
}


div.labelLeft center {
	display:inline;
}
div.inputLeft br{
    display:none;
}
select:focus:hover {
   border-color:inherit !important;
}
div.labelLeft {
width:100% !important;
#background-color: #ccc;
#border-top: 1px solid #000;
#margin-top: 10px;
#padding: 5px;
font-weight:400;
}
label.required::before {
  content: "* " !important;
  color: inherit !important;
 }
div.inputLeft {
   width:100%;
}
div.inputLeft input, div.inputLeft select, div.inputLeft textarea {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 5px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid  #d8d7d7;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-left:0px;
	margin-top:5px;
}
 div.inputLeft textarea {
	height:200px;
 }
.inputContainer {
	max-width:100% !important;
}
.navbar.navbar-default {
    border-radius: 0;
    margin: 12px 0 5px;
    background-color: #eee;
    border-color: #f1f1f1;
}
.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
 }
.navbar-header {
	width:100%;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
[class*=" icon-"]::before, [class^="icon-"]::before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-default .navbar-toggle {
    border-color: #ccc;
}
.navbar-default .navbar-nav > li > a {
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px 12px 19px;
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    transition: none;
    }
 .nav > li {
    position: relative;
    display: block;
    padding: 15px;
	border-bottom: 1px solid #ccc;
}

.show > .dropdown-menu {
  max-height: 800px;
  visibility: visible;
}
 #my_jobs_tab ul{
	border:0;
 }

  #my_jobs_tab li{
     padding: 15px;
     border-bottom: 1px solid #ccc;
 }
.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.1s ease;
  overflow: hidden;
}

/**************
 * Header CSS *
 **************/
div#mainHeader {
    font-family: arial;
}
div#mainHeader a {
  color: #FFFFFF;
  text-decoration: none;
}
div#welcomeBar {
    width: 100%;
    background-color: #660700;
    color: #000000;
    font-size: 11pt;
}
span.welcomeLeft {
    float: left;
    padding: 5px;
}

span.welcomeLeftUsername {
    margin-right: 30px;
}

span.welcomeRight {
    float: right;
    padding: 5px;
}
div#underWelcomeBar {
    font-size: 11pt;
    width: 100%;
}
div.underWelcomeBarRight {
    padding: 5px;
    float: right;
    color: #000000;
    background-color: #003359;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* BEGIN NAV MENU SIMPLE*/
/* general */
div#navSimple {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    font: bold 11pt arial,sans-serif;
    overflow: hidden;
}
#menuSimple {
    width: 2000px;
    height: 32px;
    line-height: 32px;
}
#menuSimple,#menuSimple ul,#subnavMenuSimple,#subnavMenuSimple ul { list-style: none; }
#menuSimple,#menuSimple *, #subnavMenuSimple, #subnavMenuSimple *{
    padding: 0;
    margin: 0;
}
/* top links */
#menuSimple li.toplink,#subnavMenuSimple li.subnavlink {
    float: left;
    padding: 0 6px;
}
#subnavMenuSimple li.subnavlink { padding: 0px 15px; }
#menuSimple a {
    padding: 0 7px;
}
/* child lists and links */
#menuSimple .subnav a { height: auto; top: auto; }
#menuSimple .subnav {
    display: none;
    position: absolute;
}
/* fancy styling */
#menuSimple .subnav li {
    text-align: left;
    padding: 0 0 3px 5px;
}
#menuSimple a,#subnavMenuSimple a { text-decoration: none; }
#navSimple div.link {
    padding: 6px 0 0 15px;
    display: inline-block;
}
#navSimple div.link a {
    text-decoration: none;
}

div#subnavSimple {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    /*font: 9pt arial,sans-serif;*/
    overflow: hidden;
}
div.bigSubnavSimple {
    font: 24pt arial,sans-serif;
}
div.normalSubnavSimple {
    font: 9pt arial,sans-serif;
}
#subnavMenuSimple {
    width: 2000px; 
    /*height: 25px;
    line-height: 25px;*/
}
div#navSimple {
    background-image: url(/bundles/jobscore/images/1x32_red_gradient.png);
    border-bottom: 1px solid #550700;
}
#menuSimple a { color: #000000; }
#menuSimple .toplinkSeperator { border-left: 1px solid #550700; }
#menuSimple .active {
    background-color: #660700;
}
div#subnavSimple {
    background-color: #660700;
    height: 30px;
}
#menuSimple a, #subnavMenuSimple a {
    color: #000000;
}
/* END NAV MENU */
#searchArea {
    background-color: #CFCFCF;
    border-bottom: 2px solid #660700;
    border-left: 2px solid #660700;
    border-right: 2px solid #660700;
    padding: 7px 10px 7px 10px;
}
 #no-more-tables table{
        width:100%;
        overflow-wrap: break-word;
    }
  #bankForm input {
	width:inherit;
  }
  #bankForm input[type="submit"] {
	padding:0px 15px;
	height:inherit;
  }
  input[name="filter1"], input[name="filter2"] {
	width:inherit !important;
  }
  .form-control {
	border-color: #797c80;
	font-weight:100;
  }
  #jobform label {
	font-weight:bold;
  }
  #emonth, #eday, #eyear {
	display:inline;
	width:100px;
  }
   select[name="month2"],  select[name="day2"],  select[name="year2"] {
	display:inline  !important;
	width:100px  !important;
  }
  #employeeForm {
		max-width:600px;
  }
 
  .contentRight .inputLeft {
	float:left !important;
  }
  .contentRight #jobSearchForm_zip_distance, .contentRight #jobSearchForm_zipcode
  {
	display: inline;
	width:100px;
  }
  #Education_start_date_month, #Education_start_date_year, #Education_end_date_month, #Education_end_date_year,
  #WorkHistory_start_date_month, #WorkHistory_start_date_year, #WorkHistory_end_date_month, #WorkHistory_end_date_year,
  #PromoCodeForm_end_date_day, #PromoCodeForm_end_date_month, #PromoCodeForm_end_date_year,  #PromoCodeForm_start_date_day, #PromoCodeForm_start_date_month, #PromoCodeForm_start_date_year
  {
	display: inline;
	width:100px;
  }
  #addWorkHistoryLink, #addEducationLink, #addReferenceLink {
	display:block;
	margin:10px;
	margin-top:25px;
	background-color: #6b8199;
  }
  .resume a.linkButton {
	padding:5px;
  }
  #profile_cbox table {
	font-size:10pt !important;
  }
  .middle{
	padding:15px;
  }
  .flabel {
    #background-color: #ccc;
    #border-top: 1px solid #000;
    margin-top: 10px;
    padding: 5px;
	font-size:14pt;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	font-weight:400;
}
.flabel label { margin-bottom:3px;}
.jdetail {
	padding:10px;
}
.bjobs {
	outline: 5px solid #0f2f4f !important;
	border:5px solid #acacac !important;
}
INPUT:hover, INPUT:focus, textarea:focus, textarea:hover{
border-color:inherit !important;
}
table[width="600"] {
	display:block;
}
