body{
  /* color: #666666; */
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
}
.ui-autocomplete {
  /* position: relative; */
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  padding-left: 0 !important;
}
.ui-li-autocomplete {
  list-style: none !important;
  margin-bottom: 0 !important;
  padding: 0 10px;
  cursor: pointer;
}
.ui-li-autocomplete:hover{
  background: #EEEFF1;
}
.invalid-feedback {
  display: flex !important;
  width: 100%;
  margin-top: 0.25rem;
  font-size: .785em !important;
  color: #5b6b7e !important;
}
.ListInput::-webkit-calendar-picker-indicator {
  /* background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat center;
  background-color: #FFF !important;
  background-size: contain;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  cursor: pointer; */
  appearance: none;
}
.label-predic {
  color: #959595 !important;
  font-size: 15px;
}
.active-status {
  background: #d00924 !important;
  border: none;
  color: whitesmoke !important;
  fill: #d00924;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader-image {
  width: 50px; /* Ajusta el tamaño de la imagen según tus necesidades */
  height: 50px;
}
/* #MultiClave {
  max-height: 75vh;
  overflow: auto;
  margin-bottom: 30px;
} */
.hr-claveteo {
  border-bottom: 1px solid #d00924;
  margin: 15px 0 35px;
}
.font-14 {
  font-size: 0.875rem;
}
#responseTable {
  max-height: 54vh;
}
.arrow-button {
  display: inline-flex;
  align-items: center;
  background-color: #2090C6;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  padding: 0.375rem 0.75rem;
}
.arrow-icon-left {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin-right: 5px;
}
.arrow-icon-right {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  margin-left: 5px;
}
.min-select-100 {
  min-width: 100px;
  width: 100%;
  max-width: 100px;
}
.min-select-150{
  min-width: 150px;
  width: 100%;
  max-width: 150px;
}
.min-select-190{
  min-width: 190px;
  width: 100%;
  max-width: 190px;
}
.min-select-340{
  min-width: 340px;
  width: 100%;
}
.registro-original {
  color: #000;
  background: #EFEFEF;
  padding: 2rem 0.825rem;
  font-size: 1.3rem;
}
.progress {
  display: flex;
  height: 1.7rem;
  overflow: hidden;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 1.04rem;
}
.bg-important-sep {
  --bs-bg-opacity: 1;
  background-color: rgba(208,9,36,var(--bs-bg-opacity))!important;
}
.body-modal-claveteo {
  font-size: 16px;
  color: #666666;
}
.NS{
  display: none;
}
.NDS{
  display: none;
}
.center-float{
  margin: 0 auto !important;
}
.form-check-input:checked {
  background-color: #d00924;
  border-color: #d00924;
}
.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(208 9 36 / 25%);
}
.value-range {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
/* *,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
} */
.filepond--root, .filepond--root .filepond--drop-label {
  height: 205px;
}
main .greyHR-bg {
  background: #6B5C4F;
  border: none;
  color: whitesmoke;
  fill: #6B5C4F;
}
.highcharts-axis-labels, .highcharts-xaxis-labels{
  font-size: 12px !important;
}
.fnt-16{
  font-size: 16px;
}
.highcharts-subtitle{
  font-size: 15px;
  color: #666666;
}
.btn-sep{
  min-width: 160px;
}
.mr-btn{
  margin-right: 10px;
}
select option:checked {
  background-color: #F1F0EF !important;
  color: #706F6F !important;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
}
.delete-color {
  color: #D00924;
  cursor: pointer;
}
.caret-color {
  color: #666666;
  cursor: pointer;
}
.mar-right-10{
  margin-right: 10px;
}
.mar-top-neg{
  margin-top: -2px;
}
.mr-1{
  margin-right: 10px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.box-formulario{
  border: solid 2px #CCCBCC;
  padding: 15px 12px 0px;
  border-radius: 6px;
}
.MaxW-180{
  max-width: 180px;
}
.MaxW-350{
  max-width: 350px;
}
.center-div{
  margin: 0 auto;
}
.box-450 {
  max-width: 450px;
  margin: 0;
}
.label-forms{
  color:#212529;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.estatus-title-tramite{
  font-size: 18px;
  font-weight: bold;
}
.box-formulario-login{
  border: solid 1px #ddd;
  padding: 15px 20px 0px;
  border-radius: 6px;
  margin-top: calc(55vh - 370px);
}
.title-content-page-tramite {
  font-family: "Open Sans", sans-serif !important;
  color: #666666;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin: 18px 0;
  /* text-transform: capitalize; */
  border-bottom: 2px solid #E78693;
  padding-bottom: 4px;
}
.alert-secondary {
  color: #706F6F;
  background-color: #F1F0EF;
  border-color: #F1F0EF;
  font-weight: 500;
}
.card {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0;
  border: 0px solid transparent;
  /* -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
  box-shadow: 0 0 20px rgb(0 0 0 / 8%); */
  -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0%);
  box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}
.card .card-body {
  float: left;
  /* padding: 1.25em; */
  padding: 0;
  position: relative;
  width: 100%;
  border: 0px solid #ABABAB;
  border-radius: 6px;
}
.btn-historico-download {
  border: 1px solid #e2dfdd;
  background: #e2dfdd;
  color: #666;
  font-size: 16px;
  padding: 6px 24px;
  border-radius: 6px;
  width: 100%;
}
.btn-historico-download-white {
  border: 1px solid #e2dfdd;
  background: #FFF;
  color: #666;
  font-size: 16px;
  padding: 6px 24px;
  border-radius: 6px;
  width: 100%;
}
.bold-type{
  color:#666666;
  font-weight: 600;
}
.btn-avisos{
  padding: 4px 8px !important;
  margin-bottom: 3px !important;
}
/* .alert-green {
  color: #111B21;
  background-color: #D9FDD3;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  margin-right:30px;
} */
/* .alert-green {
  color: #8a817b;
  background-color: rgba(226,223,221,0.35);
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  margin-right:30px;
} */
.alert-green {
  color: #6C6C6C;
  background-color: #EFF6E5;
  border: 3px solid #E1EFCE;
  border-color: #E1EFCE;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  margin-right: 30px;
  border-radius: 8px;
}
.alert-green-comentario {
  padding: 8px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  /* border-left-color: #06CF9C; */
  background: rgba(255,255,255,0.99);
  color: #666;
}
/* .alert-white {
  color: #111B21;
  background-color: #FFF;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  margin-left:30px;
} */
.alert-white {
  color: #6C6C6C;
  background-color: #E5F1F3;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  margin-left: 30px;
  border: 3px solid #CEE4E8;
  border-color: #CEE4E8;
  border-radius: 8px;
}
.alert-white-comentario {
  padding: 8px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  /* border-left-color: #06CF9C; */
  background: rgba(255,255,255,0.99);
  color: #666;
}
.bg-grey{
  background: #F0F2F5;
}
.max-1280{
  max-width: 1280px;
}
.h100{
  height: 100%;
}
.alert-info {
  color: #666666;
  background-color: #E3DEDA;
  border-color: #E3DEDA;
}
.right-side {
  max-width: 160px;
  margin-bottom: 10px;
  float: right;
}
/* .descargarParque{
  font-size: 16px !important;
  padding: 12px 10px !important;
  height: calc(3.5rem + 2px);
} */
.underline{
  text-decoration: underline;
}
.title-gris {
  color: #6f6460;
  margin-top: 8px;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: #C5C0BC;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button {
  padding: 1rem 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236f6460'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  transform: rotate(-180deg);
}
.bg-enviada {
  background-color: #e2dfdd;
  color: #666;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.hidden{
  display: none;
  visibility: hidden;
}
.btn-padding {
  padding: 4px 8px 4px 8px !important;
}
.no-info {
  font-size: 15px;
  text-align: center;
  margin: 25px 0px;
  font-weight: 600;
}
.title-drop-area {
  color: #CF142B;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
/* Pages */
.title-content-page {
  font-family: "Open Sans", sans-serif !important;
  color: #666666;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin: 18px 0px;
  text-transform: initial;
  border-bottom: 2px solid #E78693;
  padding-bottom: 4px;
}
/* .Pages */
/* Forms */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.mayus{
  text-transform: uppercase;
}
.minus{
  text-transform: lowercase;
}
#LoaderImg, .LoaderImg {
  max-width: 60px;
}
.daterangepicker .ranges li.active {
  background-color: #666666 !important;
  color: #fff;
}
.swal2-container.swal2-center>.swal2-popup {
  margin-top: -200px;
}
.swal2-html-container {
  margin-bottom: 10px !important;
  font-size: 15px !important;
}
.swal2-title {
  font-size: 15px !important;
  padding: 0px 1em 0 !important;
}
.swal2-styled.swal2-confirm {
  background: #666666 !important;
  border: none !important;
  color: whitesmoke !important;
  fill: #666666 !important;
  /* background: #e4e4e4; */
  font-size: 13px !important;
  padding: 7px 20px 7px 20px !important;
  border: none;
  border-radius: 3px;
  /* -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important; */
  transition: .3s ease-out !important;
  letter-spacing: .3px;
}
.swal2-popup {
  max-width: 400px !important;
  padding: 0 0 30px !important;
}
.swal2-icon {
  margin: 26px auto 0.6em !important;
  border-color: transparent !important;
}
.clearfix {
  background: transparent;
}
.filepond--credits{
  display: none;
}
.file-drop-area {
  position: relative;
  display: block;
  align-items: center;
  max-width: 100%;
  padding: 10px 10px 5px;
  border: 1px dashed #E2E5E9;
  border-radius: 3px;
  transition: 0.2s;
  /* margin-bottom: 20px; */
}
.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #706F6F !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform, opacity;
}
.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform, opacity;
  background: #F1F0EF;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #E2E5E9;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #C7C7C7;
  outline: 0;
  box-shadow: none !important;
}
.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  font-size: 14px;
}
.btn-form-next {
  border-color: #D00924;
  color: #FFF;
  background-color: #D00924;
  font-size: 14px;
  padding: .375rem .75rem;
  border: none;
  border-radius: 6px;
  transition: .3s ease-out;
  letter-spacing: .3px;
  font-family: "Open Sans", sans-serif !important;
  outline: 0 !important;
  font-weight: 500;
}
/* .btn-form-next:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}
.btn-form-next:focus {
  background-color: #D00924;
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
} */
.btn-form-back {
  border-color: #E3DEDA;
  color: #706F6F;
  background-color: #E3DEDA;
  font-size: 14px;
  padding: .375rem .75rem;
  border: none;
  border-radius: 6px;
  transition: .3s ease-out;
  letter-spacing: .3px;
  font-family: "Open Sans", sans-serif !important;
  outline: 0 !important;
  font-weight: 500;
}
/* .btn-form-back:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}
.btn-form-back:focus {
  background-color: #E3DEDA;
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
} */
.btn-form-save {
  border-color: #666666;
  color: #f5f5f5 !important;
  background-color: #666666;
  font-size: 14px !important;
  padding: .375rem .75rem;
  border: none;
  border-radius: 6px;
  transition: .3s ease-out;
  letter-spacing: .3px;
  font-family: "Open Sans", sans-serif !important;
  outline: 0 !important;
  font-weight: 500;
}
/* .btn-form-save:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}
.btn-form-save:focus {
  background-color: #666666;
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
} */
.form-label {
  margin-bottom: 0.5rem;
  color: #202428;
  font-weight: 600;
}
.required {
  margin-left: 5px;
  color: #D00924;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  /* border-color: #E2DFDD; */
  border-color: #C5C0BC;
  outline: 0;
  box-shadow: 0 0 4px 3px rgb(108 98 90 / 10%);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E2E5E9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* box-shadow: inset 0px 1px 0px #f1f0f1; */
  box-shadow: none !important;
}
.mt-10 {
  margin-top: 10px;
}
/* .Forms */
/* DataTables */
#dataTableContainer,
#dataTableContainer>tbody,
#dataTableContainer>tbody>tr,
#dataTableContainer>tbody>tr>td {
  display: block;
}
.dataTables_scrollFoot{
  display: none;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 6px 6px !important;
  color: #838383 !important;
}
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #E4E4E4 !important;
  color: #666666 !important;
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #838383 !important;
  vertical-align: top;
  border-color: #dee2e6;
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 600;
  color: #666666 !important;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #E4E4E4 !important;
  border: 1px solid #E4E4E4;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
  border: 0 !important;
  border-bottom: 0.5px solid #E4E4E4 !important;
  border-top: 0 !important;
  border-left: 1px solid #E4E4E4 !important;
  border-right: 1px solid #E4E4E4 !important;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  border: solid 1px #E4E4E4 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #E4E4E4 !important;
}
.dataTables_wrapper .dataTables_scrollBody {
  border-bottom: 1px solid #E4E4E4 !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #666666 !important;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: 15px;
}
.table>tbody {
  vertical-align: middle;
}
.app-table-hover>tbody>tr:hover {
	background-color: rgba(226,223,221,1);
  /* color: #666666 !important; */
}
table.dataTable tbody tr {
	background-color: #ffffff;
	vertical-align: middle;
}
.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 0;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #FFF !important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #FFF !important;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #FFF !important;
}
table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
  background-color: #FFF !important;
}
table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #FFF !important;
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #f6f6f6 !important;
}
table.dataTable.display tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
  background-color: #f6f6f6 !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  top: 50%;
  left: 4px !important;
  height: 16px !important;
  width: 16px !important;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 18px !important;
  content: "+";
  background-color: #31b131;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px !important;
}
table.dataTable tbody tr:hover {
  background-color: #FAFBFC;
  color:#666666;
}
table.dataTable tbody tr:hover > .sorting_1 {
  background-color: #FAFBFC;
  color:#666666;
}
.table-responsive {
  font-size: 13px !important;
}
/* .tablaResponsive {
  width: 99%;
  margin: 0 auto;
} */
/* .DataTables */
.calendar{
  padding-left: 10px;
  padding-right: 10px;
}
#reportrange{
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 240px;
  float: right;
}
.response {
  margin-top: 10px;
  padding: 10px 5px;
}
.img-logo {
  height: 30px;
  width: auto;
}
/* .navbar-header{
  height:40px!important;
  margin-bottom:5px;
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border-color: #666666;
  margin: 10px 0px;
}
.top-bar {
  background: #e2dfdd;
  padding: 0 0;
  min-height: 52px;
}
.top-links-sub{
  text-align:right!important;margin-top: -35px;
}
.navbar-brand2 {
  float: left;
  padding: 8px 13px;
  font-size: 18px;
  line-height: 20px;
} */
.tituloAplicacion {
  color: #666666 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold;
  margin: 0;
  line-height: 16px;
  padding: 8px 16px 0px 16px;
}
.subtitle{
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.content {
  width: calc(100vw - 17px);
  margin: 0;
  /* padding-bottom: 50px !important; */
}
/* .content {
  float: none;
  padding: 0 !important;
  width: 100%;
  min-height: 62.1vh;
  max-width: 1250px;
  max-width: 100%;
  margin: 0 auto;
} */
/* hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
} */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; */
  transition: initial;
}

input[type="file"]#ds_miniatura, input[type="file"]#ds_archivo , input[type="file"]#ds_miniatura_editar, input[type="file"]#ds_archivo_editar {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
label[for="ds_miniatura"], label[for="ds_archivo"], label[for="ds_miniatura_editar"], label[for="ds_archivo_editar"], .btn-agregar {
  font-size: 14px;
  border-color: #8f817e;
  border-radius: 3px;
  font-weight: 400;
  color: #fff;
  background-color: #8f817e;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 10px 13px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  border: none !important;
  outline: none !important;
  flex-shrink: 0;
}
label[for="ds_archivo"]:hover {
  border-color: #D00924;
  background-color: #D00924;
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}
.no-permitido{
  color: #C01F31;
  font-size: 11px;
}
.mt-30{
  margin: 20px 0 10px;
}
.div-table-ky{
  /* max-width: calc(100% - 17px); */
  /* overflow-x: auto; */
  margin: 0 auto;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
/** Status **/
.Status-COTIZADA, .Status-REVIRE_COTIZADA {
  background-color: transparent;
  font-weight: 600;
  color: #666666;
}
.Status-VISTA, .Status-REVIRE_VISTA {
  background-color: transparent;
  font-weight: 600;
  color: #666666;
}
.Status-EN_PROCESO, .Status-REVIRE_EN_PROCESO {
  background-color: transparent;
  font-weight: 600;
  color: #666666;
}
.Status-ENVIADA, .Status-REVIRE_ENVIADA {
  background-color: transparent;
  font-weight: 600;
  color: #666666;
}
.Status-GANADA {
  background-color: transparent;
  font-weight: 600;
  color: #666666;
}
.Status-PERDIDA {
  background-color: transparent;
  font-weight: 600;
  color: #666666;
}
.Status-REVIRE, .Status-REVIRE_PREPARANDO {
  background-color: transparent;
  font-weight: 600;
  color: #666666;
}
/** .Status **/
.revireTXT {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
/* .revire-BTN {
  font-size: 16px !important;
  padding: 12px 20px !important;
  height: calc(3.5rem + 2px);
} */
.LinkTramite:hover{
  color: #D00924;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.LinkTramite-ref:hover{
  color: #666666 !important;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.LinkTramite-ref a:hover{
  color: #666666 !important;
}
#BodyModal {
  padding: 13px 10px;
}
.title-modal-tramite {
  font-size: 14px;
  font-weight: 600;
}
.title-modal-tramite-important {
  font-size: 15px;
  font-weight: 500;
  color:#212529;
}
.hr-modal {
  height: 2px !important;
  margin: 10px 0 15px;
  color:#6B5C4F; 
}
body:not(.modal-open){
  padding-right: 0px !important;
}
.w100 {
  width: 100%;
  /* height: calc(3.5rem + 2px); */
}
/* .CambioStatus {
  font-size: 16px !important;
  padding: 12px 10px !important;
  height: calc(3.5rem + 2px);
} */
.TITLE-COTIZADA {
  color: #084298;
  background-color: #cfe2ff;
  padding: 12px 10px;
  font-size: 18px;
  border: 1px solid #b6d4fe;
  border-radius: 0.25rem;
}
.TITLE-GANADA {
  color: #0f5132;
  background-color: #d1e7dd;
  padding: 12px 10px;
  font-size: 18px;
  border: 1px solid #badbcc;
  border-radius: 0.25rem;
}
.TITLE-PERDIDA {
  color: #D00924;
  background-color: #f8d7da;
  padding: 12px 10px;
  font-size: 18px;
  border: 1px solid #f5c2c7;
  border-radius: 0.25rem;
}
.TITLE-REVIRE, .TITLE-REVIRE_COTIZADA {
  background: #cff4fc !important;
  color: #055160;
  padding: 12px 10px;
  font-size: 18px;
  border: 1px solid #b6effb;
  border-radius: 0.25rem;
}
.ganada-btn{
  background: #666666;
  color:#f5f5f5;
  padding: 12px 10px !important;
  height: calc(3.5rem + 2px);
  font-size: 16px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  transition: .1s ease-out;
  letter-spacing: .3px;
}
.perdida-btn{
  background: #666666;
  color:#f5f5f5;
  padding: 12px 10px !important;
  height: calc(3.5rem + 2px);
  font-size: 16px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  transition: .1s ease-out;
  letter-spacing: .3px;
}
.revire-btn{
  background: #666666;
  color:#f5f5f5;
  padding: 12px 10px !important;
  height: calc(3.5rem + 2px);
  font-size: 16px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  transition: .1s ease-out;
  letter-spacing: .3px;
}
.perdida-btn:hover, .ganada-btn:hover, .revire-btn:hover {
  transform: scale(1.02); 
}
.perdida-btn:active, .ganada-btn:active, .revire-btn:active, .perdida-btn:focus, .ganada-btn:focus, .revire-btn:focus {
  transform: translateY(4px); 
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.form-control:disabled, .form-control[readonly] {
  background-color: #E3DEDA !important;
  border: none !important;
  opacity: 1;
  cursor: not-allowed;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
#DivComentariosStatus{
  display: none;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #E3DEDA !important;
  color: #5B5B5B !important;
  font-size: 13px !important;
  padding: 7px 20px 7px 20px !important;
}
.font-13 {
  font-size: 13px;
}
.mb-10px {
  margin-bottom: 20px !important;
}
.pd-6 {
  padding-left: 6px;
}
/* .suscribir-btn {
  font-size: 16px;
  margin-top: 13px;
  background: #D00924;
  color: #FFF;
  padding: 12px 30px;
  font-weight: bold;
} */
/* .suscribir-btn:hover {
  font-size: 16px;
  margin-top: 13px;
  background: #D00924;
  color: #FFF;
} */
.rojo{
  color:#D00924;
}
.blue{
  color:#055160;
  font-weight: bold;
}
.gray{
  color:#41464b;
  font-weight: bold;
}
.right{
  text-align: right;
}
.tooltip > .tooltip-inner {background-color: #666666; color:#f5f5f5;}
.tooltip > .tooltip-arrow:before { border-top-color:#666666; color:#f5f5f5;}
.tooltip.show {
  opacity: 1;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 0;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout-solicitud {
  border-left-color: #b6effb;
}
.bd-callout-cotizacion {
  border-left-color: #d3d6d8;
}
.caja-suscripcion {
  border: 2px solid #E3DEDA;
  padding: 20px 13px;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 6px;
}
.input-money {
  min-width: 140px;
  max-width: 140px;
  text-align: right;
}
.input-money::before {
  content: '$';
  clear: both;
  float: left;
}
@media only screen and (max-width: 930px) {
  
}
@media only screen and (max-width: 760px) {
  
}
@media only screen and (max-width: 685px) {
  
}
@media only screen and (max-width: 640px) {
  
}
@media only screen and (max-width: 540px) {
  
}
@media only screen and (max-width: 486px) {
  
}
@media only screen and (max-width: 450px) {
  
}
@media only screen and (max-width: 400px) {
  
}
@media only screen and (max-width: 360px) {
  
}
@media (min-width: 576px){
  
}
@media (max-width: 575px) {
  
  .fake-btn {
    flex-shrink: 0;
    background-color: #6B5C4F;
    border: 1px solid #6B5C4F;
    border-radius: 3px;
    padding: 6px 6px;
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF;
  }
  .tablaResponsive {
    width: 95%;
    margin: 0 auto;
  }
  .top-links-sub {
    text-align: right!important;
    margin-top: 0;
    padding: 6px 0;
  }
  /* #footerSEP .socios div.col-xs-6 {
    width: 33.3% !important;
  }
  #footerSEP .contacto li {
    padding: 6px 16px;
  }
  #footerSEP .contacto {
    margin-top: 13px;
  } 
  #footerSEP .row {
    margin-top: 13px;
  } */
}
.modal-fullscreen-md-down{
  max-width: 550px !important;
  margin: 1.75rem auto;
}