/*============================================*
*Uso exclusivo para template de administracion
*=============================================*/

.sidebar-collapse .content-user {
	text-overflow: unset;
}

.nav-pills .nav-link {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.nav-treeview .nav-item {
	border-left: 2px solid rgba(255, 255, 255, .9);
}

.separation {
	margin-top: 15px;
}

.dropdown-xsm {
	padding: 1px 10px;
	height: auto;
}

.custom-file-input~.custom-file-label::after {
	content: "Buscar" !important;
}

.custom-file-input, .custom-file-label {
	overflow: hidden;
}

@media (min-width: 576px) {
	.width-200 {
		min-width: 200px;
		max-width: 200px;
	}
	.calc-200 {
		max-width: calc(100% - 200px);
		flex: 0 0 calc(100% - 200px);
	}
	.width-150 {
		min-width: 150px;
		max-width: 150px;
	}
	.calc-150 {
		max-width: calc(100% - 150px);
		flex: 0 0 calc(100% - 150px);
	}
}

/*===================*
*clases auxiliares
*===================*/

.disabled-element {
	opacity: 0.5;
	pointer-events: none;
}

.readonly {
	pointer-events: none;
	background-color: #e9ecef;
	opacity: 1;
}

.disabled-click {
	pointer-events: none;
}

.pointer {
	cursor: pointer;
}

.handle {
	cursor: grab;
}

.img-table {
	width: 100px;
}

.ellipsis-5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.image-datatable {
	height: auto;
	width: 3.1rem;
}

.favicon-50 {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.favicon-40 {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.img-fit-cover {
	object-fit: cover;
	object-position: center;
}

.img-fit-contain {
	object-fit: contain;
	object-position: center;
}

.border-left-danger {
	border-left: 3px solid red !important;
}

.border-left-success {
	border-left: 3px solid #32ce35 !important;
}

.border-left-warning {
	border-left: 3px solid #ffc107 !important;
}

.border-left-none {
	border-left: 3px solid #dee2e6 !important;
}

.border-left-open {
	box-shadow: 2px 0px 0px white inset;
}

/** CSS adicional **/

/* .form-group .select2-selection__rendered {
	padding-left: 15px !important;
} */

/*======================
*	solo para template homepage
*=========================*/

.card-img .overlay-bottom-top {
	background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 100%) 150%);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.card-img img {
	transition: all .35s ease;
	object-fit: cover;
	object-position: center;
	height: 250px;
}

.card-img .title-bottom-left {
	bottom: 20px;
	left: 30px;
	z-index: 2;
}

.card-img .title-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.card-img .jb_types {
	z-index: 2;
}

.card-img:hover img {
	transform: scale(1.10);
}

.card-body-text {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: rgb(0, 0, 0, .6);
}

.nabvar-fix-height {
	height: 80px;
}

.header-transparent.dark-text .nav-menu>.add-listing:hover>a {
	color: white !important;
}

/*=====================
Cards homepage trabajos
======================*/

.select2-dropdown, .body-home .daterangepicker {
	z-index: 99999;
}

.header.header-transparent.header-fixed {
	z-index: 100000;
}

._jb_list73_footer .icon-beneficios, .detail-icon-job .icon-beneficios {
	margin-right: 7px;
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #01b753;
	border-radius: 50%;
	background: rgba(1, 183, 83, 0.1);
	font-size: 12px;
}

._jb_list73.fix-height {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 210px;
	margin-bottom: 0px;
}

._jb_types.error_label {
	background: rgba(233, 30, 99, 0.1);
	color: #e91e63;
}

/*=====================
section empresa en publicacion
======================*/

._job_detail_box_body.empresa-detalle .content-image {
	height: 180px;
}

._job_detail_box_body.empresa-detalle img {
	height: 180px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}