/*font color fixes*/
body,.reg-webcast-info-component h6, .reg-webcast-info-component h3,.conf-speaker-wrapper .speaker-name{
    color:#fff;
}
.webcast-reg-component .color1,.lib-content .event-list-component .color1, .lib-content .event-list-component .info,.webcast-reg-component .info,.conference-reg-component .color1,.conference-reg-component .info,.webcast-reg-component .speaker-group-title,.conference-reg-component .speaker-group-title,.showcase-day .event-title.info{
    color:#fff !important;
}
.webcast-footer-component .black,table.datatable th,.webcast-footer-component,.conf-speaker-wrapper .speaker-company, .conf-speaker-wrapper .speaker-title{
    color:#ccc;
}
.grey,.webcast-reg-component .speakers-component .title,.webcast-reg-component .speakers-component .company,.linked .agenda-event-link-extras{
    color:#ccc !important;
}
@media(max-width:750px){
    .agenda-table td.time{
        color:#fff !important;
    }
}
/*links*/
.lib-content a, .lib-content button.a, .lib-right .reg-info-component button.a,.lib-right .reg-info-component a,.lib-webcast-component a:not(.webcast-component a),.lib-banner-component button.a,.lib-banner-component a,.webcast-banner-component button.a,.webcast-banner-component a,.conf-nav-component button.a, .tabs-component .tabs ul li:not(.active) button.a,.agenda-table td.linked,.agenda-days-table td,.datatable tr.linked td,.datatable tr.linked td .a,.webcast-footer-component a,.webcast-footer-component button.a,.conference-reg-component a,.conference-reg-component button.a,.webcast-reg-component a,.webcast-reg-component button.a,.conf-title-component button.a:not(.dot-menu-item),.showcase-day-wrapper button{
    color:#def;
}
.conf-nav-component li .a.active, .conf-nav-component li .a:hover{
    border-color:#def;
}
.tabs ul li button.a:hover{
    background-color:rgba(255,255,255,0.2);
}

/*emblem*/
.veracast-emblem img{
    opacity:0;
}
.veracast-emblem{
    background:url(/images/PoweredBy_OpenExchange_light.svg) center / 160px 55px no-repeat;
}
.bofa-veracast-emblem img{
    opacity:0;
}
.bofa-veracast-emblem{
    background:url(/images/PoweredBy_OE_Veracast_light.svg) center / 160px 55px no-repeat;
}

/*background fixes*/
.player-side .border,.loading-wrapper,.slide-side .border{
    background:rgba(255,255,255,0.95);
    color:#000;
}
.tabs ul li.active a, .tabs ul li.active button.a{
    background:rgba(255,255,255,0.95);
}
.player-side .border .grey,.bg-white .grey,.slide-side .border .grey{
    color:#999 !important;
}

.agenda-table td.keynote,.agenda-key-circle.keynote{
    background:rgba(200, 200, 255, 0.3) !important;
}
.agenda-table td.live,.agenda-key-circle.live{
    background:rgba(255, 0, 0, 0.3) !important;
}

/* cv
.agenda-table tr:nth-child(even){
    background:transparent;
}
.powered-by-veracast-component img{
    opacity:0;
}
.powered-by-veracast-component{
    background:url(/images/vera_copyright_light.png) top 5px center no-repeat;
    color:#aaa;
}
.event-list-component table.datatable tr:nth-child(even){
    background:transparent;
}
.event-list-component .datatable tr.linked:hover{
    background:rgba(255,255,255,0.1);
}
.datatable th.sortable:hover{
    color:#eee;
}
.cv-tabs{
    background:#fff;
}*/