/******************************************************************************************
              STYLES ERP BASE
*******************************************************************************************/
/***
################################################
    Basics
################################################
***/
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: "cooper";
  src: url("../fonts/cooperBlack/cooper.ttf");
}

html{
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  height: 100%;
}
body{
  font-family: 'poppins','sans-serif';
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0;
  margin-bottom: 40px;
  padding-left: 0 !important;
  height: 100%;
}
body.modal-open {
  overflow: hidden !important;
  padding-right: 17px !important; /* Ajuste para compensar el ancho del scrollbar */
}
.table {
  font-size: 12px;
}
small{
  font-size: 9px;
}
.no-show{
  display: none !important;
}

/* Propiedades escenciales*/
/******* Zoom *******/
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
.swal2-styled.swal2-confirm {
  background-color: var(--cusma) !important;
}
/******* Colores *******/
  :root {
    --amarillo: #F9C027;
    --cusma:#ff9900;
    --naranja: #E56B13;
    --azul: #215EA6;
    --grisoscuro:#4e4e4e;
    --verde:#0a8a23;
    --negro:#000;
  }
/* */
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-solid {
  border-bottom: 2px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  color:var(--naranja);
}
a:hover{
  color:var(--amarillo);
}

/* Modals */
.modal-header {
  background: var(--cusma);
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}
.modal-header h5{
  color: #fff;
}
.modal-content {
  border: none !important;
}
.modal-body .chosen-container{
  width: 100% !important;
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      max-width: 990px;
  }
}
/* Buttons */
.btn {
  font-size: 13px;
}
.btn-circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.btn-sm{
  font-size: 10px !important;
}
.btn-cusma{
  background: var(--cusma);
  color:#ffffff;
}
.btn-cusma:hover{
  background: var(--naranja);
  color:#ffffff;
}
.btn-naranja{
  background-color: var(--naranja);
  color: #fff;
}
.btn-amarillo{
  background-color: var(--amarillo);
  color: #4e4e4e;
}
.btn-red{
  background-color: #a02525;
  color: #fff;
}
.btn-secondary{
  background:none;
  color:var(--naranja);
  border: solid 2px var(--naranja);
  font-size: 12px;
}
.btn-secondary:hover{
  background: none;
  color: var(--cusma);
  border: solid 2px var(--cusma);
}
.btn-secondary-white{
  background:none;
  color: #fff;
  border: solid 2px #fff;
}
.btn-submit {
  background: #144366;
  color: #ffffff;
  width: 150px;
  font-size: 16px;
  margin: 15px 0px 0px 0px;
}
.btn-submit:hover {
  background: #005596;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.btn-gray {
  background: #a7a7a7;
  color: #ffffff;
}

.btn-gray:hover {
  background: #4e4e4e;
  color: #ffffff;
}

.btn-black {
  background: #000000;
  color: #ffffff;
}

.btn-black-xl {
  background: #000000;
  color: #ffffff;
  width: auto;
  font-size: 14px;
  margin: 15px 0px 0px 0px;
  transition: 0.3s;
}

.btn-black-xl:hover {
  background: #a7a7a7;
  color: #4e4e4e;
  font-size: 14px;
}

.btn-azul {
  background: var(--azul);
  color: #ffffff;
  font-size: 13px;
}

.btn-azul:hover {
  background: #005596;
  color: #ffffff;
  font-size: 13px;
}
.btn-green{
  background-color: #01723a;
  color: #fff;
}
.btn-white{
  background-color: #fff;
  color: var(--cusma);
  border: 1px solid var(--naranja);
}
.disabled{
  color:#d0d0d0;
}
/* Form Group */
.form-group{
  margin:5px 0px;
}
.form-group label{
  font-size: 10px;
  font-weight: 700;
}
.form-check .form-check-input {
    margin-top: 8px;
}
.form-check-label{
  font-size: 10px;
  font-weight: 700;
}
.form-group input{
  font-size: 10px;
}
.form-group textarea{
  font-size: 10px;
}
.form-group select{
  font-size: 10px;
}
.form-group p{
  font-size: 12px !important;
}
.input-group select{
  font-size: 10px;
}
input {
  font-size: 10px;
}
input[type='date']{
  font-size:10px;
}
input[type='text']{
  font-size: 10px;
}
input[type='number']{
  font-size: 10px;
}

.form-select{
  font-size: 10px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #898989;
  color: #000;
  opacity: 1;
}
.d-contents{
  display: contents;
}
h3{
  font-size: 18px;
  color: var(--naranja);
  font-weight: 700;
}

.capital{
  text-transform: capitalize;
}

.uppercase{
  text-transform: uppercase;
}

/* Text Size */
.txt-8 {
  font-size: 8px !important;
}
.txt-9{
  font-size: 9px !important;
}
.txt-10 {
  font-size: 10px !important;
}
.txt-12 {
  font-size: 12px;
}
.txt-14{
  font-size: 14px;
}
.txt-15{
  font-size: 15px;
}
.txt-16{
  font-size: 16px;
}
.txt-18{
  font-size: 18px;
}
.txt-24{
  font-size: 24px !important;
}
.txt-60{
  font-size: 60px !important;
}
.txt-700{
  font-weight: 700;
}
/* Text Color */
.txt-disabled{
  color:#b4b4b4;
}
.w-60{
  width: 60px;
}
.w-70{
  width: 70px;
}
.w-80{
  width: 80px;
}

.h-10{
  height: 10px;
  min-height: 10px;
}
.txt-vertical {
  writing-mode: vertical-lr;
  text-orientation:sideways-right;
}
.borderless{
  border: none !important;
}
.endline-tb{
  border-bottom: 5px solid #E56B13;
}
/* Panels */
.panel {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #ffffff;
  color: #4e4e4e;
  margin: 10px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #d0d0d0;
}
.panel-secondary {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #fff;
  color: #4e4e4e;
  margin: 20px;
  padding: 10px;
  border: 1px solid var(--cusma);
}
.panel-title{
  background-color: var(--cusma);
  border-radius: 10px 10px 0px 0px;
  padding: 10px 5px 2px 5px;
  margin:-10px -10px 0px -10px;
  color: #fff;
  max-height: auto;
}
.panel-title h4{
  font-size: 12px;
  color: #fff;
  text-align: left;
  font-weight: 500;
}
.panel-title a{
  font-size: 9px;
  color: #fff;
  text-decoration: underline;
}
.panel-full {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #e4e4e4;
  color: #4e4e4e;
  margin: 20px;
  padding: 10px;
  border: 1px solid #d0d0d0;
}
.panel-gray {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #e4e4e4;
  color: #4e4e4e;
  margin: 20px;
  padding: 10px;
  border: 1px solid #d0d0d0;
}
.panel-gray h3{
  font-size: .8rem;
  text-align: left !important;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  color: #000;
}
.panel-yellow {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background:var(--amarillo);
  color: #ffffff;
  margin: 0px;
  padding: 10px;
  border: 1px solid #d0d0d0;
}

.panel-orange {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin: 10px 0px 0px 0px;
  padding: 10px 20px 20px 20px;
  background:var(--cusma);
  color: #ffffff;
}
.panel-orange h5{
  color: #fff;
}

.panel-blue-dark {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin: 10px 0px 0px 0px;
  padding: 10px 20px 20px 20px;
  background: #144366;
  color: #ffffff;
}

.panel-white {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #ffffff;
  color: #4e4e4e;
  margin: 10px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #d0d0d0;
}

.panel-contract {
  text-align: center;
  width: 530px;
  height: 200px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #e2e2e2;
  color: #4e4e4e;
  margin: 5px 5px 0px 5px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #d0d0d0;
}

.subsection {
  margin: 30px 0px 0px 0px;
}
.index {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #ffffff;
  color: #4e4e4e;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: 2px solid #9c9c9c;
}
/* Title For Modules */
.title {
  color: var(--azul);
  font-weight: 800;
  padding-bottom: 0px;
  padding: 0px;
}
.title h1{
  font-size: 18px;
  font-weight: 700;
}
.title h2{
  font-size: 20px;
  font-weight: 700;
}
.title h3{
  font-size: 12px;
  font-weight: 700;
  color:var(--naranja);
}
.tit-form-section{
  margin: 20px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.tit-form-section h2{
  font-size: 16px;
  font-weight: 700;
}
/* Submenu Bar */
.subtitle {
  font-size: 18px;
  color: #4e4e4e;
  font-weight: 700;
}
.subtitle h3{
  font-size: 14px;
  color: var(--naranja);
}
/*Buttons Module*/
.botones {
  padding:0px 0px 20px 10px;
  display: flex;
}
.botones button{
  margin:0px 10px;
}
.flex{
  display: flex;
}
/* Menús */
.menus {
  margin: 20px 0px 0px 0px;
}
.menus p {
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
}
/* Tables */

.table-responsive {
  margin: 30px 0px 10px 0px;
}
.subtable{
  margin-bottom: 0px;
}
.subtable th{
  font-size: 9px;
  padding: 5px;
}
.subtable tbody td{
  font-size: 8px;
  padding: 5px;
}
/* Advices */
.avsuccess {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #63ff0e;
  color: #4e4e4e;
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  font-weight: 700;
}

.averror {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #880000;
  color: #ffffff;
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  font-weight: 700;
}
.dropdown-menu p{
  margin:0px 0px 0px 15px;
  font-size: 12px;
}
.dropdown-menu a{
  color:var(--naranja);
}
.dropdown-menu li{
  margin-left: 10px;
  font-size: 11px;
}
.mt-5{
  margin-top: 5px !important;
}
.mt-7{
  margin-top: 7px !important;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top:20px !important;
}
.mt-25{
  margin-top: 25px;
}
.mt-30{
  margin-top: 30px !important;
}
.mt-38{
  margin-top: 38px !important;
}
.mt-40{
  margin-top: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mt-60{
  margin-top: 60px;
}
.mtb-20{
  margin:20px 0px;
}
.mtb-10{
  margin:10px 0px;
}
.ml-10{
  margin-left: 10px;
}
.ml--10{
  margin-left: -10px;
}
.ml--20{
  margin-left: -20px;
}
.navbar-toggler-icon {
  padding-top: 5px;
}
.form-select:disabled {
  background-color: #9C9B9B;
  color: #727272;
}
.no-display{
  display: none !important;
}
.bg-cusma{
  background-color: var(--cusma);
  color: #fff;
}
.bg-white{
  background-color: #fff;
}
.bg-amarillo{
  background-color: var(--amarillo);
}
.bg-verde{
  background-color: var(--verde);
}
.bg-gris{
  background-color: var(--grisoscuro);
}
.bg-green{
  background-color: #63BD88;
}
.bg-azul{
  background-color: var(--azul);
}
.bg-naranja{
  background-color: var(--naranja);
  color:#fff;
}
.bg-gray{
  background-color: #e4e4e4;
}
.bg-rojo{
  background-color: #d34f61;
  color:#fff;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
  font-size: 11px;
  margin-bottom: 10px;
}
.dt-container .top{
  display: inline-flex;
}

.dt-container .top .dt-length{
  margin: 10px 30px;
}

.dt-container .top .dt-search{
  margin: 10px 30px;
}

.dt-container .top .dt-buttons{
  margin: 10px 0px 10px 200px;
}

.dropdown-item:hover{
  background-color: var(--cusma);
  color: #fff;
}
table.dataTable tbody th, table.dataTable tbody td {
  font-size: 10px;
  padding: 10px 5px;
  border: 1px solid #e4e4e4;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 5px 10px;
  border-bottom: none;
  font-size: 10px;
  font-weight: 500;
}
table.dataTable.no-footer {
  border-bottom: none;
}

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
  font-size: 11px;
  font-weight: 700;
}

tbody, td, tfoot, th, thead, tr {
  font-size: 9px;
  padding: 5px 10px;
}

.table-cusma{

}
.table-cusma thead{
  background-color: var(--cusma);
  color: #fff;
}
.table-black thead{
  background-color: #000;
  color: #fff;
}
/* .table-responsive{
  height: 500px;
} */
.thead-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table-nop{
  padding: 0px;
}
.txt-left{
  text-align: left;
}
.txt-right{
  text-align: right;
}
.txt-center{
  text-align: center !important;
}
.txt-left{
  text-align: left;
}
.txt-right{
  text-align: right;
}
.txt-negro{
  color: #000;
}
.txt-white{
  color:#fff;
}
.txt-yellow{
  color: var(--amarillo);
}
.txt-amarillo{
  color:var(--cusma);
}
.txt-verde{
  color: var(--verde) !important;
}
.txt-azul{
  color:var(--azul);
}
.txt-rojo{
  color: red !important;
}
.txt-naranja{
  color:var(--naranja);
}
.txt-gris{
  color: #797979;
}
.txt-20{
  font-size: 20px;
}
h4{
  color: var(--azul);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
h5{
  color: var(--naranja);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
h6{
  color: var(--azul);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
/*  Chosen  */
.chosen-container-single .chosen-single span {
  font-size: 10px;
}
.chosen-container .chosen-results li.active-result {
  font-size: 10px;
}
.chosen-container-single .chosen-search input[type="text"] {
  font-size: 10px;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 29px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 0%);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 0%);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}
.chosen-container .chosen-results {
  font-size: 10px;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: #595959;
  font-size: 18px !important;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.notificaciones i{
  position: relative;
  z-index: 99;
  font-size: 18px;
}
.notificaciones small{
  position: relative;
  font-size: 8px;
  background-color: var(--amarillo);
  padding: 2px 7px;
  border-radius: 50%;
  top: -39px !important;
  left: 5px;
}
#notificacion{
  display: none;
  background-color: var(--azul);
  position: absolute;
  z-index: 999;
  top: 137px;
  padding: 10px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
}
#notificacion a{
  display: block;
}
#notificacion p{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #ffff;
  display: inline-flex;
  padding-left: 10px;
}
#notificacion i{
  color: #fff;
}
.form-check-input:checked{
  background-color: var(--cusma);
  border-color: var(--cusma);
}
.separador {
  page-break-after: always; /* Realiza un salto de página después de este contenedor */
}
figure img{
  width: 100% !important;
  height: auto;
}

.ck-content h2{
  font-size: 18px;
}

.descripciondetallada img {
  max-width: 250px;
  height: auto;
  display: flex;
}
/***
################################################
  Print Styles
################################################
***/
.containerprint{
  margin:10px;
}
.titleprint{
  text-align: center;
}
/***
################################################
  Loader Sitio CSS
################################################
***/
.lr-loadingpage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: url(../img/loading.gif) center no-repeat #fff;
}

/***
################################################
  Header Style
################################################
***/
.header {
  background: #ffffff;
  color: #01344f;
}
.header .logo img {
  width: 80px;
  margin: 10px 0px 10px 0px;
}
.header h1 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-top: 35px;
}
.header .dataheader {
  margin: 25px 0px 0px 0px;
}
.header small {
  top: 10px;
}
.header h2 {
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: 700;
}
.header .logout {
  color: #fefefe;
  font-size: 16px;
  margin: 10px 0px 0px 0px;
}
.header .logout a {
  color: #01344f;
}
.header .logout a:hover {
  color: #028893;
  font-size: 16px;
  text-decoration: none;
}
/***
################################################
  Menu Style
################################################
***/
nav {
  font-family: "poppins", sans-serif !important;
  color: #ffffff;
  font-size: 12px;
  padding: 0px 0px !important;
  margin-top: 10px;
}
.nav-item{
  margin:0px 40px;
}
.nav-link{
  color:#ffffff;
}
.navbar-toggler-icon{
  color:#ffffff;
}
.navbar-local{
  background-color: var(--cusma);
  border-bottom: 5px solid var(--naranja);
}
.navbar-pruebas{
  background-color: var(--negro);
  border-bottom: 5px solid var(--grisoscuro);
}
.navbar-productivo{
  background-color: var(--cusma);
  border-bottom: 5px solid var(--naranja);
}
/***
################################################
  Submenú Style
################################################
***/
.submenu {
  height: 100px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background-size: 1200px 800px;
  background-repeat: no-repeat;
  background-position: 0px -350px;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  padding: 15px;
}
.submenu .logo {
  margin: 25px 0px 0px 0px;
}
.submenu .logo img {
  width: 150px;
  margin: 0px;
}
.submenu h1 {
  font-size: 30px;
  font-weight: 800;
  text-align: right;
  margin: -10px 0px 0px 0px;
}
.submenu .imgmodule {
  margin: 20px 0px 50px -14px;
}
.submenu .imgmodule img {
  width: 456px;
}
.submenu ul {
  list-style-type: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.submenu ul li a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 5px;
}
.submenu ul li a:hover {
  font-weight: 700;
}

/***
################################################
  Principal Style
################################################
***/
.main {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #4e4e4e;
  margin: 10px 0px 0px 0px;
  padding: 15px;
}

/***
################################################
  Login Index Style
################################################
***/

#index {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: var(--cusma);
  font-family: "Poppins", sans-serif !important;
}

#index::before {
  content: ""; /* Importante para crear el pseudo-elemento */
  position: absolute; /* Posiciona el pseudo-elemento encima del contenido */
  top: 0;
  left: 0;
  width: 100%; /* Ajusta el ancho del pseudo-elemento */
  height: 100%; /* Ajusta la altura del pseudo-elemento */
  background-color: rgba(0, 0, 0, 0.7); /* Color negro con 70% de opacidad */
  z-index: -11; /* Asegura que esté encima del contenido */
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login-form {
  background: rgba(255, 255, 255, 0.7); /* White with 70% opacity */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  min-width: 250px;
}

.login-form img {
  width: 200px;
  padding-top: 70px;
}

@media only screen and (max-width: 600px) {
  .login-form img {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .login-form {
    background: none;
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
    min-width: 250px;
    color: #fff !important;
  }
  .login-form h3{
    color: #fff !important;
  }
  .login-form .messagelogin{
    color: red !important;
  }
}

.login-form small{
  text-align: center;
}
.login-form h2{
  font-size: 34px;
  color: var(--naranja);
  font-weight: 700;
}
.login-form h3{
  font-size: 16px;
  color: var(--grisoscuro);
  font-weight: 400;
}
.login-form .messagelogin{
  font-size: 12px;
  color: #a02525;
}
.login-form label{
  text-align: left !important;
}
/***
###################################################
  Inicio Style
###################################################
***/
#dashboard h2{
  text-align: center;
  font-size: 62px;
  font-weight: 700;
}
#dashboard p{
  animation-delay: 1s;
}
#dashboard .botones{
  margin:40px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  animation-delay: 1.2s;
}

/***
###################################################
  Nueva requisición Style
###################################################
***/
.newrequest h3{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.newrequest small{
  margin-top: 0px;
  padding-top: 0px;
  color:#990202;
  font-size: 9px;
}

/***
###################################################
  Entrada Tela Style
###################################################
***/
#tablarollos{
  display: block;
}
#tablarollos thead th{
  margin:0px;
  padding:0px 5px;
}
#tablarollos tbody tr td{
  margin:0px;
  padding:5px;
}

#unidadqty{
  position: absolute;
  margin:-23px 0px 0px 100px;
  font-size: 12px;
}

.subtable-req{
  display: none;
}

#pasosiguiente{
  display: none;
}

#rollosseleccion span{
  font-size: 10px;
}

#rangofechas{
  color:var(--azul);
  font-size: 18px;
  font-weight: 700;
}
.cajatabla{
  height: 350px;
  overflow: auto;
}

.reportestatus{
  display: none;
}
.reportefechas{
  display: none;
}
.reportesemanal{
  display: none;
}
.reporteproveedor{
  display: none;
}
#versemanasreportes{
  display: none;
}
#versemanasreportes p{
  font-size: 8px;
  text-align: center;
}
#versemanasreportes p span{
  font-weight: 700;
}

.estabilidaddimensional p{
  font-size: 12px;
  font-weight: 700;
}
#tableordcon{
  /* display: none; */
}
.loading{
  display: none;
  text-align: center;
}
.loading img{
  width: 100px;
}
#kpisordcon{
  display: none;
}
#inpmodext{
  display: none;
}
.NuevaTelaModal{
  cursor: pointer;
}
.drop-zone {
  font-size: 11px;
  width: 100%;
  height: 30px;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.highlightedRow{
  background-color: #6c6c6c !important;
  transition: background-color 0.5s ease; /* Efecto de transición */
} 
.highlightedRow td{
  color: #fff !important;
  transition: color 0.5s ease; /* Efecto de transición */
}
.zoomimage{
  cursor: zoom-in;
}

#estampadoImgModal .modal-body{
  padding: 20px;
}

#estampadoImgModal .modal-header{
  padding: 0px;
  border-bottom: none;
}

#estampadoImgModal .btn-close{
  position: absolute;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
  font-size: 11px !important;
}

.datosmodelo p{
  font-size: 10px;
}

.basetelaestampado{
  display: none;
}
.progress-container {
  width: 100%;
  background: #ddd;
  border-radius: 5px;
  margin: 10px 0px;
}
.progress-bar {
  width: 0%;
  height: 10px;
  background: green;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.avancemodulo p{
  font-size: 12px;
}
.avancemodulo #progress-container {
  width: 100%;
  background: #ddd;
  border-radius: 5px;
  margin: 10px 0px;
}
.avancemodulo #progress-bar {
  width: 0%;
  height: 10px;
  background: green;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.avancemodulo .dato{
  max-height: 25px;
}
.avancemodulo .dato i{
  font-size: 10px;
  color: var(--cusma);
  cursor: pointer;
}
#descripciontxt{
  word-wrap: break-word;
}
#imgestela{
  text-align: center;
}
#imgestela img{
  width: 150px;
}
#imgestela p{
  color: red;
  font-size: .6rem;
  margin-bottom: 0px;
}
#imgestela a{
  font-size: .6rem;
  font-weight: 800;
}
#imgestela small{
  font-size: .5rem;
}
.camposreqproduccion{
  display: none;
}

.double-arrow-vertical{
  --width: 8px;        /* grosor del eje */
  --length: 100%;     /* largo total del eje */
  --head-size: 12px;   /* tamaño de las puntas */
  --color: #d80000;

  width: var(--width);
  height: var(--length);
  background: var(--color);    /* eje */
  position: relative;
  margin: 40px;
  border-radius: 4px;
}

/* punta superior */
.double-arrow-vertical::before,
.double-arrow-vertical::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: var(--head-size) solid transparent;
  border-right: var(--head-size) solid transparent;
}

/* punta superior (apunta hacia arriba) */
.double-arrow-vertical::before{
  bottom: 100%;               /* encima del eje */
  margin-bottom: -1px;        /* pega la punta al eje */
  border-bottom: calc(var(--head-size) * 1.2) solid var(--color);
}

/* punta inferior (apunta hacia abajo) */
.double-arrow-vertical::after{
  top: 100%;                  /* debajo del eje */
  margin-top: -1px;
  border-top: calc(var(--head-size) * 1.2) solid var(--color);
}