/*GENERALES*/
a, a:visited, a:active {
  color: darkblue;
  text-decoration: none;
}

a.enlacesBarra:hover {
  color: darkblue !IMPORTANT;
  text-decoration: none;
}

a:Hover {
  color: #000000;
  text-decoration: none;
}

a.enlacesBarra, a.enlacesBarra:visited, a.enlacesBarra:active {
  color: black;
  text-decoration: none;
}

.enlacesBarra {
  position: absolute;
  width: 100%;
  height: 15px;
}

td {
  border: 0px;
}

body {
  font-family: verdana, arial;
  font-size: 8pt;
  margin-top: 0px;
  background-color: #F1F1F1;
}

input[type="checkbox"] {
/*   width: 11px;
  height: 11px;
  margin: 0px;
  vertical-align: middle; */
  cursor: pointer;
}

textarea.w3-input {
	height: auto;
}

input[type="file"] {
  font: inherit;
}

i {
  font-style: normal;
}

.w3-input {
  height: 35px;
}

.w3-select {
  height: 35px;
}

.icon {
  border: 0;
  height: 15px;
  width: 15px;
  cursor: pointer;
  vertical-align: middle;
}

.fa-action-icon {
	font-size:15px !important;
	cursor: pointer !important;
}

.iconMenu {
  vertical-align: middle;
  padding-right: 4px;
}

.img-colapse {
  cursor: pointer;
  vertical-align: middle;
  width: 12px;
  height: 12px;
}

.lineSeparetor {
  margin: 3px;
  background-color: #C9C9C9;
  height: 1px;
  border: 0px;
}

.manager {
	cursor: pointer;
}

.tooltip {
  display: inline;
  cursor: pointer;
}

/*COMPONENTES*/
#header-menu {
  background-image: url('img/defaultHeaderBackground.png'); 
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif !important;
}
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  #header-menu h1 {
      font-weight: bold;
      margin: 0px;
  }
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin-top: 0px;
    background-color: #F1F1F1;
  }
  .header-name-in-right {
    float: right;
    margin-right: 10px;
  }
  #header-left {
    width: 90px;
    float: left;
    text-align: left;
    height: 81px;
  }
  .logo-header {
    width: 90px;
    height: 81px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  #header-menu h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
  }
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin-top: 0px;
    background-color: #F1F1F1;
  }
  .header-name-in-right {
    float: right;
    margin-right: 10px;
    font-size: 10pt;
  }
  #header-left {
    width: 60px;
    float: left;
    text-align: left;
    height: 60px;
  }
  .logo-header {
    width: 60px;
    height: 60px;
  }
  .hide-mobile {
    display: none;
  }
}

.header-name-in-left {
  float: left;
  font-size: 14pt;
  font-weight: bold;
  color: darkblue;
  padding-left: 10px;
}


.header-nav {
  background-image: url('img/bg.gif');
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}

h2.header-name {
  margin: 0;
  font-size: 13px;
  color: gray;
}


footer {
  background-image: url('img/defaultFooterBackground.png'); 
  background-repeat: repeat;
  bottom: 0px;
  width: 100%;
  position: fixed;
}

footer p {
	margin: 2px;
}

.cb {
  margin-left: auto;
  margin-right: auto;
}

.mw400 {
  max-width: 400px;
}

.mw600 {
  max-width: 600px;
}

.mb30 {
    margin-top:10px;
    margin-bottom: 30px;
}

.form-manager {
  width: 20px;
}

.writeBox {
    min-height: 35px;
    width: auto;
    background-color: rgb(246 246 245);
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    word-wrap: break-word;
    display: block;
}


#header-content {
  top: 0px;
  height: 81px;
  width: 960px;
  border: 0px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url('img/defaultHeaderBackground.png'); 
  background-repeat: repeat;
}

#header-right{
  width: 85%;
  float: right;
  text-align: left;
  font-size: 16pt;
  font-weight: bold;
  margin-top: 40px;
  color: #A5A5A5;
}

#header-right-in{
  padding-top: 9px;
  background-image: url('img/appHeaderBackground.png');
}




#body-content {
  position: absolute;
  width: 960px;
  top: 81px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: auto;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#body-content-inicio {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

#body-content-menu {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

#footer-content {
  position: absolute;
  width: 960px;
  bottom: 0px;
  height: 20px;
  left: 0px;
  right: 0px;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
  background-image: url('img/defaultFooterBackground.png'); 
  background-repeat: repeat
}

ul#tabs, ul#tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#tabs {
  display: inline-block;
  padding: 0 10px;
  background-color: #dbdbdb;
  border-bottom-color: #d0d0d0;
  padding-top: 1px;
  background: repeat-x bottom;
}
ul#tabs li {
  padding: 1px 1px;
  float: left;
  cursor: pointer;
}
ul#tabs li a {
  display: block;
  float:left;
  padding: 0 7px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
}
ul#tabs li a:hover {
  background: #6abf7c;
}
ul#tabs li a.active {
  background: #008f53;
  font-weight: bold;
  color: #fff;
}

.x-tabs-right {
  background-position: 0 0;
  padding-left: 6px;
  background-image: url('img/tabs-sprite.gif');
  display:block;
  margin: 0px;
}
.x-tabs-left {
  background-position: right -301px;
  background-image: url('img/tabs-sprite.gif');
  padding-right: 9px;
  display:block;
}
.x-tabs-inner {
  background-position: 0 -151px;
  background-image: url('img/tabs-sprite.gif');
  overflow: hidden;
  text-overflow: ellipsis;
  display:block;
}
.x-tabs-text {
  display:block;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-top: 3px;
}
.x-tabx-no-select {
  font-weight: normal;
}
.x-tabx-selected {
    background-color: #ccc!important;
}

.content {
  padding: 3px;
  vertical-align: middle;
}

.left {
  text-align: left !IMPORTANT;
}

.right {
  text-align: right !IMPORTANT;
}

.center {
  text-align: center !IMPORTANT;
}

#editar-movimiento-content-div {
  position: absolute;
  top: 120px;
  left: 275px;
  width: 380px;
  background-color: #F1F1F1;
  overflow: auto;
  z-index: 35;
  margin: 0px;
  padding: 0px;
}

#editar-abogado-content-div {
  position: absolute;
  top: 120px;
  left: 275px;
  width: 380px;
  background-color: #F1F1F1;
  overflow: auto;
  z-index: 35;
  margin: 0px;
  padding: 0px;
}

#editar-mensaje-content-div {
  position: absolute;
  top: 120px;
  left: 175px;
  width: 580px;
  background-color: #F1F1F1;
  overflow: auto;
  z-index: 35;
  margin: 0px;
  padding: 2px;
  border: 1px solid grey;
}

#editar-movimiento-content-div-inside {
  border: 1px solid grey;
}

#action-content-div {
  position: absolute;
  top: 120px;
  left: 175px;
  width: 580px;
  background-color: #F1F1F1;
  overflow: auto;
  z-index: 35;
  margin: 0px;
  padding: 2px;
  border: 1px solid grey;
}

#action-content-div-inside {
  border: 1px solid grey;
}

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.fn-spinner {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 7px solid #EBF2FB;
  border-top-color: #1E3364;
  border-right-color: #4A7AB5;
  border-bottom-color: #E87722;
  border-left-color: #EBF2FB;
  animation: fn-spin 0.85s linear infinite;
}

@keyframes fn-spin {
  to { transform: rotate(360deg); }
}

#shadow {
  background-image:url(../jsp/img/shade1x1.png);
  position:absolute; 
  left:0; 
  top:0;
  width:100%;
  z-index:34;
}

#mensaje-usuario-div {
  position: absolute;
  top: 120px;
  left: 0px;
  right: 0px;
  width: 580px;
  background-color: #F1F1F1;
  overflow: auto;
  z-index: 35;
  margin: 0px;
  padding: 2px;
  border: 1px solid grey;
  margin-left: auto;
  margin-right: auto;
}

#mensaje-usuario-div-inside {
  border: 1px solid grey;
}

#helpBox {
  position: absolute;
  top: 180px;
  left: 375px;
  width: 450px;
  background-color: #dddddd;
  overflow: auto;
  z-index: 105;
  margin: 0;
  padding: 0;
  display: none;
}

/*MENU*/
.menu-ancla {
  position: relative;
  visibility: visible;
  height: 18px;
  padding-top: 3px;
  margin: 2px 2px 2px 2px;
  border: 1px solid #ECECEC;
  padding-right: 10px;
  padding-left: 10px;
}

.menu-ancla:hover {
  border: 1px solid #BDBDBD;
  background-image: url('img/defaultButtonBackground.png');
}

.menu-recuadros {
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
  background-color: #ECECEC;
  color: #22cc44;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  visibility: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  z-index: 10;
  cursor: pointer;
  font-weight: normal;
  width: 135px;
}

.menu-option {
  margin-top: 2px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0px;
  padding: 2px;
  border: 1px solid #ECECEC;
  position: relative;
  height: 15px;
}

.menu-option:hover {
  border: 1px solid #BDBDBD;
  background-image: url('img/defaultButtonBackground.png');
}

.consulta-footer-left {
  float: left;
  margin-top: 2px;
}

.consulta-footer-right {
  float: right;
  margin-top: 2px;
}

.elementoListaMig {
  position: relative;
  visibility: visible;
  background-color: silver;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  font-size: 10pt;
  border-collapse: collapse;
  border-top: hidden
}

/*TEXTO*/
.texto {
  visibility: visible;
  font-family: Arial, Helvetica, sans-serif;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px;
  font-size: 8pt;
  padding: 0px;
}

.textoBienvenidaTitulo {
  font-size: 14pt;
  font-weight: bold;
  color: gray;
}

.textoMarcado {
  background-color: #CACACA;
  font-weight: bold;
}

.textoPaginacion {
  font-size: 7pt;
  display: inline;
  vertical-align: top;
  color: gray;
}

.bold {
  font-weight: bold;
}

.tab-title {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: gray;
  vertical-align: middle;
  margin: 0px;
}

.textoBienvenida {
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  color: darkblue;
}

.titulo {
  font-size: 10pt;
  font-weight: normal;
  color: darkblue;
  background-image: url('img/bg.gif');
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
}
.titulo-n {
  font-size: 10pt;
  font-weight: normal;
  color: darkblue;
  vertical-align: middle;
  margin-bottom: 0px;
}

.submitLink {
  cursor: pointer;
}

h2.subtitulo {
  padding: 8px 0px 1px 6px;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: gray;
  vertical-align: middle;
  margin: 0px;
}

h3.subtitulo {
  font-size: 8pt;
  font-weight: normal;
  color: darkblue;
  background-image: url('img/bg.gif');
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: 5px;
}

.inputTexto {
  border-width: 1px;
}

.requerido {
  font-style: italic;
  font-weight: bold;
}

.requiredAlert {
  background-color: rgb(255, 187, 187);
  border-color: red;
}

.label {
  padding-right: 2px;
  text-align: right;
  width: 80px;
}

.field {
  width: 145px;
}

.inputChico {
  width: 40pt
}

.inputMedio {
  width: 60pt
}

.inputGrande {
  width: 90pt
}

.inputEnorme {
  width: 110pt
}

.inputFecha {
  text-align: right;
}

.inputMarginLeft {
  margin-left: 10px;
}

.footer {
  position: relative;
  visibility: visible;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px;
  font-size: 7pt;
}

p.footer {
  margin: 7px;
  display: inline;
  top: 3px
}

.img-help {
  float: right;
}

.textoMsg {
  position: relative;
  visibility: visible;
  font-size: 8pt;
  color: gray;
  text-align: center;
  padding: 5px;
}

/*BOTONES*/
.boton {
  background-image: url('img/defaultButtonBackground.png');
  display:inline;
  color:#8D8D8D;
  font-weight:bold;
  font-size: 8pt;
  text-align:center;
  padding:0;
  padding-top:3px;
  padding-bottom:4px;
  border:0px solid #CCCCCC;
  border-radius:2px;
  -moz-outline-radius: 2px;
  outline-color: #CCCCCC;
  outline-style: solid;
  outline-width: 1px;
  text-decoration:none;
  margin-left:1px;
  cursor:pointer;
  width:75px;
}

.boton-n {
  background-image: url('img/defaultButtonBackground.png');
  display:inline;
  color:#8D8D8D;
  font-weight:bold;
  font-size: 8pt;
  text-align:center;
  padding:0;
  padding-top:3px;
  padding-bottom:4px;
  border:0px solid #CCCCCC;
  border-radius:2px;
  -moz-outline-radius: 2px;
  outline-color: #CCCCCC;
  outline-style: solid;
  outline-width: 1px;
  text-decoration:none;
  margin-left:10px;
  cursor:pointer;
  width:75px;
  margin-bottom: 5px;
}

.botonXL {
  background-image: url('img/defaultButtonBackground.png');
  display:inline;
  color:#8D8D8D;
  font-weight:bold;
  font-size: 8pt;
  text-align:center;
  padding:0;
  padding-top:3px;
  padding-bottom:4px;
  border:0px solid #CCCCCC;
  border-radius:2px;
  -moz-outline-radius: 2px;
  outline-color: #CCCCCC;
  outline-style: solid;
  outline-width: 1px;
  text-decoration:none;
  margin-left:1px;
  cursor:pointer;
  width:95px;
}

.boton:disabled {
  color: #C2C2C2;
}

.boton:hover {
  background-image: url('img/hoverButtonBackground.png');
  color: black;
}

.boton:disabled:hover {
  color: #C2C2C2;
}

.botonCal {
  background: transparent url('../jsp/img/calendar.gif') no-repeat center center;
  border: none;
  cursor:pointer;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.rest-calendar {
  padding: 18pt 0pt 0pt 6pt;
  width: 20%;
}

.alert {
	background-color: yellow;
}

/*TABLA*/
#consulta {
  font-family:Arial, Helvetica, sans-serif;
  width:90%;
  border-collapse:collapse;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-top: 5px;
}
.consulta-98 {
  width: 98% !important;
}
.subconsulta {
  width: 100% !important;
  margin: 0px !important;
}
.expandable {
  padding-left:32px !important;
  padding-right:0px !important;
  background-color: grey;
}
#consulta td {
  font-size:8pt;
  border:1px solid #C9C9C9;
  padding:1px 5px 1px 5px;
  height: 18px;
}
#consulta th {
  font-size:8pt;
  padding-top:1px;
  padding-bottom:4px;
  padding-left: 5px;
  padding-right: 5px;
  background-image:url('img/grid-hrow.gif');
  color: gray;
  border:1px solid #C9C9C9;
  text-align: center;
  font-weight: normal;
  background-repeat: round;
}
#consulta tbody tr:hover {
  background-color:#DFDFDF;
}
#header-table {
  border-collapse: collapse;
  height: 25px;
}

#header-table td {
  font-size: 8pt;
  padding: 0px;
  text-align: center;
}

#header-table tr.alt td {
  color:#000;
  background-color:#EAF2D3;
}

.table-limited {
  width: 100%;
}

.table-limited-98 {
  width: 98%;
}

.table-limited-90 {
  width: 90%;
}

.table-limited-50 {
  width: 50%;
}

.table-limited-75 {
  width: 75%;
}

.remark {
  background-color:#DFDFDF;
}

.general-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}

.alerta-table {
  border:1px dashed;
  width:100%;
  padding:15px;
}

TABLE.brief {
border-collapse: collapse;
width: 100%;
}
.brief td {
border: 1px solid #CCCCCC;
}
.briefLabel {
white-space: nowrap !important;
background-color: #F0F0F0;
color: #666;
font-size: 10px;
font-weight: bold;
text-align: right;
white-space: nowrap;
}
.dataLabel {
margin-right: 2px;
color: #666666;
}
.briefValue {
white-space: normal !important;
background-color: #F9F9F9;
color: #666;
font-size: 11px;
white-space: nowrap;
}
.dataValue {
color: #336699;
margin-right: 2px;
margin-left: 2px;
}

/**COLORS**/
.green {
  color: green;
}

.blue {
  color: darkblue;
}

.red {
  color: red;
}

.orange {
 color: orange;
}

.gray {
  color: gray;
}

.yellow {
  color: yellowgreen;
}

.submitLink {
  cursor: pointer;
}

tr.sinLeer {
    font-weight: bold;
}
	 
.movimiento-content-div {
  position: absolute;
  top: 100px;
  left: 120px;
  width: 720px;
  background-color: #F1F1F1;
  overflow: auto;
  z-index: 35;
  margin: 0px;
  padding: 0px;
}


#goTopButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #888; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#goTopButton:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.home-graph {
    background-color: white;
    padding: 5px;
}

/* autocompolete styles */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.ef-card {
  background-color: white;
}


/* Estilos para las filas seleccionadas */
.w3-light-green {
    background-color: #d4edda !important;
}

/* Estilo para el campo de suma seleccionada */
#sumaSeleccionada {
    font-weight: bold;
    color: #28a745;
    font-size: 1.1em;
}

/* Estilo para el checkbox */
.checkbox-cuota {
    transform: scale(1.2);
    cursor: pointer;
}

/* Resaltar monto debido en filas seleccionadas */
.w3-light-green .monto-debido {
    font-weight: bold;
    color: #155724;
}