﻿
/*--------------------------------------*/
/*------------ Version 4 ---------------*/
/*--------------------------------------*/


.mastercebecera{
    padding: 0px;
    margin:0px;
    width: 100%;
    top: 0px;
    left:0px;
}
.espaciadorinicial{height: 100px;}

/* ---------------- IMAGENES ----------------*/
.LogoCtes
    {width: 100%;
    min-width: 80px;
    max-width: 220px;
    }
.LogoSIMA 
    {width: 100%;
    min-width: 90px;
    max-width: 140px;
    }
 /* ---------------- FUENTE ----------------*/
.FuenteTamañoGrande
{
    font-size: min(3vw, 30px);
}
.FuenteTamañoMedio
{
    font-size: min(2.1vw, 18px);
}
.FuenteTamañoChico
{
    font-size: min(2.2vw, 12px);
}

.Negrita {font-weight: bold; }
.Cursiva {font-style: italic; }
.Subrayado {text-decoration: underline; }


/* ---------------- SOMBRAS  ----------------*/
        .SombraHaciaAbajo 
        {
           background: linear-gradient(to bottom,  #ccc,  #FFFFFF); 
        }
         .SombraHaciaArriba 
        {
	        background: linear-gradient(to top,  #ccc,  #FFFFFF); 
	
        }
        .SombraHaciaIzquierda 
        {
            background: linear-gradient(to left,  #f3f3f3,  #fff);  	
        }
          .SombraHaciaDerecha
        {
            background: linear-gradient(to right, #f3f3f3,  #fff);	
        }
           .VerdeHaciaDerecha
        {
            background: linear-gradient(to right,  #CCFF66,  #fff);	
        }
              .VerdeHaciaIzquierda
        {
            background: linear-gradient(to left,  #CCFF66,  #fff);	
        }
          .VerdeHaciaArriba
        {
            background: linear-gradient(to top,  #CCFF66,  #fff);	
        }
/* ---------------- BOTONES ----------------*/
       .boton 
           {
            border: 2px solid #FFCAE4;
            border-radius: 10px; 
            background-color: #f3f3f3; 
            color: #FFCAE4; 
            transition-duration: 0.4s;
            margin-right: 11px;
            margin-top: 7px;
            margin-bottom: 8px;
            margin-left: 11px;
        } 
       .boton:hover 
            {
             background-color: #FFCAE4;
             color: white;
             cursor: pointer;    
             }
        .botonDeshabilitado
           {
            border: 2px solid #999999;
            border-radius: 10px; 
            background-color: #f3f3f3; 
            color: #999999; 
            margin-right: 11px;
            margin-top: 7px;
            margin-bottom: 8px;
            margin-left: 11px;
        } 

        .botoncito
           {
            border: 2px solid #FFCAE4;
            border-radius: 4px; 
            background-color: #f3f3f3; 
            color: #FFCAE4; 
            transition-duration: 0.4s;
        } 
        .botoncito:hover 
            {
             background-color: #FFCAE4;
             color: white;
             cursor: pointer;    
             }

.botonSolo {
    width: 50px;
    height: 50px;
    padding: 0px;
    margin:0px;
    transition-duration: 0.2s;
    text-align:center;
    display:inline-block;
}
.botonSolo:hover 
{
    background-color: #EEEEEE;
    box-shadow: 0px 0px 13px 3px #EEEEEE;
}


.botonmenu {
    width: 170px;
    height: 170px;
    box-sizing: padding-box;
    padding: 7px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 6px;
    border: 1px solid #808080;
    background: linear-gradient(to left,  #f4f4f4,  #fff);  	
    overflow: hidden;
     }
.botonmenu:hover { background: linear-gradient(to top,  #FFCAE4,  #FFFFFF);}


.botonmenu_marco
{
    box-sizing: padding-box;
    padding: 7px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 6px;
    border: 1px solid #808080;
    background: linear-gradient(to left,  #f4f4f4,  #fff);  	
}   

.marco_boton_descripcion {
   width: 60%;
    vertical-align:top;
    display:inline-block;
    padding: 7px;

}
.botonpanel{
        background-color: #e6e6e6;
        display:inline-block;
}
.botonpanel:hover {
        color: #222;
        background-color: #C2E3B2;
        border-color: #C2E3B2;
}
   .botonAntiguo {
    transition-duration: 0.2s;
}
.botonAntiguo:hover 
{
    box-shadow: 0px 0px 10px 5px #FFFFFF;
    cursor: pointer;    
}
.BotonGrandeMenu
    {
    border-radius: 7px; 
    box-shadow: 0px 0px 10px 3px #000000;
    transition-duration: 0.3s;
} 
.BotonGrandeMenu:hover 
    {
        box-shadow: 0px 0px 10px 10px #FFCAE4;
        cursor: pointer;
        } 
.Boton26px {
    transition-duration: 0.1s;
    margin: 4px;  
    width: 26px;
    height: 26px;
}
.Boton26px:hover 
{
    box-shadow: 0px 0px 10px 0px #C0C0C0;
    cursor: pointer;
    border-radius: 13px;  
}
.Boton30px {
    transition-duration: 0.1s;
    margin: 5px;  
    width: 30px;
    height: 30px;
}
.Boton30px:hover 
{
    box-shadow: 0px 0px 10px 0px #C0C0C0;
    cursor: pointer;
    border-radius: 15px;  
}
.Boton34px {
    transition-duration: 0.1s;
    margin: 6px;  
    width: 34px;
    height: 34px;
}
.Boton34px:hover 
{
    box-shadow: 0px 0px 10px 0px #C0C0C0;
    cursor: pointer;
    border-radius: 16px;  
}
.Boton50px {
    transition-duration: 0.1s;
    margin: 10px;  
    width: 50px;
    height: 50px;
}
.Boton50px:hover 
{
    box-shadow: 0px 0px 15px 0px #C0C0C0;
    cursor: pointer;
    border-radius: 25px;  
}

/* ---------------- LISTAS ----------------*/
.Listas{width: 1000px;}
.ListasDesplegables{width: 860px;}

/* ---------------- PANELES ----------------*/

.paneles{
    width: 1000px;
    text-align:left;
    }
.paneles30{
    width: 32%; 
    vertical-align:top;
    display:inline-block;
}
.paneles40{
    width: 38%; 
    vertical-align:top;
    display:inline-block;
}
.paneles50{
    width: 48%; 
    vertical-align:top;
    display:inline-block;
}
.paneles60{
    width: 58%; 
    vertical-align:top;
    display:inline-block;
}
.paneles80{
    width: 79%; 
    vertical-align:top;
    display:inline-block;
}
.paneles75{
    width: 74%; 
    vertical-align:top;
    display:inline-block;
}
.paneles20{
    width: 20%; 
    vertical-align:top;
    display:inline-block;
}
.paneles25{
    width: 24%; 
    vertical-align:top;
    display:inline-block;
}
.paneles100{
    width: 97%; 
    vertical-align:top;
    display:inline-block;
}
.panelInferior{
    position: fixed;
    left: 0px;
    padding:0px;
    margin:0px;
    width:100%;
    bottom:0px;
}
.panelSuperiorControles{
}
.panelesHasta1500px{ 
    width: 97%;
    max-width: 1500px;
   }
.panelesHasta1450px{ 
    width: 97%;
    max-width: 1450px;
   }
.panelesHasta1400px{ 
    width: 97%;
    max-width: 1400px;
   }
.panelesHasta1350px{ 
    width: 97%;
    max-width: 1350px;
   }
.panelesHasta1300px{ 
    width: 97%;
    max-width: 1300px;
   }
.panelesHasta1250px{ 
    width: 97%;
    max-width: 1250px;
   }
.panelesHasta1200px{ 
    width: 97%;
    max-width: 1200px;
   }
.panelesHasta1150px{ 
    width: 97%;
    max-width: 1150px;
   }
.panelesHasta1100px{ 
    width: 97%;
    max-width: 1100px;
   }
.panelesHasta1050px{ 
    width: 97%;
    max-width: 1050px;
   }
.panelesHasta1000px{ 
    width: 97%;
    max-width: 1000px;
   }
.panelesHasta950px{ 
    width: 97%;
    max-width: 950px;
   }
.panelesHasta900px{ 
    width: 97%;
    max-width: 900px;
   }
.panelesHasta850px{ 
    width: 97%;
    max-width: 850px;
   }
.panelesHasta800px{ 
    width: 97%;
    max-width: 800px;
   }
.panelesHasta750px{ 
    width: 97%;
    max-width: 750px;
   }
.panelesHasta700px{ 
    width: 97%;
    max-width: 700px;
   }
.panelesHasta650px{ 
    width: 97%;
    max-width: 650px;
   }
.panelesHasta600px{ 
    width: 97%;
    max-width: 600px;
   }
.panelesHasta550px{ 
    width: 97%;
    max-width: 550px;
   }
.panelesHasta500px{ 
    width: 97%;
    max-width: 500px;
   }
 .panelesHasta450px{ 
    width: 97%;
    max-width: 450px;
   }
 .panelesHasta400px{ 
    width: 97%;
    max-width: 400px;
   }
 .panelesHasta350px{ 
    width: 97%;
    max-width: 350px;
   }
 .panelesHasta300px{ 
    width: 97%;
    max-width: 300px;
   }
 .panelesHasta250px{ 
    width: 97%;
    max-width: 250px;
   }
 .panelesHasta200px{ 
    width: 97%;
    max-width: 200px;
   }
/*------------------ GRIDVIEW ----------------------*/
/*-------------------- Grilla_1 ------------*/
    table.Grilla_1 {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      border: none;
    }
    
    table.Grilla_1 td {
      text-align: left;
      padding: 1px;
      border-top: 1px solid #C0C0C0;
      border-bottom: 1px solid #C0C0C0;
      border-left: none;
      border-right: none;
    }
    table.Grilla_1 tr:nth-child(even) {
      background-color: #F5F5F5;
    }
    table.Grilla_1 th {
      background-color: #FFCAE4;
      color: black;
      text-align: center;
      padding: 2px;
      border-top: 1px solid #C0C0C0;
      border-bottom: 1px solid #C0C0C0;
      border-left: none;
      border-right: none;
    }
/*-------------------- Grilla_2 ------------*/
    table.Grilla_2 {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      border: none;

    }
    table.Grilla_2 td {
      padding: 2px;
      border-top: 1px solid #C0C0C0;
      border-bottom: 1px solid #C0C0C0;
      border-left: none;
      border-right: none;
    }
    table.Grilla_2 tr:nth-child(even) {
      background-color: white;
    }
    table.Grilla_2 th {
      background-color: #FFCAE4;
      color: black;
      text-align: center;
      padding: 2px;
      border-top: 1px solid #C0C0C0;
      border-bottom: 1px solid #C0C0C0;
      border-left: none;
      border-right: none;
    }
    /*-------------------- Grilla_3 ------------*/
    table.Grilla_3 {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      border: none;

    }
    table.Grilla_3 td {
      padding: 2px;
      border: none;
    }
    table.Grilla_3 tr:nth-child(even) {
      background-color: white;
    }
    table.Grilla_3 th {
      background-color: #FFCAE4;
      color: black;
      text-align: center;
      padding: 2px;
      border: none;
    }

/* ---------------- MARCOS ESQUINAS REDONDEADAS ----------------*/
.nombreModulo {
            border: 2px solid #FFCAE4;
    border-radius: 8px;
            text-align:center;
    margin-left: 8px;
}
.nombreModuloCelu {
            border: 2px solid #FFCAE4;
    border-radius: 8px;
            text-align:center;
}
.PanelEsquinaRedondeada 
    {
    border-radius: 20px;
    border-style:  solid; 
    border-color: #FFCAE4; 
    border-width: 1px;
    box-shadow: 0px 0px 5px 0px #C0C0C0;
    margin: 5px;
    background-color: white;
    }

/*---------------- CUADRO DE TEXTO -----------------*/
*,
*::before,
*::after {
  margin: 0px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.CuadroTexto {
  position: relative;
  width: 20rem;
  height: 2.2rem;
}

.CuadroTexto__input {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #FFCAE4;
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  padding: 1rem;
  background: white;
}

.CuadroTexto__input:hover {
  border-color: #FFCAE4;
}

.CuadroTexto__input:focus {
  border-color: #FFCAE4;
}

.CuadroTexto__label {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  padding: 0 0.1rem;
  color: #666666;
  cursor: text;
  -webkit-transition: top 200ms ease-in, left 200ms ease-in,
    font-size 200ms ease-in;
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  background-color: #FFFFFF;
}

.CuadroTexto__input:focus ~ .CuadroTexto__label,
.CuadroTexto__input:not(:placeholder-shown).CuadroTexto__input:not(:focus) ~ .CuadroTexto__label {
  top: -0.5rem;
  font-size: 0.8rem;
  left: 0.8rem;
  color: #FFCAE4;
}
/*------------------*/
.CuadroTexto_Solo {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #FFCAE4;
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  background: white;
}
 .CuadroTextoEsquinaRedondeada{  
    box-sizing: padding-box;
    padding: 7px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;

    border-radius: 6px;
    border: 1px solid #808080;
    }
.CuadroTextoMultilinea
{
    box-sizing: padding-box;
    padding: 7px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 6px;
    border: 1px solid #808080;
    }   
.TxtCreceSombraVerde{  
        display: block;
        box-sizing: padding-box;
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    margin: 5px auto;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px #CCFF66;
    border: 0;
    }
.TxtCreceSombraRoja{  
        display: block;
        box-sizing: padding-box;
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    margin: 5px auto;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px #FFAEAE;
    border: 0;
    }
    .TxtCreceSombraNegra{  
        display: block;
        box-sizing: padding-box;
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    margin: 5px auto;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px #888888;
    border: 0;
    }
    
/* ---------------- COMBO --------------------------- */

.CuadroCombo {
  position: relative;
  width: 20rem;
  /*height: 2.2rem;*/
}
select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border: 2px solid #FFCAE4;
   border-radius: 0.5rem;
   background: #FFFFFF;
   background-image: none;
   flex: 1;
   padding: 0 .5em;
   color:#000000;
   cursor:pointer;
   font-size: 12px;

  
}
select::-ms-expand {
 display: none;
}
.select {
   position: relative;
   display: flex;
   width: 20em;
   height: 35px;
   margin: 5px 0px 8px 0px;
   line-height: 2;
   background: #FFFFFF;
   overflow: hidden;
   border-radius: 0.5rem;
}
.select::after {
   content: '\25BC';
   font-size: 12px;
   position: absolute;
   height: 35px;
   top: 0;
   right: 0;
   padding: 5px 1em;/*0 1em;*/
  background: #FFCAE4;
   color: #000000;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
.select:hover::after {
    background: #FFCAE4;
   color: #FFFFFF;
}

.Combo_label 
{
  position: absolute;
  left  : 0.8rem;
  top: -0.5rem;
  font-size: 0.8rem;
  color: #FFCAE4;
  cursor: text;
  background-color: #FFFFFF;
}
/*--------Cambiar el Icono Hmaburguesa a la Izquierda -----------*/
.navbar-toggle.pull-left {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
}
}

/* ---------------- INTERFACE ----------------*/
/*---------- Modo PC ------------*/
@media (min-width: 750px) {
.soloPC{visibility:visible;}
.soloCelu{visibility:hidden;}
.panelInferior{display:none;}
.nombreModuloCelu{display:none;}
.panelSuperior{display:block;}
.ColumnaSoloCelu{display:none;}
}

/*---------- Modo Celular ------------*/
@media (max-width: 750px) {
.nombreModulo{display:none;}
.botonPANEL {width: 100%;}
.espaciadorinicial{height: 0px;}
.paneles{width: 97%;}
.paneles20{width: 97%;}
.paneles25{width: 97%;}
.paneles30{width: 97%;}
.paneles40{width: 97%;}
.paneles50{width: 97%;}
.paneles60{width: 97%;}
.paneles75{width: 97%;}
.paneles80{width: 97%;}
.marco_boton_descripcion{width: 97%;}
.ListasDesplegables{width: 240px;}
.Listas{width: 100%;}
.soloPC{visibility:hidden;}
.soloCelu{visibility:visible;}
.ColumnaSoloPC{display:none;}
}

