







/* ___________________ program-specific stylesheet for parent - very similar to al ______________________ */

#header-top,
#header-bottom {
    background-color: linear-gradient(to bottom, #006592 40%, #004d6f 100%) !important;
}

#header-banner {
    background-image: url('/koala_final/contents/images/generic/parent/header-banner-pre-login.jpg');
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/generic/parent/header-banner-post-login.jpg');
}

#header-banner-text-small {
    background-image: url('/koala_final/contents/images/generic/parent/header-banner-text-small.png');
}


#header .nav-item.active .nav-link {
    color: #30bdff  !important;
}

#footer-top {
    background-color: linear-gradient(to bottom, #006592 40%, #004d6f 100%) !important;
}

#footer .btn-neutral,
#header .btn-neutral {
    border-color: #9f9f9f;
}

#footer .btn-neutral:hover,
#header .btn-neutral:hover {
    border-color: #9f9f9f;
}

a:not(.btn):hover {
    color: #008BC9 !important;
}

.ribbon-hr {
    background-color: linear-gradient(to bottom, #776F72 40%, #554F51 100%);
}

.question-box {
    background-color: #006592;
    background: linear-gradient(to bottom, #006592 40%,  #008BC9 100%);
}

.btn-secondary {
	color: #fff;
	background-color: #006592;
	border-color: #9f9f9f;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #008BC9;
	border-color: #9f9f9f;
}

.btn-neutral {
    background-color: #767676;
    color: #efefef;
}

.card.completed .card-header:after,
.nav-link.completed h5:after,
table td.selected-row:last-of-type:after {
    color: #008BC9 !important;
}

.jstree-search-group button.clearSearch {
    border-color: #554F51;
    background-color: #554F51;
    color: #fff;
}

.jstree-search-group button.showSelected {
    color: #fff;
}

.jstree-search-group button.clearSearch:hover {
    background-color: #776F72;
    border-color: #776F72;
    color: #efefef;
}

.jstree-search-group button.showSelected:hover {
    background-color: #008BC9;
    border-color: #008BC9;
    color: #efefef;
}

.nav-pills .nav-link.active:hover {
    color: #fff !important;
}

/* 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(0, 139, 201, 0.45);
    border-color: rgba(0, 139, 201, 0.45);
}
