/* **********************************************************
   ___  _     _
  / _ \| |__ (_) ___    file: eomjmy.controls.css
 | | | | '_ \| |/ _ \   contents: properties for forms,
 | |_| | | | | | (_) |  buttons, and widgets
  \___/|_| |_|_|\___/

 ********************************************************** */

/* ***** forms ***** */
.text, .textarea, .select
{
	/* default styles for input types */
	padding: 3px;
	border: 1px solid #ccc;
}

#activity_due_date.placeholder, #activity_completion_date.placeholder, #activity_notes.placeholder
{
    color:#757575;    
}

input[type=radio], input[type=checkbox],
.radio, .checkbox
{
	/* checkboxes and radio buttons are narrow and shouldn't
	take on a lot of the wide input defaults, override the above styles */
}

/* ***** buttons *****
	used http://css-tricks.com/examples/ButtonMaker/ to quickly mock these up

	UX has provided eOMJ_ButtonStyles.psd so i'm matching inactive/hover/active
	colors and properties to that document.
	*/
button, input[type=button], a.button, input.button,
.button-large, input[type=button].button-large, a.button-large, input.button-large,
.ButtonMain, div.button
{
	display: inline-block;

	background: #b3cf22;
	background: -webkit-gradient(linear, left top, left bottom, from(#b3cf22), to(#b3cf22));
	background: -webkit-linear-gradient(top, #b3cf22, #b3cf22);
	background: -moz-linear-gradient(top, #b3cf22, #b3cf22);
	background: -ms-linear-gradient(top, #b3cf22, #b3cf22);
	background: -o-linear-gradient(top, #b3cf22, #b3cf22);
	border: 1px solid #819904;
	text-shadow: 1px 1px 1px #7d9018;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

/*	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;*/
	box-shadow: inset 0px 1px rgba(255,255,255,0.5);
	color: white;
	font-size: 13px;
	font-family: Arial;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.ButtonMain.large
{
    font-size:16px;
    line-height:34px;
    padding:0 14px;
}

.button.disabled, .button.disabled:hover, .button.disabled:link, .button.disabled.visited, .button.disabled:active {
    cursor: initial;
    color: #aaa;
    background: #ddd;
    border-color: #bababa;
    text-shadow: 0px 1px 1px #fff;
}

/* the employers button seems to be blue anyway even if the rest are green */
.button.employers, .button-large.employers
{
	background: #0bb3ea;
	background: -webkit-gradient(linear, left top, left bottom, from(#0bb2ea), to(#0bb2ea));
	background: -webkit-linear-gradient(top, #0bb2ea, #0bb2ea);
	background: -moz-linear-gradient(top, #0bb2ea, #0bb2ea);
	background: -ms-linear-gradient(top, #0bb2ea, #0bb2ea);
	background: -o-linear-gradient(top, #0bb2ea, #0bb2ea);
	border: 1px solid #0e3f75;
	text-shadow: 1px 1px 1px #078dba;
}
.button.employers:hover, .button-large.employers:hover
{
	background: #13a9da;
	text-decoration: none;
}

.button.employers:active, .button-large.employers:active
{
	background: #0bb3ea;
	box-shadow: inset 0px -1px rgba(255,255,255,0.5);
	text-decoration: none;
}


/* the search jobs button seems to be red anyway even if the rest are green */
.searchJobsButtonRed.employers, .button-large.searchJobsButtonRed
{
	background: #e62028;
	background: -webkit-gradient(linear, left top, left bottom, from(#e62028), to(#e62028));
	background: -webkit-linear-gradient(top, #e62028, #e62028);
	background: -moz-linear-gradient(top, #e62028, #e62028);
	background: -ms-linear-gradient(top, #e62028, #e62028);
	background: -o-linear-gradient(top, #e62028, #e62028);
	border: 1px solid #c71b26;
	text-shadow: 1px 1px 1px #d91d27;
    text-align:center;
}

.avoidScamsButtonRedBig {width: 142px;text-align:center;}
.avoidScamsButtonRedBig2 {width: 155px;text-align:center;}

.button.searchJobsButtonRed:hover, .button-large.searchJobsButtonRed:hover
{
	background: #d71d26;
	text-decoration: none;
}

.button.searchJobsButtonRed:active, .button-large.searchJobsButtonRed:active
{
	background: #e62028;
	box-shadow: inset 0px -1px rgba(255,255,255,0.5);
	text-decoration: none;
}

/* container for Avoid Scams button when used in the right sidebar */
#sidebarAvoidScamsCont {
    text-align: center;
    margin-bottom:15px;
}

#sidebarAvoidScamsCont .button {
    color: white;
}

/* red button for Avoid Scams */
    .avoidScamsButtonRed, .button.avoidScamsButtonRed, .button-large.avoidScamsButtonRed, #sidebarAvoidScamsCont .button.avoidScamsButtonRed, #sidebarAvoidScamsCont .button-large.avoidScamsButtonRed {
        background: #e62028;
        background: -webkit-gradient(linear, left top, left bottom, from(#e62028), to(#e62028));
        background: -webkit-linear-gradient(top, #e62028, #e62028);
        background: -moz-linear-gradient(top, #e62028, #e62028);
        background: -ms-linear-gradient(top, #e62028, #e62028);
        background: -o-linear-gradient(top, #e62028, #e62028);
        border: 1px solid #c71b26;
        text-shadow: 1px 1px 1px #d91d27;
    }



/* red button for Work Values */
    .workValuesButtonRed, .button.workValuesButtonRed, .button-large.workValuesButtonRed {
        color: white;
        background: #e62028;
        background: -webkit-gradient(linear, left top, left bottom, from(#e62028), to(#e62028));
        background: -webkit-linear-gradient(top, #e62028, #e62028);
        background: -moz-linear-gradient(top, #e62028, #e62028);
        background: -ms-linear-gradient(top, #e62028, #e62028);
        background: -o-linear-gradient(top, #e62028, #e62028);
        border: 1px solid #c71b26;
        text-shadow: 1px 1px 1px #d91d27;
    }


.button.workValuesButtonRed:hover, .button-large.workValuesButtonRed:hover
{
    color: white;
	background: #d71d26;
	text-decoration: none;
}

.button.workValuesButtonRed:active, .button-large.workValuesButtonRed:active
{
    color: white;
	background: #e62028;
	box-shadow: inset 0px -1px rgba(255,255,255,0.5);
	text-decoration: none;
}

/* sliding doors in legacy code - hiding unecessary stuff */
.ButtonMain img
{
	display: none;
}

button:hover, input[type=button]:hover, a.button:hover, input.button:hover,
button:active, input[type=button]:active, a.button:active, input.button:active,
.button-large:hover, .button-large:active, .ButtonMain:hover, .ButtonMain:active
{
	/*background: #0aa8dd;*/
	/*background: #abc426;
	color: #ffffff;
	text-decoration: none;*/
}

button:active, input[type=button]:active, a.button:active, input.button:active, .button-large:active, .ButtonMain:active
{
    /*background: #b3cf22;*/
    -webkit-box-shadow: inset 0px -1px rgba(255,255,255,0.5);
    box-shadow: inset 0px -1px rgba(255,255,255,0.5);
}


/* these are the 'alt' buttons that currently have a gray gradient with red text */
a.button-alt, input.button-alt, button.button-alt, input[type=button].button-alt,
a.button-alt:active, input.button-alt:active, button.button-alt:active, input[type=button].button-alt:active, div.button-alt
{
	background: #ececec;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dbd8d8));
	background: -webkit-linear-gradient(top, #ececec, #dbd8d8);
	background: -moz-linear-gradient(top, #ececec, #dbd8d8);
	background: -ms-linear-gradient(top, #ececec, #dbd8d8);
	background: -o-linear-gradient(top, #ececec, #dbd8d8);
	border-color: #bababa;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	color: #be374e;
}

a.button-alt:hover, input.button-alt:hover, button.button-alt:hover, input[type=button].button-alt:hover,
a.button-alt.active, input.button-alt.active, button.button-alt.active, input[type=button].button-alt.active, div.button-alt:hover
{
	background: #e0dfdf;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dfdf), to(#cecbcb));
	background: -webkit-linear-gradient(top, #e0dfdf, #cecbcb);
	background: -moz-linear-gradient(top, #e0dfdf, #cecbcb);
	background: -ms-linear-gradient(top, #e0dfdf, #cecbcb);
	background: -o-linear-gradient(top, #e0dfdf, #cecbcb);
	color: #be374e;
}

/* ***** 'saved' button ***** */
.button.saved
{

}

.button-grouped-first
{
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;

	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;

	border-right-width: 0;
}

.button-grouped-first.active
{
	border-right-width: 1px;
}

.button-grouped-last
{
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;

	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;

	border-left-width: 0;
}

.button-grouped-last.active
{
	border-left-width: 1px;
}

.buttons-joined .button,
.buttons-joined .button-large,
.buttons-joined .button-huge
{
	margin-top: 0;
	margin-bottom: 0;
}

/* ***** large buttons ***** */
.button-large, input[type=button].button-large, a.button-large, input.button-large
{
	padding: 5px 13px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

/* ***** huge buttons ***** */
.button-huge, input[type=button].button-huge, a.button-huge, input.button-huge
{
	font-size: 80%;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;
	background: #fff;
}



/* ***** form fields ***** */
fieldset
{
	border: 0;
	padding: 0;
}

input.text,
input[type=text],
input[type=submit],
input[type=password],
textarea,
select
{
	outline-color: #b3cf22; /* #0aa8dd */
}

input[type=checkbox]
{
	margin-right: 0.3em;
}

/* ***** Contact Us Form *****/

.contactUsForm .formWrapper {margin:14px 14px 21px 0;}
.contactUsForm .formText {margin: 0 0 21px 14px;}
.contactUsForm .formFieldRow {min-height:34px;}
.contactUsForm .labelWrapper{float:left;width: 200px; font-weight: bold;}
.contactUsForm .labelWrapper em
{
    color: #cc3333;
    padding: 0 3px 5px 6px;
    float: left;
    width:14px;
}
.contactUsForm .textField {border: 1px solid #ccc; padding: 4px; width: 100%;}
.contactUsForm textarea {border: 1px solid #ccc; padding: 4px; width: 100%;}
.contactUsForm .formFieldWrapper{float: left; width: 370px;}
.contactUsForm .formFieldWrapper select, .contactUsForm .radioBtnGroupWrapper select {border: 1px solid #ccc; padding: 3px 4px; width: 100%;}
.contactUsForm .ButtonMain { margin-top:15px; }

/* ***** account form *****/
div.required em{color: #cc3333;padding: 0 5px 0 0;}

fieldset.accountForm {width: 100%; position: relative; padding: 1px 0 0 0; margin:0;}
.accountForm h2 {background-color: #eee; border-top:1px solid #ccc; padding: 7px 14px; }
.accountForm .formWrapper {margin:14px 14px 21px 0;}
.accountForm .formText {margin: 0 0 21px 14px;}
.accountForm .formTextRedBorder {margin: 0 -15px 21px 0; border: 2px solid red; padding: 14px;}
.accountForm .formText ul{list-style-type: none; padding: 0; margin: 0; color: #565656;}
.accountForm .formFieldRow {min-height:34px;}
.accountForm .labelWrapper{float:left;width: 200px; font-weight: bold;position:relative;padding:5px 0 3px 14px;}
.accountForm .labelWrapperBlock {font-weight: bold; margin:20px 0 10px 14px;}
.accountForm .labelWrapper em, .labelWrapperBlock em {
    color: #ff0202;
    padding: 0px 3px 5px 6px;
    float: left;
    width: auto;
}
.accountForm .formFieldWrapper{float: left; width: 370px;}

.accountForm .checkBoxGroupWrapper label{width: calc(100% - 35px);display: inline-block;float: left;}
.accountForm .checkBoxGroupWrapper input{margin-left: 14px;float:left;}
.accountForm .radioBtnGroupWrapper{float: left; width: 470px;}
.accountForm .radioBtnGroupWrapper label {margin-left: 7px;}
.accountForm .radioButtonGroup {margin: 10px 0;}
.accountForm .radioButtonGroup label {font-weight: bold; margin-right: 20px;}
.accountForm .textField {border: 1px solid #ccc; padding: 4px; width: 100%;}
.accountForm .textarea {border: 1px solid #ccc; padding: 4px; width: 100%;}
.accountForm .formFieldWrapper select, .accountForm .radioBtnGroupWrapper select {border: 1px solid #ccc; padding: 3px 4px; width: 100%;}

.accountForm #rblEmpStatus input, .accountForm .radioBtnGroupWrapper.workStatusRadioBtns input {vertical-align:top;margin-top:1px;}
.accountForm #rblEmpStatus label, .accountForm .radioBtnGroupWrapper.workStatusRadioBtns label {display:inline-block;width: calc(100% - 20px);}

.accountForm.apprenticeshipEdit #term {width: calc(100% - 200px);}
.accountForm.apprenticeshipEdit input {vertical-align:top;margin-top:1px;}
.accountForm.apprenticeshipEdit .labelWrapper.noTopPadding {padding:0px 20px 3px 14px;}
.accountForm.apprenticeshipEdit label {display:inline-block;width: calc(100% - 20px);}
.accountForm.apprenticeshipEdit #term label {margin-left: 7px;}
.accountForm.apprenticeshipEdit .bottomMargin15 {margin-bottom:15px;}

.accountForm.apprenticeshipEdit select .hideItem {display:none !important;}
.accountForm.apprenticeshipEdit select .showItem {display:block !important;}

.accountForm #chkTOUAccept {
    float: left;
    display: inline-block;
    margin-top:3px;
}
.accountForm .chkTOUAcceptLabel {width:calc(100% - 20px);display: inline-block;}

.accountForm.apprenticeshipEdit ul.selectedCodesList {padding-left:0;}
.accountForm.apprenticeshipEdit ul.selectedCodesList li {line-height: 1.3em;position:relative;width:calc(100% - 25px);list-style-type: none;padding:5px 0;}
.accountForm.apprenticeshipEdit ul.selectedCodesList button {background:transparent;font-size: 17px;font-weight: bold;color:#424242;cursor: pointer;line-height: 1em;padding:0;text-shadow:none;border:none;position:absolute;right:-25px;top:5px;}

.accountForm.apprenticeshipEdit .selected-industry label {font-weight:bold;}

/*
.accountForm.form-layout .textField {width: 98%;}
.accountForm.form-layout .textarea {width: 98%;}
.accountForm.form-layout .formFieldWrapper select, .accountForm .radioBtnGroupWrapper select {width: 98%;}
*/
.accountForm .radioBtnGroupWrapper select {width: auto;}
.accountForm .cssWidth220 {width: 220px;}
.accountForm .cssWidth150 {width: 150px;}
.accountForm .cssWidth80 {width: 80px;}

.accountForm .cssWidth205 {width: 205px;}
.accountForm .cssWidth15 {width: 15px;}

.accountForm .wrapperDOB {float: left; width: 500px;}
.accountForm .cssWidthImp110 {width: 110px !important;}
.accountForm .cssWidthImp120 {width: 120px !important;}
.accountForm .cssWidthImp80 {width: 80px !important;}
.accountForm .cssWidthImp50 {width: 50px !important;}
.asteriskImg {}
.dobHelps {margin-left:15px;}

.dobMarginTop {margin-top:15px;}

.accountForm .phoneNumber 
{
    width:205px;
}

.cssMarginRight14 
{
    margin-right:14px;
}
.cssMarginRight10 
{
    margin-right:10px;
}

.accountForm .formFieldWrapper.cssWidthAuto 
{
    width:auto;
}


/* Self Assessment Form */

.success {
    margin: 0 0 0 25px;
    padding: 0 0 0 16px;
    font-size: 13px;
    font-weight: bold;
    color: #00A372;
    float: right;
}

.selfAssessmentForm {
    width: 100%;
    position: relative;
    padding: 1px 0 0 0;
    margin: 30px 0 0 0;
    counter-reset: h2Formcounter;
}

.selfAssessmentForm h2 {
    background-color: #eee;
    border-top: 1px solid #ccc;
    padding: 7px 14px;
}

.selfAssessmentForm h2:before {
    content: counter(h2Formcounter)". ";
    counter-increment: h2Formcounter;
}

.selfAssessmentForm .textarea {height:24px;}
.selfAssessmentForm .inputContainer {position:relative;display: inline-block;width: 100%;}
.selfAssessmentForm .inputContainer .validatorWrapper {position:absolute;right:-8px;top:3px;}


.selfAssessmentForm .formRow {width:100%;display:block;margin:15px 0 10px 0;}
.selfAssessmentForm .addLinkRow {margin: 15px 0 0 0;}
.selfAssessmentForm .formCol {width:50%;float:left;padding: 0 15px;}
.selfAssessmentForm .formCol input[type=text],
.selfAssessmentForm .formCol select,
.selfAssessmentForm .formCol textarea.textarea{width:100%;margin:0px 0 15px 0;}
.selfAssessmentForm .formCol input[type=checkbox] {border:1px solid #ccc;position: relative;top: 1px;}
.selfAssessmentForm .formCol input[type=radio] {border:1px solid #ccc;position: relative;top: 1px;margin-right:3px;}
.selfAssessmentForm .formCol .checkboxRow {display:block;margin:0px 0;width:100%;}
.selfAssessmentForm .labelWrapper { font-weight: bold;margin: 0px 0 5px 0;position:relative;}
.selfAssessmentForm .labelWrapperBlock {font-weight: bold;margin: 0px 0 5px 0;display:block;position:relative;line-height:15px; float:left;width:100%;}
.selfAssessmentForm .labelWrapperBlock em, .selfAssessmentForm .labelWrapper em { color: #cc3333; padding: 0 3px 5px 0px; float: left; width: auto; position:absolute; left:-8px; top:0; }
.selfAssessmentForm .formCol .halfSize {width:calc(50% - 5px);}
.selfAssessmentForm .formCol .floatLeft {float:left;}
.selfAssessmentForm .formCol .floatRight {float:right;}
.selfAssessmentForm .formCol textarea.textarea {height:84px;}
.selfAssessmentForm .formCol .anotherRecordLink {position:relative;top:-10px;}
.selfAssessmentForm .formCol .checkboxLabel {line-height:25px;}
.selfAssessmentForm .formColRight { width: 50%; float: right; top: -24px; position: relative; padding: 0 15px; }
.selfAssessmentForm .buttonsRow {width:100%;text-align:center;}
.selfAssessmentForm .calpick { width: 16px; height: 14px; border: none; cursor: pointer; background: url("https://securemedia.newjobs.com/id/MGS/6914/Calendar/icons/cal.gif") no-repeat; margin-left: -20px; margin-top: 4px; position: absolute; }
.selfAssessmentForm .lineSep { border: 0; border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: 0px; border-bottom: 1px dashed #ccc; background: #ccc; }

.selfAssessmentForm .ui-datepicker-trigger {position:absolute;right:5px;top:5px;cursor:pointer;}

.selfAssessmentForm .desiredWork, .selfAssessmentForm .workHistory {position:relative;}
.selfAssessmentForm .reseaRemoveBtn {position:absolute;right:10px;top:-25px;}
.selfAssessmentForm .topMargin30 {margin-top:30px;}

/* form elements for the new account page */
.channels_eomjmy_account_newaccount label {
    display: inline-block;
    width: 30%;
}

.channels_eomjmy_account_newaccount table label
{
	width: auto;
}

.channels_eomjmy_account_newaccount input,
.channels_eomjmy_account_newaccount select
{

}

/* ***** search bar inputs ***** */
.search-bar input.text
{
	width: 28.5%;
	padding: 5px 14px;
	font-size: 14px;

	outline-color: #0aa8dd;

	-webkit-box-shadow: rgba(0,0,0,.8) 1px 1px 1px inset;
	-moz-box-shadow: rgba(0,0,0,.8) 1px 1px 1px inset;
	box-shadow: rgba(0,0,0,.8) 1px 1px 1px inset;

    box-sizing: border-box;

}

.search-bar input.submit
{
	outline-color: #fff;
    box-sizing: border-box;
}

.search-bar input.submit.searchJobsButton
{
    width:12.5%;
    white-space: nowrap;
}

.search-bar button.submit.searchWorkKeysButton
{
	float: right;
    width: 17.5%;
    white-space: nowrap;
}

.search-bar-line-fix {
    width:69%;float:left;
}

.search-bar-line-fix .select-width-fix {
    width:9.5%;  
    box-sizing: border-box;  
}

/* ***** icon sprites ***** */
.icon,
.icon-note,
.icon-delete,
.icon-update
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url('https://securemedia.newjobs.com/id/MGS/6914/main/icons-sprite.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	text-indent: -300%;
	overflow: hidden;
}

.icon-note { background-position: 0 0; }
.icon-delete {
     background-position: 0 -20px;
     text-indent: -9999px;
}
.icon-update { background-position: 0 -40px; }

/* ***** occupation tables on Career Profile ***** */
table.occupations
{
	border: none;
}

table.occupations th, table.occupations td
{
	padding: 6px 10px;
	border-width: 1px 0;
	border-color: #ddd;
}

table.occupations th
{
	background: #eee;
	text-align: left;
}

table.occupations th:nth-child(2) {
    width: 276px;
}

table.occupations .salaryWageAsterisk {
    margin-left: -4px;
    padding: 5px 5px 0 1px;
}

.filteringLayer
{
    background: none repeat scroll 0 0 gray;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.invisible
{
    display: none;
    visibility: hidden;
    position: -5000px;
}

/*.modifyJobAgents
{
    margin-right: 23%;
}*/

.modifyJobAgents .saveButtonTop {
    margin: 10px 0 10px 0;
    float: right;
    display: inline-block;
}

.modifyJobAgents .saveButtonBottom
{
    margin-top: 10px;
    text-align: right;
}

.modifyJobAgents .agentsCountMsgBottom
{
    background: #eeeeee;
    padding: 7px 14px;
}

.modifyJobAgents .agentsCountMsgTop {
    display: inline-block;
}

.modifyJobAgents .noAgents {
    margin-top: 20px;
}

.matchedOccupationsSelector {
    margin: 0 0 5px 0;
}

.matchedOccupationsSelector .compare {
    display: inline-block;
}

.matchedOccupationsSelector .filters {
    float: right;
}

.matchedOccupationsSelector .effortLevel {
    margin-right: 12px;
}
.matchedOccupationsSelector .btnUpdateEffortLevel {
    margin: 0 0 5px 5px;
}

.matchedOccupationsSelector .btnCompare {
    margin: 0 0 3px;
}

.btnUpdateSort {
    margin-bottom: 3px;
}

/* graph widget */
.protowidget
{
    /*width: 210px;*/
    height: 220px;
}

.career-profile-widget-wrapper .protowidget {
    height: auto;
}

.protowidget canvas
{
    display:none;
}

.protowidget table.jqplot-table-legend
{
    width: 183px;
}

.protowidget .jqplot-table-legend
{
    background-color: inherit;
    margin-top: 0px !important;
    left: 0px !important;
    top: 0px !important;
    font-size: 1em;
}

.career-profile-widget-wrapper .jqplot-table-legend {
    position: relative !important;
}

.protowidget .jqplot-table-legend td span {
    float: right;
}

/* ***** Login Page ***** */
.login.hero-wrapper .userName,
.login.hero-wrapper .password
{
	padding: 4px;
	font-size: 120%;
}

.modifyJobAgentError {
    border: 1px solid red;
    margin: 0 0 10px;
    padding: 10px;
}
.modifyJobAgentError .heading {
    color: red;
    font-weight: bold;
    margin: 0 0 8px;
}
.shadow {
  -moz-box-shadow:    2px 2px 5px 1px #777777;
  -webkit-box-shadow: 2px 2px 5px 1px #777777;
  box-shadow:         2px 2px 5px 1px #777777;
}

.ODEITandCMessage {
    border: 2px solid red;
    margin: 0 0 10px;
    padding: 15px;
}

.OccupationOneSheet .jobSearchButtonBottom {
	padding: 0;
}

.editInterestProfilerAnswers {
    bottom: -40px;
    padding-left: 7px;
    position: absolute;
}

#fastweb_widget
{
    height: 540px;
    width: 101%;
    overflow:hidden;
    border: 0 none;
}

#matchedOccupationsPager {
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
    padding: 10px;
    text-align: center;
}

#matchedOccupationsPager > a {
    border: 1px solid;
    border-color: inherit;
    margin-right: -1px;
    padding: 10px 13px;
    text-decoration: none;
}
#matchedOccupationsPager > a:first-child {
    border-left: 0;
}
#matchedOccupationsPager > a:last-child {
    border-right: 0;
}
#matchedOccupationsPager > a.linkPageNumber.highlighted {
    background-color: white;
}
#matchedOccupationsPager > a.disabled, #matchedOccupationsPager > a.disabled:hover {
    color: Gray;
    text-decoration: none;
}
tr.matchedOccupationsPagerRoot > td {
    padding: 35px 0;
}

.brightOutlookPopup {
    background-color: white;
    border: 1px solid;
    width: 289px;
    margin-left: -135px;
    margin-top: -183px;
    position: absolute;
    padding: 20px;
    z-index: 1000;
}
.red 
{
    color: #FF0000;
}

.completeRegistrationAlert, .activateResumeAlert
{
    background-color: #FEF9C2;
}

.ageReminderAlert, .populateAgeAlert
{
    background-color: #FEF9C2;
    padding: 10px 157px;
}

.activateResumeAlert .alert
{
    width: 994px;
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
}

.completeRegistrationAlert .heading, .activateResumeAlert .heading, .ageReminderAlert .heading, .populateAgeAlert .heading {
    font-size: 1.1em;
    font-weight: bold;
}

.completeRegistrationAlert .delimiter, .activateResumeAlert .delimiter {
    background: url("https://securemedia.newjobs.com/id/mgs/6914/body_background_top_banner.png") repeat scroll 0 0 transparent;
    position: absolute;
    left: 0;
    top: 52px;
    height: 3px;
    width: 100%;
}

.ageReminderAlert .delimiter, .populateAgeAlert .delimiter {
    background: url("https://securemedia.newjobs.com/id/mgs/6914/body-background-top-tile-x.png") repeat scroll 0 0 transparent;
    position: absolute;
    left: 0;
    top: 52px;
    height: 3px;
    width: 100%;
}

.delimiter {
    background: url("https://securemedia.newjobs.com/id/mgs/6914/body-background-top-tile-x.png") repeat scroll 0 0 transparent;
    left: 0;
    top: 52px;
    height: 3px;
    width: 100%;
}

/* widget */

.widget {
	width:100%;
	position: relative;
}

.widget .heading {

}

.widget .subheading, .widget-unit .subheading {
	text-transform: uppercase;
	color: #666;
}

/* Code for testing - BEGIN */
.widget-with-data {display:none;}
.widget-switcher-env {position: absolute; right: 0; top: 0;}
.widget-switcher {font-size:0.8em;}
.display-with-data .widget {display: none;}
.display-with-data .widget-with-data {display: block;}
/* Code for testing - END */

.bars-env {}
.bars {position: relative;}
.bar-env, .activity-list-item-env {padding: 5px 0; border-top: dotted 1px #ccc;}
.bar-env:first-child, .activity-list-item-env:first-child {border-top: 0;}
.activity-list-item-env {padding: 14px;}

.bar {position: relative; z-index:10; height: 60px; width:100%;}
.progress-bar {position: absolute; height:100%; z-index:20; left:0; top:0; background:#ebf1f6; width:0%;}
.progress-bar span {display:none;}
.bar-content {position: absolute; z-index:30; left:0; top:0; width:100%; height:100%; padding: 0 0 0 15px;}
.bar-text {float:left; width: 70%; height:100%; }
.career-plan-title-base {display:inline-block; max-width:400px; word-wrap:break-word; }
.career-plan-title-base-one-line {display:inline-block; word-wrap:break-word; }
.career-plan-title {font-size: 1.2em; font-weight:normal; }
.career-plan-title-editable {border:solid 1px #b4b2b2; padding:4px 10px; margin-bottom:0; min-height:36px;}
.info {font-size: 0.9em;}
.bar-percent {float:left; width: 10%; height:100%; }
.percent-number {font-size: 1.7em; font-weight:bold; }
.percent-sign {font-size: 1.3em; font-weight:bold; }
.bar-status {float:left; width: 15%; height:100%;}
.bar-action {float:left; width: 5%; height:100%; text-align:right; }
.vertical-env {display:table; width:100%; height:100%;}
.center-vertically, .center-v {display:table-cell; vertical-align:middle;padding: 15px 0;}
.center-horizontally, .center-h {text-align:center;}

.panel {padding:28px; background:#eee;}
.panel .list-item {padding:6px 0 5px 0; border-top:solid 1px #ccc;}
.panel .list-item:first-child {border-top:0;}
.panel.select-occupation .list-item {border-top:0;}
.panel.select-occupation, .icon-or-env {min-height:569px;}
.icon-or-env {display:table; height:545px;}

.search-results {
	background-color: white;
	height: 18em;
	overflow-x: hidden;
	overflow-y: scroll;
}

.upper {text-transform:uppercase;}

.toblock {display:block;}
.strong {font-weight:bold;}
.grey {color:#666;}

.hmenu {}
.hmenu .hmenu-list {
	list-style-type: none;
	padding-left: 0;
	border-top:solid 1px #ccc;
	/*border-bottom:solid 1px #ccc;*/
	background:#eee;
}
.hmenu .hmenu-list-item {
	display:inline-block;
	padding:13px;
	color:#b2afaf;
	font-weight:bold;
	margin-top:-2px;
	margin-bottom:-2px;
}

.hmenu .hmenu-list-item.current {
	color:#000;
	/*background: url('https://securemedia.newjobs.com/id/MGS/6914/main/arrow-selected.gif') center top no-repeat;*/
	background: url('https://securemedia.newjobs.com/id/MGS/6914/main/menu1-selected.png') center top no-repeat;
}

.hmenu .hmenu-list-item.current a, .hsubmenu .hsubmenu-list-item.current a {
	color:#000;
	cursor:text;
	text-decoration:none;
}

.hsubmenu {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.hsubmenu .hsubmenu-list {
	list-style-type: none;
	padding-left: 0;
}
.hsubmenu.for-select-activities .hsubmenu-list {
	margin-left:210px;
}
.hsubmenu .hsubmenu-list-item {
	display:inline-block;
	padding:9px 12px;
	color:#b2afaf;
	font-weight:bold;
	margin-top:-2px;
	margin-bottom:-2px;
}

.hsubmenu .hsubmenu-list-item.current {
	color:#000;
	/*background: url('https://securemedia.newjobs.com/id/MGS/6914/main/arrow-selected.gif') center top no-repeat;*/
	background: url('https://securemedia.newjobs.com/id/MGS/6914/main/menu2-selected.png') center top no-repeat;
}

.hsubmenu .hsubmenu-list-item a.noDecoration {
    text-decoration:none;
}

.hsubmenu .hsubmenu-list-item:not(.current) a:hover.noDecoration {
    text-decoration:underline;
}

.header-bar {padding:7px 14px; background:#eee;}

.table-header-rows .th {padding:7px 14px; background:#eee;vertical-align:top;}
.table-header-rows .tr {border-top:dotted 1px #b4b2b2;}
.table-header-rows .tr .td {padding-top:14px; padding-bottom:28px;vertical-align:top;}

.move-record {display:inline-block; width:14px; height:15px; text-indent:-2000em;}
.move-record-up {background:url('https://securemedia.newjobs.com/id/MGS/6914/main/arrow-active-up.gif') left top no-repeat;}
.move-record-down {background:url('https://securemedia.newjobs.com/id/MGS/6914/main/arrow-active-down.gif') left top no-repeat;}
.move-record-up-passive {background:url('https://securemedia.newjobs.com/id/MGS/6914/main/arrow-passive-up.gif') left top no-repeat;}
.move-record-down-passive {background:url('https://securemedia.newjobs.com/id/MGS/6914/main/arrow-passive-down.gif') left top no-repeat;}

.percent-complete {padding:5px 4px; text-align:right;}


.career-profile-graph-area {

}

.career-profile-graph-area td {
  text-align: right;
}
.career-profile-graph-area td:first-child {
  text-align: left;
}
.career-profile-graph-area td .legend-color-square {
  display: inline-block;
  height: 13px;
  margin-right: 13px;
  width: 13px;
}

.graph-area .artistic {
  background-color: #BED731;
}
.graph-area .conventional {
  background-color: #2F17E3;
}
.graph-area .enterprising {
  background-color: #EC1336;
}
.graph-area .investigative {
  background-color: #E9C82E;
}
.graph-area .realistic {
  background-color: #579CD2;
}
.graph-area .social {
  background-color: #F48E08;
}

.graph-small {width:170px; height:170px;}

.score-item-value {font-weight:bold;}

.legend-env {padding: 9px 0 0 0;}

.score-item-description {padding-right:15px;}

.score-0,
.score-1,
.score-2 {
  /*border-bottom: 1px solid #cccccc;*/
  font-size: 16px;
}
.score-0 td,
.score-1 td,
.score-2 td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.sendEmail { padding: 10px; margin-top: 10px; }
.sendEmail .label { display: inline-block; width: 30px; }
.sendEmail .subject { margin-top: 0px; margin-bottom: 10px;display:block;font-weight:bold; }
.sendEmail .emailTo {width:220px;border:1px solid #cccccc;padding:2px 5px;}
.sendEmail .addRecipient span {color: #0e3f75;text-decoration: none;cursor:pointer;}

.career-profile-smaller #career-profile-graph {width:150px; height:150px; padding:0; float:left;}

.career-profile-smaller .career-profile-data {float:left; width:140px; margin: 27px 0 0 0;}

.career-profile-smaller .career-profile-data .score-0, 
.career-profile-smaller .career-profile-data .score-1,
.career-profile-smaller .career-profile-data .score-2 
{border:0; font-size:13px;}

.career-profile-smaller .career-profile-data .score-3, 
.career-profile-smaller .career-profile-data .score-4,
.career-profile-smaller .career-profile-data .score-5 
{display:none;}


.activity-title, .subinfo-title {}
.activity-subinfo {padding: 20px 0px 0px 36px; margin-left: -36px;}
.activity-subinfo-checked {background:url('https://securemedia.newjobs.com/id/MGS/6914/main/icon-checked-big.gif') 11px 12px no-repeat;min-height:105px;}

.target-salary {font-weight:bold;}
.target-salary.careerPlan .dollar-sign {font-size:22px;}
.saved-jobs-info tr {border-top: solid 1px #ccc;}
.saved-jobs-info tr:first-child {border-top: 0;}
.saved-jobs-info td {padding: 5px 0;}
.saved-jobs-info .item-name {width:200px;}

.smart-principle h1 {padding:10px; margin:0; border-bottom: solid 2px #ccc; background:#eee;}
.smart-principle h2 {margin-top:20px;}
.dialog-general .main-doc {padding:15px 10px;}
.dialog-general .main-doc a {color:#0e3f75;}

.italic {font-style:italic;}

.percent-complete {color:#555656; text-align:right;}
.percent-complete-edit {color:#555656; text-align:left;font-size:20px;}
.percent-complete-edit-number {font-size:20px;}

.show-completed {font-weight:normal;}

.avatar-need-help-box {width:210px; min-height:97px;
	padding:30px 10px 10px 25px;}

	
.based-on-your-expenses {}	
.based-on-your-expenses .note-expenses { display:inline-block; margin-top:5px; color: #a9a9aa; border-top:solid 1px #a9a9aa;}	
	
.secondary-menu-bar {padding:7px 0px; background:#eee; border-top:solid 1px #ccc;}
.secondary-menu-bar .item {padding:0px 14px; display:inline-block;}

.vertical-divider {color:#ccc;}

.buttons-env {padding: 20px 0 0 0;}
.buttons-env .button-large {margin-left:7px;}
.buttons-env .button-large:first-child {margin-left:0;}

.linkColor a {color:#0e3f75 !important;}

.activity-env {padding:10px 0; border-bottom:solid 1px #ccc;}

.activity-title {font-weight:bold;}

.subinfo-buttons-env {padding: 10px 0 20px 0;}

.editable {border:solid 1px #ccc; margin:-1px;}

.edit-career-plan-title {display:inline-block; margin-left:10px;}
.career-plan-title-env {padding-top:5px;}

.btn-save-career-plan-title {margin: 0 0 0 10px;}

.error {border: solid 1px #f00;}
	
/* Notes from PSD files */
/* 
line #ccc
background of panel #eee

backpack progress bar
#ebf1f6
*/







/* ***** WonderWall ***** */
.jcarousel-skin-wonderwall {
    clear: both;
    margin-bottom: 20px;
}
.jcarousel-skin-wonderwall .jcarousel-container-horizontal {
    width: 850px;
    padding: 20px 40px;
    margin: 0 auto;
}
.jcarousel-skin-wonderwall .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-wonderwall .jcarousel-clip-horizontal {
    /*width:  770px;*/
}
.jcarousel-skin-wonderwall .jcarousel-item {
    width: 75px;
    text-align: center;
}
.jcarousel-skin-wonderwall .jcarousel-item a {
    color: #696A69;
    text-decoration: none;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.jcarousel-skin-wonderwall .jcarousel-item img {
    width: 75px;
    height: 75px;
    border: none;
}
.jcarousel-skin-wonderwall .jcarousel-item a span {
    display: block;
    margin-top: 3px;
}
.jcarousel-skin-wonderwall .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 12px;
}
.jcarousel-skin-wonderwall .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-wonderwall .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 5px;
    width: 26px;
    height: 45px;
    cursor: pointer;
    background: transparent url("https://securemedia.newjobs.com/id/MGS/6914/main/wonderwall-arrow-right.png") no-repeat 0 0;
}
.jcarousel-skin-wonderwall .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 5px;
    width: 26px;
    height: 45px;
    cursor: pointer;
    background: transparent url("https://securemedia.newjobs.com/id/MGS/6914/main/wonderwall-arrow-left.png") no-repeat 0 0;
}


.jcarousel-skin-wonderwall {list-style-type:none; margin:0; padding: 0 0px 0 0px;}
.jcarousel-skin-wonderwall li {display:inline-block; width:77px; text-align:center; vertical-align:top; height:122px;}
.jcarousel-skin-wonderwall li span {display:block; padding: 0 10px; font-size:11px; color:#333;}
.jcarousel-skin-wonderwall li span.no-padding {padding:0;}
.jcarousel-skin-wonderwall li a {color:#333;display:block;margin-top:1px;}

.jcarousel-skin-wonderwall li img {width:60px; height:60px;}

.wonderwall-area {overflow:hidden; max-height:122px; margin-bottom:20px;text-align:center;}

.avatar-center-guidepost .wonderwall-area {max-height:none; margin-bottom:20px;text-align:center;}
.avatar-center-guidepost .jcarousel-skin-wonderwall li {display:inline-block; width:80px; text-align:center; vertical-align:top; height:122px;}

.placeholder-icon {width:80px; height:80px; background:#d5d5d5; margin:0 auto;}

.no-padding {padding:0;}

.qr-code-env {padding: 6px 0 0 0;}

#twitter-widget-0 {width:100%;}

/*.landingPageContentCol .twitter {
  border: 1px solid #CFCFCF;
  border-radius: 5px 5px 5px 5px;
  height: 80px;
  position: absolute;
  width:720px;
  behavior: url(/Channels/eOMJMY/Styles/PIE.htc)
}*/	

.overlay-shadow {box-shadow:5px 5px 15px #333; z-index:1000;}
.overlay-shadow-lighter {box-shadow:5px 5px 15px #999; z-index:1000;}

.resetPassword {padding: 30px 0 0 0;}
.resetPassword .ControlBody td {vertical-align:top;}
.resetPassword .BorderStyle {margin-top:20px;}

.loginDiv {display:none;}

.calendarTypeColor {
    height: 13px;
    margin-bottom: -2px;
    width: 13px;
}

.ControlHelpImageTopPadding
{
	padding-top:4px;
	text-align: right;
	padding-right:7px;
}


.box-header .AccountEditLink {float:right; padding:0;}

.AccountEditLink .edit-link {color:#0e3f75; }

.rr-survey-view .box-header {padding: 5px;}
.rr-survey-view .box-content {padding:5px;}

.training-tests-table {width:100%;}
.training-tests-table .heading {background:#eee; border-top:solid 1px #ccc;}
.training-tests-table .heading th {padding:7px 14px 7px 0; text-align:left;}
.training-tests-table .heading th:first-child {padding-left:14px;}
.training-tests-table .row {border-bottom:solid 1px #ccc;}
.training-tests-table .row td {padding:10px 10px 10px 0;width:90px;}
.training-tests-table .row td .score-name {font-size:16px;}
.training-tests-table .row td:first-child {padding-left:10px;width:calc(100% - 90px);}

.interviews-subtitle {margin-top:20px;}
.interviews-table {width:100%;}
.interviews-table .heading {background:#eee; border-top:solid 1px #ccc;}
.interviews-table .heading th {padding:7px 14px 7px 0; text-align:left;}
.interviews-table .heading th:first-child {padding-left:14px;}
/*.interviews-table .row {border-bottom:solid 1px #ccc;}*/
.interviews-table .row td {padding:10px 10px 10px 0;}
.interviews-table .row td .score-name {font-size:16px;}
.interviews-table .row td:first-child {padding-left:10px;}

.footer {background:#eee; height:28px;} 
.frm-edit label {vertical-align:middle;}

.channels_eomjmy_exploreit_careerplan .frm-edit label,
.channels_eomjmy_resea_activityplan .frm-edit label,
.channels_eomjmy_veterans_veterantransitionplan .frm-edit label,
.channels_eomjmy_exploreit_careerplan .frm-edit-row .ui-datepicker-trigger,
.channels_eomjmy_resea_activityplan .frm-edit-row .ui-datepicker-trigger,
.channels_eomjmy_veterans_veterantransitionplan .frm-edit-row .ui-datepicker-trigger {position:relative;top:3px;}

.frm-edit-row {padding:5px 0;}
.frm-edit-row .ui-datepicker-trigger {margin-left:3px;}

.compareOccupations .subnote {padding: 0 0 12px 12px;}

.quickLinksSocial h4 {color:#666;}

.quickLinks a {font-size:11px;}


.button.button-large
{
	padding: 5px 13px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.button.button-large.fnt5c
{
	font-size: 16px;
}

.selected-area {display:inline-block; font-size:11px; margin:0;}
.selected-occupations-title {display:inline-block; padding:4px; margin:1px; }
.occupation-selected-label {display:inline-block; padding:3px; margin:1px; background:#EFF4F8; border:solid 1px #C4D7E5; border-radius:3px;
	max-width:175px;}
.occupation-selected-label .unselect-occupation {display:inline-block; background:url('https://securemedia.newjobs.com/id/MGS/6914/main/MyDocDelete.png'); width:7px; height:7px;}

.avatar-center {margin-top:0px;
position:relative; z-index:10;}

.avatar-center-guidepost {margin-top:0px;
position:relative; z-index:10; background-size:800px;}

.channels_eomjmy_home #socialMedia li:first-child {color:#666; font-size:13px; font-weight:bold;}

.tooltip-area  {position:absolute; z-index:1000; border: solid 1px #666; border-radius:3px; 
	background:#ffd; width: 300px; padding:5px; box-shadow: 2px 2px 5px #444;}

.help-what-is-this {display:inline-block; text-decoration:none;}	
.help-what-is-this.tooltip-enabled  {text-decoration:none;}	
.tooltip-enabled {position:relative;}
.tooltip-enabled:hover:after {position:absolute; left:0; top:23px;
	border: solid 1px #666; border-radius:3px; z-index:1000;
	background:#ffd; width: 200px; padding:5px; box-shadow: 2px 2px 5px #444; color:#333;
	content:attr(title); text-decoration:none;}

.ui-tooltip .ui-tooltip-content {font-size:11px; font-family:Arial, sans-serif; max-width: 200px;}	
	
	
.need-help-intro-env {margin: -75px 0 0 -15px; padding: 0 0 50px 15px; position:relative; border-left: solid 1px #ccc;}	
.need-help-intro-text {float:left; width:100px; color:#666; padding:20px 0 0 0;}
.need-help-intro-image {position:absolute; left:115px; top:-30px;}
.need-help-intro-image .avatar-left {height:150px;}
.need-help-intro-env .question-mark-icon {display:inline-block; margin: -5px 0 -5px 3px;}
.helpful-hints-title {display:none;}

.horizontal-splitter {
  border-top: 1px solid #cccccc;
  margin-top: 13px;
  padding-top: 13px;
}


/* GetHelp */
.gethelp .main-part {padding:0 20px 20px 20px;}
.gethelp .title-area {padding:15px 20px; background:#eee; border-bottom:solid 2px #999; margin:15px;}
.gethelp .title-area .help-title {margin:0; font-size:16px; text-transform:uppercase;}
.gethelp .title-area .help-title a {color:#000;}
.gethelp .title-area .help-title a:hover {text-decoration:none;}
.gethelp .avatar-left {float:right; margin:-45px 25px 0 10px; height:150px;}
.gethelp .h2 {font-size:13px; margin:0; padding:15px 0 0 0; border-top:solid 1px #ccc;}
.gethelp .h2:first-child {border:none;}
.gethelp .paragraph {padding:0px 0 10px 0;}
.gethelp .paragraph-space {padding:0px 0 19px 0;}
.gethelp a, .gethelp a:hover {color:inherit; text-decoration:none;}
.gethelp a.do--print {display:inline-block; min-height:15px; color:#0e3f75; text-transform:uppercase; font-weight:bold; background:url('https://securemedia.newjobs.com/id/mgs/6914/printer.png') right top no-repeat; padding: 0 21px 0 0;}
.gethelp a.do--print:hover {cursor:pointer;}
.terms-conditions .title-area .help-title {text-transform:none;}
.terms-conditions h2, .terms-conditions h3 {font-size:13px; margin-top:15px;}


.gethelp .degree-level-attained ul,
.gethelp .target-job-type ul,
.gethelp .target-job-status ul  {list-style-type:none; padding-left:0;}
.gethelp .degree-level-attained ul li,
.gethelp .target-job-type ul li,
.gethelp .target-job-status ul li{padding:0 0 10px 0;}


.ControlHeaderDiv {min-height:27px;}
.question-mark-placeholder {display:block; width:16px; height:19px;}

.validationMessage {padding-bottom:14px;}
.validationMessage, .validationMessage a { color: #AD1B08; font-weight: bold; }
.valmessagebox a { color: red; }

.validator, .validatorSpaceBefore {font-weight:normal}
.validatorSpaceBefore {margin-left:4px;}

.validatorWrapper{}
.validatorWrapper span {font-size: 1.25em;font-weight: bold;}

/* Grey sideBar buttons */

.sideBar a.button, .sideBar a.button-large, .sidebar a.button, .sidebar a.button-large {
    padding:5px 10px;
    background-color: #EEEDED;
    border: 1px solid #CCCCCC;
    cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#DBD8D8));
	background: -webkit-linear-gradient(top, #ECECEC, #DBD8D8);
	background: -moz-linear-gradient(top, #ECECEC, #DBD8D8);
	background: -ms-linear-gradient(top, #ECECEC, #DBD8D8);
	background: -o-linear-gradient(top, #ECECEC, #DBD8D8);
    border-color: #BABABA;
    color: #BE374E;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFFFFF;
    border-radius: 5px 5px 5px 5px;    
}

.sideBar a.button:hover, .sideBar a.button-large:hover, .sidebar a.button:hover, .sidebar a.button-large:hover {
	background: #e0dfdf;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dfdf), to(#cecbcb));
	background: -webkit-linear-gradient(top, #e0dfdf, #cecbcb);
	background: -moz-linear-gradient(top, #e0dfdf, #cecbcb);
	background: -ms-linear-gradient(top, #e0dfdf, #cecbcb);
	background: -o-linear-gradient(top, #e0dfdf, #cecbcb);
	color: #be374e;	
}

.button-margin-top15-bottom15 {
    margin:15px 0;
}

.info-big {font-size:4em; font-weight:bold; color:#424242;}
.info-secondary {
    color: #767676;
    font-size: 16px;
}

.placeholder {
    color: #757575;
}

.label-updated-date {
    display: block;
    color: #767676 !important;
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
}

.label-updated-margin-bottom {margin-bottom:13px;}
.label-updated-margin-top {margin-top:5px;}

.column-updated-date {
    float: right;
}

.owt-saved-programs-table {
    margin-bottom: 20px;
}
.owt-saved-programs-table .program {vertical-align:top; padding: 15px 0 0 0; border-bottom:solid 1px #ccc;}
.owt-saved-programs-table .program td {padding:14px 7px;}
.owt-saved-programs-table .program-name {font-weight:bold; font-size:16px;}
.owt-saved-programs-table .program-description {padding: 3px 0 0 0;}

.owt-saved-programs-table .col-program {width: 50%;}
.owt-saved-programs-table .col-target-group {min-width: 160px; width:160px; font-weight:bold;}
.owt-saved-programs-table .col-services-offered {min-width: 160px; padding: 0 10px; font-weight:bold;}
.owt-saved-programs-table .col-delete {text-align:center; text-transform:uppercase;}
.owt-saved-programs-table .col-delete.th {text-transform:none;}

.owt-saved-programs-table .th {padding:5px 7px; background:#eee; text-align:left;}
.owt-saved-programs-table .th:first-child,
.owt-saved-programs-table .program td:first-child  {padding-left:14px;}


.box-tip {background:#EFF4F8; border:solid 1px #C4D7E5; }
.box-tip-in {border:solid 1px #fff;}
.box-tip .box-tip-corner-top-left {background:#fff url('https://securemedia.newjobs.com/id/mgs/6914/box-tip-top-left-corner.png') left top no-repeat; 
                                    width:49px; height:31px; margin: -2px 0 0 -2px;}
.box-tip .box-tip-content {padding:0 20px 20px 20px;}
.avatar-small-showing-to-left {float:right; margin:-0px -15px 0 0;}
.listResumesDataRow {
    font-size: 11px;
    line-height: 15px;
    color: #333333;
}
.listResumesDataRow .resumeTitle, .listResumesDataRow .status, .listResumesDataRow .totalViews {
    font-size: 13px;
    line-height: 15px;
}
.listResumesDataRow .ratingGrade {
    font-size: 16px;
    font-weight: bold;
    display:block;
}


/* Expanding arrows */
.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
    /*
    * In Internet Explorer, The"border-style: dashed" will never be
    * rendered unless "(width * 5) >= border-width" is true.
    * Since "width" is set to "0", the "dashed-border" remains
    * invisible to the user, which renders the border just like how
    * "border-color: transparent" renders.
    */
    border-style: dashed;
    border-color: transparent;
    border-width: 0.53em;
    display: -moz-inline-box;
    display: inline-block;
    /* Use font-size to control the size of the arrow. */
    font-size: 100px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
}

.arrow-n {
    border-bottom-width: 1em;
    border-bottom-style: solid;
    border-bottom-color: #0e3f75;
    bottom: 0.25em;
    font-size: 0.5em;
}
.arrow-e {
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #0e3f75;
    left: 0.25em;
    font-size: 0.5em;
}
.arrow-w {
    border-right-width: 1em;
    border-right-style: solid;
    border-right-color: #0e3f75;
    right: 0.25em;
    font-size: 0.5em;
}
.arrow-s {
    border-top-width: 1em;
    border-top-style: solid;
    border-top-color: #0e3f75;
    bottom: 0.25em;
    font-size: 0.5em;
}
.shaded {
    background-color: #FAFAFA;
}
.separated {
    border-top: 1px solid #CCCCCC;
}

.target-salary-note {display:inline-block; border-top:solid 1px #ccc; padding:2px 0 0 0;}

.widget-text {max-width:440px;}


.documents-uploaded .documet-item {padding:10px 0; border-top:dotted 1px #ccc;overflow: hidden;}
.documents-uploaded .documet-item:first-child {border-top:none;}

.redBorder {
    border: 1px solid red;
}

.leftPadding14 {padding-left:14px;}
.leftPadding31 {padding-left:31px;}

@media print 
{
    .for-print { display: block;}   
    .not-for-print { display: none;}  
    .for-print-only { display: inherit; } 
}

.table-public-resume-rating {}
.table-public-resume-rating th {color:#666; text-transform:uppercase; text-align:left;}
.table-public-resume-rating .resume-title {min-width:150px;}
.table-public-resume-rating .resume-rating {min-width:80px;}
.table-public-resume-rating .resume {font-weight:bold;}

.publicResumeViews {padding: 5px 0 0 0;}

.checkboxSelectResumeSections input {width:14px; height:14px; vertical-align:top;}

.module-regions {text-align:center;}
.module-regions .heading {font-size:13px; text-decoration:underline;}
.module-regions .heading2 {font-size:16px; text-decoration:underline;}
.module-regions .block {padding:10px;}
.module-regions .item, .module-regions .item-link {padding:5px 0;}
.module-regions .item:first-child, .module-regions .item-link:first-child {padding-top:0;}

.regional-article-container .regionalArticlesContent {margin-bottom:20px;}

.underline {text-decoration:underline;}
.unemployment-guide-text { padding: 0 80px 0 0;}
.weeks-wrapper { padding: 0 0 0 10px;}
.week-details-wrapper { padding: 22px 0 0 0;}
.week-details-wrapper:first-child { padding-top: 0;}

.week-title { font-size: 1.2em; padding: 29px 0 0 0;}
.week-text { width: 60%;}
.step-title { font-size: 1em;}
.week-actions {width: 40%; text-align: left;}
.week-actions-in { padding: 0 10px 0 50px;}

.landingPageCopy .important-info {
    display: inline-block;
    background: url('https://securemedia.newjobs.com/id/mgs/6914/icons/information_icon.png') 0 0 no-repeat;
    padding: 0 0 0 20px;
}
.landingPageCopy .important-info-loggedIn {
    display: inline-block;
    background: url('https://securemedia.newjobs.com/id/mgs/6914/icons/information_icon.png') 0 10px no-repeat;
    padding: 10px 0 0 20px;    
    line-height:18px;
}
.messageAnchor {color: #FF0000;}

/* UC Claimant Overview */
.labelLanguage {display:inline-block; width: 55px; vertical-align:top;}
.textLanguage {display:inline-block;}
.importantText {padding: 0px 0px 10px 0px;color:black}


.helpLineItems{
    padding: 10px;
    background-color: #eee;
}

.helpLineItems li {
    margin-top: 5px;
}

.helpLineItems span {
    display:block;
}

.section-description {padding: 20px 15px; font-weight:bold;}
.unbolded {font-weight:normal;}

.form-layout {}
.form-layout .formFieldRow {padding: 0 0 10px 0;}
.form-layout.readonly .formFieldRow {padding-left: 14px;}
.form-layout .formFieldRow.row-big {padding-bottom: 30px;}

.form-layout.readonly .formWrapper .formFieldRow .labelWrapper label em {display:none;}

.form-layout td {padding:0; margin:0;}

.form-layout .padding-left-15 {padding: 0 0 0 14px;}


.accountForm.form-layout .labelWrapper {position:relative;padding:5px 20px 3px 14px;}

#updateStatus #ifrJobStatus,
.iframe-basic {border:0 none transparent !important;}	


/* resource list */

.resourceList p
{
    margin-bottom:15px;    
}

.channels_eomjmy_fundit_home .breadcrumb {display:none;}
.channels_eomjmy_fundit_home .breadcrumb.special {display:block;}
.breadcrumb-arrow {font-size:9px; color:#565656;}
.breadcrumb-secondary {font-weight:normal; color:#565656;}

.expenses-summary {width:490px;}
.expense-utility-name,
.expenses-total,
.expense-value {font-weight:bold;}

.sidebar-text {line-height:18px;}

.typical-costs {padding:14px;}
.typical-costs .box-content {padding:0;}
.typical-costs-table td {padding:14px 0; font-weight:bold;}

.delimeter-row .subtotal-delimeter {width:210px; border-bottom:1px solid #ccc; }
.expenses .detail .subitem-label {width:118px; padding:0px 4px 0px 14px;}

.expenses .expense-main-item {padding:28px 14px;}
.expenses .add-expense-wrapper,
.expenses .subtotal-delimeter-wrapper {padding:10px 10px 10px 14px;}

.tbl-saved-searches {}
.tbl-saved-searches .col-searches {width:434px;}
.tbl-saved-searches .col-emails-sent {width:126px;}
.tbl-saved-searches .col-modified {width:84px; padding-right:0;}
.tbl-saved-searches .col-edit {width:56px; text-align:center; padding:14px 0;}
.tbl-saved-searches .col-delete {width:56px; text-align:center; padding:14px 0;}
.tbl-saved-searches .th-col-delete {text-align:center; padding:7px 0;}

.avatar-small-overlapping-box {margin: 20px 0 0 0;}
.helpWrapper.need-help {margin: 0 0 28px 0;}
.question-item {width:270px; vertical-align:top;}
.question-item a {color:black;cursor:default;}
.question-item .question-number {float:left;}
.question-item .question-text {width:240px; float:left;}

.list-row {padding: 4px 0 0 0;}
.list-row .row-item {float:left;}
.list-row .row-item.row-item-wide {max-width:400px;}
.list-row .row-item.row-item-checkbox {padding:1px 6px 0 0;}

.matchedOccupationsPagerRoot #matchedOccupationsPager {padding:0;}
.matchedOccupationsPagerRoot #matchedOccupationsPager a {
    display: inline-block;
    border-top: 0;
    border-bottom: 0;
    margin-top: -1px;
}
.budgetCalcContent .expenses-heading {
    display: inline-block;
}
.budgetCalcContent .guide-to-expenses-button {
    display: inline-block;
    float: right;
}

.matchedOccupationsPagerRoot td {border-bottom:0;}

.box-content.budget-calculator-widget, 
.box.career-profile-widget-wrapper,
.box.wage-pathway-widget-wrapper
 {padding:14px;}

.box.career-profile-widget-wrapper .interestProfilerHeader,
.box.career-profile-widget-wrapper .box-content
{padding:0;}
.box.career-profile-widget-wrapper table.jqplot-table-legend {margin:0;}
.box.career-profile-widget-wrapper .protowidget {width:auto; height: auto!important;}
.box.career-profile-widget-wrapper .protowidget table.jqplot-table-legend {width:100%!important; position: relative !important; margin-bottom: 1.5em!important;}
.box.career-profile-widget-wrapper .protowidget.jqplot-target {width:100%!important; position: relative !important;}
.box.career-profile-widget-wrapper .protowidget .editInterestProfilerAnswers {
    position: absolute;
    background-color: inherit;
    bottom: inherit;
    top: 100%;
    padding-left: 15px;
    padding-top: 5px;   
    padding-bottom: 10px;    
    right: -14px; /*same padding as the wrapper */
    left: -14px; /*same padding as the wrapper */
}

.box-content.wag-pathway-content {padding: 0 0 10px 0;}

.occupationCheckbox {
    display:inline-block;
}
.occupation-record .checkBoxColumn {
    width: 20px;
}

.occupation-record .checkBoxColumn input[type=checkbox] {
    margin:0;
    float:left;
}
.occupation-record .icon-delete {float:right;}

.icon-indemand {vertical-align:top;}

.interest-profile-help-wrapper {position:absolute; width:100%; z-index:1000;}
.interest-profile-help-block {width:640px; margin:0 auto;}
.interest-profile-help-avatar-wrapper {float:left;}
.interest-profile-help-main-content {float:left; padding:80px 0 0 30px;}
.interest-profile-help-main-content .help-text {color:#fff; }
.interest-profile-help-main-content .interest-profile-help-slider-wrapper {margin: 0 0 20px 0;}
.interest-profile-help-main-content .btn-wrapper {text-align:right;}

.header-menu-mobile {
    display: none;
    visibility: hidden;
}
#optCompanyName, #optRecentJobTitle {width: 9px;}

.cssDisplayNone {display:none;}

.indemandCareersSection .occupationLinksBlock, .indemandCareersSection .occupationsContainer {line-height:35px;}
.indemandCareersSection .azIndexCompleteSection {font-size:15px;}
.indemandCareersSection .azIndexSection {margin-top:3px;}
.indemandCareersSection .azIndex {margin-right:20px;}
.indemandCareersSection .inline-block.azIndex {font-size:14px;font-weight:bold;}
.indemandCareersSection .inline-block.azIndex a, .indemandCareersSection .inline-block.azIndex span {padding:0 8px 0 0;}
.indemandCareersSection .careerTitleTextBox {width:48%;}
.indemandCareersSection .careerTitleTextBox.error {border:2px solid red;}
.indemandCareersSection .backToLink {float:right;font-size:12px;}
.indemandCareersSection .indexLetterBlock {font-weight:bold;}
.indemandCareersSection .indexLetterMainSection {margin-top:12px;}
.indemandCareersSection .errorSection {font-size:14px;font-weight:bold;margin:2px 0 20px;}
.indemandCareersSection .occupationHeading {margin-top:20px; font-weight:bold;}
.indemandCareersSection .description {margin:20px 0;}
.indemandCareersSection .searchCareerTitle {margin-bottom:3px;font-size:15px;}
.indemandCareersSection .filteredOccupations {font-size:15px;}
.ajaxInProgress * {cursor:progress;}
.indemandCareersSection .ajaxLoader {display: inline-block;vertical-align: middle;}
.indemandCareersSection .ajaxLoader > img {width: 24px;}
.indemandCareersSection .searchBox {display:inline;padding-right:10px;}
.subheading {font-size: 15px;font-weight: bold;}
.label {font-size:13px; font-weight:bold;}
.label.topmargin {margin-top: 10px;}
.actionboxWrapper {padding: 10px; border: 1px solid #ccc;}
.floatRight {float:right;}
.experienceItemsSection, .skillItemsSection {margin-left:17px;}
.experienceItemsSection .optLeft, .skillItemsSection .optLeft {margin-left:-17px;}
.veteran-side-rail-message-popup-mobile { display: none; }

.institutions_autocomplete-textbox { width: 80%; }

.restored-terms-btns .ButtonMain { margin-right: 4px; }

#liveChatBodylink { color: #0e3f75;display: inline-block; }

.school-finder-table {width:100%;}
.school-finder-table .heading {background:#eee; border-top:solid 1px #ccc;}
.school-finder-table .heading th {padding:7px 14px 7px 0; text-align:left;}
.school-finder-table .heading th:first-child {padding-left:14px;}
.school-finder-table .row {border-bottom:solid 1px #ccc;}
.school-finder-table .row td {padding:10px 10px 10px 0;}
.school-finder-table .row td .school-finder-item {font-size:16px;}
.school-finder-table .row td:first-child {padding-left:10px;}

.school-finder-comparison {width: auto;}
.school-finder-saved-search {width: auto;}
.school-finder-saved-school {width: auto;}
.school-finder-common {width: 150px;}
.school-finder-comparison-button {width: 175px;}
.school-finder-search-criteria-button {width: 200px;}

.help-popup {
  text-align: center;
}

/* Company Search */

.companySearchFormRow .companySearchFormLabel em
{
    color: #cc3333;
    padding: 0 5px 5px 0px;
    width:14px;
}