﻿.loading_bg {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../Content/loading.gif) center no-repeat;
    background-color: rgba(192,192,192,0.3);
    background-size: 125px 125px;
    z-index: 2000;
}

.loading-gif {
    background-color: transparent;
    /* background-image: url("../Content/loading.gif");*/
    content: url("../Content/loading.gif");
    position: fixed;
    text-align: center;
    top: 36%;
    left: 46%;
    z-index: 999999;
    width: 256px;
    height: 256px;
    min-width: 10px;
}

.loadingDiv-parent {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999998;
}

.loadingDiv {
    position: fixed;
    text-align: center;
    top: 40%;
    /*left: 45%;*/
    z-index: 999999;
    width: 100%
}

    .loadingDiv .loading-image {
        display: block;
        margin: 25px 75px;
    }

#loadingscreen {
    display: none;
}

.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#_modalTitle {
    float: left;
}

#_modalMessage {
    background-color: #000000bf;
}

#_modalForm {
    top: 25%;
    left: 25%;
    width: 50%;
    height: fit-content();
}

#_modalClose {
    float: right;
}
