:root {
    --brand-color: #009b72;
    --primary: #009b72;
}

.navbar {
    background-color: var(--brand-color);
}

.navbar-dark .navbar-nav .nav-link {
    color: #e9ecef;
}

.h1, h1 {
    font-size: 2.0rem;
}

a {
    color: #009b72;
}

a:hover{
    color: #026148
}

.text-primary {
    color: #009b72!important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #009b72;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(155, 198, 137, 0.5);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #009b72;
    border-color: #009b72;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(155, 198, 137, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #15be91;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #009b72;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(155, 198, 137, 0.5);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #009b72;
  border-color: #009b72;
}

.btn-primary {
  color: #fff;
  background-color: #009b72;
  border-color: #009b72;
}

.btn-primary:hover {
  color: #fff;
  background-color: #058563;
  border-color: #077356;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #058563;
  border-color: #077356;
  box-shadow: 0 0 0 0.2rem rgba(155, 198, 137, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #009b72;
  border-color: #009b72;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #058563;
  border-color: #077356;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 198, 137, 0.5);
}


.btn-outline-primary {
  color: #009b72;
  border-color: #009b72;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #058563;
  border-color: #077356;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 198, 137, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #009b72;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #058563;
  border-color: #077356;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 198, 137, 0.5);
}

#loading-img {
    background: url(../../img/loading-overlay-bg-green.gif) center center no-repeat;
    height: 100%;
    z-index: 50001;
}
.overlay {
    /*background: #e9e9e9;*/
    background: #f2f9f7;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1999;
}

/* header */

.page-header {}

.page-header h1 {
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
}

input.has-filter, select.has-filter {
    font-weight: bold;
    font-style: italic;
    border: 1px solid #f86c6b!important;
    color: #f86c6b;
}

.table-gototem thead th {
    /*vertical-align: bottom;*/
    border-top: none!important;
    font-weight: 700;
}

.table-gototem td {
    vertical-align: middle;
}
    
.table-gototem-lg sm {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    
}

.table-gototem-lg td {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    
}

.table-gototem-compact-footer tfoot tr:first-child th {
    border-top: 3px solid #EAEDF2!important;
}

.table-gototem-compact-footer tfoot tr th {
    padding-top: 0.50rem;
    padding-bottom: 0.50rem;
}


/*Alert*/
.alert {
    position: fixed;
    padding: 2rem 1.5rem;
    margin-bottom: 0; 
    border: 0 solid transparent;
    border-radius: 0;
    bottom: 0;
    width: 100%;
    z-index: 1050;
    left:0;
}

.alert-dismissible .close {
    padding: 2rem 1.5rem;
}

.bg-nosales {
    background-color: #e9830a !important;
}