﻿/* LOGOTIPO CENTRALIZAR */
.navbar-brand {
    height: auto !important;
    /* Deixar o logo centralizado */
    margin-top: 20px !important;
}

/* TELA DE LOGIN */
/* 1 - Tela de Login - c) Cor do título "Portal do Paciente" e "Central de Atendimento ao Cliente" */
h4, h2 {
    color: #00660d; /*Cor Cliente*/
}

/* 1 - Tela de Login - d) "Passar mouse" "Clicando Aqui" */
a:hover {
    color: #BB2434 !important; /*Cor Cliente*/
}

.btn.btn-warning {
    /*1 - Tela de Login - e) Cor de Fundo dos Botões: #5292A1*/
    background-color: #00660d !important;
    border-color: #00660d !important;
    /*1 - Tela de Login - f) Cor da Fonte Padrão Botões: #FFFFFF */
    color: #ffffff !important;
}

.flat-blue .btn.btn-info {
    color: #ffffff !important;
}

.btn.btn-info {
    background-color: #00660d !important;
    color: #ffffff;
    border-color: #00660d !important;
}

/*1 - Tela de Login - g) Cor da Fonte "Passar Mouse" Padrão Botões */
.btn-warning:hover {
    color: #000000 !important;
}

/* 2 - Tela Home - b) Background Cabeçalho:*/
@media (max-width: 320px) {
    #pHeader {
        padding-top: 40px !important;
        height: 250px;
        background-color: #F1F2F0;
        background-image: url("../AristidesSaudeeEstetica/app-header-bg.png") !important; /*Logo Cliente*/
    }
}

@media (min-width: 360px) {
    #pHeader {
        padding-top: 40px !important;
        height: 250px;
        background-color: #F1F2F0;
        background-image: url("../AristidesSaudeeEstetica/app-header-bg.png") !important; /*Logo Cliente*/
    }

        #pHeader h2 {
            margin-top: 50px;
        }
}

@media (min-width: 768px) {
    #pHeader {
        padding-top: 40px !important;
        height: 160px;
        background-color: #F1F2F0;
        background-image: url("../AristidesSaudeeEstetica/app-header-bg.png") !important; /*Logo Cliente*/
    }

        #pHeader h2 {
            margin-top: 20px;
        }
}

/*2 - Tela Home - c) Cor do título "Portal do Paciente" */
.cabecalho-color {
    color: #00660d !important;
    text-align: center !important;
}

/*2 - Tela Home - d) Cor da Fonte do Menu "MINHA AGENDA" e "Bem-Vindo" */
.flat-blue.landing-page .navbar .navbar-nav > li > a {
    color: #00660d;
}

.nav > li > a:hover {
    text-decoration: none !important;
    /*2 - Tela Home - e) Cor do Fundo do Menu ao "Passar Mouse" */
    background-color: #BB2434 !important;
    color: #000000 !important;
}

nav.navbar-findcond a {
    color: #000000;
}

nav.navbar-findcond ul.dropdown-menu {
    border: 0;
    background: #BB2434 !important;
    border-radius: 0 !important;
    margin-top: 0px;
    box-shadow: 0 0 2px 0 #000;
    padding: 4px 0 4px 0;
}

nav.navbar-findcond span.badge {
    /*2 - Tela Home - f) Cor do Fundo da Notificação do menu "Minha Agenda": Manter a cor Atual */
    background: #BB2434;
    /*2 - Tela Home - g) Cor da Fonte da Notificação do menu "Minha Agenda": */
    color: #ffffff !important;
    font-weight: normal;
    font-size: 11px;
    margin: 0 4px;
}

/* TITULOS: MINHA AGENDA / BEM-VINDO – COR DO FUNDO DO SUBMENU */
/*nav.navbar-findcond ul.dropdown-menu {
    border: 0;
    background: #FFFFFF !important;
    color: #0a132a !important;
    border-radius: 0 !important;
    margin-top: 0px;
    box-shadow: 0 0 2px 0 #000;
    padding: 4px 0 4px 0;
}*/

/* TITULOS: MINHA AGENDA/ BEM-VINDO QUANDO APROXIMAR O MOUSE NO SUBMENU */
/*nav.navbar-findcond ul.dropdown-menu > li > a:hover {
    background: #4c3c80 !important;
    color: #F5E9F8 !important;
}*/

/* TITULOS: MINHA AGENDA – TEXTO e QUANDO APROXIMAR O MOUSE NO SUBMENU */
/*nav.navbar-findcond ul.dropdown-menu span {
    color: #F5E9F8;
}*/

/* TITULOS: MINHA AGENDA – COR DO ÍCONE DO SUBMENU */
/*nav.navbar-findcond ul.dropdown-menu > li > a {
    color: #D0A86B !important;
}
*/




/*2 - Tela Home - h) Cor do Ícone e Textos: */
.estiloletras i {
    color: #000000;
}

.pagina-inicial h2 {
    color: #000000 !important;
}

.pagina-inicial {
    color: #000000 !important;
}

/*2 - Tela Home - i) Cor do Ícone e Textos "Passar Mouse" */
.estiloletras:hover .fa {
    color: #00660d !important;
}

.pagina-inicial h2:hover {
    color: #00660d !important;
}

.estiloletras:hover .pagina-inicial {
    color: #00660d !important;
}

/*3 - Passo 1 - a) Cor da Borda e Barra da Linha do Tempo */
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #00660d; /*Cor Cliente*/
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #00660d;
}

/*3 - Passo 1 - b) Cor da Bolinha Interna da Linha do Tempo */
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #BB2434; /*Cor Cliente*/
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}


/*3 - Passo 1 - c) Cor de Fundo da Caixa de Seleção do item selecionado: */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d9d9d9 !important; /*Cor Cliente*/
    color: #ffffff;
}

/*4 - Passo 2 - a) Cor do RadioButtom: */
.radio3.radio-vportal input:checked + label::before {
    background-color: #ffffff;
    border-color: #ffffff;
}

#dtPicker td.active.active,
.datepicker #dtPicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #FFF6EA !important;
    /* 5 - Passo 3 - c) Cor de Fundo da data selecionada */
    background-color: #ffffff !important; /*Cor Cliente*/
    /*5 - Passo 3 - d) Cor da Fonte da data selecionada */
    border-color: #00660d !important; /*Cor Cliente*/
}

/* TELA DE AGENDAMENTO - CALENDÁRIOS - Passo 3 - As datas disponíveis no calendário */
#dtPicker .day {
    color: #33414E;
    font-weight: bold;
}

/* TELA DE AGENDAMENTO - CALENDÁRIOS - Passo 3 - TEXTO das datas sem agenda no calendário */
#dtPicker .disabled {
    color: #8b8b8b !important;
    font-weight: normal !important;
}

/*5 - Passo 3 - e) Cor de Fonte e Borda dos Horários Disponíveis */
#ulHorarios li a {
    color: #00660d; /*Cor Cliente*/
    font-size: 15px;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    border: 2px solid #00660d; /*Cor Cliente*/
    border-radius: 7px;
    background-color: #fff;
    transition: background-color 0.4s, color 0.4s;
    -webkit-transition: background-color 0.4s, color 0.4s;
    cursor: pointer;
}

    #ulHorarios li a:hover {
        /*5 - Passo 3 - g) Cor de Fonte "Passar Mouse" dos Horários Disponíveis */
        color: #BB2434 !important;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 6px 6px 6px;
        /*5 - Passo 3 - f) Cor de Fundo e Borda "Passar Mouse" dos Horários Disponíveis */
        border: 2px solid #BB2434;
        border-radius: 7px;
        background-color: #BB2434;
        cursor: pointer;
    }


/* FIM DA PERSONALIZAÇÃO, OS ÍTENS ABAIXO NÃO COSTUMAM SER PERSONALIZÁVEIS */



nav.navbar-findcond ul.navbar-nav a:hover {
    border-color: red !important;
}

@media screen and (min-width: 760px) {
    .tabs-login {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 760px) {
    .tabs-login {
        padding: 5px 10px;
    }

    #acessar {
        padding: 5px 20px !important;
    }

    .bs-wizard-info {
        font-size: 0em !important;
    }

    .bs-wizard {
        padding: 20px 0px 0px 30px;
    }

    .portal-card-title {
        padding: 20px 0px 10px 30px;
    }

    .nav {
        width: 100%;
    }

    .nav-item {
        width: 100%;
        float: none;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .col-xs-12 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-right .open .dropdown-menu {
        position: static;
        color: black !important;
    }

    .flat-blue.landing-page .navbar .navbar-collapse {
        width: 100% !important;
        height: 100% !important;
        float: left;
    }

    .flat-blue .navbar.navbar-inverse .navbar-nav > li.open > a {
        color: #2c7980 ; /*Cor Cliente*/
    }

    .tab-content > div {
        padding: 0px;
    }
}

.btn-combo-companion {
    height: 28px;
    padding-top: 3px;
}

.margin-bottom-reset {
    margin-bottom: 0 !important;
}

/*#region Portal cards */

.flat-blue .alert.alert-info {
    background-color: #d9edf7 !important;
    color: #fff !important;
    border-color: #bcdff1 !important;
}

.portal-card {
    background-color: #fff;
    padding: 18px;
}

.portal-card-title {
    margin-bottom: 40px;
}

.portal-card-control {
    margin-bottom: 7px;
}

.login-card {
    padding-top: 15px;
    background-color: rgba(255, 255, 255, 0.60);
}

    .login-card h2 {
        color: #0a132a; /*Cor Cliente*/
        margin: 0, 0, 5px, 0;
        padding: 0;
    }

.card .card-header .title {
    color: #2c7980  !important; /*Cor Cliente*/
}

.login-logo {
    margin-top: 70px;
    margin-bottom: 30px;
}

    .login-logo img {
        max-width: 100%;
        height: auto;
    }

.login-container {
    padding: 80px;
    padding-bottom: 40px;
    margin-bottom: 0 !important;
}

@media (max-width: 360px) {
    .login-container {
        padding: 40px;
        padding-bottom: 5px;
        margin-bottom: 0 !important;
    }
}

.session-title {
    color: #2c7980 ; /*Cor Cliente*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    margin-top: 50px;
    border-top: 1px solid #EAEAEA;
}

/*#endregion */

/*#region Clear_CadastroLogin */

#divCadastroLogin .col-md-12, .col-md-6 {
    margin-bottom: 10px !important;
}

/*#endregion */

/*#region Glyphicon button labels */

.glyphicon-btn-label {
    margin-left: 6px;
}

/*#endregion */

/*#region Datepicker */

.datepicker-days table {
    width: auto !important;
    max-width: 210px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

    .datepicker-days table td {
        font-size: 11px;
    }

#dtPicker .datepicker {
    margin: auto;
    margin-top: 10px;
}


/*#endregion */

/*#region Listas */

#ulHorarios {
    list-style: none;
    margin-top: 15px;
    margin-left: -4px;
    padding: 0;
}

    #ulHorarios li {
        display: inline-block;
        font-size: 14px;
        font-family: "Roboto Condensed", sans-serif;
        margin: 11px 4px 11px 4px;
    }



/*#endregion */

/*#region Tables */

#tblConsultas {
    width: 100%;
}

    #tblConsultas td {
        vertical-align: middle;
    }

/*#endregion */

/*#region Menu */


nav.navbar-findcond {
    background: #fff;
    border-color: #ccc;
    box-shadow: 0 0 2px 0 #ccc;
}



    nav.navbar-findcond ul.navbar-nav a {
        border-style: solid;
        border-width: 0;
    }

/*        nav.navbar-findcond ul.navbar-nav a:hover,
        nav.navbar-findcond ul.navbar-nav a:visited,
        nav.navbar-findcond ul.navbar-nav a:focus,
        nav.navbar-findcond ul.navbar-nav a:active {
            color: #000;
        }
*/


    nav.navbar-findcond li.divider {
        background: #ccc;
    }

    nav.navbar-findcond button.navbar-toggle {
        background: #D4E4C5 ;
        border-radius: 2px;
    }

        nav.navbar-findcond button.navbar-toggle:hover {
            background: #999;
        }

        nav.navbar-findcond button.navbar-toggle > span.icon-bar {
            background: #fff;
        }





        

.dropdown-menu item-menu:hover {
    background-color: #000 !important;
}





.flat-blue .navbar.navbar-inverse .navbar-nav > li.open > a {
    background-color: transparent;
    color: #1E1E1E;
}



    nav.navbar-findcond span.badge.new {
        background: rgba(255, 0, 0, 0.8);
        color: #fff;
    }


/*#endregion */

/*#region Wizard */
.row > [class*="col-"] {
    margin-bottom: 10px !important;
}


.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 20px 10px 10px 10px;
    background-color: #fff;
}

.loading {
    color: #2c7980  !important; /*Cor Cliente*/
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

    .bs-wizard > .bs-wizard-step + .bs-wizard-step {
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        color: #595959;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        color: #999;
        font-size: 14px;
    }


    .bs-wizard > .bs-wizard-step > .progress {
        position: relative;
        border-radius: 0px;
        height: 8px;
        box-shadow: none;
        margin: 20px 0;
    }


    .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
        width: 50%;
    }

    .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
        width: 100%;
    }

.bs.bs-wizard > .bs-wizard-step.active > .progress {
    /*background-color: #fff !important;*/
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .progress {
    /*background-color: #fff;*/
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/*#endregion */

/*#region Login */

.container-login {
    min-height: 0;
    /*width: 480px;*/
    color: #f5f5f5;
    margin-top: 40px;
    padding: 0;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container-login > section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}

#top-bar {
    display: inherit;
}

.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        float: none;
    }

.container-login .nav-tabs.nav-justified > li > a,
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #fff;
    border: medium none;
    color: #000;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
}

.container-login .nav-tabs.nav-justified > .active > a,
.container-login .nav-tabs.nav-justified > .active > a:hover,
.container-login .nav-tabs.nav-justified > .active > a:focus {
    background: #F5F5F5;
    color: #333333;
}

.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #F5F5F5;
}

.tabs-login {
    background: #f5f5f5;
    border: medium none;
    margin-top: -1px;
    padding: 10px 30px;
}

.container-login h2 {
    color: #D4E4C5 ;
}

.container-login .checkbox {
    margin-top: -15px;
}

.login-body p {
    color: #999;
}

.btn.btn-facebook {
    background-color: #3b5998;
    color: #FFF;
    border-color: #3b5998;
}

    .btn.btn-facebook:hover {
        color: #fff;
    }

.container-login button {
    background-color: #D4E4C5 ;
    border-color: #e73e28; /*Cor Cliente*/
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 100%;
}

    .container-login button:hover,
    .container-login button:focus {
        background: #de2f18;
        border-color: #be2815;
    }

/*#endregion */

/*#region Novidades */

.flat-blue .pricing-table.dark-versatilis .pt-header {
    background-color: #12a588;
    color: #FFF;
}

.flat-blue .pricing-table.light-versatilis .pt-header {
    background-color: #1ABC9C;
    color: #FFF;
}

/*#endregion */

/* Classe para página inicial */

.estiloletras:hover i {
    color: #fbb828;
}

.pagina-inicial a:hover {
    color: RED !important; /* Nova cor ao passar o mouse na página inicial */
}


