/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML 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.  */

.responsive-table{
	width: 100% !important;
}

.order-s{
  width: 15% !important;	
}

#example1_filter{display:none;}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

table.dataTable td.reorder {
	width: 1%;
}

.badge {
    white-space:inherit;

}

/* galeria de fotos ********/

.foto-box a.btn {
	position: absolute;
    margin-top: 125px;
    margin-left: -100px;
}

#sortable { /*list-style-type: none; margin: 0; padding: 0; width: 100%; */
    /*position: relative;*/
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width: 100%; 
    
}
#sortable li { /* margin: 0px 10px 10px 0; padding: 0px; float: left; width: 150px; height: 150px;*/
    border-radius: 20px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    display: block;
    margin: 0px 10px 35px 0;
    float: left;
    cursor: move;
    
}



.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}

@media (max-width: 991.98px){
	.dataTables_wrapper table {
	    display: table !important;
	}
}

