img{
	image-orientation: from-image;
}

.dataTables_scrollHeadInner {
	width: 100% !important;
}

.dataTables_scrollHead table, .dataTables_scrollBody table{
	width: calc(100% - 1px) !important;
}

.dataTables_filter label {
    margin-right: 10px;
}

.limit-height-100{
	max-height: 100px; 
	overflow-y: auto;
}

td.fecha{
	width: 90px;
	text-align: center;
}

tr.sin-contratos td{
	background-color: #F1756B !important;
	color: #000;
}

tr.sin-contratos td a{
	color: #000;
}

.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	border-radius: unset;
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}