







/* ___________________ program-specific stylesheet for officials ______________________ */

#header-top,
#header-bottom {
    background-color: linear-gradient(to bottom, #00656A 40%, #062f31 100%) !important;
}

#header-banner {
    background-image: url('/koala_final/contents/images/generic/officials/header-banner-pre-login.jpg');
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/generic/officials/header-banner-post-login.jpg');
}

#header-banner-text-small {
    background-image: url('/koala_final/contents/images/generic/officials/header-banner-text-small.png');
}

.btn-secondary {
	color: #fff;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #585757;
	border-color: #585757;
}

.btn-neutral {
    background-color: #4E4D4D;
    color: #efefef;
}

#header .nav-item.active .nav-link {
    color: #585757 !important;
}

#header .nav-item.active .nav-link {
	color: #00f3ff !important;
}

#footer .btn-neutral,
#header .btn-neutral {
    border-color: #9f9f9f;
}

#footer .btn-neutral:hover,
#header .btn-neutral:hover {
    border-color: #9f9f9f;
}

.ribbon-hr {
    background-color: linear-gradient(to bottom, #00656A 40%, #062f31 100%);

}

.question-box {
    background-color: linear-gradient(to bottom, #062f31 20%, #00656A 100%);
}

.card.completed .card-header:after,
.nav-link.completed h5:after,
table td.selected-row:last-of-type:after {
    color: #009199 !important;
    text-shadow: -1px -1px 0 #062f31, 1px -1px 0 #062f31, -1px 1px 0 #062f31, 1px 1px 0 #062f31;
}

.jstree-search-group button.clearSearch {
    color: #fff;
    background-color: #00656A;
    border-color: #00656A;
}

.jstree-search-group button.clearSearch:hover {
    background-color: #008991;
    border-color: #008991;
    color: #fff;
}

.jstree-search-group button.showSelected {
    color: #fff;
}

.jstree-search-group button.showSelected:hover {
    color: <#=neutralProgramColor%>;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #00656A !important;
}

.nav-pills .nav-link.active:hover {
    color: #fff !important;
    background-color: #008991 !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, 145, 153, 0.45);
    border-color: rgba(0, 145, 153, 0.45);
}

