.header_grid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_grid {
    font-size: 13pt!important;
    font-family: 'OpenSans-Regular', sans-serif !important;

}
.cell_grid {
    font-size: 0.75rem!important;
    font-weight: 400!important;
    text-align: center!important;
    font-family: 'Roboto', sans-serif!important;

}

.left_text{
    font-size: 0.75rem!important;
    font-weight: 400!important;
    font-family: 'Roboto', sans-serif!important;
    text-align: left!important;
}

/*.row_grid:nth-child(odd) {*/
/*    background-color: #dadada;*/
/*}*/

/*.row_grid:nth-child(even) {*/
/*    background-color: #dae8f3;*/
/*}*/

/*.root_row {*/
/*    background-color: #f9dddd!important;*/
/*}*/
.row_grid{
    min-height: 40px;
}

.button_edit{
    max-height: 25px;
}

.row_grid_1:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: block;
    width: 100%;
    content: "";
}


.row_grid_2:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: block;
    width: 98.75%;
    margin-left: 1.25%;
    content: "";
}

.row_grid_3:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: block;
    width: 97.5%;
    margin-left: 2.5%;
    content: "";
}



.row_grid_4:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: block;
    width: 96.25%;
    margin-left: 3.75%;
    content: "";
}
.row_grid_4 {
    background-color: white;
}

.button_save{
    background-color: #2196f3!important;
    font-weight: bold!important;
}

.wrapper_progress{
    padding: 12px!important;
    padding-bottom: 0px!important;
}

.form-group {
    margin: 0!important;
}