﻿
/*-----------------Loading Style-------------------*/
#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1090 !important;
}

.loading {
    width: 250px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -125px;
    color: whitesmoke;
    text-align: center;
}


/*Loading screen*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1020; /*  Must be lower than notification modals */
    text-align: center;
    text-align: -moz-center; /*firefox*/
    text-align: -webkit-center; /*safari, chrome*/
}

    .preloader h3 {
        margin-top: 100px;
        display: block;
        text-align: center;
        color: white;
    }

    .preloader h5 {
        display: block;
        text-align: center;
        color: white !important;
    }

    .preloader img {
        color: #343434;
        width: auto;
        height: auto;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -62.5px;
        margin-top: -62.5px;
        max-width: 120px;
    }

    .preloader .notification {
        color: #343434;
        width: 350px;
        height: 150px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -175px;
        margin-top: -250px;
    }


#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

#loader {
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
}
