﻿#SkylabLoaderModal {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor : wait;
}

#SkylabLoaderModalScreen {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../../Images/modal_bkg.png);
    cursor : wait;
}

.spinner {
    z-index: 998;
}

.ajaxMessageModal {
    vertical-align: middle;
    color: #2e89b7;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    top: 50%;
    height: 15px;
}

body.loading #SkylabLoaderModal, body.loading .modal {
    display: block;
}

.modal {
    display: none;
    z-index: 9999;
    position: absolute;
    height: 75px;
    width: 280px;
    background: none repeat scroll 0px 0px #FFF;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    padding: 10px;
    margin-left: -150px;
    box-shadow: 0px 0px 10px 0px #BABABA;
    border: 1px solid #DADADB;
    cursor : wait;
}

.modalImage {
    z-index: 9999;
}

body.loading {
    overflow: hidden;
}
