﻿@media (min-width: 992px) {
    :not(.main-content) .navbar .dropdown .dropdown-menu {
        top: 0 !important;
    }
}

.fontcolor {
    color: black !important;
}

.blink {
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
    border: 1px solid #007bff;
    border-radius: 6px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d2d6da !important;
    border-radius: 8px !important;
    cursor: text;
}

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    margin-left: auto; /* 🚀 THIS MOVES NAV BAR TO RIGHT */
    display: flex; /* needed for auto-margin to work */
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}



    .navbar-nav li {
        display: block;
    }

    .navbar-nav a {
        display: block;
        /*padding: 15px 20px;*/
        color: #002e6d;
        text-decoration: none;
        font-weight: 500;
        text-transform: uppercase;
    }

        .navbar-nav a:hover {
            background-color: #eee;
        }

    .navbar-nav .active a {
        background-color: #ddd; /* Set your desired active background color */
        color: #555; /* Set your desired active text color */
    }

.logoimagesmall {
    height: 50px !important;
    margin-right: 10px;
}

.activenav {
    min-width: 100px;
    text-align: center;
}
