﻿#siteTitleMobile {
	display:none;
}

#siteNav {
	display:none;
}
img#siteBanner {
	display:none;
}

/* Text Banner */
#bannerWrapper .textBanner {display: block !important} /* turn on the text banner */
a#homeLink {display: none;} /* turn off the image banner */
#bannerWrapper {
	background-color: #623f99 !important;
	background-image: url(/SiteAssets/images/DepartmentBannerBG.png) !important;
	background-repeat: repeat-x;
	cursor: pointer;
}

#innerContainer #MSOZoneCell_WebPartWPQ7, #innerContainer #MSOZoneCell_WebPartWPQ6, #innerContainer #MSOZoneCell_WebPartWPQ5, #innerContainer #MSOZoneCell_WebPartWPQ4 {
	margin-bottom: 0 !important;
}


.hbrtReportBtn {
	display: inline-block; 
	text-decoration: none !important;
	background-color: #512698;
	color: #FFC82E !important;
	border: 3px solid #FFC82E;
	border-radius: 15px;
	margin: 15px 5% 35px 0;
	width: 27%;
	text-align: center;	
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

#hbrtBackToTop {
	position: fixed;
	bottom: 2%;
	right: 2%;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2%;
	background-color: #4D4D4F;
	color: #FFF !important;
	z-index: 5;
}

#hbrtBackToTop:hover {
	cursor: pointer !important;
}

#hbrtIncidentReportsTbl {
	width: 100% !important;
	max-width: 100% !important;
	background-color: #4D4D4F;
	border-spacing: 1px;
	border-collapse: separate !important;
}

#hbrtIncidentReportsTbl tr:first-child td {
	font-weight: bold !important;
	text-align: center; 
	font-size: 1.0em !important;
}

#hbrtIncidentReportsTbl td {
	background-color: #FFF;
	width: 8%;
	max-width: 8%;
}

#innerContainer ul li, #innerContainer ol li {
	padding: 5px 0 !important;
}


@media only screen and (min-width: 601px) and (max-width: 960px) {

.hbrtReportBtn {
	display: block;
	margin-top: 25px;
	width: 65%;
}

#hbrtBackToTop {
	left: 2%;
	right: auto;
}
}

@media only screen and (max-width: 600px) {

.hbrtReportBtn {
	width: 90%;
}
}



/***** REPORTS TABLE STYLES *****/


.hbrtIncidentReportsInfoHolder {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
}

.hbrtIncidentReport {
	float: left;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 10px;
	margin: 15px 0;
	box-sizing: border-box;
	background-color: #e6e6eb;
	border: 1px solid #131112;
}

.hbrtIncidentReportSection {
	float: left;
	position: relative;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}


.hbrtIncidentReportSectionIncident {
	width: 33.3%;
	max-width: 33.3%;
}

.hbrtIncidentReportSectionReporter {
	width: 33.3%;
	max-width: 33.3%;
}

.hbrtIncidentReportSectionResponse {
	width: 33.3%;
	max-width: 33.3%;
}


.hbrtIncidentReportHeading {
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	padding: 15px 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #131112;
}

.hbrtIncidentReportItem {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 7px 0;
	font-size: 0.9em !important;
}

.hbrtIncidentReportItemLabel {
	display: inline-block;
	font-weight: bold;
}

.hbrtIncidentReportItemData {
	display: inline-block;
}







.hbrtIncidentReportSectionFile {
	width: 100%;
	max-width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #a2a2a6;
}

.hbrtIncidentReportSectionFile .hbrtIncidentReportItem {
	float: left;
	position: relative;
	width: 25%;
	max-width: 25%;
}

.hbrtIncidentReportSectionFile .hbrtIncidentReportItem .hbrtIncidentReportItemLabel, .hbrtIncidentReportSectionFile .hbrtIncidentReportItem .hbrtIncidentReportItemData {
	display: inline-block;
	font-weight: bold;
}





@media only screen and (max-width: 600px) {


.hbrtIncidentReportSectionIncident {
	width: 100%;
	max-width: 100%;
}

.hbrtIncidentReportSectionReporter {
	width: 100%;
	max-width: 100%;
}

.hbrtIncidentReportSectionResponse {
	width: 100%;
	max-width: 100%;
}

.hbrtIncidentReportSectionFile .hbrtIncidentReportItem {
	width: 100%;
	max-width: 100%;
}



}

