﻿body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
   /* background-color: #fffbff;*/
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

main {
    font-size: 1.2rem;
}

.banner {
    background-color: #0c3d61;
}

    .banner h1::after {
        content: "";
        position: absolute;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        align-content: center;
        border-bottom: 3px solid #08ab7e;
        height: 15px;
        width: 125px;        
    }

#main-menu .nav-item{
    margin-left: 1rem;
    margin-right: 1rem;
}

#main-menu .nav-link, .dropdown-item {
    font-weight: 500;
    color: #6e6e6e;
}

    #main-menu .nav-link:hover, #main-menu .active, .dropdown-item:hover {
        border-bottom-color: #08ab7e;
        color: #373b40;
    }

.btn {
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #09c490;
}

    .btn-custom:hover {
        background-color: #08ab7e;
        border-color: #08ab7e;
        color: #212529;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #09c490 !important;
        border-color: #09c490 !important;
        color: #212529;
    }

.navbar-brand {
    max-width: 150px;
}

.py-6 {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
}

.mb-6 {
    margin-bottom: 5.75rem;
}

h1, h2, h3, h4, h5, .display-2, .display-4 {
    margin-bottom: 2rem;
    font-weight: 500;
}

.fa-ul li{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.text-green {
    color: #07936c;
}

.list-unstyled li, main li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.box-shadow-padding {
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.box-shadow-outline {
    box-shadow: .75rem -.75rem #0c3d61, .75rem -.75rem 0px 3px #08ab7e;
}

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 1.05rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #09c490;
    border: 1px solid #09c490;
}

    .icon:hover {
        background-color: rgba(0,0,0,0.2);
    }

.collapse-container {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #e6f1f3;
    margin-bottom: 2rem;
}

.collapse-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 85%;
    font-weight: 600;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: left;
}

.card {
    border-radius: 1rem;
    background-color: #e6f1f3;
    border: 0px;
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
}

.table td, .table th {
    background-color: transparent;
    border-color: #a8d5f4;
    padding: 12px 24px;
}

.bg-blue {
    background-color: #0c3d61;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 400px;
    height: 100%;
    border-radius: 1rem;
}

#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;
}

@media (min-width: 992px) {
    #main-menu .nav-link, .dropdown-item {
        border-bottom: 2px solid #fff;
        padding-left: 0px;
        padding-right: 0px;       
    }

    .dropdown-item{
        margin-bottom: 5px;
    }

        .dropdown-item:hover {
            background-color: #fff;
        }

    #main-menu .active {        
        border-bottom-color: #08ab7e;
    }

    #main-menu .nav-link:hover, .dropdown-item:hover {
        border-bottom-color: #373b40;
    }
}
