/* heading */

.multistep_text {
margin: 0;
line-height:130%;
}

div.candidatearea_top{
background-color: #D9E9F9;
}

/* progress */
div.feedback{
padding:15px;
background:#f1e360;
border:1px solid #AC7E29;
margin-bottom:20px;
}


/* progress */

div.progress-box{
padding:3px;
height:40px;
background:#fff;
border:1px solid #000000;
}
div.progress{
float:left;
border:0px;
margin-left:5px;
width:170px;
height:40px;
text-align:center;
line-height: 40px;
}

div.finish{
width:100px;
background-image: url(finish.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;
font-weight: bold;
font-size 150%;
}

div.start{
width:50px;
background-position: 0px 0px;
background-repeat: no-repeat;
font-weight: bold;
font-size 150%;
}
div.p-current{
background-image: url(progress-thin.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;
font-weight: bold;
text-decoration:underline;
}
div.p-next{
background-image: url(progress-thin.jpg);
background-position: -150px 0px;
background-repeat: no-repeat;
}
div.p-prev{
background-image: url(progress-thin.jpg);
background-position: -300px 0px;
background-repeat: no-repeat;
}
/* form elements */

fieldset fieldset {
	border: 1px solid #9ea190;
	margin: 17px 14px;
}

form {
	margin: 10px 15px;
	padding: 0;
}
form#JobLoginForm {
	margin: 0px 0px;
	padding: 0;
}
label {
	margin: 5px 3px 0 0;
	width: 160px;
	text-align: right;
	float: left;
}

fieldset fieldset legend {
	font-size: 1em;
	color: #1a2129;
	padding: 0 18px;
	margin-left: 75px;
}

input {
	padding: 3px;
	margin: 4px 0;
	border: 1px solid #CCCCCC;
	font: normal 1em;
	color: #777;
}

input.inputclass{
        width: 240px;
        height:16px;
}

input.inputclass{
        width: 240px;
        height:16px;
}

input.inputclass[number=true]{
    width:100px;
}

textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}
#CandResponseForm textarea{
    height:300px;
}
textarea.terms {
	height:200px;
	border:1px solid #ccc;
	background:#FFFFFF;
	padding:6px;
	color:#333;
}


input.button {
	margin: 0;
	font: bold 6px;
	border: 1px solid #000000;
	padding: 3px 4px;
	background: #FFFFFF;
	color: #333; /* color: #339900; */
	cursor: pointer;
}

div.login-status{
    text-align:right;
}
#fragment-manage-cv{
    margin:10px;
}
/*****************************
      LAYOUT 
******************************/
table.profile {
    font-size:1em !important;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
        width:100%;
}

#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
    width:100%;
}

.treewrap{
    margin-top:10px;
    margin-left:20px;
    overflow:hidden;
}

/* ------------- form specific styles are here  -------------- */
fieldset {
	margin: 0;
	border: 0px solid #000000;
	padding: 0px;
	/*border:none;
padding:0;*/
	color: #000000;
}

legend {
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.5em;
}

label {
	text-align: right;
	width:170px;
    padding-top: 4px;
	padding-right: 5px;
	margin: 4px 0 8px 0;
	float: left;
	clear: left;
	display: block;
	color: #666666;
    font-size:80%;
}

label.checkbox,label.textarea {
	border: none;
}

label.lgfield {
	border: none;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
}

label.industrycheckboxgroup{
        height:80px;
}

label.locationcheckboxgroup{
        height:100px;
}

label.languagecheckboxgroup{
        height:150px;
}

table.checkboxgroup{
     display: inline;
     padding-right:10px;
}

td.boxchoice{
	font-size: 11px;
	line-height: 11px;
	display: inline;
	width: 150px;
	padding-right:20px;
}
td.boxchoice input{
	padding: 0px;
	margin: 0px;
	width: 13px;
	height: 13px;
}
fieldset input,fieldset select,fieldset textarea {
	margin-left: 10px;
	margin-bottom: 0px;
}

fieldset select{
    margin-top:6px;
}
select.longfield {
	margin: 0 0 0 115px;
}

input [type="radio"],input [type="checkbox"] {
	margin: 2px 0 0 4px;
}

textarea {
	width: 400px;
	float: left;
}

/*Get Help Form Styles*/
p.formDisclaimer {
	text-align: center;
	margin: 32px 24px 12px 0;
	font-style: italic;
}

div.buttonWrapper {
	clear: both;
	margin-left:175px;
}

.formspacer {
	height: 1em;
	clear: both;
}

.hideField {
	display: none;
}

.pushOpen {
	height: 18em;
}

/* ----- error message for field validation ----- */
#stepForm label.warning, label.warning {
	text-align: right;
	width: auto;
	padding: 5px;
	margin: 0 0 0 10px;
	float: none;
	clear: none;
	display:inline;
	color: #E20A16;
	font-size: 12px;
	font-weight: bold;
	background: pink;
}


div.requiredNotice {
	width: 180px;
	float: right;
	margin: 0 24px 0 0;
	padding: 0
}

h3.stepHeader {
	text-align: left;
	font-size: 16px;
	margin: 0 0 24px 24px;
	color: #000000;
}

ul#stepForm,ul#stepForm li.step {
	margin: 0;
	padding: 0;
}

ul#stepForm li.step {
	list-style: none;
}

ul#prevcvlist {
    overflow:hidden;
}

/* Form Buttons  */
input.submitbutton,.nextbutton,.prevbutton {
    background-color:#E20A16;
    background-image:url("button_bg_red.gif");
    border:1px solid #000000;
    color:#FFFFFF;
    cursor:pointer;
    margin-bottom: 20px;
}
