﻿body {
    .navheader-button {
        border-color: transparent !important;
        border: none !important;
    }

        .navheader-button:hover {
            background-color: #8080809f !important;
        }

    .language-selector {
        border-color: transparent !important;
        border: none !important;
    }

        .language-selector:hover {
            background-color: #8080809f !important;
        }

    .switcher-selector {
        border-color: transparent !important;
        border: none !important;
    }

        .switcher-selector:hover {
            background-color: #8080809f !important;
        }

    .k-list-item {
        margin: 5px;
    }

    /* Commented below to prevent the popup window (after clicking filter button in the grid table columns or drop down list) from being positioned higher than it should be */
    /*.k-animation-container{
        top : 55px !important;
    }*/
}
