﻿.modalBackground {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup {
    background-color: #FFFFFF;
    /*width: 80%;*/
    width: 600px;
    border: 3px solid #0DA9D0;
    z-index: 10001;
}

.modalPopup .header {
    background-color: #2FBDF1;
    /*height: 80%;*/
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.modalPopup .botao {
    text-align: right;
}

.modalPopup .body {
    min-height: 300px;
    line-height: 30px;
    text-align: center;
    padding: 5px;
    height: 100%;
}

.modalPopup .footer {
    padding: 50px;
}

.modalPopup .button {
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}

.modalPopup td {
    text-align: center;
}

.table-condensed {
    font-size: 11px;
}

/*.divCalendar {
    position: absolute;
    background: #ffffff;
    opacity: 1;
    filter: none;
    top: 25%;
    left: 25%;
    padding: 10px;
    z-index: -1;
}*/