/* custom styles for override the default styles */
/* ============================================= */


/* START login data collection */

.login-footer-text a {
	color: #ffa500 !important;
}
.login-form-holder form a {
    color: #ffa500 !important;
}
.login-form-holder form button, .login-form-holder form input[type="submit"] {
    background-color: #ffa500 !important;
    border-color: #ffa500 !important;
}

/* hide the checkbox in order it looks like normal text */
.live-checkbox .checkbox-group .radio-checkbox-cntr input[type=checkbox], [type=radio], legend {
    display: none;
}

/* display text in 100% instead of 90% */ 
.login-form-holder form .checkbox-group .radio-checkbox-cntr label {
    width: 100% !important;
}

.disabled {
    background-color: #9f9f9f !important;
    border-color: #9f9f9f !important;
}

/* END login data collection */

/* ALERT */
.toast__alert {
    background-color: #ffa500 !important;
}
/* ALERT */

/* START tab menu */

.tabmenu-cntr-link:hover .icon-speaker:before,
.tabmenu-cntr-link:hover .icon-contact:before,
.tabmenu-cntr-link:hover .icon-download-area:before,
.tabmenu-cntr-link:hover .icon-settings:before,
.tabmenu-cntr-link:hover .icon-questions:before,
.tabmenu-cntr-link:hover .icon-chapters:before{
    color: #ffa500 !important;
}
.tabmenu-cntr__item.active .icon-speaker:before,
.tabmenu-cntr__item.active .icon-contact:before,
.tabmenu-cntr__item.active .icon-download-area:before,
.tabmenu-cntr__item.active .icon-settings:before,
.tabmenu-cntr__item.active .icon-questions:before,
.tabmenu-cntr__item.active .icon-chapters:before{
    color: #ffa500 !important;
}

/* END tab menu */


/* START buttons and other icons */
.presentation-area-company-dtls__item-link:hover {
    color: #ffa500 !important;
}
.presentation-area-speaker-tab-dtls__details-text {
    border-bottom: 4px solid #ffa500 !important;
}
.footer-links-socialmedia__links:hover {
    color: #ffa500 !important;
}
.presentation-area-download-tab-dtls__item-link:hover {
    color: #ffa500 !important;
}

.presentation-area-download-tab-dtls__link:hover {
    color: #ffa500 !important;
}

/* END buttons and other icons */


/* START controls live */

.volume-sliderbar-cntr__icon:hover {
    color: #ffa500;
	cursor: pointer !important;
}

.live-sliderbar-cntr__icon:hover {
    color: #ffa500 !important;
	cursor: pointer !important;
}

.live-sliderbar-cntr.live-sliderbar-cntr__slidebar:hover {
   color: #ffa500 !important;
   cursor: pointer !important;
}
/* END controls live */

/* START controls replay */

.desktop-footer-cntr__sliders .replay-sliderbar-cntr__icon:hover {
    color: #ffa500 !important;
}

.desktop-footer-cntr .replay-sliderbar-cntr__icon:hover {
  color: #ffa500 !important;
}

.desktop-footer-cntr .chapter-button:hover {
  color: #ffa500;
}
.icon-chapters:hover {
  color: #ffa500;
} 

/* END controls replay */




/* Old firefox styling */

@-moz-document url-prefix() {
	.table .table__table-cell img {
		max-width: calc(100vw - 365px) !important;
	}
	
}

@-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
        /* Stylo */
         .table .table__table-cell img {
			max-width: 100% !important;
		}
		
	}
}

@-moz-document url-prefix() {
    @supports not (animation: calc(0s)) {
        /* Gecko */
         .table .table__table-cell img {
			max-width: calc(100vw - 365px) !important;
		}
		
    }
}


/* ------------------------------------ end ---------------------------------- */
