.datagrid-row-selected {
    background: #9dbdd6 !important;
}

.datagrid-body {
    overflow-x: auto !important;
}

button {
    outline: none !important;
}
/*always show sidebar second level menu*/

.block,
.treeview-menu.menu-open {
    display: block;
}
/*help for display easyui until parse done*/

.easyui-wrapper {
    visibility: hidden;
}
/*fix sidebar menu top position*/


.main-header {
    max-height: none;
}
.content-header {
    min-height: 40px;
}
.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 0;
        overflow-y: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0;
    }
}
.box .box-header {
    overflow: hidden;
}

.box .box-body {
    overflow-x : auto;
}

/*fix select2 style*/
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: 0;
}

.select2-selection {
    border-radius: 0 !important;
}