@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*/

body{
	margin-top: 0px;
	/*background: rgb(250,250,250);*/
	background: url("../img/sisfondo.png") repeat;
	line-height: 1.2;
}

ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.customContainer{
	width: 98%;
}

/*/////////////////////////////////////////////////*/

/*--------- Cabecera y navegación ---------*/
/*This styles apply to the header common content and navigation in all pages*/

#logo{
	width: 100%;
	height: 90px;
	position: absolute;
	text-align: center;
	background: url("../img/menu.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	margin-top: 20px;
}

#logo > h1{ 
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 600;
	color: #eee;
	text-decoration: none;
	margin-top:30px;
	text-align:center;
	line-height:37px;
}

#main-header{ /*Style for common header navigation*/
	position: fixed;
	top: 0;
	width: 17%;
	height: 100%;
	background-color: #fff;
	z-index: 99;

	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(170,170,170,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(170,170,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(170,170,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 6px 0px 3px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 0px 3px -5px rgba(0,0,0,0.75);
	box-shadow: 6px 0px 3px -5px rgba(0,0,0,0.75);

	overflow-x: hidden;
}

#main-menu{
	float: left;
	margin-left: 5px;
}

#main-menu a{
	color: #888;
}

#main-menu a:hover{
	color: #333399;
}

.panel{
	border:none;
	margin-left: -15px;
	margin-right: -15px;
}

.list-group-submenu{
  margin-left:30px;
}

.ItemPrincipal{
	font-size: 16px;
	border-radius: 0px;
}

.strong{
	font-weight: bold;
}
.list-group-item{
	height: 42px;
}

.ItemPrincipal.list-group-item{
	color: #333;
}

.ItemPrincipal.list-group-item.active{
	background-color:  rgba(255,255,255,0);
	border-bottom: solid white 1px;
	border-top: solid white 1px;
	border-left: none;
	border-right: none;
}

.ItemPrincipal.list-group-item:hover{
	background-color: #8B227E;
	color: white;
	text-decoration: none;
}

.tagItemMenu{
	margin-right: 10px;
	font-size: 15px;
}

.tagCaretMenu{
	margin-left: 5px;
	font-size: 15px;
}


#logoCabecera{
	width: 114px;
	height: 60px;
	float: right;
	background: url("../img/barra.png");
	background-repeat: no-repeat;
	margin-top: -65px;
	margin-right: 15px;
}

/*/////////////////////////////////////////////////*/


/*Estilos para tablas*/

table{
	margin-top: 10px;
	width: 100% !important;
}

thead{
	background-color: #007bff;/* #7F4662;*/
	color: white;
}

table th{
	text-align: center;
	cursor: default;
	padding-top: 30px;
}

table tbody{
	/*background: rgba(193,145,179,0.1);*/
	background: white;
}

.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;
}

hr{
	margin-top: 30px;
	border-width: 10px;
}

.menuPrincipal{
	width: 100%;
	position: absolute;
	text-align: center;
	margin-top: 130px;
}


/*Bienvenida */

.bienvenida{
	padding-top: 150px;
}

#divContra{
	margin-top: 30px;
}


.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 ------------------------------------------------*/

.customModal.modal-dialog{
	width:90%;
}

.customModalXL.modal-dialog{
	width:100%;
}

/* 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) {
   #logo > h1{ 
		font-size: 25px;
		font-size: 2.5rem;
	}	
	
	.ItemPrincipal{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.tagItemMenu{
		font-size: 15px;
		font-size: 1.5rem;
	}

	.tagCaretMenu{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.menucito{
		font-size: 12px;
		font-size: 1.2rem;
	}

	table{
		width: 1000px !important;
	}
}

/* Para las opciones del menu lateral */
@media only screen and (max-width: 767px) {
   #logo > h1{ 
		font-size: 20px;
		font-size: 2.0rem;
	}	
	
	.tagItemMenu{
		font-size: 20px;
		font-size: 2.0rem;
	}

	.tagCaretMenu{
		font-size: 20px;
		font-size: 2.0rem;
	}
	
}

.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;
	margin-left: 10px !important;
	margin-right: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	color: #333;
}

.btn-tablas:hover{
	color: blue !important;
}

.btn-secondary.disabled, .btn-secondary:disabled{
	color: rgba(0,0,0, 0.5) !important;
}