.vp-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vp-wrapper input[type=radio],
.vp-wrapper input[type=checkbox] {
    margin-right: 10px;
}

.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 {
    background-color: #f5f2f7;
    padding: 40px 15px;
    text-align: center;
}

.vp-wrapper label {
    display: inline-block;
    max-width: 100%;
    font-weight: 500;
    font-size: 12px;
}

.vp-wrapper label.invalid,
.vp-wrapper .vp-invalid label,
.vp-invalid>input::placeholder {
    color: #a94442;
}

.vp-form-group {
    width: 100%;
    margin-bottom: 20px;
}

.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 .vp-field-tip {
    color: #a94442;
    font-size: 0.95em;
}

.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;
    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 {
    background-color: #fff;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 30px;
}

.vp-inner-wrapper {
    padding-top: 30px;
}

.vp-inner-wrapper>form {
    padding: 10px 100px;
}

.vp-empty-box {
    padding: 15px;
    text-align: center;
}

.vp-field-help,
.vp-inner-footer {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.vp-inner-footer a,
.vp-field-help>a {
    padding: 3px 0;
    font-size: inherit;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    border-bottom: 1px dashed;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vp-inner-footer a:hover,
.vp-field-help>a:hover {
    text-decoration: none;
}

.vp-inner-footer {
    text-align: center;
    margin-top: 0;
}

.vpau-btn-position-1,
.vpau-btn-position-2 {
    width: 143px;
}

.vpau-social-buttons .vpau-openid-wrapper .vpau-btn {
    font-size: 14px;
    padding: 10px;
}

.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 {
    padding-left: 2px;
    padding-right: 2px;
}

.vpau-btn-position-1 .vpau-icon-container,
.vpau-btn-position-2 .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 {
    display: block;
}

.vp-wrapper .vpau-btn-facebook {
    background: #395697;
    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-yandex {
    background: #F00;
    color: #FFF;
}

.vp-form-group .spacer .text {
    display: block;
    text-align: right;
}

.vp-wrapper .star,
.vp-wrapper .red {
    color: #ec1c00;
}

.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: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    padding: 0;
    font-weight: 500;
}

.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 {
    position: absolute;
}

.vpau-modal {
    background: 0 none;
    z-index: 1055;
}

.vpau-fade {
    display: flex;
    justify-content: center;
    align-items: center;
    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;
    max-width: 475px;
}

.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;
    outline: 0;
    padding: 60px 0 0;
}

.vpau-modal-inner>form {
    margin: 0;
    padding: 0;
}

.vpau-modal-close {
    position: absolute;
    z-index: 99;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.vpau-modal-close:after,
.vpau-modal-close:before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #95a0a6;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vpau-modal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vpau-modal-close:hover:after,
.vpau-modal-close:hover:before,
.vpau-modal-close:focus:after,
.vpau-modal-close:focus:before {
    background-color: #000;
}

.vpau-modal-header {
    padding: 0;
}

.vpau-modal-header>h3 {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    padding: 0 25px;
    font-weight: 500;
}

.vpau-modal-body {
    position: relative;
    width: 100%;
    max-height: 650px;
    overflow-y: auto;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.vpau-modal-body form {
    padding: 10px 100px;
}

.vpau-modal-open {
    overflow: hidden;
}

.vp-form-submission {
    margin-bottom: 20px;
    text-align: center;
}

.vp-profile-edit .vp-form-submission {
    text-align: left;
}

.vpau-modal-footer {
    background-color: #f5f2f7;
    padding: 40px 15px;
    text-align: center;
}

.vpau-modal-footer .vp-list-inline {
    margin-bottom: 0;
}

.vpau-modal-footer a {
    padding: 3px 0;
    font-size: inherit;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    border-bottom: 1px dashed;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.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;
}

.vp-reset-page p {
    font-size: 12px;
}

@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;
    }
}