#loading_message_back {
    background: #c5d6e7;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.6;
    display: none;
}

#loading_message {
    position: fixed;
    background: #fff;
    border: 1px solid #a6c4e7;
    color: #1a3c64;
    width: 98%;
    max-width: 600px;
    padding: 20px;
    z-index: 99999;
    display: none;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    margin-bottom: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}

#loading_message #close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #ff8f00;
    color: #fff !important;
    font-size: 18px;
    border-radius: 100%;
    line-height: 20px;
}

#loading_message p {
    margin: 0 !important;
}

div#status {
    width: 30px;
    height: 30px;
    line-height: 35px;
    margin: 0 auto 0px;
}

div#status .fa {
    font-size: 22px;
    color: #821cb7
}

div#status #progress {}

div#status #err {}

div#status #success {}