.navbar-toggler {
    border: var(--mdb-border-width) solid var(--mdb-navbar-toggler-border-color) !important;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%280, 0, 0, 0.5%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E') !important;
}


.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar {
    background: #066070;
}

.navbar-nav {
    line-height: 20px;
}

.static > a {
    color: white;
    padding-top: 19px;
    padding-bottom: 19px;
}
@media only screen and (max-width: 600px) {
    .static > a {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 5px;
    }
}


.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
}


.static a:hover {
    background-color: #33ace3 !important;
    border-color: #428bca;
    border-radius: 5px;
}

.static {
    padding: 5px;
}

/*.static a:hover {
            background: red;
        }*/

.navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
    background-color: #33ace3 !important;
    border-color: #428bca;
}

.dropdown-menu dynamic {
    background-color: #33ace3 !important;
    border-color: #428bca;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 5px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #2d85be!important;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    width: auto;
    display: none;
    top: auto;
    left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    min-width: 15em;
    max-width: max-content;
}


    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: white;
        white-space: nowrap;
    }
