.ver {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	border-radius: 5px;
}

.ver:hover {
	background: #000000;
	color: #ffffff;
}

.btn_ {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	float: right;
	border-radius: 5px;
	margin-left: 5px !important;
}

.btn_:hover {
	background: #000000;
	color: #ffffff;
}

.btn__ {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	border-radius: 5px;
	margin-left: 5px !important;
	font-size: 13px;
}

.btn__:hover {
	background: #000000;
	color: #ffffff;
}

.descargar_ {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	float: right;
	border-radius: 5px;
	margin: -40px 15px 10px 0px !important;
	text-decoration: none;
}

.descargar_:hover {
	background: #000000;
	color: #ffffff;
}

.errores {
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background: #ff0000;
	float: right;
	border-radius: 50%;
}

.errores:hover {
	background: #000000;
	color: #ffffff;
}

.descargar {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	float: left;
	text-decoration: none;
	border-radius: 5px;
	margin: 0px 0px 20px 0px;
}

.descargar:hover {
	background: #000000;
	color: #ffffff;
}

.wp-list-table {
	float: left;
	width: 99% !important;
}

div.table-responsive>div.dt-container>div.row {
	margin-bottom: .5rem !important;
}

#datos th {
	background: #1d2327;
	color: #ffffff;
	padding: 12px 7px 9px 7px !important;
	font-size: 13px !important;
}

#searchTerm {
	font-size: 14px;
	width: 300px;
}

#datos td {
	border-bottom: 1px solid #cccccc;
	padding: 12px 7px 9px 7px !important;
	font-size: 13px !important;
}

#datos tr:nth-child(even) {
	background: #d0d0d1 !important;
}

.d-none {
	display: none;
}

.form-control {
	font-size: 1rem !important;
}

.select2-container .select2-selection--single {
	height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px !important;
	color: #6c7592 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px !important;
}

.wpdt-c .dropdown-toggle::after {
	display: none !important;
}