/************** TOS ************************/
.ihc-tos-wrap{
	padding:4px 0 8px 0;
}
.ihc-tos-wrap input[type=checkbox]{
	margin:0 10px;
}
.ihc-tos-wrap a{
	color: #0074a2;
	text-decoration:none !important;
	font-size:14px;
}
.ihc-tos-wrap a:hover{
	text-decoration:underline !important;
}
.g-recaptcha-wrapper{
	text-align:center;
	margin:10px 5px;
}
.g-recaptcha{
	display:inline-block;
	vertical-align:middle;
}

/*=================REGISTER=====================*/
.iump-register-form{
	display:inline-block;
}
.iump-form-line-register{
	padding:10px 5px;
	border-bottom:1px solid #fafafa;
	box-sizing:border-box;
}
.iump-labels-register{
	min-width:140px;
	text-align:right;
	padding-right:15px;
	display: inline-block;
}
.iump-form-line-register select{
	min-width:177px;
	vertical-align: middle;
}
.iump-form-line-register .iump-form-checkbox, .iump-form-line-register .iump-form-radiobox{
	margin-bottom:5px;
	margin-right:10px;
}
.iump-form-line-register .iump-form-checkbox input, .iump-form-line-register .iump-form-radiobox input{
	margin-right:5px;
    vertical-align: inherit;
}

.iump-form-line-register .iump-form-sublabel{
	clear:both;
	font-size:11px;
	color:#999;
	display:block;
}
.ihc-member-photo {
    border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(136, 136, 136);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(136, 136, 136);
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: rgb(136, 136, 136);
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width: 100%;
    width: 120px;
	height:120px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    zoom: 0.9;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
	margin:15px 3px;
}
.ihc-file-upload-button .ajax-file-upload,.ihc-file-upload-button  .ihc-delete-attachment-bttn, .ihc-delete-attachment-bttn{
	 display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
		background: #2ea2cc;
    border-color: #0074a2;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:top;
}
.ihc-file-upload-button  .ihc-delete-attachment-bttn{
	background: -webkit-gradient(linear, 3% 3%, 3% 100%, from(#d14241), to(#c24a4b));;
    border-color: #d14241;
}
.ihc-info-link {
  font-size: 11px;
  text-decoration: none;
}

/*=================== ERROR & SUCCESS MESSAGES ======================*/
.ihc-wrapp-the-errors{
	clear: both;
	margin:15px 10px;
	box-sizing:border-box;
	  padding: 12px 19px 12px 15px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #F0DBB4;
  color: #9b4449;
  background-color: #fff6f4;
  border-color: #f8cdcd;
	
}
.ihc-wrapp-the-errors div{
	margin-bottom:10px;
}

.ihc-wrapp-the-errors .ihc-error-div{
	
}

.ihc-wrapp-the-errors .ihc-register-error{
	
}

.ihc-reg-success-msg{
	
}

.ihc-reg-update-msg{
	
}

.ihc-login-success{
	
}

.ihc-login-error{
	
}

.ihc-login-pending{
	
}

.ihc-no-avatar{
	background-image: url(../images/no-avatar.png);
    width: 120px;
    height: 120px;
    background-size: cover;
}

.ihc-wrapp-file-upload{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
    overflow: hidden;
}
.ihc-wrapp-file-upload .ajax-file-upload{
    /*display: inline-block;
	cursor: pointer;
    padding: 3px 6px;
    background: #0091cd;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    color: #fff;*/
	margin-top:3px;
}
.ihc-wrapp-file-upload .ihc-delete-attachment-bttn{
	color: #fff;
    background: -webkit-gradient(linear, 3% 3%, 3% 100%, from(#d14241), to(#c24a4b));
	display: inline-block;
	border-color:#d14241;
	cursor: pointer;
	margin-top:3px;
}
.ihc-wrapp-file-upload .ajax-file-upload-progress{
	border: 1px solid #4fb756; 
}
.ihc-wrapp-file-upload .ajax-file-upload-bar{
	background: #4fb756;
	color: #fff;
	max-height:2px;
}
.ihc-wrapp-file-upload .ihc-icon-file-type{
	background-image: url(../images/file-icon.png);
	vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: contain;
	display: inline-block;
	margin-right: 10px;
}
.ihc-wrapp-file-upload .ihc-file-name-uploaded{
	display: inline-block;
	margin-right: 10px;
	margin-top:3px;
}

/*account page menu*/
.ihc-ap-menu{
	background: #777;
	margin:10px 0;
}
.ihc-ap-menu .ihc-ap-menu-item{
	display: inline-block;
	padding: 0px 10px;
	font-size: 13px;
	line-height:40px;
	box-sizing:border-box;
}
.ihc-ap-menu .ihc-ap-menu-item a{
	text-decoration: none;
    border: none;
	color: #fff;
}
.ihc-ap-menu .ihc-ap-menu-item a:hover{

}

/********** UPLOAD FIELD **********/
.iump-form-line-register .ajax-file-upload-container{
	display: inline-block;
}
.iump-form-line-register .ajax-file-upload-statusbar{
	margin: 3px 0px;
}
.iump-form-line-register .ajax-file-upload-progress .ajax-file-upload-bar{
	font-size: -9px;
}
.iump-form-line-register .ajax-file-upload-progress{
	min-height: 3px;
}
.iump-form-line-register .ajax-file-upload-filename{
	display: none;
}
