@charset "utf-8";


/*Botones de menu*/

.svg-iconMenuPrincipal {
    color: #056DAE;
    height: 25px;
    width: 50px;
}

.svg-iconMenuPrincipal:hover, .svg-iconMenuSecundario:hover {
/*    color: #0d6efd;*/
   padding: 2px;
   cursor: pointer;
}
.svg-iconCheck{
    color:#ffffff;
    height: 18px;
   width: 18px;
}
.svg-iconMenuSecundario{
   height: 25px;
   width: 25px;
   margin-left: 5px;
   margin-right: 5px;
   color: #056dae;  
}
.svg-iconMenuSecundario:hover{
    opacity: 1;
    cursor: pointer;
}
/*Boton agregar*/
.svg-iconBoton {
    color: whitesmoke;
    height: 18px;
    width: 25px;
    opacity: 0.9;
}
.svg-iconBoton:hover {
    opacity: 1;
}
.svg-eyePass{
    
    height: 27px;
    width: 25px;
}

.anchoBotonStd{
    width: 130px;
/*    padding: 10px!important;*/
}
.btnCancelar{
    background: #778899!important;
    color: whitesmoke!important;
    opacity: 0.9;
}
.btnNotificacion{
    /*border-color: #778899;*/
    border-style: solid;
    height: 30px;
    border-radius: 4px;
     background: #056dae;
    color: whitesmoke!important;
    opacity: 0.9;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    border-color: #056DAE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnNotificacion:hover{
  opacity: 1;  
}
.btnAccionModal{
    background: #056dae!important;
    color: whitesmoke!important;
    opacity: 0.9;
}
.btnCancelar:hover{
    
    opacity: 1;
}
.btnAccionModal:hover{
    
    opacity: 1;
}










.cont{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
}
.cont  div {
  /*position: absolute;*/
  top: 10%;
  /*margin-top: 2px;*/
 
  font-size: 80%;
  font-weight: 500;
  white-space: nowrap;
  color: grey;
  /*border-radius: 5px;*/
  
  /*box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);*/
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
 
  opacity: 0;
  /*transition: all 0.2s ease-in-out;*/
}
.cont  p {
  position: absolute;
  top: 10%;
  margin-top: 2px;
 
  font-size: 80%;
  font-weight: 500;
  white-space: nowrap;
  color: grey;
  border-radius: 5px;
  
  /*box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);*/
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
 
  opacity: 0;
  /*transition: all 0.2s ease-in-out;*/
}
.cont:hover div {
  top: 100%;
  opacity: 0.8;
  
}
.cont:hover p {
  top: 100%;
  opacity: 0.8;
  
}










/* Botones de accion*/
.btnAccion{
     height: 3rem; 
    border-style: solid;
     border-radius: 0.5rem; 
    border-color: #778899;
    border-width: thin;
    box-sizing: border-box;
    width: 95%;
    background: #778899;
    color: whitesmoke;
    opacity: 0.9;
    margin-top: 0.2rem;
    margin-bottom: 1%;
    font-size: 100%;
    letter-spacing: 0.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnAccion:hover{
    opacity: 1;
}
.botonActivo{
    
    background: #2387b9;
    border-color: #2387b9;
    
}

/* Enlace boton*/
.olvide-recuperarPassword {
    color: #2387b8;
    
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.09rem;
    margin-right: 0.05rem;
}

.olvide-recuperarPassword:hover{

    color: #666666;
}