@charset "utf-8";
.bg-back {
    color: #ffffff;
    background-color: #004C8A !important;
}

.card-header {
    color: #fff;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #009200;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}


/* CSS Document */

.bg-info {
    color: #ffffff;
    background-color: #002645 !important;
}

.sidebar {
    background-color: #004C8A;
    min-height: calc(100vh - 56px);
}

.list-group-item-info {
    color: #000000;
    background-color: #008BD2;
}

.btn-info {
    color: #ffffff !important;
    background-color: #004C8A !important;
    border-color: #002646 !important;
}

.btn-info:hover {
    color: #ffffff !important;
    background-color: #002646 !important;
    border-color: #004C8A !important;
}

.btn-info:active {
    color: #ffffff !important;
    background-color: #008BFF !important;
    border-color: #002646 !important;
}

.btn-outline-info {
    color: #004C8A !important;
    background-color: #ffffff !important;
    border-color: #002646 !important;
}

.btn-outline-info:hover {
    color: #ffffff !important;
    background-color: #004C8A !important;
    border-color: #002646 !important;
}

.btn-outline-info:active {
    color: #ffffff !important;
    background-color: #008BFF !important;
    border-color: #008BFF !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #DE5555;
}

.sidebar .nav-item .nav-link {
    color: #9CA2A7;
}

.text-white {
    color: rgb(255, 255, 255)!important;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1em 1em 1em !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1em !important;
    text-align: left !important;
    width: auto;
    padding: 0 0 0 0 !important;
    border-bottom: none;
}