/*Header for loginlogout page*/
.loginlogout_header{
	color: #990000;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    /*margin-top : 30px;*/
}

/*body for loginlogout page*/
.loginlogout_body{
	/*background: #EEEEEE;
    padding: 5px;
    border : 1px solid #000;*/
   /* height : 140px;*/

	/*background-image: url("http://www.imngmedicalmedia.com/fileadmin/images/imm/interstial_blend_bg.jpg");*/
    background-position: left top;
    background-repeat: repeat-x;
    border-color: #000000;
    border-style: solid;
    border-width: 0;
    /*float: left;
    margin: 0;*/
    /*padding: 20px 0 0;*/
    text-align: left;
    /*width: 100%;*/
    z-index: 6;
}

#loginlogout_body_header{
	padding : 10px;
	/*margin-bottom: 25px;*/
}

#loginlogout_body_content_left_right{
	padding-bottom: 20px;
    padding-left: 20px;
}

#loginlogout_body_content_left{
	border-right: 1px solid;
    /*float: left;
    width: 50%;
    min-height: 210px;
    padding-right : 10px;*/
}

#loginlogout_body_content_left_header{
	font-size: 24px;
	color: #CC3333;
	line-height: 16px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 20px;

}

#loginlogout_body_content_left_register_btn{
	margin-top: 20px;
}

#loginlogout_body_content_left_register_btn input[type="button"]{
	margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 120px; 
    padding:0 3px 0 3px;
    background-color:#cc3333;color:#ffffff;
    font-size:18px;
    padding: 5px;
    font-weigh:normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid gray;
    width: 200px;
    cursor: pointer;
}

  #lookup_btn{
	margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px; 
    padding:0 3px 0 3px;
    background-color:#cc3333;color:#ffffff;
    font-size:18px;
    padding: 5px;
    font-weigh:normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid gray;
    width: 200px;
}

#lookup_div {
	margin-bottom: 30px; 
	margin-top:10px;
	font-size: 16px;
	font-weight: bold;
	background-color: #eeeeee; 
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#loginlogout_body_content_right{
	float: left;
    margin-left: 20px;
    width: 45%;
}


.loginlogout_body input[type='submit']{
	/*margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 100px; 
    padding:0 3px 0 3px;*/
    background-color:#cc3333;color:#ffffff;
    font-size:18px;
    /*padding: 5px;*/
    font-weigh:normal;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid gray;*/
	/*width: 200px;*/
	cursor: pointer;
}

.loginlogout_body input[type='text'],input[type='password']{
	/*border: 1px solid #CCCCCC;
    font-size: 15px;
    height: 25px;
    width: 249px;*/
}
.loginlogout_left{
	float : left;
	width : 35%;
	margin-top : 10px;
	margin-left : 10px;
}

.loginlogout_middle{
	float : left;
	width : 1px;
	height : 110px;
	border-right : 1px dotted #990000;
	margin-left : 65px;
}
.loginlogout_right{
	float : left;
	margin-left : 95px;
	margin-top : 20px;

}

.loginlogout_registerHead{
	color : #990000;
    font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size : 15px;
}

.loginlogout_registerBody{
	font-size: 14px;
    margin-left: 10px;
    margin-top: 20px;
}

/*Err block*/
.loginlogout_err{
	background: none repeat scroll 0 0 #EEE;
    border: 1px solid #EEE;
    color: #FF0000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

/*Username Block includes username text div and input div*/
.username_block{
	height: 30px;
    margin-bottom: 15px;
    margin-top: 14px;
}

/*username text*/
.loginlogout_username_text{
	float: left;
	/*width : 100px;*/
	font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    /*margin-top: 5px;*/
}

/*username input*/
.loginlogout_username_input{
	float: left;
}

/*Password Block includes password text div and input div*/
.passwd_block{
	height: 30px;
	marign-top:3px;
	margin-bottom: 20px;
}

/*password text*/
.loginlogout_passwd_text{
	float: left;
	/*width : 100px;*/
	font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    /*margin-top: 5px;*/
}

/*password input*/
.loginlogout_passwd_input{
	float: left;
}

/*login Button Block includes submit div*/
.login_button_block{
	margin-top: 20px;
}

/*login submit button*/
.loginlogout_submit_login{
	/*float: left;
	padding-left : 100px;*/
}

/*logout Button Block includes logout submit div*/
.logout_button_block{
	margin-top: 20px;
}

.forgot_password{
	margin-top: 10px;
	margin-left: 0px;
	padding-bottom: 3px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

.forgot_password a:link,
.forgot_password a:visited,
.forgot_password a:hover{
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	font-weight: bold;
	margin: 0px;
}

/*logout submit button*/
.loginlogout_submit_logout{
	/*float: left;*/
	padding-left : 300px;
	padding-top : 30px;	
}

.add_edit_error_div_lookup{
	background: none repeat scroll 0 0 #CCCCCC;
    color: #990000;
    font-weight: bold;
    font-size : 15px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    line-height : 17px;
}
#loginlogout_lookup_or,#loginlogout_lookup_contactadmin{
	 color: inherit;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
#loginlogout_lookup_register_btn input[type="button"],#display_form_submit input[type="button"]{
	background-color: #CC3333;
    /*border: 0 solid gray;
    border-radius: 10px 10px 10px 10px;*/
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    /*padding: 5px;
    width: 200px;*/
}

#form_display_main_lookup{
    font-family: Verdana,Arial,Helvetica,sans serif;
    padding: 0px;
    /*width: 97%;*/
}

#form_display_main_lookup #display_form_buttons{
	background: none repeat scroll 0 0 transparent;
    border: 0 none !important;
}

#form_display_main_lookup #display_form_submit{
	float : none;
}

#middle_bottom_new{
	margin : 0 auto!important;
	width : 100%;
}

#form_display_header_div #form_display_header_txt span.red-24px{
	line-height : 24px;
}

#loginlogout_body_content_right span.red-24px,#form_display_header_txt span.red-24px{
	line-height:24px;
	font-size: 24px;
	color: #CC3333;
	text-transform: none;
	font-weight: bold;
	margin: 0px;
}

.social-icon{
	height:30px;
	width: 30px;
}
.loginlogout_OrBreak{
	color: #777;
    font-size: 15px;
    margin: 15px;
    text-align:center;
}
.loginlogout_social_login{
	text-align:center;
}
.loginlogout_social_text{
	font-size: 16px;
    font-weight: bold;
    padding: 8px;
}

/* new */
#display_form_submit .submit-lookup {
	margin-top : 20px;
}

.form_display_question_txt label {
	font-size: 14px;
}


@media screen and  (max-width: 768px) {
	#loginlogout_body_content_left {
		border-right: none;
		border-bottom: 1px solid black;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	
}

