﻿
.navbar-custom {
    font-family: Montserrat !important;
    font-size: 14px !important;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }

    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #e0e0e0 !important;
    }

    /* change the color of active links */
    .navbar-custom .nav-item.bwActive .nav-link {
        /*color: #aae5f2 !important;*/
        color: #56eff5 !important;
        font-weight: 600 !important;
    }

    /* change the color of hovered links */
    .navbar-custom .nav-item:hover .nav-link {
        color: #56f570 !important;
        font-weight: 500 !important;
    }

    /* for dropdown only - change the color of dropdown */
    .navbar-custom .dropdown-menu {
        background-color: #ff5500;
    }

    .navbar-custom .dropdown-item {
        color: #ffffff;
    }

    .navbar-custom .dropdown-item:hover,
    .navbar-custom .dropdown-item:focus {
        color: #333333;
        background-color: rgba(255,255,255,.5);
    }

input.form-control{
    width: auto !important;
}

.form-control {
    width: auto !important;
}

/*  BEGIN focus attributes */
/* works without the "input" tag */
/* May need to CLEAR CACHE */

    .form-control:focus {
        border-color: #FF0000 !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
        background-color: #cceeff !important;
    }

/*input.form-control:focus {
        border-color: #FF0000 !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
        background-color: #cceeff !important;
}
*/

/*  END focus attributes*/

