/* hien datepicker tren modal 1050 */
.datepicker{
    z-index: 1060;
}

#gridTable{
    margin-top: 10px;
}

.nav a{
    font-weight: 500;
}
.page-sidebar .sidebar-menu li.active > a{
    background-color: #e46f61;
}
#gridTable table{
    /*table-layout: fixed;
    word-wrap: break-word;*/
}

#gridTable .checkbox{
    margin: 0;
}

 .zui-scroller thead th {
     white-space: nowrap;
 }
.zui-scroller tbody td {
    white-space: nowrap;
}
.zui-wrapper {
    position: relative;
}
.zui-scroller {
    margin-right: 130px;
    overflow-x: scroll;
    overflow-y: visible;
    width: auto;
}
.zui-sticky-col {
    right: 0;
    position: absolute;
    top: auto;
    width: 130px;
}

.input-grid{
    width: 80px;
}

input[type=checkbox], input[type=radio]{
    left:auto !important;
}
.menu-3{
    position: absolute;
    left: 100%;
    width: 227px;
    top: 0;
}
ul.menu-3{
    display:none;
    padding:0;
    background-color: white;
}
ul.menu-3 li{
    border-bottom:1px solid #ddd !important;
}
ul.menu-3 li:last-child{
    border-bottom:none !important;
}
.drop-menu-2:hover>ul.menu-3{
    display:block;
}
.drop-menu-2>ul.menu-3>li>a{
    box-shadow: none !important;
}
.page-sidebar .sidebar-menu .submenu > li > a{
    padding-right:0;
}
.ng-isolate-scope .multiselect-parent ul.dropdown-menu{
    position: inherit;
}