div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

ul.access{padding: 0;}
ul.access ul{padding: 0 0 0 0px;margin: 0 0 0 20px;}
ul.access, ul.access ul{
    list-style: none;
}
ul.access input[type=checkbox]{
    width: 15px;
    height: 20px;
    margin: 0px 5px 0 5px;
    vertical-align: middle;
}

ul.access > li{background: #c5e4fb;}
ul.access > li > ul > li{background: #fdfda8;}
ul.access > li > ul > li > ul > li{background: #c2efc2;}
ul.action {display: inline;float: right;}
ul.action li {float: left;margin-right: 10px;background: none !important;}
.nav-menu{display: none;}
.add-row{margin-top: 5px;}
.required:after {
    content:" *";
    color: red;
}

.bg-orange {
    color: orange;
}
