html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    min-width: 1000px;
}

html.auth_html {
    min-width: auto !important;
}

body {
    background: url("../images/texture_bg.png") repeat scroll 0px 0px rgb(68, 68, 68);
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

* {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

body.empty {
    background: none;
}

body.empty>table {
    width: 100%;
    height: 100%;
    margin: 0px;
    vertical-align: middle;
    border: none;
}

*,
p,
.accordion dd>a {
    font-family: 'PT Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #333;
}

div.switch {
    width: 65px;
    margin: 0px auto;
}

div.switch.tiny label {
    margin: 0px;
    line-height: normal;
    font-size: 16px;
}

div.switch.tiny label.on {
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
}

div.switch.tiny label.off {
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}

div.switch span:last-child {
    box-shadow:
        2px 0 10px 0 rgba(0, 0, 0, 0.07),
        1000px 0 0 980px #5f5,
        -2px 0 10px 0 rgba(0, 0, 0, 0.07),
        -1000px 0 0 1000px #f55;
    -webkit-box-shadow:
        2px 0 10px 0 rgba(0, 0, 0, 0.07),
        1000px 0 0 1000px #5f5,
        -2px 0 10px 0 rgba(0, 0, 0, 0.07),
        -1000px 0 0 1000px #f55;
}

.timer__items {
    width: 80%;
    display: flex;
    font-size: 48px;
}

.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}

.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px;
}

dl.accordion dd>a {
    padding: 5px 20px;
    border: 1px solid rgb(221, 221, 221);
    margin-top: 1px;
}

.tabs dd>a {
    padding: 5px 10px;
    border: 1px solid rgb(221, 221, 221);
    margin-right: 1px;
}

a.button {
    margin: 0px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.7
}

label small.error {
    text-transform: none;
}

span.bad,
span.bad i {
    color: #c00;
}

span.good,
span.good i {
    color: #0c0;
}

span.neutral,
span.neutral i {
    color: #222;
}

input[type=button].helper_switch {
    margin: 0px;
    width: 120px;
    box-sizing: border-box;
}

input[type=button].helper_switch.off {
    background-color: #a22;
}

input[type=button].helper_switch.on {
    background-color: #2a2;
}

input[type=button].helper_switch.disabled {
    background-color: #cecece;
}


input[type=submit].helper_switch {
    margin: 0px;
    width: 120px;
}

input[type=submit].helper_switch.off {
    background-color: #a22;
}

input[type=submit].helper_switch.on {
    background-color: #2a2;
}

input[type=submit].helper_switch.disabled {
    background-color: #cecece;
}

input[type=submit].helper_switch.off.ptr {
    width: 100%;
}

input[type=submit].tiny.modal {
    align-self: center;
}

a[type="submit"].helper_switch {
    margin: 0px;
    /*width: 100%;*/
}

a[type="submit"].helper_switch.off {
    background-color: #a22;
}

a[type="submit"].helper_switch.on {
    background-color: #2a2;
}

a[type="submit"].helper_switch.disabled {
    background-color: #cecece;
}

.reveal-modal-bg {
    z-index: 9999;
}

.reveal-modal {
    z-index: 9999;
}

.iptv-channel {
    width: auto;
    left: 50%;
    margin-left: -511px;
}

div.leaflet-control-container>div.leaflet-bottom.leaflet-right>div.leaflet-control {
    display: none;
}

#header {
    border-bottom: 1px solid rgb(102, 102, 102);
}

#header .phone {
    /* color: #3572b6; */
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 20px;
    white-space: nowrap;
}

#header .phone .code {
    color: rgb(102, 102, 102);
    font-size: 32px;
}

#header .header_menu {
    overflow: hidden;
}

#header .header_menu ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0px;
}

#header .header_menu ul li {
    float: right;
    margin: 15px 0px;
    padding: 0px 5px;
    border-right: 1px dotted rgb(153, 153, 153);
}

#header .header_menu ul li:first-child {
    border: none;
}

#header .header_menu ul li a {
    margin: 8px;
    display: block;
    color: rgb(153, 153, 153);
    font-size: 12px;
}

#header .header_menu ul li a:hover {
    color: rgb(0, 102, 153);
}

#header .exit {
    padding: 0px;
}

#header .exit a {
    float: right;
    margin: 14px 0px;
    background-color: rgb(0, 102, 153);
}

#header .exit a:hover {
    background-color: rgb(34, 132, 161);
}

#message {
    background: url("../images/square_bg.png") repeat scroll 0px 0px rgb(241, 241, 241);
    padding: 10px;
    border-top: 1px solid rgb(51, 51, 51);
}

#message span {
    margin-left: 20px;
}

#body {
    background: #fff;
    border-bottom: 1px solid rgb(51, 51, 51);
}

#body .main_menu {}

#body .main_menu div {
    margin-left: 20px;
    margin-bottom: 10px;
}

#body .main_menu ul {
    list-style-type: none;
    margin-top: 20px;
    padding: 10px 0px 20px;
    margin-left: 20px;
}

/*#body .main_menu ul li a{color: #333;}*/
#body .main_menu ul li a i {
    width: 20px;
    text-align: center;
}

#body .main_menu ul li a:hover {
    color: rgb(0, 102, 153);
}

#body .main_menu ul li a:hover i {
    color: rgb(0, 102, 153);
}

#body .main_content {
    min-height: 600px;
    padding: 20px;
    box-shadow:
        -10px 0 20px -20px rgba(0, 0, 0, 1),
        10px 0 20px -20px rgba(0, 0, 0, 1);
}

#footer {
    border-top: 1px solid rgb(102, 102, 102);
    text-align: center;
}

#footer span {
    color: rgb(153, 153, 153);
}

#info {}

#info table {
    width: 100%;
}

#info table tbody tr td:nth-child(1) {
    width: 270px;
}

#info table tbody tr td:nth-child(3) {
    width: 100px;
    text-align: center;
}

#changeInfo input[type=submit] {
    margin: 0px auto;
    display: block;
}


#feedback {}

#feedback textarea {
    resize: vertical;
    height: 200px;
}

#feedback .fileinput {
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 5px;
}

#feedback .fileinput input {
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    font-size: 200;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#feedback .fileinput div {
    float: left;
    margin-bottom: 5px;
}

#feedback .fileinput div.filename {
    background: none;
    color: #000;
    cursor: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 300px;
    text-align: left;
    display: none;
}

#feedback .right {
    text-align: right;
}

#payment {}

#payment table {
    width: 100%;
}

#payment form input[name=amount] {
    width: 200px;
    float: left;
    margin-right: 5px;
}

#payment .logos {
    overflow: hidden;
}

#payment .logos li {
    float: left;
    list-style: none outside none;
    margin: 20px;
}

#payment .logos li img {
    position: relative;
    top: 0px;
    transition: all 0.15s ease-in-out 0s;
}

#payment .logos li:hover img {
    top: -10px;
}

#stat {}

#stat table {
    width: 100%;
}

#stat table td {
    text-align: center;
}

#stat table th {
    text-align: center;
}


#accounts {}

#accounts table {
    width: 100%;
}

#accounts table th {
    text-align: center;
}

#accounts table td {
    text-align: center;
    max-width: 125px;
}

#accounts table tr #loginForm {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    word-break: break-word;
}

#accounts table tr #loginForm:hover {
    overflow: visible;
}

/* Если возникла проблема с добавлением нового контента надо понимать что страничка супер статичная.
По этому имеет смысл переписать кнопки и прочие стили... */
#accounts a[type="button"].helper_switch {
    max-width: 110px;
}

#accounts table {
    table-layout: fixed;
}

#accounts input[type="submit"].helper_switch {
    margin: 0px;
    width: 100px;
}

#accounts a.password_remind {
    width: 100px;
}



/* .domain_ptr:hover {
    overflow:visible;
    word-break: break-word;
    white-space: normal;

} */


a.button.tiny.close-reveal-modal.back {
    position: inherit;
    top: 0px;
    right: 0px;
    margin-left: 10px;
    font-size: 0.6875rem;
    height: 33px;
    margin-left: 35px;
    width: 163px;
    color: #fff;

}

.domain_ptr {
    position: relative;
    display: inline-block;
    word-break: break-word;
    white-space: normal;
    font-size: 10px;
    color: rgb(0, 140, 255);
}

/* Текст подсказки */
.domain_ptr .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Расположите текст подсказки */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Исчезают в подсказке */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Подсказка стрелка */
.domain_ptr .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Отображение текста подсказки при наведении курсора мыши на контейнер подсказки */
.domain_ptr:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.discard-attention {
    font-size: 10px;
    color: red;
}

/*
#accounts a[type="submit"].helper_switch.off{background-color: #a22;}
#accounts a[type="submit"].helper_switch.on{background-color: #2a2;}
#accounts a[type="submit"].helper_switch.disabled{background-color: #cecece;} */

#email {}

#email table {
    width: 100%;
}

#email table th {
    text-align: center;
}

#email table td {
    text-align: center;
}

#email form.new_mail input[type=submit] {
    margin: 0 auto;
    display: block;
}

#email #pass_generator {
    display: block;
    margin-left: 10px;
}

#email form.new_mail .dop_info {
    border: none;
    background: none;
    text-align: left;
    padding-left: 10px;
}

#changePass input[type=submit] {
    margin: 0 auto;
    display: block;
}

#parentcontrol {}

#parentcontrol .control_tab {
    overflow: hidden;
}

#parentcontrol #tooltip {
    display: none;
    border: 1px solid silver;
    position: absolute;
    padding: 3px;
    background: #f6f6f6;
}

#parentcontrol #parentcontrol_on_off {
    margin: 10px auto 20px;
    display: block;
}

#parentcontrol #parentcontrol_save {
    margin: 10px auto 20px;
    display: block;
}

#parentcontrol ol.help {
    margin: 10px 20px;
}

#parentcontrol ol.help li {
    font-size: 12px;
}

#parentcontrol ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/* manage parental controls */
#parentcontrol label {
    font-size: 14px
}

#parentcontrol .voice-chat-options label {
    display: block;
    float: left;
    margin-left: 60px
}

#parentcontrol .voice-chat-options .first-option {
    margin-left: 0
}

#parentcontrol .voice-chat-options input {
    margin: 3px 5px 0 0;
    display: block;
    float: left
}

#parentcontrol .checkbox {
    line-height: 30px;
    vertical-align: middle
}

#parentcontrol .limit-box {
    float: none;
    width: 30px;
    text-align: center;
    font-size: 12px;
    height: 20px;
    padding: 1px 3px;
    line-height: 20px
}

#parentcontrol .section-spacer {
    margin-top: 12px
}

#parentcontrol .dls-info {
    float: left;
    padding: 5px 0 4px 10px
}

#parentcontrol .playtime-report-desc {
    width: 75%;
    line-height: 13px;
    font-size: 11px
}

#parentcontrol #enableWeeklyReport {
    float: left;
    margin-top: 2px
}

#parentcontrol .weekly-report-info {
    padding-left: 5px;
    float: left
}

/* days of the week */
#parentcontrol .day {
    float: left;
    width: 93px;
    border-left: 3px solid #d6d6d6;
    text-align: center
}

#parentcontrol .day .day-label {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    cursor: default;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px
}

#parentcontrol .day .hour {
    width: 90px;
    height: 10px;
    background-color: #eee;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1px;
    cursor: -moz-grabbing;
    line-height: 1px
}

#parentcontrol .day .hour:hover {
    background-color: #73B531
}

#parentcontrol .day .hour.spacer {
    border-bottom: 3px solid #d6d6d6
}

#parentcontrol .day .ui-selected {
    background-color: #73B531;
    border-bottom: 1px solid #73B531;
    color: #FFF
}

#parentcontrol .day .ui-selected:hover {
    background-color: #86CB41
}

#parentcontrol .day .ui-selected.spacer {
    border-color: #73B531
}

#parentcontrol .day .ui-selecting {
    background-color: #73B531;
    border-color: #73B531;
    color: #FFF
}

#parentcontrol .day .ui-selecting.spacer {
    border-color: #73B531
}

#parentcontrol .day .first-selected {
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    position: relative;
    float: left;
    top: 0;
    text-align: center;
    width: 90px;
    height: 20px;
    background-color: #467e25
}

#parentcontrol #day6 {
    border-right: 3px solid #d6d6d6;
    width: 96px;
}

/* time legend */
#parentcontrol .time-legend {
    float: left;
    width: 50px;
    font-size: 11px
}

#parentcontrol .time-legend .top-spacer {
    height: 20px;
    border-bottom: 1px solid #d6d6d6;
}

#parentcontrol .time-legend .time {
    height: 20px;
    width: 50px;
    line-height: 27px;
    border-bottom: 1px solid #d6d6d6;
    text-align: right;
    margin-right: 4px;
    vertical-align: text-top;
}

#parentcontrol .time-legend .time sup {
    position: relative;
    top: -5px;
    font-size: 12px;
    padding-right: 4px
}

#parentcontrol .time-legend .time.spacer {
    border-bottom: 3px solid #d6d6d6;
}

/* totals */
#parentcontrol .totals {
    text-align: center;
    font-size: 11px;
}

#parentcontrol .totals td {
    height: 30px;
    line-height: 30px;
}

#parentcontrol .totals .total-label {
    width: 47px;
    text-align: right;
    padding-right: 3px;
    height: 40px;
    line-height: 40px
}

#parentcontrol .totals .day-total {
    width: 95px;
    float: left;
    border-left: 3px solid #d6d6d6;
}

@-moz-document url-prefix() {
    #parentcontrol .totals .total-label {
        padding-right: 2px;
    }

    #parentcontrol .totals .day-total:last-child,
    .parental-controls .totals .day-total:first-child {
        width: 94px;
        float: left;
        border-left: 3px solid #d6d6d6;
    }

    #parentcontrol .totals .day-total {
        width: 97px;
        float: left;
        border-left: 3px solid #d6d6d6;
    }
}

/* presets */
#parentcontrol .presets {
    float: right;
    width: 170px;
    font-size: 11px
}

#parentcontrol .presets .presets-title {
    background-color: #555;
    color: #FFF;
    padding: 5px
}

#parentcontrol .presets a {
    display: block;
    margin: 4px;
    padding-left: 16px;
    background: url(/account/_images/services/parental-controls/set-schedule.gif) no-repeat 0 1px
}

#parentcontrol .presets a.reset-schedule {
    background-image: url(/account/_images/services/parental-controls/reset-schedule.gif)
}

/* gets appended to body */
.time-block {
    position: absolute;
    z-index: 5;
    width: 97px;
    vertical-align: middle;
    text-align: center;
    color: #467e25;
    font-weight: bold;
    font-size: 11px;
    cursor: default
}

/* jquery selectable area */
#parentcontrol .ui-selectable-helper {
    display: none;
    opacity: 0.4;
    background-color: #333
}

/* set up */
#parentcontrol .setup-list {
    margin-left: 40px
}

#parentcontrol .parental-controls-help {
    float: right;
    width: 250px;
    line-height: 1.5em;
    padding: 7px 11px;
    background-color: #0A1F2D;
    border: 1px solid #003854;
    margin: -70px 0 15px 5px
}

#parentcontrol .parental-controls-help strong {
    color: #FFF
}

#parentcontrol .parental-controls-help a {
    text-decoration: underline
}

#parentcontrol p.text a {
    text-decoration: underline
}

#parentcontrol .authenticator-info {
    display: block;
    float: left;
    line-height: 30px;
    margin-left: 5px
}

/* set up success */
#parentcontrol .change-successful {
    float: left;
    left: 50%;
    margin-bottom: 20px;
    position: relative
}

#parentcontrol .change-successful h3 {
    background: url("/account/_images/icons/check-lrg.png") no-repeat scroll 0 0 transparent;
    color: #91E600;
    font-size: 28px;
    left: -50%;
    letter-spacing: -2px;
    line-height: 63px;
    padding-left: 60px;
    position: relative;
    text-align: center
}

/* authenticator page */
#main.parent-authenticator {
    background-image: url(/account/_images/services/parental-controls/authenticator_header.jpg)
}

#parentcontrol .parent-authenticator .authentiator-wrapper {
    width: 700px;
    padding-left: 200px;
    margin-top: -20px
}

#parentcontrol .parent-authenticator .authentiator-wrapper a.cancel {
    text-decoration: underline
}

#parentcontrol .form .form-row .rightCol .note {
    position: absolute;
    left: 270px;
    top: 0px;
    z-index: 20003;
}

#parentcontrol .form .form-row .rightCol .alert {
    background: url("../../_images/icons/alert.png") no-repeat 0% 50%;
    display: block;
    float: left;
    line-height: 30px;
    padding-left: 25px;
    margin-left: 6px;
}

/* Form errors */
#parentcontrol .form .form-row .invalid .text {
    border: 2px solid #CC0000;
    background-color: #E6CEC6;
}

#parentcontrol .form .form-row .invalid .text:focus,
.form .form-row .invalid .text:hover {
    background-color: #F1F1F1;
}

#parentcontrol li.clear_day {
    cursor: pointer;
    text-decoration: underline;
}

#parentcontrol li.clear_day:hover {
    background-color: #467e25;
    color: #eee;
}



#video {}

#video .tabs-content>.content {
    float: none;
}

#video .cam_link_table {
    width: 100%;
    margin: 0px;
    background: inherit;
    border: none;
}

#video .cam_link_table td {
    padding: 0px;
}

#video .cameras_count_prefix {
    text-align: right;
}

#video .cameras_count {
    width: 20px;
    text-align: right;
}

#video .camera_link {
    list-style-type: none;
}

#video #video_map {
    border: 1px solid rgb(221, 221, 221);
    height: 100%;
}

#video .map_cam_box {
    max-height: 300px;
    padding: 10px;
    margin: 0px -10px;
    width: 370px;
    margin-top: -10px;
}

#video .map_camera {
    float: left;
    width: 165px;
    margin: 0px !important;
    font-size: 14px;
    line-height: 18px;
    margin-right: 5px !important;
    overflow: hidden;
    white-space: pre;
    position: relative;
    text-overflow: ellipsis;
}

#video .tabs.vertical {
    width: 40%;
}

#video .tabs-content.vertical {
    width: 60%;
    border: 1px solid #DDD
}

#video .camera_link {
    margin-top: 10px;
    margin-bottom: 10px;
}

#show_cam {
    margin-top: -80px;
    padding-bottom: 0px;
    z-index: 9999;
}

#show_cam .flash {
    width: 100%;
    height: 100%;
}

#show_cam .flash #flash_player {
    width: 100%;
    max-width: 704px;
    height: 576px;
    display: block;
    margin: 0 auto;
    border: 1px solid #555;
    margin: 0 auto;
}

#show_cam .mjpeg {
    width: 100%;
}

#show_cam .mjpeg img {
    width: 100%;
    max-width: 704px;
    height: 576px;
    display: block;
    margin: 0 auto;
    border: 1px solid #555;
    margin: 0 auto;
}

#show_cam .jpeg img {
    width: 100%;
    max-width: 704px;
    height: 576px;
    display: block;
    margin: 0 auto;
    border: 1px solid #555;
    margin: 0 auto;
}

#show_cam .jpeg {
    padding: 20px;
}


#recovery {}

#recovery .phone_form {
    background: none;
    width: 100%;
    border: none;
}

#recovery .phone_form td {
    font-size: 26px;
    vertical-align: middle;
    padding: 0px;
}

#recovery .phone_form td span {
    font-size: inherit;
    line-height: 1;
}

#recovery .phone_form td input {
    margin: 0px;
    font-size: inherit;
    padding: 0px 10px;
}

#recovery .phone_form td.country_code {
    width: 30px;
}

#recovery .phone_form td.code {
    padding: 0px 5px;
    width: 100px;
}

#recovery .phone_form td.code input {
    text-align: center;
}

#recovery .phone_form td.phone {
    padding-left: 10px;
}

#recovery .phone_form td.scobki {
    padding-bottom: 7px;
}

#recovery .passport input {
    margin-bottom: 0;
}

#recovery .foreign_passport label {
    padding: 0.5rem 0;
    margin-top: 0.2rem;
}

#recovery .foreign_passport input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

#recovery .foreign_passport div {
    display: inline-block;
    width: 80%;
    color: #777;
    font-size: 0.7rem;
    line-height: 0.7rem;
    vertical-align: middle;
}

#recovery .recovery_method_block {
    margin-bottom: 1rem;
}

#recovery .recovery_method_block .title {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    color: #555;
}

#recovery .recovery_method_block label {
    font-size: 0.8rem;
    color: #555;
    vertical-align: middle;
}

#recovery .recovery_method_block input {
    vertical-align: middle;
    margin-bottom: 0;
}

.smaller-space div {
    padding: 0;
    padding-left: 0.9375rem;
}

.smaller-space div:last-child {
    padding-right: 0.9375rem;
}

#unsubscribe_go {
    margin-right: 50px;
}

#payhistory th:nth-child(2) {
    text-align: right;
}

#payhistory td:nth-child(2) {
    text-align: right;
}

#payhistory th:nth-child(3) {
    text-align: right;
}

#payhistory td:nth-child(3) {
    text-align: right;
}


.small_text {
    font-style: italic;
    font-size: 10px;
}

.iptv_active_tab {
    width: 710px;
}

.airnet_iptv_tab {
    width: 100%;
}

table.airnet_iptv_tab th:nth-child(1),
table.airnet_iptv_tab td:nth-child(1) {
    width: 30%;
}

table.airnet_iptv_tab th:nth-child(2),
table.airnet_iptv_tab td:nth-child(2) {
    width: 17%;
    text-align: center;
}

table.airnet_iptv_tab th:nth-child(3),
table.airnet_iptv_tab td:nth-child(3) {
    width: 15%;
    text-align: center;
}

table.airnet_iptv_tab th:nth-child(4),
table.airnet_iptv_tab td:nth-child(4) {
    width: 20%;
    text-align: center;
}

table.airnet_iptv_tab th:nth-child(5),
table.airnet_iptv_tab td:nth-child(5) {
    width: 15%;
    text-align: center;
}

.iptv_tab td>input {
    margin: .5rem 0 .5rem 0;
}

.iptv_tab {
    width: 100%;
}

table.iptv_tab_account th:nth-child(1),
table.iptv_tab_account td:nth-child(1) {
    width: 17%;
    text-align: center;
}

table.iptv_tab_account th:nth-child(2),
table.iptv_tab_account td:nth-child(2) {
    width: 9%;
    text-align: center;
}

table.iptv_tab_account th:nth-child(3),
table.iptv_tab_account td:nth-child(3) {
    width: 11%;
    text-align: center;
}

table.iptv_tab_account th:nth-child(4),
table.iptv_tab_account td:nth-child(4) {
    width: 21%;
    text-align: center;
}

table.iptv_tab_account th:nth-child(5),
table.iptv_tab_account td:nth-child(5) {
    width: 23%;
    text-align: center;
}

table.iptv_tab_account th:nth-child(6),
table.iptv_tab_account td:nth-child(6) {
    width: 19%;
    text-align: center;
}

.iptv_tab_account td>input {
    margin: .5rem 0 .5rem 0;
}

table.iptv_tab th:nth-child(1),
table.iptv_tab td:nth-child(1) {
    width: 35%;
}

table.iptv_tab th:nth-child(2),
table.iptv_tab td:nth-child(2) {
    width: 41%;
    text-align: center;
}

table.iptv_tab th:nth-child(3),
table.iptv_tab td:nth-child(3) {
    width: 15%;
    text-align: center;
}

table.iptv_tab th:nth-child(4),
table.iptv_tab td:nth-child(4) {
    width: 20%;
    text-align: center;
}

table.iptv_tab th:nth-child(5),
table.iptv_tab td:nth-child(5) {
    width: 15%;
    text-align: center;
}

table.iptv_tab th:nth-child(6),
table.iptv_tab td:nth-child(6) {
    text-align: center;
}

.iptv_tab td>input {
    margin: .5rem 0 .5rem 0;
}

.iptv_acc_tab {
    width: 100%;
}

.iptv_acc_tab .head {
    font-weight: bold;
    width: 25%;
}

.iptv_acc_tab .head~td {
    width: 75%;
}

.extra_tab {
    width: 710px;
}

.extra_tab th {
    /*text-align: center;*/
}

.extra_tab td {
    /*white-space: nowrap;*/
}

.button_tyny_size {
    width: 100%;
}

.alert-box-is-blocked {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    background-color: #f17474;
    border-color: #f30a0a;
    color: #fff
}

.display-inline {
    display: inline;
}

.button_add_acc {
    margin: 0 25% 0 40%;

}

.button_modal_center {
    display: flex;
    justify-content: center;
}

.button_video_center {
    margin: 0 25% 0 40%;

}

.button_request_center {
    margin: 35px 25% 0 40%;

}

.button_request_center2 {
    margin: 0px 25% -25px 40%;

}

.active a,
.active i {
    color: #008cba;
}

.notactive a,
.notactive i {
    color: #333;
}

table.clear-strip tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}

.close-reveal-modal-button {
    color: #FFFFFF !important;
    font-size: 0.6875rem !important;
    position: relative !important;
    top: auto !important;
}


.video_new {
    float;
    left;
}

.new_modal_window {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    display: block;
    display: none;
}

.nmw_margin {
    margin: 0px auto;
    width: 1000px;
}

.nmw_close {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background: url(/public/images/bg-dark-4785.jpg);
    opacity: 0.6;
}

.nmw_container {
    background: url(/public/images/bg-dark-4765.gif);
    float: left;
    width: 1000px;
    height: 600px;
    position: relative;
    z-index: 9999;
    box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -icab-border-toht-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.nmw_line_top {
    text-align: center;
    text-indent: 220px;
    float: left;
    width: 100%;
    line-height: 40px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.nmw_list_chanels {
    float: left;
    width: 220px;
    padding: 0px 15px;
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    overflow: hidden;
    position: relative;
}

.nmw_screen {
    float: left;
    width: -webkit-calc(100% - 235px);
    width: -o-calc(100% - 235px);
    width: calc(100% - 235px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.nmw_line_bottom {
    float: left;
    text-align: left;
    text-indent: 220px;
    width: 100%;
    line-height: 40px;
    color: #46BEE2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.nmw_close_x {
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 15px;
    color: #fff;
    padding: 0px 5px 2px;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
}

.arrows {
    position: absolute;
    height: 40px;
    right: 0px;
    width: 100%;
    z-index: 999999999;
}

.arrows div {
    cursor: pointer;
    -webkit-transition: .3s background ease;
    -moz-transition: .3s background ease;
    -ms-transition: .3s background ease;
    -o-transition: .3s background ease;
    transition: .3s background ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.76);
}

.arrows_fs {
    position: absolute;
    height: 40px;
    right: 0px;
    width: 100%;
    z-index: 9999999;
}

.arrows_fs div {
    cursor: pointer;
    -webkit-transition: .3s background ease;
    -moz-transition: .3s background ease;
    -ms-transition: .3s background ease;
    -o-transition: .3s background ease;
    transition: .3s background ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.76);
}

.arrow_l {
    background: rgba(255, 255, 255, 0.35) url(/public/images/arrow-l.png) -1px -1px no-repeat;
    float: left;
    width: 38px;
    height: 38px;
    margin-left: 20px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -icab-border-radius: 30px;
    border-radius: 30px;
    margin-top: 1px;
}

.arrow_l:hover {
    background: rgba(255, 255, 255, 0.8) url(/public/images/arrow-l.png) -1px -1px no-repeat;
}

.arrow_r {
    background: rgba(255, 255, 255, 0.35) url(/public/images/arrow-r.png) -1px -1px no-repeat;
    float: right;
    width: 38px;
    height: 38px;
    margin-right: 20px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -icab-border-radius: 30px;
    border-radius: 30px;
    margin-top: 1px;
}

.arrow_r:hover {
    background: rgba(255, 255, 255, 0.8) url(/public/images/arrow-r.png) -1px -1px no-repeat;
}

.nmw_list_chanels_house {
    float: left;
    width: -webkit-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    width: calc(100% + 40px);
    height: 100%;
    overflow-y: scroll;
}

.nmw_list_chanels_in_house {
    float: left;
    width: 190px;
    position: relative;
}

.mjpeg_screen {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    background-size: 100% 100%;
}

#fullscreen {
    position: absolute;
    width: 40px;
    height: 30px;
    /*bottom: 5px*/
    ;
    right: 10px;
    background: url(/public/images/to_full.png);
    cursor: pointer;
    background-size: 100% 100%;
}

.fullscreenvideo {
    position: fixed;
    z-index: 999999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fcv_mjpeg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.fullscreentop {
    text-align: center;
    float: left;
    width: 100%;
    line-height: 40px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.fullscreenbottom {
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #46BEE2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    bottom: 0px;
    left: 0px;
}

.closeFullscreen {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 40px;
    height: 30px;
    background: #96f96f;
    cursor: pointer;
    background: url(/public/images/full_from.png);
    background-size: 100% 100%;
}

.cameraList {
    float: left;
    width: 100%;
    line-height: 16px;
    color: #BDBBBB;
    cursor: pointer;
    margin-bottom: 10px;
}

.CLA {
    color: #46BEE2 !important;
}

.change {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 220px;
    height: 40px;
    z-index: 999999999;
}

.q_change {
    position: absolute;
    bottom: 0px;
    right: 220px;
    width: 220px;
    height: 40px;
    z-index: 999999999;
}

.showToggleDiv,
.qToggleDiv {
    line-height: 40px;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    color: #aaa;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border-top-left-radius: 10px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.qToggleDiv {
    border-top-right-radius: 10px;
}

.tdp,
.qCB {
    line-height: 40px;
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 0px;
    color: #aaa;
    cursor: pointer;
}

.tdp:hover,
.qCB:hover {
    color: #46BEE2;
}

.showToggleDiv:hover {
    color: #ddd;
}

#flash_player {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-size: 100% 100%;
    border-radius: 5px;
    overflow: hidden;
}

.ToggleDiv,
.qDiv {
    position: relative;
    line-height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.64);
    float: left;
}

.tdpa,
.qCBA {
    color: #46BEE2;
}

.loading {
    background: #000 url(/public/images/loading.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999999;
    opacity: .8;
    background-size: 200px 200px;
}

.new_cameraAdresList {
    float: left;
    width: 715px;
}

.new_caneraAdresName {
    float: left;
    width: 344px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 0px;
    border-radius: 10px;
    background: #eeeeee;
    background: -moz-linear-gradient(-45deg, #eeeeee 0%, #f9f9f9 50%, #fcfcfc 51%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eeeeee), color-stop(50%, #f9f9f9), color-stop(51%, #fcfcfc), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(-45deg, #eeeeee 0%, #f9f9f9 50%, #fcfcfc 51%, #ffffff 100%);
    background: -o-linear-gradient(-45deg, #eeeeee 0%, #f9f9f9 50%, #fcfcfc 51%, #ffffff 100%);
    background: -ms-linear-gradient(-45deg, #eeeeee 0%, #f9f9f9 50%, #fcfcfc 51%, #ffffff 100%);
    background: linear-gradient(135deg, #eeeeee 0%, #f9f9f9 50%, #fcfcfc 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1);
    border: 1px solid #eee;
    box-shadow: inset 2px 2px 2px rgba(85, 85, 85, 0.04), 2px 2px rgba(0, 0, 0, 0.26);
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.new_caneraAdresName:hover {
    box-shadow: inset 2px 2px 2px rgba(85, 85, 85, 0.04), 2px 2px rgba(0, 0, 0, 0);
}

.listInadresBlock {
    float: left;
    width: 698px;
    display: none;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #fcfcfc 49%, #f9f9f9 50%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(49%, #fcfcfc), color-stop(50%, #f9f9f9), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #fcfcfc 49%, #f9f9f9 50%, #f9f9f9 100%);
    background: -o-linear-gradient(-45deg, #ffffff 0%, #fcfcfc 49%, #f9f9f9 50%, #f9f9f9 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 0%, #fcfcfc 49%, #f9f9f9 50%, #f9f9f9 100%);
    background: linear-gradient(135deg, #ffffff 0%, #fcfcfc 49%, #f9f9f9 50%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=1);
    padding: 10px 0px 0px 10px;
    border-radius: 10px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.25);
    margin-top: 30px;
}

.cameraListAdresName {
    float: left;
    width: calc((100%/3) - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 3px 0px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.56);
    cursor: pointer;
    background: #fff;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cameraListAdresName:hover {
    box-shadow: 2px 2px 2px rgba(100, 100, 100, 0);
}

.new_caneraAdresZag {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    color: #008cba;
    font-weight: bold;
    text-align: center;
}

.error_screen,
.error_Fullscreen {
    display: none;
    position: absolute;
    z-index: 888;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.error_screen p,
.error_Fullscreen p {
    color: #fff;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.blockNamesAdresMap {
    float: left;
    width: 100%;
}

td._tt_id {
    width: 80px;
    font-size: 11px;
}

td._tt_date {
    width: 150px;
}

td._tt_tecknic {
    width: 150px;
}

td._tt_state {
    width: 130px;
}

td._tt_call {
    width: 90px;
    font-size: 14px;
}

td._tt_star {
    width: 109px;
}

table.tickets_table tbody tr.main_tr:first-child td,
table.calls_table tbody tr.main_tr:first-child td {
    font-weight: bold;
}

table.tickets_table tbody tr.main_tr:nth-child(1),
table.calls_table tbody tr.main_tr:nth-child(1) {
    background: #efefef;
}

table.tickets_table tbody tr.main_tr,
table.calls_table tbody tr.main_tr {
    background: #fff;
    height: 47px;
}

._tt_state span::before {
    margin-right: 5px;
    cursor: pointer;
}

tr.comment_tr.bold td {
    font-weight: bold;
    background: #f3f3f3;
}

.comment_tr {
    display: none;
    background: #f9f9f9;
}

i.fa.fa-star.gray_srats {
    color: #aaa;
    cursor: pointer;
}

i.fa.fa-star.gold_srats {
    color: gold;
}

.rating_modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1);
}

._rm_frame {
    width: 800px;
    margin: 0 auto;
    margin-top: 200px;
}

._rm_close_screen {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

._rm_container {
    float: left;
    width: 100%;
    padding: 20px 50px;
    background: #fff;
    position: relative;
    z-index: 1001;
    border: 1px solid #aaa;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #aaa;
}

._rm_content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1002;
}

p._rm_title {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 1.6875rem;
    margin-bottom: 15px;
}

.big_rating_stars {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.big_rating_stars .fa {
    font-size: 30px;
    padding-right: 5px;
}

p._rm_mini_title {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
}

._rm_content textarea {
    float: left;
    width: 100%;
    padding: 20px 10px;
    height: 200px;
}

i.fa.fa-star.gray_big_stars {
    color: #aaa;
}

i.fa.fa-star.gold_big_stars {
    color: gold;
}

.__change_gray {
    color: #aaa !important;
}

.__change_gold {
    color: gold !important;
    cursor: pointer;
}

._rm_send_button {
    float: left;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    background-color: #007095;
    color: #fff;
    cursor: pointer;
}

p.sendComment,
.showComment {}

.tr_active {
    border: 1px solid #008cba;
    background: #eee !important;
}

.tr_no_active {
    border: none;
    background: #fff;
}

i.fa.callHave.fa-headphones {
    font-size: 20px;
    cursor: pointer;
}

.player {
    float: left;
    width: 710px;
    display: none;
    margin-bottom: 1rem;
    margin-top: 2rem;
    background: rgb(36, 36, 36);
    z-index: 99999;
}

audio#audio_record {
    float: left;
    width: 100%;
}

td._tt_date_call {
    width: 150px;
    /*font-size: 11px;   line-height: 13px;*/
}

td._tt_emplname {
    width: 152px;
}

td._tt_ticket i,
a.call_link i {
    float: left;
    font-size: 24px;
    margin-right: 5px;
    cursor: pointer;
}

a.call_link i {
    margin-left: 18px;
}

td._tt_record {
    width: 119px;
}

td._tt_ticket {
    width: 130px;
}

#public_comment {
    vertical-align: middle;
}

.public_check_label {
    width: 60%;
    line-height: 2rem;
    vertical-align: text-bottom !important;
}


p.inf {
    float: left;
    margin: 0px;
    line-height: 24px;
    font-size: 14px;
}

.tickets_content.tabs-content {
    margin-bottom: 0px;
}

table.tickets_table {
    margin-bottom: 0px;
}

.call_link i.fa.fa-pause {
    background: #008cba;
    color: #fff;
    font-size: 10px;
    border-radius: 40px;
    padding: 6px;
    width: 20.5px;
    text-align: center;
    line-height: 9px;
    margin-top: 2px;
    margin-left: 13px;
    margin-bottom: 1px;
}

td._tt_ticket i {
    font-size: 14px;
    width: 85px;
}


.tickets_block {
    background: #efefef;
    color: #222;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border: 1px solid rgb(221, 221, 221);
    padding: 0px;
    float: left;
    width: 100%;
    border-left: 0px;
    border-right: 0px;
}

.tickets_block div,
.__dd_tickets a div {
    float: left;
    padding: 10px 10px;
}

._tb_id {
    width: 64px;
    font-size: 11px;
    line-height: 13px;
}

dd.__dd_tickets {
    float: left;
    width: 100%;
    margin-top: 1px;
    border: 1px solid rgb(221, 221, 221);
    border-left: 0px;
    border-right: 0px;
}

dd.__dd_tickets a {
    background: none !important;
    border: none !important;
    margin: 0px !important;
}

dl.accordion>dd.__dd_tickets>a {
    float: left;
    width: 100%;
    padding: 0px;
    border: 0px !important;
    outline: none !important;
}

._tb_date {
    width: 95px;
    font-size: 11px;
    line-height: 13px;
}

._tb_tecknic {
    width: 95px;
}

._tb_state {
    width: 295px;
}

._tbc_state {
    width: 299px;
    /*font-size: 11px;*/
}

._tb_call {
    width: 80px;
}

._tb_star {
    width: 79px;
}

.__dd_tickets a .rating,
.__dd_tickets a .rating_have {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.rating .fa-star,
.rating_have .fa-star {
    font-size: 12px;
}

.ticket_info {
    float: left;
    width: 100%;
    font-size: 13px;
}

._content {
    float: left;
    width: 100%;
}

._comment_date {
    float: left;
    width: 130px;
    color: inherit;
}

._comment_text {
    float: left;
    color: inherit;
}

.ticket_info ._content:nth-child(even) {
    background: #fff;
}

.ticket_info ._content:last-child {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.ticket_info ._content:nth-child(1) {
    background: #eee;
    font-weight: bold;
}

.ticket_info ._content:last-child {
    border-bottom: 1px solid rgb(221, 221, 221);
}

._tc_element .tickets_block:first-child {
    font-weight: bold;
    height: 100%;
}

table.table_ticket {
    padding: 0px;
    margin: 0px;
    background: none;
    border-collapse: separate;
    border-spacing: 0px 4px;
    border: 0px;
}

table.table_ticket:focus,
.__dd_tickets a:focus {
    border: 0px;
}

td.showMore,
.showMoreT {
    text-align: center;
    background: #efefef;
    cursor: pointer;
}

td.showMore span,
.showMoreT span {
    margin-right: 10px;
    background: #fff;
    padding: 4px 7.5px 3px 8.5px;
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 18px;
    font-family: initial;
}

.player_fixed {
    position: fixed;
    top: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 10px #aaa;
}

span._rm_closeX {
    position: absolute;
    top: 10px;
    right: -20px;
    font-weight: 100;
    font-size: 20px;
    font-family: monospace;
    cursor: pointer;
    color: #999;
}

dd.__dd_tickets:hover {
    background: #eee;
}


table.table_ticket td {
    padding: 5px 11px;
}

table.table_ticket tr {
    border: solid 1px #ddd;
    outline: 1px solid #eee;
    cursor: pointer;
}

table.calls_table {
    border-collapse: separate;
    border-spacing: 0px 1px;
    border: 0px;
}

table.calls_table td {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

table.calls_table tr {
    /* border-left: 1px solid #ddd; */
}

tr.main_tr.ttle td {
    padding: 5px 11px;
}

div#_calls {
    width: 710px;
}

table.table_ticket tr:first-child {
    font-weight: bold;
    background: #eee;
    cursor: default;
}

table.table_ticket tr:hover,
table.calls_ticket tr:hover,
table.feed_ticket tr:hover {
    background: #eee;
}

td._tb_call i {
    font-size: 14px;
}

td._tb_state ._content {
    font-size: 11px;
    line-height: 13px;
    margin-top: 1px;
}

td._tb_state ._content:first-child {
    margin-bottom: 1px;
    padding-bottom: 1px;
    padding-top: 0px;
    margin-top: 0px;
}

td._tbc_state ._content {
    font-size: 11px;
    line-height: 13px;
    margin-top: 1px;
}

td._tbc_state ._content:first-child {
    margin-bottom: 1px;
    padding-bottom: 1px;
    padding-top: 0px;
    margin-top: 0px;
}

table tr.even,
table tr.alt,
table .successfull:nth-of-type(even),
.successfull {
    background: #cfd;
}

table tr.even,
table tr.alt,
table .no_successfull:nth-of-type(even),
.no_successfull {
    background: #fbb;
}


table.calls_ticket tr:first-child {
    font-weight: bold;
    background: #eee;
    cursor: default;
}

table.calls_ticket tr {
    border: solid 1px #ddd;
    outline: 1px solid #eee;
    cursor: pointer;
}

table.calls_ticket {
    padding: 0px;
    margin: 0px;
    background: none;
    border-collapse: separate;
    border-spacing: 0px 4px;
    border: 0px;
}

table.feed_ticket tr:first-child {
    font-weight: bold;
    background: #eee;
    cursor: default;
}

table.feed_ticket tr {
    border: solid 1px #ddd;
    outline: 1px solid #eee;
    cursor: pointer;
}

table.feed_ticket {
    padding: 0px;
    margin: 0px;
    background: none;
    border-collapse: separate;
    border-spacing: 0px 4px;
    border: 0px;
}

._tr_active {
    background: #ddd !important;
}

.noaction {
    /* font-size: 11px; */
    font-style: italic;
}

.linksSound {
    float: none !important;
}

.activei {
    /* margin-left: 13px; */
    /* float: left; */
    font-size: 24px;
    /* margin-right: 5px; */
    cursor: pointer;
}

.activei.fakeactivei {
    cursor: not-allowed;
    color: #bbbbbb;
}

.alert-box-is-blocked .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3;
}

.alert-box.for-user {
    background: #2a2;
    border-color: #1C671C;
}

tbody tr:first-child td._tt_id {
    font-size: 14px;
}

i.green_fa {
    color: #2a2;
    margin-right: 10px;
    cursor: pointer;
}

i.red_fa {
    color: #f30a0a;
    margin-right: 10px;
}

.columns .feeds {
    margin-bottom: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-left: 0px;
    margin-right: 0px;
    background: #f9f9f9;
}

.columns .feeds:nth-child(odd) {
    background: #f9f9f9;
}

.row.feeds:hover {
    background: #eee;
}

p.modal_text {
    float: left;
    width: 100%;
}

p.modal_text span {
    font-weight: bold;
    margin-right: 10px;
}

.small-4.columns p {
    /* float: left; */
    margin: 0px;
    padding-right: 10px;
    line-height: 25px;
}

a.filehave i {
    float: right;
    cursor: pointer;
    margin-left: 2px;
    color: #008cba;
    font-size: 1.0rem;
    line-height: 1.6;
    width: 15px;
    height: 25px;
}

.feeds .small-4.columns {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.f_modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    height: 100%;
}

.f_center {
    width: 800px;
    margin: auto;
}

.f_container {
    float: left;
    width: 800px;
    position: absolute;
    height: 100%;
    z-index: 100;
    background: #fff;
    cursor: default;
}

.f_container img {
    height: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    box-shadow: 10px 10px 30px rgba(39, 39, 39, 0.25);
}

.f_close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.14);
    cursor: pointer;
    z-index: 99;
}

.f_icons {
    position: absolute;
    top: 0px;
    right: 0px;
}

.f_icons .fa {
    font-size: 20px;
    margin: 5px;
    color: #3572b6;
    cursor: pointer;
}

.f_icons {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #FFF;
    border-bottom-left-radius: 10px;
    opacity: .8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.f_icons:hover {
    opacity: 1;
}

.feeds p {
    height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.feeds i {
    line-height: 1.6;
    font-size: 1rem;
}

.hidenrow {
    display: none;
}

.feeds:nth-child(1) {}

.columns div.feeds:first-child {}

.fds>.feeds:nth-child(4n-1) {
    background: #fff;
}

.row.showmore {
    margin-bottom: 3px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
}

.feeds * {
    line-height: 25px;
    font-size: 14px;
}

.f div {
    font-weight: bold;
}

.f div {
    font-weight: bold;
}

.row.feeds div:first-child {
    font-size: 11px;
}

.f div:first-child {
    font-size: 16px !important;
}

table.table_ticket tr:first-child td {
    font-size: 14px;
    line-height: 18px;
}

._content.na {
    display: none;
}

span.readmorestates {
    color: #008cba;
    cursor: pointer;
    font-size: 12px;
}

.alert-box-is-blocked a:not(.close) {
    color: #fff;
    text-decoration: underline;
    opacity: 0.9;
    /*font-weight: bold;*/
}

.alert-box-is-blocked a:hover {
    opacity: 1;
}

#mb {
    display: block;
    width: 710px;
    height: 30px;
}

.mbv {
    display: block;
    width: 685px;
    height: 30px;
}

.has-tip.activei.fa.fa-question-circle {
    border-bottom: 0px;
}

img.thumb {
    height: 33px;
}

.newdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    left: 0px;
    top: 0px;
    opacity: 0;
}

div#drop_zone {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(94, 124, 134, 0.57);
    top: 0px;
    left: 0px;
}

div#drop_zone::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border-radius: 20px;
    border: 10px dashed #eee;
    background-color: rgba(0, 62, 83, 0.49);
}

table.droptable {
    width: 100%;
    height: 100%;
    background: none;
    margin: 0px;
    border: 0px;
    position: relative;
    z-index: 99999;
}

td.droptd {
    text-align: center;
    font-size: 3em;
    color: #fff;
}

div#filesadded span {
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.rem_elem {
    position: absolute;
    cursor: pointer;
    color: #FFFFFF;
    z-index: 999999;
    background-color: rgb(0, 140, 186);
    width: 100%;
    font-size: 21px;
    line-height: 15px;
    padding: 9px 0px;
    text-align: center;
    opacity: .1;
}

.rem_elem:hover,
.refr:hover {
    opacity: .8;
}

.refr {
    display: none;
    position: absolute;
    cursor: pointer;
    color: #FFFFFF;
    z-index: 999999;
    background-color: rgb(0, 140, 186);
    width: 100%;
    font-size: 21px;
    line-height: 15px;
    padding: 9px 0px;
    text-align: center;
    opacity: .3;
}

.thumb,
.rem_elem,
.refr {
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.file_thumb {
    float: left;
    width: 50px;
    text-align: center;
    background-color: #F9F9F9;
}

.file_thumb i {
    font-size: 19px;
    padding: 7px 0px;
    color: #333;
}

p.right.morethanfiles {
    float: right;
    margin: 0px;
    padding: 0px 5px;
    background-color: #008CBA;
    color: #fff;
    border-radius: 6px 3px 3px 3px;
    cursor: pointer;
}

.loading_file {
    float: left;
    width: 33px;
    height: 33px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.loading_file div {
    width: 16px;
    height: 16px;
    background: #008cba;
    float: left;
    opacity: .4;
    animation: move 2s infinite linear;
    -webkit-animation: move 2s infinite linear;
    -moz-animation: move 2s infinite linear;
    -o-animation: move 2s infinite linear;
    -ms-animation: move 2s infinite linear;
}

.loading_file div:nth-child(1) {
    margin-right: 1px;
    margin-bottom: 1px !important;
}

.loading_file div:nth-child(2) {
    margin-bottom: 1px !important;
    animation-delay: .5s;
}

.loading_file div:nth-child(3) {
    margin-right: 1px;
    animation-delay: 1.5s;
}

.loading_file div:nth-child(4) {
    animation-delay: 1s;

}

@keyframes move {
    0% {
        opacity: .4;
    }

    25% {
        opacity: .6;
    }

    50% {
        opacity: .8;
    }

    75% {
        opacity: 1;
    }
}

-webkit-keyframes move {
    0% {
        opacity: .4;
    }

    25% {
        opacity: .6;
    }

    50% {
        opacity: .8;
    }

    75% {
        opacity: 1;
    }
}

@-moz-keyframes move {
    0% {
        opacity: .4;
    }

    25% {
        opacity: .6;
    }

    50% {
        opacity: .8;
    }

    75% {
        opacity: 1;
    }
}

@-o-keyframes move {
    0% {
        opacity: .4;
    }

    25% {
        opacity: .6;
    }

    50% {
        opacity: .8;
    }

    75% {
        opacity: 1;
    }
}

@-ms-keyframes move {
    0% {
        opacity: .4;
    }

    25% {
        opacity: .6;
    }

    50% {
        opacity: .8;
    }

    75% {
        opacity: 1;
    }
}

td._tt_feed_date {
    width: 150px;
}

td._tt_feed_respond {
    width: 130px;
}

td._tt_feed_text {
    width: 351px;
    word-break: break-word;
}

.th img {
    float: left;
    height: 60px;
}

.reveal-modal>a.th {
    margin-right: 10px;
    margin-bottom: 10px;
}

.file_preview {
    float: left;
    font-size: 40px;
    margin: 10px;
    color: #008cba;
}

td._tt_feed_star {
    width: 79px;
}

.morefeeds {
    text-align: center;
    background: #efefef;
    cursor: pointer;
}

.send_info {
    float: left;
    line-height: 31px;
}

.myfiles li {
    width: auto;
}

.clearing-blackout div.file_preview {
    display: none;
}


input#email_enabled {
    float: left;
    width: 15px;
}

input[type="checkbox"]+label[for="email_enabled"],
input[type="radio"]+label[for="email_enabled"] {
    float: left;
    width: calc(100% - 25px);
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    text-align: right;
}

.email_checker {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 1rem;
}

.nostars i {
    float: left;
    font-size: 12px;
}

.has-tip.tip-right.nostars {
    float: left !important;
    border: none;
}

.has-tip.tip-right.nostars i {
    cursor: help;
}

label[for="showarchives"] {
    font-size: 18px;
    line-height: 48px;
}

.add_line_height {
    line-height: 1.29em;
}

.voip_tab {
    width: 710px;
}

.voip_acc_tab {
    width: 710px;
}

.voip_tab input {
    margin: 0px;
}

.voip_numbers_tab {
    width: 710px;
}

.voip_numbers_tab th {
    text-align: center;
    width: 50%;
}

.voip_numbers_tab input {
    text-align: center;
    margin: 0px;
}

#blacklist_edit {
    min-width: 384px;
}

#blacklist_edit table {
    border: 0;
    width: 100%;
}

#blacklist_edit .blacklist-table-wrapper {
    max-height: 50vh;
    overflow-y: auto;
    border: solid 1px #ddd;
}

#blacklist_edit .blacklist_form {
    border-bottom: 0;
    margin-bottom: 0;
}

#blacklist_edit input {
    margin: 0;
}

#blacklist_edit table th {
    text-align: center;
}

#blacklist_edit table th:first-child,
#blacklist_edit table td:first-child {
    width: 40%;
    min-width: 160px;
    width: 160px;
}

#blacklist_edit table th:last-child,
#blacklist_edit table td:last-child {
    width: 20%;
    width: 141px;
}

#blacklist_edit td:nth-child(2),
#blacklist_edit th:nth-child(2) {
    width: 135px;
    max-width: 150px;
}

#blacklist_edit .comment {
    text-align: left;
}

#blacklist_edit .empty-separator {
    width: 10%;
}

#blacklist_edit table td {
    text-align: center;
}


#blacklist_edit table td {
    vertical-align: middle;
}

#blacklist_edit .submit_row {
    text-align: center;
}

#blacklist_edit .submit_row #phone-to-blacklist {
    max-width: 165px;
    min-width: 140px;
    margin: auto;
}

.advertising_modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.advertising_container {
    margin: 2.5% auto 5% auto;
    height: 90%;
    max-width: 90%;
}

@media screen and (orientation: landscape) and (max-height: 1000px) {
    .advertising_container {
        margin-top: 1rem;
    }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
    .advertising_container {
        margin-top: 0rem;
    }
}

.centerer {
    float: left;
    width: 100%;
    height: 493px;
    position: relative;
}

.centerer h4 {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 710px;
    height: 35px;
}

.advertising_content {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    text-align: center;
    z-index: 1000;
    top: 4%;
}

img.advertising_image {
    max-height: -webkit-calc(100% - 2rem);
    position: relative;
    max-height: -o-calc(100% - 2rem);
    z-index: 1000;
    max-height: calc(100% - 2rem);
    float: left;
}

.advertising_close {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.advertising_close_x {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(51, 51, 51, 0.0);
    color: #fff;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    z-index: 1001;
}

/* .advertising_close_x:hover {
    background: rgba(51, 51, 51, 0.9);
} */

.advertising_close_x i {
    /* color: #fff; */
    color: #cccccc;
    margin-top: .3rem;
}

.advertising_image_container {
    height: 100%;
    position: relative;
    z-index: 999;
}

.advertising_caption {
    margin: auto;
    font-family: 'PT Sans Narrow';
    display: none;
    position: fixed;
    z-index: 1000;
    float: left;
}

span.advertising_caption_text {
    /* color: #fff; */
    color: #cccccc;
    text-decoration: underline;
    cursor: pointer;
    height: 80px;
    display: block;
    line-height: 80px;
    margin-top: -40px;
    border-radius: 100px;
    margin-left: -50px;
    padding: 0 50px;
}

span.advertising_caption_text i {
    font-style: normal;
    text-decoration: underline;
    color: inherit;
}

.main_menu li>a {
    white-space: pre;
}

tr.must_be_orange,
Â table.extra_tab tr.must_be_orange td {
    background: orange !important;
    color: #fff !important;
}

tr.must_be_orange td {
    color: #fff !important;
    /* font-weight: bold; */
}

tr.must_be_orange td a {
    /* color: #fff; */
    /* font-weight: bold; */
}

tr.must_be_orange td .button {
    background: #008CBA !important;
}


label#bonus_label {
    text-align: left;
}

input.bonus_cb {
    margin-bottom: 0px;
    margin-top: 9px;
    display: none;
}

a.a_like_button {
    width: 120px;
}

a.a_like_button.off {
    background: #A22;
}

a.a_like_button.on {
    background: #2A2;
}

span.check_box.indicator {
    float: left;
    width: 30px !important;
    margin: 0px;
    padding: 10px;
    margin-bottom: -6px;
    position: relative;
    border: 1px solid #DDDDDD;
}

span.check_box.indicator:focus {
    background: auto;
}

input[type="checkbox"]~span.indicator {
    background: #DDDDDD;
}

input[type="checkbox"]~span.indicator:after {
    content: " ";
    position: absolute;
    background: #FFF;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
}

input[type="checkbox"]:checked~span.indicator:after {
    left: 12px;
    background: #fff;
}

input[type="checkbox"]:checked~span.indicator {
    background: #008CBA;
    border-color: #00A5E9;
}

span.auto_value {
    float: left;
    margin-left: 10px;
    line-height: 23px;
}


#mobileapp .mobileappurls {
    width: 100%;
    margin: 0 auto;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#mobileapp .mobileappurls .app.playmarket .appicon {
    background-image: url(/public/images/app_store.png);
}

#mobileapp .mobileappurls .app.appstore .appicon {
    background-image: url(/public/images/google_play.png);
}

#mobileapp .mobileappurls .app.rustore .appicon {
    background-image: url(/public/images/rustore-mob.png);
}

#mobileapp .mobileappurls .app.appgallery .appicon {
    background-image: url(/public/images/huawei.png);
}

#mobileapp .mobileappurls .app .appicon {
    background-size: contain;
    background-repeat: no-repeat;
    height: 18vw;
    width: 34vw;
}

span.eye {
    position: absolute;
    z-index: 1000;
    top: 0px;
    height: 2.3125rem;
    line-height: 2.3125rem;
    width: 2.3125rem;
    text-align: center;
    right: 0px;
    color: #aaa !important;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

span.eye:hover {
    color: #555 !important;
}

.eye i {
    color: inherit !important;
}

.for_pass {
    position: relative;
    /*-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;*/

    /*
	Introduced in IE 10.
	See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	*/
    /*-ms-user-select: none;
	user-select: none;*/
}

.for_pass input {
    z-index: 1;
}

.eye.active {
    color: #555 !important;
}

.rnm_window_ {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    z-index: 99999;
}

.rnm_container {}

.rnm_content {
    width: 750px;
    height: 400px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    background: #fff;
    padding: 25px 50px;
    border: 1px solid #ddd;
    z-index: 99999999;
}

.rnm_close {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.texter {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.texter textarea {
    height: 142px;
    float: left;
    margin-bottom: 0px !important;
}

.rnm_content h2 {
    font-size: 36px !important;
    color: #333 !important;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.rnm_stars {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

span.rnm_star {
    font-size: 40px;
    cursor: pointer;
    color: #eee;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.rnm_star i {
    color: inherit !important;
}

.rnm_content h3 {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
}

.rnm_content button {
    font-size: 12px !important;
    padding: 10px 20px !important;
    margin-bottom: 0px !important;
    float: right;
}

span.rnm_star:not(:last-child) {
    padding-right: 10px;
}

.gray_srats.gold,
.rnm_star.gold {
    color: gold !important;
}

.nostars_count {
    margin: 0px !important;
    margin-left: 5px;
    background: #D1DAE3;
    height: 18px;
    line-height: 18px;
    float: none;
    position: absolute;
    left: calc(100% + 6px);
    font-size: 11px;
    bottom: 0px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0px 6px;
    color: #436796;
    font-size: 10px;
    font-weight: bold;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    -webkit-font-smoothing: subpixel-antialiased;
}

.main_menu a {
    position: relative;
}

.rnm_closex {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.rnm_star.rnm_closex i {
    color: inherit !important;
}

.alerted {
    -webkit-animation-name: filter;
    -webkit-animation-duration: .2s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: filter;
    -moz-animation-duration: .2s;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    animation-name: filter;
    animation-duration: .2s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@-webkit-keyframes filter {
    0% {
        color: #e53935;
    }

    100% {
        color: #b71c1c;
    }
}

@-moz-keyframes filter {
    0% {
        color: #e53935;
    }

    100% {
        color: #b71c1c;
    }
}

@keyframes filter {
    0% {
        color: #e53935;
    }

    100% {
        color: #b71c1c;
    }
}

.error_message {
    float: right;
    color: #b71c1c;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    line-height: 24px;
    display: none;
}

body .tabs dd.active a {
    background: #008CBA !important;
    color: #fff !important;
    border: 1px solid #006699 !important;
}

body .tabs dd a {
    background: #fff !important;
    border: 1px solid #ccc !important;
}

._tc_element h4 {
    text-align: center;
}

.post {
    float: left;
    width: 710px;
    margin-bottom: 20px;
}

p.post_name {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 24px;
}

.post_contacts {
    float: left;
    width: 710px;
}

.post_button {
    float: left;
    width: 230px;
    border: 1px solid #eee;
    padding: 10px;
    background: #fafafa;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    /* Ð—Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ ÑÑ‚Ñ€Ð¾Ðº */
    overflow: hidden;
    /* ÐžÐ±Ñ€ÐµÐ·Ð°ÐµÐ¼ Ð²ÑÐµ, Ñ‡Ñ‚Ð¾ Ð½Ðµ Ð¿Ð¾Ð¼ÐµÑ‰Ð°ÐµÑ‚ÑÑ Ð² Ð¾Ð±Ð»Ð°ÑÑ‚ÑŒ */
    text-overflow: ellipsis;
}

.post_button:hover {
    color: #3572B6;
}

.post_button:nth-child(3n) {
    margin-right: 0px;
}

.modal_overflow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.22);
    z-index: 9;
}

.modal_container {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: 742px;
    height: 324px;
    background: #fff;
    padding: 20px;
    border: 1px solid #aaa;
    z-index: 1;
}

.modal_container h4 {
    font-size: 24px;
    margin: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.form_element {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.form_element label {
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
}

.full_input {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px !important;
}

.form_element input[type="text"] {
    padding: 5px 10px;
    height: 30px;
    line-height: 30px;
}

.form_element select {
    height: 90px;
}

.phones {
    float: left;
    width: 100%;
}

.small_input {
    float: left;
    width: 220px !important;
    margin: 0px !important;
    margin-right: 20px !important;
}

.small_input:nth-child(3n) {
    margin-right: 0px !important;
}

.add_contact_person_phone_button {
    padding: 5px 10px;
    height: 30px;
    line-height: 18px;
    background: #fafafa;
    border: 1px solid #aaa;
    cursor: pointer;
    border-radius: 2px;
}

.add_contact_person_phone_button i {
    margin-right: 10px;
}

.add_contact_person_button,
.update_contact_person_button {
    float: left;
    padding: 5px 10px;
    margin-top: 10px;
    background: #eee;
    border: 1px solid #aaa;
    border-radius: 2px;
    cursor: pointer;
}

.rm_contact_person_button {
    float: left;
    padding: 5px 10px;
    margin-top: 10px;
    background: #e53935;
    border: 1px solid #d32f2f;
    border-radius: 2px;
    cursor: pointer;
    color: white;
    margin-left: 10px;
}

.rm_contact_person_button i {
    color: inherit !important;
}

.add_contact_person_button i {
    margin-right: 10px;
}

.modal_close_x {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.modal_close {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.add_contact_person_modal_window {
    display: none;
}

.errored {
    outline: 1px solid red;
}

.post_contact_name {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
}

span.edit {
    float: right;
    background: #008CBA;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 10px;
    margin-top: -5px;
    margin-bottom: -5px;
    border-radius: 2px;
    border: 1px solid #00A5E9;
    cursor: pointer;
}

span.edit i {
    color: inherit !important;
    margin-left: 10px;
}

.second .modal_container {
    height: 422px;
}

.third .modal_container {
    height: 181px;
}

.edit_contact_person_form {
    display: none;
}

.contact_person_info {
    float: left;
    width: 100%;
    border: 1px solid #aaa;
}

.contact_person_info div:not(:last-child) {
    border-bottom: 1px solid #aaa;
}

.contact_person_info div {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
    float: left;
    width: 100%;
}

span.edit_cp_phones {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 10px;
    background: #eee;
    border: 1px solid #aaa;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    background: #fff;
}

span.telephone,
span.phonenumber {
    float: left;
    margin-right: 5px;
    line-height: 18px;
    padding: 2px 0px;
}

.contact_person_info div.person_phones {}

.contact_person_info div.person_name {
    line-height: 26px;
    /*background: #fafafa;*/
}

.person_posts {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 10px 20px;
    font-size: 14px;
}

.post_contacts>.contact_person_info:not(:last-child) {
    margin-bottom: 20px;
}

table.contacts_table tr th {
    padding: 0.25625rem 0.625rem;
    line-height: 26px;
    text-align: left;
    font-weight: bold;
}

span.addpost {
    line-height: 18px;
    padding: 3px 10px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    height: 26px;
    font-size: 12px;
    color: #000;
    background: #F9F9F9;
    margin-top: 6px;
    float: right;
}

a.telegrambutton {
    background-color: #2a2;
    width: 120px;
}

p.telegram-code {
    float: left;
    padding: 20px 50px;
    color: #2a2;
    font-size: 2rem;
    border: 3px solid #2a2;
}

div#telegrammodal {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*      Introduced in IE 10.      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/    */
    -ms-user-select: none;
    user-select: none;
}

p.telegram-code {
    -moz-user-select: initial;
    -khtml-user-select: initial;
    -webkit-user-select: initial;
    /*      Introduced in IE 10.      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/    */
    -ms-user-select: initial;
    user-select: initial;
}

p.code-timer {
    width: 100%;
    float: left;
    line-height: 16px;
}

span.clocks {
    color: #22AA59;
}

span.clocks.red {
    color: red;
}

p.code-timer .alert {
    display: none;
}

a.refresh_code {
    display: none;
    margin-left: 10px;
}

a.button.tiny.telegrambutton:hover {
    background: #2A2;
}

.like_th {
    font-weight: bold;
    text-align: center;
}

table.extra_tab *:not(input, .telegrammodal),
.extra_tab th {
    text-align: left !important;
}

div#abonement_on div.row {
    margin: 0px;
}

div#abonement_on div.row>div {
    padding-left: 0px;
}

table.extra_tab input[type=submit].helper_switch {
    margin: 0px;
    width: 100%;
}

table.extra_tab input[type=button].helper_switch {
    margin: 0px;
    width: 100%;
}

ol.list_circle {
    list-style-type: disc;
}

#abonement_on,
#change_voip_tariff {
    max-width: 800px;
    margin-left: -400px;
}

#submit_abonement {
    width: 120px;
}

a.like_button {
    float: left;
    width: 100%;
    line-height: 33px;
    text-align: center;
    font-size: 11px;
}

a.like_button.color_blue {
    background: #008cba;
    color: #fff;
}

a.like_button.color_red {
    background: #a22;
    color: #fff;
}

a.like_button.color_green {
    background: #2a2;
    color: #fff;
}

a.like_button.color_gray {
    background: #dbdbdb;
    color: #fff;
}

table.voip_tab tr:nth-of-type(4n-1) {
    background: #f9f9f9;
}

table.voip_tab tr:nth-of-type(4n-2) {
    background: #ffffff;
}

#sub_voip {
    margin: 0px;
}

/*
img.call_icon {
	width: 20px;
	height: 20px;
}

img.call_icon.call_to {
	-webkit-filter: hue-rotate(200deg);
	-ms-filter: hue-rotate(200deg);
	-moz-filter: hue-rotate(200deg);
	-o-filter: hue-rotate(200deg);
	filter: hue-rotate(200deg);
}

img.call_icon.call_from {
	-webkit-filter: hue-rotate(110deg);
	-ms-filter: hue-rotate(110deg);
	-moz-filter: hue-rotate(110deg);
	-o-filter: hue-rotate(110deg);
	filter: hue-rotate(110deg);
}

td.bigfa {
	padding-top: 9px;
	padding-bottom: 9px;
}
*/

i.bigfa {
    font-size: 20px;
}

i.bigfa_check {
    color: #63c50c;
}

i.bigfa_close {
    color: #bb0000;
}

i.bigfa_up {
    color: #63c50c;
}

i.bigfa_down {
    color: #01b8e2;
}

i.bigfa_up,
i.bigfa_down {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

td.with_num {
    padding-left: 22px;
}

td.with_num2 {
    padding-left: 14px;
}

.voip_calls_month {
    height: 35px !important;
    width: 90px;
    display: inline-block;
}

.voip_calls_year {
    height: 35px !important;
    width: 70px;
    margin-left: 15px;
    display: inline-block;
}

.voip_calls_phone {
    height: 35px !important;
    width: 100px;
    margin-left: 15px;
    display: inline-block;
}

.voip_calls_btn {
    height: 35px !important;
    margin-left: -55px;
}

.voip-wanna-radio {
    display: none;
}

tr td input.voip-wanna-radio[type="radio"]+label i {
    color: white;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
}

tr:nth-child(4n-1) td input.voip-wanna-radio[type="radio"]+label i {
    color: #f9f9f9;
}

.voip_tab input[type="number"]::-webkit-outer-spin-button,
.voip_tab input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.voip_tab input[type="number"] {
    -moz-appearance: textfield;
}

.voip_tab input[type="number"]:hover,
.voip_tab input[type="number"]:focus {
    -moz-appearance: number-input;
}

tr input.voip-wanna-radio[type="radio"]:checked+label i {
    color: #006b00 !important;
    opacity: 1;
}

td.no_top_pad {
    padding-top: 0px;
}

td.no_top_pad p {
    margin-bottom: 0px;
}

#body .main_menu div.film_square {
    margin-top: 5px;
    border: 1px solid rgb(221, 221, 221);
    font-size: 13px;
}

#body .main_menu div.film_square .film_square_title {
    background: #efefef;
    padding: 10px;
    white-space: nowrap;
    position: relative;
    padding-left: 19px;
}

#body .main_menu div.film_square #film_square_link,
#body .main_menu div.film_square #film_square_load {
    padding: 15px;
    padding-bottom: 10px;
}

#body .main_menu div.film_square #film_square_load {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#body .main_menu div.film_square #film_square_load i {
    font-size: 100px;
    color: #ddd;
    -webkit-animation: ref_rotating 2s linear infinite;
    -moz-animation: ref_rotating 2s linear infinite;
    -ms-animation: ref_rotating 2s linear infinite;
    -o-animation: ref_rotating 2s linear infinite;
    animation: ref_rotating 2s linear infinite;
}

#body .main_menu div.film_square #film_square_link p {
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 5px;
}

#body .main_menu div.film_square #film_square_link p.film_square_rating {
    margin-bottom: 0px !important;
}

#body .main_menu div.film_square #film_square_link p#film_square_name {
    font-weight: bold;
    margin-bottom: 0px !important;
}

#body .main_menu div.film_square p.film_square_bottom_link {
    text-align: center;
    margin-bottom: 0px !important;
}

#body .main_menu div.film_square div {
    margin: 0px;
}

.square-link {
    border: #909090 2px solid;
    border-radius: 100px;
    padding: 7px 0;
    margin: 18px 10px;
    font-size: 16px;
    color: #909090 !important;
    height: 35px;
    width: 35px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: left;
}

.square-link:last-child {
    padding: 3px 0;
}

.square-link i.fa {
    color: inherit;
}

.square-link:hover {
    border: #fff 2px solid;
    color: #fff !important;
}


.square-link .svg1 svg {
    width: 17px;
    position: relative;
    top: -0px;
    left: 0;
    height: 20px;
}

.square-link .svg2 svg {
    width: 21px;
    position: relative;
    top: 2px;
    height: 18px;
}

.square-link svg path {
    fill: #909090 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.square-link:hover svg path {
    fill: #fff !important;
}

div#footer p.copyright {
    margin: 5px 0;
    padding: 10px 0;
    color: #909090;
}

#film_square_refresh {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 17px;
}

#film_square_imdb {
    float: left;
}

#film_square_kp {
    float: right;
}

.main_menu>ul {
    margin-bottom: 0px;
}

b#balance_b span {
    margin: 0px;
}

#balance_div {
    float: right;
}

#balance_div_jur {
    float: right;
    margin-top: 12px;
}

#welcome_user_div {
    float: left;
    font-size: 0.775rem;
}

#welcome_user_div>br {
    display: block;
    margin-top: 7px;
    content: " ";
}

#changeacc input {
    margin: 3px 0px 0 0
}

.tabs_call_ticket dd {
    margin-right: 15px
}

div.nostars_count_lk_call_ticket {
    background: #D1DAE3;
    height: 18px;
    line-height: 18px;
    position: absolute;
    left: 100%;
    top: -9px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0px 6px;
    color: #436796;
    font-size: 10px;
    font-weight: bold;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    -webkit-font-smoothing: subpixel-antialiased;
}

@-webkit-keyframes ref_rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ref_rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tickets_content {
    float: left;
    width: 100%;
}

._tt_record i.activei.fa.fa-question-circle {
    margin-left: 18px;
}

.viber_code {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px !important;
    line-height: 80px;
    font-size: 40px;
    color: #2a2;
    border: 4px solid #2a2;
    font-weight: bold;
    margin-bottom: 20px;
}

a.viber_connect {
    background: #2a2;
    float: left;
    width: 100%;
    line-height: 48px;
    border-radius: 2px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.attention {
    margin-top: 20px;
    color: #a22;
}


.is_mobile p {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
}

.head_text {
    font-weight: bold;
    margin-bottom: 20px;
}

.viber_auto_link {
    display: none;
}

td.money_td {
    white-space: nowrap;
}

input#recount_a {
    float: right;
    margin-bottom: -8px;
    margin-top: -8px;
}

a#recount_a {
    float: right;
    color: inherit;
    cursor: default;
}

tr.green_tr {
    border: 1px solid #0c0;
}

tr.red_tr {
    border: 1px solid #c00;
}


.custom_checkbox_1>input {
    margin-bottom: 0px;
    margin-top: 9px;
    display: none;
}

.custom_checkbox_1>span.on {
    margin-left: 5px;
}

.custom_checkbox_1>span.off {
    margin-left: 5px;
}

.custom_checkbox_1>input[type=checkbox]:not(:checked)~span.on {
    display: none;
}

.custom_checkbox_1>input[type=checkbox]:checked~span.off {
    display: none;
}

.red {
    background: #e49292;
}

#pass_generator_box {
    cursor: pointer;
}

#minpay_helper {
    position: absolute;
    background-color: white;
    border: 2px solid #aaa;
    padding: 5px;
    border-radius: 5px;
    left: 220px;
}

#minpay_helper p {
    margin: 0px;
}

#minpay_helper p i {
    font-size: 15px;
}

.minpay_tooltip {
    border-bottom: 1px dashed black;
    cursor: help;
}

#formneigh {
    margin: 0 !important
}

table.account-24htv th:first-child,
table.account-24htv td:first-child {
    padding-left: 1rem;
}

table.account-24htv th:last-child,
table.account-24htv td:last-child {
    padding-right: 1rem;
}

table.account-24htv th:nth-child(1),
table.account-24htv td:nth-child(1) {
    width: 33%;
    text-align: center;
}

table.account-24htv td:nth-child(1) {
    font-weight: bold;
}

table.account-24htv th:nth-child(2),
table.account-24htv td:nth-child(2) {
    width: 33%;
    text-align: center;
}

table.account-24htv th:nth-child(3),
table.account-24htv td:nth-child(3) {
    width: 33%;
    text-align: center;
}

table.packages-24htv td>input,
table.packages-24htv td>form {
    vertical-align: middle;
    margin: .5rem 0 .5rem 0;
}

table.packages-24htv th:nth-child(1),
table.packages-24htv td:nth-child(1) {
    width: 35%;
}

table.packages-24htv th:nth-child(2),
table.packages-24htv td:nth-child(2) {
    width: 41%;
    text-align: center;
}

table.packages-24htv th:nth-child(3),
table.packages-24htv td:nth-child(3) {
    width: 15%;
    text-align: center;
}

table.packages-24htv th:nth-child(4),
table.packages-24htv td:nth-child(4) {
    width: 20%;
    text-align: center;
}

table.packages-24htv th:nth-child(5),
table.packages-24htv td:nth-child(5) {
    width: 15%;
    text-align: center;
}


.fa-external-link {
    font-size: 0.6em;
    vertical-align: baseline;
}

table.no-account-24htv th:nth-child(1),
table.no-account-24htv td:nth-child(1) {
    width: 25%;
}

table.no-account-24htv th:nth-child(2),
table.no-account-24htv td:nth-child(2) {
    width: 75%;
}

table.package-video-sources-24htv,
table.package-channels-24htv {
    width: 100%;
    padding: 1rem;
    border-collapse: separate;
    border: 0;
}

table.package-video-sources-24htv td,
table.package-channels-24htv td {
    width: 19.6%;
    display: inline-block;
    padding: 1rem .5rem;
    vertical-align: top;
}

table.package-video-sources-24htv .logo-wrapper,
table.package-channels-24htv .logo-wrapper {
    height: 50px;
    text-align: center;
}

table.package-video-sources-24htv .logo-wrapper img,
table.package-channels-24htv .logo-wrapper img {
    max-height: 45px;
    max-width: 110px;
    opacity: 0;
    transition: opacity .2s;
}

table.package-video-sources-24htv .name-wrapper,
table.package-channels-24htv .name-wrapper {
    text-align: center;
}

table.package-channels-moovi {
    width: 100%;
    padding: 1rem;
    border-collapse: separate;
    border: 0;
}

table.package-channels-moovi td {
    width: 19.6%;
    display: inline-block;
    padding: 1rem .5rem;
    vertical-align: top;
}

table.package-channels-moovi .logo-wrapper {
    height: 50px;
    text-align: center;
    margin-bottom: .5rem;
}

#voip_number_input {
    width: 100%;
    text-align: left;
    color: black;
    font-size: 0.875rem;
    background-color: #fafafa;
    border: 1px solid #cccccc;
    height: 2.3125rem;
    padding: 0.5rem;
    cursor: default;
}

#voip_number_input:hover {
    background: #f3f3f3;
    border-color: #999;
}

table.package-channels-moovi .logo-wrapper .cropper {
    display: inline-block;
    max-width: 53px;
    max-height: 53px;
    overflow: hidden;
}

table.package-channels-moovi .logo-wrapper img {
    max-height: 55px;
    max-width: 110px;
    opacity: 0;
    transition: opacity .2s;
    margin-left: -1px;
    margin-top: -1px;
}

table.package-channels-moovi .name-wrapper {
    text-align: center;
}

#connect_24htv_package ul {
    list-style: disc;
}


#_24htv_video_source_logo_1,
#_24htv_video_source_logo_3,
#_24htv_video_source_logo_7,
#_24htv_channel_logo_11,
#_24htv_channel_logo_13,
#_24htv_channel_logo_33,
#_24htv_channel_logo_148,
#_24htv_channel_logo_183,
#_24htv_channel_logo_526,
#_24htv_channel_logo_528,
#_24htv_channel_logo_534,
#_24htv_channel_logo_242,
#_24htv_channel_logo_265,
#_24htv_channel_logo_26,
#_24htv_channel_logo_35,
#_24htv_channel_logo_179,
#_24htv_channel_logo_373,
#_24htv_channel_logo_3445,
#_24htv_channel_logo_51,
#_24htv_channel_logo_143,
#_24htv_channel_logo_12,
#_24htv_channel_logo_529,
#_24htv_channel_logo_48,
#_24htv_channel_logo_31,
#_24htv_channel_logo_233,
#_24htv_channel_logo_3685,
#_24htv_channel_logo_294,
#_24htv_channel_logo_296,
#_24htv_channel_logo_521,
#_24htv_channel_logo_295,
#_24htv_channel_logo_163,
#_24htv_channel_logo_167,
#_24htv_channel_logo_277,
#_24htv_channel_logo_62,
#_24htv_channel_logo_206,
#_24htv_channel_logo_208,
#_24htv_channel_logo_94,
#_24htv_channel_logo_158,
#_24htv_channel_logo_389,
#_24htv_channel_logo_69 {
    filter: invert(1);
}


.tv-title {
    line-height: 2.5rem;
    text-align: center;
}

#iptv .tabs {
    text-align: center;
}

.airnet_iptv_tab {
    width: 100%;
}

table.airnet_iptv_tab th:nth-child(1),
table.airnet_iptv_tab td:nth-child(1) {
    width: 30%;
}

table.airnet_iptv_tab th:nth-child(2),
table.airnet_iptv_tab td:nth-child(2) {
    width: 17%;
    text-align: center;
}

table.airnet_iptv_tab th:nth-child(3),
table.airnet_iptv_tab td:nth-child(3) {
    width: 15%;
    text-align: center;
}

table.airnet_iptv_tab th:nth-child(4),
table.airnet_iptv_tab td:nth-child(4) {
    width: 15%;
    text-align: center;
}

table.airnet_iptv_tab th:nth-child(5),
table.airnet_iptv_tab td:nth-child(5) {
    width: 15%;
    text-align: center;
}

table.airnet_iptv_tab td>input {
    margin: .5rem 0 .5rem 0;
}

.package-content-modal-tv {
    padding: 0;
}

.package-content-modal-tv .channels-wrapper {
    height: 72vh;
    overflow: hidden;
    overflow-y: scroll;
}

.package-content-modal-tv .title {
    position: relative;
    padding: 1rem;
    height: 5rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

.package-content-modal-tv .title-label {
    display: inline-block;
    margin-left: 1rem;
    font-size: 2.2em;
    font-weight: 600;
    color: #006699;
    line-height: 3rem;
    font-family: PT Sans;
}

.package-content-modal-tv .close-button {
    float: right;
    margin-right: 1rem;
    margin-top: .5rem;
    color: #006699;
    font-size: 1.5rem;
    line-height: 3rem;
    opacity: 0.5;
    transition: opacity .2s;
}

.package-content-modal-tv .close-button:hover {
    opacity: .8;
}

.package-content-modal-tv .tv-label {
    color: #2f5e77;
    margin-top: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .5rem;
    font-size: 1.3rem;
    font-family: PT Sans;
    font-weight: 600;
    line-height: 3rem;
    border-bottom: 1px solid #668ca0;
}

table.account-airnet-tv th,
table.account-airnet-tv td {
    text-align: center;
}

table.account-airnet-tv th:first-child,
table.account-airnet-tv td:first-child {
    text-align: left;
}

table.account-airnet-tv td:nth-child(3) {
    font-size: 20px;
    font-weight: bold;
}

table.iptv_tab2 th:nth-child(1),
table.iptv_tab2 td:nth-child(1) {
    width: 30%;
}

table.iptv_tab2 th:nth-child(2),
table.iptv_tab2 td:nth-child(2) {
    width: 17%;
    text-align: center;
}

table.iptv_tab2 th:nth-child(3),
table.iptv_tab2 td:nth-child(3) {
    width: 15%;
    text-align: center;
}

table.iptv_tab2 th:nth-child(4),
table.iptv_tab2 td:nth-child(4) {
    width: 15%;
    text-align: center;
}

table.iptv_tab2 th:nth-child(5),
table.iptv_tab2 td:nth-child(5) {
    width: 15%;
    text-align: center;
}

table.iptv_tab2 td>input {
    margin: .5rem 0 .5rem 0;
}

.view_new_device_form i {
    vertical-align: middle;
}

table.packages-aval-24htv th:nth-child(1),
table.packages-aval-24htv td:nth-child(1) {
    width: 30%;
}

table.packages-aval-24htv th:nth-child(2),
table.packages-aval-24htv td:nth-child(2) {
    width: 19%;
    text-align: center;
}

table.packages-aval-24htv th:nth-child(3),
table.packages-aval-24htv td:nth-child(3) {
    width: 15%;
    text-align: center;
}

table.packages-aval-24htv th:nth-child(4),
table.packages-aval-24htv td:nth-child(4) {
    width: 15%;
    text-align: center;
}

table.packages-aval-24htv th:nth-child(5),
table.packages-aval-24htv td:nth-child(5) {
    width: 15%;
    text-align: center;
}

table.packages-aval-24htv td>input {
    margin: .5rem 0 .5rem 0;
}

.tooltip {
    z-index: 15000;
    /* max-width: 500px; */
}


#connect_24htv_user p {
    margin-bottom: .5rem;
}

#connect_24htv_user ul {
    list-style: disc;
    margin-bottom: .5rem;
}

#connect_24htv_user li {
    font-size: .9rem;
}

#connect_24htv_user .main-content {
    margin-bottom: 1rem;
}

#feedback .desc {
    margin-bottom: 1rem;
}

#feedback .desc p {
    font-size: .9rem;
    margin-bottom: 0;
    font-family: inherit !important;
}

#feedback .desc b {
    font-size: .9rem;
    font-family: inherit !important;
}

.lawyer_ad a {
    width: 75%;
    margin-left: 10px;
}

.lawyer_ad img {
    width: inherit;
}

.auth-buttons>.button {
    display: inline-block;
    width: 49.3%;
}

.update_photo_container {
    margin: auto;
    text-align: center;
    height: 341px;
    width: 341px;
    border-radius: 5px;
    border: 2px dashed #999;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
    cursor: pointer;
}

.update_photo_container input {
    position: absolute;
    bottom: 24px;
    left: 66px;
    font-size: 13px;
    display: inline-block;
    width: auto;
    text-align: center;
}

/* .update_photo_container .file_title {
    display: inline-block;
    margin-top: 8px;
}

.update_photo_container label {
    margin: 0;
    /* text-align: right; */
/* } */
/* 
.update_photo_container input[type="file"] {
    display: none;
}

.update_photo_container input[type="button"] {
    float: right;
} */

/* .update_photo_container .attach_photo {
    margin-bottom: 0;
} */

.update_photo_container .photo_file_placeholder {
    display: block;
    margin: auto;
    margin-top: 10px;
    max-width: calc(100% - 20px);
    max-height: 76%;
    border-radius: 4px;
}

.update_photo_container .file_title {
    position: relative;
    top: 130px;
    left: -48px;
}

.photo_file_placeholder[src^="blob"]~.file_title {
    display: none;
}

.submit_refresh_photo_row {
    text-align: center;
}

#word_opts {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 265px;
    height: 160px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 2px solid rgba(188, 195, 208, .5);
    transition: 0.3s;
    position: relative;
    font-size: 26px;
    color: #b0b0b0;
    filter: invert(0.5);
}

#word_opts_sport,#word_opts_skud {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 265px;
    height: 82px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 2px solid rgba(188, 195, 208, .5);
    transition: 0.3s;
    position: relative;
    font-size: 26px;
    color: #b0b0b0;
    filter: invert(0.5);
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -khtml-user-select: none;   
    -moz-user-select: none;     
    -ms-user-select: none;       
    user-select: none;   
}

.unactive {
    color: rgba(248, 250, 252, 0.267) !important;
    /* border: 2px solid rgba(248, 250, 252, 0.26) !important; */
    pointer-events: none !important;
}

.telecom_zag::after {
    content: "";
    display: block;
    position: absolute;
    width: 55%;
    border: 1px solid transparent;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(14%, #007da6), color-stop(49%, #007da6), color-stop(83%, #007da6), to(#fff));
    -webkit-border-image: -webkit-linear-gradient(left, #fff, #007da6 14%, #007da6 49%, #007da6 83%, #fff);
    border-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(14%, #007da6), color-stop(49%, #007da6), color-stop(83%, #007da6), to(#fff));
    border-image: linear-gradient(90deg, #fff, #007da6 14%, #007da6 49%, #007da6 83%, #fff);
    border-image-slice: 1;
    z-index: 0;
    top: 5rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

#word_opts:hover {
    color: #000;
    box-shadow: 0 0 1.2rem .2rem rgba(0, 0, 0, .3);
}

#word_opts_sport:hover,#word_opts_skud:hover {
    color: #000;
    box-shadow: 0 0 1.2rem .2rem rgba(0, 0, 0, .3);
}

#register {
    -webkit-appearance: none;
    background: gray
}

#register:hover {
    background: rgb(110, 110, 110)
}

.manImg {
    height: 50px;
    position: absolute;
    top: 37px;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -khtml-user-select: none;    
    -moz-user-select: none;      
    -ms-user-select: none;       
    user-select: none;   
}

.text {
    display: block;
    margin-top: 75px;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -khtml-user-select: none;   
    -moz-user-select: none;     
    -ms-user-select: none;       
    user-select: none;   
}

label input[type="checkbox"]:checked+#word_opts {
    filter: none;
    color: rgb(255, 255, 255);
    background: #008cba;
}

label input[type="checkbox"]:checked+#word_opts .text {
    filter: none;
    color: rgb(255, 255, 255);
}

label input[type="checkbox"]:checked+#word_opts_sport,label input[type="checkbox"]:checked+#word_opts_skud {
    filter: none;
    color: rgb(255, 255, 255);
    background: #008cba;
}

label input[type="checkbox"]:checked+#word_opts>.manImg {
    filter: brightness(0) invert(1);
}

.unactive_img {
    opacity: 40%;
}

.service {
    position: relative;
    transform: scale(2);
    top: 80%;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media screen and (max-width: 1650px) {
    #balance_border_edit .for_large {
        display: none;
    }
}

@media screen and (max-width: 1080px) {

    #balance_border_edit .on,
    #balance_border_edit .off {
        display: none;
    }

}

@media screen and (max-width : 800px) {
    #checkphone {
        min-width: 400px !important;
        margin: 0 -205px !important;
    }
}

.ptr_modal {
    font-size: 10px;
}

#cctv_income {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 570px;
    height: 200px;
    box-shadow: 0px 0px 14px 3px #8b8b8b;
    text-align: center;
    padding: 20px;
    display: none;
}

.available.center {
    text-align: left;
    margin-left: 3.5rem;
}

.available>a>div {
    display: inline-block;
    font-weight: 700;
    text-align: center;
}

.available img {
    transition: all .2s ease-in 0s;
    width: 70px;
    margin: 8px;
}

.available a {
    color: #999;
    font-size: .83rem;
    /* margin-left: 0.8rem; */
}

.available a:hover img {}

.available a:hover div {
    text-decoration: underline;
}

#full-details {
    text-decoration: underline;
    cursor: pointer;
}

#account-details {
    display: none;
}

.copy-btn {
    width: 19px;
    position: absolute;
    bottom: 3px;
    cursor: pointer;
    left: 52%;

}
.necessarily {
    position: relative;
    padding-bottom: 20px;
}

.notice {
    color: #c00;
}

.qr-code {
    cursor: pointer;
    height: 120px;
    width: 120px;
    margin: 10px;
}

.qr-container {
    cursor: pointer;
    position: absolute;
    left: 44%;
    bottom: 17%;
    display: none;
}

.copy-note__account, .copy-note__account2, .copy-note__bic, .copy-note__bic2 {

    width: 100px;
    height: 19px;
    display: none;
    align-content: space-around;
    background-color: #0000005c;
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    z-index: 99999;
}

.copy-note__text {
    color: #fff;
    font-size: 12px;
}

/* pop-up*/

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #f5f5f5;
    width: 350px;
    padding: 25px;
    transition: 0.5s all;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    width: 25px;
  }

.qr-popup {
    height: 300px;
    width: 300px;
}

.receipt{
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45% !important;
    max-width: 400px;
    box-shadow: 0 0 4px 0px #7c7c7c;
    
}

.rec_div{
  display: none;
}


.rec_div td {
  padding: 3px 10px;
  background: #fff;
}

.bg_rec{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .25);
}

.register {
    /* color: #ffc401; */
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.in_progress {
    /* color: #ff9100; */
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.done {
    /* color: #54b75a; */
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.close {
    /* color: #aaaaaa; */
    font-size: 14px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nominal_state {
    padding-left: 10px;
    font-size: 11px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.adv_modal {
    background-color: white;
    position: absolute;
    z-index: 1000;
    border-radius: 2px;
    text-align: center;
    margin: 0;
    top: 64%;
    left: 50%;
    -ms-transform: translate(-50%, -64%);
    transform: translate(-50%, -64%);
    padding: 10px 15px;
    font-size: 12px;
}

.releral_link,
.hide {
    display: none;
}
.tinkoff-fps-button{
    margin: auto;
}

#tinkoffWidgetContainer1{
    margin: 52px 0;
}

#bgFon{
    background: #00000061;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}


#payformselect{
    text-align: center;
    position: fixed;
    top: 30%;
    left: 50%;
    min-height: 350px;
    transform: translateX(-50%);
    padding: 50px;
    background: #fff;
    width: 500px;
    box-shadow: 1px 1px 10px 1px #afafaf;
    border-radius: 3px;
}


#payformselect .pfs_items{
    width: 100%;
    display: table;
}
#payformselect .pfs_items > div{
    padding: 20px;
    cursor: pointer;
    width: 50%;
    display: table-cell;
    text-align: center;
    transition: all 0.5s;
    border-radius: 3px;
}
#payformselect .pfs_items > div:hover{
    transform: scale(1.03);
    background: #eee;
}

#payformselect .pfs_items  img{
    margin-bottom: 10px;
    display: block;
}


.tinkoff-fps-button{
    margin: auto;
}

#tinkoffWidgetContainer1{
    margin: 52px 0;
}

#bgFon{
z-index: 23;
    background: #00000061;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.main-close{
    /* position: fixed; */
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    /* background: rgba(104, 104, 104, 0.96); */
    border-radius: 24px;
    /* cursor: pointer; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-close__logo {
    width: 10px;
    height: 10px;
    background: url("https://stat.airnet.ru/public/images/close_sbp.svg") no-repeat center;
}


#payformselect{
z-index: 24;
    text-align: center;
    position: fixed;
    top: 20%;
    left: 50%;
    min-height: 350px;
    transform: translateX(-50%);
    padding: 50px;
    padding-top: 10px;
    background: #fff;
    width: 590px;
    box-shadow: 1px 1px 10px 1px #afafaf;
    border-radius: 3px;
}

#payformselect .pfs_head{
    /*text-align: center;
    width: 100%;
    font-size: 13px;
    color: #333;
    padding-bottom: 20px;*/
}

#payformselect .pfs_items{
    width: 100%;
    display: table;
}
#payformselect .pfs_items > div{
    padding: 20px;
    cursor: pointer;
    width: 50%;
    display: table-cell;
    text-align: center;
    transition: all 0.5s;
    border-radius: 3px;
}
#payformselect .pfs_items > div:hover{
    transform: scale(1.03);
    background: #eee;
}

#payformselect .pfs_items  img{
    margin-bottom: 10px;
    display: block;
}
.superInput {
  /*  margin: 2px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #DFE3F3;
    padding: 15px;
    outline: none;
    background-color: #DFE3F3;
    font-size: 15px;*/
}
.superSend {
    margin-top: 40px;
/*    margin: 2px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #DFE3F3;
    padding: 15px;
    outline: none;
    background-color: #006699;
    font-size: 15px;
    color: #fff;
    margin: auto;
    display: block;*/
}

#close_payment a{
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;

}

.error_boxe{
color: #c00;
    margin: 5px;
display:block;
}
