.w3-theme-l5 {color:#000 !important; background-color:#f4faf4 !important}
.w3-theme-l4 {color:#000 !important; background-color:#dbefdc !important}
.w3-theme-l3 {color:#000 !important; background-color:#b7dfb8 !important}
.w3-theme-l2 {color:#fff !important; background-color:#459c48 !important} /*Top Footer*/
.w3-theme-l1 {color:#fff !important; background-color:#357a38 !important} /*Bottom Footer and Top buttons*/
.w3-theme-d1 {color:#fff !important; background-color:#459c48 !important}
.w3-theme-d2 {color:#fff !important; background-color:#3d8b40 !important}
.w3-theme-d3 {color:#fff !important; background-color:#357a38 !important}
.w3-theme-d4 {color:#fff !important; background-color:#2e6830 !important}
.w3-theme-d5 {color:#fff !important; background-color:#265728 !important}

.w3-theme-light {color:#000 !important; background-color:#f4faf4 !important}
.w3-theme-dark {color:#fff !important; background-color:#265728 !important} /*Top Bar*/
.w3-theme-action {color:#fff !important; background-color:#265728 !important}

.w3-theme {color:#fff !important; background-color:#2e6830 !important}
.w3-text-theme {color:#2e6830 !important}
.w3-border-theme {border-color:#2e6830 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#2e6830 !important}
.w3-hover-text-theme:hover {color:#2e6830 !important}
.w3-hover-border-theme:hover {border-color:#2e6830 !important}

/*Extra classes that are not in a regular w3-theme */
.w3-sidebar {
    z-index: 3;
    width: 250px;
    top: 43px;
    bottom: 0;
    height: inherit;
}

.flag-icon {
    border-radius: 3px;
    width: 35px;

}

.dropdown-text{
    font-style: normal;
    margin-left: 5px;
    margin-right: 5px;
}

.cards {
    max-width: 50%;
    height: auto;
    width: auto\9;
    float: left;

}

.cards-wrapper {
    max-height: 400px;
}

/*162.66*/


/*.hover-white{}
@media (hover: hover) {
    .hover-white:hover {
        background-color: #FFFFFF!important;
        color:#000000!important;
    }
}
@media (hover: none) {
    .w3-hover-white {
        color: #2e6830 !important;
    }
}*/
/*https://stackoverflow.com/questions/17233804/how-to-prevent-sticky-hover-effects-for-buttons-on-touch-devices

https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_theme_green
*/
