﻿.addressCodeBackground {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/assets/images/bghbigger.jpg);
    background-attachment: fixed;
}

.adreskodulogo {
    margin-left: 20%;
}

table {
    width: 100%;
}

table th {
    text-align: left;
    border-bottom: 2px solid #fd172a;
    border-right: 1px solid silver;
    padding: 3px 5px 3px 10px;
    font-size: 16px;
}

table td {
    padding: 3px 5px 3px 10px;
    border-bottom: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    font-size: 12px;
}

table th.f, form td.f {
    padding-left: 3px;
    width: 100px;
}

table th.fx, form td.fx {
    padding-left: 3px;
}

table th.s, form td.s {
    border-right: 0px;
    color: #fd172a;
    font-weight: bold;
    max-width: 50px;
    width: 50px;
    text-align: center;
    padding-left: 0px;
}

table td.s a {
    color: #fd172a;
    white-space: nowrap;
    overflow: hidden;
}

td.s a:hover {
    text-decoration: underline;
}

table tr.active td, form tr:hover td {
    background: #e5e5e5;
}

tbody tr:hover {
    background-color: #e5e5e5
}

.bfiltresp {
    margin-top: 20px;
}

.addressNumTableBtn {
    color: #fd172a;
    box-shadow: none;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
}

.addressNumLabel {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}

.addressNumBtn {
    width: 140px;
    height: 39px;
    max-width: 100%;
    background: #d42c2c;
    border: 0px;
    border-radius: 5px;
    margin: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    cursor: pointer;
    box-shadow: inset 1px 1px 4px 1px #850f0f;
}

.addressNumInput {
    padding-left: 10px;
    padding-right: 20px;
    border: 1px solid #7f7f7f;
    border-radius: 0;
    height: 40px;
    background: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #666666;
    font-size: 14px;
    box-shadow: inset 1px 1px 4px 1px #ccc;
}

.recaptcha-text {
    color: #e21717;
    font-weight: bold;
    font-size: 18px;
}

#response .middle {
    border: 0px solid #b2b2b2;
    background: #ededed;
    padding: 20px;
    clear: both;
    height: auto;
}

#response a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}

#response a:hover {
    color: #030303;
    text-decoration: none;
}

#response .left {
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
}

#response .right {
   font-size: 16px;
    text-align: center;
    padding: 0;
    float: right;
}

#response .left h4 {
    margin-bottom: 10px;
}

#response .right h4 {
    margin: 5px 0;
    text-align: center;
}

#addressNumText {
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    border: 0px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
    display: block;
    margin: 0px auto;
    margin-bottom: 5px;
    background: #d42c2c;
    color: #fff;
    box-shadow: inset 1px 1px 4px 1px #850f0f;
}

.pagination {
    display: inline-block;
    margin-top: 10px;
}

.pagination-select {
    width: 80px;
    height: 38px;
    float: left;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 12.3333px;
    font-family: Arial;
    font-style: normal;
    position: relative;
    margin-left: 10px;
    padding: 5px;
}

.pagination-prev {
    float: left;
}

.pagination-next {
    float: left;
}

.searchWarningText {
    color: #e21717;
    padding: 8px 0;
}

.addressNumTitle {
    font-family: "HelveticaCondBoldBlackTR", "Trebuchet MS", Arial;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.addressNumDesc {
    background-color: #fff;
    clear: both;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #030303;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #AAA;
    margin: 10px 0;
}

.addressNumStepTitle {
    color: #fd172a;
    font-size: 24px;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
    margin-bottom: 15px;
    font-family: "HelveticaCondBoldBlackTR", "Trebuchet MS", Arial;
}

.addressNumStepDesc {
    padding: 5px
}

.lblp {
    margin: 0px auto;
}

label.r_on {
    background-image: url(/assets/images/radio-on.png);
}

.label_radio {
    background-image: url(/assets/images/radio-off.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.label_radio input{
    position: absolute;
    left: -9999px;
}

label {
    padding: 11px 10px 9px 40px;
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#addressNumFirstStep label {
    background-color: #d9d9d9;
}

.hint {
    background: #FFF;
    padding: 5px 7px;
    margin-left: 10px;
    cursor: help;
}

.hint-gray {
    background: #ccc;
    padding: 5px 7px;
    margin-left: 10px;
    cursor: help;
}

@media only screen and (max-width: 526px) {
    .addressNumLabel {
        margin-bottom: 10px;
        float: none;
        line-height: 26px;
    }

    .addressNumBtn {
        margin: 10px 0;
        width: 100%;
    }

    .addressNumInput {
        width: 100%;
        margin-top: 5px;
    }

    #addressNumFirstStep label {
        padding: 9px 9px 9px 40px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 12px
    }

    .pagination-select {
        margin: 10px;
    }

    .hint {
        padding: 1px 5px !important;
    }
}
