/*
    @ para definir colores    
*/
body{
    background-color: rgb(16, 95, 91);
}
#side_nav{
   /*background-color: rgb(255, 215, 215);*/
   /*background: linear-gradient(to right, rgb(131, 228, 226),rgb(234, 234, 234));*/
   background: linear-gradient(to right,rgb(255, 242, 242), rgb(255, 212, 219), pink );
    min-width: 250px;
    max-width: 250px;
    /*height: 100vh;*/
    transition: all 0.4s;
}
.content{
    background-color: rgb(234, 234, 234);
    min-height: 90%;
    width: 100%;
}

hr.h-color{
    background:rgb(255 186 186);
}

.sidebar ul li.active{
    background: rgb(255, 119, 119);
    border-radius: 8px;
}

.sidebar ul li.active a, .sidebar ul li a:hover{
    color:rgb(0, 0, 0);
    /*background: rgb(255 186 186);*/
    background: linear-gradient(to left, rgba(255, 212, 219, 0.208),  rgb(255 186 186));
    border-radius: 8px;
}

.sidebar li a{
    color: rgb(84, 46, 46);
}
.sidebar li button{
    color: rgb(84, 46, 46);
}

@media(max-width: 767px){
    #side_nav{
        margin-left: -250px;
        position: fixed;
        min-height: 100vh;
        z-index: 1;
    }
    #side_nav.active{
        margin-left: 0px;
    }

}
/*
*@@@ Home sin inicio de secion
*/
#login .login{
    background-color: #eee;    
}
#login button{
    color: #222;    
}

.fondo-pink{
    background-color: rgb(255, 210, 210);
}
.fondo-aqua{
    background-color: rgb(255, 210, 210);
}

#login button:hover{

    background-color: rgb(255, 210, 210);
    color: rgb(75, 53, 53);
}

.foto_perfil{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit:cover;
}

.foto_perfil_mostrar{
    width: 300px;
    border: rgb(35, 113, 238) solid 2px;
    border-radius: 10px;

}
table{
    font-size: 12px;
}
.correo-minusc{
    text-transform:lowercase;
}
table input{
    /*height: 24px;*/
    font-size: 13px;
}
table .customButton{
    height: 24px;
    font-size: 15px;
    padding-top: 0px;
}

textarea{
    height: 60px;
}

/*botón atrás del user y residente/show.blade.php*/
.float-bottom-custom{
    top: 0px;
    margin-top: 7px;
}

.simple-linear {
    background: linear-gradient( rgb(234, 234, 234) ,rgb(131, 228, 226), rgb(16, 95, 91));
}

.degragdado-cabecera{
    background: linear-gradient(rgb(104, 198, 196), rgb(131, 228, 226),rgb(234, 234, 234));
}
/*
* Botón redondo
*/
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}


/*
*Aquí está el estilo del dashboard
*
*/
/*BORDES*/
.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
  }
  
  .border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
  }
  
  .border-left-secondary {
    border-left: 0.25rem solid #858796 !important;
  }
  
  .border-bottom-secondary {
    border-bottom: 0.25rem solid #858796 !important;
  }
  
  .border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
  }
  
  .border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
  }
  
  .border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
  }
  
  .border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
  }
  
  .border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
  }
  
  .border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
  }
  
  .border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
  }
  
  .border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
  }
  
  .border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
  }
  
  .border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
  }
  
  .border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
  }
  
  .border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
  }
  
  /*Sombreados*/
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
  }
  
  .shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  }
  
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }

  /**/
  .h-25 {
    height: 25% !important;
  }
  
  .h-50 {
    height: 50% !important;
  }
  
  .h-75 {
    height: 75% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }