







/* ___________________ custom stylesheet for client ______________________ */

* {
    font-family: 'Calibri Regular', 'Calibri', 'Geneva', Arial, sans-serif;
}


#header.pre-login #header-top {
    background-image: unset;
}

#header-top,
#header-bottom {
    background: #003E70 !important;
}

#header-top {
    border-bottom: 3px inset #D03940;
}

#header-banner {
    background-image: url('/koala_final/contents/images/en/echl/header-banner-pre-login.jpg');
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/en/echl/header-banner-post-login.jpg');
}

#header-banner-text-small {
    background-image: url('/koala_final/contents/images/en/echl/header-banner-text-small.png');
}

#header-banner-text-large,
#header-banner-text-small {
    color: #FFFFFF;
}

#content-top-hr {
    background-color: #D03940 !important;
}

/* Change text-shadow on header-banner-text (color already white, make black stroke) */
#header-banner-text {
	text-shadow: transparent 0px 0px 0px, #000 1px 2px 1px;
    filter: glow(color=black,strength=1);
	text-shadow: -1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}

#accessibility-badge {
    display:none;
}

.btn-primary {
	background-color: #D03940;
}

.btn-primary:hover {
	background-color: #003E70;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #D03940;
}

#login-form button {
    background-color: #D03940;
}

#login-form button:hover {
    background-color: #003E70;
}

#header .nav-item.active .nav-link {
    color: #D03940 !important;
}

#header .nav-link:hover,
#header .nav-link:focus {
	color: #FCFCFC !important;
}

a:not(.btn):hover,
a:not(.btn):focus {
	text-decoration: underline !important;
	color: #003E70 !important;
	font-weight: bold;
}

.question-box {
    background-image: unset;
    border: unset;
    background: #003E70;
}

.btn-neutral {
    color: #ddd;
    background-color: #D03940;
}

.jstree-search-group button.clearSearch {
    border-color: #D03940;
    background-color: #D03940;
}

.jstree-search-group button.showSelected {
    color: #fff;
    background-color: #003E70;
    border-color: #003E70;
}

.jstree-search-group button.clearSearch:hover {
    background-color: #ec7381;
    border-color: #ec7381;
    color: #fff;
}

.jstree-search-group button.showSelected:hover {
    background-color: #3c7cb1;
    border-color: #3c7cb1;
}

/* Customize focus state color */
.form-control:focus,
.form-control input[type="radio"]:focus,
.form-control input[type="checkbox"]:focus,
.btn-primary:focus,
.btn-secondary:focus,
table tr:focus,
#skip-navbar:focus,
.jstree-search-group button:focus,
.jstree-search-field:focus,
.checkbox-slider input[type="checkbox"]:focus + *:before,
.checkbox-slider--default input[type="checkbox"]:focus + *:before,
.checkbox-slider--a-rounded input[type="checkbox"]:focus + *:before,
.checkbox-slider--a input[type="checkbox"]:focus + *:before,
.checkbox-slider--b input[type="checkbox"]:focus + *:before,
.checkbox-slider--b-flat input[type="checkbox"]:focus + *:before,
.checkbox-slider--c input[type="checkbox"]:focus + *:before,
.checkbox-slider--c-weight input[type="checkbox"]:focus + *:before,
.checkbox-toggle input[type="checkbox"]:focus + *:before {
    box-shadow: 0 0 0 0.2rem rgba(208, 57, 65, 0.45);
    border-color: rgba(208, 57, 65, 0.45);
}