html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 0.9rem;
}

label {
    font-size: 0.8rem;
}

textarea {
    height: 100px !important;
}

.text-danger {
    color: #fc5c65 !important;
    font-size: 0.7rem;
}   

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* MODAL LOADING */
.wrap-loading {
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2500;
    left: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    display: none;
}

.loading {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: 0.75s linear 0s infinite normal none running spinner-border;
    -moz-animation: 0.75s linear 0s infinite normal none running spinner-border;
    -o-animation: 0.75s linear 0s infinite normal none running spinner-border;
    animation: 0.75s linear 0s infinite normal none running spinner-border;
}

.loading-4 {
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border: 4px solid #ebebeb;
    border-top-color: #002980;
}

/* LOGIN */
.login-logo img {
    width: 180px;
}

.product-img {
    width: 48px;
}

td a i {
    color: #043854 !important;
}


/* BOOTSTRAP OVERRIDE */
.bg-primary {
    background-color: #2F335A !important;
}

.bg-secondary {
    background-color: #C2A84D !important;
}

.bg-light {
    background-color: #0ABDE3 !important;
}

.bg-info {
    background-color: #B24727 !important;
}

.navbar-brand img {
    height: 3.6rem !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #2F335A !important;
    border-color: #2F335A !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #043854 !important;
        border-color: #043854 !important;
    }

    .btn-primary:focus {
        color: #fff !important;
        background-color: #043854 !important;
        border-color: #043854 !important;
        box-shadow: 0 0 0 0.25rem rgba(13, 100, 148, 0.5) !important;
    }

.btn-secondary {
    color: #fff !important;
    background-color: #C2A84D !important;
    border-color: #C2A84D !important;
}

    .btn-secondary:hover {
        color: #fff !important;
        background-color: #5c636a !important;
        border-color: #5c636a !important;
    }

    .btn-secondary:focus {
        color: #fff !important;
        background-color: #5c636a !important;
        border-color: #5c636a !important;
        box-shadow: 0 0 0 0.25rem rgba(92, 99, 106, 0.5) !important;
    }


/* DATABLES OVERRIDE */
.page-item.active .page-link, .page-item.active .dataTable-pagination a, .dataTable-pagination .page-item.active a, .dataTable-pagination li.active .page-link, .dataTable-pagination li.active a {
    background-color: #1B365D !important;
    color: #fff !important;
}