html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    background-color: #fc0 !important;
}


th.sorting {
    background: #d40511;
    color: white;
}

.sweet-alert.showSweetAlert.visible {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 1000;
    width: 300px;
}

.sa-error-container {
    visibility: hidden;
    visibility: hidden;
}

.sweet-alert.showSweetAlert.visible fieldset {
    visibility: hidden;
    position: absolute;
}


.btn-custom-csv {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 5px;
}

.btn-custom-excel {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 5px;
}

.btn-custom-pdf {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 5px;
}

.btn-custom-copy {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 5px;
}

.opaca {
    opacity: .8
}