form#user_form {
    max-width: 930px;
    background: #f4f3f3;
    padding: 31px 50px 50px 50px; 
	margin-bottom: 60px;
}
form#user_form .left input {
    width: 98%; 
}
form#user_form .left {
	width: 50%;
	display: inline-block;
	vertical-align:top;
	}
form#user_form .right input {
       width: 98%;
    margin-left: 2%;
}
form#user_form .right {
    width: 50%;
    display: inline-block;
}
.fm-button.change {
    right: 250px; 
    transition: ease-in 0.3s;
}
form#user_form .full input {
    width: 100%;
}
textarea#add_secondary_address {
    line-height: 2;
}

 form#user_form .full select {
    width: 100%;
	height: 50px;
	padding: 0 10px; 
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}
.member_company.full {
    margin-bottom: 20px;
}
input#company_membership_type_readonly {
    width: 96%;
}
div#sec_add_box {
    margin-bottom: 25px;
} 
.cls-center1 {
    text-align: center;
}
input#reset_btn {
       background: #00788a;
    border: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; 
    margin: 0 auto;
    padding: 6px 0;
    font-family: Helvetica-medium;
    display: inline-block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.cls-login {
    display: block;
    text-align: center;
    height: 0;
    position: relative;
    top: 60px; 
}

 form#user_form .full textarea {
    width: 100%;
	height: 130px;
	padding: 0 10px; 
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}

p.error {
	color: #ee2e24;
	position: relative; 
	bottom: 15px;
	margin: 0; 
}
div#tabs strong div a span {
    position: absolute;
    left: 2px;
    top: 171px;
    background: #037a8b;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
        min-width: 24.75%;
}
.board_member .user_list {
    width: 32%;
    display: inline-block;
	vertical-align: top;
}

form#user_form .left input, form#user_form .right input, form#user_form .full input
{ 
	height: 50px;
	padding: 0 10px; 
	margin-bottom: 20px; 
	border: 1px solid #e1e1e1;
}

.member_company_container {
    padding: 40px 40px 22px 40px;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    margin: 30px 0px 0px 0px;
	    position: relative;
    overflow: hidden;
}

.participate_committee_checkbox {
    position: relative;
    padding-left: 24px;
}
.participate_committee_checkbox input {
    position: absolute;
    top: 8px;
    left: 0;
}

.member_newsletter_checkbox {
    position: relative;
    padding-left: 24px;
}
.member_newsletter_checkbox input {
    position: absolute;
    top: 8px;
    left: 0;
}
form#user_form .submit input {
    border: 2px solid #037a8b;
    padding: 10px 50px;
    border-radius: 70px;
    transition: ease-in .2s;
    color: #037a8b;
    font-weight: 500;
    display: inline-block;
    background: transparent;
    margin-top: 20px;
}
form#user_form .submit input:hover {
    background: #037a8b;
    color: #fff;
}
h2.heading_data {
    margin-bottom: 30px;
}
/* checkbox style  */

.check-design {
     display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-design input  {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0px;
    z-index: 9999;
    margin-top: -4px;
    margin-right: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 23px !important;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    top: 6px;
    margin-bottom: 0 !important;
}

/* Create a custom checkbox */
.checkmark {
        position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #e2e2e2;
}

/* On mouse-over, add a grey background color */
.check-design:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-design input:checked ~ .checkmark {
    background-color: #00788a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-design input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-design .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cls-login-form h2 {
    color: #fff;
    text-align: center;
    background: #ee2e24;
}
.cls-login-form .vc_column-inner
{
	padding: 0;
}
p.status {
    margin-bottom: 0;
    color: #008800;
}
.cls-login-form h2 {
    color: #fff;
    text-align: center;
    background: #00788a;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 5px;
    font-family: Helvetica-medium;
}
.cls-login-form 
{
    max-width: 500px;
    margin: 30px auto 50px auto; 
    background: #ececec;
}
.wp_login_form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.wp_login_form {
    padding: 0 15px;
}
.wp_login_form input {
	width: 100%;
	padding: 4px 10px;
	border: none;
}
.wp_login_form label input { 
    width: auto;
    margin-right: 7px;
}

input#submitnewpass {
    background: #00788a;
    border: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 30%;
    margin: 0 auto; 
    padding: 6px 0;
    font-family: Helvetica-medium;
	    margin-bottom: 40px;
}

.wp_login_form  label {
    margin-top: 11px; 
    margin-bottom: 3px;
}
input#submitbtn {
    background: #00788a;
    border: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 30%;
    margin: 0 auto;  
    padding: 6px 0;
	font-family: Helvetica-medium;
}
/* End here  */
/* vertical tabber  */
.ui-tabs-vertical {    max-width: 100%;  min-height: 230px;}
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 25%; }  
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 73%; padding: 30px;}

.cls-tabber div#user_profile { 
    background: #f4f3f3;
}
 
.cls-tabber div#user_company_detail 
{
    background: #f4f3f3;
}
div#user_board_committee
{
	background: #f4f3f3;
}
.cls-tabber div#tabs {
    padding: 0; 
    border: none;
}

.cls-tabber ul{
    padding: 0;
    border: 0;
    background: transparent;
}

.cls-tabber .ui-tabs-vertical .ui-tabs-nav li
{
    border: none;
    background: #00788a;
    margin-bottom: 2px;
    border-radius: 0;
}
.cls-tabber .ui-tabs .ui-tabs-nav .ui-tabs-anchor span{    
    color: #fff;
}

/* end vertical tabber  */

/* User profile design */

div#userprofile .left, div#userprofile .right 
{
    width: 49%;
    display: inline-block;
}
div#userprofile .right 
{
    width: 49%;
    display: inline-block;
	position: relative;
	left: 1%;
}
div#userprofile input {
   height: 50px;
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    width: 100%;	
}
div#userprofile .left input {
    width: 97%;
}
a.btn.button.edit_profile {
    color: #fff;
	    font-size: 14px;
}
a.btn.button.update_profile {
    color: #fff;
	    font-size: 14px;
}
.cls-tabber .ui-tabs-vertical .ui-tabs-nav li.ui-state-active {
    background: rgba(0,120,138,0.8);
}
.cls-tabber .ui-tabs .ui-tabs-nav .ui-tabs-anchor {   
	padding: 1em 1em;
	display: block;
	width: 100%;    
}
.loading-image {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.1);
    display: block;
    position: absolute;
    margin: -40px 0px -30px -40px;
}
.loading-image img {
    position: absolute;
    left: 43%;
    right: 0; 
    bottom: 0;
    top: 45%;    
	    z-index: 9;
}
div#userprofile .member_company_container .loading-image {
    margin: -82px 0px -30px -40px;
}
form#user_form .member_company.full {
    margin-bottom: 0px;
}
form#user_form .member_company_container {    
    margin: 30px 0px 30px 0px;
}
.user_content.col-md-10 p {
    margin-bottom: 0;
	    font-size: 14px;
}
.user_image.col-md-2 {
    padding-left: 0;
	    padding-right: 0;
}
.board_member {
    margin-bottom: 30px;
}
.user_list.col-md-12 {
    margin-bottom: 15px;
}
p.user_name {
    font-weight: 600;
}
div#user_board_committee h3 {
    color: #00788a;
    padding-bottom: 10px;
}
div#user_company_detail {
    font-size: 14px;
}
/* End profile design */

@media(min-width: 500px) and (max-width: 1150px)
{
	.board_member .user_list 
	{
		width: 49%;
		display: inline-block;
		vertical-align:top;
	}
}
@media (max-width: 500px)
{
	.board_member .user_list 
	{
		width: 100%;
		display: inline-block;
	}
}

@media(min-width: 768px) and (max-width: 900px)
{
	.member_company_container 
	{
		padding: 20px 20px 22px 20px; 
	}
	.cls-tabber .ui-tabs .ui-tabs-nav .ui-tabs-anchor span 
	{    
		font-size: 12.5px; 
	}
}
@media(max-width: 767px)
{
	
	div#userprofile .member_company_container .loading-image {
		margin: -82px 0px 0px -15px !important;
	}
	
	form#user_form .loading-image 
	{
		height: 100%;
		width: 100%; 
		background: rgba(0,0,0,0.1);
		display: block;
		position: absolute;
		margin: -40px 0px -30px -15px;
	}
	div#userprofile .left input {
		width: 100%;
	}
	div#userprofile .left, div#userprofile .right 
	{
		width: 100%;
		display: inline-block;
	}	
	.user_content.col-md-10 { 
		padding-left: 0;
		margin-top: 10px;
	}
	input#submitbtn 
	{
		max-width: 100%;    
		margin-left: 0%;     
	}
	.cls-login-form h2 
	{
		font-size: 24px;    
	}
	form#user_form .left 
	{
    width: 100%;
    display: inline-block;
	    vertical-align: top;
	}
	form#user_form .left input {
		width: 100%;
	}
	form#user_form .right 
	{
    width: 100%;
    display: inline-block;
	}
	form#user_form .right input {
		width: 100%;
		margin-left: 0%;
	}
	.member_company_container 
	{ 
		padding: 40px 15px 22px 15px;     
	}
	form#user_form 
	{
		padding: 31px 15px 50px 15px; 
	}
	div#userprofile .right {    
		left: 0%;
	}
	.checkmark 
	{
		left: 4px;
	}
}
@media(max-width: 767px)
{
	
	ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
		margin-bottom: 60px;
	}
	div#tabs strong div a span {
		min-width: 99.1%;
	}
	.ui-tabs-vertical .ui-tabs-panel 
	{
		width: 100%;
		padding:1em 1em;		
		margin-top: 10px;
	}
	.ui-tabs-vertical .ui-tabs-nav 
	{    
		width: 100%;
	}
	
	
}

