
/* 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%;
}

.gcModalFila2{
	display: table;
	width: 98%;
}
.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;
}


/* MENU    */
.gcFilaMenuSel {
    background-color: #307ecc;
    color: #FFFFFF;
}

.gcFilaMenu {
    cursor: pointer;
    color: #000000;
}


/* FORM Items */

.gcBusqueda{
	width: 160px; 
	float: left; 
	margin: 10px 20px 10px 0px;
}


.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;
    margin-right: 3px;	
	font-size: 14px;
    padding: 5px 4px 6px;
}

.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;
}

.gcEtiqueta{
	font-size: 12px;
}

.gcFecha {
	width: 140px;
	float: left; 
	margin: 10px 20px 10px 0px;
}

.gcHora{
	width: 80px;
	margin: 10px 20px 10px 0px;
	float: left; 
}

.gcInput{
	width: auto; 
	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;
}

.gcLayout{
	width: 100%; 
	display: table;
}

.gcLayoutSector{
	width: 50%; 
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
}

//* 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: 16px;
	color: #1e1e1e;
	font-style: bold;
}
.gcTextoNuevo{
	font-size: 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: 100px;
}

.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;
}

/*CHECKBOX*/
.checkbox {
	width: 20px;	
	margin: 20px auto;
	position: relative;
}

.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.checkbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.checkbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/* GC CAJA */

.gcCaja {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	background-color: #F2F3F4;
    border-radius: 2px;
	border: 1px solid #bfbfbf;
}

.gcCajaCabezal {
	width:100%; 
	height:26px; 
	border-radius:2px;
	background-color: #BDC3C7;
	display: table;
}

.gcCajaCabezalIcono{
	display: table-cell;
    cursor: pointer;
    width: 32px;
}

.gcCajaCabezalTitulo{
	display: table-cell;
    font-size: 15px;
    color: #424949;
    vertical-align: middle;
    font-weight: 800;
}

.gcCajaCabezalAdd{
	display: table-cell;
    width: 26px;
    height: px;
}

.gcCajaBody{
	width: 100%;
	max-height: 70px;
	overflow-y: scroll;
}

.gcCajaFila{
	width: 100%;
    height: 22px;
    background-color: #ffffff;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
	display: table;
}

.gcCajaFilaIcono{
	float: left;
	font-size: 11px;
	padding: 2px;
	width: 15px
}

.gcCajaFilaFecha{
	float: left;
	font-size: 11px;
	text-align: left;
	width: 55px;
	padding: 2px;
}

.gcCajaFilaTexto{
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	padding: 2px;
}

.gcCajaFilaNumero{
    float: right;
	font-size: 11px;
	text-align: right;
	padding: 2px;
}



.CajaInfoNumero{
    float: right;
	font-size: 11px;
	text-align: right;
	padding: 2px;
}

.CajaInfoFecha{
    float: left;
	font-size: 11px;
	text-align: left;
	width: 55px;
	padding: 2px;
}

.CajaInfoNumero2{
    float: left;
	font-size: 11px;
	padding: 2px;
}

.CajaInfoTexto{
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	padding: 2px;
}



.gcCajaTexto{
	width: 98%;
    height: 22px;
    background-color: #ffffff;
    margin: 1px 0px .5px 3px;
    border-radius: 2px;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
}

.gcCajaMovimiento{
	width: 100%;
	height: 233px;
	overflow-y: scroll;
	background-color: #F2F3F4;
}


/* LISTADO */
.gcListado{
	margin: 0px auto; 
	padding: 15px;
	display: table;
}

.gcListadoPaginado{
	width: 100%;
	margin: 0px auto; 
	padding: 15px;
	display: table;
}

.gcListadoBusqueda{
	width: 160px;
	margin: 10px 0;
}

.gcListadoTabla{
	height: auto;
}

.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;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.esconderTexto{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 0;
}