
.ticket-open a, .ticket-closed a, .ticket-open a:visited, .ticket-closed a:visited {
	text-decoration: underline !important;
	color: #000 !important;
	font-weight: bold;
}

#fitem_id_cjs {
	display: none;
}

#fitem_id_coursecategory, #fitem_id_course {
	display: none;
}

#id_coursecategory, #id_course {
	color: #333 !important;
}

.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    color: #fff !important;
    background-color: #0070a8 !important;
}

#navwell {
    min-width: 200px;
    max-width: 200px;
}

.nav-tabs>.active>a:hover {
    color: #fff;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    color: #fff!important;
    background-color: #333!important;
    border-bottom-color: transparent!important;
    cursor: pointer;
}

.nav-tabs>.active>a:focus {
    color: #fff!important;
    background-color: #333!important;
}

.nav-tabs>.active:focus {
    background-color:#333;
}

.hd-border {
    border: 1px solid #dee2e6;
}

.hd-header {
    font-size: 130%;
    background-color: #0094c3;
    color: #ffffff;
    border: 1px solid #0094c3 !important;
    padding: 0.5rem !important;
}

.hd-type {
    background-color: rgba(0, 0, 0, .03);
}

.table-hover tbody tr:has(td.hd-type):hover {
    background-color: rgba(0, 0, 0, 0);
}
