div.userpro * {padding:0; margin:0;text-decoration: none;outline:none;border:0;letter-spacing: 0px}

div.userpro form {margin: 0 !important}

/* widget */
div.userpro {
	margin: 30px auto;
	font-size: 12px !important;
	line-height: 1 !important;
	font-family: Arial;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* input stuff */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}

input[disabled],
input[disabled]:hover,
input[disabled]:focus{
	opacity: 0.4;
	cursor: default;
}

div.userpro input,
div.userpro textarea,
div.userpro select
{font-size: 12px !important; font-family: Arial;}

/* common */
div.userpro-clear {clear: both}
div.userpro-left {float: left}
div.userpro-right {float: right}

div.userpro video { width: 100% !important; height: auto !important; }
div.userpro iframe{
	display: block;
	overflow: hidden;
}

div.userpro label {cursor: pointer !important}
div.userpro label.view {cursor: default !important}

/* misc elements */
div.userpro-help, div.userpro-warning {
	margin: 5px 0 0 0;
	font-size: 11px;
}

div.userpro-help a:hover, div.userpro-warning a:hover {text-decoration: underline}

div.userpro-message {margin: 15px 0 0 0}
div.userpro div.userpro-message p {padding: 10px !important}
div.userpro p {padding: 0!important;margin: 15px 0 0 0 !important;}

span.strength-container {
	float: left;
	top: -8px;
	position: relative;
}
span.strength-plain{float: left;width: 30px;height: 8px;}
span.strength-text {
	float: left;
	font-size: 12px;
	padding: 0 0 14px 0;
}

img.userpro-loading {
	position: relative;
	top: 7px;
	display: none;
	box-shadow: none !important;
	vertical-align: top !important;
}

/* social buttons */
div.userpro-profile-icons.top {
	position: absolute;
	top: 20px;
	right: 15px;
}

div.userpro-profile-icons.bottom {
	position: absolute;
	bottom: 20px;
	right: 15px;
}

a.userpro-small-link {
	font-size: 11px !important;
	line-height: 20px !important;
	margin: 0 0 0 10px !important;
	padding: 0 10px !important;
	text-decoration: none !important;
	display: inline-block !important;
	height: 20px !important;
}

a.userpro-profile-icon {
	float: left;
	display: inline-block;
	font-size: 18px !important;
	height: 18px !important;
	line-height: 18px !important;
	padding: 0 0 0 15px;
	cursor: pointer !important;
	opacity: 1 !important;
}
a.userpro-profile-icon.disabled{cursor: default !important; opacity: 1 !important}
a.userpro-profile-icon.disabled i {cursor: default !important; }
a.userpro-profile-icon:hover { opacity: 0.8 !important }
a.userpro-profile-icon.disabled:hover { opacity: 1 !important}

/* buttons */
input.userpro-button,
a.userpro-button,
div.userpro div.ajax-file-upload {
	display: inline-block;
	cursor: pointer  !important;
	padding: 0 10px  !important;
	margin-right: 15px  !important;
	font-weight: normal !important;
	text-decoration: none !important;
	transition: none !important;
}
input.userpro-button {height: 29px !important; line-height: 29px !important}
a.userpro-button,div.userpro div.ajax-file-upload {height: 27px !important; line-height: 27px !important}
input[type=submit].userpro-button {display: inline-block !important}

/* head part */
div.userpro-head {
	padding: 15px;
	position: relative;
}

div.userpro-head div.userpro-left {font-size: 16px !important;}

div.userpro-head div.userpro-right {margin: 3px 0 0 0}
div.userpro-head div.userpro-right a:hover {text-decoration: underline}
div.userpro-head div.userpro-right a{
	line-height: 12px;
}

div.userpro-head div.userpro-left i {
	font-size: 24px !important;
	margin: 0 10px 0 0;
	position: relative;
	top: 1px;
}

/* body part */
div.userpro-body {
	padding: 0 15px 15px 15px;
	line-height: 18px !important;
}

div.userpro-body.userpro-body-nopad {
	padding: 0 !important;
}

div.userpro-body  a:hover {text-decoration: underline}

div.userpro-users div.userpro-body div.userpro-user a:hover {text-decoration:none}
div.userpro-users div.userpro-body div.userpro-paginate a:hover {text-decoration:none}

div.userpro-body div.userpro-field-view {
	/*line-height: 22px !important;*/
}

/* profile css */
div.userpro-profile-img {
	float: left;
	margin: 0 15px 0 0;
	width: 64px;
	height: 64px;
}
div.userpro-profile-img-after {float: left}
div.userpro-profile-img img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	box-shadow: none !important;
}
div.userpro-profile-img a:hover {opacity: 0.8}
div.userpro-profile-img-btn {
	font-size: 12px !important;
	margin: 7px 0 0 0;
}

div.userpro-profile-name {
	font-size: 24px !important;
	line-height: 30px !important;
}

img.userpro-profile-badge {
	margin: 0 0 0 10px;
	vertical-align: middle !important;
	top: auto !important;
	box-shadow: none !important;
}

/* form section */
div.userpro-section {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	text-transform: uppercase;
}

div.userpro-collapsible-1 {
	cursor: pointer;
}

div.userpro-section.userpro-collapsed-1 {border-bottom-width: 0}
div.userpro-section.userpro-collapsed-0 {border-bottom-width: 1px}

div.userpro-collapsible-1 span {
	margin: 0 0 0 10px;
	font-size: 14px;
}

/* form fields */
div.userpro-field {margin: 15px 0 0 0}
div.userpro-field-private {display: none!important}
div.userpro-field.userpro-submit {padding-top: 15px}

div.userpro-label {
	font-size: 11px !important;
	font-weight: bold;
	margin: 0 0 8px 0;
}

div.userpro-label label {
	font-size: 11px !important;
	font-weight: bold;
	padding: 0!important;
}

div.userpro-float div.userpro-label {
	float: left;
	width: 28%;
	margin: 0;
}

div.userpro-float div.userpro-input {
	float: right;
	width: 70%;
}

/* text inputs, radio, etc */
div.userpro-input {position: relative}

div.userpro-input img {
	max-width: 100%!important;
	height: auto !important;
}

div.userpro-input i.userpro-meta-value{margin: 0 0 0 10px;font-size: 15px;}

div.userpro-input div.icon-warning, div.userpro-input div.icon-ok {
	position: absolute;
	top: 0;
	right: 0px;
	width: 27px;
	height: 27px;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	cursor: default;
}

div.userpro-input input[type=text],
div.userpro-input input[type=password],
div.userpro-input textarea
{
	padding: 6px 8px !important;
	width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin: 0 !important;
}
div.userpro-input textarea{font-size: 11px !important; line-height: 1.6em; min-height: 60px;}
div.userpro-input textarea.normal{height:80px}
div.userpro-input textarea.small{height:60px}
div.userpro-input textarea.large{height:120px}

/* checkbox and radio stuff */
div.userpro-input label.userpro-checkbox.hide-field {display: inline-block;font-weight: normal!important}
div.userpro-input label.userpro-radio.full, div.userpro-input label.userpro-checkbox.full  {width: 100%;display: block; }
div.userpro-input label.userpro-radio, div.userpro-input label.userpro-checkbox {position: relative;padding: 0 25px;margin: 5px 0;display:inline-block; font-size: 11px;}
div.userpro-input label.userpro-radio input[type=radio], div.userpro-input label.userpro-checkbox input[type=checkbox]{display: none !important}
div.userpro-input label.userpro-radio span, div.userpro-input label.userpro-checkbox span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

/* misc inputs */
div.userpro-pic {
	margin: 0 0 12px 0;
}

div.userpro-pic img {
	display: block;
	overflow: hidden;
	max-width: 100%!important;
	height: auto !important;
	box-shadow: none !important;
}

/* file icons */
div.userpro-file-input a{
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px !important;
	line-height: 16px !important;
	display: inline-block;
}

div.userpro-file-input a.zip {background-image: url(../img/file-zip.png)}
div.userpro-file-input a.txt {background-image: url(../img/file-txt.png)}
div.userpro-file-input a.pdf {background-image: url(../img/file-pdf.png)}
div.userpro-file-input a.file {background-image: url(../img/file.png)}

/* file upload control */
div.ajax-file-upload-statusbar {
	width: 100%;
	margin: 10px 0 0 0;
}

div.ajax-file-upload-progress {
	display: inline-block;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 4px;
}

div.ajax-file-upload-bar{
	width: 0;
	height: 4px;
}

div.ajax-file-upload-percent{
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
}

/* overlay and popup content */
div.userpro-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 190000;
}

div.userpro-overlay-inner {
	position: fixed;
	width: 480px;
	margin-left: -240px;
	left: 50%;
	top: 0;
	z-index: 190001;
}

div.userpro-overlay-inner div.userpro {
	margin: 0!important;
	max-width: 100%;
	position: relative;
}

div.userpro a.userpro-close-popup {display: none !important;}
div.userpro-overlay-inner div.userpro a.userpro-close-popup {
	display: block !important;
	position: absolute;
	right: 0;
	top: -30px;
	font-size: 11px !important;
	text-transform: uppercase;
	padding: 0 28px 0 0;
	height: 16px;
	line-height: 16px;
	opacity: 0.7;
}

/* no style - card profile */
div.userpro.userpro-nostyle {
	padding: 15px;
}

div.userpro-card-img img {
	box-shadow: none !important;
	max-width: 100% !important;
	height: auto !important;
}

div.userpro-card-img a:hover {opacity: 0.7}

div.userpro-card-info {
	margin: 12px 0 0 0;
}

div.userpro-card-left {float: left;}
div.userpro-card-right {float: right;margin: 5px 0 0 0}

div.userpro-card-left, div.userpro-card-left a {
	font-size: 26px !important;
	line-height: 32px !important;
}

div.userpro-card-left a, div.userpro-card-left a:hover {
	color: #666 !important;
	text-decoration: none;
}

div.userpro-card-icons {padding: 13px 0 0 0;}
div.userpro-card-icons a.userpro-profile-icon {
	padding: 0 12px 0 0 !important;
	font-size: 16px !important;
}


/* member listing widgets */
div.userpro-users {
	text-align: center;
	border: none !important;
	background: none !important;
}
div.userpro-user {
	display: inline-block;
	text-align: center;
}
div.userpro-user div.userpro-user-link {
	opacity: 0;
	margin: 10px 0 0 0;
	text-align: center;
	position: relative;
}
div.userpro-user div.userpro-user-link i {
	position: absolute;
	top: -26px;
	left: 50%;
	font-size: 40px;
	width: 40px;
	margin-left: -20px;
}
div.userpro-user div.userpro-user-link a {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	width: 100%;
	font-size: 11px;
	line-height: 27px;
	height: 27px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
div.userpro-user a.userpro-user-img {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
div.userpro-user a.userpro-user-img  img {border-radius: 3px}
div.userpro-user a.userpro-user-img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 38px;
	opacity: 0.8;
}
div.userpro-user img {
	display: block;
	overflow: hidden;
}

div.userpro-paginate.top{margin: 0 0 20px 0}
div.userpro-paginate.bottom{margin: 20px 0 0 0}

div.userpro-paginate span,
div.userpro-paginate a.page-numbers {
	padding: 4px 10px;
	margin: 0 2px;
	display: inline-block;
	font-size: 11px !important;
}

div.userpro-search {
	width: 100%;
	margin: 0 0 20px 0;
}

form.userpro-search-form {
	display: inline-block;
	padding: 20px;
}

form.userpro-search-form input[type=text] {
	padding: 6px 8px !important;
	width: 200px;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 15px 0 0;
}

/* latest users widget */
div.userpro-list-item {
	display: block;
	padding: 15px 0;
}

div.userpro-list-item-i {float: left;margin: 0 15px 0 0;}
div.userpro-list-item-i img {	box-shadow: none !important; }
div.userpro-list-item-i a:hover {opacity: 0.8}

div.userpro-list-item-d {float: left;}

a.userpro-list-item-name {font-size: 13px;}
a.userpro-list-item-name:hover {text-decoration: none !important}

div.userpro-list-item-icons {padding: 13px 0 0 0;}
div.userpro-list-item-icons a.userpro-profile-icon {
	padding: 0 12px 0 0 !important;
	font-size: 16px !important;
}

/* social connect buttons */
a.userpro-social-facebook {
	width: 150px;
	display: block;
	background-image: url(../img/social/facebook_signin.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 22px;
}

a.userpro-social-facebook:hover {background-position: 0 -24px}
a.userpro-social-facebook:focus, a.userpro-social-facebook:active {background-position: 0 -48px}

/* custom alert box */
div.userpro-alert {
	background: #ff4c4c !important;
	color: #fff !important;
	position: relative;
}

div.userpro-alert-content, div.userpro-alert-input {
	padding: 10px 50px 10px 15px;
}

div.userpro-alert-input div.userpro-input {
	float: none !important;
}

div.userpro-alert-input div.userpro-input input[type=text]{
	width: 200px !important;
	font-size: 11px !important;
}

a.userpro-alert-close, a.userpro-alert-edit{
	position: absolute;
	right: 10px;
	top: 7px;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: normal !important;
	opacity: 0.5;
}
a.userpro-alert-edit {right: 30px;top: 8px;}
a.userpro-alert-close:hover, a.userpro-alert-edit:hover {opacity: 0.8}