﻿/* loading */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999999999999 !important; /*Panu add to make it worked with UpdatePanel*/
}

.system-loader {
    padding: 10px;
    color: #009bbd;
    position: relative;
    top: 50%;
    margin-top: -79px;
    display: inline-block;
    background: #ddd;
    border-radius: 10px;
}

.loading-message {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    color: #333;
}
