body {
	/*  padding-top: 10px;
  padding-bottom: 20px; */
	/* background-image: url('bground.png'); */
	background-repeat: no-repeat;
	background-color: #0a3279;
}

h2 {
	font-size: 28px;
	font-weight: 700;
}

.regular-font-size {
	font-size: 100%;
}

.red-mark-text {
	font-size: 120%;
	color: red;
}

.jumbotron p {
	font-size: 14px;
}

.note-text {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000099;
}

#banner, #footerbanner {
	text-align: center;
}

.my-table {
	overflow-x: auto;
}

.error {
	color: #ef0000;
	font-weight: normal;
	font-size: 100%
}

.serarchbtn {
	line-height: 98%;
}

.logo {
	text-align: center;
}

.logo a {
	color: hsl(34, 25%, 93%);
	font-size: 28px;
	/* font-family: 'open_sanscondensed_light'; */
	text-decoration: none;
	padding-top: 15px;
}

@media ( max-width : 768px) {
	.logo a {
		font-size: 24px;
		padding-top: 15px;
	}
}

@media only screen and (max-width: 970px) {
	#footerbanner {
		visibility: hidden;
	}
}

.navbar-home {
	margin-left: -15px;
	color: #777;
	float: left;
	height: 50px;
	line-height: 20px;
	padding: 15px;
}

.navbar {
	margin-bottom: 5px;
	margin-top: -2px;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* @media (min-width: 767px) {
.navbar-form {
padding: 0px;
}
} */

/* @media (min-width: @screen-xs-min) {
.navbar-form {
margin: 0px;
}
} */
.container {
	background-color: hsl(0, 100%, 100%);
	border-radius: 6px;
}

/* jumbotron layout 
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	.container .jumbotron {
		padding-right: 20px;
		padding-left: 40px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#navhome {
		margin-left: -30px;
	}
}

/* products CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns */
.container .products {
	margin-bottom: 20px;
	text-align: center;
}

.products h2 {
	font-weight: normal;
}

.products .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}

.footer-info {
	text-align: center;
	background-color: #d9edf7;
	margin-bottom: -2px;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
	border-color: #bce8f1;
	border-radius: 4px;
}

.breadcrumb {
	margin-bottom: 10px;
	border-bottom: 1px solid;
	border-bottom-color: hsl(240, 41%, 86%);
	background-color: hsl(0, 100%, 100%);
}

.cart {
	margin-top: 7px;
}

.form-horizontal {
	background-color: hsl(0, 0%, 96%);
	background-repeat: repeat-x;
	border-radius: 4px;
	padding: 15px;
	font-size: 14px;
}

.form-horizontal hr {
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid hsl(240, 41%, 86%);
}

.form-group.required .control-label::after {
	color: #d00;
	content: "*";
	position: absolute;
	margin-left: 8px;
	top: 7px;
}

#headertitle {
	font-weight: bold;
	font-size: 200%;
}

h3 {
	text-align: center;
	color: hsl(223, 62%, 35%);
}

.date-form {
	margin: 10px;
}

label.control-label span {
	cursor: pointer;
}

.table-7striped>tbody>tr:nth-child(8n+1), tr:nth-child(8n+2), tr:nth-child(8n+3),
	tr:nth-child(8n+4)>td, .table-7striped>tbody>tr:nth-child(8n+1), tr:nth-child(8n+2),
	tr:nth-child(8n+3), tr:nth-child(8n+4)>th {
	background-color: #f9f9f9;
}

.form-control-error {
	display: inline;
	width: 80%;
	height: 34px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: bold;
	color: #900;
}

/* help pages style
-------------------------------------------------- */
.help-style h4 {
	color: black;
	text-align: left;
}

.help-style h2 {
	margin-top: 0px;
}

p.padding {
	padding-left: 5%;
	padding-right: 5%;
}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	max-height: 90%;
}

img.responsive {
	width : 100% ;
	height: auto;
}