
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

* { box-sizing:border-box; margin:0; padding:0; font-family: Roboto, Graphik; font-size: 14px;}

html, body{height: 100%; background-color:#f8f8f8; margin: 0;padding: 0;}

h1, h2, h3, h4 {color:#060046;}

h1{font-size:25px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}

h1 span {font-size:25px; color:#333;}
h2 span {font-size:18px; color:#333;}
h3 span {font-size:16px; color:#333;}
h4 span {font-size:14px; color:#333;}

label, input, table, select, textarea {font-size: 14px; }

label {	padding:2px;
	margin-top:2px;
	margin-right:5px;
	float:left;
    color:#000;
}

input, select {
	/*font-size:1em;*/
	padding:0px 5px;
	border:1px solid #777;
    color:#111;
    
	background-color:#fff;
	float:left;
	border-color: #c6c6c6;
	/*height:25px; line-height:25px; */
	height:24px; line-height:24px; 
}


input[type="radio"] {height:22px; xline-height:24px; background-color: transparent; margin: 0 3px 0 5px;}
input[type="checkbox"] {height:22px; background-color: transparent; margin: 0 5px 0 5px;}

textarea { 	background-color:#fff; /*font-size:1em;*/ padding:3px 5px; border:1px solid #777; color:#111; border-color: #c6c6c6;}

.barraMenu {
    height: 35px;
    background-color: gray;
    background-image: linear-gradient(#182174, #060046);
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
}

.flecha-down {padding-left:10px; padding-right:0px; float:right; }

.menu ul {
	background-color: transparent;
	background-image: linear-gradient(#182174, #060046);
	background-color: red;
	display: flex;
	list-style: none;
	
}

.menu ul ul {
	background-image: linear-gradient(#182174, #060046);
	display: none;
}

.menu a {
	display: block;
	padding: 9px 20px;
	color: #fff;
	text-decoration:none;
}

.menu a i {xcolor: #007ea4;}

.menu a:hover {
	/*background: rgba(0,0,0,0.3);*/
	background-color:#007ea4; 
	color:#000;
	
}



.menu a:hover span {
    color:#fff;
}

.menu a span {
	margin-left: 10px;
}

.menu ul li:hover ul {
	display:block;
	position: absolute;
}

/*.menu a.active:hover {background: blue;}*/

.menuBoton {display:none; cursor:pointer; background-color:#007ea4; padding:3px 6px; float:right;margin-top: 5px;margin-right: 10px; }
.bar1, .bar2, .bar3 {width:35px; height:3px; background-color:#fff; margin: 6px 0; transition: 0.4s;}
.change .bar1 {transform: rotate(-45deg) translate(-7px, 6px);}
.change .bar2 {opacity: 0;}
.change .bar3 {transform: rotate(45deg) translate(-7px, -6px);}

/* ---Fin Menu --*/

.barraTop {position:fixed; width:100%; z-index:100; top:0; background-color:#fff;}

.xxfila {overflow: auto;}
.xxfila_g {padding:10px 5px; overflow: auto;}

.logo {
	float:left; 
	margin-left: 15px;
	width: 324px;  height: 60px;
	background: url(../imagenes/vgc2.png) no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
	z-index:1;
}

.logo_g { 
	position: absolute;
	top: 0px;
	/*left:50px;*/
	left:50%;  margin-left:-216px;
	width: 432px; height: 80px;
	background: url(../imagenes/vgc2.png) no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
}

.logo_gI {float:left; margin:0px; 
	position: absolute;
	top: 0px;
	left:5px;
	background: url(http://master.venetocorp.com/imagenes/vgc2.png) no-repeat;
	background-size: 319px 110px;
	width: 319px;  height: 110px;
	cursor:pointer;
}


.infoUsuario, .infoUsuario2 {display:inline-block; padding: 10px 10px; float:right; margin-top: 0px;}
.infoUsuario2 {display: none; background-color:#000; width: 100%; margin-bottom: 10px; margin-top: 0px; float:left;}
.avatar {float: left; width:40px; height:40px; border-radius:50%; border: 1px solid #007ea4;}
.usuario, .usuarioB {float: left; color:#a8a8a8; padding:12px 12px; }
.usuarioB {color:#fff;}


/* Boton */

.boton1 {
	display:inline-block;
	background-color:#007ea4; 
	color:#fff; 
	border:none;
	font-weight: 400;
	/*border: 3px solid #1e51a4;*/
	border-radius: 4px;
	outline:none;
	float:left;
	padding:7px 12px 7px 12px;
	text-align:left;
	margin-right:10px;
	margin-bottom:0px;
	/*box-shadow: 0 2px #999;*/
	transition: background 0.2s linear;
	cursor: pointer;
	height: auto;
	line-height: normal;
	font-size: small;
	margin-top:0px;
}
.boton1:hover {background-color:#005a88; }
.boton1:active {box-shadow: 0 0px #666; transform: translateY(2px); }
.boton1 a i {font-size:1em; }
.boton1 a {color:#fff; text-decoration:none; }
.boton1:hover a:hover { color:#000; }
.boton1 img{float:left; margin:0px 5px 0px 0px; }
.boton1 p {float:left; margin:0; padding:0; }
.boton1 div{float:left; margin:0px 5px 0px 0px; width:16px; height:16px; }
.botonAct {background-color:#8f1d74;}
.botonAct:hover {background-color:#102a54;}
.boton1G{ text-transform:uppercase; letter-spacing:2px; padding:15px 25px 15px 25px;}
.boton1:disabled {background-color:#6c6c6c; }

.boton1borde1 {border:1px solid #c6c6c6; border-radius: 0px 4px 4px 0px;}



/* Paneles */

.principal { height: auto; min-height: 100%;}
.container { padding-top: 105px; padding-right:10px; padding-left: 10px; margin-right: auto;margin-top:0px;  height: auto; }
.panel {
	display:block; margin-bottom: 15px; margin-top:0px; overflow:auto; padding:8px 10px; 
	background-color:#efefef; border:1px solid #dddddd;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.08); -webkit-overflow-scrolling: touch;  
} 

.container2 { padding-top: 200px; }

.tituloPanel{ color:#222; background-color: #e7ba26; padding: 5px 10px; margin-bottom: 10px; }

.xxsubTitulo {background-color:#ccc; color:#66af22; font-weight:bold; padding:8px 5px; width:100%; overflow:hidden; margin-top:30px; margin-bottom:10px;}

.subTitulo {width:100%; overflow:hidden; margin-bottom:10px;color:#ffff; background-color: #007ea4; padding:5px 0px 5px 30px; margin-top:20px; }

.campoFicha{width:100%; overflow:hidden; margin-bottom:5px;}
.labelAncho {width:230px; text-align:left;}
.labelAncho2 {width:350px;}
.margenAbajo{margin-bottom: 10px;}

.campoFicha3 {width:100%; overflow:hidden; margin-bottom:5px;}
.labelAncho3 {width:200px; text-align:left; padding-left:30px;}
.campoFicha4 {width:100%; overflow:hidden; margin-bottom:5px;}
.labelAncho4 {width:280px; text-align:left; padding-left:30px;}

.fila {width:100%; overflow:hidden;}
.mb5 {margin-bottom:5px;}


.divleft { float:left; margin-right:20px; margin-bottom:5px;}
.divbotones {float:right; }

.pie { height:30px; clear:both; overflow: auto;}
.piepagina{ text-align:center; padding:8px; xbackground:#000; background-image: linear-gradient(#182174, #060046); height:30px; margin-top:-30px; float:left; width:100%; }
.piepagina p { color: #f3f3f3; font-weight:500; font-size:12px; /*letter-spacing: 1px;*/ }

.txtResaltado{color:#060046; font-weight:bold;}

/* Tablas */
.tdatos { border-collapse:collapse; width:100%; border:1px solid #ddd; background-color:#f4f7ff;/*ecf1fe;*/  color:333;}
.tdatos th { text-align:left; padding:4px; border:1px solid #ddd; background-color:#060046;  color:#fff; font-weight:bold; }
.tdatos td { text-align:left; padding:4px; border:1px solid #ddd; }
.tdatos tr:nth-child(even){ background-color: #e1e9ff;/*c4d3fa;*//*#cbdfff;*/ }
.tdatos tr:hover {background-color:#007ea4;/*8f1d74;*/ color:white;}

.tficha{ border-collapse: collapse; width: 100%;}
.tficha td {padding-top: 5px; padding-bottom: 5px;} 

.campo5 { width:80px;}
.campo10 { width:120px;}
.campo30 { width:290px;}
.campo40 { width:320px;}
.campo50 { width:450px;}

/* Ordenar tablas por columna */

.orden_col {cursor: pointer;}
.orden_col:hover {background-color: #102a54;}

.orden_col:hover:after { float:right; font-family: "FontAwesome"; content: "\f160"; }
.orden_col_des:after { float:right; font-family: "FontAwesome"; content: "\f160"; }
.orden_col_des:hover:after { float:right; font-family: "FontAwesome"; content: "\f161"; }
.orden_col_asd:after { float:right; font-family: "FontAwesome"; content: "\f161"; }

/* Capas */


.tbotones { width:100%; border-spacing: 2px;}
.tbotones td {padding:7px 12px 7px 12px; background-color:#060046; color: #fff; text-align: center; transition: background 0.2s linear;} 
.tbotones td:hover { background-color:#182174; }
.tbotones td:active {background-color:#333; }


.espera{
	display: none;
	position: fixed;
	top: 0%; left: 0%;
	width: 100%; height: 100%;
	background: url(../imagenes/esperar2.gif) center no-repeat;
	background-size: 150px 150px;
	background-color:#fff;
	z-index:1010;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	z-index:1100;
}


.capaoscura{
	display: none;
	position: fixed; 
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.30);
	z-index:1001;
}


.ventanEmergente {
	display:none; position:fixed; left:50%; top:50px;  width:450px;  margin-left:-225px;
	padding:0px;  z-index:1005; text-align:left; 
	height:auto; 
	/*max-height: calc(100vh - 100px);*/

	background-color:#dbdbdb;
	/*border:1px solid #333;*/
	box-shadow:3px 3px 5px 0px rgba(0,0,0,0.35);  
	/*background-color:#dedede; 
	border:1px solid #c1c1c1; 
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)*/
}

.tituloEmergente{display:inline-block; background-image: linear-gradient(#182174, #060046);   color:#fff; width:100%; text-align:left;  }
.tituloEmergente h3, .tituloEmergente h2 {color:#fff; padding:10px; }

.ventanEmergenteAncha_450 {width:450px; margin-left:-225px;}
.ventanEmergenteAncha_600 {width:600px; margin-left:-300px;}
.ventanEmergenteAncha_60 {width:60%; margin-left:-30%; }
.ventanEmergenteAncha_90 {width:90%; margin-left:-45%; }

.ventanEmergenteInterno {background-color:#dbdbdb; display:block; margin:0 auto; padding:10px; overflow:auto; max-height: calc(100vh - 180px) }
.bb { border-bottom:1px solid #cecece; }
.ventanEmergente p, .ventanEmergenteInterno p, .panel3 p {padding: 2px 5px; color:red; font-weight:bold; display:block; background-color:#efbebe; margin: 5px 0px; display:none;}

.botonEmergente {
	background: url(../imagenes/cerrar2.png) center no-repeat;
	height:16px; width:16px; position:absolute; opacity:0.9; filter: alpha(opacity=90); transition: all 0.1s linear; top:12px; right:10px;
}
.botonEmergente:hover {opacity:1.0; filter: alpha(opacity=100);}

.venEmerBot1 {display:inline-block; text-align:center; width:100%;}
.venEmerBot1b {padding:10px; background-color:#dbdbdb;}
.venEmerBot2 {margin:0 auto; display:inline-block; padding-top: 10px;}
.aviso {width:100%; height: 23px;  overflow:auto; padding: 3px 5px 3px 5px; color:red; font-weight:bold; text-align:center; overflow: hide; }
.avisoR {color:red; background-color:#efbebe; }


.estatus0, .estatus1, .estatus2, .estatus3, .estatus4 {white-space: nowrap; background:#3232d7; color:white; padding:2px 6px 2px 6px; margin:0;border-radius:10px; }
.estatus1{background:#3232d7;} /*Azul*/
.estatus2{background:#d73232;} /*Rojo*/
.estatus3{background:#45d732;} /*Verde*/
.estatus4{background:orange;} /*Anulado*/


.botonMas { background:  url(../imagenes/mas.png) center no-repeat;
    height:16px; width:16px; opacity:0.5; filter: alpha(opacity=50); transition: all 0.1s linear; 
    position:absolute;  right:20px;
}
.botonMas:hover {opacity:1.0; filter: alpha(opacity=100);}

.botonMenos { background:  url(../imagenes/menos.png) center no-repeat;
    height:16px; width:16px;
}
.botonMenos:hover {opacity:1.0; filter: alpha(opacity=100);}


/*---- Botones Presionados ---*/


.botonP {
	display:inline-block;
	color:#007ea4; 
	border: 2px solid #060046;
	border-radius: 0px;
	outline:none;
	float:left;
	padding:5px 10px 3px 10px;
	text-align:left;
	margin:0px;
	margin-right:0px;
	margin-bottom:5px;
	transition: background 0.2s linear;
	cursor: pointer;
}
.botonP:hover { color:#fff; background-color:#007ea4; /*1e51a4;*/ border: 2px solid #102a54;}

.switchB {display: inline-block; margin:0px; padding: 0px;}
.switchB input {display:none;}

input:checked + .botonP { color:#fff; background-color:#060046; border: 2px solid #060046;}


.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
/*---*/

/* Para la Impresion */
.salida {display:none;}
.mostrar {display:block;}
.linea {display: inline-block; width: 100%; }
.colum {float:left; padding: 5px; }


/*-----SW ---------*/
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: gray;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 90px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 90px;
}

input:checked + .slider {
	background-color: green;
}

input:focus + .slider {
	box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
	left: calc(100% - 3px);
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}

input:active + .slider:before {
	width: 22px;
}



/* Animacion Emergente */
.animate {
    -webkit-animation: animatezoom 0.5s;
    animation: animatezoom 0.5s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

@media (max-height: 768px) {
	/*.logo_g {background-size: 500px 172px; width: 500px;  height: 172px;  margin-left:-250px;}*/
	/*.logo_g { background-size: 314px 100px; width: 314px;  height: 100px;}*/
}




.parpadea {
	font-weight:bold;
	color:darkgreen;
	text-transform:uppercase;

	animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name:parpadeo;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes parpadeo {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}





@media (max-width: 768px) {


	h1{font-size:2em;}
	h2{font-size:1.5em;}
	h3{font-size:1.17em;}
	h4{font-size:1em;}

	label, input, table, select, textarea {font-size: medium; }

	input, select {font-size:1em; height:25px; line-height:25px; }

    
    .barraMenu { 
    	/*margin-top: -19px;*/
    	height: 15px; }
        
	.menu {
		position: absolute;
		top:60px;
		left:0;
		width: 100%;
		transform: translateX(-100%);
        /*display:none;*/
		transition: all 0.3s;
	}

	.menu ul {
		/*flex-direction: column;*/
		display: block;
		background: #333;

	}

	.menu ul li:hover ul {
		display: none;
		position: static;
	}

	.menu a span {
		position: absolute;
		right: 5px;
	}

        
	.menu ul ul {
		background: #000;
		overflow-x:auto;
		max-height: 300px;
		-webkit-overflow-scrolling: touch;
	}

	.menu ul ul a {
		padding: 15px 40px;
	}
    
    .logo {
    	margin-top: 5px;
    	margin-bottom: 5px;
		margin-left: 5px;
		width: 210px; height: 39px;
    }

	.xxfila_g {padding:10px 5px;}
	.logo_g {width: 270px;  height: 50px;  margin-left:-135px; top: 5px;}

    .menuBoton {display:inline-block;}
    
	.infoUsuario {display: none;}
	.infoUsuario2 {display:block;}    
    
	.container, .container2 { padding-top: 75px; padding-right: 3px; padding-left: 3px; margin-right: auto;margin-top: 0px; }
	.container2 { padding-top: 100px; }
	.divleft {width:100%; margin-bottom:5px;  }

	.labelAncho {width:300px;}
	.labelAncho2 {width:auto;}
	.labelAncho3 {width:100%; padding-left: 0px;}
	.labelAncho4 {width:100%; padding-left: 0px;}

	.campo10, .campo30, .campo40, .campo50 { width:100%;}

	.xxxventanEmergente {width:320px; margin-left: -160px; top: 40px; /*max-height: calc(100vh - 1px);*/ }
	.ventanEmergente {width:100%; margin-left: -50%; top: 0px; bottom: 0px; /*max-height: calc(100vh - 1px);*/ }


	.xxventanEmergenteAncha_450 {width:320px; margin-left:-160px;}
	.xxventanEmergenteAncha_600 {width:98%; margin-left:-49%;}
	.xxventanEmergenteAncha_60 {width:320px; margin-left:-160px; }
	.xxventanEmergenteAncha_90 {width:98%; margin-left:-49%; }

	.ventanEmergenteAncha_450 {width:100%; margin-left:-50%;}
	.ventanEmergenteAncha_600 {width:100%; margin-left:-50%;}
	.ventanEmergenteAncha_60 {width:100%; margin-left:-50%; }
	.ventanEmergenteAncha_90 {width:100%; margin-left:-50%; }


	.ventanEmergenteInterno { max-height: calc(100vh - 48px);  } 

    .botonMas { display: none; }

    .subTitulo { padding-left: 0px; }
}
