/*
 * Components CSS - v3.1 - 2016-04-15
 * https://www.myresponsee.com
 * Copyright 2016, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/
/* Tabs */
.tab-item {
  background: none repeat scroll 0 0 #fff;
  display: none;
  padding: 1.25em 0;
}
.tab-item.tab-active {
  display: block;
}
.tab-content > .tab-label {
  display: none;
}
.tab-nav > .tab-label {
  float:left;
}
a.tab-label, a.tab-label:link, a.tab-label:visited, a.tab-label:hover {
  background: none repeat scroll 0 0 #262626;
  color: #fff;
  margin-right: 1px;
  padding: 0.625em 1.25em;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
a.tab-label:hover,a.tab-label.active-btn {
  background: none repeat scroll 0 0 #999;
}
.tab-label.active-btn {
  cursor: default;
}
.tab-content {
  text-align: left;
}
/* Buttons */


@media screen and (max-width:768px) {    
  .tab-nav > .tab-label {
    margin: 0.5px 0;
    width: 100%;
  }
}
button{
	border: none;
	font-size: 14px;
}
/* Custom forms */
form.customform input, form.customform select, form.customform textarea, form.customform button {
 font-size:0.9em;
 font-family:inherit;
 margin-bottom:1.25em;
} 
form.customform input, form.customform select {height: 2.7em;}
form.customform input, form.customform textarea, form.customform select { 
 background: none repeat scroll 0 0 #F5F5F5;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {background: none repeat scroll 0 0 #fff;}
form.customform input, form.customform textarea, form.customform select {
 background: none repeat scroll 0 0 #F5F5F5;
 border: 1px solid #E0E0E0;
 padding: 0.625em;
 width: 100%;
}
form.customform input[type="file"] {
 border: 1px solid #E0E0E0;
 height: auto;
 max-height: 2.7em;
 min-height: 2.7em;
 padding: 0.4em;
 width: 100%;
}
form.customform input[type="radio"], form.customform input[type="checkbox"] {
 margin-right: 0.625em;
 width:auto;
 padding:0;
 height:auto;
}
form.customform option {padding: 0.625em;}
form.customform select[multiple="multiple"] {height: auto;}
form.customform button {
 width: 100%;
 background: none repeat scroll 0 0 #444;
 border: 0 none;
 color: #fff;
 height: 2.7em;
 padding: 0.625em;
 cursor:pointer;
 width: 100%;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}	
form.customform button:hover {background: none repeat scroll 0 0 #666;}

.gradient {
  color: #999;
  text-shadow: 1px 1px 1px rgba(27, 27, 27, 0.19);
  transition: all 0.1s ease-in-out 0s;
}
.gradient:hover, .gradient .current {
  color: #eee;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.25);
}

.textos{
	max-width: 100px;
	border: 1px groove #808080; 
    outline:0; 
    color:#2c3945;
}
.fecha{
	max-width: 130px;
	border: 1px groove #808080; 
    outline:0; 
    color:#2c3945;
    text-align: center;
}
.textosTodo{
	width: 100%;
	border: 1px groove #808080; 
    outline:0; 
    color:#2c3945;   
    height: 25px; 
    min-width: 90px;
}

.textosLargos{    
    max-width: 300px;
	border: 1px groove #808080; 
    outline:0; 
    color:#2c3945;
}
.highlight { 
	background-color: #b0d5f9; 
}
.textos:focus {   
    outline:1px solid #4488cc;
}
.fecha:focus {  
    outline:1px solid #4488cc;
} 
.textosTodo:focus {  
    outline:1px solid #4488cc;
} 
.textosLargos:focus {  
    outline:1px solid #4488cc;
} 

/*PESTAÑAS*/
.tabs { /* es el rectángulo contenedor */
height: auto;
min-height: 450px;
position: relative;
width: 100%;
}
.tabs-sinContent {
position: relative;
width: 100%;
}

.tab { /* cada una de las pestañas */
	float: left;	
}
.tres{
	width: 33.3333%;
}
.tab label { /* la parte superior con el título de la pestaña */
background-color: #ffffff;/*#e5e5e5;*/
border-radius: 5px 5px 0 0;
/*box-shadow: -3px 3px 2px #678 inset;*/
color: #004080;
cursor: pointer;
left: 0;
margin-right: 1px;
padding: 5px 15px;
height:30px;
position: relative;
border-style: solid;
border-width: 1px;
border-color: #265E8D;
display:block;
}
/* el control input sólo lo necesitamos para que las pestañas permanezcan abiertas así que lo ocultamos */
.oculto  { display: none; }

/* el contenido de las pestañas */
.content {
background-color: #ffffff;
bottom: 0;
left: 0;
overflow: hidden;
overflow-y:auto;
padding: 10px;
position: absolute;
right: 0;
top: 25px;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #DEDEE0;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #DEDEE0;
}

/* y un poco de animación */
.content > * {
opacity: 0;

-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-o-transform: translateX(-100%);

-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}

/* controlamos la pestaña activa */
[type="radio"]:checked ~ label {
background-color: #265E8D;
/*box-shadow: 0 3px 2px #89A inset;*/
color: #FFF;
z-index: 2;

}
[type=radio]:checked ~ label ~ .content { z-index: 1; }
[type=radio]:checked ~ label ~ .content  > * {
opacity: 1;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
}



/*para el otro lado*/



.tabsR { /* es el rectángulo contenedor */
margin: 0 auto;
min-height: 150px;
position: relative;
}
.tabR { /* cada una de las pestañas */
float: right;
}

.tabR label { /* la parte superior con el título de la pestaña */
background-color: #ffffff;
border-radius: 5px 5px 0 0;
/*box-shadow: -3px 3px 2px #678 inset;*/
color: #004080;
cursor: pointer;
left: 0;
margin-right: 1px;
padding: 5px 15px;
position: relative;
}
.contentR {
background-color: #ffffff;
bottom: 0;
left: 0;
overflow: hidden;
overflow-y:auto;
padding: 10px;
position: absolute;
right: 0;
top: 20px;
}
.contentR > * {
opacity: 0;

-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);

-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}


[type=radio]:checked ~ label ~ .contentR { z-index: 1; }
[type=radio]:checked ~ label ~ .contentR  > * {
opacity: 1;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
}

.boton { /* cada una de las pestañas */	
	background-color: #00b058;
	/*box-shadow: 0 3px 2px #89A inset;*/
	color: #FFF;
	
	border-radius: 5px 5px 5px 5px;
	/*box-shadow: -3px 3px 2px #678 inset;*/	
	cursor: pointer;
	margin-right: 1px;
	height: 25px;
	/*padding: 5px 15px;*/
	min-width: 100px;
	
}
.hand{
	cursor: pointer;
}
.Der{
	float: right;
}
.Izq{
	float: left;
}

.all-width{
	width: 100%;
}
.all-height{
	height: 100%;
}
.boton:hover{
	background-color:#008040;
	cursor: pointer;	
}

.icon-notifica:before { 
	content: url(../image/notificacion.png); 
	cursor: pointer;
}

.icon-justificaciones:before { 
	content: url(../image/eventook.png); 
	cursor: pointer;
}
.icon-faltas:before { 
	content: url(../image/eventonook.png); 
	cursor: pointer;
}
.icon-saldos:before { 
	content: url(../image/saldo.png); 
	cursor: pointer;
}
.icon-horas-comp:before { 
	content: url(../image/horas_comp.png); 
	cursor: pointer;
}
.icon-cambio-hor:before { 
	content: url(../image/cambio_hor.png); 
	cursor: pointer;
}
.icon-antes:before { 
	content: url(../image/antes.png); 
	cursor: pointer;
}
.icon-tarde:before { 
	content: url(../image/tarde.png); 
	cursor: pointer;
}
.icon-menu:before { 
	content: url(../image/menu.png); 
	cursor: pointer;
}
.icon-sistema:before { 
	content: url(../image/sistema.png); 
	cursor: pointer;
}
.icon-mantenimiento:before { 
	content: url(../image/mantenimiento.png);
	cursor: pointer;
}
.icon-anuncios:before { 
	content: url(../image/anuncios.png);
	cursor: pointer;
}
.icon-configurar:before { 
	content: url(../image/configurar.png);
	cursor: pointer;
}
.icon-listar:before { 
	content: url(../image/listar.png);
	cursor: pointer;
}
.icon-marcas:before { 
	content: url(../image/marcas.png);
	cursor: pointer;
}
.icon-reloj:before { 
	content: url(../image/reloj.png);
	cursor: pointer;
}
.icon-buscar:before { 
	content: url(../image/buscar.png);
	cursor: pointer;	
}
.icon-flecha:before{
	content: url(../image/flecha.png);
	cursor: pointer;
}
.icon-borrar:before{
	content: url(../image/eliminar.png);
	cursor: pointer;
}
.icon-imprimir:before{
	content: url(../image/imprimir.png);
	cursor: pointer;
}
.icon-volver:before{
	content: url(../image/home.png);
	cursor: pointer;
}
.icon-password:before{
	content: url(../image/password.png);
	cursor: pointer;
}
.icon-salir:before{
	content: url(../image/salir.png);
	cursor: pointer;
}
.icon-logoProy{
	/*content: url(../image/Logo.png);*/
	background-image: url('../image/Logo.png');
    background-size: 116px 70px;
    display: inline-block;
    width: 116px; 
    height: 70px;
    content:"";
	cursor: pointer;
}
.icon-logoProyLogin{
	/*content: url(../image/Logo.png);*/
	background-image: url('../image/Logo.png');
    background-size: 180px 100px;
    display: inline-block;
    width: 180px; 
    height: 100px;
    content:"";
	cursor: pointer;
}


/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .icon-buscar {
  position: absolute;
  
  pointer-events: none;
}
.right-addon .icon-buscar { right: 0px;top:1px;}


#WindowLoad{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=75);
   -moz-opacity:65;
    opacity:0.65;
    background:#999;
}
/*BOTONES*/
.btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;

  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #265E8D;
  font-size: 13px;
  background: #ffffff;
  padding: 10px 10px 10px 10px;
  border: solid #265E8D 1px;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background: #f2f2f2;
  text-decoration: none;
}

.btn2 {
  width: 150px; 
  height:40px;
  text-align: center;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #265E8D;
  font-size: 13px;
  background: #ffffff;
  padding-top: 5px;
  border: solid #265E8D 1px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  cursor: pointer;
}
.btn2:hover {
  background: #f2f2f2;
  text-decoration: none;
}


input {
	height: 25px;
}
select {
	height: 25px;
}
select.textosTodo{
	height: auto;
}
.left-align{
	text-align: left;
}

.centrado{
	text-align: center !important;
	
}

.borde{
	vertical-align: middle;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	/*background-color: #377b56;*/
	background-color: #265E8D;
	height: 25px;
	display:table;
    width:100%;
}
.bordeGris{
	
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	/*background-color: #377b56;*/
	vertical-align: middle;
	background-color: #e39b06;
	padding-top : 2px;
	height: 22px;
	display:table;
    width:100%;
    color: white !important;
}
.padding-bloque{
	padding-left: 60px;
	padding-bottom: 30px;
	padding-right: 60px;
	padding-top: 10px;
}

@media screen and (max-width: 600px) {
	 .padding-bloque{
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-top: 2px;
	}
  
}
@media screen and (max-width: 500px) {
	.priority-5{
		display: none;		
	} 
	.prioridad5{
		font-size: 9px !important;
	} 
	#cambiarPass{
		font-size: 12px;
	}
	#cerrarSesion{
		font-size: 12px;
	}
	
}
@media screen and (max-width: 400px) {
	.priority-4{
		display: none;
	}  
	.prioridad5{
		font-size: 9px !important;
	} 
	
}



.negrita{
	font-weight: bold;
}

.subrayado{
	text-decoration: underline;
}
.zeta{
	z-index: 13;
}

.left-align h5{
	color: white;
	display:table-cell; vertical-align:middle
}
.left-align h6{
	color: black;
	display:table-cell; vertical-align:middle
}
.fondoblanco{
	background-color: white;
}

.block{
	display: block;
}
.none{
	display: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #808080;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #808080;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #808080;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #808080;
}

.search_results {
border:1px solid #999999;
width: 100%;
}
.search_results_alt {
border:1px solid #999999;
}

.search_header {
color: #ffffff;
font-weight: bold;
font-size: 12px;
height: 20px;
background-color: #808080;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
vertical-align: bottom;
text-align: center;
}
.search_results_row_white {
background-color:#FFFFFF;
font-size: 12px
}
.search_results_row_gray {
background-color:#e3ecf0;
font-size: 12px


}
.search_results_total {
border-top: 1px solid #d56a00;
font-size: 12px
}

.search_results td{
	text-align: center;
}


