:root {

   --color_vivo01:#52a9ad;
    --color_seleccion_hover_empresa:#FFF; 
     --color_icono_campo: #5582aa;
     color:#4a8ab5
     
  /*   
   --color_seleccion_empresa:#3499ba;
    --color_seleccion_hover_empresa:#FFFFFF;
    --color_icono_campo:#6497b5;*/
}
#listado_tickets{
	height: 72vh!important;
}
.icono_mover{
	float: right;
	font-size: 1em;
	color:white;
	cursor: pointer;
	margin:0px 0px 0px 7px;
}
.ajax-stuff{
	width:100%;
	padding:10px;
	background-color: white;
	height: 46vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.ajax-stuff img{
	width: 99%;
}

.titulo_noticia{
	font-size:1.2em;
	font-weight: bold;
	
}
.descripcion_noticia{
	font-size:1.1em;
	border-bottom: 1px solid rgb(40, 71, 143);
	margin-bottom: 10px;
	padding-bottom:5px;
	width: 49%;
	display: inline-block;

}
.imagen_noticia{
	width:50%;
	padding:0px 10px 0px 0px;
	display: inline-block;
}

.titulo_aplicacion{
	color:white;
vertical-align: middle;
font-size: 1em;
}
.cssload-box-loading {
	width: 49px;
	height: 49px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.cssload-box-loading:before {
	content: '';
	width: 49px;
	height: 5px;
	background: rgba(0,0,0,0.95);
	opacity: 0.1;
	position: absolute;
	top: 58px;
	left: 0;
	border-radius: 50%;
	animation: shadow 0.5s linear infinite;
		-o-animation: shadow 0.5s linear infinite;
		-ms-animation: shadow 0.5s linear infinite;
		-webkit-animation: shadow 0.5s linear infinite;
		-moz-animation: shadow 0.5s linear infinite;
}
.cssload-box-loading:after {
	content: '';
	width: 49px;
	height: 49px;
	background: rgb(61,180,196);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	animation: cssload-animate 0.5s linear infinite;
		-o-animation: cssload-animate 0.5s linear infinite;
		-ms-animation: cssload-animate 0.5s linear infinite;
		-webkit-animation: cssload-animate 0.5s linear infinite;
		-moz-animation: cssload-animate 0.5s linear infinite;
}



@keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}

@-o-keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-o-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		-o-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-o-transform: translateY(0) rotate(90deg);
	}
}

@-ms-keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-ms-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		-ms-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-ms-transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(90deg);
	}
}

@-moz-keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-moz-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		-moz-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-moz-transform: translateY(0) rotate(90deg);
	}
}

@keyframes shadow {
	0%,
	100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}

@-o-keyframes shadow {
	0%,
	100% {
		-o-transform: scale(1, 1);
	}
	50% {
		-o-transform: scale(1.2, 1);
	}
}

@-ms-keyframes shadow {
	0%,
	100% {
		-ms-transform: scale(1, 1);
	}
	50% {
		-ms-transform: scale(1.2, 1);
	}
}

@-webkit-keyframes shadow {
	0%,
	100% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.2, 1);
	}
}

@-moz-keyframes shadow {
	0%,
	100% {
		-moz-transform: scale(1, 1);
	}
	50% {
		-moz-transform: scale(1.2, 1);
	}
}
.texto_naranja_ruta{
	color:var(--color_vivo01);
}

.pie{
    width: 100%;
    text-align: center;
    bottom: 15px;
    position: absolute;
}

.creditos{
	color:#FFFFFF;
}
body{
	background-image: url(../img/fondo_lphd.jpg);
    background-attachment: fixed;
    background-size: cover;
	font-family: 'Dosis', sans-serif;
	background-repeat: no-repeat;
}

.badge-success {
  background-color: #468847;
}

.badge-warning {
  background-color:#e68e1a;
}

.abierto{
	color:#fffef4;
	background-color: #6f6f64;
	padding: 5px;
	margin:4px;
	font-size: 0.78em;
	display: inline-block;
}
.resuelto{
	background: #468847;
	color:#fefaf1;
	font-size: 0.7em;
	padding: 5px;
	margin:4px;
	display: inline-block;
	
}
.pendiente{
	background: #f89406;
	color:#fff9f0;
	padding: 5px;
	margin:4px;
	font-size: 0.7em;
	display: inline-block;
}
/*/////////// Formularios /////////////////////////////////*/
.formularios_formato01{
	padding: 15px 15px 25px 15px;
	/*background-color: #3f3d3e; 
	background-image: url(../img/pielOxford.png);anterior ruta */
	font-family: 'Dosis', sans-serif;
	
	font-size: 14px;


-webkit-box-shadow: 1px 13px 17px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 13px 17px -4px rgba(0,0,0,0.75);
box-shadow: 1px 13px 17px -4px rgba(0,0,0,0.75);
	
}

.formularios_formato01 select{
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	padding: 7px 7px 7px 28px;
	background-color:#dbdbdb
}

.formularios_formato01 textarea{
	padding:7px 7px 7px 28px;
	background-color:#dbdbdb;
	
}
.titulo_formularios{
	font-family: 'Dosis', sans-serif;
	/*color:#f97406;*/
	/*color:#f5a57e; naranja ruta */
	font-size: 21px;
	padding: 10px;
	color:#fcfcfc;
	
	
}

.titulo_formularios2{
	font-family: 'Dosis', sans-serif;
	/*color:#f5a57e; naranja ruta */
	color:#c2a53d;
	font-size: 18px;
	padding: 10px;
	
	
}

.icono_titulo_formularios{
	font-size: 30px!important;
	padding: 10px;
	color:#f97406;
}
.formato_icono_campo {
    color: var(--color_vivo01);
    font-size: 18px;
    position: absolute;
    margin: 5px 0px 0px 10px;
}
.fa-asterisk {
    color: #cc0000;
}

.glyphicon-remove {
    color:#c10000;
}
.glyphicon-ok {
    color: #28e61a;
}

.leyenda_accion_icono_carga_envio{
	color:#efefef;
	font-weight: bold;
	font-size: 15px;
}
.recuadro_icono_accion{
	width: 90px;
	padding: 10px;
	background-color: #555155;
	margin: auto;
	text-align: center;
	 border-radius: 15px;
}
.mosaico_incidente{
	height:140px;
	font-family: 'Dosis', sans-serif;
	width: 80%;
	padding: 20px;
	margin:auto;
	font-size: 22px;
	color:white;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	cursor: pointer;
background: url('../img/textIncidente.png');
-webkit-box-shadow: inset 0px -48px 69px -40px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -48px 69px -40px rgba(0,0,0,0.75);
box-shadow: inset 0px -48px 69px -40px rgba(0,0,0,0.75);
	
}

.mosaico_problema{
	height: 140px;
	font-family: 'Dosis', sans-serif;
	width: 80%;
	padding: 20px;
	margin:auto;
	font-size: 22px;
	color:white;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	cursor: pointer;
	background: url('../img/textProblema.png');
	-webkit-box-shadow: inset 0px -48px 69px -40px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -48px 69px -40px rgba(0,0,0,0.75);
box-shadow: inset 0px -48px 69px -40px rgba(0,0,0,0.75);
	
}


.mosaico_problema:hover{
	background: #ea9948;
}
.mosaico_incidente:hover{
background: #ea9948;
}

.descripcion_en_mosaico{
	font-size: 14px;
	font-weight: normal;
}

.fondo_barra_titulo01{
	/*background: url('../img/text01.png');*/
	-webkit-box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);
box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);
border-bottom: solid 1px white;

}


/*///////// fin formularios ///////////////////////////*/


/*///////////// UI plantilla ////////////////////////////*/
.m01{
	height: 150px;
	padding: 20px;
	font-size: 1.5em;
	color:var(--color_vivo01);
	background-color:white;
	width: 100%;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);

background-image: url('../img/ticket_soporte.png');
background-size:50% 77%;
background-repeat: no-repeat;
background-position: 85% 41%;

	
	
}

.m02{
	height: 150px;
	padding: 20px;
	font-size: 1.5em;
	color:var(--color_vivo01);
	background-color: white;
	width: 100%;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);


background-image: url('../img/icono_nueva_encuesta.png');
background-size:30% 77%;
background-repeat: no-repeat;
background-position: 85% 41%;
}

.m03{
	height: 150px;
	padding: 20px;
	font-size: 1.5em;
	color:var(--color_vivo01);
	background-color:white;
	width: 100%;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);

background-image: url('../img/usuarios.png');
background-size:50% 77%;
background-repeat: no-repeat;
background-position: 85% 41%;

}


.m04{
	height: 150px;
	padding: 20px;
	font-size: 1.5em;
	color:var(--color_vivo01);
	background-color:white;
	width: 100%;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);

background-image: url('../img/inventario_trans.png');
background-size:50% 60%;
background-repeat: no-repeat;
background-position: 85% 41%;
}

.m05{
	height: 150px;
	padding: 20px;
	font-size: 1.5em;
	color:var(--color_vivo01);
	background-color:white;
	width: 100%;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);

background-image: url('../img/clientes.png');
background-size:50% 60%;
background-repeat: no-repeat;
background-position: 85% 41%;


}

.m06{
	height: 150px;
	padding: 20px;
	font-size: 1.5em;
	color:var(--color_vivo01);
	background-color:white;
	width: 100%;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);

background-image: url('../img/proveedores.png');
background-size:50% 60%;
background-repeat: no-repeat;
background-position: 85% 41%;

}

.m07{
	height: 150px;
	padding: 20px;
	font-size: 1.5em;
	color:var(--color_vivo01);
	background-color:white;
	width: 100%;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);

background-image: url('../img/base_de_conocimientos.png');
background-size:45% 78%;
background-repeat: no-repeat;
background-position: 85% 41%;

}

.m08{
	height: 150px;
	padding: 20px;
	font-size: 1.5em;
	color:var(--color_vivo01);
	background-color:white;
	width: 100%;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);
box-shadow: 0px 31px 28px -19px rgba(0,0,0,0.75);

background-image: url('../img/cgbi.png');
background-size:50% 80%;
background-repeat: no-repeat;
background-position: 85% 41%;

}


.m01:hover{
	background-color: var(--color_vivo01);
	color:white;
	cursor: pointer;
	height: 145px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	transition: all 0.3s;
}
.m02:hover{
	background-color: var(--color_vivo01);
	color:white;
	cursor: pointer;
	height: 145px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	transition: all 0.3s;
}
.m03:hover{
	background-color: var(--color_vivo01);
	color:white;
	cursor: pointer;
	height: 145px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	transition: all 0.3s;
}
.m04:hover{
	background-color: var(--color_vivo01);
	color:white;
	cursor: pointer;
	height: 145px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
transition: all 0.3s;
}
.m05:hover{
	background-color: var(--color_vivo01);
	color:white;
	cursor: pointer;
	height: 145px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
transition: all 0.3s;
}
.m06:hover{
	background-color: var(--color_vivo01);
	color:white;
	cursor: pointer;
	height: 145px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
transition: all 0.3s;
}
.m07:hover{
	background-color: var(--color_vivo01);
	color:white;
	cursor: pointer;
	height: 145px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
transition: all 0.3s;
}
.m08:hover{
	background-color: var(--color_vivo01);
	color:white;
	cursor: pointer;
	height: 145px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
transition: all 0.3s;
}
/*/////////// Fin UI plantilla ///////////////////////7*/



span a[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #333;
 
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}




/*/////// Listas ///////////////////////////////////////////*/
.texto_completo{
	background:#e1e1e1;
	color:#30382e;
	padding: 3px 7px 7px 7px;
	border:#422017 solid 2px; 
	background: url('../img/hoja_cuaderno_raya.png');
}
.fila_titulos_listas{
	text-align: center;
		background: url('../img/text01.png');
	-webkit-box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);
box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);
padding:5px 0px 5px 0px;
color:var(--color_vivo01);
font-size: 1.1em;
}

.ticket_dependiente_de_proveedor{
	font-size: 1.3em;
	padding: 5px 0px 10px 0px;
}
.ticket_dependiente_de_proveedor:hover{
	color:white;
	/*background-color:#264f7b!important;*/
	
}
.cargando_lista{
	text-align:center;  width:100px; height:100px; margin: auto; margin-top:20px; margin-bottom:20px; background-color:#444040; color:#e9e9e9; padding: 7px 7px 14px 7px; border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 0px solid #000000;
	}
.fila_columnas_lista{
	
	font-size: 1.3em;
	padding: 5px 0px 10px 0px;
}
.fila_columnas_lista:nth-child(even){
	background-color: #f7f5ee;
}
.fila_columnas_lista:hover{
	color:white;
	background-color:#1eabde;
	-webkit-box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);
box-shadow: inset 0px -48px 48px -26px rgba(0,0,0,0.75);

	/*
	background-color:var(--color_vivo01);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;*/
}
.flechas{
	display: none;
}

/*////////// Fin listas /////////////////////////////*/

.barra_menu_horizontal{
	background-color:#252123;
	padding:0px 5px 5px 5px;
}

.valor_dato{
	font-family: verdana;
	color:#5b5b5b;
	text-align: right;
	font-size: 12px;
	padding: 4px 3px 4px 3px;
	
}

.fila_reporte_estadistica{
	color:#444642;
	margin: 5px;
}
.fila_reporte_estadistica:hover{
	background-color:#e7e3cf;
	font-weight: bold;
	
}
.nombre_dato2{
	background-color:#272514;
	color:#f3f3f3;
	text-align: center;
	font-weight: bold;
	padding: 7px;
}
.seccion_estadisticas{
	background-color: #f5f5f5;
	color:#484746;
	padding:3px 10px 3px 10px;
	text-align: center;
	border-radius: 17px 17px 0px 0px;
-moz-border-radius: 17px 17px 0px 0px;
-webkit-border-radius: 17px 17px 0px 0px;
border: 0px solid #000000;

	font-size:1.1em;
	font-weight:bold;
	margin-top:5px;
}

.nombre_dato{
	font-size:1.1em;
	padding:4px 0px 4px 4px;
	font-weight:bold;
}
.resueltos{
	background-color: #458824;
	min-width:12px;
}
.pendientes{
	background-color: #f89406;
	min-width:12px;
}
.abiertos{
	background-color: #777;
	min-width:12px;
}
.tab1{
	padding-left:30px;
}