﻿.form-container {
    width: 96%;
    margin-left: 2%;
    margin-top: 2%;
    height:100%;
}

.big {
    width: 98% !important;
    margin-left: 1% !important;
}

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

#gridContainer {
    max-height: 440px;
}

.cell-10 {
    width: 10% !important;
}

.cell-5 {
    width: 5% !important;
}

.cell-15 {
    width: 15% !important;
}

.richeditcontainer{
    height:100%;
    width:100%;
    margin-right:2%;
}

.w-70 {
    width: 70% !important;
}

.w-30 {
    width: 30% !important;
}

.dx-field-value:not(.dx-widget) > .dx-button, .dx-field-value:not(.dx-widget) > .dx-checkbox, .dx-field-value:not(.dx-widget) > .dx-switch {
    margin-left: 5px !important;
}

.container-tabpanel-form{
    margin: 15px
}