﻿.dx-command-edit-with-icons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.hr-dashed {
    border-bottom: 1px dashed var(--vz-input-border);
    background-color: transparent;
    opacity: 1;
}

.form-switch-escola .form-check-input:checked {
    background-color: var(--area_background);
    border-color: var(--area_background);
}

.page-title-right {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.dx-datagrid-search-panel {
    margin: 0 0 0 0px;
}