html,
body,

body {
    margin: 0;
    padding: 0;
}

body{
    padding-top: 110px;
    padding-bottom: 20px;
}
.fixed-header {
    width: 100%;
    position: fixed;
    /*background-color: rgba(220, 220, 220, 0.00);*/
    padding: 0px 0;
    color: #fff;
    z-index: 1000;
}
.fixed-header{
    top: 0;
}

.container{
    width: 100%;
    margin: 0 auto; /* Center the DIV horizontally */
}

.container-fluid {
    padding-left:  20px;
    padding-right: 20px;
}
nav a {
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    display: inline-block;
}

.dx-viewport .dx-inactive-view {
    display: none;
}

.form-box {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    border: 1px solid rgba(191, 191, 191, 0.30);
}
.toolbox-row {
    width: 100%;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.toolbox-row .dx-button {
    /*margin-left: 10px;*/
}
.dx-field-label {
    width: 30%;
}
.dx-field-value-static, .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 70%;
}
.dx-fieldset-header {
    text-transform: uppercase;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}