﻿#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 1000;
}

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 1001;
}

.calendar-align {
    position: absolute;
    right: 15px;
    top: 25px;
    padding: 2px;
    z-index: 2;
}
.modal-header .close {
    margin-top: -20px !important;
    margin-right: 8px
}
.scroller .alert {
    margin-bottom: 0px;
    padding: 6px 17px 5px 15px;
}