/*
 * Binaa Framework
 * Last Mod: 18/12/2015
 *
 */

html,
body,
figure,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

html {
	font-family: arial, sans-serif;
}

img {
	border: 0;
}

body {
	font-size: 1em;
}

a {
	color: #00549a;
	text-decoration: none;
}

a:hover, a:focus {
	color: #003663;
	text-decoration: underline;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.block {
	display: block;
}

.hide-but-read,
.offset {
	position: fixed;
	top: -99px;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.image-max {
	width: 100%;
}

/* block skip */

.skip {
	position: absolute;
	left: -999px;
}

.skip:focus,
.skip:hover {
	position: absolute;
	top: auto;
	
	background: #000;
	color: #fff;
}

.mark-block {
	outline: 1px solid #000;
}

/* blocks skip */

.blocks-skip a {
	position: absolute;
	left: -999px;
	right: 0;
	padding: 10px;
	z-index: 9999;
}

.blocks-skip a:hover {
	background: #000;
	color: #fff;
}

.blocks-skip a:focus {
	top: 0;
	background: #000;
	color: #fff;
}

/* pdf viewer */

.pdf-holder {
	border: 1px solid #cdcdcd;
	padding: 1px;
}
.pdf-holder iframe {
	display: block;
}
.pdf {
	background: #f1f1f1;
	padding: 5px;
	display: block;
	margin-top: 1px;
}

.pdf em {
	margin-left: 5px;
}

/**/

.grid-table {
	display: table;
	width: 100%;
}

.grid-table .col {
	display: table-cell;
	vertical-align: middle;
}