﻿.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;
}

.bfiltresp {
    margin-top: 20px;
}

.addressNumTableBtn {
    width: 100px !important
}

.addressNumLabel {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.addressNumBtn {
    width: 340px;
    height: 40px;
    border: 1px solid #e21717;
    background: #FFFFFF;
    color: #666666;
    font-size: 14px;
    -moz-appearance: none;
    cursor: pointer;
}

    .addressNumBtn:hover {
        background: #e21717;
        color: #FFFFFF;
    }

.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;
}

.recaptcha-text {
    color: #e21717;
    font-weight: bold;
    font-size: 18px;
}

#response {
    background: #FFF;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #AAA;
}

#response h3, .step h3 {
    font-family: "HelveticaCondBoldBlackTR", "Trebuchet MS", Arial;
    text-decoration: none;
    color: #fd172a;
    font-size: 24px;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
    margin-bottom: 15px;
}


#response .head {
    line-height: 40px;
    font-size: 18px;
}

#response .middle {
    border: 0px solid #b2b2b2;
    background: #ededed;
    padding: 20px;
    clear: both;
}

#response a {
    color: #000;
    text-decoration: underline;
    margin-left: 45px;
    font-size: 12px;
}

#response a:hover {
    color: #030303;
    text-decoration: none;
}

#response .left {
    float: left;
    width: 300px;
    font-size: 16px;
}

#response .right {
    float: right;
    width: 312px;
    font-size: 16px;
}

#response .left h4 {
    margin-bottom: 10px;
}

#response .right h4 {
    margin-bottom: 5px;
}

#addressNumText {
    width: 290px;
    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: #fd172a;
    color: #fff;
}

.pagination {
    display: inline-block;
    margin-top: 10px;
}

.pagination-select {
    width: 80px;
    height: 40px;
    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: 0px 6px;
    padding: 5px;
}

.pagination-prev {
    float: left;
}

.pagination-next {
    float: left;
}

.searchWarningText {
    color: #e21717;
    padding: 8px 0;
}
