* {font-family: 'Inter', arial;}

.datagrid-search {
    max-width: unset;
}

.mx-grid-search-label {
    width: 110px;
    padding: 0 5px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    font-size: smaller;
    font-weight: normal;}


.mx-datagrid-head-caption {
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;}

.mx-groupbox > .mx-groupbox-header {
    margin: 0;
    color: #ffffff;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #1f90ff;
    background: dodgerblue;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    padding: 12px 16px;
    text-transform: uppercase;}

.mx-datagrid table th {
    background-color: transparent;
    padding: 8px 8px 8px 8px;
    font-size: smaller;}


.dropdown > .btn {
    background: transparent;
    color: black;}

.datagrid-tab-container {
    margin-top: 0px !important;
}

.mx-datagrid table tbody tr td {
    transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: initial;
    padding: 9px 9px 9px 9px;
    vertical-align: middle;
    border-width: 0;
    border-color: #eee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
    font-size: smaller;}

.mx-groupbox {
    margin: 0;
    margin-bottom: 15px;}

.checkoff-container {
    float: right;
}

.region-topbar .mx-navbar ul.nav > .mx-navbar-item.open .dropdown-menu > li.mx-navbar-subitem.active a {
    color: #ffffff;
    background-color: #006ab7;
    font-weight: bold;}

input[type=checkbox]:before {
    border: 1px solid #000;}

.advance-defaults-grid .form-group {
    margin: 0px;
}

.advance-defaults-grid tr {
        height: 60px;
}

.emptylist .mx-listview-empty {
    display: none;
}


.form-control {
    display: flex;
    flex: 1;
    min-width: 50px;
    height: auto;
    padding: 7px 9px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    color: #555;
    border: 1px solid #b8c0c5;
    border-radius: 0px;
    background-color: #FFF;
    background-image: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;}

.form-group .control-label {
    overflow: hidden;
    margin-bottom: 4px;
    text-align: left;
    text-overflow: ellipsis;
    color: #666;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;}


.datagrid-search-sub {
    margin-left: unset !important;}



.topNavBar {
    margin-left: 40px;
}