.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../../assets/media/loader/preloader.gif) center no-repeat #fff;
  background-size: 250px;
}

.footer_index {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.header_index {
  position: fixed;
  top: 0px;
  right: 0px;
}

.footer_softour {
  padding: 10px;
  margin: 5px;
}

.header_version {
  padding: 10px;
  margin: 5px;
  font-size: 0.75rem;
}

/* Escaner QR camara*/
#loadingMessage {
  text-align: center;
  padding: 40px;
  background-color: #eee;
}

#canvas {
  width: 100%;
}

#output {
  margin-top: 0px;
  background: #eee;
  padding: 2px;
  padding-bottom: 0;
}

#output div {
  padding-bottom: 0px;
  word-wrap: break-word;
}

#noQRFound {
  text-align: center;
}

.colH {
  height: 50% !important;
  padding-bottom: 30px !important;
}

@media (min-width: 576px) {
  .colH {
    height: 50% !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .colH {
    height: 100% !important;
  }
}

.label {
  margin-top: -16px;
  color: #666666;
  font-size: 11px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .header-fixed .header {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .header-fixed .wrapper {
    padding-top: 60px;
  }

  .header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 124px;
  }
}

@media (max-width: 991.98px) {
  .header-mobile-fixed .wrapper {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .header-fixed .header {
    height: 60px;
  }
}

@media (max-width: 991.98px) {
  .header-mobile {
    height: 60px;
    min-height: 60px;
  }

  .header-mobile-fixed .header-mobile {
    height: 60px;
    min-height: 60px;
  }
}

@media (max-width: 991.98px) {
  .topbar-mobile-on .topbar {
    margin-top: 60px;
    background-color: #d2d2d2;
  }
}

@media (max-width: 991.98px) {
  .topbar {
    height: 60px;
  }
  .topbar-mobile-on .topbar {
    margin-top: 60px;
  }
}

.timeline.timeline-6:before {
  content: '';
  position: absolute;
  left: 44px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #EBEDF3;
}

.timeline.timeline-6.timelineR:before {
  content: '';
  position: absolute;
  left: 4px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #EBEDF3;
}

.numberCircle {
  border-radius: 50%;
    width: 28px;
    min-width: 28px !important;
    height: 28px;
    min-height: 28px !important;
    padding: 5px 2px 0px 2px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 1.08rem Arial, sans-serif;
    font-weight: bold;
    margin-left: -8px;
    margin-top: -5px;
    text-align: center;
}

.numberCircle.text-success{
  color:#1BC5BD !important;
  border: 2px solid #1BC5BD !important;
}

.numberCircle.text-danger{
  color:#F64E60 !important;
  border: 2px solid #F64E60 !important;
}

.checkbox.checkbox-outline.checkbox-success > span {
  background-color: transparent;
  border-color: #000000;
}

.swal2-container .swal2-html-container {
  max-height: 400px;
  overflow: auto;
  font-size: 1.75rem;
}

.showPass{
  margin-top: -32px;
  margin-right: 20px;
  text-align: right;
}
.hidePass{
  margin-top: -32px;
  margin-right: 20px;
  text-align: right;
}

.swal2-popup {
  padding: 5px;
}

.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  font-family: Flaticon;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  }

  .swal2-popup .swal2-title {
    font-weight: 500;
    font-size: 2rem;
    margin: 2rem 0 0 0;
    color: #181C32;
}

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0.75rem 1rem;
}