@charset "UTF-8";

.scroll-400 {
    height: auto;
    max-height: 438px;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.alert {
    margin: 10px;
}

.break-word {
    word-wrap: break-word;
}

.max_114 {
    max-width: 114px;
}

.payment-label {
    height: 100px;
    margin-right: 34px;
}

.form-payment .checkbox.checkbox-newsletter {
    margin-left: 16px;
}

.form-payment .checkbox.checkbox-newsletter label {
    padding-left: 12px;
}

label.required {
    font-weight: bold !important;
}

#main > header aside ul.nav form.dropdown-menu {
    width: 270px;
}

.container-gray.ticket-container article.admin_reply {
    background-color: #FFF5F5;
}

tr[data-url] {
    cursor: pointer;
}

.col-auto {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: -1;
}

.form-payment p.button-submit button {
    padding-left: 60px;
    padding-right: 60px;
}

.helpdesk_table .created, .helpdesk_table .modified, .helpdesk_table .last_reply {
    width: 15em;
}

.helpdesk_table .id {
    width: 5em;
}

.transfer-bank-data .container-img img {
    top: 40px;
}

.btn.btn-big {
    font-weight: bold;
    width: 200px;

    border-radius: 6px;
    font-size: 18px;
    padding: 14px 16px;
}

.nav-font {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

td.option {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
}

td.option a {
    width: 100%;
}

td.option_title {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.caret.caret2 {
    border-bottom-color: #a0afb6;
    border-top-color: #a0afb6;
}

a:active .caret.caret2, .active .caret.caret2, a:hover .caret.caret2 {
    border-bottom-color: white;
    border-top-color: white;
}

.badge.badge2 {
    padding: 3px 4px;
    font-size: 10px;
}

.badge.badge2:active, .badge.badge2.active, .badge.badge2:hover {
    background-color: #a0afb6;
}

.bold {
    font-weight: bold;
}

h4 b {
    color: #707070;
    font-size: 13px;
    vertical-align: middle;
}

h4 i[class*="icon-"] {
    color: #a0afb6;
    display: inline-block;
    min-width: 18px;
    margin-right: 10px;
    text-align: center;
}

#choose_package .btn-small {
    padding-top: 3px;
    padding-bottom: 2px;
    min-width: 75px;
    box-shadow: none;
}

.row .rowmax240 {
    max-width: 240px;
}

#ippack_table {
    height: 400px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.table-country a strong {
    color: #707070;
}

#ippack_table .tl-flag {
    width: 26px;
}

#ippack_table .tl-name {
}

#ippack_table .tl-ip {
    width: 120px;
}

#ippack_table .tl-http, #ippack_table .tl-socket {
    width: 126px;
}

#flashbox .icon-container {
    position: absolute;
}

#flashbox .flash-container {
    margin-left: 43px;
}

.form-payment label {
    font-weight: normal;
}

span.slash {
    font-size: 26px;
    color: black;
    font-weight: bold;
}

.btn-espago {
    width: 100%;
}

#security_code {
    width: 60px;
}

input:invalid {
    border-color: lightcoral;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(240, 128, 128, 0.25);
}

input.invalid {
    border-color: red;
}

.error-message {
    color: red;
}

.browser-add-on > article[class^="col-lg-"] {
    background-size: contain;
    background-position: 5px;
    margin-bottom: 20px;
}

.browser-add-on > article[class^="col-lg-"] > * {
    margin-left: 180px;
}

.browser-add-on > article.firefox {
    background-image: url('/img/browser_logos/firefox_256x256.png');
}

.browser-add-on > article.chrome {
    background-image: url('/img/browser_logos/chrome_256x256.png');
}

.browser-add-on > article.opera {
    background-image: url('/img/browser_logos/opera_256x256.png');
}

.browser-add-on > article.microsoft-edge {
    background-image: url('/img/browser_logos/edge_256x256.png');
}

#OrderSubscription {
    float: none;
}

.form-box-gray .form-currency .form-control {
    height: 30px;
    margin-top: 3px;
    padding: 4px 6px;
}

input[type=range] {
    width: 100%;
    background: transparent;
}

.rangeslider_grid {
    position: relative;
    height: 2em;
    margin: 0 8px;
}

.rangeslider_grid span {
    position: absolute;
    width: 50px;
    margin-left: -25px;
    text-align: center;
}

.rangeslider_grid span:nth-of-type(1) {
    left: 0%;
}

.rangeslider_grid span:nth-of-type(2) {
    left: 25%;
}

.rangeslider_grid span:nth-of-type(3) {
    left: 50%;
}

.rangeslider_grid span:nth-of-type(4) {
    left: 75%;
}

.rangeslider_grid span:nth-of-type(5) {
    left: 100%;
}

.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

[class^="slickgrid_"],
[class^="slickgrid_"] div,
[class^="slickgrid_"] *:after,
[class^="slickgrid_"] *:before {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;;
    box-sizing: content-box !important;;
}


.slick-cell.flag, .slick-cell.ip, .slick-cell.port_http, .slick-cell.port_socks {
    text-align: center;
}

.slick-cell.ip > *, .slick-cell.port_http > *, .slick-cell.port_socks > * {
    margin-top: 6px;
}

.slick-cell.flag > * {
    margin-top: 10px;
}

.slick-cell.name > * {
    display: block;
}

.slick-column-name {
    font-weight: bold;
}

.slick-cell {
    border-top-style: dotted;
    border-right-style: none;
    border-bottom-style: dotted;
    border-left-style: none;
    font-size: 14px;
    line-height: 16px;
}

.slick-header-columns {
    background-color: #f3f3f3;
    background-image: linear-gradient(#f3f3f3, #ebebeb);

}

.slick-header-column.ui-state-default {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #dedede;
    background: none;
    box-shadow: 0 1px 0 #fff inset;
    color: #373737;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
}

.btn-gray2 {
    color: #8A8A8A;
    background: #F5F5F5;
    border: 1px solid #D9DBDC;
    font-size: 12px;
    text-shadow: none;
    margin: 5px;
    border-radius: 0 3px 3px 0;
    padding: 3px 7px;
}

.btn-gray2 i {
    margin-right: 0;
}

.modal-gray {
    background: #F5F5F5;
}

.btn-margin {
    margin-top: 10px;
}

.btn-proxybonanza-addon {
    pointer-events: auto !important;
}

.text-wrap {
    white-space: pre-wrap;
}

.text-nowrap {
    white-space: nowrap;
}

/** Slidery **/

input[type=range] {
    height: 38px;
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000;
    background: #3071A9;
    border-radius: 5px;
    border: 1px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 30px;
    width: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3071A9;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000;
    background: #3071A9;
    border-radius: 5px;
    border: 1px solid #000000;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 30px;
    width: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #3071A9;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-fill-upper {
    background: #3071A9;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 30px;
    width: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071A9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #3071A9;
}


input[type=range].range-blue::-webkit-slider-runnable-track {
    background: #3071A9;
}

input[type=range].range-blue:focus::-webkit-slider-runnable-track {
    background: #3071A9;
}

input[type=range].range-blue::-moz-range-track {
    background: #3071A9;
}

input[type=range].range-blue::-ms-fill-lower {
    background: #3071A9;
}

input[type=range].range-blue::-ms-fill-upper {
    background: #3071A9;
}

input[type=range].range-blue:focus::-ms-fill-lower {
    background: #3071A9;
}

input[type=range].range-blue:focus::-ms-fill-upper {
    background: #3071A9;
}

input[type=range].range-green::-webkit-slider-runnable-track {
    background: #5CB85C;
}

input[type=range].range-green:focus::-webkit-slider-runnable-track {
    background: #5CB85C;
}

input[type=range].range-green::-moz-range-track {
    background: #5CB85C;
}

input[type=range].range-green::-ms-fill-lower {
    background: #5CB85C;
}

input[type=range].range-green::-ms-fill-upper {
    background: #5CB85C;
}

input[type=range].range-green:focus::-ms-fill-lower {
    background: #5CB85C;
}

input[type=range].range-green:focus::-ms-fill-upper {
    background: #5CB85C;
}

input[type=range].range-red::-webkit-slider-runnable-track {
    background: #D9534F;
}

input[type=range].range-red:focus::-webkit-slider-runnable-track {
    background: #D9534F;
}

input[type=range].range-red::-moz-range-track {
    background: #D9534F;
}

input[type=range].range-red::-ms-fill-lower {
    background: #D9534F;
}

input[type=range].range-red::-ms-fill-upper {
    background: #D9534F;
}

input[type=range].range-red:focus::-ms-fill-lower {
    background: #D9534F;
}

input[type=range].range-red:focus::-ms-fill-upper {
    background: #D9534F;
}

#main > header aside .nav-pills > li.active > a {
    color: white;
    background: transparent;
}

.max_200 {
    max-width: 200px;
}

div.html-from-markdown {
    padding: 20px;
}

.html-from-markdown p {
    white-space: pre-wrap;
}

.cursor-wait, .cursor-wait * {
    cursor: wait !important;
}

[data-notify] {
    z-index: 2000 !important;
}

.no-border, .no-border > td, .no-border > th {
    border-top: 1px solid white !important;
}

td.td25, th.td25 {
    width: 25%;
    min-width: 25%;
}

.vtop {
    vertical-align: top !important;
}
