/*  Nombre: ausal_crm.css
    Autor: Julio Tuozzo
    Función: Archivo de estilos
    Fecha de creación: 01/07/2018.
    Ultima modificación: 02/05/2023.
*/

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#caja_ppal
    { text-align:center;
      padding:0px;
      height: 490px;
      background: url(./images/hua.jpg) no-repeat bottom;
      border: 4px solid darkgray;
      margin: 0 auto;
      border-radius:15px;

    }

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

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

.encabezado_hua
	{background: #01649F;
	}

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

.caja
	{border: 3px solid gray;
	 margin: 0 auto;
	 background: Snow;
	 line-height:2.0;
	 padding:8px;
	 border-radius:5px;
	}

.form_index
      {display:flex;
       flex-wrap: wrap;
       justify-content: space-between;
      }

.texto_pie
    { padding: 10px;
      color:dimgray;
      font-size:10px;
      text-align:center;
    }

.resalto
	  {color:OrangeRed;
         font-weight:bold;
   	   background:Yellow;
	  }

.aviso
    {background: red;
     color:white;
    }

.botonera
    {      display:flex;
           justify-content: space-between;
           line-height:22px;
           margin-left: 50px;
           margin-right: 50px;
           margin-top: 15px;
    }

/* Clases para mostrar los niveles de acceso */

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

.n_10
    { font-weight:bold;
      margin-left: 60px;
    }

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

.n_17
    { color: green;
      font-weight:bold;
      margin-left: 20px;
    }

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

/* Fin clases niveles de acceso */


.boton_lupa
{
    height: 32px;
    width: 32px;
    border: 0;
    cursor:pointer;
    background: url(./images/buscar.png) no-repeat left;
    transition: all 0.3s ease-out;
    vertical-align:bottom;
}

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


.boton, .boton_editar
	{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, .boton_editar:hover
	{color:DarkSlateGray;
	 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_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_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_editar:hover
	{color:#231F20;
	 background:gainsboro;
	}


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

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

.boton_ok
{
    height: 26px;
	width: 50px;
	font-weight:bold;
	color:white;
	background:#01649E;
	font-size: 14px;
    cursor:pointer;
    transition: all 0.3s ease-out;
}

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

.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_excel
{
    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_excel:hover
	{color:DarkOliveGreen;
	 background:gainsboro;
	}

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

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

.boton_descargar
{   font-weight:bold;
    text-align: left;
    padding-left: 7px;
    height: 28px;
    background: dimgray url(./images/download.png) no-repeat right;
    color:white;
    cursor:pointer;
    border:0;
    vertical-align:middle;
    transition: all 0.3s ease-out;
}


.boton_descargar:hover
{
   background: gainsboro url(./images/download1.png) no-repeat right;
   color: black;
 }

 .boton_mail
    {
   height: 26px;
   width: 102px;
   font-weight:bold;
   color:white;
   background:#407CA9;
   font-size: 14px;
   cursor:pointer;
   transition: all 0.3s ease-out;
 }
 
 .boton_mail:hover
   {color:#01649F;
    background:gainsboro;
   }


.icono_eliminar
	{height: 16px;
	 width: 16px;
	 background:url(./images/eliminar.png) no-repeat  center;
	 cursor:pointer;
	 border:0;
	 vertical-align:middle;
	}

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

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


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

.icono_imprimir
{
    height: 28px;
    width: 28px;
    background: url(./images/printer2.png) no-repeat center;
    cursor:pointer;
    border:0;
    vertical-align:middle;
    transition: all 0.3s ease-out;
}

.icono_imprimir:hover
{background: url(./images/printer2_I.png) no-repeat  center;
 }

.st_error

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

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

.gran_error
    { text-align:center;
      color: red;
      font-weight:bold;
      font-size: 14px;
    }


.b_linea_1 {background:Gainsboro;}

.b_linea_2 {background:WhiteSmoke;}

/* Clases de las prioridades */

.p_1
	{text-align:center;
     background-color: Tomato;
     border-radius:30px;
	}

.p_2
	{text-align:center;
     background-color: Orange;
     border-radius:30px;
	}

.p_3
	{text-align:center;
     background-color: Gold;
     border-radius:30px;
	}

.p_4
	{text-align:center;
     background-color: GreenYellow;
     border-radius:30px;
	}

.p_5
	{text-align:center;
     background-color: LightGreen;
     border-radius:30px;
	}


/* Fin clases prioridades */

/*Clases de colores de asociados*/

.verde {
  background: #b7e4c7;
}

.amarillo {
  background: #fad643;
}

.rojo {
  background: #ffb3c1;
}

/*Fin clases de colores de asociados*/


/* Estilo del menú */

div#menu
    {background: #52B748;
     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: #52B748;
     color: white;
    }

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

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;
     position:relative;
    }

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 */
