/**
 * @package     VP Advanced User
 * @author      Abhishek Das <info@virtueplanet.com>
 * @copyright   Copyright (C) 2012-2019 VirtuePlanet Services LLP. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @link        https://www.virtueplanet.com
 */

.vp-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vp-wrapper input[type=checkbox], .vp-wrapper input[type=radio] {
	margin: 2px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}
.vp-wrapper input[type=file] {
	display: block;
}
.authenticate-page {
	padding: 30px 15px;
	text-align: center;
}
.vpau-bg-box {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid;
}
.vpau-bg-box > p {
	margin-top: 0;
}
.vpau-bg-box > p:last-child {
	margin-bottom: 0;
}
.vpau-bg-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.vpau-bg-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.vpau-bg-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.vpau-bg-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.vpau-athenticate-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0 none;
	outline: 0 none;
}
.vpau-iframe-wrap {
	position: relative;
	height: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.vp-help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.vp-inner-footer {
	margin-top: 20px;
	margin-bottom: 0;
}
.vp-wrapper label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
.vp-wrapper fieldset.radio label,
.vp-wrapper label.radio {
	display: block;
	font-weight: inherit;
}
.vp-wrapper label.invalid,
.vp-wrapper .vp-invalid label {
	color: #a94442;
}
.vp-wrapper .vpau-modal-body legend {
	font-size: 16px;
	line-height: 1.8;
}
.vp-form-group {
	margin-bottom: 15px;
}
.vp-form-group.spacer-group {
	margin-bottom: 5px;
}
.vp-wrapper .spacer-group label {
	font-weight: normal;
}
.vp-form-horizontal .vp-form-submission {
	padding-top: 30px;
}
@media (min-width : 768px) {
	.vp-form-horizontal .vp-form-group,
	.vp-form-horizontal .vp-form-submission {
		position: relative;
		padding-left: 220px;
	}
	.vp-form-horizontal .vp-form-group > label {
		position: absolute;
		top: 5px;
		left: 0;
		max-width: 200px;
	}
}
.vp-tab-content h3 {
	margin-top: 0;
	padding-top: 0;
	line-height: 1;
}
.vp-wrapper select, .vp-wrapper textarea, .vp-wrapper input[type="text"], 
.vp-wrapper input[type="password"], .vp-wrapper input[type="datetime"], 
.vp-wrapper input[type="datetime-local"], .vp-wrapper input[type="date"], 
.vp-wrapper input[type="month"], .vp-wrapper input[type="time"], 
.vp-wrapper input[type="week"], .vp-wrapper input[type="number"], 
.vp-wrapper input[type="email"], .vp-wrapper input[type="url"], 
.vp-wrapper input[type="search"], .vp-wrapper input[type="tel"], 
.vp-wrapper input[type="color"], .vp-wrapper .uneditable-input,
.vp-wrapper input[type="text"]:required:invalid, .vp-wrapper input[type="password"]:required:invalid,
.vp-wrapper input[type="number"]:required:invalid, .vp-wrapper input[type="email"]:required:invalid,
.vp-wrapper input[type="date"]:required:invalid, .vp-wrapper input[type="url"]:required:invalid,
.vp-wrapper input:required[type="search"]:invalid, .vp-wrapper input[type="tel"]:required:invalid,
.vp-wrapper input:required[type="color"]:invalid, .vp-wrapper input[type="datetime"]:required:invalid {
	display: block;
	width: 100% !important;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.vp-wrapper textarea {
	height: auto !important;
}
.vp-wrapper select.chzn-done {
	display: none !important;
}
.vp-wrapper select:focus, .vp-wrapper textarea:focus, .vp-wrapper input[type="text"]:focus, 
.vp-wrapper input[type="password"]:focus, .vp-wrapper input[type="datetime"]:focus, 
.vp-wrapper input[type="datetime-local"]:focus, .vp-wrapper input[type="date"]:focus,
.vp-wrapper input[type="month"]:focus, .vp-wrapper input[type="time"]:focus, 
.vp-wrapper input[type="week"]:focus, .vp-wrapper input[type="number"]:focus, 
.vp-wrapper input[type="email"]:focus, .vp-wrapper input[type="url"]:focus, 
.vp-wrapper input[type="search"]:focus, .vp-wrapper input[type="tel"]:focus, 
.vp-wrapper input[type="color"]:focus, .vp-wrapper .uneditable-input:focus,
.vp-wrapper select:required:invalid:focus, .vp-wrapper textarea:required:invalid:focus, .vp-wrapper input:required:invalid:focus {
	border-color: #66afe9;
	color: #555;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.vp-wrapper .input-append input[type="text"] {
	width: 90% !important;
	display: inline-block !important;
}
.vp-wrapper .input-append {
	display: block;
}
.vp-wrapper .vp-invalid select, .vp-wrapper .vp-invalid textarea, .vp-wrapper .vp-invalid input[type="text"], 
.vp-wrapper .vp-invalid input[type="password"], .vp-wrapper .vp-invalid input[type="datetime"], 
.vp-wrapper .vp-invalid input[type="datetime-local"], .vp-wrapper .vp-invalid input[type="date"], 
.vp-wrapper .vp-invalid input[type="month"], .vp-wrapper .vp-invalid input[type="time"], 
.vp-wrapper .vp-invalid input[type="week"], .vp-wrapper .vp-invalid input[type="number"], 
.vp-wrapper .vp-invalid input[type="email"], .vp-wrapper .vp-invalid input[type="url"], 
.vp-wrapper .vp-invalid input[type="search"], .vp-wrapper .vp-invalid input[type="tel"], 
.vp-wrapper .vp-invalid input[type="color"], .vp-wrapper .vp-invalid .uneditable-input,
.vp-wrapper input.invalid, .vp-wrapper select.invalid, .vp-wrapper textarea.invalid,
.vp-wrapper input.invalid:required, .vp-wrapper select.invalid:required, .vp-wrapper textarea.invalid:required {
    border-color: #a94442;
    color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.vp-wrapper .vp-invalid select:focus, .vp-wrapper .vp-invalid textarea:focus, .vp-wrapper .vp-invalid input[type="text"]:focus, 
.vp-wrapper .vp-invalid input[type="password"]:focus, .vp-wrapper .vp-invalid input[type="datetime"]:focus, 
.vp-wrapper .vp-invalid input[type="datetime-local"]:focus, .vp-wrapper .vp-invalid input[type="date"]:focus,
.vp-wrapper .vp-invalid input[type="month"]:focus, .vp-wrapper .vp-invalid input[type="time"]:focus, 
.vp-wrapper .vp-invalid input[type="week"]:focus, .vp-wrapper .vp-invalid input[type="number"]:focus, 
.vp-wrapper .vp-invalid input[type="email"]:focus, .vp-wrapper .vp-invalid input[type="url"]:focus, 
.vp-wrapper .vp-invalid input[type="search"]:focus, .vp-wrapper .vp-invalid input[type="tel"]:focus, 
.vp-wrapper .vp-invalid input[type="color"]:focus, .vp-wrapper .vp-invalid .uneditable-input:focus,
.vp-wrapper input.invalid:focus, .vp-wrapper select.invalid:focus, .vp-wrapper textarea.invalid:focus,
.vp-wrapper input.invalid:required:focus, .vp-wrapper select.invalid:required:focus, .vp-wrapper textarea.invalid:required:focus {
    border-color: #843534;
    color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.vp-wrapper .vp-field-tip {
	color: #a94442;
	font-size: 0.95em;
}
.vp-checkbox, .vp-radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.vp-checkbox input[type=checkbox], .vp-checkbox-inline input[type=checkbox], .vp-radio input[type=radio], .vp-radio-inline input[type=radio] {
	position: absolute;
	margin-top: 2px\9;
	margin-left: -20px;
}
.vp-tos-checkbox {
	position: relative;
	display: block;
	padding-left: 20px;
}
.vp-tos-checkbox input[type=checkbox] {
	float: left;
	margin-left: -20px;
}
.vp-tos-checkbox label {
	font-weight: normal;
}
.vp-checkbox label, .vp-radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.vp-tabs {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.vp-tabs > ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
.vp-tabs > ul > li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
.vp-tabs > ul > li > a {
	display: block;
	padding: 0 40px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	border: 1px solid #ddd;
	background: #EEE;
	color: #777;
	min-width: 180px;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color linear .2s, background linear .2s;
	-o-transition: color linear .2s, background linear .2s;
	transition: color linear .2s, background linear .2s;
}
.vp-tabs > ul > li:first-child > a {
	border-right: 0 none;
}
.vp-tabs > ul > li.vp-active > a {
	cursor: default;
	background: #FFF;
	color: #333;
}
.vp-tab-contents,
.vp-empty-box,
.vp-inner-wrapper {
	max-width: 360px;
	border: 1px solid #ddd;
	padding: 40px 30px 20px;
	margin: 0 auto;
	margin-top: 30px;
}
.vp-inner-wrapper {
	padding-top: 30px;
}
.vp-empty-box {
	padding: 15px;
	text-align: center;
}
.vp-field-help,
.vp-inner-footer {
	text-align: right;
	font-size: 0.9em;
}
.vp-inner-footer a,
.vp-field-help > a {
	color: #aaa;
}
.vp-inner-footer {
	text-align: center;
}
.vp-wrapper .vp-btn,
.vp-wrapper .vpau-btn {
	display: inline-block;
	padding: 12px 14px;
	line-height: 1;
	font-size: inherit;
	margin: 0;
	background-color: #E6E6E6;
	border: 0 none;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 2px;
}
.vp-wrapper .vpau-btn-link,
.vp-wrapper .vpau-btn-link:hover,
.vp-wrapper .vpau-btn-link:focus,
.vp-wrapper .vpau-btn-link:visited,
.vp-wrapper .vpau-btn-link:active {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent; 
	outline: 0 none;
	border-radius: 0;
	color: #428bca;
	font-weight: normal;
	text-decoration: none;
}
.vp-wrapper .vpau-btn-link:hover {
	text-decoration: underline;
}
.vp-wrapper .vp-btn-primary {
	background-color: #0078e7;
	color: #fff;
}
.vp-wrapper .vp-btn-primary:hover, .vp-wrapper .vp-btn-primary:focus {
	color: #fff;
}
.vp-tabs > li > a:hover, .vp-tabs > li > a:focus,
.vp-wrapper .vp-btn:hover, .vp-wrapper .vp-btn:focus {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
	background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}
.vp-wrapper .vp-btn:hover, .vp-wrapper .vp-btn:focus {
	border: 0 none;
}
.vpau-social-buttons .vpau-btn {
	float: left;
	margin: 0 3px 10px 3px;
	padding: 0;
}
.vpau-btn-position-1, .vpau-btn-position-2 {
	width: 143px;
}
.vpau-social-buttons .vpau-btn.vpau-btn-style-large {
	display: block;
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.vpau-social-buttons-large .vpau-social-buttons-inner {
	max-width: 220px;
	margin: 0 auto;
}
.vp-wrapper .vp-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.vp-wrapper .vp-input-group-btn {
	display: table-cell;
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.vpau-social-buttons .vpau-openid-wrapper .vpau-btn {
	font-size: 14px;
	padding: 10px;
}
.vp-wrapper .vp-btn-lg {
	padding: 18px 35px;
	font-size: 1em;
	line-height: 1;
}
.vp-form-submission > .vp-btn, .vp-form-submission > .vp-checkbox {
	display: inline-block;
}
.vp-form-submission > .vp-checkbox {
	margin-left: 15px;
}
.vp-hide {
	display: none;
}
.vp-clearfix:before, .vp-clearfix:after {
	display: table;
	content: " ";
}
.vp-clearfix:after {
	clear: both;
}
.vp-or-container {
	text-align: center;
	margin: 20px 0;
	color: grey;
	font-variant: small-caps;
}
.vpau-openid-wrapper .vp-or-container {
	margin-bottom: 0;
}
hr.vp-or-hr {
	margin-bottom: -20px;
	height: 0;
	border: 0;
	border-top: 1px solid #e6e6e6;
}
.vp-or {
	display: inline-block;
	position: relative;
	padding: 10px;
	background-color: #fff;
}
#vp-login-content .star {
	visibility: hidden;
}
.vpau-btn > .vpau-icon-container {
	width: 36px;
	line-height: 1;
	height: 100%;
	line-height: 36px;
	height: 36px;
	padding: 0;
	float: left;
	text-align: center;
}
.vpau-icon-container > [class^="vpau-icon-"], .vpau-icon-container > [class*=" vpau-icon-"] {
	font-size: 16px !important;
	height: 16px;
	width: 16px;
	line-height: 36px !important;
}
.vpau-icon-container > .vpau-icon-google-plus {
	font-size: 18px !important;
}
.vpau-btn > .vpau-text {
	display: none;
	padding: 0;
	line-height: 36px !important;
}
.vpau-btn.vpau-btn-position-1, .vpau-btn.vpau-btn-position-2, .vpau-btn.vpau-btn-style-large {
	padding-left: 2px;
	padding-right: 2px;
}
.vpau-btn-position-1 .vpau-icon-container, .vpau-btn-position-2 .vpau-icon-container, .vpau-btn.vpau-btn-style-large .vpau-icon-container {
	border-right: 1px solid rgba(0,0,0,0.1);
	width: 38px;
}
.vpau-btn-position-1 .vpau-text, .vpau-btn-position-2 .vpau-text, .vpau-btn.vpau-btn-style-large > .vpau-text {
	display: block;
}
.vp-wrapper .vpau-btn-facebook {
	background: #4267B2;
	color: #FFF;
}
.vp-wrapper .vpau-btn-google {
	background: #e0492f;
	color: #FFF;
}
.vp-wrapper .vpau-btn-twitter {
	background: #1b95e0;
	color: #FFF;
}
.vp-wrapper .vpau-btn-linkedin {
	background: #4875B4;
	color: #FFF;
}
.vp-wrapper .vpau-btn-live {
	background: #0072C6;
	color: #FFF;
}
.vp-wrapper .vpau-btn-yahoo {
	background: #7B0099;
	color: #FFF;
}
.vp-wrapper .vpau-btn-foursquare {
	background: #f94877;
	color: #FFF;
}
.vp-wrapper .vpau-btn-github {
	background: #24292e;
	color: #FFF;
}
.vp-wrapper .vpau-btn-paypal {
	background: #0070ba;
	color: #FFF;
}
.vp-wrapper .vpau-btn-yandex {
	background: #F00;
	color: #FFF;
}
.vp-form-group .spacer .text {
	display: block;
	text-align: right;
}
.vp-wrapper .star, .vp-wrapper .red{
	color: #ec1c00;
}
.vp-wrapper .add-margin-top {
	margin-top: 20px;
}
.vp-strength-container .vp-weight-text,
.vp-strength-container > .vp-weight-text span,
.vp-strength-container .vp-strength-meter {
	display: none;
}
.vp-strength-container .vp-weight-text {
	line-height: 1.1;
	margin-top: 5px;
}
[class^="vp-weight-"] > .vp-weight-text,
[class*=" vp-weight-"] > .vp-weight-text,
[class^="vp-weight-"] > .vp-strength-meter,
[class*=" vp-weight-"] > .vp-strength-meter {
	display: block;
}
.vp-strength-container .vp-strength-meter {
	margin-top: 5px;
	height: 5px;
	position: relative;
	background: #eee;
}
.vp-strength-container > .vp-weight-text > .vp-weight-label {
	display: inline;
	font-weight: bold;
}
.vp-weight-short > .vp-weight-text > .is-short {
	display: inline;
}
.vp-weight-weak > .vp-weight-text > .is-weak {
	display: inline;
}
.vp-weight-good > .vp-weight-text > .is-good {
	display: inline;
}
.vp-weight-strong > .vp-weight-text > .is-strong {
	display: inline;
}
.vp-weight-verystrong > .vp-weight-text > .is-verystrong {
	display: inline;
}
.vp-strength-meter > span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	margin: 0;
	padding: 0;
	-webkit-transition: width ease-in-out .2s;
	-o-transition: width ease-in-out .2s;
	transition: width ease-in-out .2s;
}
.vp-weight-short > .vp-strength-meter > span {
	width: 20%;
	background: #d9534f;
}
.vp-weight-weak > .vp-strength-meter > span {
	width: 40%;
	background: #f0ad4e;
}
.vp-weight-good > .vp-strength-meter > span {
	width: 60%;
	background: #5bc0de;
}
.vp-weight-strong > .vp-strength-meter > span {
	width: 80%;
	background: #76c261;
}
.vp-weight-verystrong > .vp-strength-meter > span {
	width: 100%;
	background: #5cb85c;
}
.vpau-avatar-label {
	display: inline-block;
}
.vpau-avatar-label input[type="file"] {
	position: fixed;
	top: -1000px;
}
.vpau-text-loading,
.vapu-avatar-loading .vpau-text-upload {
	display: none;
}
.vapu-avatar-loading .vpau-text-loading {
	display: inline;
}
.vp-profile-header {
	position: relative;
	margin-bottom: 20px;
}
.vp-profile-header.with-profile-picture {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vp-profile-picture-cont {
	width: 90px;
	height: 90px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 1rem;
}
.vp-profile-picture-cont > span {
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 2px;
}
.vp-profile-picture {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.vp-user-name > h3 {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.dl-inline {
	margin-bottom: 10px;
}
.dl-inline > dt,
.dl-inline > dd {
	display: inline-block;
}
.dl-inline > dt:after {
	display: inline-block;
	content: ":"
}
.dl-inline > dd {
	margin-right: 7px;
}
.ul-inline {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.ul-inline > li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.vp-wrapper .text-error {
	color: #a94442;
}
.vp-wrapper .vpau-avatar-label {
	margin-top: 5px;
	font-weight: normal;
}
.vp-article-author {
	position: relative;
	border: 1px solid #DDD;
	padding: 15px 20px;
	background-color: #FAFAFA;
}
.vp-article-author.above {
	margin-bottom: 20px;
}
.vp-article-author.below {
	margin-top: 20px;
}
.vp-article-author.with-profile-picture {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vp-author-info,
.vp-account-info-cont {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.vp-author-info h3 {
	margin-top: 0;
	font-size: 1.5em;
	line-height: 1.2;
}
.vp-list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.vp-list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.vpau-loadsocial {
	margin-bottom: 20px;
}
.vp-registration-page h3,
.vp-login-only-page h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
.vp-registration-page .vpau-social-buttons,
.vp-login-only-page .vpau-social-buttons {
	padding-top: 15px;
}
/* For module */
.vp-login-module .vp-tabs:after {
	border-bottom: 1px solid #DDD;
	display: block;
	width: 100%;
	z-index: 1;
}
.vp-login-module .vp-tabs > ul > li {
	top: 3px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.vp-login-module .vp-tabs > ul > li > a {
	padding: 0 20px;
	font-size: 14px;
	height: 36px;
	line-height: 35px;
	margin: 0 5px;
	border: 1px solid #DDD;
	border-bottom: 0 none;
	background: #EEE;
	color: #777;
	min-width: 100px;
}
.vp-login-module .vp-tabs > ul > li:last-child {
	float: right;
}
.vp-login-module .vp-tabs > ul > li.vp-active {
	top: auto;
	bottom: -1px;
	z-index: 2;
}
.vp-login-module .vp-tabs > ul > li.vp-active > a {
	font-weight: normal;
	background: #FFF;
	color: #333;
	height: 40px;
	height: 39px;
}
.vp-login-module .vp-tab-contents,
.vp-login-module .vp-empty-box,
.vp-login-module .vp-inner-wrapper {
	padding: 0;
	border: 0 none;
}
.vp-login-module .vp-empty-box {
	text-align: inherit;
}
.vp-logout-module-avatar {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vp-logout-module-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.vp-logout-module-info .login-greeting {
	margin-bottom: 15px;
}
.vp-profile-picture-modal {
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 2px;
}
.vp-profile-picture-modal > img {
	max-height: 32px;
}

/* Modal */
.vpau-modal-bg,
.vpau-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0;
	z-index: 1050;
}
.vpau-modal {
	background: 0 none;
	z-index: 1055;
}
.vpau-fade {
	display: block;
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.vpau-fade.vpau-in {
	opacity: 1;
}
.vpau-modal-bg.vpau-in {
	opacity: 0.6;
}
.vpau-modal-dialog {
	position: relative;
	margin: 30px auto;
	width: 380px;
}
.vpau-modal.vpau-fade .vpau-modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0,-25%,0);
	-o-transform: translate3d(0,-25%,0);
	transform: translate3d(0,-25%,0);
}
.vpau-modal.vpau-in .vpau-modal-dialog {
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.vpau-modal-inner {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.vpau-modal-inner > form {
	margin: 0;
	padding: 0;
}
button.vpau-modal-close {
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	opacity: .2;
	filter: alpha(opacity=20);
}
.vpau-modal-close:hover,
.vpau-modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	outline: none;
	filter: alpha(opacity=50);
}
.vpau-modal-header {
	padding: 15px 25px;
	border-bottom: 1px solid #e5e5e5;
}
.vpau-modal-header > h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
.vpau-modal-body {
	position: relative;
	width: 100%;
	padding: 25px;
	max-height: 650px;
	overflow-y: auto;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.vpau-modal-open {
	overflow: hidden;
}
.vpau-modal-body .vp-form-submission {
	margin-bottom: 20px;
}
.vpau-modal-footer {
	font-size: 0.9em;
	text-align: center;
}
.vpau-modal-footer .vp-list-inline {
	margin-bottom: 0;
}
.vpau-modal-footer a {
	color: #aaa;
}
.vp-wrapper .vpau-modal-buttons {
	margin-bottom: 0;
}
.vpau-modal-open .vpau-modal {
	overflow-x: hidden;
	overflow-y: auto;
}
#vptos-modal .iziModal-header-title {
	font-size: 20px;
	font-weight: normal;
}
#vptos-modal {
	max-height: 600px;
}
.vpau-page-loader-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	opacity: 0.6;
	z-index: 1000015;
}
.vpau-page-loader-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent url('../images/show-activity.gif') no-repeat center center;
	z-index: 1000016;
}
.vpau-alert {
	padding: 10px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.vpau-alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.vpau-alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.vpau-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.vpau-alert-danger, .vpau-alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
@media(max-width: 450px) {
	.vpau-modal-dialog {
		width: 90%;
	}
	.vp-login-page .vp-tabs > ul > li {
		float: none;
	}
	.vp-login-page .vp-tabs > ul > li > a {
		width: 100%;
		min-width: 200px;
	}
	.vp-login-page .vp-tabs > ul > li:first-child > a {
		border-right: 1px solid #ddd;
		border-bottom: 0 none;
	}
}