/*******
*******/

.error
{
    font-weight: bold;
    color:red;
    font-size:9pt;
    display:block;
    width:100%;
    clear:both;
}

.btn-consulteaqui-div
{
    padding:5px 0;
}

.noresults
{
    text-align:Center;
    padding:20px;
}

.resultado_busca
{
    padding:0;
    margin:0;
}

.detalhe_nome_profissao
{
    background-color:#209CD8;
    color:#fff;
}

.paginacao
{
    background-color:#209CD8;
    line-height: 30px;
    text-align: right;
}

.paginacao a
{
    color:#fff;
}

.paginacao .botoes
{
    padding:0 8px;
}

.busca_header .nome_profissao
{
    padding:0;
    margin:0;
    text-indent:10px;
    color:#fff;    
    font-size: 17.5px !important;
}

.detalhe_nome_profissao h4
{
    padding:0;
    margin:0;
    line-height: 50px;
    text-indent: 10px;
}

.detalhe_nome_profissao h1
{
    padding:0;
    margin:0;
    line-height: 50px;
    text-indent: 10px;
    font-size: 17.5px;
}

.detalhe_dados_profissional
{
    background-color:#efefef;
}

.categ
{
    display:block;
    padding:5px 0;
}

.detalhe_dados_profissional .imagem
{
    padding: 5px;
    text-align:center;
}

.detalhe_dados_profissional h4
{
    margin:8px 0;
    padding:0;
    color:#333;
}

.detalhe_dados_profissional h1
{
    margin:8px 0;
    padding:0;
    color:#333;
    font-size: 17.5px !important;
    line-height: normal !important;
}

.detalhe_dados_profissional h2
{
    margin: 0px;
    padding: 5px 0px;
    font-size: 14px !important;
    line-height: normal !important;
}

.busca_header, .busca_result
{
}

.busca_header
{
    background-color:#209CD8;
}

table
{
    padding:0;
    margin:0;
    border-collapse: collapse;
    border-spacing:0;
    table-layout: fixed;
}

table td, table th
{
    padding: 0; /* 'cellpadding' equivalent */
    border-spacing:0;
}


table.busca_tabela_header
{
    width:100%;
}

table.busca_tabela_header td
{
    text-align:center;
    color:#fff;
    border-left: 1px solid #209CD8;
}

table.busca_tabela_header
td .dia_semana
{
    background-color:#76B4E3;
    line-height: normal !important;
    padding:8px 0;
    margin:0;
    font-family: arial;
    font-size:11px;
}

table.busca_tabela_header
td .dia_semana .nome
{
    color:#235EA4 !important;
    font-weight: bold;
}

table.busca_tabela_header
td .dia_semana .data
{
    font-weight: bold;
    text-shadow: 0 0 5px rgba(51,51,51,0.5);
}

table.busca_tabela_result
{
    width:100%;
}

table.busca_tabela_result thead
{
    display:none;
}

table.busca_tabela_result td
{
    text-align:center;
    color:#fff;
    margin:0;
    padding:15px;
    border-left: 1px solid #ccc;
}

table.busca_tabela_result td.td_horarios
{
}

table.busca_tabela_result td:first-child,
table.busca_tabela_result td.noborder
{
    border-left:1px solid #fff;
}


table.busca_tabela_result
td .horarios
{
    line-height: normal;
    padding:8px 0;
    font-family: arial;
    font-size:11px;
}

.busca_result
{
    padding:0;
    margin:0;
    position:relative;
}

.busca_result .dados_profissional
{
    /*padding-left: 2%;*/
}

.busca_result .dados_profissional .imagem
{
    padding-top:5px;
    padding-left:5px;
    text-align:center;
    line-height: normal !important;
}

.busca_result .info_consultorio
{
    line-height: normal;
    margin:10px 5px;
    font-size:10pt;
}

.busca_result .info_consultorio_detalhado
{
    line-height: 20px;
    margin:10px 0;
}

.busca_result .info_consultorio .nome
{
    line-height: 18px;
    margin:0;
    padding:0;
    color:#000 !important;
    font-size: 17.5px !important;
}

.busca_result .info_consultorio .e_nome
{
    font-size: 10pt;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.busca_result .info_consultorio_detalhado .e_nome
{
    line-height: 18px;
    margin:0;
    padding:0;
    color:#209CD8 !important;    
}

.busca_result .btn_perfil
{
    margin:2px 0;
}

table.busca_tabela_result td
{
    font-size:0;
    padding:0;
    margin:0;
}

table.busca_tabela_result td.td_horarios:hover
{
    background-color:#EDF7FC;
}

table.busca_tabela_result td .horarios .detalhes
{
    display:none;
}

.odd
{
    /*background-color:#efefef;*/
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.odd table.busca_tabela_result td:first-child,
.odd table.busca_tabela_result td.noborder
{
    border-left:1px solid #efefef;
}

.redes_sociais
{
    list-style: none;
    padding:0;
    margin:0;
    display:table;
}

.redes_sociais li
{
    border:none;
    display: table-cell;
    /*display: -moz-inline-stack;*/
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    float: none;
    padding:5px 1px;
    vertical-align: middle;
}

.redes_sociais li:first-child
{
    padding-left:0;
}

.busca_div_result
{
    position:relative;
}

.proximo_disponivel
{
    background-color:#fff;
    top:0px;
    left:0px;
    margin:0 auto;
    position:absolute;
    width:100%;
    text-align: center;
}

.odd .proximo_disponivel
{
    /*background-color: #efefef;*/
}

.proximo_disponivel a
{
    font-size:11px;
}

.dados_consulta
{
    padding:20px;
    padding-right: 0;
}

.info_agendamento
{
    border-left:2px solid #c0c0c0
}

.info_agendamento .info
{
    /*min-height:375px;*/
    padding:20px;
}

.busca_header .nome_profissao,
.busca_header, .busca_result,
table.busca_tabela_header td
{
    line-height: 56px;
}

table.busca_tabela_result,
.busca_result .dados_profissional,
.proximo_disponivel
{
    line-height: 160px;
    *height: 190px;
    height: 160px;
}

.detalhes .dados_profissional,
.detalhes .buscar_data_conteudo,
.detalhes .data_detalhado_conteudo,
.detalhes table.busca_tabela_result
{
    *height: 157px;
    line-height: 127px;
}

@media (max-width:1200px) 
{
    .visivel-desktop
    {
        display:none;
    }
}

@media (max-width:767px)
{
    table.busca_tabela_result thead
    {
        line-height: normal;
        display: table-header-group;
    }
    
    table.busca_tabela_result thead th
    {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-size:11px;
    }

    table.busca_tabela_result
    {
        border-bottom:1px solid #ccc;
    }
    
    .proximo_disponivel
    {
        line-height: 239px;
    }


    .dados_consulta
    {
        padding-right: 30px;
    }

    .info_agendamento
    {
        border-left:none;
    }

    .profissional_info_detalhada
    {
        padding:8px;
    }

    .detalhe_dados_profissional h4
    {
    }
    
    .busca_result .dados_profissional .imagem
    {
        padding:8px;
    }
}

.detalhes .proximo_disponivel
{
    line-height: 127px;
    *height: 157px;
}

.processando_msg
{
    color: #018FCF;
    font-weight: bold;
}


.profissional_feedback
{
    clear: both;
    padding: 4px 0;
}

.profissional_feedback_img
{
    width:30px;
    text-align:center;
    float:left;
}

@media (max-width:767px)
{    
    .profissional_feedback_img .tooltip 
    {
        max-width: 80px;
    }
}

#consultainfo_conteudo_header
{
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.consultainfo_conteudo_header
{
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

@media (min-width:1200px)
{
    #consultainfo_conteudo_header br
    {
        display: none;
    }
}

p.consultainfo_titulo 
{
    margin:0;
    padding:0;
    margin-left:10px;
    padding-bottom:4px;
}

p.consultainfo_titulo strong
{
    color:#018FCF;
}

p.consultainfo_conteudo
{
    margin:0;
    padding:0;
    margin-left:10px;
    padding-bottom:8px;
}

.consultainfo_btn
{
    margin-top: 100px;
    margin-left:10px;
}

@media (max-width:767px)
{    
    .consultainfo_btn
    {
        margin-top: 10px !important;
    }
}


/********************
* Novo Layout
********************/

#busca_container_1
{
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 50%;
}

#busca_container_busca
{
    margin-top: 20px;
    width: 250px;
    margin-left: 32%;
    background-color: white;
    padding: 40px;
}

#busca_container_busca .control-group
{
    margin-bottom: 7px !important;
}

#busca_container_2
{
    position: absolute;
    left: 0;
    top: 450px;
    width: 100%;
}

.busca_resultado
{
    margin: 0 auto;
    width: 1080px;
}

@media (max-width:1279px)
{
    .busca_resultado
    {
        width: 998px !important /* iPad-width */;
    }
}

#container_topo_agendamento
{
    height: 115px; 
    background: url('/images/perfil_paciente.jpg') no-repeat center #FFFFFF; 
    color: #666666;
}
