
.main-form-1, .main-form-2, .main-form-3, .main-form-4, .main-form-5, .main-form-6, .main-form-7, .main-form-8, .main-form-9, .main-form-10, .main-form-11, .main-form-12 {
    float: left;
    min-height: 1px;
}

.main-form-12 {
    width: 100%;
}

.main-form-11 {
    width: 91.66666667%;
}

.main-form-10 {
    width: 83.33333333%;
}

.main-form-9 {
    width: 75%;
}

.main-form-8 {
    width: 66.66666667%;
}

.main-form-7 {
    width: 58.33333333%;
}

.main-form-6 {
    width: 50%;
}

.main-form-5 {
    width: 41.66666667%;
}

.main-form-4 {
    width: 33.33333333%;
}

.main-form-3 {
    width: 25%;
}

.main-form-2 {
    width: 16.66666667%;
}

.main-form-1 {
    width: 8.33333333%;
}

.main-dec-1, .main-dec-2, .main-dec-3, .main-dec-4, .main-dec-5, .main-dec-6, .main-dec-7, .main-dec-8, .main-dec-9, .main-dec-10 {
    float: left;
}

.main-dec-10 {
    width: 100%;
}

.main-dec-9 {
    width: 90%;
}

.main-dec-8 {
    width: 80%;
}

.main-dec-7 {
    width: 70%;
}

.main-dec-6 {
    width: 60%;
}

.main-dec-5 {
    width: 50%;
}

.main-dec-4 {
    width: 40%;
}

.main-dec-3 {
    width: 30%;
}

.main-dec-2 {
    width: 20%;
}

.main-dec-1 {
    width: 10%;
}

.main-dec-9-5 {
    width: 95%;
}

.main-dec-8-5 {
    width: 85%;
}

.main-dec-7-5 {
    width: 75%;
}

.main-dec-6-5 {
    width: 65%;
}

.main-dec-5-5 {
    width: 55%;
}

.main-dec-4-5 {
    width: 45%;
}

.main-dec-3-5 {
    width: 35%;
}

.main-dec-2-5 {
    width: 25%;
}

.main-dec-1-5 {
    width: 15%;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
}


body {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #000;
    background-color: #fff;
}

html {
    overflow: hidden;
}

.height100 {
    height: 100%;
}

.floatleft {
    float: left;
}

.font-weight-bold {
    font-weight: bold;
}

a.nav-link {
    cursor: pointer;
}

a.dropdown-item {
    cursor: pointer;
}

.cwrs-popwindow {
    top: 0;
}
.dsda-table {
    height: 100%;
    overflow: auto;
}

    .dsda-table table {
        width: 100%;
        table-layout: fixed;
        margin: 0;
        padding: 0;
    }


.ag-header-cell-label {
    justify-content: center;
}

.ag-header-group-cell-label {
    justify-content: center;
}

.age-border {
    border-right: 1px solid #dde2eb !important;
    border-left: 1px solid #dde2eb !important
}

.age-cursor {
    cursor: pointer;
}