html {
  height: 100%;
}
body {
  /* customStyles.css */
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background-color: #fafafa;
  line-height: 1.2;
}
body .phone-input input {
  border: none;
  box-shadow: none;
}
body .phone-input input:focus-visible {
  outline: none;
}
body .min-vh-100 {
  min-height: 100vh;
}
body .font-success {
  color: #28a745;
}
body a,
body .btn {
  cursor: pointer;
}
body a:hover,
body .btn:hover {
  text-decoration: none;
}
body #main {
  min-height: 100%;
}
body.login-front #main {
  height: 100%;
}
body.login-front footer {
  text-align: right;
}
body .wDatePickersSelects.row {
  margin-left: 0px;
  margin-right: 0px;
}
body .bkg-img {
  background-repeat: no-repeat;
  background-color: #282828;
  background: url('../images/background.jpg');
  background-size: cover;
  background-position: center;
}
body .bkg-blanco {
  background-color: #fafafa;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: 600;
}
body.login {
  background-color: #282828;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-position: center;
}
body.login a img.logo-login {
  max-width: 300px;
  height: auto;
}
body.login .inner {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
body.login .inner p {
  color: #fff;
}
body.login .inner h1,
body.login .inner h2,
body.login .inner h3,
body.login .inner h4,
body.login .inner h5 {
  color: #B44990;
}
body.login .inner .form-group {
  margin-bottom: 0.5em;
}
body.login .inner .link-verde {
  color: #097b15;
}
body.login .inner .btn-primary.btn-face {
  background-color: #4267b2 !important;
  border: 1px solid #29487d !important;
}
body.login .inner .btn-face {
  background-color: #4267b2 !important;
  border: 1px solid #29487d !important;
}
body.login-front {
  background-color: #282828;
  background: url('../images/background.jpg');
  background-size: cover;
  background-position: center;
}
body.login-front .sin-logo {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
body.login-front .container-fluid {
  height: 100%;
}
body.login-front .logo-art {
  padding: 40px;
}
body.login-front .login-box {
  position: relative;
}
body.login-front .login-box .inner {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  color: #666;
}
body.login-front .login-box .inner h1,
body.login-front .login-box .inner h2,
body.login-front .login-box .inner h3,
body.login-front .login-box .inner h4,
body.login-front .login-box .inner h5 {
  opacity: 0.5;
}
body.login-front .login-box .inner .form-group {
  margin-bottom: 0.5em;
}
body.login-front .login-box .inner .link-verde {
  color: #097b15;
}
body.login-front .login-box .inner .btn-primary.btn-face {
  background-color: #4267b2 !important;
  border: 1px solid #29487d !important;
}
body form.frmRegistro .email + a {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
  cursor: pointer;
}
body table.turnos,
body table.historial {
  font-size: 14px;
}
body table.turnos tr,
body table.historial tr {
  background-color: #fff;
  margin-bottom: 0.5rem;
}
body table.turnos td.date,
body table.historial td.date {
  font-weight: 700;
  color: #282828;
}
body table.turnos td.turno,
body table.historial td.turno {
  font-weight: 700;
  color: #282828;
}
body .step {
  display: none;
}
body .step .title {
  margin-bottom: 30px;
}
body .step .title h6 {
  color: #ccc;
  font-weight: 600;
}
body .step .title h3 {
  font-weight: 600;
}
body #step-1,
body #step-2,
body #step-3,
body #step-4,
body #step-5 {
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
}
body #step-4 .wWPhonenumber .iti {
  display: block !important;
}
body #step-4 .wWPhonenumber.error input.form-control {
  border-color: #dc3545;
}
body .step.active {
  display: block;
}
body #step-4 {
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
}
body #step-4 .message.lista {
  display: none;
}
body #step-4 #ok-panel {
  display: none;
}
body #step-4 #ok-panel {
  display: none;
}
body .steper {
  cursor: auto;
  font-weight: 600;
  margin-bottom: 30px;
}
body .steper .step-container {
  border-bottom: 1px solid #ddd;
  padding: 30px 15px;
}
body .steper .step-container#pasos.zSoloServicios #step-count-2 {
  display: none !important;
}
body .steper .step-container .step-count {
  font-size: 12px;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body .steper .step-container .step-count a {
  cursor: auto;
  color: #868e96;
}
body .steper .step-container .step-count a:hover {
  text-decoration: none;
}
body .steper .step-container .step-count.active {
  color: green;
  border-bottom: 3px solid green;
}
body .steper .step-container .step-count.active a {
  color: green;
}
body .steper .step-container .step-count .text a {
  color: #fff;
  font-weight: 600;
}
body .steper .step-container .step-count .text a:hover {
  text-decoration: none;
}
body .steper .step-container .step-count .text a.btn {
  margin-top: -20px;
}
body .steper .step-container .step-count .text a.btn:hover {
  color: #097b15;
}
body .steper .step-container .step-count .btnBackStep {
  color: #007bff;
  cursor: pointer;
}
body .owl-theme .owl-dots .owl-dot.active span {
  background: #097b15;
}
body .owl-theme .owl-dots .owl-dot:hover span {
  background: #097b15;
}
body .owl-theme .owl-nav .owl-prev,
body .owl-theme .owl-nav .owl-next {
  background: transparent;
  color: #097b15;
}
body .owl-theme .owl-nav .owl-prev .fa,
body .owl-theme .owl-nav .owl-next .fa {
  font-size: 18px;
}
body .owl-theme .owl-nav .owl-prev:hover,
body .owl-theme .owl-nav .owl-next:hover {
  color: #097b15;
  background: transparent;
}
body .owl-theme .owl-stage {
  margin: 0 auto;
}
body .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .owl-theme .owl-nav .owl-prev {
  position: absolute;
  float: none;
  left: -15px;
}
body .owl-theme .owl-nav .owl-next {
  position: absolute;
  float: none;
  right: -15px;
}
body #sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
}
body #sidebar .sidebar-user {
  color: #fafafa;
}
body #sidebar .sidebar-user h5.title {
  margin-bottom: 0;
}
body #sidebar .sidebar-user img.avatar {
  margin-top: 30px;
  margin-bottom: 30px;
}
body #sidebar .sidebar-user p {
  font-weight: 600;
  letter-spacing: 0.02em;
}
body #sidebar .sidebar-user p.msje-turnos-deshabilitados {
  display: none;
}
body #sidebar .sidebar-user p.msje-bienvenida {
  display: block;
}
body #sidebar .sidebar-user a {
  color: #097b15;
  font-weight: 500;
}
body #sidebar .sidebar-user a.btn-success {
  color: #fff;
  font-weight: 600;
}
body #sidebar .sidebar-user .perfil .image {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  overflow: hidden;
}
body #sidebar .sidebar-user .perfil .bg-cover {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
body .calDay .calElement .dayNumber {
  font-size: 20px;
}
body .calBox {
  background-color: #fff;
  padding: 2px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #282828;
  width: 100%;
}
body .calElement {
  margin: 1px;
  display: inline-block;
  overflow: hidden;
}
body .calYear {
  font-size: 20px;
  border-bottom: 1px dashed #fafafa;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
body .calYear .calElement {
  border: 1px solid #fff;
}
body .calMonth {
  border-bottom: 1px dashed #fafafa;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
body .calMonth .calElement {
  font-size: 14px;
  border: 1px solid #fff;
}
body .calDay .calElement {
  font-size: 12px;
  border: 1px solid #fff;
}
body .calDay .calElement.prev {
  background: transparent url('../images/prev.png') no-repeat 0 18px;
  width: 8px;
  height: 35px;
}
body .calDay .calElement.next {
  background: transparent url('../images/next.png') no-repeat 0 18px;
  width: 8px;
  height: 35px;
}
body span.calElement.next:hover,
body span.calElement.prev:hover {
  border: 1px solid #999999;
  background-color: transparent;
  cursor: pointer;
}
body #calendario-turnos .nav-link {
  margin-bottom: 15px;
}
body #calendario-turnos .nav-link.active {
  font-weight: 600;
}
body .calDay .calElement .dayNumber {
  font-size: 20px;
}
body .calElement.selected {
  background-color: #097b15;
  border: 1px solid #097b15;
  color: #fff;
  -moz-border-radius: 3px;
}
body span.calElement:hover {
  background-color: #fff;
  color: #097b15;
  border: 1px solid #404040;
  -moz-border-radius: 3px;
  cursor: pointer;
}
body .calElement.today {
  border: 1px solid #097b15;
  -moz-border-radius: 3px;
}
body .calYear .calElement {
  width: 30% !important;
}
body .calMonth .calElement {
  width: 12% !important;
}
body .calDay .calElement {
  width: 12% !important;
}
body .calDay .calElement.prev {
  width: 10px !important;
}
body .calDay .calElement.next {
  width: 10px !important;
}
body .sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
body .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
body .sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #097b15;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
body .sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
body .sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
body .sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
body .sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
body .sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
body .sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
body .sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
body .sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
body .sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
body .sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
body .sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
body .sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
body .modal .modal-dialog .modal-content .modal-header {
  border-bottom: transparent;
  padding: 30px 40px 15px;
}
body .modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  color: #097b15;
  font-size: 1.2rem;
}
body .modal .modal-dialog .modal-content .modal-body {
  padding: 15px 40px;
  color: #282828;
  text-align: center;
}
body .modal .modal-dialog .modal-content .modal-body .form-control {
  background-color: #fff;
  color: #282828;
}
body .modal .modal-dialog .modal-content .modal-footer {
  justify-content: center !important;
  border-top: transparent;
  padding: 15px 40px 60px;
}
body .modal#modal-loading {
  background-color: rgba(255, 255, 255, 0.8);
}
body .modal#modal-loading .modal-dialog {
  height: 100%;
}
body .modal .modal-dialog .modal-content .modal-footer {
  justify-content: center !important;
}
body .toogle-password {
  position: relative;
  display: block;
}
body .toogle-password i {
  color: #333;
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
  cursor: pointer;
}
body .toogle-password.show i.showing {
  display: block;
}
body .toogle-password:not(.show) i:not(.showing) {
  display: block;
}
body .toogle-password input {
  padding-right: 30px;
}
body form .velo {
  display: none;
  background-color: #fff;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1.5rem;
}
body form .velo.opacity {
  opacity: 0.5;
}
body form .fButtons .feedback-message {
  display: none;
  visibility: none;
  margin-left: 14px;
}
body form .form-group span.mError {
  display: none;
  font-size: 0.8rem;
  color: #dc3545;
}
body form .msjError {
  display: none;
}
body form.fError .msjError {
  display: block;
  text-align: center;
  color: #dc3545;
}
body form.fError .form-group .form-control.mError .input-group-addon,
body form.fError .input-group .form-control.mError .input-group-addon {
  border-color: #dc3545;
  box-shadow: 0 0 6px #dc3545;
}
body form.fError span.mError {
  display: block;
  color: #dc3545;
  font-size: 80%;
}
body form.fError .fButtons .feedback-message.feedback-error {
  display: inline-block;
  visibility: visible;
}
body form.fProcessing .velo {
  display: block;
}
body form.fProcessing .velo i {
  color: #007bff;
}
body form.fProcessing .velo .ok,
body form.fProcessing .velo .error {
  display: none !important;
}
body form.fProcessing .fButtons .feedback-message.feedback-processing {
  display: inline-block;
  visibility: visible;
}
body form.fSuccess .velo:not(.opacity) {
  display: block;
  opacity: initial;
}
body form.fSuccess .velo:not(.opacity) i {
  color: #097b15;
}
body form.fSuccess .velo:not(.opacity) .cargando,
body form.fSuccess .velo:not(.opacity) .error {
  display: none !important;
}
body form.fSuccess .fButtons .feedback-message.feedback-ok {
  display: inline-block;
  visibility: visible;
}
body form.fSuccess .fButtons .feedback-message.feedback-ok i.fa {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
body form.fErrorMsje .velo {
  display: block;
  opacity: initial;
}
body form.fErrorMsje .velo i {
  color: #dc3545;
}
body form.fErrorMsje .velo .cargando,
body form.fErrorMsje .velo .ok {
  display: none !important;
}
body form#form_local.fError .msjError {
  display: block;
  text-align: center;
  color: #dc3545;
}
body a.card.turnos {
  color: #282828;
  margin: 1.5rem;
}
body a.card.turnos .card-img-top {
  border-radius: 0;
}
body a.card.turnos:hover {
  text-decoration: none;
  border: 2px solid #007bff;
}
body a.card.turnos.nexter.edicion {
  color: #097b15;
  border: 2px solid #097b15;
}
body #wpr-modal-email-form.fError .message-error.show {
  display: block;
  font-size: 0.85em;
}
body #wpr-modal-email-form .modal-body {
  display: none;
}
body #wpr-modal-email-form .modal-body:not(.modal-body-success) {
  display: block;
}
body #wpr-modal-email-form.fSuccess .modal-body:not(.modal-body-success) {
  display: none;
}
body #wpr-modal-email-form.fSuccess .modal-body.modal-body-success {
  display: block;
}
body #wpr-modal-email-form .message {
  display: none;
}
body #wpr-modal-email-form.fProcessing .message-processing {
  display: block;
  color: #097b15;
  opacity: initial;
}
body #wpr-modal-email-form.fProcessing .modal-content:after {
  position: absolute;
  content: ' ';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
body #wpr-modal-email-form .frmSaveContactInfo .wWPhonenumber .iti {
  display: block;
}
body .aviso-turnos-deshab {
  display: none;
}
body.turnos-deshabilitados #sidebar .sidebar-user a.btn-success {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
body.turnos-deshabilitados #sidebar .sidebar-user p.msje-turnos-deshabilitados {
  display: block;
}
body.turnos-deshabilitados #sidebar .sidebar-user p.msje-bienvenida {
  display: none;
}
body.turnos-deshabilitados .deshab-nuevo-turno {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
body.turnos-deshabilitados .aviso-turnos-deshab {
  display: block;
}
.alert.val-correo {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 2rem;
}
footer {
  position: relative;
  bottom: 0px;
  padding-bottom: 20px;
  display: block;
  font-size: 0.8rem;
}
.navbar .navbar-brand {
  font-weight: 600;
}
.navbar .navbar-brand img {
  max-height: 40px;
  width: auto;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.bg-dark {
  background-color: #282828 !important;
}
.nav-item .dropdown-menu {
  background: #282828;
}
.nav-item .dropdown-menu .dropdown-item {
  color: #bbb;
}
.nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #282828;
}
.nav-item .dropdown-menu .dropdown-divider {
  border-color: #424242;
}
.bg-dark {
  background-color: #282828 !important;
}
#listado_horario_hoy .list-group-item .hour,
#listado_horario_manana .list-group-item .hour,
#listado_horario_otro .list-group-item .hour {
  float: left;
  padding: 5px;
  border-right: 1px solid #ccc;
  margin-right: 15px;
  width: 70px;
}
@media (max-width: 600px) {
  body {
    /*
    .steper{
      .step-container{
        .step-count{
          padding-top:0;
          padding-bottom: 0;
          padding: 0;
          margin: 0 4px;
          font-size: 9px;          
          &.active{
           
          }
          
            a.btn{ margin-top: -20px;}
            
          }
          
        }
      }
      */
  }
  body footer {
    text-align: center;
    margin-bottom: 0;
    margin-top: 50px !important;
  }
  body #main {
    height: auto !important;
    min-height: auto !important;
  }
  body #main .main-inner #content table.historial,
  body #main .main-inner #content table.turnos {
    margin-top: 1rem;
  }
  body #main .main-inner #content table.historial tr,
  body #main .main-inner #content table.turnos tr {
    background-color: #fff;
    margin-bottom: 1rem;
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid #dddddd;
  }
  body #main .main-inner #content table.historial tr td,
  body #main .main-inner #content table.turnos tr td {
    display: block;
    width: 100%;
  }
  body #main .main-inner #content table.historial tr td.date,
  body #main .main-inner #content table.turnos tr td.date {
    font-weight: 700;
    border-top: 1px solid transparent;
  }
  body #main .main-inner #content table.historial tr td.turno,
  body #main .main-inner #content table.turnos tr td.turno {
    border-top: 1px solid transparent;
  }
  body #main .main-inner #content table.historial tr td.service span.d-inline-block.text-truncate,
  body #main .main-inner #content table.turnos tr td.service span.d-inline-block.text-truncate {
    display: block !important;
    max-width: 100% !important;
  }
  body.login-front div.col-md-6.col-xl-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.login-front .bkg-blanco {
    background: transparent;
  }
  body.login-front .login-box {
    padding: 0.8rem !important;
  }
  body.login-front .login-box .inner {
    display: block;
    transform: none;
    position: static;
  }
  body.login-front .login-box .inner button.btn-lg,
  body.login-front .login-box .inner a.btn-lg {
    padding: 0.5rem 0.2rem;
    font-size: 1rem;
  }
  body.login-front .login-box {
    padding: 0.7rem 0.5rem;
  }
  body.login-front .login-box .inner {
    padding: 2rem 0;
  }
  body.login-front .login-box .inner h1,
  body.login-front .login-box .inner h2,
  body.login-front .login-box .inner h3,
  body.login-front .login-box .inner h4,
  body.login-front .login-box .inner h5 {
    opacity: 0.9;
    font-size: 1rem;
  }
  body h1,
  body h2 {
    font-size: 20px;
  }
  body a.btn.btn-link {
    font-size: 12px;
  }
  body.login-front .logo-art {
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  body #sidebar .sidebar-user {
    text-align: center;
  }
  body .steper .step-container {
    border-bottom: 0;
    padding: 0;
  }
  body .steper .step-container .step-count {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-right: 0;
  }
  body .calDay .calElement {
    font-size: 10px;
  }
  body .calDay .calElement .dayNumber {
    font-size: 14px;
  }
  body #calendario-turnos .nav-link {
    font-size: 10px !important;
  }
  #turnos-selector-dias .tab-pane {
    margin: auto -1.25rem;
    margin-bottom: -1.25rem;
  }
  #turnos-selector-dias .tab-pane .list-group-item {
    padding: 0.5rem 0.2rem;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }
}
.piefoot {
  bottom: 20px !important;
  position: absolute;
  right: 5%;
}
.page-error-404 {
  line-height: 1.8;
  background-color: #fafafa;
  text-align: center;
}
.page-error-404 .logo img {
  max-width: 200px;
}
label {
  cursor: pointer;
}
label input[type=checkbox] {
  visibility: hidden;
}
label input[type=checkbox] + .estrella .fa-star {
  display: none;
}
label input[type=checkbox] + .estrella .fa-star-o {
  display: inline-block;
  color: #6c757d;
}
label input[type=checkbox]:checked + .estrella .fa-star {
  display: inline-block;
  color: #ffc107;
}
label input[type=checkbox]:checked + .estrella .fa-star-o {
  display: none;
}
label.check-icono-label {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
}
label.check-icono-label .fa {
  margin-right: 10px;
}
label.check-icono-label input[type=checkbox] {
  visibility: hidden;
}
label.check-icono-label input[type=checkbox] + .check-icono .fa-check-square {
  display: none;
}
label.check-icono-label input[type=checkbox] + .check-icono .fa-square {
  display: inline-block;
  color: #ccc;
}
label.check-icono-label input[type=checkbox]:checked + .check-icono .fa-check-square {
  display: inline-block;
  color: #097b15;
}
label.check-icono-label input[type=checkbox]:checked + .check-icono .fa-square {
  display: none;
}
label.check-icono-label {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
}
label.check-icono-label .fa {
  margin-right: 10px;
}
label.check-icono-label input[type=radio] {
  visibility: hidden;
}
label.check-icono-label input[type=radio] + .check-icono .fa-check-square {
  display: none;
}
label.check-icono-label input[type=radio] + .check-icono .fa-square {
  display: inline-block;
  color: #ccc;
}
label.check-icono-label input[type=radio]:checked + .check-icono .fa-check-square {
  display: inline-block;
  color: #097b15;
}
label.check-icono-label input[type=radio]:checked + .check-icono .fa-square {
  display: none;
}
label.candado-icono-label {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
}
label.candado-icono-label .fa {
  margin-right: 10px;
}
label.candado-icono-label input[type=checkbox] {
  visibility: hidden;
  display: none;
}
label.candado-icono-label input[type=checkbox] + .candado-icono .fa-lock {
  display: none;
}
label.candado-icono-label input[type=checkbox] + .candado-icono .fa-lock.gris {
  display: inline-block;
  color: #ccc;
}
label.candado-icono-label input[type=checkbox]:checked + .candado-icono .fa-lock.red {
  display: inline-block;
  color: #dc3545;
}
label.candado-icono-label input[type=checkbox]:checked + .candado-icono .fa-lock {
  display: none;
}
label.toggle-icono-label {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 18px;
}
label.toggle-icono-label .fa {
  font-size: 22px;
  margin-right: 10px;
}
label.toggle-icono-label input[type=radio],
label.toggle-icono-label input[type=checkbox] {
  visibility: hidden;
  display: none;
}
label.toggle-icono-label input[type=radio] + .toggle-icono .fa:first-child,
label.toggle-icono-label input[type=checkbox] + .toggle-icono .fa:first-child {
  display: none;
}
label.toggle-icono-label input[type=radio] + .toggle-icono .fa:last-child,
label.toggle-icono-label input[type=checkbox] + .toggle-icono .fa:last-child {
  display: inline-block;
  color: #ccc;
}
label.toggle-icono-label input[type=radio]:checked + .toggle-icono .fa:first-child,
label.toggle-icono-label input[type=checkbox]:checked + .toggle-icono .fa:first-child {
  display: inline-block;
  color: #097b15;
}
label.toggle-icono-label input[type=radio]:checked + .toggle-icono .fa:last-child,
label.toggle-icono-label input[type=checkbox]:checked + .toggle-icono .fa:last-child {
  display: none;
}
label.toggle-icono-label input[type=radio]:checked + .toggle-icono + span,
label.toggle-icono-label input[type=checkbox]:checked + .toggle-icono + span {
  color: #097b15 !important;
}
label.toggle-icono-label.custom {
  font-size: 14px;
}
label.toggle-icono-label.custom .fa {
  font-size: 16px;
  margin-right: 10px;
}
.card.companion .wpr-companion-sector.wpr-companion-selector {
  position: relative;
}
.card.companion .wpr-companion-sector.wpr-companion-selector:not(.active):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.25;
  z-index: 1;
}
.card.companion label.toggle-icono-label {
  background-color: #f9f9f9;
}
.card.companion label.toggle-icono-label span {
  opacity: 0.75;
}
.card.companion label.toggle-icono-label .toggle-icono .fa.fa-check {
  display: none;
}
.card.companion label.toggle-icono-label.hide {
  display: none !important;
}
.card.companion label.toggle-icono-label.checked:not(.hide) {
  border: 1px solid #097b15 !important;
  background-color: #fff;
}
.card.companion label.toggle-icono-label.checked:not(.hide) span {
  opacity: initial;
}
.card.companion label.toggle-icono-label.checked:not(.hide) .toggle-icono .fa.fa-toggle-off {
  display: none;
}
.card.companion label.toggle-icono-label.checked:not(.hide) .toggle-icono .fa.fa-check,
.card.companion label.toggle-icono-label.checked:not(.hide) .toggle-icono .fa.fa-toggle-on {
  color: #097b15 !important;
  display: inline-block;
}
.card.companion label.toggle-icono-label:hover {
  border: 1px solid #007bff !important;
}
.card.companion label.toggle-icono-label.form-companion form {
  display: none;
}
.card.companion label.toggle-icono-label.form-companion.checked {
  background-color: #fff;
}
.card.companion label.toggle-icono-label.form-companion.checked form {
  display: block;
}
.card.companion form select,
.card.companion form input {
  background-color: #fff;
  color: #495057;
}
.card.companion form label.error,
.card.companion form span.text-error {
  font-size: 10px;
  color: #DC3545;
  margin: 0;
}
.card.companion form select.error,
.card.companion form input.error {
  border: 1px solid #DC3545 !important;
}
.wprCompanion.editing {
  display: none !important;
}
.wprCompanion:not(.editing) + .wprCompanionEdition {
  display: none !important;
}
.wprCompanionEdition form.frmCompanionEdit .input-group .form-control {
  background-color: #fafafa;
  font-weight: 700;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.wprCompanionEdition form.frmCompanionEdit .input-group .form-control.has-error {
  border: 1px solid #DC3545 !important;
}
.wprCompanionEdition form.frmCompanionEdit .input-group .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.wprCompanionEdition form.frmCompanionEdit span.help-block-error {
  font-size: 10px;
  color: #DC3545;
  font-weight: initial;
}
