.footer-lang {
    margin-left: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.footer-lang > a {
    background: #444;
    display: inline-block;
    padding: 3px 5px 1px;
    opacity: 0.5;
}

.footer-lang > a.active {
    opacity: 1;
}

.button-white {
    background: #fff;
    border: 2px solid #eee;
    color: black;
}

.button-white:hover {
    background: #eee;
    border: 2px solid #eee;
    color: black;
}

.transition-loader {
    margin: 0;
    padding: 0;
    background: #2288dd;
    opacity: 0.7;
    z-index: 9;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

.transition-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100% - 200px);
    color: #FFF;
    padding: 0 100px;
    text-align: center;

}

.transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
}

.transition-loader-inner label:after {
    font-family: FontAwesome;
    content: '\f111';
}

.transition-loader-inner label:nth-child(0) {
    -webkit-animation: loader 3s 600ms infinite ease-in-out;
    animation: loader 3s 600ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(1) {
    -webkit-animation: loader 3s 500ms infinite ease-in-out;
    animation: loader 3s 500ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(2) {
    -webkit-animation: loader 3s 400ms infinite ease-in-out;
    animation: loader 3s 400ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(3) {
    -webkit-animation: loader 3s 300ms infinite ease-in-out;
    animation: loader 3s 300ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(4) {
    -webkit-animation: loader 3s 200ms infinite ease-in-out;
    animation: loader 3s 200ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(5) {
    -webkit-animation: loader 3s 100ms infinite ease-in-out;
    animation: loader 3s 100ms infinite ease-in-out;
}

@keyframes loader {
    0% {
        opacity: 0;
        transform: translateX(-300px) scale(1);
    }
    33% {
        opacity: 1;
        transform: translateX(0px) scale(2);
    }
    66% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateX(300px) scale(2);
    }
}

@-webkit-keyframes loader {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.form__fieldset.crypto_currency {
    margin: 16px 0 3px;
}

.checkbox.crypto_currency {
    vertical-align: middle;
    margin-top: -3px;
}

.payment-currency__button {
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px 11px 5px 5px;
    width: 170px;
    height: 32px;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    /* align-items: center; */
    margin: 4px 4px 4px 0;
    transition: border 0.25s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.payment-method__input:checked + .payment-currency__button {
    border: 2px solid #ccc;
}

.payment-currency__button span.amount {
    display: block;
    float: right;
    padding: 7px 0;
}

.crypto_checkout.hint {
    padding: 0;
}

.crypto_checkout .qr_code {
    float: left;
    padding: 9px;
}

.crypto_checkout .description {
    float: left;
    padding-top: 0;
}

.crypto_wrapper .timer-holder {
    text-align: center;
}

.crypto_wrapper .timer-holder #timer {
    font-weight: 500;
}

.crypto_wrapper .button {
    display: block;
    margin: 0 auto;
}

.crypto_checkout .description strong {
    font-weight: 500;
}

.clb {
    clear: both;
    margin: 0;
    padding: 0;
}

.form_alert_message {
    color: red;
    font-size: 11px;
    display: none;
    font-weight: bold;
}

.card_payment_message.order_form,
.crypto_payment_message.order_form,
.advcash_payment_message.order_form,
.yandex_payment_message.order_form {
    padding-left: 10px;
}

.card_payment_message.prolong_form, .crypto_payment_message.prolong_form, .advcash_payment_message.prolong_form {
    text-align: right;
}

.form__half.return_description {
    float: right;
    padding-left: 18px;
    font-size: 12px;
}

.payment-errors.crypto {
    color: #dc2a45;
    padding: 0 8px;
    font-size: 13px;
    float: left;
    font-weight: bolder;
    display: none;
    padding-top: 2px;
}

.payment_check img {
    display: none;
}

.payment_check.wait {
    padding: 8px 16px 8px 8px;
}

.payment_check.wait img {
    float: left;
    padding-right: 4px;
    display: block;
}

.payment_waiting a {
    color: #2288dd;
}

.payment_waiting a:hover {
    text-decoration: none;
}

.payment_phone > div {
    width: 100%;
    border-bottom: 2px solid #ccc;
    transition: border-bottom 0.25s ease-in-out;
}

.payment_phone > div.input_invalid {
    border-bottom: 2px solid #DB2B2B;
}

.payment_phone .input_focused {
    border-bottom: 2px solid #2288dd;
}

.benten_credentials {
    font-size: 12px;
    margin-left: 16px;
    padding: 0 0 12px 0;
    margin-top: 14px;
}

.cannot_prolong {
    display: block;
    font-size: 10px;
    color: #b70e0e;
}

.strike.not_prolong {
    text-decoration: none;
}

.not_prolong_message {
    width: 100%;
    margin: 0 10px 11px 0;
    display: block;
    padding: 10px 0;
}

.not_prolong_message a {
    color: #2288dd;
}

.ipv6_small {
    color: gray;
    font-size: 10px;
    padding-left: 19px;
}

.ipv6_holder.table__row .table__cell {
    padding-bottom: 0;
    line-height: 1.25;
}

.ipv6_holder {
    line-height: 0.3;
}

.speed_single {
    color: gray;
    border-bottom: 1px dotted gray;
    text-decoration: none;
}

.speed_single:hover {
    color: gray;
    border-bottom: none;
    text-decoration: none;
}

.speed_select {
    padding: 4px 5px;
    border: 2px solid #eee;
    border-radius: 8px;
    outline: none;
    transition: border 0.25s ease-in-out, background 0.25s ease-in-out;
    background: #fff;
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px 2px;

}

.old_tariff_name {
    padding-left: 5px;
}

.service_nav {
    text-align: left;
}

.service_nav > li.active > a, .service_nav > li.active > a:hover, .service_nav > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.service_nav > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.service_nav > li {
    position: relative;
    display: block;
    float: none;
}

.service_nav > li > a {
    color: #333333;
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
}

#valid_proxies, #invalid_proxies {
    width: 100%;
    border-radius: 9px;
    font-size: 13px;
    resize: none;
    border-color: #f7f7f7;
    padding: 5px 15px;
    height: 200px;
    margin: 10px 0 0 0;
}

.checker_results {
    border-top: 2px solid #eee;
    padding-top: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
    display: none;
}

pre {
    overflow: auto;
    display: block;
    margin: 0;
    padding: 5px 10px;
    font-size: 13px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.bg-success {
    background-color: #dff0d8 !important;
}

.bg-danger {
    background-color: #f2dede !important;
}

.proxies_data > li {
    position: relative;
    height: 1em;
    margin-bottom: 17px;
    margin-top: 7px
}

.proxies_data {
    font-size: 14px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
}

.proxies_data > li > .proxy_label {
    position: absolute;
    left: 0;
    background-color: #fff;
    padding-right: 5px;
    z-index: 1;
}

.proxies_data > li > .proxy_info {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding-left: 5px;
    z-index: 1;
}

.proxies_data > li:after {
    content: "";
    position: absolute;
    height: 0;
    border-bottom: 1px dotted #e5e5e5;
    left: 0;
    right: 0;
    top: 82%;
}

.ua_data > li:after {
    content: "";
    position: absolute;
    height: 0;
    border-bottom: 1px dotted #eee;
    left: 0;
    right: 0;
    top: 10px;
}

.ua_data li {
    position: relative;
}

.label-success {
    background-color: #5cb85c;
    color: white !important;
    padding: 1px 2px;
    border-radius: 3px;
    font-size: 12px;
}

.label-danger {
    background-color: #E82134;
    color: white !important;
    padding: 1px 2px;
    border-radius: 3px;
    font-size: 12px;
}

.label-primary {
    background-color: #337ab7;
    color: white !important;
    padding: 1px 2px;
    border-radius: 3px;
    font-size: 12px;
}

.ua_data {
    font-size: 14px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 15px 0 13px 0;
    border-top: 1px solid #eee;
}

.ua_info {
    margin-left: 150px;
    z-index: 1;
    background: white;
    position: relative;
}

.ua_label {
    float: left;
    background: white;
    position: relative;
    z-index: 1;
}

#useragent_js {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding-left: 5px;
    z-index: 1;
}

.color-danger {
    color: #E82134;
}

#useragent_js.color-danger {
    margin-left: 145px;
    z-index: 1;
    background: white;
    position: relative;
}

#login {
    padding-right: 0 !important;
}

.main_header {
    padding-right: 0 !important;
}

#login-form #login-result {
    display: none;
}

#login-form #login-result.error, #login-form #login-result.success {
    display: block;
}

#login-form #login-result.error {
    color: #DF1D37;
}

#login-form #login-result.success {
    color: #17c25c;
}

.modal_new {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    z-index: 1000000;
}

.modal-content {
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.alert.fade.in {
    opacity: 1 !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #337ab7;
    color: white;
}

.nav > li > a {
    color: #333333;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    cursor: pointer;
}

.half_block {
    box-sizing: border-box;
    width: 49%;
    vertical-align: top
}

.clearfix {
    clear: both;
    margin: 0;
    padding: 0;
}

.whois_submit_button {
    height: 40px;
    margin-top: 30px;
}

.whois_form {
    display: flex;
}

.whois_form .form__input {
    flex: 1;
}

.checker_faq {
    font-size: 13px
}

.check_site_form_button {
    height: 40px;
}

.check_site_form {
    display: flex;
    margin-bottom: 0;
}

.check_site_form .input_holder {
    flex: 1;
}

.site_checker_result {
    font-size: 12px;
    text-align: center;
}

.site_checker_result.valid {
    color: #46DB2B;
}

.site_checker_result.invalid {
    color: #DB2B2B;
}

.check_site_form .form__input {
    margin: 16px 0 3px;
}

.check_site_form label {
    font-size: 15px;
    margin-left: 8px;
    display: block;
    margin-top: 25px;
    padding-right: 3px;
}

.api_method_block {
    margin-bottom: 40px;
}

.danger {
    color: #DB2B2B;
    font-size: 14px;
}

.reset_partner_filter {
    color: #2288dd;
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 0 0 15px;
}

.reset_partner_filter:hover {
    text-decoration: none;
}

.small_balance {
    cursor: pointer;
    text-decoration: underline;
}

.small_balance:hover {
    text-decoration: none;
}

.partner_balance {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}

.withdraw_result_invalid {
    color: #DB2B2B;
    font-size: 12px;
    text-align: center;
    display: none;
}

.agree_form_message {
    margin: 4px 0 0 9px;
}

.agree_paragraph {
    margin-bottom: 0;
}

.image_input {
    margin-top: 25px;
}

.image_input label {
    padding: 4px 8px;
    border: 2px solid #eee;
    border-radius: 8px;
    transition: border 0.25s ease-in-out, background 0.25s ease-in-out;
    background: #fff;
    cursor: pointer;
}

.image_input label:hover {
    background: #eee;
}

.image_input input {
    display: none;
}

.message__image img {
    width: 123px;
    cursor: pointer;
}

.message__image {
    margin-top: 9px;
}

.popup_image_window {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    z-index: 2000;
}

.popup_image_bg {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
}

.popup_image_img {
    position: relative;
    z-index: 2;
    max-height: 70%;
    max-width: 70%;
    margin: 3% 0 0 0;
    cursor: pointer;
}

.process, .process:hover, .process:active {
    text-decoration: none;
    pointer-events: none;
    opacity: .8;
    cursor: progress;
    background-size: 20px 20px !important;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .25) 75%, transparent 75%, transparent) !important;
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, .25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .25) 75%, transparent 75%, transparent) !important;
    background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, .25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .25) 75%, transparent 75%, transparent) !important;
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, .25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .25) 75%, transparent 75%, transparent) !important;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .25) 75%, transparent 75%, transparent) !important;
    -webkit-animation: animate-stripes .8s linear infinite;
    -moz-animation: animate-stripes .8s linear infinite;
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 0;
    }
}

@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 0;
    }
}

.result_table td, .result_table th {
    padding: 5px;
    text-align: center;
}

.payment_form_message {
    margin-top: -16px;
    margin-left: 9px;
}

.phone_form_message {
    margin-top: -9px;
}

.telegram__notification {
    background: #2288dd;
    color: #fff;
    padding: 0px;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.telegram__notification a {
    color: white;
}

.form_replenish__balance_currency {
    margin: 41px 0 0 13px;
    color: #333;
}

.form_replenish__balance_currency .select__current:after {
    display: inline;
}

.form_replenish__balance_wholesale {
    margin-top: 41px;
    margin-bottom: 14px;
}

.form_replenish__balance_wholesale_agree {
    margin-top: 10px;
}

.verification_code_error {
    margin-top: -11px;
}

.verification_phone_error {
    margin-top: -11px;
}

.qiwi_terminal_message {
    margin: 16px 8px 0;
    border: 2px solid #eee;
    padding: 10px;
}

.user_notification_message {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
}

.user_notification_message_exit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    line-height: 0.5;
    font-weight: 400;
    font-size: 24px;
    color: #7b7b7b;
    text-decoration: none;
    cursor: pointer;
}

.user_notification_message_exit:before {
    content: "×";
}

.proxies_data_holder{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5px;
}

.proxies_data_value{
    color: gray;
}

.table__cell{
    vertical-align: top;
}

.prolong_badge{
    margin: 0 0 5px 0;
}

.prolong_description_text{
    color: gray;
    margin: 0 0 5px 0;
}
