@charset "UTF-8";
body {
  color: #0c6782;
  font-family: Verdana, Geneva, sans-serif, Trebuchet, "Trebuchet MS";
  background-color: #fafafa;
  margin: 0 auto;
  font-size: 12px; }

.cursiva {
  font-style: italic; }

.negrita {
  font-weight: bold; }

.marcada {
  font-weight: bold;
  background-color: #57d2f8;
  color: #000;
}
/*.mayusculas {
  text-transform: uppercase; }*/

.tablePadding td {
  padding: 2px; }

#cabecera {
  color: #eee;
  position: fixed;
  background-color: #0c6782;
  text-align: right;
  height: 60px;
  width: 100%; }
  #cabecera a:link, #cabecera a:visited {
    text-decoration: underline;
    color: #0cc; }
  #cabecera a:hover, #cabecera a:active {
    text-decoration: underline;
    color: #6cc; }

#cabeceraHueco {
  height: 40px;
  padding: 10px; }

/* Estilos para que al imprimir el grafo en el definidor, no se muestre la cabecera
y la lista de destinos se muestre sin scroll */
@media print {
  div{
    page-break-inside: avoid;
  }
  #cabecera, #datosFijos, #cabeceraHueco {
    display: none;
  }
  #contenido{
    margin-top: 0px;
  }
  .listaDestinos {
    height: auto !important;
    overflow: visible !important;
  }
  /* .caracteristica {
    display: table-cell;
  } */
}

#datosFijos button:disabled {
  background-color: #aaa; }
#datosFijos button:disabled img {
  opacity: 0.4; }

#contenido {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*pone en negrita el nodo del fancytree que est├® activo*/
ul.fancytree-container {
  background-color: transparent;
  border: none;
  outline: none; }

.fancytree-active {
  font-weight: bold; }

/*estilos varios*/
.ventana {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  background-color: #fafafa; }

.tituloVentana {
  padding: 5px 5px 0px 5px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center; }

.fondoBlanco {
  background-color: #fafafa; }

input[type="radio"]:focus + label, input[type="checkbox"]:focus + label {
  border: 2px solid #25dada;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

/*estilos para tablas*/
table, th, td {
  border-collapse: collapse; }

.th {
  padding: 3px;
  background-color: #d0d0d0; }

.td {
  padding: 2px;
  height: 1em; }

.fila, .row {
  background-color: #fafafa; }

.filaSize {
  max-height: 3.5em;
  overflow: -moz-scrollbars-none;
  overflow-y: auto; }

.filaNoScroll {
  display: inline-block;
  overflow: hidden; }

table tr:nth-child(odd) {
  background-color: #eee; }
table tr:nth-child(even) {
  background-color: #fafafa; }
table .td + .td, table .tdidentif + .tdidentif {
  border-left: 1px solid #d0d0d0; }

.thidentif {
  padding: 5px;
  background-color: #d0d0d0; }

.tdidentif {
  padding: 5px;
  background-color: #fafafa; }

.seleccionado {
  background-color: #aaa !important; }

.inconsistencia {
  background-color: #ff8888; }

.caracteristicaTramite, .inicioBucle, .bucle, .finBucle {
  background-color: #d0d0d0; }

.drop-hover {
  background-color: #d0d0d0; }

/*
.selection {
  position: absolute;
  border: 1px solid #89B;
  background: #BCE;
  background-color: #BEC;
  border-color: #8B9;
  }
.dropped {
  background-color: #EBC;
  border-color: #B89;
  }
.active {
  background-color: #CEB;
  border-color: #9B8;
  }
*/
/* para los di├ílogos (por ejemplo para cambiar el margen de un elemento en el definidor grafico) */
.no-close .ui-dialog-titlebar-close, .ui-dialog-titlebar {
  display: none; }

/* Estilos para iluminar los textbox */
input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  border-radius: 4px; }

input:focus, textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #51cbee; }

/* Estilos para las pesta├▒as */
#tabs {
  background: transparent;
  border: none; }

#tabs .ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

#tabs .ui-tabs-nav .ui-state-default {
  background: transparent;
  border: none; }

#tabs .ui-tabs-nav .ui-state-active {
  background: transparent;
  border: none; }

#tabs .ui-tabs-nav .ui-state-default a {
  color: #808080; }

#tabs .ui-tabs-nav .ui-state-active a {
  color: #0c6782; }

/* Estilos para las pesta├▒as en Seguridad -> Organizaciones y Usuarios */
.lista {
  border-bottom-color: silver;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  list-style-type: none;
  padding-bottom: 0px;
  padding-left: 2.63333px;
  padding-right: 2.63333px;
  padding-top: 2.63333px;
  overflow: hidden; }

.lista > li {
  float: left;
  list-style-type: none;
  padding-bottom: 6.6px;
  padding-left: 13.2px;
  padding-right: 13.2px;
  padding-top: 6.6px;
  white-space: nowrap; }

.lista a {
  text-decoration: none;
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1.1em;
  font-weight: bold; }

.lista .on {
  color: #0c6782; }

.lista .off {
  color: silver; }

/* Estilos para el showhidepassword */
::-ms-reveal,
::-ms-clear {
  display: none !important; }

.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url("../img/wink.png");
  /* fallback */
  background-image: url("../img/wink.svg"), none;
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.hideShowPassword-toggle-hide {
  background-position: -44px center; }

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  border-color: #0088cc;
  outline: transparent; }

/*# sourceMappingURL=style.css.map */
