/* NOTIFICATION */

.alert {
    background: white;
}

.notify_suc {
    z-index: 9999;
    font-size: 1.4rem;
	display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 7px;
    border: 1px solid #87d995;
    color: #555;
    border-radius: 5px;
    padding: 20px;
}

.notify_fail {
    border: 1px solid #ffa1a1;
}

.notify_info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-minimalist {
    font-size: 1.6rem;
}

.notify-message {
    padding: 0 10px;
    max-width: 300px;
}

/* NOTIFICATION */

.cnotifyRRR {
    z-index: 9999;
    font-size: 1.4rem;
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 7px;
    border: 1px solid #87d995;
    color: #555;
    border-radius: 5px;
    padding: 20px;
    background: white;
}

.cnotify {
    z-index: 9999;
    font-size: 1.4rem;
	display: none;
    position: relative;
}

.cnotify > div {
    padding: 7px;
    border: 1px solid #87d995;
    color: #555;
    border-radius: 5px;
    padding: 20px;
    background: white;
    position: fixed;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cnotify_er > div {
    border: 1px solid #ffa1a1;
}