/* CSS Document */

table.mbjobs-table,
table.mbjobs-form-table{
	width: 100%;
}


table.mbjobs-table tbody tr:nth-child(odd){
	background: #f9f9f9;
}


table.mbjobs-form-table th{
	width: 150px;
	text-align: right;
	vertical-align: middle;
}

table.mbjobs-form-table td input[type='text']{
	height: 35px;
	line-height: 35px;
	width: 100%;
}

.wpr-form-buttons{
	border-top: 1px solid #333;
	padding-top: 20px;
}

.wpr-form-buttons input[type='submit']{
	vertical-align: middle;
}

.mbjob_loading{
	display: none;
	padding: 0 5px;
	vertical-align: middle;
}

/******************************************/
/*        CSS for job_picker tabs        */
/*****************************************/

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	display: inline-block;
	float: left;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--	Makes sure that the active tab does not
        														listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--	Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	background: #fff;
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
}

.tab_content form.mbjobs_frmImportJobs{
	border-top: 1px dashed #CCC;
	padding-bottom: 20px;
	float: left;
	width: 33%;
}

.tab_content form.mbjobs_frmImportJobs > .inner{
	padding: 0 20px;
}

.tab_content form.mbjobs_frmImportJobs:nth-child(3n+1){
	clear:both;
}

.tab_content form.mbjobs_frmImportJobs:nth-child(1),
.tab_content form.mbjobs_frmImportJobs:nth-child(2),
.tab_content form.mbjobs_frmImportJobs:nth-child(3){
	border-top:none;
}

.tab_content form.mbjobs_frmImportJobs .loading{
	padding-left: 20px;
	font-size: 10px;
	font-style: italic;
}

.tab_content form.mbjobs_frmImportJobs select{
	max-width:  100%;
	margin-bottom: 20px;
}

.tab_content form.mbjobs_frmImportJobs .wpr-areas p.
.tab_content form.mbjobs_frmImportJobs .wpr-company p{
	padding-top: 0px;
	margin-top: 0px;
}


.tab_content form.mbjobs_frmImportJobs .wpr-requirements,
.tab_content form.mbjobs_frmImportJobs .wpr-skills,
.tab_content form.mbjobs_frmImportJobs .wpr-roles,
.tab_content form.mbjobs_frmImportJobs .wpr-areas{
	margin-bottom: 20px;
}


.tab_content form.mbjobs_frmImportJobs .wpr-requirements label,
.tab_content form.mbjobs_frmImportJobs .wpr-roles label,
.tab_content form.mbjobs_frmImportJobs .wpr-skills label,
.tab_content form.mbjobs_frmImportJobs .wpr-areas label{
	display: block;
}

.tab_content form.mbjobs_frmImportJobs .wpr-skills .inner{
	max-height: 250px;
	overflow-y: scroll;
}

.wpr-datepicker{
	display: inline-block;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	padding: 0px;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.wpr-datepicker i.fa{
	line-height: 30px;
	height: 30px;
	text-align: center;
	width: 30px;
	border-right: 1px solid #999;
	background: #f5f5f5;
	float: left;
}

.wpr-datepicker input.mb_datepicker:focus,
.wpr-datepicker input.mb_datepicker{
	border: none;
	box-shadow: none;
}

.wprJobSelector{
	background: #f6f6f6;
	padding: 10px 10px;
	margin-bottom: 10px;
	font-size:12px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow:1px 1px 1px #CCCCCC;
}

.wprJobSelector a{
	text-decoration: none;
}

.wprJobSelector a:hover{
	text-decoration: underline;
}


.mbPostdir {
    background: #F4F4EC !important;
    padding: 5px 5px 5px 5px !important;
    border: 1px solid #AAA !important;
    margin: 15px 0 15px 0 !important;
}

.mbEntrydir {
    text-align: justify;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;	
}

.mbPostdir {
    background: #F4F4EC;
    padding: 5px 5px 5px 5px;
    border: 1px solid #AAA;
    margin: 5px 0 5px 0;
}

.mbEntrydir {
    text-align: justify;
}
