/* This file is reserved for overriding and extending the template styles. */

.modal-left .modal-dialog {
    max-width: 380px !important;
}

.text-right {
    text-align: right !important;
}

.scrollHeight500px {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
}

.scrollHeight700px {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 700px;
}