/* 
	Modal
	Form
	Textos
	Caja
	Listados

*/


/* PAGINA */
.gcPagina {
	display: table;
    margin: 30px auto;
	width: 1100px;
}

.gcPaginaContenido {
	min-width: 1100px;
    margin-top: 10px;
    display: table;
    padding: 12px;
}

.gcPaginaContenido.borde {
	border: 1px solid #cccccc;
}


/* MODAL */

.gcModalCabezal {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
	background-color: #6f859a;
	color: white;
	padding-left: 15px;
}

.gcModalCabezal2 {
	border-bottom: 1px solid #d8d8d8;
	background-color: #aaaaaa;
	color: white;
	padding-left: 5px;
	border-radius: 3px;
}

.gcModalFila {
    display: table;
    width: 100%;
}

.gcModalFila.raya{
	border-bottom: 1px dotted grey;
}

.gcClose{
	float: right;
	color: white;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
	font-size: 20px;
}

.gcClose2{
	color: white;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
	font-size: 20px;
}

.gcAdd {
	color: white;
    cursor: pointer;
	border-radius: 2px;
	border: 1px solid #797D7F;
	font-size: 10px;
    background-color: #797D7F;
	margin: 3px 2px 0px 0px;
}

.gcModalMensaje {
    background-color: beige;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: cadetblue;
	cursor: pointer;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */




/* FORM           ///////////////////////////////////////////////////////////////////////////////////////////// */

.gcDatafield { 
    /*padding-left: 2px; */
    border: solid 1px #CCC; 
    background: #FFF; 
    border-radius: 4px;
    color: #666;
	width: 100%;
}

.gcDatafield * { 
    display: inline-block;
}

.gcDatafield input { 
    width: 100%; 
    border: none; 
    background: none;
    padding-left: 3px;
    padding-right: 5px;
    margin-right: 3px;
}

.gcDatafield input:focus { outline:none; }

.gcDatafield select { 
    width: 100%; 
    border: none; 
    background: none;
    padding-left: 3px;
    padding-right: 3px;
	height: 32px;
}

.gcDatafield textarea { 
    width: 100%; 
    border: none; 
    background: none;
    padding-left: 3px;
    padding-right: 3px;
	height: 100%;
	resize: none;
}

.gcLinea{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2679b5;
}

.gcSubtit{
	margin-top: 10px;
	font-size: 14px;
	color: #2679b5;
}

.gcEtiqueta{
	font-size: 12px;
}

.gcEtiquetaObligatoria{
	font-size: 12px;
	font-weight: bold;
	color: crimson;
}

.gcEtiquetaSugerida{
	font-size: 12px;
	font-weight: bold;
	color: lightseagreen;
}

.gcFecha {
	float: left; 
	margin: 10px 20px 10px 0px;
}

.gcHora{
	width: 80px;
	margin: 25px 20px 10px 0px;
}

.gcInput{
	width: auto; 
	float: left; 
	margin: 10px 20px 10px 0px;
}

.gcCheck{
	width: auto; 
	float: left; 
	margin: 10px 20px 10px 0px;
}

.gcRadio{
	width: auto; 
	float: left; 
	margin: 10px 20px 10px 0px;
}

.gcBusqueda{
	width: 160px; 
	float: left; 
	margin: 10px 20px 10px 0px;
}

.gcCombo{
	width: auto; 
	float: left; 
	margin: 10px 20px 10px 0px;
}

.gcTextArea{
	width: 100%; 
	float: left; 
	margin: 10px 20px 10px 0px;
}

.gcEstructura{
	width: 80px;
	height: 100px;
	text-align: center;
	float: left;
	margin: 0px 20px 0px 20px;
	cursor: pointer;
}

.gcDTitulo{
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}


.gcIcono{
	float: left;
	width: 80px;
	height: 64px;
}
.gcIconoPadre{
	text-align: center;
	height: 64px;
	margin-top: 10px;
}

.gcAgregar{
	float: right;
	text-align: center;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
	cursor: pointer;
}

.gcDatos{
	width: auto;
	float: left;
	margin: 10px 20px 10px 0px;
}


.gcDatosEtiqueta{
	width: auto;
	float: left;
	color: #003074;
	font-size: 14px;
}

.gcDatosEtiqueta.roja{
	color: #9a0000;
}

.gcDatosEtiqueta.gris{
	color: #414141;
}
.gcDatosEtiqueta.blanco{
	color: white;
}
.gcDatosTexto.blanco{
	color: white;
}
.gcDatosTexto{
	width: auto;
	float: left;
	margin-left: 5px;
	color: #000;
	font-size: 14px;
}

.gcCheck{
	font-size: 12px;
	float: left;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
}


.gcABM{
	display:		table; 
	background: 	#fff; 
	border: 		1px solid #999; 
	border-radius: 	6px; 
	box-shadow: 	0 3px 9px rgb(0 0 0 / 50%);
}

.gcAbmCabezal{
	border-bottom: 	1px solid lightgray; 
	margin-bottom: 	15px; 
	padding:		10px 15px 0; 
	background:		lavender;
	display:		table;
	width:			100%;
}

.gcAbmCuerpo{
	padding:		0 15px;
}

.gcAbmPie{
	display:		table;
	width:			100%;
	padding:		10px 0;
}



/* //////////////////////////////////////////////////
/* gcLayout */

.gcLayout{
	width: 100%; 
	display: table;
}

.gcLayoutMenu{
	width: 100px; 
	display: table-cell; 
	text-align: center; 
	vertical-align: top; 
	cursor: pointer;
}

.gcLayoutMenuItem{
	margin: 10px auto; 
	padding: 10px
}

.gcLayoutMenuItem.on{
	background-color: lightgrey;
}

.gcLayoutContenido{
	display: table-cell; 
	min-height: 300px; 
	border-left: 1px dotted #CCC;
}

.gcLayoutTitulo{
	font-size: 24px;
    text-align: center;
    padding: 20px;
    display: table;
    margin: 10px auto;
    border-radius: 8px;
    font-weight: bold;
    color: white;
}

/* gcColor */

.gcColor {
	display: block;
	margin-left: 1rem;
}

.gcColor ul {
	padding: 0.5rem;
	border: 1px solid #ccc;
	max-width: 18rem;
	display: flex;
	align-items: center;
	padding-bottom: 0.2rem;
	border-top: 0px;
	margin-left: 0;
}
.gcColor ul li {
	list-style: none;
	margin-right: 0.5rem;
}
.gcColor ul li i {
	margin: 0;
	cursor: pointer;
}
.gcColor .gcColor--input {
	padding: 0.5rem;
	border: 1px solid #ccc;
	max-width: 18rem;
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}
.gcColor .gcColor--input input {
	border: 0px;
}




/* Textos */

.label-formulario {
    font-size: 12px;
    margin:0;
    color: #1e1e1e;
}

.gcTitulo{
	font-size: 18px;
}

.gcTitulo.azul{
		color: #0000b3;
}

.gcSubtitulo{
	font-size: 12px;
	color: #1b651f;
	
}

.gcTexto{
	font-size: 12px;
	color: #1e1e1e;
	font-style: bold;
}
.gcTextoNuevo{
	font-size: 12px;
	line-height: 12px;
	color: #1e1e1e;
	opacity: 0.8;
}

.inputarchivo {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputarchivo + label {
    font-size: 1.25em;
    font-weight: 400;
    color: white;
    display: inline-block;
	cursor: pointer;
	padding: 0.625rem 1.25rem;
	border-radius: 5px;
	width: 100%;
}


.gcEstructuraPadre {
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0px 20px 0px 20px;
	border-right: 2px dotted gray;
	float: left;
	cursor: pointer;
}
.Hijo {
	margin-top: 10px;	
}

.gcNuevoIcono{
	float: left;
	width: 80px;
	height: 64px;
	text-align: center;
	border-radius: 4px;
	color: rgba(219,219,234,0.94);
	opacity: 0.5;
	margin-top: 10px;
}

.gcFila{
	width: 100%;
	height: auto;
}

.gcTableSelect{
    
}
.gcTableSelect>tfoot>tr>td {
    padding: 2px;
    line-height: 1.02;
    vertical-align: top;
    border-top: 1px solid #ddd
}

/*BOX*/

.gcBox1{
	width: 65%;
	margin-top: 10px;
	float: left;
}

.gcBox2{
	width: 35%;
	float: left;
}


/* GC CAJA */

.gcCaja {
	border:1px solid lightgray; 
	width:100px; 
	float:left; 
	margin:15px 20px 0 0; 
	height:60px; 
	cursor:pointer
}

.gcCaja:hover {
	background-color: #CCCCCC;
}

.gcCajaCab {
	width:100%; 
	height:26px; 
	border-radius:2px;
	background-color: #BDC3C7;
}

.gcCajaBody{
	width:100%;
	height:70px;
	overflow-y: scroll;
}


/* LISTADOS         ///////////////////////////////////////////////////////////////////////////////////////// */

.gcListado{
	margin: 0px auto; 
	padding: 15px;
	display: table;
}

.gcListadoPaginado{
	width: 100%;
	margin: 0px auto; 
	padding: 15px;
	display: table;
}

.gcListadoCabezal{
	height: auto;
	width: 100%;
	display: table;
}

/* gcPestañas */
.gcListadoPestanas{
	display: table;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid lightgrey;
	font-size: 18px;
	cursor: pointer;
}

.gcPestana{
	float: left;
	border: 1px solid lightgrey;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 10px 0 0;
	padding: 10px 20px;
}

.gcPestana.on{
	color: white;
	background-color: cadetblue;
}

.gcPestanaEsquema{
	float: left;
    border: 1px solid lightgrey;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0px 2px 0 0;
    padding: 7px;
}

.gcPestanaEsquema.on{
	color: white;
	background-color: steelblue;
}


.gcListadoBusqueda{
	width: 160px;
	margin: 10px 0;
}

.gcListadoTabla{
	width: 100%;
	height: auto;
	display: table;
}

.gcListadoPie{
	font-size:12px;
}

.gcLisCab1{
    color: #FFF;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px;
	background-color: #307ecc;
}

.gcLisCab1.tac{
	text-align: center;
}

.gcLisCab1.tar{
	text-align: right;
}

.gcLisCab1.tal{
	text-align: left;
}

/* gcPaginador */
.gcPaginador{
	width: 100%;
	padding-top: 10px;
	border-top: solid 1px #CCC;
}

.gcPagBoton{
	width: 30px;
	height: 25px;
	display: table-cell;
	border: 1px dotted #CCC;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}
.gcPagBoton:hover{
	background-color: #CCC;
}

.gcPagNum{
	width: 30px;
	height: 25px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}



/* Reportes         ///////////////////////////////////////////////////////////////////////////////////////// */

.gcReporteVista{
	border: 1px dotted grey; 
	padding: 0 15px; 
	margin-top: 15px; 
	display: table; 
	width: 100%; 
	min-height: 400px;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.esconderTexto{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}