button.zapi-button
{
  
  border: none;
  font-weight: bold;
  background-color: black;
  color: white;
  border-radius: 100px;
  padding: 17px 44px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: 1px solid black;
}


button.zapi-button:hover,button.zapi-button:focus
{
  background: black;
  color: white;
}

button.zapi-button:disabled,
button.zapi-button[disabled]{
  opacity: 0.5;
  cursor: not-allowed;
}

.nice-select ul.list
{
  max-height: 400px;
  overflow-y: auto;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_filter label
{
  width: 100%;
}

.dataTables_wrapper .dataTables_filter label 
{
  text-align: left;
}

.dataTables_wrapper .dataTables_filter input
{
  margin-top: 5px;
}

.dataTables_wrapper .dataTables_filter label input
{
  margin-left: 0px;
  margin-bottom: 5px;
}

.dataTables_wrapper .dt-buttons
{
    position: absolute;
    bottom: -60px;
}


.zapi-cp-container .alert-danger,
.zapi-container .alert-danger{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.zapi-cp-container .alert,
.zapi-container .alert {
  position: relative;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.zapi-cp-container .alert-info,
.zapi-container .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.zapi-cp-container .alert-success,
.zapi-container .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.zapi-cp-results .err-mensaje,
.zapi-container .err-mensaje,
.zapi-cp-container .err-mensaje
{
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 468px) {
  .dataTables_wrapper
  {
    overflow-x: auto;
    font-size: 0.8rem;
  }

  .dataTables_wrapper .dt-buttons
  {
    position: initial;
    bottom: initial;
    margin-top: 15px;
  }

  .dataTables_wrapper table.dataTable tbody th, 
  .dataTables_wrapper table.dataTable tbody td
  {
    padding: 5px;
  }

  .nice-select .current
  {
    height: 100%;
    width: 100%;
    overflow: hidden;
    white-space: break-spaces;
    display: block;
  }
}
