html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}


.full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
}

.wait-screen {
    z-index: 1000000;
    background: #222;
    opacity: 0.0;
    cursor: wait;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #00824c;
}

.card-primary.card-outline {
    border-top: 3px solid #00824c;
}


.table td, .table th {
    vertical-align: middle;
    
}

.btn-success {
    background-color: #00a862;
    border-color: #00a862;
}

.btn-success:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #007544;
    border-color: #007544;
}


.page-item.active .page-link {
    background-color: #00824c;
    border-color: #00824c;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #00824c;

}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {

    background: #00824c;
}


.custom-file-label::after{
    content:"Buscar";
}