.whiteNotificationIcon #notificationPanelIcon:hover i ,
#showNotifications:hover span i {
    color: #ffffff !important;
    cursor: pointer;
}
#notificationPanelIcon {
    color: #8485a0;
    background-color: transparent;
    z-index: 1001;
    width: 50px;
    height: 50px;
    position: relative;
}

#notificationCount {
    position: absolute;
    background-color: #ec2059;
    height: 22px;
    width: 22px;
    top: 5px;
    right: 0px;
    z-index: 200;
    border-radius: 10px;
    font-size: 0.6em;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    padding-top: 7px;
    opacity: 1;
}

#notificationPanelIcon span {
    margin-left: 12px;
    line-height: 30px;
    width: 25px;
    height: 25px;
    font-size: 0.5em;
    font-weight: bolder;
    display: block;
}
.whiteNotificationIcon span span {
    background-color: #ffffff !important;
    color: #008ec9 !important;
}
.whiteNotificationIcon,
.whiteNotificationIcon span i {
    color: #ffffff !important;
    background-color: #008ec9 !important;
}

#notificationPanelWrapper h2 {
    display: block;
    width: 100%;
    height: 50px;
    color: #ffffff;
    background-color: #008ec9;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6em;
    line-height:2.1;
    padding-left: 13px;
}

#notificationPanelWrapper {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 22.5%;
    min-width: 400px;
    height: 94.9vh;
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 90;
    color: #ffffff;
    border-left: 1px solid #8485a0;
    font-size: 1.2em;
}
#notificationContentCardWrapper {
    margin: 0 0 0 0;
    overflow: auto;
    height: 90%;
    width: 100%;
}
div.notificationContentCard {
    width: 100%;
    padding: 10px 30px 30px 10px;
    min-height: 60px;
    background-color: rgba(241, 241, 241, 0.815);
    color: #000000;
    position: relative;
    border-bottom: 1px solid #8485a0;
    margin-bottom: 5px;
}
div.notificationContentCard:hover {
    border: 1px solid rgb(0, 142, 201) !important;
    cursor: pointer;
}

div.notificationContentCard p {
    padding-left:10px;
}

div.notificationContentCard p.cardTextShort {
    height: 18px !important;
    width: 90%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.notificationContentCard:hover p.cardTextShort {
    height: auto !important;
    white-space: normal;
}
div.notificationContentCard:hover p.cardTextShort:after {
    content: '';
}

div.notificationContentCard p.info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

div.notificationContentCard span.actionIconsWrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
div.notificationContentCard span.actionIconsWrapper i {
    color: #000000;
    font-size: 1em;
    margin-left: 10px;
    cursor: pointer;
}
div.notificationContentCard span.cardHighlight {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 10px;
}
div.notificationContentCard i.cardIcon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left: 0 !important;
    text-align:right;
    cursor: pointer;
    color: #000000 !important;
}
div.notificationContentCard i.cardIcon:hover {
    color: #008ec9;
    cursor: pointer;
}
#notificationContentCardWrapper div.notificationCard span.cardHighlight,
#notificationLegend {
    background-color: #696969a8;
}
#notificationContentCardWrapper div.reportCard span.cardHighlight,
#reportLegend {
    background-color: rgba(252, 255, 70, 0.808);
}
#notificationContentCardWrapper div.errorCard span.cardHighlight {
    background-color: rgba(255, 89, 89, 0.808);
}
#notificationContentCardWrapper div.reportCard i {
    color: rgba(252, 255, 70, 1);
}
#notificationContentCardWrapper div.errorCard i {
    color: rgba(255, 89, 89, 1);
    
}

#notificationLegendWrapper {
    background-color: #008ec9;
    color: #ffffff;
    display:block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom:0;
    right:0;
    padding-top: 25px;
    padding-left: 15px;
}
#notificationLegendWrapper label {
    width: auto;
}
#notificationLegendWrapper input {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

#showNotifications {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 2em;
}

#notificationsModalWrapper div.modal-dialog {
    width: 80%;
}