/*  Nombre: fidusys.css
    Autor: Julio Tuozzo
    Función: Archivo de estilos
    Fecha de creación: 20/04/2020.
    Ultima modificación: 08/07/2024.
*/

body {
  background: white;
  /*  background: Gainsboro; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  margin: 0;
  padding: 0;
}

font,
table,
form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

input,
select,
textarea {
  border-radius: 5px;
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #F5F5F5;
  border: 1px silver solid;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  background: Gainsboro;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  background: Gainsboro;
}

td {
  padding: 3px;
  height: 20px;
}

th {
  color: white;
  background-color: #01649F;
  text-align: left;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  height: 22px;
}

th a:link,
th a:visited {
  color: snow;
  text-decoration: none;
}

th a:hover {
  color: lightgray;
}


h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, Helvetica, sans-serif;
  color: #2C2B2B;
  margin: 1px;
  padding: 1px;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-top: 1px solid black;
}

div#login input[type="text"],
input[type="password"] {
  font-size: 14px;
  border-radius: 6px;
  color: #222222;
  background: white;
}

div#login input:focus {
  background: #E4E4E4;
}

div#login {
  font-size: 14px;
  padding: 10px;
  color: white;
  background: #0097C0;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.3;
  border-radius: 10px;

}

#contenido {
  position: absolute;
  top: 145px;
  left: 10px;
  right: 10px;
  z-index: 900;
}

#contenido_frame {
  padding: 30px;
  z-index: 900;
}


#clave_vencida {
  font-size: 16px;
  color: white;
  width: 700px;
  padding: 10px;
  height: 410px;
  background: FireBrick;
  border: 8px solid white;
  margin: 50px auto;
  line-height: 1.8;
  border-radius: 5px;
}

.encabezado {
  background: #444349;
  border-bottom: 2px white solid;
}

.encabezado h1,
.encabezado h2,
.encabezado h3,
.encabezado h4,
.encabezado h5 {
  color: white;
}

.st_error {
  background: LightSalmon;
  border: 1px red solid;
}

.msg_error {
  background: red;
  border-radius: 3px;
  padding: 3px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.error {
  text-align: center;
  color: red;
  font-weight: bold;
}


.olvide_clave {
  color: white;
  background: CadetBlue;
  padding: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.6;
}

.olvide_clave input[type="text"] {
  font-size: 22px;
}

.olvide_clave input[type="submit"] {
  font-size: 22px;
  border-radius: 6px;
  color: white;
  background: CadetBlue;
  padding: 4px;
  transition: all 0.3s ease-out;
  font-weight: bold;
  cursor: pointer;
  border: 1px white solid;
}

.olvide_clave input[type="submit"]:hover {
  color: DarkSlateGray;
  background: gainsboro;
}

.olvide_clave_error {
  color: FireBrick;
  font-size: 16px;
}

.b_linea_1 {
  background: Gainsboro;
}

.b_linea_2 {
  background: WhiteSmoke;
}

.boton {
  font-size: 14px;
  border-radius: 3px;
  color: white;
  background: CadetBlue;
  padding: 4px;
  transition: all 0.3s ease-out;
  font-weight: bold;
  cursor: pointer;
}

.boton:hover {
  color: DarkSlateGray;
  background: gainsboro;
}

.boton_salir {
  font-size: 14px;
  height: 26px;
  width: 69px;
  font-weight: bold;
  color: white;
  background: #898989;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.boton_salir:hover {
  color: #01649F;
  background: gainsboro;
}

.boton_guardar {
  font-size: 14px;
  height: 26px;
  width: 82px;
  font-weight: bold;
  color: white;
  background: #33A7E2;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.boton_guardar:hover {
  color: #01649F;
  background: gainsboro;
}

.boton_buscar {
  height: 26px;
  width: 80px;
  font-weight: bold;
  color: white;
  background: #231F20;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.boton_buscar:hover {
  color: #231F20;
  background: gainsboro;
}

.boton_clave {
  height: 26px;
  width: 120px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  background: DarkSlateGray;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.boton_clave:hover {
  color: black;
  background: DarkGray;
}

.boton_cancelar {
  height: 26px;
  width: 90px;
  font-weight: bold;
  color: white;
  background: #D22518;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}


.boton_cancelar:hover {
  color: IndianRed;
  background: gainsboro;
}

.boton_exportar {
  height: 26px;
  width: 80px;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  color: white;
  background: #92AE3E;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.boton_exportar:hover {
  color: DarkOliveGreen;
  background: gainsboro;
}

.boton_pdf {
  height: 26px;
  width: 100px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  background: #E41B21;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.boton_pdf:hover {
  color: Crimson;
  background: Silver;
}

.icono_editar {
  height: 26px;
  width: 26px;
  background: url(../images/editar.png) no-repeat left;
  cursor: pointer;
  border: 0;
  vertical-align: middle;
  transition: all 0.3s ease-out;
}

.icono_editar:hover {
  background: url(../images/editar_2.png) no-repeat left;
}


.caja {
  border: 2px solid gray;
  margin: 0 auto;
  padding: 8px;
  border-radius: 5px;
}

/* Clases para mostrar los niveles de acceso */

.n_0 {
  color: red;
  font-weight: bold;
  margin-left: 60px;
}

.n_10 {
  font-weight: bold;
  color: steelblue;
  margin-left: 40px;
}


.n_15 {
  font-weight: bold;
  margin-left: 20px;
}

.n_20 {
  color: green;
  font-weight: bold;
}

/* Fin clases niveles de acceso */


/* Estilo del menú */

div#menu {
  background: #0097C0;
  position: absolute;
  width: 100%;
  z-index: 990;
  font-size: 15px;
}

div#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#menu li {
  float: left;
  list-style-type: none;
}

div#menu a {
  display: block;
  text-decoration: none;
  margin-top: 0;
  padding: 12px 16px;
  background: #0097C0;
  color: white;
}

div#menu a:hover {
  color: snow;
  background: silver;
}

div#menu ul li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 200px;
}

div#menu ul li ul li {
  width: 100%;
  border-bottom: 1px solid white;
}

body div#menu ul li ul {
  display: none;
}

div#menu ul li:hover>ul {
  display: block;
  position: absolute;
}


div#menu ul li ul li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 200px;
  width: 200px;

}

/* Fin estilo del menú */


/* Hoja de estilo del Calendario

The main calendar widget.  DIV containing a table. */

div.calendar {
  position: relative;
  z-index: 990;
}

.calendar,
.calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma, verdana, sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button {
  /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  /* They are the navigation buttons */
  padding: 2px;
  /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title {
  /* This holds the current "month, year" */
  font-weight: bold;
  /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow {
  /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames {
  /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name {
  /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend {
  /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite {
  /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active {
  /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day {
  /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}

.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite {
  /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active {
  /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected {
  /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend {
  /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today {
  /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled {
  color: #999;
}

.calendar tbody .emptycell {
  /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow {
  /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow {
  /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip {
  /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite {
  /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active {
  /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


/* FIN CALENDARIO */