/* style.team.custom.css, created on 06-02-2019 17:12 */
i#submitmsg {
    color: #ff8919!important;
}
#usermsg {
    background: #ffffff!important;
}
.msgsection {
    background: #f1dfcf;
}
.msgsection:before {
    border-bottom: 18px solid #f1dfcf;
}
.namesection.myself {
    color: #65438b;
}
.namesection {
    color: #ff8919;
}

div[id^="agendaCalendareView-"] #calTwo .day.event {
    cursor: pointer;
   /* background: #ff6b25!important;*/
    color: #ffffff!important;
}
div[id^="agendaCalendareView-"] #calTwo .day.event:hover {
    background: #1e95ce!important;
}  
#teamagendaeventview .nav-wrapper {
    background-color: #1e95ce;
}

.picker__date-display {
    background-color: #1e95ce;
}
.picker__close, .picker__today {
    color: #1e95ce;
}
#calTwo .day.event {
    background: #2D42DC!important;
}
#calTwo .day.event .day-num {
    border-bottom: 1px solid #ffffff!important;
}
.eventRow a {
    color: #1e95ce!important;
}
#TeamAgendaEventViewer .event .agendaType {
    color: #2D42DC!important;
}

#calTwo .clndr-today-button {
    color: #1e95ce;
}