#puntos-valores-table-detalle tbody td:nth-child(3) {
    text-align: right;
}

.section-image,
.wrapper-full-page .footer,
.navbar-absolute {
    background: #002C75;

}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/assets/images/bg-menu.jpg);
    background-color: #2D68C4;
    background-size: 363px 890px;
    color: #fff;
    padding-top: 1rem;
    transition: transform 0.3s ease;
}

#sidebar.hidden {
    transform: translateX(-100%);
}

#sidebar .nav-link {
    color: #fff;
}

#sidebar .nav-link:hover {
    color: #FF7F32;
}

#sidebar .dropdown-menu {
    background-color: #2D68C4;
}

#sidebar .dropdown-item {
    color: #fff;
}

#sidebar .dropdown-item:hover {
    color: #FF7F32;
}

#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;
}

.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;
}

.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;
}

.btn-primary {
    background-color: #FF7F32;
    border-color: #FF7F32;
}

.btn-primary:hover {
    background-color: #FFB71B;
    border-color: #FFB71B;
}

#content {
    margin-left: 250px;
    flex-grow: 1;
    transition: margin-left 0.3s ease;
}

#content.full-width {
    margin-left: 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.breadcrumb li {
    position: relative;
}

.breadcrumb li a {
    display: block;
    padding: 10px 20px;
    color: #00BBDC;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.breadcrumb li a:hover {
    background-color: #00BBDC;
    color: #fff;
}

.breadcrumb li.active a {
    color: #6c757d;
    cursor: default;
}

.breadcrumb li.active a:hover {
    background-color: transparent;
    color: #6c757d;
}
.btn-verde {
    background-color: #A4D65E;
    border: 1px solid #A4D65E;
    color: #fff;
} 
.btn-verde:hover {
    background-color: #95c955;
    border-color: #95c955;
    color: #fff;
}
.btn-guardar {
    display: inline-block;
    background-color: #2D68C4;
    border: 1px solid #2D68C4;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none; 
    transition: background-color 0.3s ease, border-color 0.3s ease;
    text-align: center;
}
.btn-guardar:hover {
    background-color: #6795df;
    border-color: #6795df;
    color: #fff;
}
.btn-crear {
    display: inline-block;
    background-color: #A4D65E;
    border: 1px solid #A4D65E;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none; 
    transition: background-color 0.3s ease, border-color 0.3s ease;
    text-align: center;
}

.btn-crear:hover {
    background-color: #95c955;
    border-color: #95c955;
    color: #fff;
}

.input-file {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.input-file:hover {
  background-color: #eef3f8;
  border-color: #999;
}
.nav-item.active > .nav-link {
    background-color: rgba(45, 104, 196, 0.8); 
    color: white !important; 
    border-radius: 8px; 
    padding: 8px 12px; 
    transition: background-color 0.3s ease-in-out; 
}
.nav-item.active > .nav-link:hover {
    background-color: rgba(45, 104, 196, 1); 
}
.dataTables_paginate .paginate_button {
    background-color: #f0f0f0; 
    color: #333 !important; 
    border: 1px solid #ccc;
    border-radius: 5px; 
    margin: 0 3px; 
    padding: 5px 10px; 
}
.dataTables_paginate .paginate_button.current {
    background-color: #007bff;
    color: white !important;
    border: 1px solid #007bff;
}
.dataTables_paginate .paginate_button:hover {
    background-color: #0056b3;
    color: white !important;
    border: 1px solid #0056b3;
}