﻿/*Left hand menu style*/

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}
.nav-list-main {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
}
span.nav-toggle-icon {
    font-size: 10px !important;
    /*top: -2px !important;*/
    color: #888 !important;
}
.nav {
    border: none !important;
}

#scrollable-dropdown-menu .dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
    width : 40vw;
}

.ui-grid-cell {
    overflow: visible;
    z-index: 99999;
}

.ui-grid-cell, ui-select-wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Make sure the container doesn't shrink too small */
.ui-select-container {
    min-width: 100px;
}

