.notificationColorRed {
    background-color: #ca0909; /*#ef2929;*/
}
.notificationColorBlue {
    background-color: #3886da; /*#729fcf;*/
}
.notificationColorOrange {
    background-color: #ffa71d; /*#ffaf32;*/
}
.notificationColorGreen {
    background-color: #346508; /*#72c02c;*/
}
.backgroundColorTwitter {
    background-color: #1da1f2;
}
.backgroundColorFacebook {
    background-color: #3b5998;
}
.backgroundColorINGV {    
    background-color: #000;
}
.backgroundColorGDACS {    
    background-color: #0582aa;
}
.badgeNotifications {
    font-size: 10px;
    color: white;
    padding: 3px 8px 2px 8px;
    border-radius: 4px;
}
.colorFacebook {
    color: #3b5998;
}
.colorTwitter {
    color: #1da1f2;
}
.eventDataDivClass{
    padding-bottom: 3px !important; 
    padding-top: 8px !important;
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
}
.eventTextDivClass{
    height: 45px;
    margin-bottom: 0.71429rem !important;
    font-size: 0.92857rem !important;
}
.actionButtonDivClass{
    margin-bottom: 0.71429rem !important;
    text-align: right;
}
.eventSourceAndVisualizationsDivClass{
    text-align: right;
    margin-bottom: 0.71429rem !important;
}
.popupRed {
    background: #ef2929; /*same of notificationColorRed*/
}
.popupBlue {
    background: #729fcf; /*same of notificationColorBlue*/
}
.popupOrange {
    background: #ffaf32; /*same of notificationColorOrange*/
}
.popupImage {
    margin-bottom: 10px;
    /*object-fit: cover;*/
    width: 223px;
    height: 123px;
}
.popupFooter{
    font-weight: bold;
    padding: 6px;
}
.jsPanel .jsPanel-ftr.active {
    padding: 4px 10px !important; 
}
.jsPanel .jsPanel-ftr {
    justify-content: center;
}
.linkToPopup{
    cursor: pointer;
}
.linkToPopup :hover {
    color: #2772c5;
    cursor: pointer;
}