/* ae_vacationspopup.css */
/* Version: 1.0 */
#ae-vacations-popup__modal {
    position: fixed;
    top:15%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    width:460px;
    z-index: 9999;
}

#ae-vacations-popup__content {
    padding: 6px;
    background-color: #A2A2A1;
    border: 2px solid #33333333;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#ae-vacations-popup__header {
    text-align:right;
    background-color: #A2A2A1;
    margin:0;
    border:0;
    padding:0;
}

#ae-vacations-popup__body {
    background-color: whitesmoke;
    font-size:85%;
    padding:1rem;
    text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#ae-vacations-popup__footer {
    background-color: whitesmoke;
    font-size:85%;
    padding:.1rem 0 .6rem 0;
    text-align:center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}