.middle_home    	{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;  }
.card-ctrls     	{ background-color: inherit !important; position: absolute !important; top: 10px !important; right: 20px !important; width: 260px !important; padding: 0 !important; margin: 0 !important; }

table.dataTable		{ margin-top: 0px !important; border-collapse: collapse !important; }
tr.error-row 		{ background-color: #ffcccc; }
.dataTables_info 	{ padding-left: 15px;}

.custom-file-input:lang(en) ~ .custom-file-label::after { content: 'Buscar' }

.error-cell 		{ border: 2px solid #FF1635 !important; position: relative !important; }
.tooltip_error 		{ position: absolute; background: #FF4961; color: #fff; padding: 5px; border-radius: 3px; border: 1px solid #FF1635; z-index: 999999; display: none; left: 50%; top: 100%; transform: translateX(-50%); width:100%; max-width:200px; }
.error-cell:hover .tooltip_error { display: block !important; }

.btn_cursor 		{ cursor: default !important; }

.swal-text     		{ text-align: center  !important; }
.swal-footer  		{ text-align: center  !important; }

.menu_version       { margin-top: 20px; text-align: center; background: #6B6F82; color:#fff; bottom: 0px !important; position: absolute !important; width: 100%; }

/*
.error-cell:hover::before { content: attr(data-error); position: absolute; background-color: #ffcccc; color: #ff0000; padding: 5px; border-radius: 3px; border: 1px solid #ff0000; z-index: 99999; }
*/