#search h2 {padding-bottom: 5px;}

.media-listing .media h4 {
	word-break: break-word;
}

.logo-holder {
	padding-bottom: 5px;
	padding-top: 5px;
 }
 
#user-menu .dropdown-menu a {
	padding-top: 7px;
	padding-bottom: 7px;
 }
 
.heading {background: rgba(36,91,120,1)}
 
.top-img + #login-forms {margin-bottom: 40px;}
 
.candidates .table-candidates .candidate {cursor: pointer;}
 
.candidates .table-candidates .candidate:hover, 
.candidates .table-candidates .candidate.selected 
{background-color: #f0f0f0;}

.candidates .table-candidates .candidate.selected {
	background-color: rgba(240,240,240,0.3);
}
 
.personal-data .user-photo {cursor: default;}
 
.folders .folder i {color: #e9d949;}
 
#folders i {font-size: 32px;}
 
/*.heading .custom-heading-menu-2 {	padding-right:0px;}*/
.lefilters ul.nav.nav-tabs li {width: 25%;}
 
.searchbutton button {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	border: 0px solid #fff;
	background: #f7941d;
	border-radius: 0px;
	height: 36px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 12px;
	margin-bottom: 0px;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
 }
 
.homeinput {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: -10px;
 }
 
	.homeinput select {border-right: 2px solid;}
 
#search .homeinput .info-popover {
	border: none;
	height: 36px;
	width: 100%;
	font-size: 12px; /* border-radius: 4px; */ /* box-shadow: none; */
	color: #00669b;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	margin-top: 12px;
	cursor: auto;
	border-radius: 0px;
	border-right: 2px solid #f7941d;
 }
 
.homeinput .btn-group>.btn:first-child {
	border-radius: 0px 0px 0px 0px;
	border-right: 2px solid #f7941d;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
 }
 
.homeinput .form-control {border-radius: 0px;}
 
#search .homeinput button {

	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.package-payment .btn-mnj-sm {
		box-shadow: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background: #377d29;
    padding: 6px 18px;
    border: 2px solid #fef4e8;
    border-radius: 5px;
    margin: 0 auto;
    width: auto;
    text-decoration: none;
	margin-top:10px;
}

 
	#search .homeinput button:hover, .btn-mnj-sm:hover {box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
 
.searchcontainer {
	border-radius: 4px; /* background: url(../img/search_bg.png) 50% 98% no-repeat rgba(255, 255, 255, 0.25); */
	text-align: center;
	padding: 5px;
 }
 
.thecheckboxcontainer {
	width: 100%;
 }
 
@media all and (max-width: 992px) {
	.thecheckboxcontainer {

	}
}
 
.thecheckboxcontainer label {color: #00669b !important}
 
 
.thecheckboxcontainer input[type=checkbox] + .chb-label {
	border-radius: 0px !important;
	border: 1px solid #fff !important;
	position: absolute !important;
	/* top: 2px !important; */
	right: 12px !important;
	left: auto !important;
	top: 4px;
	width: 12px !important;
	height: 12px !important;
	padding-top: 0px;
	padding-left: 0px;
}
 
#homepagepaidlisting {background-color: rgba(255,255,255,0.8);}
 
	#homepagepaidlisting .title {padding-bottom: 0px;}
 
	#homepagepaidlisting  .title.half-strike h2:after {width: 650px;}
 
	#homepagepaidlisting ul.filters > li > a, ul.filters > li > span {padding: 5px 10px;}
 
 .add-anunt {
		font-size: 12px;
		color: #ffffff;
		font-weight: 600;
		background: #377d29;
		padding: 6px 18px;
		border: 2px solid #fff;
		border-radius: 5px;
		margin: 0 auto;
		width: auto;
		text-decoration: none;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	}
	
	.add-anunt:hover {
	color:#fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
	
.filters .dropdown-toggle {
	font-size:12px;
}

.orders .btn-mnj-sm {
	border: 2px solid white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	
}

.orders .btn-mnj-sm:hover, .orders .btn-mnj-sm:focus {
	color:#fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

.footer-text {
	font-size:16px;
}

.profile-dashboard .inner-panel .activate-btn {
	background-color:#377d29;
	color:#fff;
	border:1px solid white;
}

.profile-dashboard .inner-panel .inner-panel .deactivate-btn , .profile-dashboard .inner-panel .inner-panel .delete-btn {
	border:1px solid #B82E2E;
}


.profile-dashboard .inner-panel .activate-btn i {
	color:#fff;
}

.profile-dashboard .inner-panel .activate-btn, .profile-dashboard .inner-panel .edit-btn, .profile-dashboard .inner-panel .delete-btn,.profile-dashboard .inner-panel  .deactivate-btn {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.profile-dashboard .inner-panel .activate-btn:hover, .profile-dashboard .inner-panel .edit-btn:hover, .profile-dashboard .inner-panel .delete-btn:hover, .profile-dashboard .inner-panel  .deactivate-btn:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.preview-class {
	border:0px;
}

.modal-content .nav-tabs>li.active>a, .modal-content .nav-tabs>li.active>a:focus, .modal-content .nav-tabs>li.active>a:hover {
	background-color:#d0d0d0;

}

.has-error .form-control {
	    border-color: #e85a44;
    background-color: #ffe0e0;
}

.personal-data .text-left i {padding-right:5px;}

.add-job-container #add-new-job {
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.add-job-container #add-new-job:hover {	
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

.btn.btn-mnj {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn.btn-mnj:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.form-save, .form-cancel {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);	
}
.form-save:hover, .form-cancel:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.passwdinfo {
	float:left;
	padding-bottom:15px;
}

.jobrowlink .jobrow .jobscontainer {
background: rgba(240,240,240,1);
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(214,211,214,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(214,211,214,1)));
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(214,211,214,1) 100%);
background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(214,211,214,1) 100%);
background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(214,211,214,1) 100%);
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(214,211,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d6d3d6', GradientType=0 );
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border:1px solid #d4d4d4;
    margin-bottom:4px;
}

.jobrowlink:hover .jobrow .jobscontainer, 
.jobrowlink.selected .jobrow .jobscontainer {
	color: #23527c;
	background: rgba(245,239,223,1);
	background: -moz-linear-gradient(top, rgba(245,239,223,1) 0%, rgba(246,246,246,1) 47%, rgba(255,232,186,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,239,223,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,232,186,1)));
	background: -webkit-linear-gradient(top, rgba(245,239,223,1) 0%, rgba(246,246,246,1) 47%, rgba(255,232,186,1) 100%);
	background: -o-linear-gradient(top, rgba(245,239,223,1) 0%, rgba(246,246,246,1) 47%, rgba(255,232,186,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,239,223,1) 0%, rgba(246,246,246,1) 47%, rgba(255,232,186,1) 100%);
	background: linear-gradient(to bottom, rgba(245,239,223,1) 0%, rgba(246,246,246,1) 47%, rgba(255,232,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5efdf', endColorstr='#ffe8ba', GradientType=0 );
}

.jobrowlink.active .jobrow .jobscontainer {
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(223,240,216,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(223,240,216,1)));
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(223,240,216,1) 100%);
	background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(223,240,216,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(223,240,216,1) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 47%, rgba(223,240,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dff0d8', GradientType=0 );
}

.jobrowlink .jobrow .jobscontainer .element {
	padding-top:3px;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
}

.jobname {
	padding-left:5px; padding-right:5px;
	font-weight:bold;
	font-size:14px;
	text-align: left;
    border-bottom: 1px dashed lightgray;
}

.smalltitle {
	font-size:15px;
	color:#f8931d;
	font-weight: 600;
}
.bluetitle {
	color:#2674a3;
}

.socialitem:first-child {
    text-align: center;
    float: left;
    padding-right: 31px;
    padding-bottom: 20px;
}

#register .step-1 .inputcapcha {
	padding-left:20px;
}

.infocv {
	font-size:11px;
	color: gray;
	width: 100%;
	padding-bottom: 10px;
	float:left;
}

.announcement-details span i {
	color: #245b78;
}

.percent {
	border:1px solid #f7941c !important;
}

.checkbox.percent, .bootstrap-select.percent {
	border: none !important;
}

.checkbox.percent .chb-label, .bootstrap-select.percent > button {
	border:1px solid #f7941c !important;
}

#preference-form input[type="checkbox"]:checked + .chb-label::after {
    left: 0px;
    top: -5px;
}

.has-error .percent {
	background-color: #ffe0e0 !important;
}


#candidateform section {
	padding-top:0px;
	margin-top:10px;
}

.login-social-media a {
	margin-bottom:7px;
}


.dashboardlink {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #F6A545;
    border: 2px solid #fff;
    color:white;
}

.dashboardlink:hover, .dashboardlink:visited {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	color:white;
}

.thepadding {
	padding-bottom:40px;
}

@media screen and (max-width: 768px) {
	#sidebar.jobsidebar {
		visibility: visible;
	}
	.searchbutton button {
		padding-right: 4px;
		padding-left: 4px;
	}
}

@media screen and (max-width: 460px) {
	.thepadding {
		padding-bottom: 10px;
	}
	
}

.homepage-description {
	padding: 25px;
	line-height: 21px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 33vh !important;
}

.errorpage .block {
	background-image: url(../img/404.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 580px;
}

.errorpage .block .left-col {
	background: rgba(255,255,255,0.8);
    margin: 80px 40px;
    border-radius: 50px;
	padding: 40px;
	box-shadow: 11px 12px 13px 0px rgba(0,0,0,0.3);
}

.errorpage .block .left-col span {
	font-size: 80px;
    font-weight: 900;
}

.errorpage .block .left-col p {
	font-size: 28px;
    font-weight: 100;
}

.errorpage .block .left-col a {
	border: 2px solid gray;
    color: gray;
    margin-top: 40px;
}

button.ui-datepicker-close { display: none;}

#search .search-keywords input, 
#search .bootstrap-select button.btn-default, 
#search .homeinput button {
	border: 1px solid black !important;
    border-radius: 15px !important;
    width: 95% !important;
}

#search .bootstrap-select.form-control {
	background: transparent;
	border: none;
	box-shadow: none;
}

#search .bootstrap-select.btn-group > .dropdown-menu {
    width: 95% !important;
    min-width: 95% !important;
    left: 0;
    right: 0;
    margin: 10px auto;
    border: 1px solid black;
    border-radius: 15px;
	margin-left: 0px;
}

.homeinput {
	padding-right: 0px;
    padding-left: 0px;
    margin-top: -10px;
	text-align: left;
}

#search .homeinput button {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

ul.data-listing {
	max-height: 350px;
	overflow: auto;
	width: 100%;
	padding-left: 0px;
}

ul.data-listing li {
	margin-top: 10px;
}

ul.data-listing li a {
	border-color: #2E71A9;
	color: #000;
	padding: 4px 8px;
	transition: all 0.3s ease-in-out;
}

ul.data-listing li a:hover:not(.find-more) {
	width: 100%;
	background: #286597 !important;
	color: #fff;
}

ul.data-listing li a:not(.find-more) span { transition: all 0.3s ease-in-out; }
ul.data-listing li a:hover:not(.find-more) span {
	color: #fff;
}

.data-listing {
	float: left;
	display: block;
	margin-bottom: 25px;
}

ul.data-listing li a.find-more {
	background: #f7941d;
	color: #fff;
}

.other-filters ul {
	list-style-type: none;
	width: 100%;
}

.other-filters ul li a {
	width: 100%;
	background: #2E71A9 !important;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.other-filters ul li a:hover {
	width: 100%;
	background: #286597 !important;
	color: #fff;
}

.jobs-by-container .rounded-box {
	padding: 4px 8px;
}

.jobs-by-container .promoted-job h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.jobs-by-container h1 {
	width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {
	.jobs-by-container .tiny {
		margin-top: 10px;
	}

	.jobs-by-container .rounded-box {
		margin-bottom: 0px;
	}
	
	.jobs-by-container h1 {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	#user-nav > li > a > i { display: none; }

	.title.no-margins h2 {
		width: auto
	}
}

body {
	background: linear-gradient(
180deg
, rgba(36,91,120,1) 0%, rgba(226,233,234,1) 100%);
}

.navbar.navbar-default {
    background: rgba(255,255,255,0.92);
}

h3.infotext-title, 
h2.infotext-title {
	color: #00669b;
	padding: 0px 25px 25px 25px;
	margin-bottom: 0px;
}

p.homepage-description {
	padding-top: 0px;
	padding-bottom: 10px;
}

#login-forms input:autofill, #login-forms textarea:autofill, #login-forms select:autofill {
    background-color: white !important;
    color: #000 !important;
}

.feedback-dropdown-menu {
	margin-top: 15px;
}

#feedbackForm {
	padding: 10px 20px;
}

#feedbackForm .form-group {
	margin-bottom: 10px;
}

#feedbackForm button { margin-top: 10px; text-align: center; }

.title > h1 + span {
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
}

ul.candidate.candidate-profile-cv-area .btn-success {
	margin-bottom: 0px;
}

@media all and (max-width: 360px) {
	ul.candidate.candidate-profile-cv-area li:first-child {
		width: 100%;
	}

	ul.candidate.candidate-profile-cv-area li:first-child a {
		display: block;
    	margin-bottom: 10px;
		border-color: #f7941d;
	}

	ul.candidate.candidate-profile-cv-area li:not(:first-child) {
		width: 48%;
		margin: 5px 0;
		display: inline-block;
	}
	
	ul.candidate.candidate-profile-cv-area li:not(:first-child) a {
		width: 100%;
		margin-left: 2px;
	}
}

.candidate-form {
	padding: 10px 40px;
    background: rgba(255,255,255,0.7);
    margin: 20px 0;
    border: 1px solid darkgrey;
}

.candidate-form #captcha img {
	height: 42px;
	margin-top: 0px;
}

.candidate-form .submit-form {
	background: #235B78;
	color: #fff !important;
	box-shadow: none;
	padding: 5px 10px !important;
	margin-top: 23px;
	border: none;
	width: 100%;
	text-align: center;
}

.candidate-form .form-check {
	margin-right: 15px;
}

.mb-0 {
	margin-bottom: 0px !important;
}


.candidate-form input[type="checkbox"] {
	display: inline-block !important;
	margin: 0 10px;
}

aside .chb-label {
    border-radius: 0px !important;
    border: 1px solid #dfdfdf !important;
    position: absolute !important;
    left: 0 !important;
    // top: 2px !important;
    right: auto !important;
    width: 14px !important;
    height: 14px !important;
    padding-top: 0px;

}

input[type=checkbox].styled + .chb-label {
	display: none !important;
}

input[type=checkbox].styled {
	height: auto !important;
	margin: 0 10px
}

.modal-agree-buttons button, 
.modal-agree-buttons button:focus  {
	float: right;
	margin: 15px 5px 0px;
}

.modal-agree-buttons {
	position: sticky;
	z-index: 9999;
	top: 0;
}

@media all and (max-width: 480px) {
	.candidate-form {
		padding: 10px 35px;
	}

	.candidate-form #captcha {
		text-align: center;
	}

	.candidate-form #captcha img {
		height: 60px;
		margin-top: 0px;
		width: auto;
		text-align: center;
	}

	.candidate-form .form-group {
		margin-bottom: 10px !important;
	}

	#registerForm .has-feedback .form-control {
		padding-right: 10px !important;
	}
}

#registerTerms + label {
	font-size: 12px;
}

#sidebar label span.chb-label {
	display: block !important;
}