body {
    background-color: #F5F5F5!important;
    font-family: 'Roboto', sans-serif!important;
}

.custom-bg-warning {
    background-color: #ed771b;
}

.card-image-max-height {
    max-height: 250px;
}

.custom-modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-dialog {
    top: 5%;
    max-width: 1050px !important;
    max-height: 750px;
    overflow-y: scroll;
}

.custom-box-shadow {
    box-shadow: 19px 17px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.custom-title {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.border-danger {
    border: 1px solid red;
}

.message-container {
    position: fixed;
    z-index: 1500;
    top: 0px;
}

.tablesorter-filter.disabled {
    display: none;
}
