﻿.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
#Background {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    position: fixed;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    min-height: 100%;
    min-width: 100%;
}

#Progress {
    top: 30%;
   right: 40%;
    font-family: Arial;
    font-size: 19px;
    padding: 30px;
    position: fixed;
    color: White;
    background-color: rgb(0 0 0 / 0.30);
    z-index: 999;
    text-align: center;
}

.modalPopup {
    background-color: #696969;
    filter: alpha(opacity=40);
    opacity: 0.7;
    xindex: -1;
}


.modal3 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;

    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 19px;
    padding: 35px;
    display: none;
    position: fixed;
    color: White;
    background-color: rgb(0 0 0 / 0.30);
    z-index: 999;
}

