.field-validation-error {
    color: #f00;
    margin-bottom: 1rem !important;
    display: block;
} 
.nav-treeview {
    margin-left: 0.5rem;
}

.table-responsive {
    min-height: 300px;
}

dt {
    margin-bottom: .5rem;
}

.custom-control {
    float: left;
    margin-right: 0.5rem;
}

.card {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.card-footer {
    background-color: transparent;
    border-top: 1px solid rgba(0,0,0,.125);
}

.info-box {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.content-wrapper {
    background: #f9fbfd;
    margin-bottom: 1rem;
}


.main-header {
    border-bottom: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.table {
    margin-bottom: 0;
}

.brand-link, .main-header {
    height: 62px;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.info-box .info-box-text {
     white-space: normal !important; 
}


.btn-orange {
    color: #FFFFFF;
    background-color: #EE7416;
    border-color: #D66915;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle.btn-orange {
        color: #FFFFFF;
        background-color: #D66915;
        border-color: #D66915;
    }

    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle.btn-orange {
        background-image: none;
    }

    .btn-orange.disabled,
    .btn-orange[disabled],
    fieldset[disabled] .btn-orange,
    .btn-orange.disabled:hover,
    .btn-orange[disabled]:hover,
    fieldset[disabled] .btn-orange:hover,
    .btn-orange.disabled:focus,
    .btn-orange[disabled]:focus,
    fieldset[disabled] .btn-orange:focus,
    .btn-orange.disabled:active,
    .btn-orange[disabled]:active,
    fieldset[disabled] .btn-orange:active,
    .btn-orange.disabled.active,
    .btn-orange[disabled].active,
    fieldset[disabled] .btn-orange.active {
        background-color: #EE7416;
        border-color: #FFFFFF;
    }

    .btn-orange .badge {
        color: #EE7416;
        background-color: #FFFFFF;
    }

.page-item.active .page-link-orange {
    background-color: #036335 !important;
    border-color: #036335 !important;
    color: #fff !important;
}

.page-link-orange {
    color: #036335 !important;
}

.page-link-orange {
    color: #036335 !important;
}

.nav-link.active {
    background-color: #036335 !important;
    color: #fff !important;
}



select .pagination-pagesize-change {
    width: auto !important;
}


