.form-inline.filterForm {
	border: 1px solid #0678ac;
    padding: 25px 30px 30px 30px;
    margin-bottom: 35px;
    border-radius: 10px;
	margin-top: 20px;
}
.col-sm-3.control-label {
	padding: 0;
}
.col-sm-5.tx_jobfair-filter-content {
	
}
.form-inline .form-group {
	vertical-align: top;
}
.tx_jobfair_filter_item > div > label {
	margin-top: 5px;
}
#searchword.tx_jobfair-filter-input {
	
}
.tx_jobfair_job-list {
	
}
.tx_jobfair_job-list div.job-wrapper {
	background-color: #ecf2fa;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.tx_jobfair_job-list div.job-wrapper a {
	display: block;
}
.tx_jobfair_job-list div.job-wrapper a > div {
	font-size: 16px;
}
.tx_jobfair_job-list div.job-wrapper a > div > span {
	font-size: 14px;
	color: #07a;
	display:block;
}
.pull--right {
	float: right;
	margin-right: 26px;
	font-size: 16px !important;
}
.pull--right:first-child {
	margin-right: 0;
}
.pull--right span {
	font-size: 14px !important;
}
.tx_jobfair_job-list div.job-wrapper a > div.job-title {
	font-size: 22px;
	margin-bottom: 13px;
	text-transform: capitalize;
}
a.apply-now-button {
	text-transform: uppercase;
    padding: 7px 17px;
    font-size: 12px;
    border: 1px solid #776aaf;
    background: #776aaf;
    display: inline-block !important;
    color: #fff;
    border-radius: 18px;
    font-weight: 600;
	margin-bottom: 7px;
    margin-top: 23px;
}
a.apply-now-button:hover {
	background: rgba(255,255,255,0);
	color: #0678ac;
	border-color: #776aaf;
}
a.apply-now-buttonshowview {
	margin-top: 0px;
	float: right;
}
a.backtolistshowview {
	background: rgba(255,255,255,0);
	margin-top: 0px;
	border-color: #ccc;
	color: #07a;
}
a.backtolistshowview:hover {
	border-color: #acacac;
	color: #07a;
	background: #ccd9e8;
}
.job-detail-overview {
	
}
.job-detail-overview {
	
}
.job-detail-overview dt {
	padding-top: 14px;
    padding-bottom: 14px;
}
.job-detail-overview dd {
	padding-left: 183px;
	margin-left: 0;
	padding-top: 14px;
    padding-bottom: 14px;
}
.job-detail-overview dt:nth-of-type(odd){
	background: #f7fafe;
}
.job-detail-overview dt:nth-of-type(odd) p {
	color: #333;
	margin-bottom: 0;
}
.job-detail-overview dd:nth-of-type(odd){
	background: #f7fafe;
	color: #454545;
}
.job-detail-overview dd:nth-of-type(odd) p {
	color: #454545;
	margin-bottom: 0;
}
form.form-horizontal .form-group {
	margin: 0 0 15px !important;
}
form.form-horizontal.newApplication .control-label {
	text-align: left !important;
}
form.form-horizontal.newApplication .row .col-md-4,
form.form-horizontal.newApplication .row .col-md-12 {
	padding-top: 0 !important;
}
form.form-horizontal.newApplication .row {
	background: #e2eaf5;
    padding: 21px 15px 17px;
    margin-bottom: 30px;
    border-radius: 7px;
}
form.form-horizontal.newApplication .row .form-inline .form-group {
	min-width: 100%;
	padding-right: 0;
}
form.form-horizontal.newApplication .row .form-inline .form-control.hasDatepicker {
	width: 100%;
	display: block;
}
form.form-horizontal.newApplication .row .form-inline .control-label {
	margin-bottom: 5px;
	text-align: left !important;
}
form.form-horizontal.newApplication .row .form-check {
	display: inline-block;
    margin-right: 18px;
}
form.form-horizontal.newApplication .row .form-check label input {
	margin-right: 5px;
}
form.form-horizontal.newApplication > div.clearfix > p {
	font-size: 23px;
    font-weight: bold;
    margin-top: 4rem;
    margin-bottom: 3rem;
    color: #333;
}
form.form-horizontal.newApplication .actions .btn.btn-primary {
	padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}
#tx_jobfair-apply-actionlist a.btn {
	padding: 15px 0 0;
    text-decoration: underline !important;
}
form.form-horizontal.newApplication textarea.form-control {
	height: 9rem;
}




/* RESPONSIVENESS */
@media screen and (min-width: 768px) {
	.col-sm-3.control-label {
		width: 34%;
	}
	.form-inline .form-group {
		min-width: 0;
		padding-right: 40px;
	}
}