@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'CuprumRegular';
	src: url('../fonts/CuprumRegular.eot');
	src: url('../fonts/CuprumRegular.eot') format('embedded-opentype'), url('../fonts/CuprumRegular.woff2') format('woff2'), url('../fonts/CuprumRegular.woff') format('woff'), url('../fonts/CuprumRegular.ttf') format('truetype'), url('../fonts/CuprumRegular.svg#CuprumRegular') format('svg');
}
/*body {
	text-rendering: optimizeLegibility;
	font-family: 'CuprumRegular'; 
	background: url(assets/eDirectory/images/background.jpg) no-repeat 0 0;
    background-size: cover;
}*/
h1 {
	color: #323f9e;
	text-decoration: underline;
	margin: 0;
}
h2, h3 {
	text-align: center;
	padding: 10px;
	display: block;
	color: #BE5E3D;
	background: #ffffff;
}
/*h3 {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #ff0000;
}*/
header {
	text-align: center;
	margin: 20px;
}

h2, h3, h4 {
	margin: 0;
}
p {
	font-size: .9em;
	line-height: 1.4;
}
.inputcontainer {
	width: 250px; 	
}
.inputcontainer input {
	padding: 18px;
	box-sizing: border-box;
	width: 100%;
}
/*.pageOuter {
	margin-right: 20px;
}
.tableOuter {
	width: 100%;
	height: 530px;
	overflow: auto;
	margin-top: 10px;
}*/
th {
	text-align: center;
}
th, td {
	padding: 2px;
}
.table-responsive {
	overflow: auto;
}
table {
	margin: auto;
	background: #ffffff;
	margin-bottom: 0;
}
.table th {
	background: #EEEEEE !important;
}
.bgHighlight {
	text-align: center !important;
	background: indianred !important;
	color: #ffffff;
	font-size: 1.4em;
}
.bgLight {
	text-align: center !important;
	background: lightcoral !important;
	color: #ffffff;
	font-size: 1.2em;
}
.buttoncontainer {
	text-align: right;
}
.btn-print {
	padding: 10px;
	background: #DE7E5D;
	border: 0;
	color: white; /* font-weight: bold; */
	font-size: 16px;
	text-decoration: none;
}
.btn-print:hover {
	background: #BE5E3D;
	color: White !important;
	text-decoration: none !important;
	cursor: pointer;
}
.btn-download {
	margin: 10px;
	background: #090;
	color: #fff;
	padding: 10px;
	line-height: 100%;
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
}
.bgCMD {
	background: bisque !important;
	font-size: 18px;
	text-transform: uppercase;
}
.bgCMD >td >a, .bgCMD >td >span {
	font-size: 14px;
	text-decoration: none !important;
	background-color: transparent !important;
	text-transform: lowercase !important;
}
#mybook
{
    font-family: 'CuprumRegular'; 
    }
#mybook span {
	text-decoration: underline;
	background-color: yellow;
}
