@font-face {
    font-family: "Over the Rainbow";
    font-style: normal;
    font-weight: 400;
    src: local("Over the Rainbow"), local("OvertheRainbow"), url("https://themes.googleusercontent.com/static/fonts/overtherainbow/v4/6gp-gkpI2kie2dHQQLM2jV7JQLNqXe_ZNPdm_g-gn8I.woff") format("woff");
}

.bold{
    font-weight: bold;
}

.center{
    text-align: center;
}

.hide {
    display: none !important;
}

.relative{
    position: relative;
}

.candidate_section{
    margin: 0 0 20px 0;
    
}

#return-list {
    text-align: center;
    background-color: #F5F5F3;
    height: 29px;
    line-height: 29px;
    margin: -27px -17px 15px;
    font-size: 12px;
}
#return-list img {
    vertical-align: middle;
}

#candidate-reminders label {
    display: inline-block;
}

#reference-reminders label {
    display: inline-block;
}

#candidate-reminders select {
    margin-right: 10px;
}

#reference-reminders select {
    margin-right: 10px;
}

.candidate-table-style { 
margin: 0px 3px;
overflow: hidden;
overflow-wrap: break-word;
white-space: normal;
}

.candidate-photo-holder{
	margin-right: 10px; 
	position: absolute; 
	top: 40px; 
	right: 10px; 
	height: 230px; 
	width: 230px;
}

.candidate-photo-wrapper{
	border: 1px solid rgb(204, 204, 204); 
	border-radius: 3px 3px 3px 3px; 
	padding: 10px; 	
	margin-left: auto; 
	margin-right: auto;
	max-width: 210px;
	max-height: 210px;
}

.position-table-style { 
margin: 0px 3px;
overflow: hidden;
overflow-wrap: break-word;
white-space: normal;
}

.position-candidate-progress { 
    float: left;
    margin-right: 20px;
}

.wposition-table-style { 
margin: 0px 3px;
overflow: hidden;
overflow-wrap: break-word;
white-space: normal;
width: 305px;
}

.candidate_separator{
    border-bottom: 1px solid #CCCCCC;
    margin: 0 15px 20px 15px;
    width: 600px;
}

.position_separator{
    border-bottom: 1px solid #CCCCCC;
    margin: 0 15px 15px 15px;
    width: 600px;
}

.candidate_title{
    color: #FF591B;
    font-size: 18px;
    margin-bottom:15px;
}

.position_title{
    color: #FF591B;
    font-size: 18px;
    margin-bottom:15px;
}

.candidate_legend{
    color: #0E7289;
}


.candidate_column{
    float: left;
    width:285px;
    padding: 0 15px 0 15px;
    font-size:12px;
}

.position_legend{
    color: #0E7289;
}

.position_column{
    float: left;
    width:285px;
    padding: 0 15px 0 15px;
    font-size:12px;
}

textarea{
	min-width:200px;
	max-width:413px;
}
#mainmenu-wrapper{
	/*background:#000;*/
	background-color:#f8f8f8;
}
#mainmenu-wrapper ul.dropdown li{
	background-color:#f8f8f8;
	padding:12px 16px;
}

#mainmenu-wrapper ul.dropdown ul li{
	background-color:transparent;
}

h1,h2, h3{
	margin-top:0.6em;
	margin-bottom:0.2em;
}


#logo a:link, #logo a:visited {
	/*background: url(../img/logo.jpg) no-repeat;*/
	display: block;
	height: 76px;
	text-indent: -9999px;
	width: 294px;
}
#logo a img {
	display:block;
	margin-top: 5px;
}

/***** questionnaire layout [start] *****/
.optionsList li{
	list-style-type:none;
}
.optionsList label{
	display:inline !important;
	font-weight:normal !important;
}

#questionnaire-list li {
    display: inline-block;
    float: left;
    margin: 3px 8px 0px -6px;
    text-align: left;
    width: 16%;
}

#questionnaire-list li input { 
    display: block;
    float: left;
}

#questionnaire-list li label { 
    display: block;
    float: right;
    text-align: left;
    width: 80%;
}

#questionnaire-list .row {
    clear: both;
    padding: 20px 0;
    display: block;
}

/***** questionnaire layout [end] *****/

/**** manager dashbord layout [start] ******/
div.dashbord {clear:both}
div.dashbord_left {float:left;text-align:justify;}
div.dashbord_left a{ display:block; margin-bottom: 5px; }
div.dashbord_right {float:right;text-align:center;}
div.dashbord fieldset { border-top: 1px solid #CCCCCC; padding: 10px;}
div.dashbord fieldset legend {color: #000000; font-size: 18px; padding: 0 5px;}
.width55 {width:55%}
.width40 {width:40%}


.statistic_bar {background:url(../img/statistic_bar.jpg) repeat-x top left;display:block;height:20px;}
.statistic_value {padding-left:10px;font-weight:bold;line-height:10px;height:20px;}

#dataset ul.score_list {margin:0;}
#dataset ul.score_list li.even {background:#FFF;height:18px;padding:7px 0 0 5px;}
#dataset ul.score_list li.odd {background:#EEEEEE;height:18px;padding:7px 0 0 5px;}
/**** manager dashbord layout [end] ******/

/**** Manager/Candidates [start] ****/
/*** reset ***/
div#content ol,div#content ul { list-style: none; }
div.ui-dialog ul, div.ui-dialog ol { list-style: none; }
div.tipsy ol, div.tipsy ul { list-style: none; }
/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }
.relative { position: relative;}

/* paddigns */
.plr15 { padding-left: 15px; padding-right: 15px;}

.mt10 { margin-top: 10px;}

.plr5 { padding-left: 5px; padding-right: 5px;}
.pt5 { padding-top: 5px;}
.pt7 { padding-top: 7px;}
.pb12 { padding-bottom: 12px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.fz12 { font-size: 12px;}

#dataset table  {
	color: #000;
	font-size: 12px;
	margin-top: 20px;
	width: 100%;
}

#dataset table th {
	background-color: #0e7289;
	color: #87b9c4;
	padding: 5px 0px;
	text-align: left;
	border: 0px;
}

#dataset table td {
	min-width:20px; /* Martynyuk Igor fix*/
	padding: 10px 0px;
	vertical-align: middle;
}

#dataset table .odd td {
	background-color: #eeeeee;
}


#dataset table .even_grey td {
    background-color: #F6F6F6;
}

#dataset table .status {
	background: url(../img/green-circle.png) no-repeat scroll 0 50%;
	padding-left: 15px;
}

#dataset table.position_dashboard{
    margin: 10px 0 5px 0;
}

.candidate-info-form .clearfix {
    margin: 0;
}

#dataset .position-info-wrap {
	position: relative;
}

#dataset .position-info-box {
	background: url(../img/transparent.png) repeat;
	color: #666666;
	display: none;
	font-size: 11px;
	position: absolute;
	left: -15px;
	/*top: -220px;*/
    bottom: 15px;
	width: 327px;
}



#dataset .candidate-info-box {
	background: url(../img/transparent.png) repeat;
	color: #666666;
	display: none;
	font-size: 11px;
	position: absolute;
	left: -15px;
	/*top: -220px;*/
    bottom: 15px;
	width: 327px;
}

.search-info-box-top {
	background: url(../img/popup-top-bg.png) no-repeat;
	height: 14px;
}
.search-info-box-top.wide {
	background: url(../img/popup-top-bg-675.png) no-repeat 0 -6px;
	background-size: 100%;
}
.search-info-box-mid {
	background: url(../img/popup-mid-bg.png) repeat-y;
	padding: 10px 13px 0px 14px;
}
.search-info-box-mid.wide {
	background: url(../img/popup-mid-bg-675.png) repeat-y;
	background-size: 100%;
}

.search-info-box-bot {
	background: url(../img/popup-bot-bg.png) no-repeat;
	height: 21px;
}
.search-info-box-bot.wide {
	background: url(../img/popup-bot-bg-675.png) no-repeat 2px 0;
	background-size: 100%;
}
.search-info-box-bot.wide:after {
	width: 2px;
	background-color: rgba(0,0,0,.3);
	display: block;
	height: 18px;
	content: " ";
	z-index: -1;
	left: 3px;
	position: absolute;
}

.buttons-margin{
	margin: 10px;
}
.buttons-margin.ui-state-hover{
	background-color: #0C5261!important;
    background-image: -moz-linear-gradient(center top , #1D99B3, #0C5261)!important;
    background-repeat: repeat-x!important;
    color: #FFFFFF!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
	background-position:0 -15px!important;
}

#dataset .position-info-box-top {
	background: url(../img/position-info-box-top.png) no-repeat;
	height: 14px;
}

#dataset .position-info-box-mid {
	background: url(../img/position-info-box-mid.png) repeat-y;
	padding: 10px 13px 0px 14px;
}

#dataset .position-info-box-bot {
	background: url(../img/position-info-box-bot.png) no-repeat;
	height: 21px;
}

#dataset .candidate-info-box-top {
	background: url(../img/position-info-box-top.png) no-repeat;
	height: 14px;
}

#dataset .candidate-info-box-mid {
	background: url(../img/position-info-box-mid.png) repeat-y;
	padding: 10px 13px 0px 14px;
}

#dataset .candidate-info-box-bot {
	background: url(../img/position-info-box-bot.png) no-repeat;
	height: 21px;
}

#dataset .position-medium-info-box-top {
	background: url(../img/medium_info_box_top.png) no-repeat;
	height: 14px;
}

#dataset .position-medium-info-box-mid {
	background: url(../img/medium_info_box_mid.png) repeat-y;
	padding: 10px 13px 0px 14px;
	display:block;overflow:hidden;
}

#dataset .position-medium-info-box-bot {
	background: url(../img/medium_info_box_bot.png) no-repeat;
	height: 21px;
}

#dataset .position-info-box .fl {
	margin-left: 10px;
	width: 150px;
}

#dataset .position-info-box .fr {
	margin-right: 10px;
	width: 120px;
}

#dataset .position-info-box ul {
	margin: 0px;
	padding: 0px;
}

#dataset .position-info-box ul li {
	float: none;
	margin-bottom: 5px;
	text-align: left;
}

#dataset .position-info-box .view {
	background: #eeeeee;
	display: block;
	padding: 10px 0px;
}

#dataset .position-info-box .view a:link,
#dataset .position-info-box .view a:visited {
	/*background: url(../img/view-bg.jpg) no-repeat;*/
	font-size: 11px;
	/*padding-left: 15px;*/
}

#dataset .position-info-box .ttl {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#dataset .position-info-box .green {
	background: none;
	color: #009933;
}

#dataset .position-info-box .red {
	color: #990000;
}
.red-txt {
	color: #990000;
}
.green-txt {
	color: #090;
}

#dataset .option-wrap {
	position: relative;
}

#dataset .option-box {
	display: none;
	left: -15px;
	position: absolute;
	/*top: -160px;*/
    bottom:15px;
	width: 147px;
	background: url(../img/transparent.png) repeat;
}

#dataset .option-box-top {
	background: url(../img/option-box-top.png) no-repeat;
	height: 14px;
}

#dataset .option-box-mid {
	background: url(../img/option-box-mid.png) repeat-y;
	padding: 10px 20px;
}

#dataset .option-box-bot {
	background: url(../img/option-box-bot.png) no-repeat;
	height: 21px;
}

#dataset .option-box ul {
	margin: 0px;
	padding: 0px;
	background: url(../img/transparent.png) repeat;
}

#dataset .option-box ul li {
	float: none;
	padding-left: 20px;
}

#dataset .option-box ul li.edit {
	background: url(../img/icons/edit-icon.jpg) no-repeat;
}

#dataset .option-box ul li.invite {
	background: url(../img/icons/invite-icon.jpg) no-repeat;
}

#dataset .option-box ul li.delete {
	background: url(../img/icons/close-icon.png) no-repeat;
}

#dataset .option-box ul li.save {
	background: url(../img/icons/save-icon.jpg) no-repeat;
}

/* START statistic description */

#analytics-dataset .description-info-wrap {
	position: relative;
}

#analytics-dataset .description-info-wrap a{
	margin-bottom: 5px;
	display: block;
}

#analytics-dataset .description-info-box {
	background: url(../img/transparent.png) repeat;
	color: #666666;
	display: none;
	font-size: 11px;
	position: absolute;
	left: -15px;
	/*top: -220px;*/
    bottom: 40px;
	width: 640px;
}

#analytics-dataset .description-info-box-top {
	background: url(../img/description-info-box-top.png) no-repeat;
	height: 14px;
}

#analytics-dataset .description-info-box-mid {
	background: url(../img/description-info-box-mid.png) repeat-y;
	padding: 10px 13px 10px 14px;
}

#analytics-dataset .description-info-box-bot {
	background: url(../img/description-info-box-bot.png) no-repeat;
	height: 21px;
}

#analytics-dataset .description-info-box ul {
	color: #0069D6;
	padding: 0 10px;
	font-size: 13px;
	margin: 0px;
}

#analytics-dataset .description-info-box ul li {
	float: none;
	color: #0069D6;
	margin-bottom: 5px;
	text-align: left;
}

/* END statistic description */
#occupation {
    overflow-y: scroll;
}


#occupation .occupation-info-wrap {
	/*position: relative;*/
    
}

#browse_occupation_questions_block .occupation-info-box{
	background: url(../img/transparent.png) repeat;
	color: #666666;
	display: none;
	font-size: 11px;
	position: absolute;
	top: 25px;
	left: 2px;
	width: 572px;
	z-index:999;
	overflow-y: visible;
}
#browse_occupation_questions_block .occupation-info-box-left {
	background: url(../img/occupation-info-box-left.png) no-repeat;
	width: 14px;
	height:325px;
	float:left;
	display:block;
    
}
#browse_occupation_questions_block .occupation-info-box-mid {
	background: url(../img/occupation-info-box-mid.png) repeat-x;
	/*padding: 10px 13px 0px 14px;*/
    padding:20px;
    width:500px;
    height:325px;
    float:left;
    display:block;
    
}
#browse_occupation_questions_block .occupation-info-box-right {
	background: url(../img/occupation-info-box-right-nt.png) no-repeat;
	width: 15px;
    height:325px;
    float:left;
    display:block;
}

#recet_job_title_container .occupation-info-box{
	background: url(../img/transparent.png) repeat;
	color: #666666;
	display: none;
	font-size: 11px;
        position: absolute;
        left:-579px;
        top: -33px;
	width: 577px;
        z-index:9999;
}
#recet_job_title_container .occupation-info-box-left {
	background: url(../img/occupation-info-box-left.png) no-repeat;
	width: 14px;
        height:325px;
        float:left;
        display:block;
    
}
#recet_job_title_container .occupation-info-box-mid {
	background: url(../img/occupation-info-box-mid.png) repeat-x;
        padding:20px;
        width:500px;
        height:325px;
        float:left;
        display:block;
    
}

#recet_job_title_container .occupation-info-box-right {
	background: url(../img/occupation-info-box-right.png) no-repeat;
	width: 21px;
        height:325px;
        float:left;
        display:block;
}

#job-descr-questions .occupation-info-box{
	background: url(../img/transparent.png) repeat;
	color: #666666;
	display: none;
	font-size: 11px;
        position: absolute;
        left: -576px;
        top: -36px;
        width: 577px;
        z-index:90;
}

#job-descr-questions .occupation-info-box-left {
	background: url(../img/occupation-info-box-left.png) no-repeat;
	width: 14px;
        height:350px;
        float:left;
        display:block;
}

#job-descr-questions .occupation-info-box-mid {
	background: url(../img/occupation-info-box-mid.png) repeat-x;
        padding:20px;
        height:350px;
        width:500px;
        float:left;
        display:block;
}

#job-descr-questions .occupation-info-box-right {
	background: url(../img/occupation-info-box-right.png) no-repeat;
	width: 21px;
        height:350px;
        float:left;
        display:block;
}

.compare-candidates-style {
    height: 16px;
    padding: 0 3px;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 5px;
    cursor: pointer;
}

#previewCanvas {
    width: 75px;
    height: 50px;
}

.add_to_compare_img{
    background-color: #3779E0;
    width: 85px;
    font-weight: bold;
    background-image: linear-gradient(bottom, rgb(55,106,160) 30%, rgb(55,127,252) 81%);
    background-image: -o-linear-gradient(bottom, rgb(55,106,160) 30%, rgb(55,127,252) 81%);
    background-image: -moz-linear-gradient(bottom, rgb(55,106,160) 30%, rgb(55,127,252) 81%);
    background-image: -webkit-linear-gradient(bottom, rgb(55,106,160) 30%, rgb(55,127,252) 81%);
    background-image: -ms-linear-gradient(bottom, rgb(55,106,160) 30%, rgb(55,127,252) 81%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.3, rgb(55,106,160)),
            color-stop(0.81, rgb(55,127,252))
    );
    color: #fff;
    line-height: 18px;
    height: 18px;
    text-align: center;
    -moz-box-shadow:  0px 1px 2px #000000;
    -webkit-box-shadow: 0px 1px 2px #000000;
    box-shadow: 0px 1px 2px #000000;
    cursor: pointer;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 0 6px;
}


/**** Manager/Candidates [end] ****/
/**** Paginator ****/
.section {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 0px;
}
.pagination-buttons {
	/*padding: 0px 150px 0px;*/
    width:516px;
    margin:auto;
    padding:0 auto;
}

.prev-btn {
	background: url(../img/buttons/prev-btn.png) no-repeat;
	float: left;
	height:49px;
	text-indent: -9999px;
	width: 101px;
}

.prev-btn:hover {
	background: url(../img/buttons/prev-hover-btn.png) no-repeat;
}
.prev-btn.hidden {
	background: url(../img/buttons/prev-hidden-btn.png) no-repeat;
}

.previous-btn {
	background: url(../img/buttons/prev-btn.jpg) no-repeat;
	float: left;
	height:49px;
	text-indent: -9999px;
	width: 101px;
}

.previous-btn:hover {
	background: url(../img/buttons/prev-hover-btn.jpg) no-repeat;
}

.next-btn {
	background: url(../img/buttons/next-btn.png) no-repeat;
	float: left;
	height:49px;
	text-indent: -9999px;
	width: 101px;
}

.next-btn:hover {
	background: url(../img/buttons/next-hover-btn.png) no-repeat;
}
.next-btn.hidden {
	background: url(../img/buttons/next-hidden-btn.png) no-repeat;
}

.first-btn {
	background: url(../img/buttons/first-btn.png) no-repeat;
	float: left;
	height:49px;
	text-indent: -9999px;
	width: 42px;
}

.first-btn:hover {
	background: url(../img/buttons/first-hover-btn.png) no-repeat;
}
.first-btn.hidden {
	background: url(../img/buttons/first-hidden-btn.png) no-repeat;
}

.last-btn {
	background: url(../img/buttons/last-btn.png) no-repeat;
	float: left;
	height:49px;
	text-indent: -9999px;
	width: 42px;
}

.last-btn:hover {
	background: url(../img/buttons/last-hover-btn.png) no-repeat;
}
.last-btn.hidden {
	background: url(../img/buttons/last-hidden-btn.png) no-repeat;
}

.pagination-display {
	clear: left;
	float: left;
}

span.pagination-display-content {
	/*background: url(../img/buttons/prev-btn.jpg) no-repeat;*/
	float: left;
    text-align:center;
	height:49px;
	/*text-indent: -9999px;*/
	margin:0 auto;
	width: 230px;
}

.pagination-num {
	float: left;
	padding: 0px 94px;
}

.pagination-num ul {
	margin: 0px!important;
	padding: 0px!important;
}

.pagination-num ul li {
	color: #666666;
	display: inline;
	float: left;
	font-size: 12px;
	margin: 0px 7px;
}

.pagination-num ul li a:link,
.pagination-num ul li a:visited {
	color: #000;
}

.pagination-num ul li a.prev {
	background: url(../img/buttons/prev-small-btn.jpg) no-repeat;
	display: block;
	height: 17px;
	text-indent: -9999px;
	width: 17px;
}

.pagination-num ul li a.next {
	background: url(../img/buttons/next-small-btn.jpg) no-repeat;
	display: block;
	height: 17px;
	text-indent: -9999px;
	width: 17px;
}

.pagination-filter {
	float: right;
}

/***** end paginator ******/

/******** Editable form **********/
.editable_form button {
  border:1px solid #ccc;
  margin:5px;
  padding:3px;
}
.editable_area {
  background: #E5ECF9 url(../img/icons/pencil-icon.png) no-repeat top left;
  padding:10px 25px;
  margin-bottom:10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  cursor:pointer;
  border:1px solid #999;
  max-width: 582px;
  word-wrap: break-word;
}

/*******************************/
#candidateDashbord {
  width:440px;
  height:85px;
  background: #eeeeee;
  display:block;
}

#candidateDashbord .candidateHeader {
  width:441px;
  height:40px;
  border-top:2px #d7d7d7 solid;
  border-bottom:1px #d7d7d7 solid;

}
.candidate_not_started , .candidate_in_process, .candidate_ready{
	cursor:pointer;
}

.candidate_not_started.pointer_none, .candidate_in_process.pointer_none, .candidate_ready.pointer_none{
	cursor:text;
}
.blue_dark_cell, .blue_mid_cell, .blue_light_cell, .red_cell, .yellow_cell, .green_cell {cursor:pointer;}

.blue_dark_cell.pointer_none, .blue_mid_cell.pointer_none, .blue_light_cell.pointer_none, .red_cell.pointer_none, .yellow_cell.pointer_none, .green_cell.pointer_none {cursor:text;}

table.position_dashboard td{
  border:0!important;margin:0!important;padding:0 2px!important;
}
td.padded a {text-decoration: underline;}
a.position_candidate_not_started , a.position_candidate_in_process, a.position_candidate_ready {
	width:27px;
	height:27px;
	display:block;
	line-height:27px;
	text-align:center;
	padding:0!important;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}
a.position_candidate_not_started {background: url("../img/red_large.png") no-repeat center left;}
a.position_candidate_in_process {background: url("../img/yellow_large.png")  no-repeat center left;}
a.position_candidate_ready {background: url("../img/green_large.png")  no-repeat center left;}
.position_candidate_number{
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    -moz-border-radius: 5px;
     border-radius: 5px;
}

#candidateDashbord .candidateHeader .cell {
  text-align:center;
  float:left;
  height:40px;
  width:147px;
}
#candidateDashbord .candidateHeader .cell span {
  color:#FFF; font-weight:bold;line-height: 40px;
  font-size: 18px;
}

#candidateDashbord .candidateMiddle{
  width:439px;
  height:30px;
  border-left:1px #d7d7d7 solid;
  border-right:1px #d7d7d7 solid;
  float:left;
  display:block;
   /*overflow:hidden;*/
}
#candidateDashbord .candidateBottom{
  width:450px;
  height:12px;
  float:left;
}

#candidateDashbord .candidateBottom .candidateBottomLeft {
  height:12px;
  width:12px;
  background: url(../img/corner-left.png) no-repeat;
  float:left;
}
#candidateDashbord .candidateBottom .candidateBottomRight {
  height:12px;
  width:12px;
  float:left;
  background: url(../img/corner-right.png) no-repeat;
}

#candidateDashbord .candidateBottom .candidateBottomMiddle {
  height:10px;
  width:417px;
  float:left;
  border-bottom:1px #d7d7d7 solid;
  background: #eeeeee;

}

#candidateDashbordSmall {
  width:300px;
  height:80px;
  background: #eeeeee;
  display:block;
}

#candidateDashbordSmall .candidateHeader{
  width:300px;
  height:40px;
  border-top:2px #d7d7d7 solid;
  border-bottom:2px #d7d7d7 solid;

}
#candidateDashbordSmall .candidateHeader .cell {
  text-align:center;
  float:left;
  height:40px;
  width:100px;
}
#candidateDashbordSmall .candidateHeader .cell span {
  color:#FFF; font-weight:bold;line-height: 40px;
  font-size: 12px;
}

#candidateDashbordSmall .candidateMiddle{
  width:298px;
  height:26px;
  border-left:1px #d7d7d7 solid;
  border-right:1px #d7d7d7 solid;
  float:left;
  display:block;
   overflow:hidden;
}

/*#candidateDashbordSmall .candidateMiddle table.dashboard_table { min-width: 85px !important; padding:0!important; vertical-align: top!important; margin:-10px 3px;}
#candidateDashbordSmall .candidateMiddle table.dashboard_table td { font-size:11px;}*/
td.dashboar_cell {line-height:16px!important;padding:5px 5px 5px 10px!important;text-align:left;}
td.dashboar_cell a {line-height:20px;margin-left:5px;width:90px}

#candidateDashbordSmall .candidateBottom{
  width:300px;
  height:12px;
float:left;
}

#candidateDashbordSmall .candidateBottom .candidateBottomLeft {
  height:12px;
  width:12px;
  background: url(../img/corner-left.png) no-repeat;
  float:left;
}
#candidateDashbordSmall .candidateBottom .candidateBottomRight {
  height:12px;
  width:12px;
  float:left;
  background: url(../img/corner-right.png) no-repeat;
}

#candidateDashbordSmall .candidateBottom .candidateBottomMiddle {
  height:10px;
  width:276px;
  float:left;
  border-bottom:1px #d7d7d7 solid;
  background: #eeeeee;

}

/***************Expand****************/
.expandable {
  margin:0;
  position:relative;
  overflow:hidden
}
.collapse p {padding:10px;}

#switch, .switch {margin-bottom:5px; text-align:right}
div.expand{ background: url('../img/slide_blue_header.png') repeat-x;height:40px;}

div.expand a, div.second_expand a, div.score_expand a {
  border:0;
  padding:0px 50px;
  color:#FFFFFF;
  font-size:16px;
  line-height:40px;
  height:27px;
}
div.expand a:link, div.expand a:visited, div.second_expand a:link, div.second_expand a:visited, div.score_expand a:link, div.score_expand a:visited {
  background-image:url(../img/slide-bar-arrow_expand.png);
  background-repeat:no-repeat;
  background-position:15px 15px;
}
div.expand a:hover, div.expand a:active, div.expand a:focus, div.second_expand a:hover, div.second_expand a:active, div.second_expand a:focus {


}
div.expand a.open:link, div.expand a.open:visited, div.second_expand a.open:link, div.second_expand a.open:visited, div.score_expand a.open:link, div.score_expand a.open:visited {

  background-image:url(../img/slide-bar-arrow_colaps.png);
  background-repeat:no-repeat;
  background-position:15px 15px;

}

div.score_expand a:link, div.score_expand a:visited , div.score_expand a.open:link, div.score_expand a.open:visited {
  background-position:10px;
  line-height:30px;
  font-size:14px;
}

.second_expandable {
  margin:10px 0 20px;
}
.second_expand {

  background: url('../img/slide_gray_header.png') repeat-x;
  height:40px;
  width:620px;
  margin:auto;
}

.level1 {border:1px #0E7289 solid;}
.level2 {
	border:1px #999999 solid;
	width:618px;
	margin:auto;
	/*background:#eeeeee;*/
}
.updates_level {
  width:618px;
  margin:10px auto;
}

legend.expand{ cursor:pointer;}
legend.expand a {
  display:block;
  padding:3px 10px 3px 20px;
  text-decoration:none;
  color:#404040;
  background: url("../img/arrow-right.gif") no-repeat center left;
}
legend.expand a.open {
  text-decoration:none;
  color:#404040;
  background: url(../img/arrow-down.gif) no-repeat center left;
}

.score_expand {

  height:30px;
  width:620px;
  margin:auto;
  background-color:#9b9b9b;color:#FFF;font-weight:bold;
}

.score_expandable {background:#0E7289;color:#FFF;padding:10px;font-weight:bold;}
/**************  Hint ***********************/
input.blur {color: #999!important;}

/*** Forms ***/
.input-text {
	background: url(../img/forms/input-text-bg.jpg) no-repeat;
	border: 0px none;
	color: #999999;
	font-size: 16px;
	height: 21px;
	margin-right: 15px;
	padding: 12px 15px 12px;
	width: 262px;
}

.input-text-small {
	background: url(../img/forms/input-text-small-bg.jpg) no-repeat;
	border: 0px none;
	color: #999999;
	font-size: 16px;
	height: 21px;
	padding: 12px 15px 12px;
	width: 122px;
}

.input-text.error, .input-text-small.error, .input-text-error {
	background: url(../img/forms/input-text-error-bg.jpg) no-repeat;
	border: 0px none;
	font-size: 16px;
	height: 18px;
	margin: -7px 8px -6px -7px;
	padding: 20px 22px;
	width: 264px;
}

.input-text-small.input-text-active {
	background: url(../img/forms/input-text-small-active-bg.jpg) no-repeat !important;
	height: 18px;
	margin: -7px 8px -6px -7px;
	padding: 20px 22px;
	width: 122px;
}

.input-text-active {
	background: url(../img/forms/input-text-active-bg.jpg) no-repeat !important;
	border: 0px none;
	color: #000;
	font-size: 16px;
	height: 18px;
	margin: -7px 8px -6px -7px;
	padding: 20px 22px;
	width: 264px;
}

.textarea {
	background: url(../img/forms/textarea-bg.jpg) no-repeat;
	border: 0px none;
	color: #000;
	height: 125px;
	font-size: 12px;
	overflow: auto;
	padding: 10px;
	width: 272px;
}

.radio {
	background: url(../img/forms/radio.jpg) no-repeat;
	width: 17px;
	height: 17px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
}

button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible;
}

button:-moz-focus-inner {
	border: none;
}

button span {
	position: relative;
	display: block;
	margin: 0px!important;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button.submit-btn {
	padding: 0 18px 0 0;
	margin-right: 5px;
	font-size: 16px!important;
	text-align: center;
	background: transparent url(../img/buttons/submit-btn.png) no-repeat 100% -98px;
}

button.submit-btn span {
	padding: 15px 0 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px!important;
	font-weight: bold;
	height: 34px;
	background: transparent url(../img/buttons/submit-btn.png) no-repeat 0 0;
	color: #fff!important;
}

button.submit-btn:hover,
button.submit-btn-hover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -147px;
}

button.submitBtn:hover span,
button.submit-btn-hover span {
	background-position: 0 -49px;
}

#section-7 .submit-btn {
	float: right;
	margin-right: 100px;
}

/*** Easy Select Box ***/
.easy-select-box {
	color: #000;
	font-size: 16px;
	position: relative;
	width: 291px;
}

.easy-select-box .easy-select-box-disp,
.easy-select-box .easy-select-box-disp:visited {
	background: url(../img/forms/select-bg.jpg) no-repeat;
	display: block;
	color: #000;
	height: 45px;
	line-height: 45px;
	padding: 0px 3px 0px 15px;
	text-decoration: none;
}

.easy-select-box .easy-select-box-disp:hover {
	text-decoration: none;
	position: relative;
}

.easy-select-box ul {
	background: #fff;
	border: 1px solid #cccccc;
	display: none;
	left: 0;
	margin: 0px!important;
	max-height: 200px;
	overflow: auto;
	padding: 0px!important;
	position: absolute;
	top: 100%;
	width: 291px;
	z-index: 99;
}

.easy-select-box ul li {
	margin-bottom: 0px!important;
	width: 100%;
}

.easy-select-box ul li a,
.easy-select-box ul li a:visited {
	background: #fff;
	color: #000;
	cursor: default;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.easy-select-box ul li a:hover{
	background: #3399ff;
	color: #fff;
	text-decoration: none;
}

#content form li {
    float: left;
    margin-bottom: 10px;
}

#content form .odd {
	background-color: #eeeeee;
}

/**************Errors*******************/
#input_container ul li {
  color:#EE0000;
  clear:left;
}


.add_more {
  width:75px;
  background: url(../img/alloy/plus-circle.svg) no-repeat top left;
  padding-left: 25px;
 /* overflow:hidden;*/
  margin-left:20px;
  text-decoration: underline;
  font-size:11px;
  /*height:16px;*/
  height:24px;
  display:block;
}

div.ui-dialog .errorSummary ul li, #content .errorSummary ul li{
  color:#EE0000;
  margin:0; padding:0;float:none;
}
div.ui-dialog .errorSummary, #content .errorSummary{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.ui-dialog .errorSummary p, #content .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.ui-dialog .errorSummary ul, #content .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}
div.ui-dialog .note, #content .note {font-style: italic;}

/***************** Questions **********************/
#survey {
	color: #000;
	font-size: 12px;
}

#survey form ul {
	float: left;
	margin: 0px 0px;
	padding: 0px;
	width: 646px;
}

#survey form div.full_width ul {
	width: 926px;
}

#survey form ul.odd {
	background: #eeeeee;
}

#survey form ul.even {
	background: #cccccc;
}

#survey form ul.error {
	border: 1px solid #990000;
}

#survey form ul li {
	cursor: pointer;
	margin: 5px 0px;
	min-height: 50px;
	padding: 10px 5px;
	text-align: center;
	width: 69px;
}

#survey form div.full_width ul li {	
	width: 106px;
}
#survey form div.full_width ul li.num {
	width: 20px;
}
#survey form ul li:hover {
	background: #ffff00;
}

#survey form ul li.num {
	background: none!important;
	width: 20px;
}

#survey form ul li.num span {
	background: url(../img/blue-circle-bg.png) no-repeat;
	color: #fff;
	height: 21px;
	line-height: 21px;
	width: 21px;
	display:block;
}

#survey form ul li.qtn {
	background: none!important;
	/*font-weight: bold;*/
	font-family: Arial;
    font-size: 12px;
	text-align: left;
	width: 130px;
}

#survey form div.full_width ul li.qtn {
	width: 190px;
}

#survey form ul li.completed {
	background: #99cc00;
}

#survey form ul li.error {
	background: #990000;
	color: #fff;
}

#survey form label {
	cursor: pointer;
	margin: 0px 5px;
	text-align: center;
	width: 60px;
	min-height: 72px;
	font-family: arial;
    font-size: 11px;
}

#survey form div.full_width label
{
	width: 96px;
	min-height: 50px;
}
#pager p {
	color: #000;
	font-size: 12px;
	padding-top: 15px;
}

#pager .column {
	margin-right: 40px;
}

#go-to-page{
    width: 30px;
}

.main-submit-btn {
	background: url(../img/buttons/submit-large-btn.jpg) no-repeat;
	border: 0px none;
	cursor: pointer;
	height: 49px;
	line-height: 0px;
	text-indent: -9999px;
	width: 189px;
}

div.import_line {
  	width: 195px;
	color: #000000;
}

.complete-ast {
	padding-bottom: 20px;
}

.ManagerImportCandidatesPreview div.import_line {
	width: 145px;
}
div.blueHeader {
  background:#E5ECF9;
}

.traitsq{
    margin-top: 5px;
}

.traitsq li{
    display: inline-block;
    float: left;
    margin: 3px 8px 0 -6px;  
    width: 16%;
    text-align: left;
}

.traitsq li label {
    display: block;
    float: right; 
    text-align: left;
    width: 80%;
}

.traitsq li input {
    display: block;
    float: left; 
}


/****** SEARCH ********/
#search {
	background: url(../img/search-bg.jpg) no-repeat;
	clear: right;
	float: right;
	height: 44px;
	/*margin-top: 27px;*/
	position: relative;
	width: 328px;
}

#search .input-text {
	background: transparent;
	border: 0px none;
	float: left;
	font-size: 16px;
	height: 22px;
	margin: 1px 0px 0px 1px;
	padding: 12px 70px 9px 9px;
	width: 198px;
}

#search .input-button {
	background: transparent;
	border: 0px none;
	cursor: pointer;
	float: right;
	height: 44px;
	padding: 0px;
	width: 50px;
}

#search .filter {
	left: 198px;
	position: absolute;
	top: 10px;
}

#search .filter a:link,
#search .filter a:visited {
	background: url(../img/search-filter-bg.jpg) no-repeat;
	color: #666666;
	display: block;
	font-size: 12px;
	padding: 6px 0px 6px 5px;
	text-decoration: none;
	width: 70px;
}

#search .filter a.active {
	background: url(../img/search-filter-hover-bg.png) no-repeat;
	padding: 6px 0px 22px 5px;
	width: 75px;
}

#search .filter-box {
	display: none;
	position: absolute;
	top: 100%;
	right: -1px;
	width: 200px;
	z-index: 100;
}

#search .filter-box-top {
	background: url(../img/search-filter-box-top-bg.png) no-repeat;
	height: 17px;
}

#search .filter-box-mid {
	background: url(../img/search-filter-box-mid-bg.png) repeat-y;
	padding: 0px 15px 0px 10px;
}

#search .filter-box-bot {
	background: url(../img/search-filter-box-bot-bg.png) no-repeat;
	height: 13px;
}

#search .filter-box strong {
	color: #000;
	display: block;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

#search .filter-box ul {

}

#search .filter-box li {
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px;
}

#search .filter-box li.last {
	border-bottom: none;
	padding: 0px none;
}

#search .filter-box label {
	cursor: pointer;
	color: #000;
	font-size: 12px;

}

.custom_report {
    text-decoration:underline;
    color:#0E7289;
    font-size:10px;
}

#products_label{
    display:inline;
    float:none;
    width:auto;
    margin:0 5px 0 5px;
    font-weight:bold;
}

.products_share_fade {
    color: #CACACA !important;
}

.products_print_fade {
    color: #CACACA !important;
}

.report_title{
	color: #0E7289;
    font-weight: bold;
	padding-left: 10px;
}
table.report_rehire_table td{
	border:none;
	 padding: 10px 10px 0;
}

#score-distribution-form select{
    width:98% !important;
}

#score-distribution-form .ui-widget-content { 
    width: 250px; 
    padding:4px; 
    border-radius: 0px; 
}
#score-distribution-form .trigger { 
    margin: -25px 5px 0px 238px; 
}
#score-distribution-form .row { 
    margin: 5px 0px 5px 20px; 
    float:left; 
}
#score-distribution-form .combobox { 
    margin: 6px; 
}

.score-distribution-parent{
    display: table; 
    margin: 0 0 0 20px;
}

.score-distribution-img{
    display: table-cell; 
    vertical-align: middle;
}

.score-distribution-items{
    width:770px;
    margin: 0 0 0 20px;
}

div#score_rehire{
	display:none;
	line-height:16px;
	font-size: 14px;
	color: white;
	float: right;
	padding: 5px;
	margin: 5px;
}

div.reference_name{
	overflow: hidden;
	width:130px;
	white-space: normal;
	word-wrap: break-word;
	margin: 0 3px;
	float: left;
}

div.reference_response{
	overflow: hidden;
	width: 450px;
	white-space: normal;
	word-wrap: break-word;
	margin: 0 3px;
	float: left;
	font-weight : bold;
	font-size: 12px;
}
div.separator.item{
	border-top:1px #999999 solid;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 500px;
}

div.separator.last{
	float: left;
    height: 20px;
    width: 600px;
}

div.quality_score{
	height: 41px;
	margin: 0 68px 30px;
	background: url('/res/img/reference-quality-indicator-bar.png') no-repeat scroll 0 0 transparent;
}

div.quality_indicator{
	background: url('/res/img/reference-quality-indicator-number.png') no-repeat scroll 0 0 transparent;
	height: 41px;
	color: white;
	font-size:20px;
	padding-left:25px;
	padding-top: 10px;
}

div.lf, div.rg{
	width : 289px;
	float : left;
	padding : 5px;
}

span.rehire_info_span{	
	line-height: 12px;
	position: relative;
	width: 210px;
	margin-bottom : 7px;
	display: block;
}


#ReferenceRehire_would_rehire label, div.input label{
	float:none;
	width:auto;
}

.available-location .container, .position .container, .available-position .container, .available-recruiter .container{
	margin:2px;padding:2px;border:1px solid #C8C8C8;background:#E6E6FA;padding-left: 10px;color: #0E7289;
}

 div.container-selected{
	margin:2px;
	padding:2px;
	border:1px solid #C8C8C8;
	background:#E6E6FA;
	padding-left: 10px;
	width: 260px;
	color: #0E7289;
 }
 
 div.plus{
	float:right;
	cursor:pointer;
	background-size: 16px;
	height: 20px;
	width: 20px;
	margin-right: 4px;
 	margin-top: -4px;
    background: url('/res/img/alloy/plus.svg');
 }
 
 div.unbalanced{
	float:right;
	background:url('/res/img/icons/info-icon.png');
	background-size: 16px;
	height:16px;
	width:16px;
	margin-right:3px;
 }
 
 div.minus{
	float:right;
	cursor:pointer;
	background:url('/res/img/alloy/x.svg');
	background-size: 20px;
	height: 20px;
	width: 20px;
	margin-right:3px;
 }
 
  div.minus-cq{
	float:right;
	cursor:pointer;
	background:url('/res/img/icons/cross_script.png');
	background-size: 16px;
	height:16px;
	width:16px;
	margin-right:3px;
 }

 div.label_style label{
	float:none;
	padding-left: 1px;
 }
 
 div.label_style input{
	margin-left: 5px;
 }

fieldset.custom_form {
   border:1px solid #ccc; clear:both;
   -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
	margin-bottom: 10px;
}
fieldset.custom_form legend {
    padding:10px 5px;
    font-size:16px;
    font-weight:bold;
    background-color: #ffffff;
}

div.traits_cell_top {
  border-top: 1px solid black;margin-left: 25px;margin-right: 25px;width: 350px;font-size:10px
}
div.traits_cell_bottom {
  background-color:#999999;height: 9px;margin-top:-4px;padding-top: 3px;/*border-top: 1px solid black;*/
}
div.traits_cell_numbers {
  margin-left:-5px;
}

.absolute {
  position:absolute;
}

div.active-status-bar{
	float:left;
	width:132px;
        word-wrap: break-word;
	padding-top: 28px;
	padding-left: 3px;
	text-align: center;
	background:url('/res/img/progress-bar.png') no-repeat scroll -168px -1px transparent;
}

div.completed-status-bar{
	float:left;
	width:95px;
        word-wrap: break-word;
	padding-top: 28px;
	padding-left: 3px;
	text-align: center;
	background:url('/res/img/progress-bar.png') no-repeat scroll -13px -1px transparent;
}
div.completed-status-bar.impact{
    width:125px;
    background-position: 0 0;
}

div.next-step-status-bar{
	float:left;
	width:95px;
        word-wrap: break-word;
	padding-top: 28px;
	padding-left: 3px;	
	color: #808080;
	text-align: center;
	background:url('/res/img/progress-bar.png') no-repeat scroll -357px -1px transparent;
}
div.next-step-status-bar.impact {
    width:125px;
    background-position: -345px 0;
}

.verification_info_span{
	position: relative;
	width: 298px;
	margin-bottom : 7px;
	display: block;
}

/* Manager Create Position */
div.blocks_container {width:620px;}
div.blocks_container .blocks_title {width:300px; padding-bottom:10px;font-weight:bold}
div.blocks_container .block_left {width:298px; height: 300px;float:left; display:block; border:1px solid #C8C8C8;overflow-y: auto;}
div.blocks_container .block_right {width:298px; height: 300px;border:1px solid #C8C8C8;float:left; position:relative;}
div.blocks_container .block_line { margin:2px;border:1px solid #C8C8C8;background:#f1f9fb;padding: 5px 5px 5px 10px;color:#000000;cursor:pointer;}
div.blocks_container .selected {background:#d6eef0; font-weight:bold}
p.block_description {border:1px solid #C8C8C8;padding:10px; background: none repeat scroll 0 0 #d6eef0;}

div.blocks_container div.error {border:1px solid #EE0000!important;}

div.sa-question-header {
	float:left;
	width: 400px;
}

div.wordwrap {
	overflow: hidden;
    white-space: normal;
	width:200px;
    max-height: 100px;
	word-wrap: break-word;
}
.detail-view .wordwrap{
	max-height: none;
}
/* hcs */
div.active-status-bar-hcs{
	float:left;
	width:94px;
	padding-top: 28px;
	padding-left: 3px;
	text-align: center;
	background:url('/res/img/TimeLine_2.png') no-repeat scroll -186px -1px transparent;

}

div.completed-status-bar-hcs{
	float:left;
	width:94px;
	padding-top: 28px;
	padding-left: 3px;
	text-align: center;
	background:url('/res/img/TimeLine_2.png') no-repeat scroll -17px -1px transparent;
	
}

div.next-step-status-bar-hcs{
	float:left;
	width:94px;
	padding-top: 28px;
	padding-left: 3px;	
	color: #808080;
	text-align: center;
	background:url('/res/img/TimeLine_2.png') no-repeat scroll -360px -1px transparent;
}
/* end */


.trial-message{
	height:55px;
	background:#FFFFCC;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;	
	width: 100%;
}


.content-v2{
	 float:left;
	 margin-top:30px;
	 margin-right:10px;
	 width: 450px;
	 min-height: 450px;
	 margin-bottom: 40px;
}

.content-v3{
	float:left;
	margin-top:30px;
	width: 450px;
	min-height: 450px;
	margin-bottom: 40px;
}

.version-wrap-box{
	margin: 20px;
	padding: 5px;
	border: 1px solid;
	border-radius: 16px;
	height: 340px;
	cursor: pointer;
}
div.position-form label{
	width: 215px;
}

div.position-form div.input{
	margin-left: 230px;
}

#content span.required, div.ui-dialog span.required
{
	color: red;font-weight: normal;
}

/*admin export*/
div.form.export label{
	display: inline;
	margin-right: 20px;
	color: #404040;
	float: left;
	font-size: 13px;
	line-height: 18px;
	padding-top: 9px;
	text-align: right;
	width: 130px;
}
div.form.export select{
	width : 275px;
}
div.form.export .note{
	margin-left: 150px;
	margin-top: 20px;
}
div.filter_container{
	float: left;
	width: 537px;
}
div.filter_container input[type="checkbox"]{
	height: 30px;
	float:left;
}

div.form.export div.filter_container label{			
	font-size: 11px;
	width: 133px;
	text-align: left;
	margin-right: 10px;
}
/*end*/

/*manage trait set for benchmark css*/
.available-item,.available-company{
	width: auto;
}

.item-set,.company-set{
	margin: 20px auto;
	width: 740px;
}

#company-session-timeout label {
    display: inline-block;
}

.selected-item, .selected-company{
	width: auto;
	min-height: 100px;
	overflow: auto;
}

.available-item .container,.selected-item .container,.selected-company .container, .available-company .container{
	margin:2px;
	padding:2px;
	border:1px solid #C8C8C8;
	background:#E6E6FA;
	padding-left: 10px;
	color: #0E7289;
}

.selected-item div .container,.available-item div .container{		
	background:#F8F8F8;		
}

.weight img{
	cursor: pointer;
}

.reset_link_set{
	font-size: 12px;
	font-style: normal;
	margin-left: 5px;
}
/*end*/


.positipon-form label {    
    width: 185px;
}
form  .positipon-form .input {
    margin-left: 200px;
}

/*copy link for self invite*/
a.self-invite {
    background: url("/res/img/icons/story_details_controls.png") no-repeat scroll 0 -1px #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.7) inset;
    color: #888888;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 19px;
    line-height: 15px;
    padding: 1px 4px 0;
    width: 19px;
	margin-top: 5px;
}


a.self-invite.hover {
    background: url("/res/img/icons/story_details_controls.png") no-repeat scroll 0 -19px #2B4C74;
    border: 1px solid #24364C;
    color: #EEEEEE;
}

a.self-invite.hover.active {
    background: url("/res/img/icons/story_details_controls.png") no-repeat scroll 0 -19px #FFCC66;
    border: 1px solid #24364C;
    color: #EEEEEE;
}
/*end*/

table.td_bold td {font-weight: bold;padding: 0 10px 0 5px;}
table.td_bold{margin-bottom:0px;}

ul#suggestions_text {margin:0;padding:0}
ul#suggestions_text li {float:none;margin:0 0 0 25px;padding:0;color:#000;}

table.after_sign_up td {border-top:0;}
ul.black_list li {color:#333333;}

ul.yiiPager .first, ul.yiiPager .last {
    display: inline !important;
}

.fl_l_l{width:240px;float:left;font-weight:bold;}
.fl_l_nw{float:left;font-weight:bold;}
.fl_r_c{float:left;width:360px!important;}
.fl_r_nw{float:left;}
.row_prefecrences {line-height: 25px;clear:both;}
.pointer { cursor:pointer; }
.color_link {color: #0069D6;}

#blocker-overlay{	
	position: absolute;
    z-index: 10;    
    display: none;    
    height: 100%;
    background-color : #FFFFFF;
    opacity: 0.7;
    margin: -27px -17px 0;
    padding-bottom: 17px;
    width: 681px;
}

.score-info-box{
    position: absolute;
    z-index: 9999;
    top: -100px;
    width: 228px;
}


.score-border-compound{
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    display: block;
    margin: 0 auto;
    padding: 3px 5px;
    background-color: #FFF;
    height: 15px;
}

#blocker-dialog-container{
	font-family: "Over the Rainbow",cursive;
    font-size: 28px;
    margin: 30px;
    text-align: center;
    height: 150px;
    line-height: 155px;
}

#trial-blocker{
    background-color: transparent;
    background-image: url("/res/img/frame.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000; 
    height : 376px;
}

#btn-upgrade {
	display: block;
	background: url("/res/img/btn-upgrade.png") no-repeat;
	height: 69px;
	width: 207px;
	margin:0 auto;
	outline : none;
}
#btn-upgrade:hover {
	background-position: 0 -69px;
}

.simplemodal-wrap{
	height: 100%;
    outline: 0 none;
    overflow: auto;
    width: 100%;
    color: #000000;
    text-align: center;
}

.position_create_step_1{
    background-color: transparent;
    background-image: url("/res/img/position_step_1.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000; 
    height : 256px;
}
div.position-create-help-container{
	font-family: cursive;
    font-size: 20px;
    margin: 65px 30px 30px 135px;
    text-align: center;
    height: 150px;
    line-height: 24px;
    width: 205px;	
    padding: 0 20px;
    overflow:hidden;
    font-weight:normal;
}

.position_create_step_2{
    background-color: transparent;
    background-image: url("/res/img/position_step_2.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000; 
    height : 256px;
}


.position_create_step_3{
    background-color: transparent;
    background-image: url("/res/img/position_step_3.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000; 
    height : 256px;
}

.position_create_step_4{
    background-color: transparent;
    background-image: url("/res/img/position_step_4.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000; 
    height : 246px;
}

.close_help_pop_up{
	background: url('/res/img/icons/cross_script.png') no-repeat scroll left top transparent;
	float: right;
    height: 16px;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    width: 16px;
	cursor: pointer;
}
table tr.table_header td{line-height: 12px;font-weight: bolder;}
div.password_tipsy {font-size:11px;margin-left:5px; width:200px;display:block;}

/* Assessment progress bar*/
div#assessment_progress_bar {
  margin:5px auto;display:block;
}
div#assessment_progress_bar .progress_label {
  width:150px; text-align:right; margin-right:20px; font-weight:bold;
}
div#assessment_progress_bar .progress_bar_content {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    width: 400px;
    height:25px;
}
div#assessment_progress_bar .progress_bar_content.active {
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	border-color: rgba(82, 168, 236, 0.8);
}
div#assessment_progress_bar .progress_bar_content .progress_bar_percent{
  text-align:center;font-weight:bold;background-color:#77c850; color:#000;
  height:25px;
}
div.progress_bar_percent span, span#pb1_pbText {line-height:25px;}

div.progress_bar_content {clear:both;width:100%;margin:10px 0;text-align:center;}
div.progress_bar_content span.progressBarPrefix { width:173px }
div.progress_bar_content span.progressBarPrefix.full_width { width:310px }
div.progress_bar_content span.progressBar {width:300px; position: relative;}
div.progress_bar_content span.progress_title {font-weight:bold; margin-right:10px;}
span#pb1_pbText {
    bottom: 0px;
    font-weight: 700;
    left: 0px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    width: 300px;
}

.trigger{
   background: url("../img/icons/icon_down_sort_arrow.png") no-repeat;
	width: 11px;
	height: 15px;
	display: block;
	margin: -25px 5px 0 370px;
	/*float: right;*/
	cursor: pointer;
	text-indent: -9999px;
	padding: 5px 0 0 0;
    position: relative;
}
intput.combobox_input{
	width: 375px;
}

td.view_report.hcs {vertical-align: middle !important; text-align: center;}
td.view_report.chq {vertical-align: top !important;}

span.summary_label {
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  margin-left:5px;
  font-weight: bold;
  line-height:20px;
}
span.summary_title {
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-weight: bold;
  margin-left: 60px;
  line-height:20px;
  width:80px;
  display:inline-block;
}
span.summary_value {
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-weight: bold;
  margin-left: 20px;
  line-height:20px;
}
span.summary_line {
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-weight: bold;
  margin-left: 60px;
  line-height:20px;
  
}

.custom_form div.fl span.fl div.errorMessage{
	line-height: 12px;
    width: 200px;
}

div.actions.centered {
  text-align:center;
  padding-left:0;
  padding-right:0;
  margin-left: auto;
  margin-right: auto;
}

div.cleanrow {
  clear:both;
}
div.cleanrow label {width:600px; text-align:left; padding:10px;}
div.cleanrow input, div.cleanrow select, div.cleanrow textarea {margin-left:10px}



.newrow-add-manager.even{
	background: none repeat scroll 0 0 #E5F1F4;
	display: block;
	float: left;
	position: relative;
	width: 870px;
	padding: 5px 40px 10px;
}
.newrow-add-manager.odd{
	background: none repeat scroll 0 0 #F8F8F8;
	display: block;
	float: left;
	position: relative;
	width: 870px;
	padding: 5px 40px 10px;
}

.newrow-add-interviewer {
	display: block;
	float: left;
	position: relative;
	width: 870px;
	padding: 5px 40px 10px;
}
.newrow-add-interviewer.even{
	background-color: #E5F1F4;
}
.newrow-add-manager.odd{
	background-color: #F8F8F8;
}

.errorMessage{
	color:red;
}
a.down_arrow {
  font-size:10px;
  color:#000;
  background: url('/res/img/arrow-down.gif') center right no-repeat;
  padding:0 15px 0 5px;
}
a.up_arrow {
  font-size:10px;
  color:#000;
  background: url('/res/img/arrow-up.gif') center right no-repeat;
  padding:0 15px 0 5px;
}
a.up_arrow:hover, a.down_arrow:hover {text-decoration: none;}

table.raport_questions {
  margin:0;
  padding:0;
    
}
table.raport_questions th {background: #eeeeee;}
table.raport_questions tbody th { 
    border-top:3px solid #FFFFFF; 
    vertical-align: top;
}
table.raport_questions td {
    border-top: 0;/*3px solid #FFFFFF;*/
    vertical-align: top;
}
table.raport_questions th div{
  padding-top:5px;
  font-weight:bold; 
  text-transform:uppercase;
  width:150px;
}
table.raport_questions td p.even {
  background:#FFFFFF;
  padding:5px;
  margin:0;
}
table.raport_questions td p.odd {
  background:#f4f4f4;
  padding:5px;
  margin:0;
}
div.seperate_toggler_container .even {
  background:#F6F6F6;
  margin:0;
}
div.seperate_toggler_container .odd {
  background:#F0F0F0;
  margin:0;
}

.even {
  background:#F6F6F6;
}
.odd {
  background:#F0F0F0;
}


.template_variable_list li, div.row_prefecrences li{
	color: #000000;
}

#content form .template_variable_list li{
	margin-bottom: 3px;
	padding-left:15px;
	float: none;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000000;
}

.form.email_template input,.form.email_template select{
	color:#000;
	font-weight:bold;
}

div#content ul.template_variable_list{
	list-style: disc outside none;
	margin-top: 20px;
	margin-left: 50px;
}

.form.email_template a.cancel_link
{
	background: url('/res/img/cancel.png') center right no-repeat;
	color:transparent;
	display:inline-block;
	height:24px;
	width:58px;
	float:right;
}

.form.email_template input.save_button
{
	background: url('/res/img/save.png') center right no-repeat;
	color:transparent;
	display:inline-block;
	height:24px;
	width:52px;
	border:0px;
	float:right;
	margin-right:10px;
	
}

a.edit_button
{
	background: url('/res/img/edit.png') center right no-repeat;
	color:transparent;
	display:inline-block;
	height:24px;
	width:58px;
	float:right;
}

label.combobox, div.form.export label.combobox
{
  color: #AAAAAA;
  float: none;
  margin-top: 10px;
  margin-left: 15px;
  font-style: italic;
  position: absolute;
  text-align: left;
  font-weight: normal;
}


div.partial{	
    overflow: hidden;    
    white-space: normal;   
    word-wrap: break-word;
	width:205px;
	float:left;
	padding-right:5px;	
}

.spaced{display:block; margin-bottom:10px;}

/* Create Position Regent Job Title list */
div.recent_job_item {
    cursor: pointer;
    margin: 2px;
    padding: 5px 5px 5px 10px;
    color:#0069D6;
}

@media screen and (max-width: 1500px) {
    .recent-job-titles {
	    margin-top: 20px;
	    width: 100% ! important;
    }
}

div.recent_job_item.current {
    background: none repeat scroll 0 0 #d6eef0;
    border: 1px solid #C8C8C8;
    color: #000;
    font-weight: bold;
}
div.blocks_title.fl.right_title {
  width:280px;
  margin-left:20px;
  height:20px;
  padding-left:10px;
}
.blocks_title {
	margin-bottom: 10px;
}

/* Create Position Tabs */
ul.tabs {
  margin:0; 
  padding:0;
  border:0;
}
ul.tabs li {
  margin:0 !important; 
  padding:10px 20px 10px 20px;
  font-size:14px;
  color:#000000;
  font-weight:bold;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  cursor:pointer;
  border-radius: 5px 5px 0 0;
}
ul.tabs li.current {
  color:#FFFFFF;
  background-color:#0e7289;
  height: 49px;
}


#mposition ul.tabs li.current {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#C4C4C4), to(#FFFFFF)); /* Konqueror */
    background-image: -moz-linear-gradient(top, #C4C4C4,#FFFFFF); /* FF 3.6+ */
    background-image: -ms-linear-gradient(top, #C4C4C4, #FFFFFF); /* IE10 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C4C4C4), color-stop(100%, #FFFFFF)); /* Safari 4+, Chrome 2+ */
    background-image: -webkit-linear-gradient(top, #C4C4C4,#FFFFFF); /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(top, #C4C4C4, #FFFFFF); /* Opera 11.10 */
    background-image: linear-gradient(top,#C4C4C4, #FFFFFF); /* The standard */
    color: #000000;
    margin-top: -4px !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4C4C4', endColorstr='#FFFFFF', GradientType=0);
    height: 22px !important;
}

#mposition ul.tabs li {
    background-color: #0E7289;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center; 
    margin:0 !important; 
    padding:10px 20px 10px 20px;
    font-weight:bold;
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    cursor:pointer;
    border-radius: 5px 5px 0 0;
}

div.tabs_content {
 /* border-top:1px solid #CCC;*/
  padding-top:20px;
}

div.company_option_field_cell{
	float:left;
	word-wrap: break-word;
	overflow: hidden;
}

.ui-widget-content #similar-questions-content li a{
	color: #0069D6;
}

div.search-ad {
    display: block !important;
    float:right;
    background:url('/res/img/icons/magnifying_glass.bmp');
    height:18px;
    width: 24px;
    cursor:pointer;
}

div.search-magnifying-glass {
	display: block;

	float:right;
	background:url('/res/img/icons/magnifying_glass.bmp');
	height:18px;
	width: 24px;
	cursor:pointer;
}
div.check-box-selected {
  float:right;
  font-weight:bold;
  margin-right:20px
}
div.check-box-candidates-selected {
  font-weight:bold;
  margin-right:20px
}
div.no-results {
  text-align:center;
  color: #000; 
  font-size:14px;
  font-weight:bold;
  margin:15px auto;
}

table#light-blue tr.light-blue-header th {
  color:#0e7184;
  border:0;
  vertical-align: middle;
  padding:0;
  margin:0;
}
table#light-blue tr.light-blue-header th.middle {
  background: url('/res/img/dataset-header-margin-top.png') repeat-x;
  height:30px;
  vertical-align: middle;
  font-size: 14px;
}
table#light-blue tr.light-blue-header th.middle-ni {
  background-color: #EBF5F7;
  height:30px;
  font-size: 14px;
}
table#light-blue tr.light-blue-header th.middle-bu {
  background: url('/res/img/dataset-header-margin-top.png') repeat-x;
  height:20px;
  line-height: 20px;
  font-size: 14px;
}
table#light-blue tr.light-blue-header th.middle-bu-new {
  background: url('/res/img/dataset-header-margin-top-new.png') repeat-x;
  height:20px;
  line-height: 20px;
  font-size: 14px;
}
table#light-blue tr.blue-header th.middle {
  background: #ebf5f7;
  height:35px;
  vertical-align: bottom;
  font-size: 14px;
  color: #0E7184;
  padding:  0 0 0 30px;
  line-height: 35px;
  border: none;
  width:645px;
  position:relative;
}
table#light-blue th.left {
  background: url('/res/img/dataset-header-margin-left.png') no-repeat top right;
  width:7px;
  height:30px;
}
table#light-blue th.left-ni {
  background-color: #EBF5F7;
  width:7px;
  height:36px;
  display:inline-table;
}
table#light-blue th.right {
  background: url('/res/img/dataset-header-margin-right.png') no-repeat top right;
  width:7px;
  height:30px;
  
}
table#light-blue th.right-new {
  background: url('/res/img/dataset-header-margin-right-new.png') no-repeat top right;
  width:7px;
  height:30px;
  
}
table#light-blue th.right-ni {
  background-color: #EBF5F7;
  width:7px;
  height:30px;
  
}
#dataset table#light-blue td {
  border-top: 0!important;
  border-bottom:1px solid #DDDDDD!important;
}
#dataset  table#light-blue td.empty {
  margin:0;padding:0;
  min-width: 7px!important;
  width: 7px;
}
#dataset table#light-blue td.no-border , table#light-blue td.no-border {
  border-top: 0!important;
  border-bottom:0!important;
}

span.candidate-status-invited {
  background: url('/res/img/candidate-progress-bar-invited.gif') no-repeat top center;
  width:116px;
  display:block;
  text-align:center;
  font-size:11px;
  font-weight:bold;
}
span.candidate-status-inprogress {
  background: url('/res/img/candidate-progress-bar-inprogress.gif') no-repeat top center;
  width:116px;
  display:block;
  text-align:center;
}
span.candidate-status-notreleased {
  background: url('/res/img/candidate-progress-bar-notreleased.png') no-repeat top center;
  width:116px;
  display:block;
  text-align:center;
}
span.candidate-status-completed {
  background: url('/res/img/candidate-progress-bar-completed.gif') no-repeat top center;
  width:116px;
  display:block;
  text-align:center;
}

dl.candidate-list dt {
	padding-left: 16px;
	line-height: 10px;
}
dl.candidate-list dt.requested {
  background: url('/res/img/candidate-references-requested.gif') no-repeat center left;
  
}
dl.candidate-list dt.added {
  background: url('/res/img/candidate-references-added.gif') no-repeat center left;
  
}
dl.candidate-list dt.completed {
  background: url('/res/img/candidate-references-requested.gif') no-repeat center left;
    
}

/* SECTIONS */
#admin-sections {
    margin: 40px auto;
    width: 680px;
    position: relative;
}
.admin-section-block {
    border: 1px solid #000; 
    border-radius: 10px; 
    width: 160px; 
    padding: 10px;
    margin: 0 20px;
}
.admin-section-title {
    font-weight: bold;
    font-size: 14px; 
    padding: 0 0 10px 0;
}

.admin-section-block a {
    font-weight: bold;
}

/*REPORT*/
.report_candidate_name {
  font-weight:bold;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 24px;
  color:#FB5719;
}
div.report_section_top {
  padding-left:10px;
  /*height:35px;*/
  border-bottom:#ccc 1px solid;
}
div.report_section_info {
  padding:10px 10px 20px 10px;
}
span.report_score {
  line-height:30px;
  font-weight:bold;
}


ul.report_tabs li {
  margin:0 !important;
  padding:5px 19px;
  font-size:11px;
  color:#FFF;
  font-weight:bold;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  cursor:pointer;
  background-color:#0e7289;
  border-radius: 8px 8px 0 0;
  height: 42px;

  padding: 5px 0;
    text-align: center;
}

ul#report_tabs_disabled li {
    cursor: none !important;
}

span.vertical_item_table{
	display: table;height: 42px;width: 100%;
}

span.vertical_item_cell{
	display: table-cell;vertical-align: middle;line-height: 14px;font-size: 12px;
}

ul.tabs.report_tabs li.current span.vertical_item_table{
	height: 52px;
}

ul.report_tabs li.current {
	background-image: -khtml-gradient(linear, left top, left bottom, from(#C4C4C4), to(#FFFFFF)); /* Konqueror */
    background-image: -moz-linear-gradient(top, #C4C4C4,#FFFFFF); /* FF 3.6+ */
    background-image: -ms-linear-gradient(top, #C4C4C4, #FFFFFF); /* IE10 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C4C4C4), color-stop(100%, #FFFFFF)); /* Safari 4+, Chrome 2+ */
    background-image: -webkit-linear-gradient(top, #C4C4C4,#FFFFFF); /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(top, #C4C4C4, #FFFFFF); /* Opera 11.10 */
    background-image: linear-gradient(top,#C4C4C4, #FFFFFF); /* The standard */
    color: #000000;
    margin-top: -7px !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4C4C4', endColorstr='#FFFFFF', GradientType=0);
}

div.report_tabs_content {
  border-top:1px solid #CCC;
  padding-top:20px;
}

.import_steps .header p {
	font-size: 14px;
	margin: 0;
}
.import_steps .tabs_content {
	padding: 0;
}
.import_steps .tab_container p {
	margin-top: 20px;
}
.import_steps .tab_container #dynamic-message-container p {
	margin-top: 0;
}
.import_steps table.upload_details {
	display: inline;
}
.import_steps table.upload_details td {
	border: none;
	font-weight: bold;
	padding: 2px 5px;
}
.import_steps .next_steps {
	padding-bottom: 20px;
}
.import_steps .next_steps p {
	margin: 0 5px 5px;
}
ul.import_steps_tabs li {
	margin:0 !important;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	cursor:pointer;
	background-color:#0e7289;
	border-radius: 8px 8px 0 0;
	height: 42px;
	padding: 5px 0 0 10px;
	width: 220px;
}
ul.import_steps_tabs li.current, ul.import_steps_tabs li:hover {
	background-image: -khtml-gradient(linear, left top, left bottom, from(#C4C4C4), to(#FFFFFF)); /* Konqueror */
	background-image: -moz-linear-gradient(top, #C4C4C4,#FFFFFF); /* FF 3.6+ */
	background-image: -ms-linear-gradient(top, #C4C4C4, #FFFFFF); /* IE10 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C4C4C4), color-stop(100%, #FFFFFF)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #C4C4C4,#FFFFFF); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #C4C4C4, #FFFFFF); /* Opera 11.10 */
	background-image: linear-gradient(top,#C4C4C4, #FFFFFF); /* The standard */
	color: #000000;
	height: 42px;
	margin-top: -7px !important;
	padding-top: 12px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4C4C4', endColorstr='#FFFFFF', GradientType=0);
}

.underline-me:hover{
	text-decoration: underline;
}

div.watch-to-learn {text-align: right;}
div.watch-to-learn span {font-weight: bold; font-size:12px;}
div.watch-to-learn a {
  background: url('/res/img/report-watch-to-learn.jpg') no-repeat left bottom;
  padding-left:20px;
  font-size:12px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: underline;
  height:20px;
}
div.report_tab_links{
  margin-top: -10px;
  margin-bottom: 10px;
  padding:10px 10px 10px 0;
}
.lk_bgl{
    width: 13px;
    height: 27px;
    background: url('/res/img/lk-heads.png') 0 0;
}
.lk_bgr{
    width: 13px;
    height: 27px;
    background: url('/res/img/lk-heads.png') 13px 0;
}

.lk_bg{
    height: 27px;
    background: url('/res/img/lk-bg.png') repeat-x;
}

.lk_box{
    margin: 0 5px;
    font-weight: bold;
    color: #0E7184;
    line-height: 27px;
}

.add-questions{
    margin: 0 10px;
    line-height: 27px;
    font-weight: bold;
    color: #0E7184;
}

.instr-pdf{
    margin: 0 10px;
    line-height: 27px;
    font-weight: bold;
}

.guide-pdf{
    margin: 0 10px;
    line-height: 27px;
    font-weight: bold;
}

div.report_tab_info {
  border:1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  padding:10px;
}
div.report_tab_info p {
  margin:0;
  padding:0
}
div.report_tab_hire_rehire_score {
  margin: 5px auto;
  height:25px;
  width:250px;
  text-align:center;
  border:1px solid #ccc;
  padding-top:10px;
  background-color: #FFFFFF;
}
div.report_tab_hire_rehire_score span {
  font-weight:bold;
  color:#FB5719;
  margin-left:10px;
  line-height:16px;
}

.executive_block_header{
	color:#0E7289;
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#dataset p , #dataset td{
	color: #333333;
}

div#dataset table.competency-detailes th {
  color:#0e7184;
  vertical-align: middle;
  border-top:1px solid #DDD;
  border-left:1px solid #DDD;
  border-right:1px solid #DDD;
  background-color: #FFF;
  padding-left:5px;
}
div#dataset table.competency-detailes td {
  padding-left:5px;
  border-top: 0!important;
  border-bottom:0!important;
}

div#dataset table.competency-detailes tr.white_border td.white_border{
	border:1px solid #FFF;
    padding:5px;
}

div#dataset table.competency-detailes tr.white_border{
	border:1px solid #FFF;
}

div#dataset table.competency-detailes table.ci tr td{
    border: 1px solid #DDDDDD!important;
    padding: 10px;
    color: #333333;
    background:#FFF;
}

div#dataset table.competency-detailes table.ci tr td ul li{
    color: #333333;
}
div#dataset table.competency-detailes table.ci tr td ul li:before {
    content: "•";
    color: #0E7184;
}

div#dataset table.competency-detailes table.ci tr th{
    text-align: center;
    background:#EBF5F7;
    color: #333333;
}

table#light-blue td.empty{
	padding: 0px;
}
/*candidate report quality img */
div#q_value{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	margin-top: 115px;
	position: absolute;
	z-index: 120;
}

div#q_arrow{
	background: url('/res/img/quality-indicator-image1.png') no-repeat scroll 0 0 transparent;
	height: 224px;
	position: absolute;
	width: 94px;
	margin-left: 87px;
	margin-top: 14px;
	z-index: 100;
}

div#q_background{
	background:url('/res/img/quality-indicator-image2.png');
	height: 133px;							
	width: 284px;
	position:relative;
	margin: 0 auto 50px;
}

div#quality_botoom{
	background-color: #EDEDED;
    height: 20px;
    position: absolute;
    width: 925px;
	z-index: 10;
	margin-top: -55px;
}
/*end*/
/* refrence report reference info */
div.comment_text{
	white-space: normal;
	word-wrap: break-word; 
	overflow: hidden;
	width: 500px;
}

#dataset table td.candidate_report_comment{
	padding: 10px 20px; 
	border:2px solid #FFF!important;
	vertical-align: top;
}
td.candidate_report_comment.personal{
	background-color:#FBFBFB;
}
td.candidate_report_comment.reference{
	background-color:#F6F6F6;
}
td.candidate_report_comment.canidate{
	background-color:#ECECEC;
}
/*end*/
/*candidate report icons*/
a.report_icon {
  width:32px;
  height:32px;  
  text-decoration:none;
}

a.report_icon[id^=send_remind_] {
  background: url('/res/img/icons/icon_remind.png') no-repeat;
}
a.report_icon[id^=send_remind_]:hover {
  background: url('/res/img/icons/icon_remind_selected.png') no-repeat;
}

a.report_icon[id^=release_references_] {
  background: url('/res/img/icons/icon_release.png') no-repeat;
}
a.report_icon[id^=release_references_]:hover {
  background: url('/res/img/icons/icon_release_selected.png') no-repeat;
}

a.note-click {
  background: url('/res/img/icons/icon_note.png');
}
a.note-click-disabled {
  background: url('/res/img/icons/icon_note.png');
}
a.note-click:hover {
  background: url('/res/img/icons/icon_note_selected.png');  
}

a.note-click-obvious {
  background: url('/res/img/icons/icon_note_obvious.png');
}
a.note-click-obvious-disabled {
  background: url('/res/img/icons/icon_note_obvious.png');
}
a.note-click-obvious:hover {
  background: url('/res/img/icons/icon_note_obvious_selected.png');
}

a#print-click:hover::before, a#download_pdf:hover::before,a#share_report:hover::before  {
	background-color: var(--primary-button-color);
}

a#report_plan {
	background: url('/res/img/icons/icon_plan.png');
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
}
a#report_plan:hover {
	background: url('/res/img/icons/icon_plan_selected.png');
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
}
a#chequed_interview_report {
  background: url('/res/img/icons/icon_interview.png');
}
a#chequed_interview_report:hover {
  background: url('/res/img/icons/icon_interview_selected.png');
}
/*end*/

/*compress report image*/
div.compress-button{
	background:url('/res/img/alloy/plus-square.svg') no-repeat scroll 0 0 transparent;
 	height: 14px;
    position: absolute;
    width: 14px;
    margin-left: -14px;
    margin-top: 15px;
    cursor: pointer;
	background-size: 90%;
}
div.compress-button.minus{
	background:url('/res/img/alloy/minus-square.svg') no-repeat scroll 0 0 transparent;
	width: 14px;
	height: 14px;
	background-size: 90%;
}

div.compress-button-arrow{
	background:url('/res/img/expand_arrow.jpg') no-repeat scroll 0 0 transparent;
 	height: 14px;
        width: 14px;
        cursor: pointer;
        top:10px; 
        left: 8px; 
        position: absolute;
        z-index: 999; 
}
div.compress-button-arrow.minus-arrow{
	background:url('/res/img/compress_arrow.jpg') no-repeat scroll 0 0 transparent;
}
/*end*/

/*graph image candidate report*/
span.weeker_label{
	color: #666666;
    display: block;
    text-align:right;
    font-weight: 800;
    padding-left: 10px;
    padding-right: 0px;
    
}
span.stronger_label{
	color: #666666;
    display: block;
    text-align: left;
    font-weight: 800;
    padding-left: 0px;
    
}
div.graph_container{
	height: 18px;
    padding-bottom: 30px;
    padding-top: 30px;
}
div.graph_reference_container{
	border: 1px solid #FFFFFF;
    margin-right: 15px;
    padding: 10px;
	float: left;
	width: 300px;
}
div.reference_data_graph{
	float: left;
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0 5px;
    white-space: normal;
    width: 110px;
    word-wrap: break-word;
}
div.refence_data_graph_ident{
	font-weight: bold;
	background:url('/res/img/report-scale-circle.png') no-repeat;
	width:29px;
	text-align:center;
	line-height: 29px;
	height:28px;
	float:left;
}

div.reference_data_graph_scale{
	font-weight: bold;
	position: relative;
	width:29px;
	text-align:center;
	line-height: 29px;
	height:49px;
}
div.reference_data_graph_scale:hover{
	z-index: 100;
}

div.reference_data_graph_scale.up{
	background:url('/res/img/report-scale-circle.png') no-repeat;
	margin-top: -47px;
}
div.reference_data_graph_scale.down{
	margin-top: -13px;
	background:url('/res/img/report-scale-circle-down.png') no-repeat;
	line-height: 70px;
}

div.chqfit_scale_pointer{	
	position: absolute;
	width:60px;
	text-align:center;
	height:61px;
	background:url('/res/img/cf_traits_bar-1-pointer.png') no-repeat;
	margin-top: -20px;
}
div.chqfit_scale_pointer_summary{	
	position: absolute;
	width:9px;
	text-align:center;
	background:url('/res/img/cf_summary_dumbbell.png') no-repeat;
	margin-top: -8px;
	height:33px;
}

div.summary_left_anchor{
	position:absolute;text-align:left;margin-left:11px;font-size:13px;color:#2d8395;font-weight: bold;
}

div.summary_right_anchor{
	position:absolute;text-align:right;width:525px;font-size:13px;color:#2d8395;font-weight: bold;
}

div.range-line-candidate-report{
	position:absolute;
	background-color: #B8DFE2;
	height: 25px;
	margin-top:-1px;
}

tr.report_trait_score{
	display:none;
}

p.last-no-margin {margin-bottom:0;}
/*end*/
div#products_container.error {
  border: 1px solid #C00;
  padding: 5px 2px;
}


/* product updates button menu*/
.product_button_container{
	float: right; 
	font-weight: bold; 
	padding: 5px 0px;
	position: relative;
	z-index: 10;
}

.product_update_button{
	background-color: #FB5719;
    border: 2px solid #CC9771;
    border-radius: 8px;
    color: #FFFFFF;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}	
/*end*/

/*DL, DT, DD TAGS LIST DATA*/
dl {
/*    margin-bottom:50px;*/
}
 
dl dt {
    /*background:#0F738A;
    color:#fff;*/
    float:left;
    font-weight:bold;
    margin-right:20px;
    padding:5px; 
    width:100px;
}
 
dl dd {
/*    margin:2px 0;*/
    padding:5px 0;
}

div.bv_trait_container, div.bv_traitchildren_container, div.bv_traitquestion_container, div.bv_quest_content {
    display:none;
    clear:both;
}
span.bv_trait_section, span.bv_traitchildren_section, span.bv_traitquestion_section, span.bv_quest_label {
  font-weight:bold;
  padding-left:20px;
  line-height:20px;
  cursor:pointer;
}
span.bv_trait_section, span.bv_traitchildren_section, span.bv_traitquestion_section, span.bv_quest_label {
  background:url('/res/img/alloy/plus-square.svg') no-repeat scroll 0 0 transparent;
  background-size: 70%;
  width: 20px;
  display: block;
}
span.bv_minus{
  background:url('/res/img/alloy/minus-square.svg') no-repeat scroll 0 0 transparent;
  background-size: 70%;
}
table.impact_import_files th, table.impact_import_files td {
	border: none;
	padding: 5px;
}
span.impact_import_section {
	background: url('/res/img/compress_arrow.jpg') no-repeat scroll 0 0 transparent;
	cursor: pointer;
	font-weight: bold;
	padding-left: 15px;
}
span.impact_import_section.collapsed {
	background: url('/res/img/expand_arrow.jpg') no-repeat scroll 0 0 transparent;
}

span.bv_traitchildren_section {
/*  margin-left:100px;*/
}

div.bv_trait_container dl dt {
  margin-left:50px;
}
div.bv_traitquestion_container dl dt { 
  width:140px;
}
table.table-border-none{
	width: 390px;
}
table.table-border-none tr td{
	border: none;	
	font-size:14px;
	/*width: 120px;*/
}


/* TRAIT SUMMERY*/
.class_wrap_summary{
	margin: 0px auto;width: 880px;
}
.summary_header_row{
	border-radius:8px 8px 0 0;
	border:1px solid #CCCCCC;
	overflow: hidden;
	font-weight:bold;
	color:#0E7184;
	text-align: center;
}
.summary_header_row_1{
	float:left;
	width:165px;
	padding:5px 0px 5px 0px;
	line-height: 24px;
}

.summary_header_row_2{
	float:left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:620px;
	padding:5px 0px 5px 0px;
	line-height: 24px;
}

.summary_header_row_3{
	float:left; 
	width:71px;
	padding:5px 0px 5px 0px;
	line-height:12px
}

.summary_row{	
	border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #333333;   
    font-size: 13px;    
    overflow: hidden;
    text-align: center;
}
.summary_row.last{
	border-radius:0px 0px 8px 8px;
	border-bottom: 1px solid #CCCCCC;
}

.summary_row_cell_1{
	font-weight:bold;
	float:left;
	width:165px;	
	line-height: 15px;
	text-align: left;	
	overflow: hidden;
	display: table;
	height: 39px;
}
.summary_row_cell_1 div{
	padding: 0 5px;
	vertical-align: middle;
	display: table-cell;
}

.summary_row_cell_1 div div{
	float: left;
    overflow: hidden;
    width: 145px;
    word-wrap: break-word;
    max-height: 30px;
}

.summary_row_cell_2{
	float:left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
    width: 620px;
	line-height: 40px;		
}

.summary_row_cell_3{
	float:left; 
	width:71px;		
}

.summary_anchor_label{
	width: 100px;	
}

.summary_anchor_label.left{
	text-align : right;
	float:left;
}


.summary_anchor_label.right{
	text-align : left;
	float:right;
}

.summary_trait_scale{
	float: left;
    line-height: 14px;
    padding: 20px 6px;
    width: 408px;
}

.summary_buble{
	background:url('/res/img/v10-bubble.png')  no-repeat scroll 0 0 transparent;	
	height: 11px;    
    width: 11px;   
    display: inline-block;
    z-index : 50;
}

.summary_ideal_range_ex{
	border:1px solid #ffffff;
	background-color:#ffd200;
	height: 11px;
	width:20px;
	display:inline-block;
}

.summary_range_limits{
	height: 13px;
	margin-top: -6.5px; 
	z-index:30;
	background-color: #ffd200;
	position: absolute;
}

.summary_scale_line{
	width: 406px;
	border-top:1px solid #666666;
	z-index:40;
	position: absolute;
}

.summary_weight_value{
	color:#111111;
	font-weight:bold;
	font-size:13px;
	width:81px;
	float:left;
	line-height: 40px;
	position:absolute;
}


.class_wrap_summary.compound{
	border:1px solid #CCCCCC; 
	border-radius: 8px;
	overflow:hidden;
	font-size:13px;
}

.compound_summary_row{
	overflow:hidden;
	word-wrap:break-word;
	float:left;
	width:880px
}

.compound_summary_row_score{
	border-left:1px solid #CCCCCC;
	float:left;
	line-height:39px;
	width:700px;
	text-align:center;
	color:#F1642E;
	font-weight:bold;
}
.compound_summary_row_score img{
	margin-bottom:-3px;
}
/* END */

.rehire_banner {
	border: 1px solid #D5D5D5;
    border-radius: 8px 8px 8px 8px;
    margin-left: 10px;
    padding: 10px;
    width: 590px;color: #404040;
    font-size: 13px;
    line-height: 18px;
}

.long_lable{
	width: 100%;
	text-align:left;
	padding-bottom:5px;
	font-size:14px;
}
.cse_report_home_select_report{
	background: url('../img/report_select.jpg') repeat scroll -5px -130px rgba(0, 0, 0, 0);
	float: left;
	height: 130px;
	overflow: hidden;
	width: 115px;
	margin-top: 70px;
}

.cse_report_home_seperate_section{
	background: url('../img/report_select.jpg') repeat scroll -150px 0 rgba(0, 0, 0, 0);
    float: right;
    height: 405px;
    overflow: hidden;
    width: 25px;
}

.cse_td_position_name{
	padding: 5px 10px;
	border-top: 3px solid #FFFFFF;
	font-weight: bold;
	color:#0E7289;	
}

.cse_td_score{
	padding: 5px 10px;
	border-top: 3px solid #FFFFFF;
}

/* fix for slider assessment */
#survey form .ui-slider ol li{
	height:10px;
	min-height:10px;
	width:auto;
}

#survey form .ui-slider ol li:hover{
	background: none;
}

.custom_field_option{
	cursor:move;
}


/*questionary form*/
.anchorContainer{
	overflow:hidden;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:10px;
}
.anchor_label{
	float: left; 
}

.maxNumberOfChars-message{
	display:inline-block;
	font-style:italic;
	margin-left:100px;
}

#survey form div.full_width ul li.questionary-fullWidthSelector , .traitsq li.questionary-fullWidthSelector{	
	width:98.5%;
	overflow: hidden;
	list-style-type: none;
	display: list-item;
	float:none;
	height:auto;
	min-height:0px;
}

#survey form ul li.questionary-fullWidthSelector label, .traitsq li.questionary-fullWidthSelector label{	
	float:left;
	height:auto;
	padding-top:0px;
	text-align: left;
    width: 600px;
	min-height: 0px;
}
.maxResponses-message{
	display:inline-block;
	font-style:italic;
	margin-left:100px;
}

.question_text_only{
	width:96.5%;
	border: 1px solid;
    border-radius: 8px;
    float: left;
    margin: 7px 0;
    overflow: hidden;
    padding: 10px;
    white-space: normal;
    word-wrap: break-word;
}
/*END*/


ul.hide_list_roles{ display:none;}
ul.hide_list_roles li{ line-height: 20px;}


.interview_configure_container {
	float: left;
	width: 250px;
	border: 1px solid #ccc;
	margin-right: 15px;
	padding: 10px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	min-height:345px
}

#user-menu ul li span.gear {
	background: url('../img/icons/bullet_gear.png') no-repeat scroll -16px -15px;
	width: 16px;
	height: 16px;
	content: " ";
	display: inline-block;
	cursor: pointer;
}


/* DROP DOWN */
#user-menu ul li .dropmenu li a.gear_menu {
	margin: 0;
	padding: 0;
}
#user-menu ul .dropmenu {
	margin: 0;
	padding: 0;
}

#user-menu ul li .dropmenu ul {
	margin: 0;
	padding: 0;
}

#user-menu ul li .dropmenu li {
	float: left;
	list-style: none;
	position: relative;
}

#user-menu ul li .dropmenu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
}

#user-menu ul li .dropmenu li ul {
	display: none;
	position: absolute;
	left: 0; top: 100%;
	width: 10em;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	z-index: 999;
	background: #aaa;
}

#user-menu ul li .dropmenu li ul li {
	float: none;
}

#user-menu ul li .dropmenu li ul li ul {
	left: 100%; top: 0;
}

#user-menu ul li .dropmenu li:hover {
	background: #aaa;
}

#user-menu ul li .dropmenu li:hover > ul {
	display: block;
}

#user-menu ul li .dropmenu li.dir > a:after {	
	color: #fff;
}

#user-menu ul li .dropmenu:after {
	content: "";
	display: table;
	clear: both;
}
.substitution-values{
	width: 505px;
	margin: 0 auto;
}
#custom-template-form .substitution-values li {
	float: none;
}
.hired_icon {
	background: url('../img/icons/hired.png') no-repeat center;
	display: inline-block;
    width: 33px;
	height: 33px;
}
.unhired_icon {
	background: url('../img/icons/hired-no.png') no-repeat center;
	display: inline-block;
    width: 33px;
	height: 33px;
}

.page-header-text{
	margin-bottom: 30px;
}
#content .page-header-text ul{
	list-style-type: disc;
	margin: 0px 1.5em 1.5em 0px;
	padding-left: 1.5em;
}
#content .page-header-text ul li{
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
span[id^='copyPositionConfigRadio'] {
    display: block;
    float: left;
    margin-bottom: 20px;
}
span[id^='copyPositionConfigRadio'] input[type=radio] {
    margin: 20px 0 0;
}
span[id^='copyPositionConfigRadio'] label {
    float: none;
    font-size: 15px;
    margin-right: 25px;
}
div.analitycs_header {
	border:2px solid #000;
	padding: 4px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);			
}
input.advanced_analytics {
  background-color: #3498db;
  color: #FFF;  
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-color: #dddddd;
  border-style: solid; 
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-family: Arial;
  text-align: center; 
  background-repeat: repeat;
  background-position: center center;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;  
  width: 120px;
  height: 30px;
  margin-left:100px;
}

div.analytics_chart_container {
	height:85%;
	width:95%;
	position:relative;
	border: 1px solid #ddd;
}

div.analytics_chart_container.grey_color {
	background-color:#F0F0F0;
	border: 0
}
div.analytics_chart_header_blue {
	background-color:#0e7289;
	line-height:30px;
	font-weight:bold; 
	font-size: 16px;
	color:#fff;
	padding-left:10px
}
div.analytics_chart_header_white {
	text-align:center;
	line-height:30px;
	font-weight:bold; 
	font-size: 16px;	
	padding-left:10px
}

span.analytics_chart_no_data {
	display:inline-block;
	margin-bottom: 10px; 
	margin-left: 10px; 
	margin-top: 10px;
}

div.wrapper_table_candidate_status {
	text-align:center;
	width:97%;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:1px;
}

div.wrapper_table_candidate_status div.row_status{
	background-color:#F0F0F0;
	border-bottom: 2px solid #D7D7D7;
	border-right: 2px solid #D7D7D7; 
	overflow:hidden;
}
div.row_status_cell{
	float:left;
	width:32%;
	border-left: 2px solid #D7D7D7; 
	height:70px;
	font-weight:bold;
}
div.row_status_cell.candidate_dash{
    width:24.6%;
}
div.row_status_cell_label{
	height:50%;
	font-size: 12px;
	line-height: 12px;
}
div.row_status_cell_container{
	font-size: 18px;
	height:50%;
	position:relative;
}
div.row_status_cell_amount{
	bottom : 0px;
	position:absolute;
	text-align:center;
	width: 100%;
}
div.question_mark{
	display: inline-block;
    width: 25px;
    color: #ffffff;
    float: right;
    background-color: #FF5900
}

/* horizontal ruler with text inside */
div.hr_styled {
	background-color: #ddd;
	height: 1px;
	margin: 15px 0;
}
div.hr_styled span {
	background-color: white;
	font-weight: bold;
	left: 10px;
	padding: 0 3px;
	position: relative;
	top: -0.6em;
}

ul.analytics_help {
	margin: 0;
}

#preview_email {
	margin-left: 20px;
}

.alert-message.error {
	background-color: #f8e3e5;
	border-color: #f3ced8;
	color: #99101f;
}

.alert-message.success {
	background-color: #d6f6e5;
	border-color: #acedbf;
	color: #127e44;
}

.sign-disclosure {
	font-weight: bold;
	margin-right: 20px;
	color: inherit
}

html {
	font-size: 16px !important;
}

.btn-primary {
	border: none ! important;
}