/* 
    Document   : base
    Created on : 16-jul-2012, 20:19:10
    Author     : jgyelo
    Description:
        Purpose of the stylesheet follows.

- Orden del padding: alt derecha abajo izquierda
- border radius (border redondeados):
    border-radius - Nombre del estándar bajo CSS (De momento solamente Opera)
    -moz-border-radius - Navegadores bajo el motor de Mozilla (Firefox)
    -webkit-border-radius - Navegadores bajo Webkit (Safari y Chrome)
- Box shadow (cajas sombreadas):
    valores negativos: lado izquierdo (-1) y lado superior (-2)
    valores positiovs: lado derecho(3) y lado inferior (4) 
    El tercer valor es el difuminado y el utlimo el color
    -moz-box-shadow: -8px 5vpx 20px #000;
    -webkit-box-shadow: -8px 5px 20px #000
- text shadow (texto sombreados):
    Primer valor: sombra - izquierda, + a la derecha
    Segundo valor : texto - abajo, + arriba
    Tercer valor: opacidad
    Cuarto valor: color
    text-shadow: -10px 10px 4px aquamarine;
*/

root { 
  display: block;
}

html, body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: no-content;
  background: #204e81 !important;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 400px !important;
	}
}

.alinear {
	float: right;
}
input[type=text] {
  font-family: Arial, Helvetica, sans-serif;
 /* font-size: 11px;
  font-style: normal; 
  font-weight: bold; */
  color: #006600; 
  background-color: #FFFFFF;
}

#cabecera {
  position: relative;
  /*background: url("../imagenes/fondoCabecera.png") repeat-x;*/
  background: #c9de96; /* Old browsers */
  border-radius: 7px;   
  box-shadow: -8px -2px 20px #000;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 50%, #398235 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(50%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 50%,#398235 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 50%,#398235 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 50%,#398235 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 50%,#398235 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-8 */

}
#cerrarsesion{
  float: right; 
  margin-right: 10px;
  cursor: pointer;
  width: 28px;
  height: 32px;
  /*border:1px solid #f00;*/
}
#cerrarsesion a {
  background: transparent none;
  text-decoration: none;
  padding: 0px !important;
  margin:0;
}
#cerrarsesion:hover { 
background-color: red;
-o-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-ms-transition:all 0.6s ease-in-out;
-webkit-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
} 

#logo{
  /*position:absolute;left:15px; top:0px; z-index: 1;*/
  padding-left: 25px;
  float:  left;
}
#titulocab{
  /*position:absolute;left:300px; top:-2px;*/
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
 /* text-shadow: -10px 10px 5px aquamarine;*/
  color: #004080;
  margin: 0 auto;
  text-align: center;
}
#empresa{
   font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  color: #004080;
  float: right;
  padding-right: 20px;
  margin-top: -5px;
}
#view {
  background:#fff;
  /*    position: relative;*/
  width:100%;
  height:90%;
  /*height: 800px;*/
}
#barra {
  /*position:absolute;left:5px; top:0px; z-index: 1;*/
  border:1px solid #FF0100;
  background:#fff;
  width:19.6%;
  height:40%;
  margin:0px;
  float:left;
}

#vista {
  /*position:absolute;left:300px; top:-2px; */
  border:1px solid #FF0100;
  background:#fff;
  width:80%;
  height:100%;
  margin:0px;
  float:right;
  float:bottom;
}

.clear
{
  clear:both;
}
/*
hr{
  width: 35%;
  alignment-adjust: middle;
  height: 5px;
  background-color: #0a4182;
  border-color: #000;
}
*/
#acceso{
  padding-top: 50px;
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  color: #000;
  text-align: center;
 }
 
#capausuario{
  width: 400px/*250px*/;
  height: 300px /*125px*/;
  background-color: #c9de96;
  background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 65%, #398235 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(65%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 65%,#398235 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 65%,#398235 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 65%,#398235 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 65%,#398235 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-8 */

  border: 1px solid #000;
  font-weight:bold;
  position: absolute;
  top: 50% /*45%*/;
  left: 50% /* 45%*/;
  margin-top: -200px /*-75px*/;
  margin-left: -150px /*-75px*/;
  padding-left: 5px;
  padding-top: 25px;
  /* easy rounded corners for modern browsers */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: -8px -2px 20px #000;
  /*margin: 0 auto;*/
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  
}

/*
	.centrar
		position: absolute;
		top:50%;
		left:50%;
		width:400px;
		margin-left:-200px;
		height:300px;
		margin-top:-150px;
		border:1px solid #808080;
		padding:5px;
*/	

#pie {
  background: url("../imagenes/fondoPie.png") repeat-x;
  border-radius: 7px; 
  bottom: 0px;
  position:absolute; 
  width:100%; 
}

#piemapa {
    width: 100%; 
    height: 15px;
    font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;

   background: #c9de96 !important;  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 50%, #398235 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(50%,#8ab66b), color-stop(100%,#398235)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 50%,#398235 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 50%,#398235 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 50%,#398235 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 50%,#398235 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-8 */
 /* bottom: 0px;
  position:absolute; */

}

.ribbon-window-title /* Barra del usuario */
{
  background-color: /*#f6a828*/ #212641;
  color: /*#000*/ #FFFFFF;
  padding-left: 10px;
  font-size: 8pt;
  display: block;
  line-height: /*24px*/32px;
  height: /*24px*/32px !important;
}
.barramen {
  background-image: url('../imagenes/menu/barramenuoculto.png');
  background-repeat:no-repeat;
  background-origin:border-box;
  background-size: 400px 24px;
}

#jqxMenu li .separator {
    padding-bottom:0;
    border-bottom: 1px solid #DDD;
}

/*----------------------------By AOrtiz--------------------------------
/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}


