#puntos-valores-table-detalle tbody td:nth-child(3){ text-align: right;}

.sidebar{
    background-color: #cccfd4;
}

.section-image,  .wrapper-full-page .footer,  .navbar-absolute{
    background: #cccfd4;
    
}

.wrapper-full-page .navbar,
.wrapper-full-page .footer{
    z-index: 0;
}

.sidebar-wrapper{
    background: url(/assets/images/bg-menu-cr.jpg);
    background-size: 363px 890px;
}

#map{
    height: 700px;
    width: 1400px;
}

.card-login{
    border-width: 0px;
    
}

.user {

    
    margin-top: 0px !important;
    padding-top: 15px;
}

.photo{
    border: 2px solid white !important;
    margin-left: 12px !important;
}

.info{
    margin-top: 5px;
}

.info a{
    cursor: initial;
    
    padding-top: 2px !important;
}

.sidebar .nav .nav-item .nav-link {
    margin: 0px 0px 0px 0px !important;
    padding: 7px 10px !important;
    height: 55px;
}

.sidebar .sidebar-wrapper .nav .nav-link p{
    font-size: 10px !important;
    font-weight: lighter ;
}

.sidebar .nav .nav-item .nav-link i{
    margin-right: 12px !important;
    width: 40px;
}

.amarillo, .logout:hover{
    color: white;
}

.logout{
    margin-top: 20px;
    padding: 20px;
}


.main-panel .content{
    min-height: calc(100vh - 62px);
}

label{
    font-weight: 400;
  color: #9A9A9A;
}


h3, h4, h5{
    font-weight: bold;
}

.form-group div {
    padding: 0px !important;
}

.h-100{
    border: 3px solid #162028 !important;
}

.seleccionado{
    background: white;
    color: #162028;
}

.sidebar .nav .nav-item .nav-link p {
    margin-top: 7px;
}

.sidebar .nav .nav-item .nav-link i {
    padding: 11px;
    font-size: 24px !important;
    border-radius: 21px;
    padding-left: 9px;
}

.card .table tbody td:last-child{
    display: revert;
}

#datos_detalles td:nth-child(3){ text-align: right; }
#parametros-table td:nth-child(5){ text-align: right; }


.parsley-errors-list {
    font-size: 12px  !important; /* Cambia el tamaño de la fuente */
    color: red  !important; /* Cambia el color del texto */
    margin-top: 1px  !important; /* Opcional: ajusta el espacio entre el campo y el mensaje */
    list-style: none  !important; /* Opcional: elimina el estilo de lista */
    padding: 0  !important; /* Opcional: elimina el padding */
}