﻿.web_dialog_overlay {
    background: none repeat scroll 0 0 rgb(0, 0, 0);
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.64;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.wdoMain {
    margin: auto !important;
    top: 30% !important;
    width: 325px !important;
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 0%;
    right: 0%;
    overflow: auto;
    position: fixed;
    width: 900px;
    z-index: 10500;

}

.wdoHeader {
    background-color: black;
    border-bottom: 1px solid rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: bold;
    height: 40px;
    padding: 9px 15px;
}

.wdoFooter {
    background-color: rgb(245, 245, 245);
    border-radius: 0 0 6px 6px;
    border-top: 1px solid rgb(221, 221, 221);
    box-shadow: 0 1px 0 rgb(255, 255, 255) inset;
    margin-bottom: 0;
    padding: 8px;
    text-align: center;
}

    .wdoFooter:after, .wdoFooter:before {
        content: "";
        display: table;
    }

    .wdoFooter:after {
        clear: both;
    }

.modalbtn {
    width: 90px !important;
    height: 35px !important;
}

/* 
    For Calender PopUp
*/
.wdoMainCal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 40%;
    margin: 0 !important;
    overflow: auto;
    position: fixed;
    top: 30% !important;
    z-index: 5;
}
