body {
    padding-top: 0px;
    color: #363636;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 16px;	
/*	font-size:1.6rem;   */
    background-color: rgb(235,238,241);	
}
h1 {
    color: #4d4d4d;
   /* font-size: 1.62em;	
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 0.7em;
	*/
}
h2 {

 /*   font-family: Arial,Georgia,"Times New Roman",Times,serif; */
}
h3 {

 /*   font-family: Arial,Georgia,"Times New Roman",Times,serif; */
}
h4 {

   /* font-family: Arial,Georgia,"Times New Roman",Times,serif; */
}
a{
	font-weight: bold;
}
label{
	font-weight: bold;
	padding-left: 2px;
}
#contentContainer {
	margin: auto;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 1.1rem;
	min-height: 800px;
	background-color: #fff;

	border: 1px solid;
	border-color: #EBEBEB;
	border-radius: 6px;
  	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.33);
}
@media(min-width: 576px){
	#contentContainer{
		margin-top: 10px;
	}
	
}
.container {
	width: 100%;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border: 0px solid;
}
input[type=text] {
    line-height: 12px;
}
input[type=password] {
    line-height: 12px;
}
input[type=email] {
    line-height: 12px;
}
.regUlabel{
	margin-left: 5px;
}
/* ------- Sid top ------------- */
.topRegion{

        /* min-height: 200px; */
        border: 0px solid;
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin: 0px;
}
#topPicture {
	display: inline-block;
	padding-left: 5px;
	padding-bottom: 10px;
	float: left;
}
#topHeadline {
	/*
	display: inline-block;


	vertical-align: middle;
	margin-left: 50px;
	*/
}
.visible-lg{
display: inline;
}


.topRight{
        display: inline-block;
	float: right;
	text-align: right;
}
#topRightSignedIn {
	margin-top: 20px; margin-right: 10px;
}
/* ------- navigering --------------*/

#topNavWrapper {
	margin: 0px;
	padding: 0px;
}

#navbar-custom {
	background-color: #00447B;
	color: #fff;
	/*
		margin: 0px;
		border: 0px solid;
		border-top-right-radius: 0em;
		border-top-left-radius: 0em;
	*/
}
.navText{
	color: #fff;
}
.navbar-collapse-custom{
    font-size: 1.0em;
    line-height: 16px;
    padding: 0 15px;

}

.activeNav{

	font-weight: bolder;
	background-color: #4D7CA3;
	
}
.navLink{
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}
.activeNavLink {
	color: #fff;
	
}
.navButton{
	color: #fff !important;

}
.signedInName{
	color: #fff;
	font-weight: bold;
	font-size: 1.1rem;
}
.sGender{
	max-width:200px;
}
.maxInputWidth{
	max-width: 600px;
}
.form_ingress{	
	margin-bottom: 10px;
}
#pinCodeForm label {
	display: block;
	font-weight: bold;
}
#XrestorePwd{
	min-width: 480px;
	margin-top: 0px;
	padding-top: 0px;
}
#create_user_form {
	margin: auto;

	margin-bottom: 20px;

}
.help-block {
	display: inline;
	padding-left: 10px;
	color: rgb(220, 53, 69);
}
.labelExp{
	font-weight: 500;
	font-size: smaller;
	display: inline;
}
.debug {
	background-color: #fff;
	border: 1px solid;

	font-size: 120%;
	margin: 0px;
	padding: 2px;
	display: block;
	max-width: 800px;
}
#nominate label{
	padding-left: 5px;
	font-weight: normal;
}
.label_h4{
	display: inline-block;
}
.form_divider {

	display: block;
	
/*	background-color: #4D7CA3;		
	color: #FF0000;
*/
	background-color: rgb(1, 68, 123);	
	color: #00447B;
	height: 1px;
}
.formHeadlines {
	display: inline-block;
}
.clr {
	clear: both;
}
.conf_label {
/*
	float: left;
	width: 20%;

	display: inline-block;
	*/
	font-weight: 500;
}
.conf_value {
	/* display: block; */
	font-weight: bold;
}
.conf_label_2 {

	display: block;
}
.conf_textblock {
	border: 4px solid;
	border-color: #f0f5d6;
	background-color: #fafcf2;
	padding: 10px;
}

/* --- login form ----- */
.smalContainer {
	max-width: 800px;
}

.bigContainer {
	max-width: 1200px;
}

.floatRight{
	float: right;
}

.userAlert{
	margin-top: 10px;
}
.required{
	
	color: rgb(178, 0, 0);
	padding-left: 5px;
	font-weight: bold;
}
.exclamation_nav{
	padding-left: 5px;
	color: rgb(178, 0, 0);
}
.bottomRegion{
    background-color: #00447B !important;
	color: #fff;
	min-height: 50px;
}