








.loading-popup {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color:rgba(0, 0, 0, 0.20);
}

.loading-popup-load {
    position: fixed;
    z-index: 10001;
    background-color: white;
    background-color: white;
    color: #000;
    padding: 10px;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}

.background-popup {
    font-family: Arial;
    font-size: 12px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.20);
}

.header-popup {
    padding: 12px 10px 10px 6px;
    border-bottom: 1px solid #cdcecf;
    padding-left: 10px;
    font-size: 12pt;
    color: #74777b;
    font-weight: bold;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.content-popup {
    font-family: Arial;
    position: fixed;
    z-index: 10000;
    background-color: White;
    color: #717171;
}



.cssalert {
    top: 0px;
    left: 0px;
    z-index: 1000000;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    color: black;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.45);
}

    .cssalert div {
        top: 335px;
        left: 0px;
        z-index: 2001;
        padding-top: 20px;
        padding-left: 25%;
        position: fixed;
        background-color: white;
        width: 100%;
    }

       
