﻿.popup {
    background-color: #FAFAFA;
    border-radius: 8px 8px 8px 8px;
    color: #666666;
    height: 510px;
    padding: 15px;
    width: 850px;
}

.popup_alert {
    background-color: #C2E1FF;
    border-radius: 8px 8px 8px 8px;
    color: #666666;
    height: 220px;
    padding: 15px;
    width: 280px;
}

.popup_alertValidation {
    background-color: #B8FFDD;
    border-radius: 8px 8px 8px 8px;
    color: #666666;
    height: 320px;
    padding: 15px;
    width: 300px;
}

.popup_alertValidation_small {
    background-color: #B8FFDD;
    border-radius: 8px 8px 8px 8px;
    color: #666666;
    height: 180px;
    padding: 15px;
    width: 200px;
}

.buttonPop.b-close, .buttonPop.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.buttonPop {
    background-color: #BBC0DE;
    color: #17104D;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.b-close {
    border-radius: 7px;
    font: bold 31% sans-serif;
    padding: 0 6px 2px;
    background-color: #2B97B7;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: -7px;
    top: -7px;
}
.b-close:hover {
    background-color: #1e1e1e;
}
#eventCalendar {
  display: block;
    
}