.aside-menu-top {
	display: flex !important;   
	height: 300px;
    
}
.stacked-menu-top {
	padding-top: 1rem !important;  
	background-color: #f6f7f9;   
}

.menu-top {
    display: block;
	padding-left: 1rem !important; 
	padding-bottom: 1rem;  
}

.app-aside{
    max-width: 100% !important;
}

.aside-backdrop {    
    z-index: 1000 !important;
}

.menu-app{
	position: fixed;
    top: 3.5rem;
	max-height: 50px;
}
.menu-app-user{	
	max-height: 50px;
	min-width: 230px;
}

.menu-app-top{
	width: 100% !important;
}

.stacked-menu .has-child {
    width: 160px;
}

.stacked-menu .has-child>.menu {
	background-color: #f6f7f9;
	width: 250px;
}

.stacked-menu-has-collapsible .has-child.has-open:not(.has-active)>.menu {
    height: auto;
    
}

.btn-floated {    
    top: 7.25rem;    
    z-index: 9999;
}

.respondido {
    font-size: 1.5rem;
    color: #00a28a;
}

.editable{
	background-color: #cae4ff;
}

.table .thead-dark th {    
    background-color: #346cb0 !important;
    border-color: #3c537d !important;
}

.input-fecha input, .input-fecha button {
    height: 47px!important;
}
.btn-reporte {
    color: #fff;
    background-color: #346cb0;
    border-color: #234167;
}
.dias-circulo {    
    width: 30px;
	height: 30px;	
    font-size: 5px;
    padding: 0;
    margin: 0;
	text-align: center;
	border-radius: 50%;
}
.dias-verde{
	color: #60dd49;
    background-color: #60dd49;	
}
.dias-amarillo{
	color: #ffed38;
    background-color: #ffed38;	
}
.dias-naranja{
	color: #ff7f1e;
    background-color: #ff7f1e;	
}
.dias-rojo{
	color: #f93a2b;
    background-color: #f93a2b;	
}
@media (min-width: 1200px){  
	
		
	.d-mresponsive{
		display: none !important;
	}
	
	.aside-backdrop{		
		display: none !important;
	}
	.app-aside-expand-xl{
        top: 0 !important;
	}
	.aside-menu-top {		
		height: 120px;		
	}
	.menu-app{
		position: relative;
		top: 0;
		
	}	
	.menu-top {
		display: flex !important;	
		 	    
	}
	.stacked-menu-top {
		background-color: #b9deff00;  
	}
} 

@media (min-width: 1440px){    
	
	.list-responsive{		
		max-height:150px;
	}
	
}

@media (min-width: 1750px){    
	
	.list-responsive{		
		max-height:130px;
	}
} 

@media (max-width: 360px) {

}

@media only screen and (max-width: 800px) {

	

    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

