/* generales */
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #232d4f;
  border-color: #232d4f;
}

.vocescolapse  {
  font-weight: 400 !important;
  padding-left: 4px !important;
}


.list-group-item {
  border: 0px !important
}

.navigation {
  font-weight: bold !important;
}

.text-danger {
  color: #232d4f !important;
}

html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto" !important;
}

body {
  display: flex;
  flex-direction: column;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.align-right {
  margin-left: auto;
}

/* barra lateral abierta */

#sidebar {
  min-width: 220px;
  max-width: 220px;
  /*min-height: 100vh;*/
  background-color: #ededed;
  color: #828385;
}

#sidebar p {
  font-family: "RobotoCondensed-Bold";
  text-transform: uppercase;
  font-size: 1.1em;
  border-bottom: 2px solid #dedede;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sidebar ul li {
  padding: 0.5rem 1rem;
}

#sidebar ul li.active {
  background-color: #9dcfd8;
}

#sidebar ul li a {
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
}

#sidebar ul li a i {
  font-size: 1.5em;
}

#sidebar ul li a span {
  margin-left: 1em;
}

/* header */
header {
  background-color: white;
  color: #232d4f;
  position: absolute;
}

.accesogestor {
  text-transform: uppercase !important;
  font-family: "RobotoCondensed-Bold";
  margin-right: 1em;
}

div.logout {
  padding: 5px 20px;
}

div.logout p {
  margin-bottom: 0px;
  margin-left: 2em;
  text-align: left;
  font-size: 0.9em;
  line-height: 1em;
}

div.logout i.fas {
  float: left;
  margin-top: 8px;
  margin-bottom: 7px;
}

.logout p span.username {
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 0.8em;
}

.loginusr,
.accesogestor,
.logout {
  margin-top: 0.5em;
  margin-left: 0.5em;
  font-weight: normal;
  margin-left: auto;
}

.loginusr i.fas,
.accesogestor i.fas,
.logout i.fas {
  color: #ffc335;
}

/* contenido */
main {
  height: 100%;
}

#content {
  width: 100%;
  /*height: 100%;*/
}

#content .content {
  background-color: #fff;
  /*height: 100%;*/
}

#content .content-form {
  max-width: 45rem;
}

#content .content h1 {
  color: #232d4f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

div.gestor {
  flex: auto;
  background-color: #fff;
  height: 100%;
}

.tooltip-inner {
  background-color: rgb(194, 194, 194);
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: rgb(194, 194, 194);
}

.card-header {
  border-color: #232d4f !important;
  border-width: 2px;
  font-weight: 700 !important;
}

table tbody tr,
.nav-link {
  cursor: pointer !important;
}

.select2-selection--multiple {
  border-radius: 14px !important;
}

#t_voces_filter {
  text-align: right !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #e8d0d0 !important;
  border-radius: 0px !important;
  cursor: text;
}

.documento_form .modal-body {
  padding: 0rem !important;
}

#spinner {
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
}

.card-body {
  font-family: "Roboto" !important;
}

/* sumenú */
nav.submenu {
  background-color: #fff;
  border-bottom: 2px solid #dedede;
  height: 3.5em;
  padding: 0.3rem 1rem;
  overflow-y: hidden;
}

nav.submenu .icono-grande {
  color: #232d4f;
  font-size: 2rem;
  margin-right: 1rem;
}

nav.submenu .icono-grande.fa-comment {
  font-size: 2.5rem;
}

nav.submenu a {
  color: #000;
}

nav.submenu a.active {
  color: #fff;
  background-color: #232d4f;
  border-radius: 5px;
}

nav.submenu a.nav-link {
  padding: 0.7rem 1rem;
}

/* footer */
footer {
  height: 5rem;
}

footer div.footer-logo {
  min-width: 220px;
  max-width: 220px;
  background-color: #ededed;
  color: #828385;
  padding: 0.5rem;
  display: block;
  float: left;
  height: 5rem;
}

footer div.footer-logo img {
  width: 100%;
}

footer div.footer-desc {
  font-size: 0.7rem;
  display: block;
  float: left;
  height: 100%;
  padding-top: 2rem;
  padding-left: 1rem;
}

/* tablas */
.content table.table thead tr th {
  border-bottom: 2px solid #232d4f;
}

.page-item.active .page-link {
  background-color: #232d4f;
  border-color: #232d4f;
}

.page-link,
.page-link:hover {
  color: #232d4f;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
  content: "\25B2" !important;
  /*content: "\1F891"!important;*/
  top: 4px !important;
  font-size: 0.7em !important;
  color: #232d4f;
  opacity: 1 !important;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  content: "\25BC" !important;
  /*content: "\1F893"!important;*/
  top: 13px !important;
  right: 0.85em !important;
  font-size: 0.7em !important;
  color: #232d4f;
  opacity: 1 !important;
}

table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
  /*color: #fff;
  border: 1px solid #232d4f;*/
  color: #232d4f;
  opacity: 0.4 !important;
}

/* formularios */
.nav-right {
  margin-left: auto;
  margin-bottom: 0.5rem;
  text-align: right;
}

.btn-light {
  color: #95969a;
  border: 1px solid #95969a;
  border-radius: 5px;
  background-color: #fff;
  margin-left: 1rem;
  font-size: 0.7rem;
}

.btn-light:hover,
.btn-light:active {
  color: #fff;
  border: 1px solid #232d4f;
  background-color: #232d4f;
}

.modal-yellow {
  background-color: #ffc335;
  border: 5px solid #232d4f;
  border-radius: 10px;
}

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

.modal-footer {
  border: 0px;
}

.form-required {
  color: #232d4f;
  font-weight: 700;
}

.accordion .card {
  border: 0px;
  border-radius: 0px;
}

.accordion .card .card-header {
  background-color: #fff;
  border-bottom: 3px solid #dedede !important;
}

.accordion .card .card-header h2 {
  color: #000000;
  font-size: 1rem;
  display: inline-block;
}

.accordion .card .card-header.active h2 {
  color: #232d4f;
  font-weight: 700;
}

.accordion .card .card-header button:hover,
.accordion .card .card-header button:focus {
  text-decoration: none;
}

.accordion .card .card-header button.ingresar {
  display: none;
}

.accordion .card .card-header button.ingresar.collapsed {
  display: block;
  background-color: #232d4f;
  border-radius: 5px;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.3rem 1rem;
  float: right;
  width: fit-content;
}

.nav-form .btn {
  font-size: 0.7rem;
  margin-left: 1rem;
}

.card-voz {
  margin-bottom: 5rem;
}

.col-btn {
  flex-grow: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white !important;
  background-color: #232d4f !important;
  border-color: #232d4f !important;
}

.card .select2-selection--multiple,
.busquedatexto {
  border-color: #acc7d8 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #618e9a !important;
  color: white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #618e9a !important;
  border: 1px solid #618e9a !important;
  color: white !important;
}

.estadisticasinternas .card {
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background: #005aff;
  color: white;
}

.estadisticasinternas .card .card-text {
  font-size: 3em !important;
}

.bg-dark {
  background-color: #232d4f !important;
}

.select2-container {
  display: block;
  font-size: 0.875rem !important;
}

a.navbar-brand {
  font-family: "RobotoCondensed-Bold";
  text-transform: uppercase;
}

a.navbar-brand span {
  font-family: "RobotoCondensed-Light";
}

.btn-primary {
  background-color: #232d4f;
  border: 0px;
}

.btn-secondary {
  background-color: #232d4f;
  border: 0px;
}

@media (max-width: 1119px) {
  .select2-selection--single {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}

@media (max-width: 1237px) {
  .select2-selection--single {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}

@media (max-width: 1356px) {
  .select2-selection--single {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}

@media (min-width: 1473) {
  .select2-selection--single {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  /* barra lateral cerrada */
  #sidebar {
    min-width: 50px;
    max-width: 50px;
    text-align: center;
  }

  #sidebar ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 1em;
    padding: 20px 0px;
  }

  #sidebar ul li a span {
    display: none;
  }

  #sidebar ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.5em;
    margin-bottom: 5px;
  }

  #sidebar p span {
    display: none;
  }

  footer div.footer-logo img {
    display: none;
  }

  footer div.footer-logo {
    min-width: 50px;
    max-width: 50px;
  }
}


.tooltip-inner {
  background-color: black !important;
}


.centrar {
  left: 292px;
  position: absolute;
  font-size: 30px;
  color: #232d4f !important
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  /* Fondo semitransparente */
  z-index: 1000;
  /* Asegura que esté por encima de todo */
  backdrop-filter: blur(8px);
  /* Aplica el efecto de desenfoque */
  display: flex;
  justify-content: center;
  align-items: center;
}

.overdoc:hover {
  background: #ebb64d !important;
  border-radius: 6px !important;
  padding: 4px !important;
  transition: 0.3s ease-in-out;
}

#filtros .seccion:hover,
#tipos .seccion:hover,
#voces .seccion:hover {
  background: #ebb64d !important;
  border-radius: 6px !important;
  transition: 0.3s ease-in-out;
}

.vocesover:hover,
#accordion .card .card-header:hover {
  background: #ebb64d !important;
  border-radius: 6px !important;
  transition: 0.3s ease-in-out;
}

.vocesover{
  font-size: 12px!important;
  padding-left: 20px;
}

#accordion {
  max-width: 325px !important;
  padding-left: 6px;
}

@media (max-width: 576px) {

  /* breakpoint de Bootstrap para móvil */
  #accordion {
    max-width: 100% !important;
    padding-left: 0;
    /* opcional si querés eliminar el margen en móvil */
  }

  #accordion .card .card-header {

    max-width: 100% !important;
    background-color: #e7e3e3 !important;

  }
}


#accordion .card .card-header {
  background: #fbfbfc !important;
  max-width: 331px;
  border: 1px solid #e7e3e3 !important;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 100 !important;
}

.vocesover {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 15px;
}

.overdoc {
  padding: 4px
}

.seccion {
  user-select: none;
  /* Deshabilita la selección de texto */
  -webkit-user-select: none;
  /* Para navegadores basados en WebKit (Safari, Chrome) */
  -moz-user-select: none;
  /* Para Firefox */
  -ms-user-select: none;
  /* Para Internet Explorer/Edge */
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
}

.seccion:hover {
  background-color: #e9ecef;
}

.seccion.active {
  background-color: #232d4f;
  color: #fff;
  cursor: default;
}

.filtros {
  top: 20px;
  /* position: -webkit-sticky; */
  /* Para compatibilidad con navegadores antiguos */
  /* position: sticky; */
  z-index: 100;
  /* 
  /* Distancia desde el borde superior de la ventana */
}

.chb {

  right: 8px;
  position: absolute;
  top: 7px;
  /* width: 100%; */
}

.unchb {

  right: 8px;
  position: absolute;
  top: 7px;
  /* width: 100%; */
}