
/* Header - border */
.inquiry-container.container-fluid{
	background-color: white;
	/*padding-bottom: 5px;*/
	font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 639px){
	.inquiry-container.container-fluid{
       margin-left : -0.5em;
       margin-right : -0.5em;
	}
}


.inquiry-container table {
	margin: 5px;
	border: 0px;
}

.inquiry-container td {
	vertical-align: top;
	border: 0px !important;
}

/* Header - overall */
.inquiry-navrow {
	padding-bottom : 10px;
	background-color: #e6f2ff;
	overflow : hidden;
}


@media (min-width: 767px){
	.inquiry-navrow {
		margin-left : -25px;
		margin-right : -25px;
	}
}
/* Report title at the top */
.inquiry-doctitle {
	color: dodgerblue;
	font-size: 0.9em;
	font-weight: 700;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 5px;
	padding-top: 0.5em;
    text-align: left;
	width: 100%;
}
/* Table of contents button */
.inquiry-opennav {
	background-color: #6db7ff;
	color: black;
	font-size: 0.85em;
	font-weight: 700;
	cursor: pointer;
    float: left;
	margin: 3px 5px 0px 5px;
	padding: 5px 10px;
}

/* Previous/Next button container */
.inquiry-title {
	font-size: 0.85em;
	font-weight: 600;
	cursor: pointer;
    /* margin-left: 60px; */
	margin-top: 3px;
	float: left;
}

/* Header - Previous/Next button shape */
.inquiry-navrow a {
	border-radius: 1px;
	display: inline-block;
	font-weight: 600;
	margin: 0px 5px;
	padding: 5px 10px;
	text-decoration: none;
}

/* Previous/next button mouseover shadow */
 .inquiry-navrow a:hover {
	/* box-shadow: 0 0 3px 2px darkgray; */
	background-color: white;
	color: dodgerblue;
}

/* Header - Previous button colour/font */
.inquiry-navrow .inquiry-previous {
	background-color: dodgerblue;
	color: white;
}

/* Back to inquiry page button */
a.inquiry-back {
	background-color: dimgray;
	color: white;
}

/* Header - Next button colour/font */
.inquiry-navrow .inquiry-next {
	background-color: dodgerblue;
	color: white;
}	

/* Header - Previous button colour/font (first) */
.inquiry-navrow .inquiry-previous.disabled{
 	pointer-events: none;
 	cursor: default;
 	background-color: darkgray;
 	color: white;   
}

/* Header - Next button colour/font (last) */
.inquiry-navrow .inquiry-next.disabled{
 	pointer-events: none;
 	cursor: default;
 	background-color: darkgray;
 	color: white;
}

.inquiry-section {
	font-size: 0.85em;
	font-weight: 600;
	margin-top: 0.7em;
	padding-left: 5px;
	float: left;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#inquiry-main {
    transition: margin-left .5s;
    padding: 0px;
	padding-top:0px;
	display: block;
	height: 100%;		
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
}

iframe#page {
	width: 100%;
	height: 550px;
	font-family: 'Open Sans', sans-serif;
}


