/************* GENERAL *************/
html {
  scroll-behavior: smooth;
}

.errorinput {
  border: 1px solid #dc3545 !important;
  border-radius: 0.25rem;
}

a {
  text-decoration: none !important;
}

a.close {
  padding-left: 5px !important;
}

table:not(.barcosadmin):not(.tableplantillas):not(.tableagentes) td>a {
  color: inherit !important;
  text-decoration: none !important;
}

aside.main-sidebar i {
  min-width: 25px !important;
}

input:disabled {
  background-color: #e9ecef !important;
  border: 1px solid #ced4da !important;
  color: #495057 !important;
}

.css-13qkbqn-control {
  background-color: #e9ecef !important;
  border: 1px solid #ced4da !important;
}

.disable-click {
  pointer-events: none;
}

.transparent {
  opacity: 0;
}

.noDisplay {
  display: none !important;
}

.zIndex9999{
  z-index: 9999 !important;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.link-white {
  color: white !important;
}

.link-white:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.separator {
  border: none;
  height: 1px;
  background: #999;
  margin-top: 15px;
  margin-bottom: 35px;
  width: 90%;
}

.pt24px {
  padding-top: 24px;
}

.btnInforGen {
  padding-top: 24px;
}

@media (max-width: 1408px) {
  .btnInforGen {
    padding-top: 0px;
  }
}

.validacionPass {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.errorValidacion {
  color: #dc3545;
  padding: 5px 10px;
  background-color: white;
  /* border: 1px solid  #dc3545;
    border-radius: 5px; */
}

.succesValidacion {
  color: #28a745;
  padding: 5px 10px;
  background-color: white;
  /* border: 1px solid  #28a745;
    border-radius: 5px; */
}

.logo {
  width: 150px;
}

.logoInformes {
  width: 130px;
  padding-bottom: 8px;
}

nav.nav-tabs a,
nav.nav-tabs a:visited,
nav.nav-tabs a:hover {
  color: inherit;
}

.justifyRight {
  justify-content: flex-end !important;
}

.tab-content {
  padding-top: 15px;
}

.alertFullWhite {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  transition: all .7s all ease-in-out !important;
}

.alertFull {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all 0.7s ease-in-out !important;
}

.alertHelp {
  padding: 5px 10px !important;
}

/* .description-block{
  display: block;
  margin: 10px 0;
  text-align: inherit;
} */
/* div.description-block > div > label { 
  text-align: center;
} */
div.description-block>div>div {
  text-align: left;
}

.btnSuccessAsIcon:hover{
  color: #28a745 !important;
  border-color: #28a745 !important;
  background-color: rgba(0,0,0,0) !important;
  cursor: default !important;
}
.minW46px{
  min-width: 46px !important;
}

/************* ajustes varios *************/
table#tableedi tr>td:nth-child(1),
table#tableedicion tr>td:nth-child(1),
table#ciccfgHijo tr>td:nth-child(1) {
  cursor: move;
}

.btnLoginGoogle {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  font-weight: 400 !important;
  text-align: center !important;
  vertical-align: middle !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
  padding: 2px !important;
}

.btnLoginGoogle:not([disabled]):hover {
  color: #fff;
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
  opacity: 1 !important;
}

.btnLoginGoogle:focus,
.btnLoginGoogle.focus {
  color: #fff !important;
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
  box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 50%) !important;
  opacity: 1 !important;
}

.btnLoginGoogle>span {
  width: 100% !important;
  padding: 6px !important;
}

.btnLoginGoogle>span:before {
  content: '\f1a0';
  font-family: 'Font Awesome 5 Brands';
  margin-right: 5px;
}

.mxInitial {
  max-width: initial !important;
}

.w95 {
  width: 95% !important;
}

@media (min-width: 768px) {

  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
    /* margin-left: 250px; */
  }
}

.main-footerfull {
  margin-left: 0 !important;
  /* position: absolute !important; */
  bottom: 0 !important;
  width: 100% !important;
}

.loadingPage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  margin-left: 0px !important;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: clip;
  -webkit-overflow-scrolling: touch;
}

.inputRequired{
  border-color: #28a745;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .35);
  border-radius: .25rem;
}

/************* SWEETALERT OVERWRITE *************/
.checksuccess {
  color: #28a745;
}

.checkerror {
  color: #dc3545;
}

.swal-button:focus,
.swal-button:active {
  box-shadow: none !important;
}

.btnSwalSave:hover {
  background-color: #007bff !important;
}

.btnSwalSave:disabled {
  background-color: transparent !important;
}

.swal-button--cancel:hover {
  background-color: #6c757d !important;
}

.btnSwalDelete:hover {
  background-color: #dc3545 !important;
}

.btnSwalDelete:disabled {
  background-color: transparent !important;
}

.btnSwalSuccess:hover {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.btnSwalSuccess:disabled {
  color: #28a745 !important;
  background-color: transparent !important;
}

.btnSwalWarning:hover {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.btnSwalWarning:disabled {
  background-color: #ffc107 !important;
  border-color: transparent !important;
}

.swal-button--success:hover {
  background-color: #28a745 !important;
}

.swal-modal {
  border-radius: 0 !important;
}

.swal-overlay--show-modal .swal-modal {
  animation: none !important;
}

.swal-text {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}

.swal-title {
  color: rgba(0, 0, 0, 0.65);
  font-weight: lighter;
  font-style: italic;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}

.swal-button {
  background-color: #7cd1f9;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
  min-width: 70px !important;
}

@media only screen and (min-width: 992px) {
  .swal-modal {
    /* width: max-content !important; */
    width: 90% !important;
    min-width: 478px !important;
  }

  .swal-content__p {
    max-width: fit-content !important;
  }
}

/************* DATATABLES OVERWRITE *************/
div.dt-buttons {
  float: left !important;
}

.dt-button {
  margin-top: 5px;
}

div.dataTables_filter>label {
  display: flex !important;
  min-width: 270px !important;
  padding-top: 6px !important;
}

div.dataTables_filter>label>input {
  width: 100% !important;
  font-size: 16px !important;
  margin-top: 0px !important;
  padding: 18px 3px !important;
  /* margin-bottom: 50px !important; */
}

button.buttons-columnVisibility,
button.button-page-length {
  /* width: 100%; */
  border-radius: 0 !important;
  border-width: 1px !important;
  box-shadow: none !important;
  color: #6c757d;
  border-color: #6c757d;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: white;
  border: 1px solid #6c757d;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

button.buttons-columnVisibility:hover,
button.button-page-length:hover {
  color: white !important;
  background-color: #6c757d;
}

button.buttons-columnVisibility.active,
button.button-page-length.active {
  color: white !important;
  background-color: #6c757d;
  border: 1px solid white;
}

div.dt-button-background {
  background-color: rgba(108, 117, 125, 0.2);
}

table.dataTable td {
  vertical-align: middle !important;
}

td:focus {
  outline: none !important;
}

tr.selected {
  /* outline: -webkit-focus-ring-color auto 1px; */
  /* outline: 1px solid rgba(40, 167, 69, 0.5) !important; */
  background-color: rgba(40, 167, 69, 0.2) !important;
}

div.dt-buttons {
  margin-bottom: 5px;
}

.selectedRow {
  color: #004085 !important;
  background-color: #cce5ff !important;
  border-color: #b8daff !important;
}

.mark,
mark {
  padding: .2em;
  background-color: #d4edda !important;
  border: 1px solid #28a745 !important;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  border: 1px solid black;
  width: 20px;
  height: 20px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin-top: 0px;
  margin-left: 0px;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  text-align: center;
  width: 20px;
  height: 20px;
  top: 47% !important;
  left: 47% !important;
  transform: translate(-50%, -50%) !important;
  margin-top: 0px;
  margin-left: 0px;
}

table.dataTable td.alert-success,
table.dataTable td.alert-warning,
table.dataTable td.alert-danger,
table.dataTable td.alert-dark,
table.dataTable td.alert-primary,
table.dataTable td.alert-secondary {
  cursor: pointer;
}

table#tablaPlanificados.dataTable td.alert-success,
table#tablaPlanificados.dataTable td.alert-warning,
table#tablaPlanificados.dataTable td.alert-danger,
table#tablaPlanificados.dataTable td.alert-dark,
table#tablaPlanificados.dataTable td.alert-primary,
table#tablaPlanificados.dataTable td.alert-secondary {
  cursor: auto;
}

table#tablaRealizados.dataTable td.alert-success,
table#tablaRealizados.dataTable td.alert-warning,
table#tablaRealizados.dataTable td.alert-danger,
table#tablaRealizados.dataTable td.alert-dark,
table#tablaRealizados.dataTable td.alert-primary,
table#tablaRealizados.dataTable td.alert-secondary {
  cursor: auto;
}

table#tablaLibreria.dataTable td.alert-success,
table#tablaLibreria.dataTable td.alert-warning,
table#tablaLibreria.dataTable td.alert-danger,
table#tablaLibreria.dataTable td.alert-dark,
table#tablaLibreria.dataTable td.alert-primary,
table#tablaLibreria.dataTable td.alert-secondary {
  cursor: auto;
}

table#tablaAgentes.dataTable td.alert-success,
table#tablaAgentes.dataTable td.alert-warning,
table#tablaAgentes.dataTable td.alert-danger,
table#tablaAgentes.dataTable td.alert-dark,
table#tablaAgentes.dataTable td.alert-primary,
table#tablaAgentes.dataTable td.alert-secondary {
  cursor: auto;
}

table#tablaAgentesModal.dataTable td.alert-success,
table#tablaAgentesModal.dataTable td.alert-warning,
table#tablaAgentesModal.dataTable td.alert-danger,
table#tablaAgentesModal.dataTable td.alert-dark,
table#tablaAgentesModal.dataTable td.alert-primary,
table#tablaAgentesModal.dataTable td.alert-secondary {
  cursor: auto;
}

table#tablabrowserpr.dataTable td.alert-success,
table#tablabrowserpr.dataTable td.alert-warning,
table#tablabrowserpr.dataTable td.alert-danger,
table#tablabrowserpr.dataTable td.alert-dark,
table#tablabrowserpr.dataTable td.alert-primary,
table#tablabrowserpr.dataTable td.alert-secondary {
  cursor: auto;
}

table.createcorrectivo td,
table.otsTrabajador td,
table.lineaspoe {
  cursor: pointer;
}

/************* datatables checklist *************/
#tableplantillas {
  border-collapse: collapse !important;
}

/* #tableplantillas.dataTable tr.selected{ 
  border: 2px solid #28A745;
  background-color: rgba(40, 167, 69, 0) !important;
} */
#tableplantillas td.select-checkbox {
  cursor: pointer;
}

#tableplantillas.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2713';
  text-align: center;
  width: 100%;
  height: 20px;
  top: 33% !important;
  left: 47% !important;
  transform: translate(-50%, -50%) !important;
  margin-top: 0px;
  margin-left: 0px;
  color: #28a745;
  font-size: 20px;
}

.container_checklist_btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.checklist_btn_wrapper {
  text-align: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .container_checklist_btn_wrapper {
    flex-direction: column;
  }

  .checklist_btn_wrapper {
    margin-right: 0;
  }
}

/************* UPLM *************/
.dropzone {
  border: 3px dotted #dee2e6;
  color: #6c757d;
  width: auto;
  height: 150px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropzone {
  width: 100%;
  height: 200px;
  line-height: 200px;
  font-size: larger;
  margin: 15px 0px;
}

.dropzone {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.dropzone {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.dropzone span {
  padding-left: 10px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.containerCards>div:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
}

.cardUplm {
  width: 290px;
  min-width: 290px;
  border: 1px solid #d2d2d2;
  background-color: white;
  padding: 20px;
  margin: 5px;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cardUplm:hover {
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cardUplm:hover .imgUplm {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cardUplmImg {
  min-height: auto;
}

.containerImg {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.imgUplm {
  max-width: 180%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.imgUpls {
  max-width: 150%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.uplsEdit {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  top: -15px;
  left: -15px;
  z-index: 9;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.uplsEdit:hover {
  background: #ced4da;
  border-color: #ced4da;
}

.uplsEdit::before {
  content: "\f303";
  font-family: "Font Awesome 5 Pro";
  color: #3c8dbc;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-weight: 700;
}

.uplsDelete {
  position: absolute;
  width: 34px;
  height: 34px;
  top: -15px;
  left: -15px;
  z-index: 9;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.uplsDelete:hover {
  background: #ced4da;
  border-color: #ced4da;
}

.uplsDelete:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f2ed";
  color: #dd4b39;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-weight: 100;
}

.imgUpls:hover {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

div.infoUplm>textarea {
  width: 100%;
}

.buttonsUplm {
  /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
  text-align: center;
}

.buttonsUplm>button {
  margin: 5px;
}

.buttonsUplm>h5 {
  position: absolute;
  bottom: 0;
  margin-bottom: 0px !important;
}

.infoUplm {
  margin-top: 15px;
}

/************* UPLM PLUS*************/
.containerImgTablePending {
  width: 50px;
  height: 38px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.imgUplmTablePending {
  max-width: 180%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.containerImgTablePending:hover .imgUplmTablePending {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.containerImgTable {
  width: 31%;
  max-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.imgUplmTable {
  max-width: 180%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.containerImgTable:hover .imgUplmTable {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/************* Bootstrap Modal *************/
.modal-width {
  max-width: none !important;
  min-width: 30%;
  width: min-content !important;
}

.modal-90w {
  width: 90% !important;
  max-width: none !important;
}

.modal-80w {
  width: 80% !important;
  max-width: none !important;
}

.modal-70w {
  width: 70% !important;
  max-width: none !important;
}

.modal-60w {
  width: 60% !important;
  max-width: none !important;
}

body.fade.modal.show{
  z-index: 9999 !important;
}

/************* Tabs pantalla permisosusu *************/
.tabsPermisos a:nth-child(1) {
  color: #dd4b39 !important;
}

.tabsPermisos a:nth-child(2) {
  color: #00a65a !important;
}

.tabsPermisos a:nth-child(3) {
  color: #00a65a !important;
}

/************* Check Ios *************/
input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
  top: 10px;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164;
}

input.apple-switch:checked:disabled {
  box-shadow: inset 20px 0 0 0 rgba(78, 209, 100, 0.4);
  border-color: rgba(78, 209, 100, 0.4);
}

input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

input.apple-switch:not(:checked):disabled {
  box-shadow: inset -20px 0 0 0 rgba(221, 75, 57, 0.4) !important;
  border-color: rgba(221, 75, 57, 0.4) !important;
}

input.apple-switch:not(:checked) {
  box-shadow: inset -20px 0 0 0 #dd4b39 !important;
  border-color: #dd4b39 !important;
}

input.apple-switch:not(:checked):after {
  left: 20px;
  box-shadow: 5px 4px 3px rgba(0, 0, 0, 0.05);
}

input.apple-switch:not(:checked):disabled:after {
  left: 20px;
  box-shadow: 8px 4px 3px rgb(0 0 0 / 5%);
}

input.apple-switch:not(:checked):disabled {
  box-shadow: inset -20px 0 0 0 rgba(221, 75, 57, 0.4) !important;
  border-color: rgba(221, 75, 57, 0.4) !important;
}

/************* Divider *************/
hr.hr-text {
  position: relative;
  border: none;
  height: 1px;
  background: #999;
}

hr.hr-text::before {
  content: attr(data-content);
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 0.85rem;
  color: #999;
  border-radius: 30rem;
  padding: 0.2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

hr.hr-text-xl {
  position: relative;
  border: none;
  height: 1px;
  background: #999;
}

hr.hr-text-xl::before {
  content: attr(data-content);
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 1.85rem;
  color: #999;
  border-radius: 30rem;
  padding: 0.2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

hr.hr-textgrey {
  position: relative;
  border: none;
  height: 1px;
  background: #999;
}

hr.hr-textgrey::before {
  content: attr(data-content);
  display: inline-block;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 0.85rem;
  color: #999;
  border-radius: 30rem;
  padding: 0.2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/************* Informes *************/
.content-wrapper-Informes {
  margin-left: 0px !important;
}

.wrapper .content-wrapper-Informes {
  min-height: calc(106vh - calc(3.5rem + 1px) - calc(3.5rem + 1px));
}

.bgVariables {
  background-color: #f9f9f9;
  padding: 20px 20px;
  border-radius: 20px;
}

.tabInf {
  width: 50%;
  text-align: center;
}

hr.hr-titleinf {
  position: relative;
  border: none;
  height: 1px;
  background: #999;
  margin-top: 35px;
  margin-bottom: 35px;
}

hr.hr-titleinf::before {
  content: attr(data-content);
  display: inline-block;
  background: #f4f6f9;
  font-weight: bold;
  font-size: 1.4em;
  color: #999;
  border-radius: 30rem;
  padding: 0.2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  text-align: center;
}

@media (max-width: 992px) {
  hr.hr-titleinf::before {
    content: attr(data-content);
    width: 90%;
  }
}

hr.hr-titleinfwhite {
  position: relative;
  border: none;
  height: 1px;
  background: #999;
  margin-top: 35px;
  margin-bottom: 35px;
}

hr.hr-titleinfwhite::before {
  content: attr(data-content);
  display: inline-block;
  background: #FFF;
  font-weight: bold;
  font-size: 1.4em;
  color: #999;
  border-radius: 30rem;
  padding: 0.2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
  max-width: 90%;
}

@media only screen and (max-width: 576px) {
  hr.hr-titleinf::before {
    font-size: 1em;
  }
}

@media only screen and (max-width: 768px) {
  hr.hr-titleinf::before {
    font-size: 1.2em;
  }
}

.containerFiltros {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.containerFiltros2 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-flow: row wrap;
}

.cardfilter {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/************* Calendarios *************/
.month-container {
  margin-top: 10px !important;
}

.calendar {
  overflow-x: inherit !important;
  height: fit-content !important;
}

.link-calendar {
  color: white;
}

td.fc-list-event-title> {
  color: inherit !important;
}

.fc-button-primary {
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.fc-button-primary:hover {
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

.fc-button-active {
  background-color: #0062cc !important;
  border-color: #005cbf !important;
}

a.link-calendar:hover {
  text-decoration: none !important;
  color: white !important;
}

/************* kpis *************/
.small-box>.small-box-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: initial;
}

.containerCalIni {
  height: 450px;
  overflow-y: auto;
  overflow-x: auto;
}

@media only screen and (max-width: 768px) {
  label[for=kpiInt] {
    display: none;
  }

  label[for=kpiIni] {
    display: none;
  }

  label[for=kpiFin] {
    display: none;
  }

  label[for=kpiTipDoc] {
    display: none;
  }

}

/************* Inicio encargado *************/
@media (max-width: 768px) {
  .calYearEnc {
    display: none;
  }
}

/************* Stepper *************/
div.MuiPaper-root.MuiStepper-root {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  flex-wrap: wrap !important;
}

div.MuiStep-root.MuiStep-horizontal {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.MuiStepIcon-root.MuiStepIcon-completed {
  color: #28a745 !important;
}

.MuiStepIcon-root.MuiStepIcon-active {
  color: #007bff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 2px rgb(0 123 255 / 60%);
  padding: 1px;
  box-sizing: content-box;
}

/************* documentos trabajador *************/
.btn-trab {
  padding: .5rem 1rem !important;
  font-size: 2.25rem !important;
  line-height: 1.5 !important;
}

/************* Accordeon *************/
div.accordion>div.card>div.card-header {
  cursor: pointer !important;
}

.activeAcordeon {
  color: #0c63e4 !important;
  background-color: #e7f1ff !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
  transition: all 0.3s ease-in-out !important;
}

.slowAcordeon {
  transition: all 0.5s ease-in-out !important;
}



/************* UPLM *************/
.btnDownload {
  color: #28a745 !important;
}

.btnDownload:hover {
  color: #FFFFFF !important;
  background-color: #28a745 !important;
}

.btnLink {
  color: #007bff !important;
}

.btnLink:hover {
  color: #FFFFFF !important;
  background-color: #007bff !important;
}

.imgUplmPlus {
  width: 100px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}

/************* MENU *************/
.closeMenu {
  max-height: 0px !important;
}

.openMenu {
  max-height: 800px !important;
}

.sub {
  overflow: hidden;
  /* -webkit-transition: max-height 0.7s ease-in-out !important;
	-moz-transition: max-height 0.7s ease-in-out !important;
	transition: max-height 0.7s ease-in-out !important; */
}

.nav-link2 {
  padding-left: 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.2rem;
  color: #c2c7d0;
  border-radius: 0.25rem;
  display: block;
  padding: 0.5rem 1rem;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item2:hover>.nav-link2:not(.active),
[class*=sidebar-dark-] .nav-sidebar>.nav-item2>.nav-link2:not(.active):focus {
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
}

.nav-pills .nav-link2.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-sidebar .nav-item2>.nav-link2 .right {
  transition: none;
}

.nav-sidebar .nav-link2>.right,
.nav-sidebar .nav-link2>p>.right {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
}

.nav-sidebar .nav-link2 p {
  display: inline-block;
  margin: 0;
}

.nav-sidebar .menu-is-opening>.nav-link2 i.right,
.nav-sidebar .menu-open>.nav-link2 i.right {
  transform: rotate(-90deg);
}

/************* CORRECCION SIDEBAR RESPONSIVE *************/
@media (max-width: 991px) {

  .main-sidebar,
  .main-sidebar::before {
    box-shadow: none !important;
    margin-left: -250px;
  }

  .sidebar-open .main-sidebar,
  .sidebar-open .main-sidebar::before {
    margin-left: 0;
  }
}

/************* FIN: CORRECCION SIDEBAR RESPONSIVE *************/
@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link2 p {
    width: 0;
  }

  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link2 p,
  .sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
    margin-left: -10px;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link2 p,
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel>.info {
    display: inline-block;
    margin-left: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
  }
}

/************* DATATABLES KPIS *************/
.tdAvg {
  font-style: italic;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: right;
}

.trAvg {
  font-size: 1.05rem;
  font-weight: 600;
}

.tdTotal {
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: right;
}

.trTotal {
  font-size: 1.25rem;
  font-weight: 600;
}

/************* PANTALLA APROVISIONAMIENTO *************/
table#prealertas td {
  cursor: pointer;
}

/************* MODAL CHECKLIST *************/
.likeSw {
  border-radius: 0px !important;
  box-shadow: none !important;
  border: none !important;
}

.backLikeSw {
  background-color: rgba(0, 0, 0, 1) !important;  
}

/************* FORMULARIO GESTION DE LINEAS *************/
.formedirap {
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

/************* COMPONENTE NOTIFICATIONS *************/
li.nav-item.dropdown.notifications {
  width: 40px !important;
}

span.badge {
  font-size: .7rem !important;
  font-weight: 300 !important;
  padding: 2px 4px !important;
  position: absolute !important;
  right: 23px !important;
  top: 4px !important;
}

/************* SPINNER REGENERADOR STOCK *************/
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/************* BOTON FLOTANTE *************/
.fixed-action-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.fixed-action-button a {
  display: none;
  margin-bottom: 10px;
}

.fixed-action-button.show a {
  display: block;
}

.fixed-action-button .btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.app-container {
  position: relative;
  min-height: 100vh;
}

.fixed-action-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.fixed-action-button.open .menu-options {
  display: block;
  transform: translateY(-2%);
}

.menu-options {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateY(-20px);
  z-index: 9999;
}

/************* PLANIFICADOR *************/
.containerSelectCrear {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px 10px 25px 10px;
  border-radius: 25px;
}

.containerSelectEditar {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 10px 10px 25px 10px;
  border-radius: 25px;
}

.linkColorWarning {
  color: #856404;
}

.linkColorWarning>h4 {
  display: inline-block;
  color: #fff3cd;
  padding: 5px 10px;
  background-color: #856404;
  border: 1px solid #856404;
  border-radius: 10px;
}

.linkColorWarning:hover>h4 {
  display: inline-block;
  color: #856404;
  padding: 5px 10px;
  background-color: #fff3cd;
  border: 1px solid #856404;
  border-radius: 10px;
}

.linkColorWarning:hover {
  color: #d39e00;
}

._3zRJQ {
  fill: #555 !important;
}

/************* FIRMA *************/
.canvaFirma {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .3);
}

.modalSizeSign {
  width: 550px !important;
  max-width: none !important;
}

.mt--15px {
  margin-top: -15px;
}

/************* NOTAS WIZARD *************/
.mgnotaswiz {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
}

.mgnotaswizt10 {
  margin-top: -10px !important;
  margin-bottom: 20px !important;
}

/************* REACT DATEPICKER *************/
.rs-picker-block {
  width: 100% !important;
}

.rs-input-group {
  border: 1px solid #ced4da !important;
}

/* .rs-input-group.rs-input-group-inside{
  padding: 1.2px !important;
} */
.rs-input {
  color: #495057 !important;
}

.rs-input:focus {
  border-color: #80bdff !important;
}

.readonly-style .rs-input-group .rs-input {
  background-color: #e9ecef !important;
  color: #495057 !important;
  cursor: not-allowed !important;
  border: none !important;
}

.readonly-style .rs-input-group:hover {
  background-color: #e9ecef !important;
  cursor: not-allowed !important;
}

.readonly-style .rs-input-group.rs-input-group-inside {
  background-color: #e9ecef !important;
  cursor: not-allowed !important;
}

.rs-picker-read-only .rs-input-group .rs-input {
  background-color: #e9ecef !important;
  color: #495057 !important;
  cursor: not-allowed !important;
  border: none !important;
}

.rs-picker-read-only .rs-input-group:hover {
  background-color: #e9ecef !important;
  cursor: not-allowed !important;
}

.rs-picker-read-only .rs-input-group.rs-input-group-inside {
  background-color: #e9ecef !important;
  cursor: not-allowed !important;
}

.rs-picker-popup.rs-picker-popup-date {
  z-index: 9999 !important;
}

.rs-input {
  font-size: 0.99rem !important;
}

.rs-picker-input-group.rs-input-group.rs-input-group-inside {
  border-radius: .25rem !important;
}

/************* CHAT /INCI *************/
.chat-container {
  /* border: 1px solid #ccc; */
  padding: 10px;
  /* width: 50%; */
  margin: auto;
  max-height: 300px;
  overflow-y: auto;
  /* background-color: #f9f9f9; */
}

.message {
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: rgba(0,0,0,.05);
}

.sender {
  font-weight: bold;
  color: #007bff;
}

.body {
  margin-top: 5px;
  color: #333;
}

.fade.modal-backdrop.backLikeSw.show { 
  z-index: 9999 !important; 
}

.fade.modal-backdrop.backLikeSw.show + .fade.modal.show {   
  z-index: 9999 !important; 
}

/************* RUNCICCFG *************/
.ruciccfg-tabs .nav-link {
  background-color: #007bff;
  border: 1px solid #007bff;
  color: #fff;
  border-radius: 0.25rem;
  display: block;
  padding: .5rem 1rem;
}
.ruciccfg-tabs .ruciccfg-div .nav-link.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
/* .ruciccfg-tabs .nav-link:hover {
  background-color: #218838 !important;
  border: 1px solid #218838 !important;
  color: #fff !important;
} */
.ruciccfg-tabs .nav-link.active:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: inherit;  
  bottom: -15px;
  left: 0;
}
.ruciccfg-tabs nav.nav-tabs {
 justify-content: space-around !important;
}
.ruciccfg-tabs nav.nav-tabs a{
  /* min-width: 290px !important; */
  margin-bottom: 10px !important;
}
div.ruciccfg-tabs nav.nav-tabs a,
div.ruciccfg-tabs nav.nav-tabs a:visited,
div.ruciccfg-tabs nav.nav-tabs a:hover {
  color: #fff;
}
.ruciccfg-tabs .nav-tabs{
  border-bottom: 0px !important;
}
.ruciccfg-tabs .tab-title {
  display: inline-block;
  text-align: left;
}
.ruciccfg-tabs .tab-title .number {
  font-weight: bold;
  font-size: 1.2rem;
}
.ruciccfg-tabs .tab-title .abbreviation {
  font-weight: bold;
  font-size: 1.2rem
}
.ruciccfg-tabs .tab-title .description {
  font-size: 0.9rem;
  font-style: italic;
}
.runciccfgmodalrespbackdrop{
  z-index: 9999 !important;
}
div.runciccfgmodalrespbackdrop + div.modal{
  z-index: 9999 !important;
}
.tippy-tooltip{
  /* background-color: #28a745 !important; */
  background-color: #ffc107 !important;  
  /* opacity: 0.85 !important; */
  color: #000 !important;
  font-size: 1em !important;
  padding: 0.5rem 1rem !important;
  border-radius: 5px !important;
  font-weight: 400;
}
.tippy-popper[x-placement^=bottom] [x-arrow] {
  /* border-bottom: 7px solid #28a745 !important; */
  border-bottom: 7px solid #ffc107 !important;
  border-right: 7px solid transparent !important;
  border-left: 7px solid transparent !important;
  top: -7px !important;
  margin: 0 9px !important;
}
/************* RESPONSE *************/
.tdgrey{
  background-color: #f2f2f2 !important;
}
.tdwhite{
  background-color: #ffffff !important;
}
#tablaResponse tbody tr:hover td{
  color: #212529 !important;
  background-color: #ececec !important;
}
#tablaResponse th.w-500:first-child,
#tablaResponse td.w-500:first-child {
  min-width: 500px !important;
}
#tablaResponse th.w-150,
#tablaResponse td.w-150 {
  min-width: 150px !important;
}
#tablaResponse th.w-100,
#tablaResponse td.w-100 {
  min-width: 100px !important;
}
#tablaResponse th.w-80,
#tablaResponse td.w-80 {
  min-width: 80px !important;
}
.DTFC_LeftBodyWrapper{
  top: -15px !important;
}
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.w-500.bg-white.sorting::before,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.w-500.bg-white.sorting_asc::before,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.w-500.bg-white.sorting::after,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.w-500.bg-white.sorting_asc::after,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.bg-white.sorting:nth-child(2)::before,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.bg-white.sorting_asc:nth-child(2)::before,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.bg-white.sorting:nth-child(2)::after,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.bg-white.sorting_asc:nth-child(2)::after,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.bg-white.sorting:nth-child(3)::before,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.bg-white.sorting_asc:nth-child(3)::before,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.bg-white.sorting:nth-child(3)::after,
#tablaResponse_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th.bg-white.sorting_asc:nth-child(3)::after{
  display: none;
}
/************* MISELECTLARGE *************/
.miSelectLargeBtn{ 
  background-color: rgb(255, 255, 255) !important;
}
.miSelectLargeBtn:hover{
  background-color: #6c757d !important;
  color: white !important;
}
div.miSelectLargeDiv > p:nth-child(2){
  padding: 0px 0px 0px 0px !important;
}
table#docLargeInv,
table#docLargeAlb{
  cursor: pointer !important;
}

/************* BASESELECT *************/
.css-1fhf3k1-control{
  background-color: #e9ecef !important;
  color: #495057 !important;
  cursor: not-allowed !important;
}