body, .table td, .table th {
    font-size: 0.9rem !important;
}

@media (max-width: 767px) {
    .table td, .table th {
        font-size: 0.65rem !important;
    }
}

.h2, h2 {font-weight: 400 !important;}
.h3, h3 {font-weight: 300 !important;}

.navbar {
    font-size: 1rem !important;
}

.col-md-6 .table td, .col-md-6 .table th {
    padding: .75rem 0.3rem;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

textarea {
    resize: vertical;
    min-height: 100px !important;
}

/*.has-error .select2-selection { border-color: #a94442; }*/

.navbar-header > a.navbar-brand {
    max-width: 200px;
}

.btn-link {
    cursor: pointer !important;
}

.modal-body p {
    font-size: 1rem !important;
}

ul.dropdown-menu .dropdown-item {
    border-radius: 0;
}

.d-flex[style*="display:none"], .d-flex[style*="display: none"] {
    display:none !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/* MEDIA QUERIES */

@media (min-width: 768px) and (max-width: 992px) {
    #main-navbar {
        font-size: 0.7em;
    }
}

@media (max-width: 992px) {
    .main-navbar {
        padding: .5rem 0rem !important;
    }

    .main-navbar .navbar-header {
        padding: 0rem 1.0rem;
    }

    #main-navbar > ul.navbar-nav {
        padding: 0rem 1.0rem;
    }

    #main-navbar ul.dropdown-menu {
        background-color: #343a40 !important;
        border: none;
        color: rgba(255,255,255,.5);
    }

    #main-navbar ul.dropdown-menu .dropdown-item {
        color: rgba(255,255,255,.5);
    }
}

