﻿.myTelerikNotification {
    z-index: 20000;
}

.myTelerikNotification .k-notification-container .k-notification {
    width: auto;
    height: 50px;
    font-size: 1em;
    text-align: center;
    align-items: center;
    color: white;
}

.red-border {
    border: red, 2px, solid;
}

.green-border {
    border: #008080, 2px, solid;
}


.multiselect-class {
    max-height: 75px;
    overflow-y: auto;
}

.background-color * {
    background-color: white !important;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel, .k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover {
    color: #008070;
}

.div-align {
    text-align: center;
}