﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px !important;
    }

    input,
    textarea,
    select {
        font-size: 16px !important;
    }
}

input,
textarea,
select {
    font-size: 16px !important;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18.72px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 13.28px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 16px;
}

li {
    font-size: 16px;
}

nav {
  z-index: 999;
}

label {
  margin-bottom: 0;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #dedede;
}
footer .container {
  color: black;
}

a {
  color: #189279;
}

.color-principal {
  color: #189279;
}

/**********************************************/
body {
  /*background-color: #f5f5f5;*/
  padding-right: 0!important;
}

body.modal-open {
    overflow: auto;
}

.panelLogin {
  width: 100%;
  /*height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  left: 0px;*/
}

/***********************************************/
/*****************UTILIDADES********************/
/***********************************************/
.hidden {
  display: none;
}

.hidden-important {
  display: none !important;
}

.mostrar {
  display: block !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.form-group label {
  display: inline-block;
  padding-left: 2px;
  font-weight: 600;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
    accent-color: #116a58!important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #116a58 !important;
    background-color: #116a58 !important;
}

.form-check-label label {
  cursor: pointer;
}

.ml-auto {
  margin-left: auto !important;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(24, 146, 121, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(24, 146, 121, 0.6) !important;
  outline: 0 none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #189279;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 146, 121, 0.25);
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.font-weight-500 {
  font-weight: 500;
}

.float-left {
  float: left;
  padding: 0 !important;
}

.text-minus {
  text-transform: lowercase;
}

/***********************************************/
/******************LOGIN************************/
/***********************************************/
.login-background {
  background-image: url("../images/backgrounds/login.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

/***********************************************/
/*****************MARCAJE***********************/
/***********************************************/
.circle {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  color: #fff;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.circle::before {
  content: "";
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  width: 160px;
  height: 160px;
  left: calc(50% - 80px);
  /*top: calc(50% - 80px);*/
  background-color: #189279;
}

.secondsSphere {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 10px);
    /*top: calc(50% - 80px);*/
    animation: rotacion 60s linear infinite;
    animation-play-state: paused;
}

@keyframes rotacion {
  from {
    transform: rotate(-90deg) translateX(60px);
  }
  to {
    transform: rotate(270deg) translateX(60px);
  }
}
.buttons {
  margin-top: 10px;
  display: inline-flex;
}

.stop {
  background-color: #fff;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.play {
  height: 30px;
  width: 30px;
  border-width: 15px 0 15px 30px;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 0px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  border-style: solid;
}

/***********************************************/
/*************MARCAJE PROYECTOS*****************/
/***********************************************/
#nuevaImputacion .circle::before {
    background-color: #A47764; /*#C0795F;*/
}

/***********************************************/
/******************LOADER***********************/
/***********************************************/
.reloj-loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 3px solid #189279;
  border-radius: 50%;
}
.reloj-loader::before, .reloj-loader::after {
  position: absolute;
  content: "";
  top: 0.5rem;
  width: 0.2rem;
  background: #189279;
  border-radius: 10px;
  transform-origin: center calc(100% - 0.1rem);
  animation: spin infinite linear;
}
.reloj-loader::before {
  height: 1.6rem;
  animation-duration: 2s;
}
.reloj-loader::after {
  top: 1.3rem;
  height: 0.8rem;
  animation-duration: 15s;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
/***********************************************/
/******************NAVBAR***********************/
/***********************************************/
.btnCerrarSesion {
  background: #0366d6;
  border-radius: 2px;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  margin-top: 18px !important;
  color: white !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 15px 7px;
  margin: 10px 15px;
  position: relative;
  z-index: 1;
}

.navbar .navbar-nav .nav-nombre {
  font-size: 16px;
  font-weight: 500;
  color: #116a58;
  padding: 15px 7px;
  margin: 10px 15px;
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
  color: #116a58;
  max-width: 80vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-activo {
    text-decoration: underline 2pt #189279;
    text-underline-offset: 5px;
}

.navbar .navbar-nav .nav-link:before {
  content: "";
  background: #75ccda61;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  animation: 0.8s no-hover;
  animation-fill-mode: forwards;
  z-index: -1;
  border-radius: 10px;
}

.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .nav-link:focus:before {
  animation: 0.4s hover linear;
  animation-fill-mode: forwards;
}

@keyframes hover {
  0% {
    transform: scaleX(0);
    height: 5px;
  }
  45% {
    transform: scaleX(1.05);
    height: 5px;
  }
  55% {
    height: 5px;
  }
  100% {
    transform: scaleX(1.05);
    height: 100%;
  }
}
@keyframes no-hover {
  0% {
    transform: scaleX(1.05);
    height: 100%;
  }
  45% {
    height: 5px;
  }
  55% {
    transform: scaleX(1.05);
    height: 5px;
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    height: 5px;
    opacity: 0.02;
  }
}
.navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-item {
  font-size: 13px;
  padding: 10px 20px;
  opacity: 0.9;
}

.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #189279;
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  border-radius: 0;
  color: #000000;
  background: #f5f5f5;
  min-width: 185px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  display: block !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
  color: #0c0f16;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px;
  position: relative;
}

.isPicked {
  color: #189279 !important;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #189279;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu ul.dropdown-menu {
    display: none;
    opacity: 1;
    position: relative !important;
    top: -12px;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-nombre {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-nombre {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-nombre {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-nombre {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.navbar-expand .navbar-nav .nav-nombre {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/***********************************************/
/***************NAVBAR RESPONSIVE***************/
/***********************************************/
@media (max-width: 1500px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
        padding: 15px 5px;
        margin: 10px 10px;
    }
}

@media (max-width: 1400px) {
    .navbar-expand-lg .navbar-compacto .navbar-nav .nav-link {
        font-size: 0.85rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

@media (max-width: 1375px) {
    header .navbar .container-fluid .navbar-brand img {
        width: 135px !important;
    }
}

@media (max-width: 1290px) {
    header .navbar .container-fluid .navbar-brand img {
        width: 135px!important;
    }
    .navbar .navbar-nav .nav-link {
        padding: 15px 4px;
        margin: 10px 6px;
    }
    .navbar-expand-lg .navbar-nav .nav-nombre {
        padding: 15px 5px;
        margin: 10px 6px;
    }
}

@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-compacto .navbar-nav .nav-link {
        font-size: 0.80rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 1125px) {
    .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }

    .navbar-expand-lg .navbar-nav .nav-nombre {
        font-size: 14px;
    }    
}

@media (max-width: 1100px) {
    .navbar-expand-lg .navbar-compacto .navbar-nav .nav-link {
        font-size: 0.75rem;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }
}

@media (max-width: 992px) {
    header .navbar .container-fluid .navbar-brand img {
        width: 200px!important;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 12px 7px;
        margin: 7px 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-nombre {
        font-size: 16px;
        padding: 12px 7px;
        margin: 7px 15px;
    }
}

/***********************************************/
/******************MODAL************************/
/***********************************************/
.modal-close {
  background: unset;
  border: unset;
}

.modal-cabecera-background {
  background: #f5f5f5;
}

/***********************************************/
/******************FILTROS**********************/
/***********************************************/
.collapse-content {
  width: 100%;
}

.collapse-content-cabecera {
  padding-bottom: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px #cccccc;
  display: block;
  overflow: auto;
  padding-top: 8px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.collapseP {
  display: block !important;
}

.collapseP a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  color: #fff;
  position: relative;
}

.collapseP a:hover {
  color: #fff!important;
}

.collapseP a.filtrosC {
  background: #116a58;
}

.collap-flecha-desplegado {
  content: "";
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 20px;
  right: 30px;
}

.collap-flecha-plegado {
  content: "";
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 20px;
  right: 30px;
  transform: rotate(-90deg);
}

.content {
  transition: 0.3s linear 0s;
  overflow: hidden;
}

.collapseP + .collapseP a {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.collapse:target .content {
  max-height: 15em;
}

.collapse:target a:before {
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .collapse-content {
    margin: auto;
  }
    #desplegableFiltros .collapse-content-cabecera {
        display: none;
    }
}
/***********************************************/
/******************VALIDACIONES*****************/
/***********************************************/
.validarDANGER {
  background-color: #ffff6c !important;
  color: #b7b700;
}

.validarERROR {
  background-color: #ff6c6c !important;
  color: #b70000 !important;
  border-color: red;
}

/***********************************************/
/******************CONTENEDORES*****************/
/***********************************************/
.contenedorListado {
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  background-color: #ffffff;
  display: block;
}

.cajaListado {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cajaFiltros {
  background: white;
  padding: 15px;
  border-radius: 5px;
  margin: 0;
  border: 1px solid #d9d9d9;
}

/***********************************************/
/******************DATATABLES*******************/
/***********************************************/
.sorting_desc::after {
  content: none;
}

.sorting_asc::after {
  content: none;
}

table.dataTable {
  font-size: 14px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 4px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 4px;
  min-height: 1.3rem;
}

tr.odd {
  background-color: #f5f5f5 !important;
}

tr.even {
  background-color: #ffffff !important;
}

table.dataTable tbody tr.odd td.sorting_1 {
  background-color: transparent !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: unset !important;
}

tr.odd:hover, .sorting_1:hover {
  background-color: #85c3b6 !important;
}

tr.even:hover, .sorting_1:hover {
  background-color: #85c3b6 !important;
}

.btnDataTable-azul {
   background-color: #1963EE !important;
}

.btnDataTable-verde {
  background-color: #1c930f !important;
}

.btnDataTable-rojo {
  background-color: #c4151e !important;
}

.btnDataTable-custom {
    background-color: #fff !important;
    color: #116a58 !important;
}

.btnDataTable-new {
    background-color: #116a58 !important;
    color: #fff !important;
    font-size: 18px !important;
}

.btnDataTable {
    background-image: none !important;
    color: #ffffff;
    padding-top: 2px !important;
    padding-bottom: 1px !important;
    font-size: 17px;
    margin-bottom: 10px !important;
    margin-right: 0px !important;
    margin-left: 3px !important;
    border-color: #116a58 !important;
}

.btnDataTable-amarillo {
  background-color: #FFD43B !important;
  color: #116A58 !important;
}

.dataTables_wrapper select {
  padding-top: 0px !important;
}

.paginate_button {
  margin: 0px;
  padding: 0px;
}

.paginate_button.current {
  background-image: none !important;
  background-color: #FFD951 !important;
  padding-top: 4px !important;
  padding-right: 8px !important;
  padding-bottom: 0px !important;
  padding-left: 8px !important;
  height: 28px !important;
  margin-top: 8px;
}

.paginate_button:hover {
    height: 28px !important;
    padding-top: 2px !important;
    margin-top: 0px !important;
    background-image: none !important;
    background-color: #116a58 !important;
    color: black !important;
    border-color: #116a58 !important;
}

.paginate_button.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #116a58;
    border-color: #116a58;
}
.paginate_button.page-item:not(.active) .page-link {
    color: #116a58;
}
.page-item .page-link {
    border: 1px solid #116a58;
}
.page-item.disabled .page-link {
    background-color: #f7f7f7 !important;
    border-color: #116a58 !important;
}

.paginate_button.page-item .page-link {
    z-index: 3;
    padding: 0.4rem 0.52rem;
    font-size: 1rem !important;
}

.datatable-scroll {
  width: 100%;
  padding-right: 0px;
  display: block !important;
}

.datatable-scroll div.dt-buttons {
  float: none !important;
  display: inline-block !important;
  position: relative;
  top: 3px;
}

.dataTables_filter {
  float: none !important;
  display: inline-block !important;
}

.dataTables_scrollHead {
  display: block !important;
}

.dataTables_scrollBody {
  display: block !important;
}

.dataTableFiltros {
  float: left;
  padding-bottom: 5px;
}

.dataTableBuscar {
  float: right;
}

.dataTables_info {
  text-align: right !important;
}

input[type=search] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 160px;
    height: 37px;
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.dtr-details {
  display: unset !important;
}

.dtr-details li {
  padding: 0.2em 0 !important;
}

.text-right-margin {
  text-align: right;
  margin-right: 10px;
}

.info-text {
  color: #33b4ff !important;
  font-size: 20px;
  background: white;
  border-radius: 20px;
  width: 20px;
  cursor: help;
  margin-top: 2px;
}

.warning-text {
    color: red !important;
    font-size: 18px;
    /*background: white;*/
    border-radius: 18px;
    width: 18px;
    cursor: help;
    margin-top: 2px;
}

/***********************************************/
/*******************SELECT2*********************/
/***********************************************/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0px;
    border: 0px;
    background-color: #047EDF;
    color: white;
    padding-bottom: 2px;
}

.select2-selection__rendered {
    margin-bottom: -9px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    outline: none;
    box-shadow: none !important;
}

.select2-selection__choice__remove {
    position: relative;
    top: -1px;
    color: #FA6800 !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: -11px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px;
    outline: 0;
}

.select2.select2-container.select2-container--default{
    width: 100%!important;
}


/***********************************************/
/*********************MENU**********************/
/***********************************************/
.footerMenu {
  flex: none !important;
  background-color: #189279 !important;
  border-top: 1px solid #C8DAE5 !important;
  padding: 0px !important;
  position: fixed !important;
  bottom: 0 !important;
  z-index: 100 !important;
}

.menuItem a {
    color: #9abdb3;
    font-weight: bold;
}

.menuItem a:hover {
  color: #00483a !important;
}

.menuItem a:focus {
  color: #ffffff !important;
}

.menu {
  padding-right: 8px;
}

.menu img {
  width: 32px;
}

.menu td {
  min-width: 70px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.menuLabel {
  white-space: nowrap;
}

.menuCambiarPantallaUsuario {
  position: absolute !important;
  right: 55px !important;
  top: unset !important;
  bottom: 12px !important;
}

.content-header-sinMenu {
  margin-top: 40px !important;
}

.menuSuperiorFijo {
  position: fixed;
  z-index: 99;
  width: 100%;
}

.active-submenu {
  color: #ffffff !important;
}

/*.header-sombra {
    -webkit-box-shadow: -1px 4px 5px -5px rgba(0,0,0,0.12);
    box-shadow: -1px 4px 5px -5px rgba(0,0,0,0.12);
}*/
.vinculo-colorPrincipal {
  color: #189279 !important;
}

.vinculo-colorPrincipal:hover {
  color: #006c56 !important;
}

.div-cabeceraVistas-menu {
  margin-bottom: 20px;
  font-weight: 500;
}

.cabeceraVistas-menu {
  font-size: 1.3rem;
  color: #116a58;
  /*font-variant: petite-caps;
  text-decoration: underline;*/
}


/***********************************************/
/***************MENU FAVORITOS******************/
/***********************************************/
.favoritos-nav .icono-favorito {
    background-color: transparent;
    color: #116a58;
    cursor: pointer;
    border-radius: 50%;
    padding: 6px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 1.4rem;
}

.favoritos-nav .icono-favorito:hover {
    background-color: #e0f0e9; 
    color: #0d4f44;
}

.favoritos-nav .icono-favorito:hover {
    color: #0d4f44; 
}

.favoritos-nav {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

ul.favoritos-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.favoritos-nav li {
    margin: 0;
    padding: 0 0.5rem;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .favoritos-nav .icono-favorito {
        padding: 0;
        font-size: inherit;
    }
}
@media (max-width: 991px) {
    ul.favoritos-nav {
        display: none;
    }
}


/***********************************************/
/************MENU DESPLEGABLE MOVIL*************/
/***********************************************/
:root {
    --kc-brand: #189279;
    --kc-brand-light: #e8f5f2;
    --kc-brand-dark: #0f6352;
}

/* ── Menú desplegable ── */
.kc-menu-section-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--kc-brand);
    padding: 0.25rem 1rem;
    margin-top: 0.5rem;
}

/* Bloque de perfil */
.kc-profile-block {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.55rem 1rem;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.15s;
}

.kc-profile-block:hover {
    background: var(--kc-brand-light);
}

.kc-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--kc-brand);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kc-profile-name {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    margin: 0;
    line-height: 1.3;
}

.kc-profile-email {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
}

/* Ítems del menú */
.kc-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
    font-size: 14px;
    color: #212529;
    text-decoration: none;
    transition: background 0.15s;
    cursor: pointer;
}

.kc-nav-item:hover {
    background: var(--kc-brand-light);
    color: var(--kc-brand-dark);
    text-decoration: none;
}

.kc-nav-item:hover i:not(.kc-chevron) {
    color: var(--kc-brand);
}

.kc-nav-item i {
    width: 20px;
    text-align: center;
    font-size: 16px;
    color: #495057;
    transition: color 0.15s;
}

.kc-nav-item .kc-chevron {
    margin-left: auto;
    font-size: 12px;
    color: #adb5bd;
}

/* Badge de avisos */
.kc-badge {
    margin-left: 5px;
    background: var(--kc-brand);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
}

/* Divisor */
.kc-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 4px 0;
}

/* Cerrar sesión */
.kc-logout {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #842029;
    text-decoration: none;
    transition: background 0.15s;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.kc-logout:hover {
    background: #f8d7da;
    color: #842029;
}

.kc-logout i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

/***********************************************/
/***************MODAL MENU MOVIL****************/
/***********************************************/
#modalMenuMovil.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#modalMenuMovil .modal-content {
    background-color: white;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#modalMenuMovil .close {
    color: #aaa;
    margin-right: 7px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 28px;
    color: #999;
    transition: color 0.3s ease;
}

#modalMenuMovil .close:hover {
    color: #189279;
}

#modalMenuMovil #modal-title {
    margin-top: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #189279;
    text-align: center;
    border-bottom: 2px solid #189279;
    padding-bottom: 10px;
}

#modalMenuMovil #modal-options {
    list-style: none;
    padding: 0;
    /*margin-top: 20px;*/
    overflow: scroll;
    /*max-height: 560px;*/
    max-height: 460px;
    scrollbar-color: #189279 #f0f0f0;
    scrollbar-width: thin;
}

#modalMenuMovil #modal-options li {
    margin: 10px 0;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.3s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#modal-options li a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-left: 5px solid #189279;
    border-radius: 6px;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

#modal-options li a i {
    color: #189279;
    margin-right: 12px;
    font-size: 18px;
}

#modal-options li a:hover {
    background-color: #d1f1ea; 
    color: #189279;
    transition: background-color 0.2s ease;
}

#modal-options li a.subopcion-activa {
    background-color: #189279;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#modal-options li a.subopcion-activa i {    
    color: #fff;       
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #189279;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar .btn-favorito {
    color: #116a58;
}
.navbar .btn-favorito i{
    color: #116a58;
}

.navbar .btn-favorito i:hover {
    color: #b18622;
}

.navbar .btn-favorito i.fas:hover {
    color: #ababab;
}

/***********************************************/
/****************EDITAR-PERFIL******************/
/***********************************************/
.contendorPermisos {
  background-color: #ffffff;
  overflow: auto;
  padding: 3px;
  padding-bottom: 13px;
  padding-top: 7px;
  margin-top: 12px;
  border: 1px solid #d5d5d5;
}

.padding-rigth-perfiles {
  text-align: center;
  padding: 0 !important;
}

.label-perfiles {
  text-align: left;
  padding-left: 25px !important;
}

/***********************************************/
/******************BOOTSTRAP********************/
/***********************************************/
a:hover {
  color: #ffc904;
}

.btn-editarListado {
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    background: #1963EE !important;
    margin: 1px !important;
}

.btn-ubicacion {
  width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  background: #28a745 !important;
  margin: 1px !important;
}

.btn-eliminar {
  width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  background: #ed675c !important;
  margin: 1px !important;
}

.btn-recuperar {
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    background: #FFD43B !important;
    margin: 1px !important;
}

.btn-copiar {
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    background: #6c757d !important;
    margin: 1px !important;
}

.btn-toggle-tarea {
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    background: #17a2b8 !important; 
    margin: 1px !important;
}

.btn-check {
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    background: #f67523 !important;
    margin: 1px !important;
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1600px!important;
    }
}

/*.col-12 {
    padding: 0 !important;
}*/

/***********************************************/
/****************FULL CALENDAR CUSTOM**********/
/***********************************************/

/* ---------- BOTONES ---------- */
.fc .fc-button {
    background-color: #116a58;
    border: none;
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 6px;
    box-shadow: none;
    transition: background-color 0.2s ease;
}

    .fc .fc-button:hover,
    .fc .fc-button:focus {
        background-color: #147968;
        color: white;
        outline: none;
    }

/* ---------- EVENTOS ---------- */
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    color: black;
}

.fc-event,
.fc-event-dot {
    margin: 1px;
    background-color: /*#116a58 */  #f5f5f5 /*#bebebe*/ /*#A47764*/ /*#189279*/;
    border: 1px solid /*#116a58 */ /*#f5f5f5*/ #bebebe /*#A47764*/ /*#147968*/;
    color: white;
    font-weight: 400;
    border-radius: 6px;
    padding: 4px 6px;
    font-size: 0.9rem;
}

    .fc-event:hover {
        background-color: /*#76818d*/ /*#796158*/ #116a58;
        cursor: pointer;
        color: white;
    }

    .fc-event:hover .fc-event-title {
        color: black;
        font-weight: 600;
    }



/* ---------- SELECCIÓN Y HOY ---------- */
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(17, 106, 88, 0.2);
    border-radius: 8px;
    border: 2px solid #116a58;
    box-shadow: 0 0 8px rgba(17, 106, 88, 0.6);
}

.fc .fc-highlight {
    background: #d8ede9;
    border-radius: 4px;
}

/* ---------- TITULOS Y HEADER ---------- */
.fc .fc-toolbar-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
}

.fc .fc-col-header-cell-cushion {
    color: #444;
    font-weight: 600;
    text-transform: capitalize;
}

.fc .fc-multimonth-title {
    text-transform: uppercase;
}

/* ---------- NAVIGATION LINKS ---------- */
.fc .fc-daygrid-day-number {
    color: #444;
    font-weight: bold;
    font-size: 0.85rem;
    padding-right: 4px;
}

/* ---------- LIST VIEW ---------- */
.fc .fc-list-event-title {
    color: #189279;
    font-weight: 500;
}

.fc .fc-list-event-time {
    font-weight: 600;
    color: #555;
}

.fc-listMonth-view .fc-list-event-title {
    color: #189279;
    font-weight: 500;
}
.fc-listMonth-view .fc-event, .fc-listMonth-view .fc-event-dot {
    background-color: #ffffff;
}

.fc-listMonth-view a[data-navlink] {
    color: #116a58;
    text-transform: uppercase;
}
.fc .fc-list-event-dot {
    border: calc(var(--fc-list-event-dot-width) / 2) solid #189279;
}

/* ---------- GENERAL LIMPIEZA ---------- */
.fc-theme-standard .fc-scrollgrid {
    border-color: #e0e0e0;
    background-color: #fafafa;
}

.fc .fc-daygrid-day {
    background-color: #fff;
}
.fc td.fc-day.fc-daygrid-day {
    cursor: pointer;
}
    .fc td.fc-day.fc-daygrid-day:hover {
        background-color: /*#116a5817*/ #116a5817;
    }
.fc .fc-popover {
    border: 1px solid #ccc;
    background-color: #fff;
}

/* ---------- FUENTES Y DETALLES ---------- */
.fc td, .fc th {
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.85rem;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
    .fc .fc-toolbar-title {    
        font-size: 14px; 
    }
}

@media (max-width: 992px) {
    .fc-event, .fc-event-dot {
        padding: 0px 1px;
        font-size: 0.7rem;
    }
}

/* ---------- DATATABLE ---------- */
.fc .fc-button-group > .fc-button {
    margin-right: 0!important;
    border: 1px solid #116a58;
    border-right: 0;
    background: white;
    color: #116a58;
    border-radius: 0;
    border-left: 0;
}
.fc .fc-button-group > .fc-button:first-child {
    border: 1px solid #116a58;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
.fc .fc-button-group > .fc-button:last-child {
    border: 1px solid #116a58;
    border-radius: 0 10px 10px 0;
    border-left: 0;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #116a58 !important;
    border-color: #116a58;
    color: white;
}
.fc .fc-button-primary:focus {
    box-shadow: none !important;
}
.fc .fc-button-primary:hover {
    background-color: #116a5869 !important;
    color: white !important;
}

/* ---------- DATATABLE RESPONSIVE ---------- */
@media only screen and (max-width: 767px) {

    .login-background {
        background-position-x: right;
        background-position-y: bottom;
        background-size: inherit;
    }

    .dataTableBuscar .dataTables_filter {
        width: 70%;
    }
    .dataTables_filter label, .dataTables_filter label input {
        width: 100%!important;
    }
    .datatable-scroll .dataTableBuscar {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    .datatable-scroll .calToolbar .fc .fc-button-group {
        display: inline-flex;
        position: relative;
        vertical-align: middle;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: stretch;
        width: 100%;
        margin-top: 10px;
    }
    div.row.contenedorListado {
        padding: 0px !important;
        margin: 0px !important;
    }
    div.row.contenedorListado > .col-12{
        padding: 0px!important;
        margin: 0px!important;
    }
}
