/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 31, 2017, 9:38:12 PM
    Author     : Estevam Pessoa
*/

/*

PALHETA DE CORES:

Verde principal: #68c4af
Verde secundario escuro: #bfd9d2
Verde secundario claro: #96ead7
Amarelo claro: #ffffcc
Amarelo escuro: #f5e5ba
Cinza escuro: #2e2e2e

*/

/*BOTÃO VERDE DIGITAL CARE*/
.btn-digital-green {
    color: #fff;
    background-color: #68c4af;
    border-color: #28a745;
}

.btn-digital-green:hover {
    color: #fff;
    background-color: #589988;
    border-color: #28a745;
}

.btn-digital-green:focus, .btn-digital-green.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-digital-green.disabled, .btn-digital-green:disabled {
    background-color: #68c4af;
    border-color: #68c4af;
}

.btn-digital-green:active, .btn-digital-green.active,
.show > .btn-digital-green.dropdown-toggle {
    background-color: #589988;
    background-image: none;
    border-color: #28a745;
}
/*FIM BOTÃO VERDE DIGITAL CARE*/

/* LINK VERDE DIGITAL CARE*/
.link-digital-green{
    color: #0e9374;
}
.link-digital-green:hover{
    color: #0b7058;
    text-decoration: none;
}
/*FIM LINK VERDE DIGITAL CARE*/

/*BOTÃO AMARELO DIGITAL CARE*/
.btn-digital-yellow {
    color: #666;
    /*cor normal*/
    background-color: #ffffcc;
    /*cor escura vibrante*/
    border-color: #f5e5ba;
}

.btn-digital-yellow:hover {
    color: #666;
    /*cor escura*/
    background-color: #eadb9d; 
    /*cor escura vibrante*/
    border-color: #f5e5ba;
}

.btn-digital-yellow:focus, .btn-digital-yellow.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-digital-yellow.disabled, .btn-digital-yellow:disabled {
    /*cor normal*/
    background-color: #ffffcc;
    /*cor normal*/
    border-color: #ffffcc;
}

.btn-digital-yellow:active, .btn-digital-yellow.active,
.show > .btn-digital-yellow.dropdown-toggle {
    /*cor escura*/
    background-color: #eadb9d;
    background-image: none;
    /*cor escura vibrante*/
    border-color: #f5e5ba;
}

#header-btn {
    color: #666;
}
/*FIM BOTÃO AMARELO DIGITAL CARE*/

/* LINK VERMELHO*/
.link-danger{
    color: #d5464a;
}
.link-danger:hover{
    color: #ad393c;
    text-decoration: none;
}
/*FIM LINKVERMELHO*/

/*VERTICAL RULE (HR SO QUE VERTICAL)*/

.vr{
    border-right:1px solid rgba(0, 0, 0, 0.1);
    height: 200px;
}

.dashed-divider{
    margin: 40px 0px;
    border-top:3px dashed #eee;
}

.normal-divider{
    margin: 50px 0px;
    border-top:2px solid #eee;
}

.invisible-divider{
    margin: 30px 0px;
    border-top:none;
}

.small-invisible-divider{
    margin: 17px 0px;
    border-top:none;
}

.large-invisible-divider{
    margin: 60px 0px;
    border-top:none;
}

/*FIM VERTICAL RULE (HR SO QUE VERTICAL)*/

/*RODAPE*/
.rodape{
    padding-top: 150px;
    background-repeat: repeat-x;
    height: 400px;
    margin-top: 100px;
}
/*FIM RODAPE*/

/*LOGIN*/

.login{
    background-color: #666;
    margin-bottom: 200px;
}

.panel-default{
    opacity: 1;
    margin-top:120px;
}

.login input {
    border: none;
    transition: all .3s;
}

.title-login {
    background: #ffffcc;
    border-radius: 20px 20px 0 0;
    color: #2e2e2e;
    font-size: 28px;
    padding: 26px 26px;
}

.title-login img{
    margin-bottom: 10px;
}

.login label{
    margin-top: 10px;
}

.login fieldset {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px 26px;
}

.login fieldset input {
    border-radius: 3px;
}

.login fieldset input[type="email"], .login fieldset input[type="password"], .login fieldset input[type="text"] {
    background: #f3f3f3;
    color: #777;
    padding: 4px 10px;
    width: 100%;
}

.login fieldset input[type="text"].locked{
    background: #e1e1e1;
}

.login fieldset input[type="submit"] {
    display: block;
    margin: 20px auto 15px auto;
    width: 100px;
}


@media (max-width: 40em){
    .login{
        background-color: #ffffcc;
    }
}
/*FIM LOGIN*/

/* QUADRADOS INFORMATIVOS DA DASHBOARD */
.data-box-light{
    background-color: #96ead7 ;
}
.data-box-dark{
    background-color: #68c4af;
}
.data-box-white{
    background-color: #fff;
}
.data-box-yellow-light{
    background-color: #ffffcc;
    border: 1px solid;
    border-color: #96ead7;
}
.data-box{
    margin: 25px 0px;
    padding: 30px 30px 10px 30px;
    border-radius: 10px;
    min-height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 992px){
    .data-box{
        margin-top: 5px;
        margin-bottom: 10px
    }
}
.data-box.data-box-sm{
    min-height: 100px;
}

.btn-data-box-row{
    min-height: 0px;
    white-space: normal;
    margin-top: 30px
}
/* FIM QUADRADOS INFORMATIVOS DA DASHBOARD */

/* Sweet alert Custom */
.left-text{
    text-align: left;
}
/* FIM Sweet alert Custom */

/* Custom Bootstrap*/
.bg-danger-light{
    background-color: #f1b0b7;
}

.bg-blue-light{
    background-color: #3fc3ee;
}


.bg-warning-light{
    background-color: #ffef8f; 
}
/* FIM Custom Bootstrap*/

.form-group select{
    width: 100%;
}

/* TELA PACIENTE */

.agendamento{
    background: url("../images/mom-daughter.jpg") no-repeat center ;
    margin-top: 30px;
    width: 100%;
    background-size: cover;
}

.agendamento .data-box{
    margin-top: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.agendamento .data-box label{
    padding-right: 0px;
}

.agendamento .data-box h1{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}

@media (max-width: 920px){
    .agendamento .data-box{
        height: 470px;
    }
    .agendamento{
        height: 600px;
    }
}@media (max-width: 575px){
    .agendamento .data-box{
        height: 550px;
    }
    .agendamento{
        height: 670px;
    }
}
/* FIM TELA PACIENTE */

/* DASHBOARD CLINICA*/
.dash-row h2{
    margin: 30px 0px 20px 20px;
    font-weight: 300;
}
.tabela-dash table{
    border-radius: 5px;
    border-collapse: collapse;
}
.tabela-dash { 
    max-height: 320px; 
    overflow: auto;
}
/* FIM DASHBOARD CLINICA*/

/* BTN ADICIONAR NOVO INPUT*/
a.adicionar{
    cursor: pointer;
    color: #0069d9 !important;
}
a.adicionar:hover{
    cursor: pointer;
    color: #0056b3 !important;
}
a.adicionar-verde{
    cursor: pointer;
    color: #0e9374 !important;
}
a.adicionar-verde:hover{
    cursor: pointer;
    color: #0b7058 !important;
}
/* FIM BTN ADICIONAR NOVO INPUT*/

/* PERFIL PACIENTE */
.paciente{
    margin-top: 80px;
}

.dados{
    font-size: 19px;
    font-weight: 400;
}

legend.dados{
    font-size: 27px;
    font-weight: 400;
}
/* FIM PERFIL PACIENTE*/

.acordeao{
    margin: 20px 0px 30px;
}

.large-divider {
    margin: 1rem 0 3rem; /* Space out the Bootstrap <hr> more */
}

.border-divider{
    border-left: 1px solid #eee;
}

.buttonjs{
    cursor: pointer;
}

/* Filtro de pesquisa de clinica */
.filtro-lateral{
    margin: 20px 0px;
    padding: 20px 10px 0px 10px;
    border-radius: 10px;
    min-height: 250px;
    border: 1px solid #aaa;
}

/* FIM Filtro de pesquisa de clinica */

.clickable{
    cursor: pointer;
}

.clickable.btn-outline-secondary:hover{
    color: #fff !important;
}

.clickable.btn-outline-success{
    color: #28a745 !important;
}

.clickable.btn-outline-success:hover{
    color: #fff !important;
}

.clickable.btn-outline-dark:hover{
    color: #fff !important;
}

.clickable.btn-outline-danger{
    color: #dc3545 !important;
}

.clickable.btn-outline-danger:hover{
    color: #fff !important;
}

.clickable.btn-danger{
    color: #fff !important;
}

.clickable.btn-digital-green{
    color: #fff !important;
}

.clickable.btn-info{
    color: #fff !important;
}

.listgroup-medicos{
    max-height: 800px;
    overflow-y: scroll; 
}

.color-disabled{
    color: #aaa;
}

.fc-event{
    cursor: pointer;
}

.fc-list-item {
    cursor: pointer;
}

/*DATATABLE*/
table.dataTable thead td{
    border-bottom: none !important;
}
table.dataTable tfoot td{
    border-bottom: none !important;
}
table.dataTable.no-footer{
    border-bottom: none !important;
}

/*FIM DATATABLE*/

.dropdown-menu{
    left:auto;
    right: 0;
}

.no-focus:focus{
    outline: 0;
}

.card.no-top{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-dialog.modal-dialog-centered {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog.modal-dialog-centered {
    min-height: calc(100vh - 20px);
  }
}

.animate-faster {
  animation-duration: 0.4s !important;
}

span.input-group-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-append span.input-group-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    border-left: none;
}

.flexdatalist-results span:not(:first-child):not(.highlight){
    padding-left: 10px;
    display: inline-block;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.50);
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}
