/* .btn-danger {
      box-shadow: 1px 2px 5px #000000;   
  }

  .btn-warning {
      box-shadow: 1px 2px 5px #000000;   
  }

  .btn-primary {
      box-shadow: 1px 2px 5px #000000;   
  }
  
  .btn-success {
      box-shadow: 1px 2px 5px #000000;   
  } */

  .aviso{background-color:#aa2222; border-radius:8px; margin:50px; color:#ffffff; padding:12px; text-align:center; font-size:22px;}
      .entrada{background-color:#e1e1e1; text-align:center; font-weight:bold; padding:5px;}
      .saida{text-align:center; font-weight:bold; padding:5px;}
      td{padding:4px 10px;}
      #customConfirm{color:#232323; border-radius:18px; width:600px; font-size:20px; position:fixed; max-width:100vw; max-height:100vh; z-index:3; top:20%; left:50%; padding:24px; margin-left:-324px; background:#fff; text-align:center; font-weight:bold;}
      #transparencia{opacity:0.5; position:fixed; top:0px; left:0px; width:100vw; height:100vh; z-index:2; background:#000;}
      
  /* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #00008B;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.swal-modal .swal-text {
    text-align: center;
}

#footer {

  margin: 0px auto 0px auto;
  padding: 0px 0 0 0;
  text-align: center;
  position: static;
  width: 100%;

}

.fixed { position: fixed; }
.static { position: static; }

#conteudo{ height: 300px; width: 100%;}