/*apply bootstrap body css for extjs body */
.x-body:not(.login) {
    color: none !important;
    background: none !important;
    font-family: Verdana,Arial,sans-serif !important;
}


/* put scroll on modal body directly */
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
