.error {
    color: red;
    margin: 10px 0;
    line-height: 150%;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: hidden;
}

.autocomplete-selected {
    background: #00659c;
    color: #ffffff;
    font-weight: bold;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.part2 {
    /*visibility: hidden;*/
    opacity: 0.5;
    margin-top: 25px;
}

.invisible {
    visibility: hidden;
}

#linkedhouseMessage {
    line-height: 2;
    max-width: 1110px;
    padding: 5px 10px;
    margin: 5px auto;
    text-align: center;
    min-height: 70px;
}

#linkedhouseMessage.red {
    border: 2px solid #f00;
}

#linkedhouseMessage.green {
    border: 2px solid #00A000;
}

.personal_data_access_wrapper {
    margin: 20px 0;
    white-space: nowrap;
    display: inline !important;
    line-height: 23px
}

input[name="personal_data_access"] {
    vertical-align: middle
}

.iptv_wrapper {
    /*padding-top: 7px;*/
}

.iptv_tvs {
    margin-bottom: 13px;
}

.iptv_tvs:first-of-type {
    margin-left: 30px;
}

.iptv_tvs:hover {
    opacity: 0.5 !important;
}

.iptv_tvs.selected {
    webkit-filter: grayscale(100%);
    opacity: 1 !important;
}

.iptv_wrapper > span {
    height: 23px;
    display: inline-block;
}

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

.tariff_name_wrapper {
    cursor: pointer;
    font-weight: 700;
}

.request_tariff_name {
    color: #3399FF;
}

.rules_warning_wrapper {
    padding: 15px 5px 0 15px;
}

.rules_warning {
    padding: 30px 40px;
    border: 1px dotted #808080;
    border-radius: 20px;
    color: #808080
}

.rules_warning_header {
    font-weight: bold;
    margin-bottom: 5px;
}
