/********************************************************/
/* Version: v1.0.0
/* Project: http://osfpmsa.org
/* Note: Primary Layout Setting
/****************************************************** */

/* Charset and Viewport Setting
/* ===================================================== */
@charset "utf-8";
@viewport {
	width: device-width !important;
	zoom: 1 !important;
}

@-o-viewport {
	width: device-width !important;
	zoom: 1 !important;
}

@-ms-viewport {
	width: device-width !important;
	zoom: 1 !important;
}

/* HTML Tag Settings
/* =====================================================
*/ body {
	color: #555e64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

a, a:link, a:focus, a:active, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0082dc;
	font-size: inherit;
	outline: none !important;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px auto 15px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #555E64;
	text-align: left;
}

.clearfix {
	display: block;
	clear: both;
	overflow: hidden;
}

/* Container Settings
/* =====================================================
*/ #bodyContainer, #headerContainer, #headerArea, #pageContainer,
#pageArea, #bannerContainer, #bannerArea {
	position: relative;
	width: 100%;
	min-width: 320px !important;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

#bodyContainer {
	min-height: 100%;
	overflow: hidden;
}

#headerContainer {
	height: 75px;
	position: fixed;
	z-index: 999999;
	background: #f5f5f5;
	border-bottom: 5px solid #eaeaea;
	overflow: visible;
}

#pageContainer {
	margin-top: 75px;
}

#bannerContainer {
	background: url(../../assets/images/banner/banner-bg.jpg) repeat-x 0px 0px;
	background-size: contain;
}

#headerArea, #contentArea {
	width: 100%;
	margin: 0px auto;
	padding: 0px 1.581027667984%;
	max-width: 1265px !important;
	overflow: inherit;
}

/* Header Area Settings
/* =====================================================
*/ #headerArea {
	padding: 15px 10px 0px;
	overflow: inherit;
	height: 100%;
}

#siteLogo, #siteLogo a {
	width: 175px;
	height: 45px;
	display: block;
	float: left;
	text-indent: -9999px;
	position: relative;
	z-index: 99999;
}

#siteLogo {
	margin: 0px auto;
	float: none;
}

#siteLogo a {
	background: url(../../assets/images/logo_osfpmsa.png) no-repeat 0px 0px;
	background-size: contain;
}

#globalNav {
	float: left;
	width: 100%;
	margin: 0px;
}

#globalNav .nav {
	padding: 0px;
	margin: 10px 0px;
	display: block;
}

#globalNav .nav li {
	display: block;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #e5e5e5;
}

#globalNav .nav li:first-child {
	border-top: none;
}

#globalNav .nav li a {
	font-size: 16px;
	padding: 15px 10px;
	display: block;
	color: #555E64;
	font-weight: bold;
}

#globalNav .nav li a:hover, #globalNav .nav li.active a {
	color: #0082dc;
	text-decoration: none;
}

#globalNav .nav li a:hover {
	background-color: #e5e5e5;
}

.navbar {
	position: absolute;
	right: 0px;
	left: auto;
	top: 12px;
}

.navbar-default {
	background: none;
	border: none;
}

#globalNav .navbar-toggle {
	margin-left: 15px;
	float: left;
}

#globalNav .container-fluid > .navbar-collapse,
#globalNav .container-fluid > .navbar-header {
	margin-left: 0px;
	margin-right: 0px;
}

#globalNav .navbar-collapse {
	margin-top: 12px !important;
	background-color: #f5f5f5;
}

#globalNav .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

#globalNav .collapse.in {
	-moz-border-radius: 0px 0px 10px 10px !important;
	-webkit-border-radius: 0px 0px 10px 10px !important;
	border-radius: 0px 0px 10px 10px !important;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
	border: 1px solid #eaeaea;
	border-top: none;
}

/* Banner Area Settings
/* =====================================================
*/ #bannerArea {
	width: 100%;
	max-width: 1000px !important;
	margin: 5% auto;
	padding: 50px 20px;
	text-align: center;
	border: 5px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(9, 136, 203, 0.7);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* Content Area Settings
/* =====================================================
*/ #contentArea {
	padding: 10px;
}

.dataBoxCol-2 .dataBox {
	display: block;
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}

.dataBoxCol-2 .dataBox section, #faqBox section {
	margin-bottom: 30px;
}

.page-title, .sub-title, .page-head, .data-head {
	font-weight: lighter;
	margin: 5px 0px 30px;
	text-transform: uppercase;
	color: #005b9a;
}

.page-title {
	font-size: 26px;
}

.page-head {
	font-size: 22px;
}

.sub-title {
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.page-note {
	color: #005b9a;
	font-size: 20px;
	margin: -25px 0px 30px;
}

.data-head {
	font-size: 18px;
	margin-bottom: 5px;
}

.data-head a {
	color: #005b9a;
}

.data-item {
	display: block;
	padding: 10px 0px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
}

.data-meta {
	display: block;
	color: #999;
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 5px;
}

.data-disc {
	display: block;
	padding-top: 15px;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}

.read-more {
	padding: 5px
}

.read-more:hover {
	background: #005b9a;
	color: #FFF;
	font-size: bold;
	text-decoration: none;
}

.item-list {
	margin: 10px 0px;
	padding: 0px;
}

.item-list li {
	list-style: none;
	padding: 8px 0px;
}

.item-list li label {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	width: 160px;
}

.item-list li ol {
	margin: 10px 0px;
}

.item-list li ol li {
	list-style: disc;
	padding: 3px 0px;
}

.itemCard, .ItemHead, .ItemData, .itemFoot {
	display: block;
	margin: 10px auto;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.itemCard {
	padding: 15px;
	border-bottom: 2px dotted #CCC;
	margin: 0px;
}

#contentArea .itemCard:nth-child(even) {
	background: #f5f5f5;
}

.ItemHead p, .itemFoot p {
	margin: 0px;
}

.itemFoot label {
	display: block;
	clear: both;
	margin-bottom: 15px;
}

.scroll-box-hr {
	overflow: hidden;
	overflow-x: auto;
}

.data-table {
	width: 100%;
	margin: 10px auto;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #C1C1C1;
}

.data-table th {
	background: #e6e6e6;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.data-table tbody th {
	text-align: left;
	background: #f6f6f6;
}

.data-table th, .data-table td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #C1C1C1;
}

.data-table td {
	text-align: left;
}

.data-table-alt tr:nth-child(even) td {
	background: #f5f5f5;
}

.data-table-center td {
	text-align: center !important;
	vertical-align: middle !important;
}

.data-table-colm3 th, .data-table-colm3 td {
	width: 33%;
}

.data-table-colm4 th, .data-table-colm4 td {
	width: 25%;
}

.data-table-w70, .data-table-w50, .data-table-w30 {
	width: 100%;
}

.data-table-auto {
	width: auto;
}

.no-border th, .no-border td {
	border: none;
}


/* Comman Settings
/* =====================================================
*/ .clear0, .clear5, .clear10, .clear15, .clear20, .clear25, .clear30 {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	display: block;
	overflow: hidden;
}

.clear5 {
	padding-top: 5px;
}

.clear10 {
	padding-top: 10px;
}

.clear15 {
	padding-top: 15px;
}

.clear20 {
	padding-top: 20px;
}

.clear25 {
	padding-top: 25px;
}

.clear30 {
	padding-top: 30px;
}

.ico24-pdf, .ico24-html {
	background: url(../../assets/images/sprite-icon-24.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	margin-right: 5px;
}

.ico24-pdf {
	background-position: 0px 0px;
}

.ico24-html {
	background-position: 0px -30px;
}


/* Responsive Settings
/* =====================================================
*/ @media (min-width: 768px) {
	#headerContainer {
		height: 100px;
	}

	#headerArea {
		padding: 25px 10px 0px 25px;
	}

	#siteLogo {
		margin: 0px;
		float: left;
	}

	#pageContainer {
		margin-top: 100px;
		margin-bottom: 50px;
	}

	#globalNav {
		float: right;
		width: auto;
		max-width: 1000px;
	}

	#globalNav .nav li {
		float: left;
		border-top: none;
	}

	#globalNav .nav li a {
		padding: 5px 20px;
	}

	#globalNav .nav li a:hover, #globalNav .nav li.active a {
		background: none;
	}

	.navbar-default {
		background: none;
		border: none;
	}

	#contentArea {
		padding: 20px;
	}

	.dataBoxCol-2 .dataBox {
		width: 50%;
		padding: 0px 20px;
		margin-bottom: 0px;
	}

	.data-table-w70 {
		width: 70%;
	}

	.data-table-w50 {
		width: 50%;
	}

	.data-table-w30 {
		width: 30%;
	}
}
