/* custom styles for override the default styles */
/* ============================================= */


/* START registration and login */

.company-info-container a, .form-title a, .remainder-info a {
	color: #003087 !important;
}

.mandatory {
    color: #003087 !important;
}

.formulate-input[data-classification=button] button[disabled] {
    background-color: #cecece !important;
    border-color: #cecece !important;
}

.formulate-input[data-classification=button] button {
    background-color: #003087 !important;
	border-color: #003087! important;
}

.form-container .form-container-footer .button {
    background-color:  #003087 !important;
	color: #fff !important;
}

.formulate-input-label a {
    color: #003087 !important;
}

.formulate-form .formulate-form-alerts .formulate-form-error {
    color: #003087 !important;
}

.form-container .form-container-footer a {
    color: #0030875 !important;
}
/* END registration and login */


/* ALERT */
.toast__alert {
    background-color: #003087 !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: #003087 !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: #003087 !important;
}
/*.footer-links-socialmedia__item {
    display: none !important;
    border-right: 0px solid #fff !important;
}
*/
/* END tab menu */


/* START buttons and other icons */
.presentation-area-company-dtls__item-link:hover {
    color: #003087 !important;
}
.presentation-area-speaker-tab-dtls__details-text {
    border-bottom: 4px solid #003087 !important;
}
.footer-links-socialmedia__links:hover {
    color: #003087 !important;
}
.presentation-area-download-tab-dtls__item-link:hover {
    color: #003087 !important;
}
.presentation-area-download-tab-dtls__link:hover {
    color: #003087 !important;
}
/* END buttons and other icons */


/* START controls live */
.volume-sliderbar-cntr__icon:hover {
    color: #003087;
	cursor: pointer !important;
}
.live-sliderbar-cntr__icon:hover {
    color: #003087 !important;
	cursor: pointer !important;
}
.live-sliderbar-cntr.live-sliderbar-cntr__slidebar:hover {
   color: #003087 !important;
   cursor: pointer !important;
}
/* END controls live */


/* START controls replay */
.desktop-footer-cntr__sliders .replay-sliderbar-cntr__icon:hover {
    color: #003087 !important;
}
.desktop-footer-cntr .replay-sliderbar-cntr__icon:hover {
  color: #003087 !important;
}
.desktop-footer-cntr .chapter-button:hover {
  color: #003087;
}

.default-theme .desktop-footer-cntr__sliders .p-slider:not(.p-disabled) .p-slider-handle, .default-theme .mobile-replay-slider .p-slider:not(.p-disabled) .p-slider-handle {
    background: #003087 !important;
    border-color: #003087 !important;
}

.default-theme .desktop-footer-cntr__sliders .p-slider .p-slider-handle:focus, .default-theme .mobile-replay-slider .p-slider .p-slider-handle:focus {
    box-shadow: 0 0 0 0.2rem #004da3 !important;
}

/* END controls replay */


/* ------------------------------------ end ---------------------------------- */
