







/* ___________________ program-specific stylesheet for activity leader - note generic/style.jsp has most default settings for al generic! ______________________ */

#header-top,
#header-bottom {
    background-color: linear-gradient(to bottom, #554F51 40%, #211d1e 100%) !important;
}

#header-banner {
    background-image: url('/koala_final/contents/images/generic/activityleader/header-banner-pre-login.jpg');
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/generic/activityleader/header-banner-post-login.jpg');
}

#header-banner-text-small {
    background-image: url('/koala_final/contents/images/generic/activityleader/header-banner-text-small.png');
}

#header .nav-item.active .nav-link {
    color: #1DEB2D !important;
}

#footer-top {
    background-color: linear-gradient(to bottom, #554F51 40%, #211d1e 100%) !important;
}

#footer .btn-neutral,
#header .btn-neutral {
    border-color: #9f9f9f;
}

#footer .btn-neutral:hover,
#header .btn-neutral:hover {
    border-color: #9f9f9f;
}

.question-box {
    background-color: #118fcb;
    background: linear-gradient(to bottom, #118fcb 40%,  #54c3e5 100%);
}

.btn-secondary {
	color: #fff;
	background-color: #11B91E;
	border-color: #9f9f9f;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #1DEB2D;
	border-color: #9f9f9f;
}

.btn-neutral {
    background-color: #999;
    border-color: #bbb !important;
    color: #efefef;
}

.jstree-search-group button.clearSearch {
    border-color: #118fcb;
    background-color: #118fcb;
    color: #fff;
}

.jstree-search-group button.showSelected {
    color: #fff;
}

.jstree-search-group button.clearSearch:hover {
    background-color: #54c3e5;
    border-color: #54c3e5;
    color: #554F51;
}

.jstree-search-group button.showSelected:hover {
    background-color: #1DEB2D;
    border-color: #1DEB2D;
    color: #554F51;
}

/* 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(17, 143, 203, 0.45);
    border-color: rgba(17, 143, 203, 0.45);
}
