/** Flash Style **/
#flash {
    border: none;
    border-radius: 0;
    font-size: 12pt;
}

#flash.alert-success {
    color: #fff;
    background-color: #7abf1d !important;
    border-top: 1px solid #7abd1d;
}

#flash.alert-warning {
    color: #fff;
    background-color: #e67e22 !important;
    border-top: 1px solid #e67e22;
}

#flash.alert-danger {
    color: #fff;
    background-color: #e74c3c !important;
    border-top: 1px solid #e74c3c;
}

/** Helper Classes **/
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.important-input {
    color: red;
}

/** Modal **/
.modal .modal-dialog .modal-body.modal-body-scrollable {
    max-height: 75vh;
    overflow-y: scroll;
}

/** Table **/
table.custom-table thead tr td,
table.custom-table tbody tr td {
    font-size: 16px;
}

table.custom-table thead tr td {
    font-family: 'Neo-Light', sans-serif;
    background: #7f8c8d;
    vertical-align: middle;
    padding: 10px;
    color: #fff;
}

table.custom-table tbody tr td {
    background: #fff;
    padding: 15px 10px;
    vertical-align: middle;
}