html,
body {
	color: var(--dark);
}

#logoLeft {
	max-height: 36px !important;
}

#next,
#previous {
	box-shadow: 5px 5px 100px 15px var(--white) !important;
}

#topNavHighlight {
	display: none !important;
	opacity: 0 !important;
}

.audio-instruction {
	border-radius: 30px;
	border: 4px solid rgb(4, 80, 160);
	width: 125px;
	height: 47px;
}

.audio-instruction:focus {
	outline: none;
}

.resource-bar-audio {
	width:  135px;
	min-width: 135px;
}

#resourceBar .resource-bar-link:not(p):hover,
#resourceBar .resource-bar-link:not(p):focus, 
.resource-bar-audio:hover,
.resource-bar-audio:focus {
	border: none !important;
	border-color: transparent;
	box-shadow: none;
}

.btn:focus, #resourceBar .resource-bar-link:focus, .btn.focus, #resourceBar .focus.resource-bar-link {
	box-shadow: 0 0 0 0.2rem var(--primary-dark);
}
	
.bg-primary-light, .item-horizontal:hover {
	background-color: var(--gray-200) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: var(--link-color) !important;
	background-color: var(--link-color) !important;
}

.resource-bar-folder .dropdown-toggle {
	background-color: transparent !important;
}

#emailHeaders {
	display: none !important;
}

@media (max-width: 767px) {
	#resourceBar .resource-bar-link {
		text-align: left !important;
	}
}

/* Hide images on review response page */
#rrItems img,
#rrItems p br { 
	display:none; 
}

.item-view.border-bottom {
	border-bottom: none !important;
}

#topResources > div > div > table > tbody > tr > td > table > tbody > tr > td,
#leftResources > div > div > table > tbody > tr > td > table > tbody > tr > td {
	height:3rem;
}
