﻿.pesquisaCod {
    width: 260px;
    text-align: center;
    margin: auto;
}
.input-CodPostal {
    width: 205px;
    float: left;
    text-align: center;
}

input.CodPostal {
    width: 190px;
    height: 44px;
    padding-left: 10px;
    font-size: 0.9em;
    color: #a6b6ce !important;
    border: 2px solid #4597db;
}
.go {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 5px;
}

.output-CaixaNegocios {
    width: 400px;
    margin: auto;
}

.output-agencias {
    width: 170px;
    float:left;
    border-right: 2px dotted #eee;
    margin-top: 30px;
}

.output-gestores {
    width: 218px;
    float:right;
    padding-left: 7px;
    border-left: 2px dotted #eee;
    position:relative;
    left: -3px;
    margin-top: 30px;
    background-color: #f2f4f8;
}
.output-mensagem {
    width: 80%;
    margin: auto;
    clear: both;
    position: relative;
    top: 25px;
}
.output-mensagem p {
    font-size: 0.9em;
    font-family: Arial;
    line-height: 1.4em;
    text-align: center;
}

.cn_concelho {
    width:100%;
    margin-bottom: 25px;
    font-family: Arial;
    font-size: 1em;
    color: #0071ce;
}

.cn_agencia {
    margin-bottom: 25px;
    cursor:pointer;
}

.cn_active {
    background-color: #f2f4f8;
    padding: 10px;
    cursor:default;
}

.cn_nome_agencia {
    width:100%;
    font-family: Arial;
    color: #0071ce;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: 0.9em;
}

.cn_morada_agencia {
    width:100%;
    font-size: 0.77em;
    font-family: Arial;
    margin: 0 0 5px 0;
}

.cn_localidade_agencia {
    width:100%;
    font-size: 0.8em;
    font-family: Arial;
    margin: 0 0 5px 0;
}

.cn_telefone_agencia {
    width:100%;
    font-size: 0.9em;
    font-family: Arial;
    margin: 0 0 5px 0;
}

.cn_label_gestores {
    width:100%;
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 0.9em;
    color: #4c4c4c;
    font-weight: 700;
    padding-top: 40px;
}

.cn_gestores {
}

.cn_gestor {
    margin-bottom:40px;
}

.cn_nome_gestor {
    width:100%;
    font-size: 0.88em;
    font-family: Arial;
    margin: 0 0 5px 0;
}

.cn_telefone_gestor {
    width:100%;
    font-size: 0.9em;
    font-family: Arial;
    margin: 0 0 5px 0;
}

.cn_telemovel_gestor {
    width:100%;
    font-size: 0.9em;
    font-family: Arial;
    margin: 0 0 5px 0;
}

.cn_email_gestor {
    width:100%;
    font-size: 0.8em;
    font-family: Arial;
    margin: 0 0 5px 0;
    color: #0071ce;
}

input.CodPostal::-ms-clear {  display: none; width : 0; height: 0; }
input.CodPostal::-ms-reveal {  display: none; width : 0; height: 0; }
input.CodPostal::-webkit-search-decoration,
input.CodPostal::-webkit-search-cancel-button,
input.CodPostal::-webkit-search-results-button,
input.CodPostal::-webkit-search-results-decoration { display: none; }