.mensaje-acceso::before{
    color: red;
    content: 'Disculpe, usted no tiene acceso a este módulo';
}
.text-align-center{
    text-align: center;
}
.spanJson{
    cursor: pointer;
    width: 100%;
    display: block;
}
/* Button 4 */


#app-cover {
    display: table;
    width: 600px;
    margin: 80px auto;
    counter-reset: button-counter;
  }
    
  .toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
  }
  
  .button-cover {
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
  }
  
  .button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
  }
  
  .button-cover,
  .knobs,
  .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
  }
  
  .button.r,
  .button.r .layer {
    border-radius: 100px;
  }
  
  .button.b2 {
    border-radius: 2px;
  }
  
  .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }
  
  .knobs {
    z-index: 2;
    background-color: #8080806b;
  }
  
  .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
  }

#button-4 .knobs:before,
#button-4 .knobs:after {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-4 .knobs:before {
  content: "SI";
}

#button-4 .knobs:after {
  content: "NO";
}

#button-4 .knobs:after {
  top: -30px;
  right: 4px;
  left: auto;
  background-color: #f44336;
}

#button-4 .checkbox:checked + .knobs:before {
  top: -30px;
}

#button-4 .checkbox:checked + .knobs:after {
  top: 4px;
}

#button-4 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

  .toggle.ios,
  .toggle-on.ios,
  .toggle-off.ios {
    border-radius: 20rem;
  }
   .toggle.ios .toggle-handle {
    border-radius: 20rem;
  }
  .toggle.android {
    border-radius: 0px;
  }
   .toggle.android .toggle-handle {
    border-radius: 0px;
  }

  .toggle-handle{
    background-color: rgba(0, 0, 0, .4);
  }

  .toggle-handle:hover{
    background-color: rgba(0, 0, 0, .6);
  }
  .close-alert{
    cursor: pointer;
  }
  .ico-download{
    max-width: 40px;
    max-height: 40px;
    cursor: pointer;
  }