/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
tr.hide-table-padding td {
	padding: 0;
}
h1, h2, h3, h4, h5, h6  {
	text-transform: none !important;
}
.table-reponsive {
	overflow: hidden !important;
}


@media (max-width: 768px){
/* Force table to not be like tables anymore */
.table-hover table, 
.table-hover thead, 
.table-hover tbody, 
.table-hover th, 
.table-hover td, 
.table-hover tr { 
 display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
.table-hover thead tr { 
 position: absolute;
 top: -9999px;
 left: -9999px;
}

.table-hover tr { border: 1px solid #ccc; }

.table-hover>tbody>tr>td { 
 /* Behave  like a "row" */
 border: none;
 border-bottom: 1px solid #eee; 
 position: relative;
 padding-left: 35%; 
 white-space: normal;
 text-align:left;
 padding-top: 10px;
 padding-bottom: 10px;
}

.table-hover td:before { 
 /* Now like a table header */
 position: absolute;
 /* Top/left values mimic padding */
 top: 10px;
 left: 6px;
 width: 45%; 
 padding-right: 10px; 
 white-space: nowrap;
 text-align:left;
 font-weight: bold;

}

/*
Label the data
*/
.table-hover td:before { content: attr(data-title); display: block;  }
}
.custom-file-label::after {
    content: "Buscar" !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 15px !important;
}