﻿
@media (max-width: 992px) {
    .scrollable_modal {
        overflow-y: scroll;
        max-height: 500px;
    }
}

a.hover:hover {
    text-decoration: underline !important;
}

.mud-button {
    margin-top: 20px !important;
    border: 2px solid !important;
}

.e-toolbar .e-toolbar-item .e-tbar-btn {
    border: 1px solid !important;
}

.e-grid td.e-active {
    background: #bec2c4 !important;
}