﻿body {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #04090f;
    line-height: 1.75rem;
   /* background-color: #f7f7f7;*/
}

main a{
    color: #2272b1;
}

footer {
    background-color: #3c4856;
    background-color: #1d2229;
}

h1, h2, h3, h4, h5, h6, .font-heading, .display-5 {
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .075rem;
}

.banner {
   background-color: #184E77;
   color: #f8f9fa;
   /*position: relative;*/
}

    .banner h1::after {
        /*    content: "";
         position: absolute;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        align-content: center;
        border-bottom: 4px solid #9ac85d;
       border-radius: 2px;
        height: 15px;
        width: 125px;       */
        content: " ";
        display: block;
        width: 6rem;
        height: .25rem;
        background-color: #9ac85d;
        border-radius: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

.home-banner {    
    color: #f8f9fa;
    background-color: #184E77;
}

.rounded-custom {
    border-radius: 25px 25px 25px 25px;
}

.btn, .nav-pills .nav-link {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.nav-pills .nav-link:not(.active){
    color: #2272b1;
    text-decoration: underline;
}

    .btn-custom, .nav-pills .nav-link.active {
        background-color: #9ac85d;
        color: #04090f;
    }

    .btn-custom:hover {
        background-color: #8ec24a;
        border-color: #8ec24a;
        color: #04090f;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #9ac85d !important;
        border-color: #9ac85d !important;
        color: #04090f;
    }

.round-icon {
    background-color: #dce1de;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 1.05rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bg-green{
    background-color: #9ac85d;
}

.text-green{
    color: #9ac85d;
}

.bg-blue{
    background-color: #184E77;
}

.bg-light-gray {
    background-color: #dce1de !important;
}

.text-blue{
    color: #184E77;
}

.quick-link{
    color: #04090f;
    text-decoration: none;
}

    .quick-link:hover > * {
        transform: scale(1.01);
        transition: all 0.1s ease;
    }

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    /*font-size: 1rem;*/
    background-color: #9ac85d;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #212529;
    /* border: 1px solid #d1e5f4;*/
}

    .icon:hover {
        background-color: #8ec24a;
    }

.card-shadow {
    box-shadow: 0px 6px 12px #cccccc;
}

.card-padding {
    padding: 1.25rem;
}

.news-card {
    max-width: 600px;
    margin: auto;
    border: 0;
    height: 100%;
}

.list-group-item {
    padding: .75rem .75rem;
}

.news-card a{
    text-decoration: none;
}

.list-group-item-action {
    color: #2272b1 !important;
}

.list-group-arrows li a {
    color: #2272b1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.border-sm-bottom{
    border-bottom: 1px solid #dee2e6;
}

.watermark-background {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

    .watermark-background > * {
        z-index: 100;
    }

    .watermark-background::before {
        content: "";
        position: absolute;
        background: url(images/circles.png) bottom right no-repeat;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 500px;
    max-width: 450px;
    border: 2px solid #9ac85d;
}

.ol-custom {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

.ol-custom-align-center li {
    align-items: center
}

.ol-custom li {
    counter-increment: item;
    margin-bottom: 2rem;
    display: flex;
    justify-content: start;
    flex-direction: row;
}

    .ol-custom li:before {
        content: counter(circle-counter);
        font-size: 1.35rem;
        line-height: 45px;
        margin-right: 15px;
        content: counter(item);
        background: #9ac85d;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        text-align: center;
        display: block;
        flex-shrink: 0
    }

#login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #f5f7fb;
    color: #04090f;
}

.accordion-button {
    text-align: left;
    background-color: #f5f7fb;
    color: #04090f;
}

    /*.accordion-button:not(.collapsed)::after, .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }*/

@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid #dee2e6;
    }

    .border-green-radius{
        border-bottom-left-radius: 25px;
    }
}

@media (min-width: 992px) {
    .border-md-right {
        border-right: 1px solid #dee2e6;
    }

    .border-green-radius {
        border-bottom-left-radius: 0px;
    }
}