﻿<style >

.k-dropdown {
    width: 100%;
}

.k-textbox {
    width: 100%;
}

navbar-brand {
    padding-left: 5px !important;
    margin-left: 0px !important;
}

.navbar-brand {
    /* color: red !important;*/
}

.nav-link {
    font-weight: 400;
    color: black !important;
    border: 1px solid white;
    border-radius: 5px;
}

    .nav-link:hover {
        color: dodgerblue !important;
        border: 1px solid gray;
        background-color: whitesmoke;
        border-radius: 5px;
    }




</style >
