html,
body {
    height: 100%;
    position: relative;
}

/*.navbar {
	box-shadow: 0 -3px 3px -3px #000 inset;
}*/

.navbar-default .navbar-brand {
    color: #0090e6;
}

.navbar > .container-fluid, .footer > .container-fluid {
    padding: 0 50px;
}

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

a.anchor {
    position: relative;
    top: -50px;
}

a.comment {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dashed #666;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container-fluid {
    padding-top: 70px;
}

.slide-prices {
    padding: 50px;
    background: url('../img/bigstock-Lan-Cable-Connect-To-Network-S-160331060.jpg') center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: 0 0 3px #000 inset;
}

.slide-prices h2 {
    color: #fff;
    text-shadow: 0 0 1px #000, 0 0 3px #000;
}

.slide-prices .info {
    font-size: 20px;
    margin: 20px 0;
}

.slide-prices .info > span {
    font-weight: bold;
}

.slide-prices .thumbnail {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.slide-benefits {
    padding: 50px;
    border-top: 3px solid #0090e6;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.slide-benefits .benefit {
    font-size: 21px;
    padding: 20px;
}

.slide-help {
    padding: 10px 30px;
    border-top: 3px solid #0090e6;
    background: #f5f5f5;
}

.slide-help h2 {
    margin-bottom: 20px;
}

.slide-help .panel {
    box-shadow: 0 0 5px #ccc;
}

.benefit .glyphicon {
    font-size: 120px;
    color: #0090e6;
    text-shadow: 0 0 3px #000;
}

.benefit .desc {
    font-size: 14px;
}

.slide-hello .circle {
    vertical-align: top;
    font-size: 24px;
    line-height: 130px;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    /*box-shadow: 0 0 3px #000, 0 0 1px #000, 0 0 3px #000 inset, 0 0 1px #000 inset, 0 0 0 5px rgba(255,255,255,0.2);*/
    box-shadow: 0 0 1px #000, 0 0 1px #000 inset, 0 0 0 5px rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    border: 7px solid #0090e6;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 #036, 0 0 1px #000;
    color: white;
}

.slide-hello {
    background: url('../img/global-conections-retina.jpg') top center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -20px;
    color: white;
    text-shadow: 0 0 1px #000, 0 0 2px #000;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    box-shadow: 0 4px 4px -4px #000 inset;
}

@keyframes checking {
    0% {
        color: #000;
    }
    50% {
        color: #eee;
    }
    100% {
        color: #000;
    }
}

a.checking {
    color: #000;
    animation: checking 1s infinite;
}

.jumbotron {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0;
    box-shadow: 0 0 3px #000 inset;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
    margin-top: 10px;
}

.btn.btn-buy {

    background: #0090e6;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 3px #000;
}

.jumbotron .btn-buy:hover {
    background: #0060a6;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#payform-payment img, #balanceform-payment img, #prolongform-payment img {
    max-width: 100%;
    max-height: 100%;
}

#balanceform-payment img {
    max-width: 100%;
    max-height: 100%;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: inline-block;
    float: none;
    width: 20%;
    height: 52px;
    font-size: 13px;
}

.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;
    color: #b70e0e;
}

.not_prolong_message a {
    color: #2288dd;
}

.pagesize {
    float: left;
    width: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}

.pagesize .form-control {
    display: inline;
    width: auto;
    margin: 0 3px;
    padding: 0 0;
    height: 33px;
}

#proxiesGrid .pagination {
    float: left;
    margin-top: 0;
}

.field-payform-phone label, .field-prolongform-phone label, .field-balanceform-phone label {
    display: block;
}

.field-payform-phone .intl-tel-input, .field-prolongform-phone .intl-tel-input, .field-balanceform-phone .intl-tel-input {
    width: 100%;
}

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

.field-payform-phone, .field-prolongform-phone, .field-balanceform-phone {
    display: none;
}

.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 #f7f7f7;
    padding-top: 40px;
    margin-top: 40px;
    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;
}

.proxies_data {
    font-size: 14px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 15px 0 5px 0;
    border-top: 1px solid #337ab7;
}

.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 #e5e5e5;
    left: 0;
    right: 0;
    top: 10px;
}

.ua_data li {
    position: relative;
}

.label-success {
    background-color: #5cb85c;
    color: white !important;
}

.label-danger {
    background-color: #E82134;
    color: white !important;
}

.label-primary {
    background-color: #337ab7;
    color: white !important;
}

/*.label {*/
/*font-size: 12px;*/
/*display: inline;*/
/*padding: 1px 5px;*/
/*font-weight: bold;*/
/*line-height: 1;*/
/*color: #fff;*/
/*text-align: center;*/
/*white-space: nowrap;*/
/*vertical-align: baseline;*/
/*border-radius: .25em;*/
/*text-transform: uppercase;*/
/*}*/

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

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

.modal-header .close {
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #989db2;
    font-size: 32px;
    position: absolute;
    top: 5px;
    right: 18px;
    opacity: 1;
    outline: none !important;
}

.modal-header .close:hover {
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transform: scale(1.2);
    color: #20222B;
    outline: none;
}

.modal-header p {
    font-size: 1.777em;
    font-weight: 400;
    margin-bottom: 0;
}

.landing_button {
    background: #337ab7;
    position: relative;
    font-size: 16px;
    padding: 0.6rem 3rem;
    border-radius: 26px;
    font-weight: bold;
}

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

/*.nav > li > a {*/
/*position: relative;*/
/*display: block;*/
/*padding: 10px 15px;*/
/*}*/

#payform-tariff {
    border: none;
    box-shadow: none;
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group > .input-group-addon {
    width: 37px;
}

.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.site_checker_result {
    margin: 10px 0 0 0;
}

.site_checker_result.success {
    color: #3c763d;
}

.site_checker_result.error {
    color: #a94442;
}



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







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

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

.payment-currency__button {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 6px 11px 5px 5px;
    width: 178px;
    height: 39px;
    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: 14px;
    font-weight: 500;
    cursor: pointer;
}

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


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

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

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

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

.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 .input_focused{
    border-bottom:2px solid #2288dd;
}

.payment_check {
    display: block;
    margin: 0 auto;
}

.payment-currency__button img {
    max-height: 70%;
    max-width: 70%;
    position: absolute;
}

.payment-method__input {
    display: none;
}

.payment-method {
    display: inline-block;
    vertical-align: middle;
}

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

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

.return_address_holder{
    margin-bottom: 15px;
}

.column_half{
    width: 50%;
    float: left;
}

.crypto_checkout{
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-bottom: 10px;
}

.crypto_currency_label{
    margin-bottom: 0;
    margin-top: 11px;
}


#verification_phone .close{
    display: none;
}

#verification_code .close{
    display: none;
}

.user_notification_message {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
    border: 2px solid #f5bdcd;
    background: #fef6f8;
    font-size: 12px;
    font-weight: 400;
    border-radius: 8px;
}


.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:hover{
    text-decoration: none;
}
