.membership .membership-container .register{
    display:block;
    opacity: 1;
}
.spacer10{
    padding-bottom: 10px;
}
.spacer20{
    padding-bottom: 20px;
}
.spacer30{
    padding-bottom: 30px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.full-line{
    display:block !important;
}
.pulled-links a{
    text-decoration: none;
}
.pulled-links a:not(:last-child){
    margin-right:10px;
}
.hljs{
    background: none !important;
}
.tickets-container.mail-container .mail-body .message-view{
    position:relative;
    width:100%;
}
.tickets-container.mail-container .mail-body .message-view .message .message-container li .message{
    margin-bottom:0px;
}
.tickets-container.mail-container .mail-body .message-view{
    border-right:0px;
}
.tickets-container.mail-container .mail-body .message-view .message .message-container{
    padding:0px;
}
.tickets-container.mail-container .mail-body .message-view .message .header{
    padding: 10px 0px 10px;
}
.with-pulled-form{
    position:relative;
    top:-7px;
}
.with-pulled-form form{
    display: inline-block;
}
.btn.no-margin-right i{
    margin-right: 0px;
}
.navigation-avatar img {
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
    height: 40px;
    width: 40px;
}

.sn-item {
    font-size: 13px;
    padding: 6px 0;
    font-weight: 400;
}

.sn-button {
    padding: 6px 0;
}

.btn-oauth {
    padding: 6px 12px;
    margin: 5px 0;
    color: #fff !important;
}

.btn-google-plus {
    background: #e02f2f;
}

.btn-facebook {
    background: #4267b2;
}

.btn-twitter {
    background: #1b95e0;
}

.btn-vk {
    background: #5e81a8;
}

.btn-odnoklassniki {
    background: #ee8208;
}

@media(min-width:768px) {
    .sm-vertical-align {
    display: flex;
    align-items: center;
    }

    .sm-pull-right {
        float: right;
    }

    .sm-text-right {
    text-align: right;
    }
}

.block-inline {
    display: inline-block;
}

@media screen and (max-width:425px) {
    .with-pulled-form {
        position: relative;
        top: 12px;
        float: none !important;
    }

    .oauth-link {
        width: 16.6666666666%;
    }
}

@media screen and (max-width:375px) {
    .with-pulled-form {
        position: relative;
        top: 12px;
        height: 75px;
        margin: 15px 0;
    }
}

@media screen and (min-width:992px) {
    .md-table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }
}

@media screen and (max-width: 768px) {
    .phone-verification-container > a > .brand-logo {
        position: unset !important;
        margin-bottom: 10% !important;
    }

    .phone-verification-container {
        padding-top: 10% !important;
    }
}

@media screen and (max-height:768px) {
    .login {
        padding: 20% 10% 0 !important;
    }

    .register {
        padding: 5% 10% 0 !important;
    }

    .phone-verification-container {
        padding: 10% 20% 0 10% !important;
    }
}

.verification-code-input {
    display: inline-block !important;
    width: 130px;
}

.phone-verification-alert {
    color: red;
}

.inactive-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}

.text-yellow {
    color: #ff9b00;
}

#disqus_thread {
    background: #fff;
    padding: 10px;
}

.users-dropdown-menu {
    width: calc(100% - 30px) !important;
    left: 15px !important;
}

.data-list>.row:nth-child(even) {
    background: #F9F9F9;
}

.data-list>.row.border-bottom-1:not(:first-child) {
    padding-top: 10px;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

.widget>.btn-group>.btn:first-child
{
    border-top-left-radius: 0;
}

.widget>.btn-group>.btn:last-child
{
    border-top-right-radius: 0;
}

.widget>.btn-group:not(:last-child)>.btn:first-child
{
    border-bottom-left-radius: 0;
}

.widget>.btn-group:not(:last-child)>.btn:last-child
{
    border-bottom-right-radius: 0;
}
.vertical-middle-block-container {
    position: relative;
}
.vertical-middle-block {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.sidebar.menu .sidebar-menu .menu>li>ul li a span
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 220px;
    display: inline-block;
}
.order-fixer {
    margin-bottom: 4px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .create-invoice-button {
        margin-top: 20px;
    }
}

.main-content .content-body {
    padding-top: 0px;
}

.main-content .content-body .alert {
    margin-top: 0;
}