@CHARSET "UTF-8";

/* GERAL */
.divider {
	color: #CCCCCC;
	line-height: 14px;
	vertical-align: text-top;
}

.font14 {
	font-size: 14px !important;
}

.h1-title {
	color: #FFFFFF;
}

.ocultar {
	display: none !important;
}

.paginator .pagination {
	margin: 10px 0;
}

/* MARGIN */
.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.p-left-10 {
	padding-left: 10px !important;
}

.p-top-0 {
	padding-top: 0px !important;
}
.p-top-5 {
	padding-top: 5px !important;
}
.p-top-7 {
	padding-top: 7px !important;
}
.p-top-10 {
	padding-top: 10px !important;
}

.p-bottom-0 {
	padding-bottom: 0px !important;
}

.p-botom-20 {
	padding-bottom: 20px !important;
}

.m-right-5 {
	margin-right: 5px !important;
}

.m-right-10 {
	margin-right: 10px !important;
}

.m-left-0 {
	margin-left: 0 !important;
}

.m-left-5 {
	margin-left: 5px !important;
}

.m-left-10 {
	margin-left: 10px !important;
}

.m-left-15 {
	margin-left: 15px !important;
}

.m-bottom-0 {
	margin-bottom: 0 !important;
}

.m-bottom-5 {
	margin-bottom: 5px !important;
}

.m-bottom-10 {
	margin-bottom: 10px !important;
}

.m-bottom-30 {
	margin-bottom: 30px !important;
}

.m-top-0 {
	margin-top: 0 !important;
}

.m-top-5 {
	margin-top: 5px !important;
}

.m-top-7 {
	margin-top: 7px !important;
}

.m-top-10 {
	margin-top: 10px !important;
}

.m-right-20 {
	margin-right: 20px !important;
}

/* ICON SIZES */
.fa-2 {
 font-size:2em
}
.fa-3 {
 font-size:4em
}
.fa-4 {
 font-size:7em
}
.fa-5 {
 font-size:12em
}
.fa-6 {
 font-size:20em
}


.p-error {
	margin: 5px 10px !important;
}

.border-img {
	border: 1px solid #CCCCCC;
}

/* THEME */
.btn {
	padding: 5px 30px;
}

.btn.big-button {
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
	background-color:#f26522;
	padding:10px 40px 12px;
	color: #fff;
	border:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.link-remove {
	color: #f26522 !important;
}
.link-remove:hover {
	cursor: pointer !important;
}
.user-account input {
	margin-bottom: 15px !important;
}
.user-account .select2 > .selection > .select2-selection {
	height: 44px;
	font-size: 16px;
	color: #000;
	text-align: left !important;
}
.user-account .select2 .select2-selection__rendered {
	line-height: 40px !important;
}
.user-account .select2 .select2-selection__arrow {
	height: 40px !important;
}

.sign-in > li.signed:last-child {
	padding-left: 0px !important;
}
.sign-in > li.signed:last-child:before {
	position: inherit;
	left: 0;
	top: 0;
	background-image: none;
	width: 0px;
	height: 0px;
	content:"";
	margin-top: 0px;
}

/* PROFILE */
.profile-img {
	width: 150px !important;
}
.profile-img-small {
	width: 75px !important;
}

.user-pro-section .form-group {
	margin-bottom: 15px !important;
}

/* FORM */
.job-postdetails .form-group {
    margin-bottom: 20px !important;
}

/* SELECT 2 */
.select2-container .select2-selection--single {
	height: 40px !important;
	border: 1px solid #e3e3e3 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #666 !important;
    line-height: 40px !important;
    font-size: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.checkbox-multiple {
	display: inline-block; 
	border: 1px solid #ccc; 
	padding: 10px 15px 0px;
	width: 80%;
}
.checkbox-multiple > label {
	cursor: pointer;
}

/* PAGINATION */
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
    background-color: #CCC;
    border: 1px solid #CCC;
}

/* FORM */
.user-pro-section select, .user-pro-section input {
    color: #666 !important;
}

/* FOOTER */
#footer {
    border-top: 1px solid #ccc !important;
}

@media (max-width: 992px) {
	.job-profile .user-pro-section .form-group > label {
		width: 100%;
	}
	.job-profile .user-pro-section .form-control {
		width: 100%;
	}
	.checkbox-multiple {
		width: 100%;
	}
}