ul.bg-gradient-primary {
    background-color: #6a6a6a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #6a6a6a), to(#a0a0a0));
}

div.text-danger {
    font-size: 12px;
}

div.DTE_Field_InputControl {
    font-size: 16px;
}

tr.dtrg-level-3 {
    height: 28px;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}

div.DTE_Inline input {
    border: none;
    background-color: transparent;
    padding: 0 !important;
    font-size: 90%;
}

div.DTE_Inline input:focus {
    border: none;
    outline: none;
    background-color: transparent;
}

div.DTE_Inline_Field {
    width: 100% !important;
}

div.DTE_Inline_Buttons {
    width: 0;
}

div.dataTables_info {
    float: left;
}

label.col-form-label {
    font-size: 12px !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dx-field > .dx-lookup {
  flex: 1;
}
