﻿
.radjs-loader {
    text-align: center;
    width: 250px;
    height: 85px;
    margin: 20px auto;
}

.radjs-hide {
    display: none;
}

.radjs-alert-message {
    position: fixed;
    top: 0;
    left: 50%;
    background: #3e943b;
    border: 0px solid #146211;
    border-bottom-width: 3px;
    color: #fff;
    border-top: none;
    padding: 18px 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

    .radjs-alert-message.error {
        background: #ee2323;
        border-color: #bf0404;
    }

    .radjs-alert-message.warning {
        background: #ddd53a;
        border-color: #d6a70a;
        color: #000;
    }

.div-closed {
    display : none;
}

.div-open {
    display : inline-flex
}