@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('spinner.css');
@import url('font/stylesheet.css');

html, body {
    /*font-family: Roboto, "Segoe UI", GeezaPro, "DejaVu Serif", sans-serif, -apple-system, BlinkMacSystemFont;*/
    font-family: Noto Sans,Arial,Helvetica,sans-serif;
}

body {
    overflow: auto;
    color: #164194;
    background-color: #f5f7fa;
}

.top-row a, .top-row .btn-link {
    color: white;
}

    .top-row a:hover, .top-row .btn-link:hover {
        color: white;
    }

.btn {
    border-color: #164194;
    color: #164194;
}

    .btn:hover:not(:disabled):not(.btn-danger):not(.btn-success)  {
        background-color: none;
        border-color: #3fa535;
        color: #3fa535;
    }

.btn.focus, .btn:focus {
    border-color: #3fa535;
    color: #3fa535;
    outline: 0;
    box-shadow: none;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
    }


.btn-primary {
    color: #fff;
    background-color: #3fa535;
    border-color: #3fa535;
}

    .btn-primary:hover:not(:disabled) {
        color: white !important;
        background: #164194 !important;
        border-color: #164194 !important;
        box-shadow: 0 0 20px 0 rgba(0,59,117,.3) !important;
    }

    .btn-primary.focus:not(:disabled):not(.btn-disabled):not(.appearance-outline), .btn-primary:focus:not(:disabled):not(.btn-disabled):not(.appearance-outline) {
        box-shadow: 0 0 0 0.2rem rgb(29 181 32 / 50%);
        color: white;
    }

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 2;
    background-color: #164194;
}

.main {
    flex: 1;
}

.navbar {
    flex-wrap: nowrap;
}

.main .top-row {
    /* border-bottom: 1px solid #d6d5d5; */
    justify-content: flex-end;
}

    .main .top-row > a, .main .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .main .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.sidebar {
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, rgba(0, 59, 117, 0.95) 70%); */
    background-color: #f5f7fa;
    font-weight: 700;
}

    .sidebar .top-row {
        /* background-color: rgba(0, 59, 117, 0.95); */
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        /* padding-bottom: 0.5rem; */
    }

        .sidebar .nav-item:first-of-type, .sidebar .nav-item:last-of-type {
            /* padding-top: 1rem; */
            border-top: 1px solid rgba(0,59,117,.15);
        }

        .sidebar .nav-item:last-of-type {
            /* padding-bottom: 1rem; */
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            /* border-radius: 4px; */
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                /* background-color: rgba(255,255,255,0.25); */
                color: white;
            }

            .sidebar .nav-item a:hover {
                /* background-color: rgba(255,255,255,0.1); */
                /* color: white; */
            }

.menu.nav-item {
    font-size: 0.9rem;
    /* padding-bottom: 0.5rem; */
    border-bottom: 1px solid rgba(0,59,117,.15);
}

    .menu.nav-item:first-of-type {
        /* padding-top: 1rem; */
        /* border-top: 1px solid rgba(0,59,117,.15); */
    }

    .menu.nav-item:last-of-type {
        /* padding-bottom: 1rem; */
    }

    .menu.nav-item a {
        color: #164194;
        /* border-radius: 4px; */
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        /* border-bottom: 1px solid rgba(0,59,117,.15); */
        border-right: 4px solid transparent;
        text-transform: uppercase;
    }

        .menu.nav-item a.active {
            /* background-color: rgba(255,255,255,0.25); */
            color: #3fa535;
            border-right-color: #3fa535;
        }

        .menu.nav-item a:hover {
            /* background-color: rgba(255,255,255,0.1); */
            color: #3fa535;
        }

.nav-tabs .nav-item a {
    color: #164194;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
}

    .nav-tabs .nav-item a.active {
        color: #3fa535;
        border-bottom-color: #3fa535;
    }

    .nav-tabs .nav-item a:hover {
        color: #3fa535;
    }

.content {
    padding-top: 1.1rem;
    overflow: auto;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Custom Content */

.langbar {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    app {
        flex-direction: row;
    }

    .langbar {
        padding-right: unset;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .navbar-brand {
        margin-right: auto;
        padding-right: 8px;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media screen and (min-width: 1200px) and (-ms-high-contrast: active), screen and (min-width: 1200px) and (-ms-high-contrast: none) {
    .sidebar {
        height: auto;
        min-height: 100vh;
    }
}

.langbar-btn:hover {
    background: linear-gradient(to bottom, #afafaf50 5%, #dfdfdfa0 100%);
}

.langbar button:focus {
    outline: none;
    box-shadow: 0 0 5px 0.2rem rgba(255, 255, 255, 0.3);
    background: linear-gradient(to bottom, #afafaf50 5%, #dfdfdfa0 100%);
}

.langbar-btn {
    background: linear-gradient(to bottom, #afafaf50 50%, #dfdfdf50 100%);
    border-radius: 6px;
    border: 1px solid #dcdcdc30;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    /*font-family: Arial;*/
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    padding: .25rem .75rem;
    margin-left: 10px;
}

.langbar-btn-active {
    border-color: rgba(255,255,255,.5);
    background: linear-gradient(to bottom, #afafaf80 5%, #dfdfdf80 100%);
}

.langbar-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.langbar-icon-de {
    background-image: url('../img/de.svg');
}

.langbar-icon-en {
    background-image: url('../img/en.svg');
}

/*
.navbar-logo {
    min-width: 71px;
    min-height: 40px;
    width: 71px;
    height: 40px;
    fill: white;
}*/

.navbar-logo {
    display: flex;
    flex-direction: row;
    height: 51px;
}

.navbar-logo1 {
    min-width: 64px;
    width: 64px;
    fill: white;
    color: white;
    padding-top: 7px;
}

.navbar-logo2 {
    fill: white;
    min-width: 56px;
    width: 56px;
    padding-left: 0px;
    padding-top: 27px;
    display: none;
}

/* Begin -- Group Panels */
.grouppanel {
    box-shadow: 0 0 20px 0 rgb(41 128 185 / 15%);
    background: #fff;
    padding: 1em 1em 1em 1em;
    margin-bottom: 1.5em;
    page-break-inside: avoid;
    /* overflow: hidden; Problem in IE11*/
}

    .grouppanel > .legend {
        display: block;
        width: auto;
        font-size: 1rem;
        font-weight: 700;
        padding-left: 4px;
        padding-bottom: 1em;
    }

/* End -- Group Panels */


/* Begin -- Style DX Grids */

.dxbs-gridview {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
}

.dxbs-button,
.dxbs-fixed-header-content > button,
.dxbs-group-panel button {
    font-size: 10px;
}

.dxbs-indent-cell {
    border: 1px solid #dee2e6;
    background-color: whitesmoke;
}

.dxbs-table {
    border-bottom: 1px solid #dee2e6;
}

.dxbs-group-row {
    background-color: whitesmoke;
}

.dxbs-gridview .card-body {
    padding: 1rem;
}

.dxbs-gridview td.dxbs-clickable {
    border-left-color: transparent;
    border-right-color: transparent;
}

.dxbs-gridview td.bg-primary.text-white.active {
    background: lightgray !important;
    color: inherit !important;
}

/* End -- Style DX Grids */

/* Begin -- Style DQS Radios */
.e-radio + label .e-label {
    padding-left: 20px;
}
/* End -- Style DQS Radios */


label.e-float-text.showtooltip,
.e-float-input label.e-float-text.e-label-top.showtooltip,
.e-float-input.e-control-wrapper label.e-float-text.e-label-top.showtooltip {
    pointer-events: all;
}

.e-dialog .e-dlg-header-content {
    padding: 4px 18px;
    background-color: whitesmoke;
}

.e-icons-info::before {
    content: '\e607';
    font-family: e-icons;
}

.e-dialog .e-dlg-header {
    white-space: normal;
    line-height: 1.1em;
    font-size: 17px;
}

.e-dlg-header, .e-dlg-header * {
    font-size: 14px;
}

.dlgrid {
    display: -ms-grid;
    display: grid;
}

.dlgrid-item {
    margin-right: 1rem;
}

.dlgrid-item-last {
    margin-right: 0;
}


@supports (grid-gap: 2rem) {
    .dlgrid {
        grid-gap: 2rem;
    }

    .dlgrid-item {
        margin-right: 0;
    }
}

.textarea.e-input, .e-input-group textarea, .e-input-group textarea.e-input, .e-input-group.e-input-focus textarea, .e-input-group.e-input-focus textarea.e-input, .e-input-group.e-control-wrapper textarea, .e-input-group.e-control-wrapper.e-input-focus textarea, .e-input-group.e-control-wrapper textarea.e-input, .e-input-group.e-control-wrapper.e-input-focus textarea.e-input, .e-float-input textarea, .e-float-input.e-control-wrapper textarea {
    min-height: 100px;
}


.dfheader {
    /*font-family: Roboto, "Segoe UI", GeezaPro, "DejaVu Serif", sans-serif, -apple-system, BlinkMacSystemFont;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding-left: 4px;
    padding-bottom: 13px;
}

label.dfheader {
    width: calc(100% - 50px);
}

    .dfheader:not(.e-disabled):not(.dfheader-focus) {
        color: #164194;
    }

.dfheader-focus,
.dfchangevis:focus-within .dfheader {
    color: #3fa535;
}


.dfsubtable {
    color: #164194;
    /*font-family: Roboto, "Segoe UI", GeezaPro, "DejaVu Serif", sans-serif, -apple-system, BlinkMacSystemFont;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

.dfsubtable-command-column {
    width: 1%;
    white-space: nowrap;
}

.dfsubtable-command-btn {
    /*  
    color: transparent; 
    */
    color: #164194;
    border: 1px solid transparent;
    background-color: transparent;
    padding: 0px 1px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 1px 1px;
    font-size: 16px;
}

.dfsubtable-data-row-selected {
    background: rgba(0,0,0,0.10);
}

.dfsubtable-command-btn,
.dfsubtable-data-row {
    outline-color: #3fa535;
}


.dfsubtable .dfsubtable-data-row:nth-child(2n):not( .dfsubtable-data-row-focused, .dfsubtable-data-row:focus, .dfsubtable-data-row:hover) {
    background-color: #f5f7fa;
}

    .dfsubtable-data-row-focused,
    .dfsubtable-data-row:focus,
    .dfsubtable-data-row:hover {
        background: rgba(0,0,0,0.05);
    }

        .dfsubtable-command-btn-visible,
        .dfsubtable-data-row-focused td button.dfsubtable-command-btn,
        .dfsubtable-data-row-focused td span.dfsubtable-command-btn,
        tr:focus td button.dfsubtable-command-btn,
        tr:focus td span.dfsubtable-command-btn,
        tr:hover td button.dfsubtable-command-btn,
        tr:hover td span.dfsubtable-command-btn {
            color: #164194;
        }

    .dfsubtable-command-btn:hover {
        box-shadow: 0 0 20px 0 rgba(0,59,117,.3) !important;
        /*        border: solid 1px silver;*/
    }

.focusline {
    color: #3fa535;
}

.dfsubtable tr, .dfsubtable tr th, .dfsubtable tr td {
    padding: 0px 5px;
}

    .dfsubtable tr th {
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
        padding-bottom:5px;
        margin: 5px;
        vertical-align: bottom;
        color: #8295a8;        
    }


.e-grid .e-headercell,
.e-grid .e-detailheadercell {
    height: 23px;
}

.e-toolbar {
    min-height: 30px;
}

    .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
        height: 100%;
        min-width: 34px;
        padding: 0px;
    }


    .e-toolbar .e-toolbar-items,
    .e-toolbar .e-toolbar-items .e-toolbar-item {
        min-height: 30px;
    }

    .e-toolbar .e-tbar-btn .e-tbar-btn-text {
        font-size: 12px;
    }


.dfchangevis-triggered {
    /* outline: 35px solid rgba(0,255,0,0.15); */
    /* outline-offset: -35px; */
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 15px rgba(0,255,0,0.6);
}

.dfchangevis-alert {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 18%), 0 0 8px rgb(255 0 0 / 90%);
}

.dfsubtable-datacell.dfchangevis-alert {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 18%), inset 0 0 8px rgb(255 0 0 / 90%);
}

.dfsubtable-datacell.dfchangevis-triggered {
    /* outline: 35px solid rgba(0,255,0,0.15); */
    /* outline-offset: -35px; */
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), inset 0 0 8px rgba(0,255,0,0.6);
}


.dfchangevis-changed {
    outline: blue dashed 2px;
}

.dfchangevis {
    transition: all ease 0.5s, outline 1ms;
    position: relative;
}

    .dfchangevis:not(.SubFields):not(.SubTable):not(.dfsubtable-datacell) {
        padding: 5px 5px 0px 5px;
    }

.dfsubtable-data-row {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.table-spinner {
    width: 100%;
}

.e-grid .e-rowcell {
    padding: 8px 2px;
}

.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled {
    padding: 0px 2px;
}

.e-grid .e-headercell,
.e-grid .e-detailheadercell {
    padding: 0 2px 0;
}

.e-rowcell button {
    padding: 2px 7px;
    font-size: 10pt;
}

.e-rowcell .badge {
    font-size: 8pt;
}

.e-grid .e-rowcell {
    line-height: 15px;
    padding: 4px 2px;
}

.e-grid.e-wrap .e-rowcell,
.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,
.e-grid.e-wrap .e-columnheader .e-headercelldiv {
    overflow-wrap: normal;
    word-wrap: normal;
}

.e-grid .e-groupcaption {
    line-height: 20px;
    padding: 0px;
}

.e-grid .e-icon-gdownarrow {
    text-indent: 4px;
}

.e-grid .e-icon-grightarrow {
    text-indent: 4px;
}

col.e-group-intent {
    width: 20px !important;
}

.e-input[disabled],
.e-input-group .e-input[disabled],
.e-input-group.e-control-wrapper .e-input[disabled],
.e-float-input input[disabled],
.e-float-input.e-control-wrapper input[disabled],
.e-float-input textarea[disabled],
.e-float-input.e-control-wrapper textarea[disabled] {
    /* ReadOnly Form Text color */
    color: rgba(0, 0, 0, 0.9);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.9);
}

.fieldbuttons .outer {
    position: relative;
}

.fieldbuttons .inner {
    position: absolute;
    right: 0px;
    top: 0px;
    /*border: solid 1px red;*/
}

button.fieldbutton {
    font-size: 15px;
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
    color: rgba(0,59,117,0.95);
    outline-color: #3fa535;
    transition: all ease 0.3s;
    overflow: visible;
    height: 18px;
    width: 18px;
    vertical-align: top;
}

    button.fieldbutton.info {
        color: rgba(0,59,117,0.95);
    }

    button.fieldbutton.alert {
        color: rgba(255,0,0,0.95);
    }

    button.fieldbutton:hover, button.fieldbutton:focus {
        width: 28px;
        font-size: 19px;
        height: 28px;
        margin-left: -5px;
        text-shadow: none;
    }

div.fieldbutton {
    float: left;
    width: 23px;
    z-index: 1;
}

.e-radio-wrapper.e-wrapper {
    position: relative;
}


button.infobutton {
    margin-top: 2px;
    outline-color: #3fa535;
}

.e-input-group.bool-group.e-control-wrapper {
    margin-top: 20px;
    margin-bottom: 4px;
    line-height: 1.1;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.dffile label.e-float-text.e-label-top {
    color: #8295a8;
    content: "";
    cursor: default;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    left: 0px;
    line-height: 18.2px;
    margin-bottom: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 0px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    text-size-adjust: 100%;
    top: -22px;
    transform: matrix(0.92, 0, 0, 0.92, 0, 6);
    transform-origin: 0px 0px;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    user-select: text;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dffile {
    margin: 2px 0px;
    /*font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";*/
    font-size: 12px;
    font-weight: normal;
}

.drag-drop-zone {
    border: 3px dashed #e68710;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10pt;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    margin-top: 3px;
    width: 100%;
}

    .drag-drop-zone.focus {
        box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    }

    .drag-drop-zone:focus-within .status:focus-within {
        box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        top: -5px;
        left: 0px;
    }

.dffile .status button {
    background: transparent;
    position: absolute;
    right: 1px;
    top: 3px;
    border: none;
    padding: 0px 2px 0px 2px;
    margin: unset;
    outline-color: red;
    color: rgba(0, 0, 0, 0.54);
}

.dffile .status {
    /* position: relative; */
    padding-right: 18px;
    padding-bottom: 6px;
    padding-top: 3px;
}

    .dffile .status .bar {
        position: absolute;
        bottom: -7.5px;
        left: 0px;
        right: 0px;
    }

.e-input-group.bool-group.e-control-wrapper:focus-within::before,
.e-input-group.bool-group.e-control-wrapper:focus-within::after {
    width: 50%;
}

.e-line-hidden {
    border-bottom: 0px !important;
}

label.e-float-text, .e-float-input label.e-float-text, .e-float-input.e-control-wrapper label.e-float-text, .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    max-width: calc(100% - 21px);
}

.bool-area {
    min-width: 120px;
    margin-left: 5px;
}

h3.DefiniionTitle {
    margin-top: 17px;
    margin-bottom: 17px;
    padding: 3px;
    font-size: 1.25rem;
    font-weight: 700;
    /*text-shadow: 4px 4px 10px rgba(0,59,117,0.4);*/
}

@media (max-width: 768px) {
    .bool-area {
        min-width: 50px;
        max-width: 50px;
        margin-left: 3px;
        margin-bottom: 3px;
    }
}

/* Platz zwischen den Feldern */
.grouppanel .row > div {
    /* background: red; */
    margin-bottom: 6px;
}

.textarea.e-input, .e-input-group textarea, .e-input-group textarea.e-input, .e-input-group.e-input-focus textarea, .e-input-group.e-input-focus textarea.e-input, .e-input-group.e-control-wrapper textarea, .e-input-group.e-control-wrapper.e-input-focus textarea, .e-input-group.e-control-wrapper textarea.e-input, .e-input-group.e-control-wrapper.e-input-focus textarea.e-input, .e-float-input textarea, .e-float-input.e-control-wrapper textarea {
    min-height: 80px;
}

table.dfsubtable > tr:first-child {
    line-height: 12px;
}

.dfchangevis.SubTable {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dfchangevis.SubTable > .dfheader,
    .dfsubtable-outer > .dfheader {
        font-size: 12px;
        font-weight: bold;
    }

.dfsubtable-outer,
.seperator-outer {
    break-inside: avoid;
}

/* Elemente hervorheben */
/*

   div.row > div > .dfchangevis {
        background: rgba(0,0,0,0.025);
        outline: black solid; 
   }

*/

/* Fix Grid Scrollbar */
.e-grid .e-content {
    overflow-y: hidden;
}


.numberCircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: rgba(100,100,100,0.8);
    /* border: 1px solid #666; */
    color: rgba(255,255,255,0.9);
    text-align: center;
    position: absolute;
    top: -3px;
    left: -9px;
    font: 14px Arial;
    padding: 2px 1px 0px 0px;
    transform: scale(0.55);
    transition: all ease 0.3s;
}

button.fieldbutton:hover .numberCircle, button.fieldbutton:focus .numberCircle {
    margin-left: 5px;
}

/* Scrolling Modal */

.modal-open .modal {
    overflow: hidden;
}

.modal-content {
    max-height: calc(100vh - 60px);
    min-height: 200px;
}

.modal-body {
    overflow: auto;
}

@media (max-height: 475px) {
    .modal-header, .modal-footer, .modal-body {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}

/* Scrolling Modal */

/* DQS Colors */

.badge-light {
    background-color: rgba(0,0,0,0.10);
}

button:focus {
    outline: 1px auto #3fa535;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: rgb(165,15,54);
    color: #fff;
    opacity: 1;
}

label.e-float-text,
.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    color: #8295a8;
}


.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text {
    color: #8295a8;
}

.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
    color: #8295a8;
}

.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
    color: #8295a8;
}

.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
    color: #8295a8;
}

.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    color: #8295a8;
}

.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
    color: #8295a8;
}

.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
    color: #8295a8;
}

.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
    color: #8295a8;
}

.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
    color: #8295a8;
}

.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
    color: #8295a8;
}

.e-float-input.e-input-group.e-disabled .e-float-text,
.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
.e-float-input input[disabled] ~ label.e-float-text,
.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-disabled label.e-float-text,
.e-float-input.e-disabled label.e-float-text.e-label-top,
.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
    color: #8295a8;
}

.e-float-input textarea[disabled] ~ label.e-float-text,
.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
    color: #8295a8;
}

.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
    color: #8295a8;
}

.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
    color: #8295a8;
}



.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
    background: #3fa535;
}

.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
    background: #3fa535;
}

.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
    color: #3fa535;
}

.e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-input-group.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-valid-input.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus label.e-label-top {
    color: #3fa535;
}

.e-radio:checked + label::before {
    border-color: #3fa535 !important;
}

.e-radio:checked + label::after {
    background-color: #3fa535 !important;
    color: #3fa535;
}

e-radio:checked + label:hover::before {
    border-color: #3fa535;
}

.e-radio:checked + label::before {
    background-color: #fff;
    border-color: #3fa535;
}

.dfheader-focus,
.dfchangevis:focus-within .dfheader {
    color: #3fa535;
}

.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
    border-color: ##3fa535;
}

input.e-input::selection, textarea.e-input::selection, .e-input-group input.e-input::selection, .e-input-group.e-control-wrapper input.e-input::selection, .e-float-input input::selection, .e-float-input.e-control-wrapper input::selection, .e-input-group textarea.e-input::selection, .e-input-group.e-control-wrapper textarea.e-input::selection, .e-float-input textarea::selection, .e-float-input.e-control-wrapper textarea::selection {
    background-color: #3fa535;
    color: #fff;
}

.dfsubtable-command-btn, .dfsubtable-data-row {
    outline-color: #3fa535;
}

.e-float-input:not(.e-input-group) .e-float-line::before, .e-float-input:not(.e-input-group) .e-float-line::after, .e-float-input:not(.e-input-group) .e-float-line::before, .e-float-input:not(.e-input-group) .e-float-line::after, .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after, .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
    background: #3fa535;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #3fa535;
}

.e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: #3fa535;
}

.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check {
    background-color: #3fa535;
}

/* Print corrections */

@media print {
    body {
        background-color: transparent;
    }

    .grouppanel {
        border: 1px solid rgba(0,0,0,0.1);
    }

    .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
    .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
    .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
    .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
        background: transparent;
        color: rgba(0, 0, 0, 0.42);
        background-image: unset;
        background-position: unset;
        background-repeat: unset;
        background-size: unset;
        border-bottom-color: gray;
        color: rgba(0, 0, 0, 0.42);
        border-bottom-style: dotted;
    }

    .e-input[disabled],
    .e-input-group .e-input[disabled],
    .e-input-group.e-control-wrapper .e-input[disabled],
    .e-input-group.e-disabled,
    .e-input-group.e-control-wrapper.e-disabled,
    .e-float-input input[disabled],
    .e-float-input.e-control-wrapper input[disabled],
    .e-float-input textarea[disabled],
    .e-float-input.e-control-wrapper textarea[disabled],
    .e-float-input.e-disabled,
    .e-float-input.e-control-wrapper.e-disabled {
        -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
        background: transparent;
        color: rgba(0, 0, 0, 0.42);
        background-image: unset;
        background-position: unset;
        background-repeat: unset;
        background-size: unset;
        border-bottom-color: transparent;
        color: rgba(0, 0, 0, 0.42);
        border-bottom-style: dotted;
    }
}


/* Print corrections */


/*
.btn-primary:hover {
    color: #fff;
    background-color: #00a556;
    border-color: #019c52;
}

.btn-primary {
    color: #fff;
    background-color: #00964f;
    border-color: #008646;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(65,195,79,0.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #00a55680;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(65,195,79,0.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00a556;
    border-color: #019c52;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #07d06f;
    border-color: #01ca6a;
}
*/

/* DQS Colors end*/

.dftoolbar .btn-secondary, .dftoolbar .btn-secondary.disabled, .dftoolbar .btn-secondary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

    .dftoolbar .btn-secondary.focus, .dxtoolbar .btn-secondary:focus, .dftoolbar .btn-secondary:not(:disabled):not(.disabled):hover {
        color: #212529;
        background-color: #ececec;
        border-color: #e6e6e6
    }

        .dftoolbar .btn-secondary.focus:not(:disabled):not(.disabled), .dftoolbar .btn-secondary:focus:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 .2rem rgba(68,68,68,.2) !important;
            box-shadow: 0 0 0 .2rem rgba(68,68,68,.2) !important
        }

    .dftoolbar .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #e6e6e6;
        border-color: #dfdfdf
    }

.dftoolbar .card-header, .dftoolbar .dropdown-item, .dftoolbar .btn-sm {
    font-size: 0.8rem;
    font-weight: 100;
}

.dftoolbar .btn-group, .dftoolbar .btn-group-vertical {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    border-radius: .2rem;
}

.dftoolbar .fas {
    width: 20px;
}

.e-float-input.dfcomparetextbox .e-input-in-wrap label.e-float-text {
    font-size: 13px;
    top: -9px;
    transform: translate3d(0, -6px, 0) scale(0.92);
}

.dxbs-dm.dropdown-menu {
    z-index: 1;
}

.dfcomparetextbox .oldvalue {
    text-decoration: line-through;
}

.e-float-input.e-input-group.dfcomparetextbox {
    background: transparent;
    /* color: rgba(0, 0, 0, 0.42); */
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
    background-position: bottom -1px left 0;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    border-bottom-color: transparent !important;
    min-height: 31px;
}

.e-input-group.dfcomparetextbox .e-input-in-wrap {
    display: block;
}

    .e-input-group.dfcomparetextbox .e-input-in-wrap div:first-of-type {
        padding-top: 6px;
    }


.dfcomparetextbox .value, .dfcomparetextbox .oldvalue {
    white-space: pre-wrap;
}

/* Colored Changes */
.dfchangevis-changed .dfcomparetextbox .value {
    /* background: rgba(0,255,0,0.05); */
}

.dfchangevis-changed .dfcomparetextbox .oldvalue {
    /* background: rgba(255,0,0,0.05); */
}

.btn i.far {
    padding-right: 3px;
}

/* Custom Error */
#blazor-error-ui {
    opacity: 0;
}

    #blazor-error-ui.active {
        opacity: 1;
        -webkit-animation: fadeInFromNone 1s ease-out;
        -moz-animation: fadeInFromNone 1s ease-out;
        -o-animation: fadeInFromNone 1s ease-out;
        animation: fadeInFromNone 1s ease-out;
    }

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.value-boolean > i.fas.fa-check {
    color: green;
}

.value-boolean > i.fas.fa-times {
    color: #d90000;
}


.dfsubtable-outer {
    width: 100%;
    overflow: auto;
}


/* Specific CSS  */

@media (min-width: 1200px) {
    .InputField-BaseData_Sites {
        width: 74vw;
    }
}

/* Specific CSS  */

.dfchangevis > .seperator,
.dfchangevis > .seperator-outer > .seperator {
    height: fit-content;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 2px solid rgba(0, 59, 117, 0.95);
}

.seperator {
    font-size: 12px;
    font-weight: 700;
}

    .seperator-outer > .row {
        margin-left: -20px;
        margin-right: -20px;
    }

.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
.e-bigger .e-input-group.e-small:not(.e-float-input) .e-input
.e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
.e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
.e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
.e-float-input.e-bigger.e-small input,
.e-bigger .e-float-input.e-small input,
.e-small .e-float-input.e-bigger input,
.e-float-input.e-input-group.e-bigger.e-small input,
.e-bigger .e-float-input.e-input-group.e-small input,
.e-small .e-float-input.e-input-group.e-bigger input,
.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-small input,
.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small input,
.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger input,
.e-float-input.e-control-wrapper.e-bigger.e-small input,
.e-bigger .e-float-input.e-control-wrapper.e-small input,
.e-small .e-float-input.e-control-wrapper.e-bigger input,
.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-float-input.e-control-wrapper.e-input-group.e-bigger input {
    min-height: 18px;
}

.e-input-group input.e-input,
.e-float-input.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-float-input.e-input-group.e-control-wrapper input,
.e-float-input input,
.e-float-input.e-control-wrapper input {
    min-height: 18px;
}

.e-input-group-icon.e-date-icon,
.e-control-wrapper .e-input-group-icon.e-date-icon {
    min-height: 20px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50%;
        min-width: 500px;
    }
}


.rz-radiobutton-label {
    margin: 0 0.5rem 0 0.5rem;
    margin-top: 4px;
}

.rz-radio-btn:focus-visible {
    outline: none;
    padding-bottom: 1px;
    /*
    border-bottom: #a50f36 solid 2px;
    */
    border-bottom: #3fa535 solid 2px;
}

.rz-radiobutton-box {
    border: 2px solid #757575;
}

    .rz-radiobutton-box:active {
        background-color: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

.rz-radio-button-list-horizontal:focus-visible {
    outline: none;
}

.rz-radiobutton-box.rz-state-active {
    background-color: unset;
    /*
    border: 2px solid #a50f36;
    */
    border: 2px solid #3fa535;
}

    .rz-radiobutton-box.rz-state-active:hover {
        background-color: #ffffff;
        /*
        border-color: #a50f36;
        */
        border-color: #3fa535;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

.rz-radiobutton:focus-visible {
    outline: none;
}

.rz-radiobutton-box .rzi-circle-on {
    border-radius: 50%;
    vertical-align: middle;
    /*
    background-color: #a50f36;
    border: 4px solid #a50f36;
    */
    background-color: #3fa535;
    border: 4px solid #3fa535;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

    .rz-radiobutton-box .rzi-circle-on:hover {
        /*
    background-color: #a50f36;
    border-color: #a50f36;
    */
        background-color: #3fa535;
        border-color: #3fa535;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

.grouppanel.hidden,
.InputField.hidden {
    display: none;
}


.e-grid .e-groupcaption, .e-grid .e-indentcell, .e-grid .e-recordplusexpand, .e-grid .e-recordpluscollapse {
    color: #164194;
}

.e-grid .e-rowcell:not(.e-editedbatchcell),
.e-grid .e-detailrowcollapse:not(.e-editedbatchcell),
.e-grid .e-detailrowexpand:not(.e-editedbatchcell),
.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell),
.e-grid .e-emptyrow:not(.e-editedbatchcell) {
    color: #164194;
}

input.e-input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
textarea.e-input,
.e-float-input input,
.e-float-input.e-control-wrapper input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea {
    color: #164194;
}

.e-pager {
    color: #164194;
}

h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.e-grid .e-groupheadercell {
    background-color: #3a578f;
}

.e-grid .e-groupdroparea.e-grouped {
    background-color: #164194;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background-color: #3fa535;
}

.rz-dropdown-item.rz-state-highlight, .rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, .rz-state-highlight.rz-multiselect-item, .rz-dropdown-items li.rz-state-highlight, .rz-autocomplete-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight {
    color: #3fa535;
}

.rz-radiobutton-box {
    background-color: transparent;
}

.rz-colorpicker, .rz-lookup-search input, .rz-spinner, .rz-calendar .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox {
    color: inherit;
}

.e-input-group, .e-input-group.e-control-wrapper, .e-float-input, .e-float-input.e-input-group, .e-float-input.e-control-wrapper, .e-float-input.e-input-group.e-control-wrapper {
    background: transparent;
    color: inherit;
}

.dqsbool {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .dqsbool label {
        color: black;
        font-size: 9pt;
    }

    .dqsbool > div > label {
        color: #8295a8;
        margin-top: -18px;
        margin-bottom: 4px;
        position: relative;
        bottom: -3px;
    }


.dropdown-item.active, .dropdown-item:active {
    background-color: #3fa535;
}

body:not(.rz-default-scrollbars)::-webkit-scrollbar-thumb,
.dfsubtable-outer:not(.rz-default-scrollbars)::-webkit-scrollbar-thumb {
    background: #164194;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 8px;
}

.label {
    color: #8295a8;
}

.dfchangevis.Input.Boolean {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.e-float-input .e-input-in-wrap label.e-float-text, .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, .e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    top: -11px;
}

label.e-float-text, .e-float-input label.e-float-text, .e-float-input.e-control-wrapper label.e-float-text, .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    font-size: 9pt;
}
.bool-area {
    display: flex;
    align-items: flex-end;
}

th.dfsubtable-command-column i.fas.fa-plus-circle {
    position: relative;
    bottom: -3px;
}

label.dfheader.e-disabled {
    opacity: 100;
}

.mb30px {
    margin-bottom: 30px
}

.pb10px {
    padding-bottom: 10px
}


.mb3px {
    margin-bottom: 3px
}

.mb10px {
    margin-bottom: 10px
}

.mb30px {
    margin-bottom: 30px
}

.mh35px {
    min-height: 35px;
}

.divcbReplace {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.pt10px {
    padding-top: 10px;
}


.pb10px {
    padding-bottom: 10px;
}


.pb20px {
    padding-bottom: 20px;
}

.LoginPagesH3 {
    font-weight: bold;
    color: purple
}

.brGrove {
    border-right: groove;
}

.blGrove {
    border-left: groove;
}

.casstestdiv {
    width: 400px;
    height: 40px;
    background: green;
    position: relative
}

.layouttest {
    background: lightskyblue;
    margin-bottom: 2px;
}

.InputField.Seperator > .layouttest {
    background: lightgreen;
}


.layouttest span:first-child {
    width: 70px;
    display: inline-block;
}



.DFLoadingSpinner2 {
    height: 40px;
}

.DFLoadingSpinner2 div:first-child {
    font-size: 20px;
}

.color-red {
    color:red;
}

.ms-grid-column0 { -ms-grid-column: 0; }
.ms-grid-column1 { -ms-grid-column: 1; }
.ms-grid-column2 { -ms-grid-column: 2; }
.ms-grid-column3 { -ms-grid-column: 3; }
.ms-grid-column4 { -ms-grid-column: 4; }
.ms-grid-column5 { -ms-grid-column: 5; }
.ms-grid-column6 { -ms-grid-column: 6; }
.ms-grid-column7 { -ms-grid-column: 7; }
.ms-grid-column8 { -ms-grid-column: 8; }
.ms-grid-column9 { -ms-grid-column: 9; }
.ms-grid-column10 { -ms-grid-column: 10; }
.ms-grid-column11 { -ms-grid-column: 11; }
.ms-grid-column12 { -ms-grid-column: 12; }
.ms-grid-column13 { -ms-grid-column: 13; }
.ms-grid-column14 { -ms-grid-column: 14; }
.ms-grid-column15 { -ms-grid-column: 15; }
.ms-grid-column16 { -ms-grid-column: 16; }
.ms-grid-column17 { -ms-grid-column: 17; }
.ms-grid-column18 { -ms-grid-column: 18; }
.ms-grid-column19 { -ms-grid-column: 19; }
.ms-grid-column20 { -ms-grid-column: 20; }

.e-float-input,
.e-float-input.e-control-wrapper {
    margin-bottom: 7px;
}
