/************* 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(.infoAlarmasMO) 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;
}
.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;
}
.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;
}
nav.nav-tabs a,
nav.nav-tabs a:visited,
nav.nav-tabs a:hover {
  color: inherit !important;
}
.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;
}

/************* ajustes varios *************/
.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;
}

/************* ajustes varios *************/
@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; */
  }
}
.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;
}

/************* SWEETALERT OVERWRITE *************/
.swal-button:focus,
.swal-button:active {
  box-shadow: none !important;
}
.btnSwalSave:hover {
  background-color: #007bff !important;
}
.btnSwalSave:disabled {
  background-color: transparent !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--cancel:hover {
  background-color: #6c757d !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;
    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.createcorrectivo td,
table.otsTrabajador td {
  cursor: pointer;
}
/************* 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;
}
/************* 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 *************/
.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;
}
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%);
  width: fit-content;
  text-align: center;
}
@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;
}
.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);
}
@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;
}

/************* 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;
}