/*.modal {  
  width: 480px; 
}
.modal.fade.in {
  top: 40%;
} 
.modal-header {
padding: 5px 10px 0px 40px;
}
.modal-body {
  overflow-y: auto;
  max-height: 470px;
  padding-left: 40px;
}
.modal-footer {  
  border-top: 0px;
}
.modal .modal-body .row-border{
    margin-top:5px;
    border-bottom:1px solid #D7D7D7;
}
.modal .modal-body .row-fluid .title > label{
    color:#209CD8;
    font-weight: bold;
}*/

#parceiro_modal,#msg_profissional_modal.modal {  
  width: 480px; 
}
#parceiro_modal,#msg_profissional_modal.modal.fade.in {
  top: 40%;
}
.modal .modal-header .modal-title{ 
    border-left: 2px solid #1995dd;
    padding-left:12px;    
    margin-bottom:10px;
    margin-top:10px;
}
.modal .modal-header .modal-title > h3{
    color:#018FCF;
    font-size:25px;    
}
#parceiro_modal_body,#msg_profissional_modal_body.modal-body {
  background: #ffffff;
  margin:0 5px;
  border-top:1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;
  min-height: 430px;
}
#parceiro_modal_footer,#msg_profissional_modal_footer.modal-footer {
  background: #ffffff;
  margin:0 5px;
  border-top:1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;
}

.title-form{
    color: #018FCF;    
    font-weight: normal !important;    
}

.title-plano
{
    text-align:center;
    margin-left:0;
    margin-top:20px;
}

.title-plano > p{
    font-family: Cuprum;
    font-size: 25px;
    color:#0a51ab;
}

#maincontainer2
{
    width: 1280px;
}

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

@media (max-width:1279px)
{
    .only_1280px
    {
        display: none;
    }
}

.full
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.nospace
{
    margin: 0;
    padding: 0;
    border: 0; 
}

/* Menu */

#main_menu
{
    /*background-color: #7E8184;*/
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

li.main_menu_select
{
    list-style-type: none;
    color:white;
    cursor: pointer;
    float:left;
    padding:12px 0;
    margin-bottom: 12px;
    width: 50% !important;
}

li.main_menu_select > a
{
    color: white !important;
    font-weight: bold;
    margin-left: 24px;
}

@media (max-width:1279px)
{
    li.main_menu_select > a
    {
        margin-left: 8px !important;
    }
}



li.main_menu_active
{
    list-style-type: none; 
    padding: 12px 20px; 
    padding-right: 5px;
    border-bottom: 1px solid #92969A; 
    color: #444444; 
    background-color: #EAEAEA;
    cursor: pointer;
    border-left: 4px solid #00bfff;
}

li.main_menu_inactive
{
    list-style-type: none;
    padding:12px 20px;
    padding-right: 5px;
    border-bottom:1px solid #92969A; 
    color:white;
    cursor: pointer;
}

li.main_menu_active > a
{
    color: #444444 !important;
    font-weight: bold;
}

li.main_menu_inactive > a
{
    color: white !important;
    font-weight: bold;
}

.prontuario_secoes > strong
{
    color: #018FCF !important;
}

/* Imagem circular de perfil */

.image_circle_small {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width:40px;
    height:42px;
}


.image_circle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border:5px solid white;
    position:absolute;
    top:30px;
    left:25px;
    width:80px;
    height:84px;
}

.image_circle_pacientes {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border:5px solid #F0F0F0;
    position:absolute;
    top:15px;
    left:25px;
    width:80px;
    height:84px;
}

.image_circle_busca {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border:5px solid white;
    /*position:absolute;
    top:30px;
    left:25px;*/
    margin:10px;
    width:100px;
    height:105px;
}

.image_circle_profissional_detalhado {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border:5px solid white;
    /*position:absolute;
    top:30px;
    left:25px;*/
    margin:0px 20px;
    width:100px;
    height:105px;
}

.image_circle_planos, .image_circle_cf {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border:5px solid white;
    position:absolute;
    top:10px;
    left:20px;
    width:105px;
    height:105px;
}

.plano_selected
{
    border:5px solid #1595d8 !important;
}

.image_circle_cf {
    top:15px !important;
    left:15px !important;
}

.image_circle_paciente_consultas {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border:5px solid #F0F0F0;
    float:left;
    /*position:absolute;
    top:30px;
    left:25px;*/
    margin:10px 20px;
    width:80px;
    height:84px;
}


/* Página Principal */

#container_principal
{
    /*width: 1276px;*/
    height: 637px;
    background: url('/images/website.jpg') no-repeat center #FFFFFF;
    color: #666666;
}

#container_cadastro
{
    /*width: 1276px;*/
    height: 534px;
    background: url('/images/website_cadastro.jpg') no-repeat center #FFFFFF;
    color: #666666;
}

#include_titulo
{
    width: 50%;
    height: 450px;
    float: left;
}

#include_busca
{
    width: 50%;
    height: 450px;
    float: left;
}

#mensagem_inicial
{
    /*position: absolute;
    left: 145px;
    top: 145px;*/
    /*margin-left: 145px;*/
    margin-left: 22%;
    margin-top: 45px ;
    color: white;
    font-size: 40px;
    line-height: 40px;
    clear: both;
}

#profissional_inscricao
{
    /*position: absolute;
    left: 145px;
    top: 350px;*/
    /*margin-left: 145px;*/
    margin-top: 20px ;
    margin-left: 22%;
    background-color: #0d68bf;
    width: 375px;
    text-align: center;
    clear: both;
}

#profissional_inscricao > p
{
    font-size: 18px;
    padding: 10px 0;
}

#profissional_inscricao > p > a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#container_info_1
{
    /*position: absolute;
    top: 601px;
    left:145px;
    width: 995px;*/
    height: 250px;
    margin:0 auto;
    width: 998px /* iPad-width */;
    /*margin-right: 135px;*/
}

#container_info_1 .inicial_info_1
{
    float: left;
    width: 33%;
    height:187px;
    margin: 0;
    padding: 0;
    border: 0;
}

#container_info_1 .inicial_info_1 > div
{
    padding: 20px 30px;
    color: white;
}

#container_info_1 .inicial_info_1 p.info_title_1
{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

#container_info_1 .inicial_info_1 p.content_title_1
{
    margin-bottom: 0 !important;
    line-height: 20px;
    text-align: justify;
}

#container_busca
{
    /*position: absolute;
    left: 800px;
    top: 145px;*/
    margin-left: 24%;
    margin-top: 30px;
    background-color: white;
    width: 250px;
    padding: 40px;
}

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

#container_info_2
{
    background-color: white;
    /*padding: 30px 150px;
    padding-right: 135px;*/
    height: 410px;
    margin:0 auto;
    width: 998px /* iPad-width */;
}

#container_info_2 .inicial_info_2
{
    float: left;
    width: 33%;
}

#container_info_2 .inicial_info_2 > div
{
    padding: 20px 0px;
    padding-right: 45px;
    color: #666666;
}

#container_info_2 .inicial_info_2 p.info_title_2
{
    font-size: 24px;
    line-height: 26px;
    border-left: 2px solid #1995dd;
    padding: 4px 0;
    padding-left: 12px;
    margin-bottom: 20px;
}

#container_info_2 .inicial_info_2 p.info_content_2
{
    margin-bottom: 0 !important;
    line-height: 22px;
}

/* Topo */

#menu_topo
{
    float: right;
    padding: 30px;
    padding-left: 0px;
    /*padding-right: 150px;*/
}

#menu_topo a.anchor_gray
{
    color: #444444 !important; 
    text-decoration: none !important;
}

/* Rodape */

#container_rodape
{
    background-color: #444444;
    height: 200px;
}

#rodape
{
    margin:0 auto;
    width: 998px /* iPad-width */;
}

#rodape .rodape_1
{
    float: left;
    width: 33%;
}

#rodape .rodape_2
{
    padding:20px 30px;
    color: white;
}

/* Cadastro */

#cadastro_profissional_passos
{
    /*position: absolute; 
    top: 588px; 
    left: 11%; */
    margin: 0 auto;
    margin-top: 474px !important; 
    width: 998px /* iPad-width */; 
    height: 60px; 
    background-color: #0d68bf;
}

#cadastro_profissional_passos div.titulo
{
    float: left;
    width: 40%;
}

#cadastro_profissional_passos div.titulo p
{
    color: white;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
}

#cadastro_profissional_passos div.passos
{
    float: left;
    width: 60%;
}

#cadastro_profissional_passos div.passos p.active
{
    color: white;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    line-height: 60px;
    font-size: 15px;
    float: left;
}

#cadastro_profissional_passos div.passos p.inactive
{
    color: #46b2ea;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    line-height: 60px;
    font-size: 15px;
    float: left;
}

#cadastro_profissional_passos div.passos img
{
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}

#cadastro_campos
{
    background-color: white;
    margin:0 auto; 
    width: 998px /* iPad-width */;
}

#cadastro_planos
{
    color: #666666;
}

#cadastro_planos div.plano
{
    margin-bottom: 30px;
    background-color: #f5f5f5;
    padding: 40px 0;
    position: relative;
}

#cadastro_planos div.plano div.plano_nome
{
    float: left;
    width: 15%;
    min-width: 140px !important;
}

#cadastro_planos div.plano div.plano_nome p
{
    font-size: 18px;
    line-height: 18px;
    margin-top: 40px;
    text-align: center;
}

#cadastro_planos div.plano div.plano_valor
{
    float: left;
    width: 15%;
    min-width: 120px !important;
}

#cadastro_planos div.plano div.plano_valor p.valor
{
    color: #018FCF;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}

#cadastro_planos div.plano div.plano_descricao
{
    float: left;
    width: 35%;
    border-left: 1px dotted #666666;
}

#cadastro_planos div.plano div.plano_descricao p
{
    margin: 0 30px;
}

#cadastro_planos div.plano div.plano_fidelidade
{
    float: left;
    width: 18%;
    border-right: 1px dotted #666666;
}

#cadastro_planos div.plano div.plano_acao
{
    float: left;
    border-left: 1px dotted #666666; 
}

#cadastro_planos div.plano div.plano_acao a
{
    width: 80px;
    font-weight: bold;
    margin-left: 30px;    
}

#cadastro_paciente_passos
{
    /*position: absolute; 
    top: 588px; 
    left:150px; */
    margin: 0 auto;
    margin-top: 474px !important; 
    width: 998px /* iPad-width */; 
    height: 60px; 
    background-color: #0d68bf;
}

#cadastro_paciente_passos div.titulo p
{
    color: white;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
}

.consulta_andamento
{
    width: 100%;
    padding: 5px;
    /* background-color: #51A351; */
    background-color: #1595d8;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
}

.consulta_andamento > a
{
    color: white !important;
    font-weight: bold !important;
}

/* Como Funciona */

#como_funciona_passos
{
    /*position: absolute; 
    top: 588px; 
    left:150px; */
    margin: 0 auto;
    margin-top: 474px !important; 
    width: 998px /* iPad-width */; 
    height: 60px; 
    background-color: #0d68bf;
}

#como_funciona_passos div.titulo
{
    float: left;
    width: 40%;
}

#como_funciona_passos div.titulo h1
{
    color: white;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
}

#como_funciona_campos
{
    background-color: white;
    margin:0 auto; 
    width: 998px /* iPad-width */;
}

#como_funciona_itens
{
    color: #666666;
}

#como_funciona_itens div.itens
{
    margin-bottom: 30px;
    background-color: #f5f5f5;
    padding: 15px 0;
    position: relative;
}

#como_funciona_itens div.itens div.cf_indice
{
    float: left;
    width: 13%;
}

#como_funciona_itens div.itens div.cf_indice p
{
    font-size: 26px;
    line-height: 26px;
    margin-top: 32px;
    text-align: center;
}

#como_funciona_itens div.itens div.cf_titulo
{
    float: left;
    width: 30%;
}

#como_funciona_itens div.itens div.cf_titulo h2
{
    color: #018FCF;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 40px;
    font-weight: normal !important;
    white-space: nowrap !important;
}

#como_funciona_itens div.itens div.cf_descricao
{
    float: left;
    width: 40%;
}

#como_funciona_itens div.itens div.cf_descricao p
{
    margin: 5px 30px;
    text-align: justify !important;
}

#como_funciona_itens div.itens div.cf_video
{
    float: left;
}

#como_funciona_itens div.itens div.cf_video img
{
    height: 100px !important;
}

/* Vídeos */

#videoTitulo
{
    /*background: #0d68bf !important;*/
}

#videoPanel
{
    text-align: center; 
    background: #000; 
    padding-top: 5px;
}

#videoPanel #iframeYoutube
{
    width:800px;
    height: 600px;
}

/* Fotos */

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

#menu_fotos
{
    width: 998px /* iPad-width */;
    height: 60px;
    background-color: #0d68bf;
    margin:0 auto;
    margin-top: 55px !important;
}

#menu_fotos p
{
    margin-left: 20px;
    font-size: 15px;
    line-height: 60px;
    color: white;
    float:left;
    margin-bottom: 0 !important;
    font-weight: bold;
}

#container_dados_fotos
{
    background-color: white;
    margin: 0 auto;
    margin-bottom: 100px !important;
    width: 998px /* iPad-width */;
    clear: both;
}

#mensagem_alerta_paciente
{
    background: #42da70;
    margin: 0 auto;
    width: 998px /* iPad-width */;
    clear: both;
    position: relative;
}


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

#mensagem_alerta_geral
{
    background: #42da70;
    margin: 0 auto;
    width: 998px /* iPad-width */;
    clear: both;
    position: relative;
}

#mensagem_alerta_geral .alerta_content
{
    margin: 0;
    padding:20px 0;
    border: 0;
    /*float:left;*/
}

#mensagem_alerta_geral .alerta_content p
{
    margin: 2px 20px;
    color: white;
    font-weight: bold;
}

#mensagem_alerta_geral .alerta_content p.alerta_fechar
{
    /*float: right;*/
    cursor: pointer;
    font-size: 18px;
    margin-top: 8px;
}

#menu_error
{
    width: 998px /* iPad-width */;
    height: 60px;
    background-color: #0d68bf;
    margin:0 auto;
    margin-top: 55px !important;
}

#menu_error p
{
    margin-left: 20px;
    font-size: 15px;
    line-height: 60px;
    color: white;
    float:left;
    margin-bottom: 0 !important;
}

/* Google Maps - Bootstrap Problem */
.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }



#rodape_parceiros {
	background-color:#F0F0F0;
	padding:30px 20px;
	/*height:200px;*/
}

#rodape_parceiros .container {
	width:998px;
}

#rodape_parceiros .container .column {
    border:none;
    vertical-align:top;
    display: inline-block;
    /*display: -moz-inline-stack;*/
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    float: none;
}

#rodape_parceiros .container .col1 {
	width:138px;
	margin-right:70px;
	padding-top:20px;
}

#rodape_parceiros .container .col2 {
	width:790px;
}

#bxslider_parceiros .slide {
	padding:0 20px;
	text-align:center;
}

#bxslider_parceiros .slide img {
	float:none !important;
	margin:0 auto;
}

