.error {
  color:red !important;
}


.image-bg-full {
  background-size: cover !important;
  background-position: center !important;
}

.logo-login {
  display: flex;
  justify-content: center;
}

.logo-login img {
  width: 200px;
  height: 100px;
}

.page-header .breadcrumb {
  margin: 0px;
  background: transparent;
  padding: 0;
  text-transform: capitalize; 
}
.page-header .breadcrumb > .active {
  color: #909fa7; 
}
.page-header .breadcrumb > li > a {
  color: #455a64; 
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #868e96;
  font-family: 'simple-line-icons';
  content: "\e606";
  font-size: 11px; 
}
.breadcrumb .breadcrumb-item a {
  color: #212121; 
}
.breadcrumb.colored .breadcrumb-item a {
  color: #ffffff; 
}
.breadcrumb.colored .breadcrumb-item.active {
  color: #ffffff; 
}
.breadcrumb.colored .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff; 
}

/* Cambia el color de los links */
a {
  color: #df3833;
}

/* Cambia el color del borde al input focus */
.form-control:focus {
  color: #6e6b7b;
  background-color: #fff;
  border-color: #df3833;
  outline: 0;
  box-shadow: 0 3px 10px 0 rgb(34 41 47 / 10%);
}

/* Agregar el tamaño correcto a los íconos del menu */
.input-group:not(.bootstrap-touchspin):focus-within .form-control,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #df3833 !important;
  box-shadow: none;
}
.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg,
.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i {
  height: 20px;
  width: 20px;
  font-size: 1.45rem;
  margin-right: 1.1rem;
  flex-shrink: 0;
}

/* Agregar el ícono de dropdown al menu*/
.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  li.has-sub.open:not(.menu-item-closing)
  > a:after {
  transform: rotate(90deg);
}
.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  li.has-sub
  > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem;
  height: 1.1rem;
  width: 1.1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
}

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

.sidebar-logo-wrap {
  width: 100% !important;
  height: 140px;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.sidebar-logo-wrap .sidebar-logo {
  width: 80px;
  height: 120px;
}

/* Setea el ancho del menu sidebar por default */
.main-menu.menu-shadow {
  max-width: 260px !important;
  min-width: 260px !important;
}

/* Color del item sidebar activo  */
.main-menu.menu-light .navigation > li.active > a {
  background: linear-gradient(118deg, #df3833, rgba(246, 61, 61, 0.931));
  box-shadow: 0 0 10px 1px rgb(246 61 61 / 70%);
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
}

.main-menu.menu-light .navigation > li ul .active {
  background: linear-gradient(118deg, #df3833, rgba(246, 61, 61, 0.931));
  box-shadow: 0 0 10px 1px rgb(246 61 61 / 70%);
  border-radius: 4px;
  z-index: 1;
}

/* Estilos para las tablas */

.card__table {
  padding: 20px;
}
.dataTables_length {
  display: flex;
  justify-content: flex-end;
}

#dataTables_filter {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  width: 100% !important;
}
.dataTables_filter label {
  display: flex;
  align-items: center;
}
.dataTables_filter input {
  display: block;
  width: 100% !important;
  height: 2.714rem;
  padding: 0.438rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 5px 7px !important;
  padding-left: 30px;
}

.dataTables_length select {
  height: 2.714rem;
  padding: 0.438rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 0;
}

.div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#datatable_paginate {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 5px;
}

#datatable_next {
  margin-left: 5px;
}
.paging_simple_numbers {
  display: flex;
  justify-content: flex-end !important;
}
#datatable_previous {
  margin-right: 5px;
}
.page-item.active .page-link {
  background-color: #df3833 !important;
}

#datatable_info {
  display: flex;
  justify-content: flex-end;
}

/* .paginate_button {
  display: inline-block;
  font-weight: 400;
  color: #82868b;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s,
    border 0s;
  border: 1px solid #82868b !important;
  background-color: transparent;
  color: #82868b;
  padding: 0.486rem 1rem;
  font-size: 0.9rem;
  line-height: 1;
  border-radius: 0.358rem;
} */

.table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-sizing: content-box;
  text-indent: 4px;
  line-height: 16px;
  content: "+";
  background-color: #df3833;
}

.card-header__form {
  padding: 20px 20px 0 20px;
}
.card-header__form h4 {
  font-size: 19px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.card-header__form p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.form__divider-text {
  margin-bottom: 10px;
  margin-top: 10px;
}

.section-title-divider {
  margin-bottom: 10px;
}

.sidebar-invoice-logo {
  width: 100px;
  height: 140px;
}

/* TABS */
.nav-tabs .nav-link.active {
  color: #df3833;
}
.nav-tabs .nav-link {
  font-size: 16px;
  font-weight: bold;
}

.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(30deg, #df3833, #df3833) !important;
  transition: transform 0.3s;
  transform: translate3d(0, 150%, 0);
}

h1,
h2 {
  font-weight: bold !important;
}

.mapa {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  margin-top: 10px;
}

.logo-fraccionamiento-form {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.header-logo-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header-logo-info__logo img {
  width: 75px;
  height: 75px;
  border-radius: 8px;
}

.header-logo-info__logo {
  margin-right: 20px;
}

.pointer {
  cursor: pointer;
}

/* Sobreescribe los estilos del input de chosen */
.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 2.714rem;
  padding: 0.438rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45 !important;
  color: #6e6b7b;
  background: #fff !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
}

.chosen-container-single .chosen-single div {
  top: 6px !important;
}

.chosen-container-single .chosen-single span {
  position: relative;
  top: 2px;
}

.inner-page-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.log-detalle .log-detalle__imagen img {
  width: 100%;
}

.icono-table {
  width: 50px;
  height: 50px;
}

.icono-detalle {
  width: 30px;
  height: 30px;
}

.btn-espacio{
  padding: 2px !important;
}