.kt-portlet__body{
    border:1px solid #ebedf2;
    padding: 0 0.8rem;
}
.kt-heading kt-heading--md{
    font-size:2rem;
    font-weight: 700 !important;
}
.kt-heading{
    font-weight: 700 !important;
    margin: 0.5rem 0 !important;
    background: #ebedf2;
    border-bottom:1px solid #ebedf2;
    padding:0.5rem !important;
}
.tab-pane .form-group label,.tab-pane .form-control{
    font-size:1.3rem;
}
.col-lg-2,.col-xl-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.form-group,.row{
    margin: 0.6rem 0 !important;
    padding: 0 !important;
}
.col-lg-4,.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.form-control:disabled, .form-control[readonly] {
}