
@media (min-width: 768px) {
    #wrapper {
        padding-right: 225px;
        padding-left: 0;
    }

    .side-nav {
        right: 0;
        left: auto;
    }
}

.EmpSearchIcon {
    height: 40px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right-style: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.scroll-y {
    overflow-y: auto;
}