@charset "utf-8";

/******************************************************************************************************

CSS TIENDA
Hoja de estilos para los elementos comunes a todo el sitio
Estos estilos son generales a todo el sistema

*****************************************************************************************************/

/*------------------------------------------------- ESTILOS -----------------------------------------------*/

/*--------- Estilos Generales ---------*/
/*Estos estilos aplican a los elementos comunes de todas las paginas*/

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.customContainer{
	width: 98%;
}


/*Estilos para tablas*/

table{
	margin-top: 10px;
	width: 100% !important;
}

thead{
	/*background-color: #007bff;*/
	background-color: rgb(86,152,67);/* #7F4662;*/
	color: white !important;
}

table th{
	text-align: center;
	cursor: default;
	padding-top: 30px;
}

table tbody{
	/*background: rgba(193,145,179,0.1);*/
	/*background: white;*/
}

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    /*content: "" !important;*/
}

.tablaRoundIzq{
	border-radius: 15px 0px 0px 0px;
}

.tablaRoundDer{
	border-radius: 0px 15px 0px 0px;
}

.table thead > tr > th { 
	border:none;
}


.table-bordered{
	border-top: none;
	border-left: none;
	border-right: none;
}

.table-bordered thead > th > tr{
	
}

#table-content{
	margin-top: 20px;
}

.tablaEvento tbody tr:hover{
	background: rgba(153,153,153,0.2);
	cursor: pointer;
}

.tablaEvento tbody tr.selected{
	cursor: pointer;
}


/*Bienvenida */

.filaActiva{
	background: rgba(153,153,153,1);
	cursor: pointer;
}

/*Grupos*/

/* BOTONES BARRA DE HERRAMIENTAS */

.btnDesabilitar{
	color: #C7BCC3;
	cursor: not-allowed;
}

.btnDesabilitar:hover{
	color: #C7BCC3;
}

/*-------------------------------------------------- END ------------------------------------------------*/


/* Mensaje oculto animado */
.alert.alert-success{
	border:none;
	position: absolute;
	margin-left: 15px;
	background: none;
}

.ch1{
	padding-top:30px;
	padding-bottom:10px;
	font-size:50px;
	font-size:5.0rem;
}

/* Media queries para gestion responsive  */

/* Para el texto del logotipo del menu lateral */
@media only screen and (max-width: 1024px) {
	table{
		width: 1000px !important;
	}
}

.btn-interfaz{
	background: none !important;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 3rem !important;
	border: none;
	border-radius: 7px !important;
	margin-left: 30px !important;
	color: #333;
}

.btn-interfaz:hover{
	color: orange !important;
}

@media (max-width: 767px) {
    a.ItemPrincipal { font-size: 0; }
	a.ItemPrincipal .fa { font-size: 20px; font-size: 2.0rem; }

	.btn-interfaz{
		font-size: 2.5rem !important;
		margin-left: 0px !important;
	}
}

.btnAumentarMargen{
	margin-top:20px;
}

textarea{
	resize:none;
}

/* Nuevo Abonos */
.miniLista{
	height:200px;
}

#creditosAb{
	position:absolute;
}

#creditosAbono{
	height:150px;
}

#detalleCreditosAbono{
	height:150px;
}

#apartadosAb{
	position:absolute;
}

#apartadosAbono{
	height:150px;
}

#detalleApartadosAbono{
	height:150px;
}

.oculto2{
	position: relative;
	background: none;
	color: rgba(0,0,0,0);
	
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;  
	-moz-user-select: none;  
	-ms-user-select: none;   
	user-select: none;   
	
}

.nOculto2{
	color: green;
}

.filaRoja{
	background-color:rgb(222,102,110);
}

.filaVerde{
	background-color:rgb(190,222,152);
}

.tablaligera > tbody > tr > td, .tablaligera > tbody > tr > th, .tablaligera > tfoot > tr > td, 
.tablaligera > tfoot > tr > th, .tablaligera > thead > tr > td, .tablaligera > thead > tr > th{
	padding-top: 5px;
	padding-bottom: 5px;
}

.bordelineah2{
	border-bottom: 1px solid #bbb;
}

.nAsignada{
	background-color: #FFC1CD;
}

.asignada{
	background-color: #BBFFE0;
}

.btn-tablas{
	background: none !important;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2rem !important;
	border: none;
	border-radius: 7px !important;
	color: #333;
}

.btn-tablas:hover{
	color: blue !important;
}

.btn-secondary.disabled, .btn-secondary:disabled{
	color: rgba(0,0,0, 0.5) !important;
}