
/*
 *
 * Main Body
 *
 */

body {
	background-image: url('/images/4/11616/20250414125941-1LightEdison_bkg.jpg');    background-repeat: repeat-x;
    text-align: center;
    background-color: #FFFFFF;
    background-position: top left;     font-family: "Arial", Arial;
    color: #30495E;
    font-size: 10pt;
}

body div.container-fixed {
	width: 1130px; 
	margin: auto;	background-color: transparent;
}

div#mainArea {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}






/*
 *
 * Header/Nav/Breadcrumbs
 *
 */
 
body div.header {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	background-color: #;
	height: 95px;
}

ol.breadcrumb.text-left {
	background-color: transparent;
	margin-bottom: 0;
}

ol.breadcrumb.text-left li + li:before {
	content: ">";
	color: #30495E;
}

.navbar-default span.navbar-brand {
	font-weight: bolder;
	color: #000000;
}

.navbar-brand {
	display: none;
}

ul#menuLinks {
	margin-top: 13px;
}

ul#menuLinks li {
	padding: inherit 5px;
}

ul#menuLinks li + li {
	border-left: 1px dashed #30495E;
}

ul#menuLinks li > a {
	padding: 2px 11px;
}

.navbar-default .navbar-text {
	color: #30495E;
}

.navbar-default .navbar-nav > li > a {
	color: #30495E;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #A96B40;
}

.navbar-default, .navbar-filter, .table tbody tr, .uploaded-resumes-container .file {
	filter:none;
	background: #F1F0F3; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #F1F0F3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#F1F0F3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#F1F0F3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#F1F0F3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#F1F0F3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#F1F0F3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F1F0F3',GradientType=0 ); /* IE6-8 */
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav
li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav    
li.dropdown.open.active>.dropdown-toggle,
.navbar, .navbar-inverse .navbar-inner {
	filter: none;
}

.navbar-default .navbar-filter {
	padding: 15px;
	width: 450px;
}







/*
 *
 * Footer
 *
 */

body .panel-footer {
background-color: #FFFFFF;
height: 35px;
color: #30495E;
font-size: 10pt;
}
body .panel-footer a {
color: #30495E;
font-size: 10pt;
}
body .panel-footer a:hover {
color: #A96B40;
font-size: 10pt;
}








/*
 *
 * Table Customizations
 *
 */

.table {
	margin-bottom: 3px;
	border-collapse: separate;
}

.table thead tr th {
	filter:none;
	background: #4F4F4F; /* Old browsers */
	background: -moz-linear-gradient(top,  #4F4F4F 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4F4F4F), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4F4F4F 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4F4F4F 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4F4F4F 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4F4F4F 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F4F4F', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	color: #FFFFFF;
}

.table thead tr th:first-child {
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-left: 1px solid #30495E;
}

.table thead tr th:last-child {
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-right: 1px solid #30495E;
}

.table thead tr th {
	border-top: 1px solid #30495E;
}

.table tbody tr td {
	border-bottom: 1px solid #30495E;
}

.table tbody tr td:first-child {
	border-left: 1px solid #30495E;
}

.table tbody tr td:last-child {
	border-right: 1px solid #30495E;
}

.table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-left: 1px solid #30495E;
}

.table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-right: 1px solid #30495E;
}

.table thead > tr > th {
	border-bottom: 0;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border-top: 0;
}

.submitted-applications {
	text-align: left;
}








/*
 *
 * Text/Color/General Tweaks
 *
 */

span.accent, h4.accent, h3.accent, h2.accent, h1.accent {
	color: #30495E !important;
}

.background-theme, a.list-group-item:hover {
	background-color: #F1F0F3 !important;
}

.list-group-item, .navbar-default {
	border-color: #30495E;
}

a {
	color: #30495E;
}

a:hover {
	color: #A96B40;
}

.full-width {
	width: 100% !important;
}

hr {
	border-top-color: #30495E;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	text-align: left;
}

pre {
	text-align: left;
}

.loading {
	display: none;
	margin-top: 20px;
}

span.success {
	color: #1E5C22;
}

span.invalid {
	color: #777777;
}

span.warning {
	color: #C2BD48;
}

span.info {
	color: #87CDDD;
}

span.danger {
	color: #C21E1E;
}

dt {
	font-size: 120%;
}

dd {
	margin-bottom: 10px;
	padding-left: 15px;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.bold {
	font-weight: bold;
}

.well {
	background-color: #F1F0F3;
	border-color: #30495E;
}

.add-app {
	margin: 13px auto;
}

.note {
	font-weight: bold;
	cursor: pointer;
}








/*
 *
 * Form/Input/Select 
 *
 */

input.btn.accent, a.btn.accent, button.btn.accent {
	background-color: #30495E !important;
	color: #FFFFFF !important;
}

input.btn.accent:hover, a.btn.accent:hover, button.btn.accent:hover {
	background-color: #A96B40 !important;
	color: #EEEEEE !important;
}

.input-spacing {
	padding: 3px 0;
}

.input-group-addon img {
	height: 16px;
}

.input-height-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-group div.div-control {
	padding: 5px 15px;
	position: relative;
	min-height: 1px;
}

.form-group div.div-control input:first-child, .form-group div.div-control select:first-child {
	margin-right: 10px;
}

input.form-control.validated {
	background: url('/images/check_margin.png') no-repeat right #FFFFFF;
}

textarea.form-control.validated {
	background: url('/images/check_margin.png') no-repeat 100% 5% #FFFFFF;
}

select.form-control.validated {
	background: url('/images/check_margin.png') no-repeat right #FFFFFF;
	background-position: 85%;
}

input.form-control.validationFailed {
	background: url('/images/x_margin.png') no-repeat right #FFFFFF;
}

textarea.form-control.validationFailed {
	background: url('/images/x_margin.png') no-repeat 100% 5% #FFFFFF;
}

select.form-control.validationFailed {
	background: url('/images/x_margin.png') no-repeat right #FFFFFF;
	background-position: 85%;
}

.check-group.check-validationFailed {
	background-color: #E0B4B4;
	border: 1px solid #C29097;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}





/*
 *
 * Jobs Page
 *
 */

.dropdown-menu.dropdown-menu-no-padding {
	padding: 0;
}

.strip-side-borders {
	border-left-width: 0;
	border-right-width: 0;
}

.list-group .listing-details {
    list-style-type: none;
    padding: 0 15px;
}

.list-group .listing-details li {
	display: inline;
    padding: 2px 10px;
}

.job-listings .list-group-item {
	padding: 0;
}

.job-listings .list-group-item .job-info {
	border-left: 5px solid transparent;
	padding: 1px 15px;
}

.job-listings .list-group-item:hover .job-info {
    border-left: 5px solid #30495E;
}

.job-listings .list-group-item div h4 {
	margin-bottom: 3px;
}

.job-listings .list-group-item:hover div h4 {
    color: #30495E;
}

.job-listings .list-group-item:hover div li {
    color: #30495E;
}

.list-group .listing-details li + li {
	border-left: 1px dotted #BCBCBC;
}

.job-listings h1, nav h1 {
	font-size: 20px;
	margin-top: 10px;
}

table.present-data td:first-child, table.present-data td:first-child + td + td {
	text-align: right;
	padding-right: 15px;
}

table.present-data td:first-child + td, table.present-data td:first-child + td + td + td{
	color: #666666;
}

.job-listings .list-group-item:last-child, .job-listings .list-group-item:first-child {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}







/*
 *
 *
 * Application
 *
 *
 */

.application-container {
	border-left: 1px solid #30495E;
	border-right: 1px solid #30495E;
	border-bottom: 1px solid #30495E;
}

.steps {
	margin-bottom: 0;
}

.steps-spacer {
	height: 20px;
	border-right: 2px solid #30495E;
}

.steps a.list-group-item:first-child {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.steps a.list-group-item {
	padding-left: 40px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-right-width: 2px;
}

.steps div.steps-help {
	text-align: center;
	border-right: 2px solid #30495E;
	padding-bottom: 20px;
}

.mobile-steps-help {
	text-align: center;
	padding-bottom: 20px;
	display: none;
	padding-top: 100px; 
}

.steps .steps-help img {
	margin-top: 100px; 
}

.steps a.list-group-item.current {
	border-right: 0;
	border-top: 2px solid #30495E;
	border-bottom: 2px solid #30495E;
}

.steps a.list-group-item.complete {
	background: url('/images/steps_check_new.png') no-repeat 7% 50%;
}



#expireDiv {
	width: 100%;
	text-align: center;
	background-color: #63AFD0;
	padding: 10px;
	margin: 0;
	border: 1px solid #024A68;
	color: #024A68;
	font-weight: bold;
	font-size: 125%;
	box-shadow: -1px -1px 5px 1px #5E8C9E inset #5E8C9E inset;
	-moz-box-shadow: -1px -1px 5px 1px #5E8C9E inset #5E8C9E inset;
	-webkit-box-shadow: -1px -1px 5px 1px #5E8C9E inset #5E8C9E inset;
	display:none;
	cursor: pointer;
}

#landingStrip {
	padding-right: 30px;
}

.inline {
	display: inline !important;
}

.application-footer {
	padding-bottom: 10px;
}

.uploaded-resumes-container {
	border: 2px dashed #30495E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 0 0 15px;
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 15px;
}

.uploaded-resumes-container .file {
	float: left;
	border: 1px solid #30495E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	min-height: 125px;
	width: 140px;
}

.uploaded-resumes-container .file .delete {
	float: right;
	color: #777777;
	border: 0;
	padding-bottom: 0;
}

.uploaded-resumes-container .file img {
	height: 56px;
	margin-bottom: 10px;
}





/*
 *
 *
 * Mobile Only Tweaks
 *
 *
 */

@media only screen and (min-device-width : 320px) and (max-device-width : 551px) {

	.navbar-brand {
		display: block;
		width: 75%;
	}
	
	body div.header {
		height: auto;
	}
		
	body div.container-fixed {
		margin: 0 auto;
	}
	
	ul#menuLinks li {
		padding: 18px;
		font-size: 150%;
	}
	
	ul#menuLinks li + li {
		border-left: 0;
		border-top: 1px dashed #C9C9C9;
	}
	
	.job-listings h1, nav h1 {
		display: none;
	}
	
	.centered {
		width: 100%;
	}
	
	#steps {
		display: none;
	}
	
	#landingStrip {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.mobile-steps-help {
		display: block;
	}
	
	.steps div.steps-help {
		display: none;
	}
	
	.steps div.steps-help img {
		margin-top: 0;
	}
	
	div.alert.sticky {
		right: 5px;
		width: 150px;
	}
	
	.steps div.steps-spacer {
		border-right: 0;
	}
}

@media only screen and (orientation : portrait) and (min-device-width : 320px) and (max-device-width : 551px) {
	body div.container-fixed {
		width: 100%;
		max-width: 320px;
	}
	
}

@media only screen and (orientation : landscape) and (min-device-width : 320px) and (max-device-width : 551px) {
	body div.container-fixed {
		width: 100%;
		max-width: 480px;
	}

}









/*
 *
 * Resources List
 *
 */

ul.arrow-list {
	padding-left: 10px;
}

ul.arrow-list li {
	list-style-type: none;
}

ul.arrow-list li:before {
	content: "> \0020";
	color: #A96B40;
}







/*
 *
 * Sticky Notifications
 *
 */

.error-list {
    list-style-type: lower-roman;
    padding-left: 10px;
}

div.alert.sticky {
	display: none;
	position: fixed;
	right: 20px;
	width: 225px;
	z-index: 1500;
	text-align: left;
}

div.alert.sticky:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.alert.sticky:hover button {
	opacity: 1;
	filter: alpha(opacity=100);
}








/*
 *
 *
 * Google translate stuff
 *
 *
 */

.goog-te-menu-value {
    font-size: 9pt !important;
}

#google_translate_element {
    margin-top: -2.9px;
    float: right;
}

#chat_div {
	margin: 10px auto; 
	text-align: center; 
	width: 160px;
}

td .lpPoweredByDiv {
	display:none;
}














/*
 *
 *
 * Employees
 *
 *
 */

.nav-tabs {
	border-bottom: 1px solid #30495E;
}

.nav-tabs > li.active > a, .nav-tabs > li > a, .nav-tabs > li.active > a:hover {
	border-left: 1px solid #30495E;
	border-right: 1px solid #30495E;
	border-top: 1px solid #30495E;
}

div.show_content {
	border-left: 1px solid #30495E;
	border-right: 1px solid #30495E;
	border-bottom: 1px solid #30495E;
	clear: both;
	width: 100%;
	padding: 20px !important;
	position: relative;
}

.job-listings .social-icons {
	margin-top: 11px;
}






/*
 *
 * Bootstrap Modal
 *
 */

.modal-content {
	padding: 10px;
}

.modal-body {
	text-align: left;
	overflow: auto;
}