.navigation_splice
{
	width      : 100%;
	margin     : auto;
	height     : 1px;
	background : #dedede;
	margin-top : 5px;
}

.progress
{
	height : 20px;
}

select.form-control
{
	background-color : #f3f2ed;
	border           : 1px solid #ffffff;
}

input.form-control
{
	background-color : #f3f2ed;
	border           : 1px solid #ffffff;
}

.tab-ul
{
	border-bottom : 0px solid #dddddd;
	font-size     : 1.2em;
}

.tab-ul li
{
	border-right : 8px solid #f3f2ed;
}

.tab-ul li:last-child
{
	border-right : 0;
}

.tab-ul li a
{
	border-radius    : 7px 7px 0 0;
	background-color : #ffffff;
	color            : #3e3e3e;
}

.tab-ul li a:last-child
{
	margin-right : 0;
}

.tab-header
{
	border-bottom : 2px solid #ffffff;
}

.left-menu .col-lg-4
{
	background-color : #ffffff;
}

.left-menu-account
{
	font-size  : 1.3em;
	margin-top : 20px;
}

.left-menu-submenu
{
	margin-top : 20px;
}

.upgrade_span
{
	font-size : 0.9em;
	color     : #ed7217;
}

.profile_complete_status
{
	/* font-size : 1.9em; */
	color     : #365879;
}

.account_top
{
	margin-top : 56px;
}

.left-menu .col-lg-11
{
	background-color : #ffffff;
}

.job-detail-info
{
	margin-bottom : 50px;
}

.job-detail-info .row
{
	padding-left  : 7.5px;
	padding-right : 7.5px;
}

.job-detail-first-row
{
	padding-left  : 7.5px;
	padding-right : 7.5px;
}

.job-detail-second-row
{
	padding-left   : 7.5px;
	padding-right  : 7.5px;
	border-top     : 1px solid #dbdbdb;
	padding-top    : 20px;
	padding-bottom : 10px;
	margin-top     : 10px;
}

.job-detail-third-row
{
	padding-left   : 7.5px;
	padding-right  : 7.5px;
	border-top     : 1px solid #dbdbdb;
	padding-bottom : 10px;
}

.job-detail-third-row-view-applicant
{
	padding-left     : 7.5px;
	padding-right    : 7.5px;
	padding-bottom   : 10px;
	background-color : #f3f3f3;
	text-align       : center;
	padding          : 20px 0 0 0;
}

.job-detail-forth-row
{
	padding-left   : 7.5px;
	padding-right  : 7.5px;
	border-top     : 1px solid #dbdbdb;
	border-bottom  : 1px solid #dbdbdb;
	padding-top    : 20px;
	padding-bottom : 10px;
}

a.backtojoblist
{
	position   : absolute;
	display    : block;
	right      : 0;
	bottom     : 0;
	color      : white;
	padding    : 3px 8px;
	background : #bababa;
}

.get_applications
{
	background-image : linear-gradient(to bottom, #e0e0e0 0, #e0e0e0 100%);
	border-color     : #e0e0e0;
	font-weight      : bold;
	font-size        : 16px;
	color            : #000000;
}

.get_applications:hover
{
	border-color : #e0e0e0;
}

.show_applications
{
	display : none;
}

#loading
{
	position        : fixed;
	_position       : absolute;
	top             : 50%;
	left            : 50%;
	width           : 40%;
	height          : 40%;
	overflow        : hidden;
	background      : url(/images/loading4.gif) no-repeat;
	background-size : 64px;
	z-index         : 7;
	margin          : -62px 0 0 -62px;
}

#fullbg
{
	background-color : gray;
	left             : 0;
	opacity          : 0.5;
	position         : absolute;
	top              : 0;
	z-index          : 3;
	filter           : alpha(opacity=50);
	-moz-opacity     : 0.5;
	-khtml-opacity   : 0.5;
}

.job-view-suspend-div
{
	margin-top : 10px;
}

.job-view-suspend-text
{
	margin-bottom : 0px;
}

.job-view-detail-information
{
	margin-top    : 0px;
	margin-bottom : 0px;
}

.job-view-company-logo
{
	padding-left : 45px;
}

.job-view-share-email-text-field
{
	float : right;
	color : red;
}

@media screen and (width : 768px)
{
	.job-view-company-logo
	{
		padding-left : 0px;
	}
}

@media screen and (width : 1024px)
{
	.job-view-company-logo
	{
		padding-left : 0px;
	}
}