﻿* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    position: relative;
}

.footer {
    background-color: #008eb2;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    color: white;
}

a {
    text-decoration: none;
}

[disabled] {
    background-color: #ede4e4;
}

.material-icons {
    vertical-align: middle;
    margin-right: 5px;
}

.labelFilial {
    margin-left: 20px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
    background-color: #008eb2;
    display: block;
    text-align: center;
    margin-top: -13px;
    color: white;
}

.interrogacaoCalendario {
    display: block;
    margin-top: -28px;
    margin-left: -5px;
    font-weight: 600;
    font-size: 20px;
}

.dias {
    width: 250px;
    height: 150px;
    float: left;
}

.linkbuttonLimpo {
    text-decoration: none;
    color: white;
}

.cardMapaCabecalho {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.cardMapaAno {
    background-color: #425866;
    color: white;
    text-align: center;
    padding-top: 5px;
    width: 255px;
    height: 35px;
    float: left;
    font-family: Arial;
    font-size: 25px;
}

.cardMapaMes {
    background-color: #008eb2;
    color: white;
    text-align: center;
    float: left;
    height: 40px;
    font-size: 20px;
    width: 255px;
}

.cardMapaDia {
    padding: 10px;
    min-width: 105px;
    background-color: rgba(0, 142, 178, 0.73);
    color: white;
    border-bottom: solid;
    border-left: solid;
    font-size: 36pt;
    font-weight: bold;
    text-align: center;
    height: 140px;
}

.cardMapaDiaHoje {
    border-radius: 50%;
    height: 60px;
    width: 70px;
    display: inline-block;
    background-color: tomato;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 10px;
}

.cardMapaDescricao {
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    font-size: 8pt;
    text-align: left;
}

.cardMapaDescricaoHora {
    display: inline;
    font-weight: 600;
    white-space: nowrap;
}

.cardMapaDescricaoTipo {
    font-size: 8pt;
    color: white;
    font-weight: 400;
}

.textoMes {
    color: white;
    vertical-align: middle;
}

.cardMapaMesBotao {
    font-family: Material Icons;
    font-size: 40px;
    color: white;
}

.ano {
    background-color: #425866;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    text-align: center;
    padding-top: 10px;
    width: 255px;
    height: 35px;
    float: left;
    font-family: Arial;
    font-size: 25px;
}

.butAvancar {
    background-image: url(../Images/next.svg);
    width: 35px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008eb2;
    padding: 10px;
    float: left;
}

.butVoltar {
    background-image: url(../Images/back.svg);
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008eb2;
    float: left;
    padding: 10px;
}

.bordaVoltarMapa {
    border-bottom-left-radius: 20px;
}

.bordaAvancarMapa {
    border-bottom-right-radius: 20px;
}

#calend td {
    width: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #444444;
    font-weight: bold;
    background-color: #ffffff;
}

#calend th {
    color: #008eb2;
}

#calend a {
    color: #444444;
}

    #calend a:checked {
        color: #444444;
    }

#calend {
    width: 250px;
    height: 370px;
    border-style: solid;
    border: 5px 5px 5px 5px;
    border-color: #008eb2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.mes {
    background-color: #008eb2;
    color: white;
    margin: 0 auto;
    text-align: center;
    width: 150px;
    height: 35px;
    padding-top: 15px;
    float: left;
}


.topo {
    width: 100%;
    height: 50px;
    background-color: #008eb2;
    border-bottom: solid 2px #005a71;
}

.cxData {
    width: 256px;
    margin: 0 auto;
    position: relative;
}

.botaoRedondo {
    position: fixed;
    margin-left: 289px;
    margin-top: -125px;
}

.botaoBase {
    color: white;
    border-radius: 5%;
    background-color: #008eb2;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.logoActivitDiv {
    width: 50%;
    max-width: 100%;
    height: 100px;
    max-height: 100%;
    /*float: left;*/
    position: relative;
    display: inline-block;
}

.logoActivit {
    margin: 30px auto;
    width: 218px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    min-height: 150px;
    background-image: url("../Images/logos_activt.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.logoPaeeonDiv {
    width: 561px;
    max-width: 100%;
    height: 227px;
    max-height: 100%;
    min-height: 150px;
    margin: 30px auto auto auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.logoPaeeon {
    margin: 0 auto;
    width: 240px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    background-image: url("../Images/logo_slogan_paeeon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width:400px) {
    .logoPaeeonDiv {
        height: 70px;
    }

    .logoActivit {
        width: 110px;
    }
}

@media screen and (max-width:315px) {
    .logoPaeeonDiv {
        height: 20px;
    }

    .logoActivit {
        width: 80px;
    }

    .horario {
        font-size: 12px;
    }
}

.texto {
    font-size: 1.125em;
    width: 100%;
    color: #0076A3;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    text-transform: uppercase;
}



.campoForm {
    top: -10ex;
    width: 100%;
    float: left;
    padding-top: 10px;
    position: relative;
    left: 0px;
}

.campoFormPaciente {
    /*top: -100px;*/
    width: 100%;
    margin-top: 50px;
    position: relative;
    bottom: 0;
}

.textoPaciente {
    font-size: 1.125em;
    color: #0076A3;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.formularioCentro {
    width: 100%;
    margin: -50px auto 5px auto;
    text-align: center;
    float: left;
}

.formularioCentroIndex {
    width: 100%;
    margin: -10px auto 5px auto;
    text-align: center;
    float: left;
    position: relative;
    top: 20px;
}

.botaoImprimir {
    position: absolute;
    left: 485px;
    top: 55px;
    right: 438px;
}

    .botaoImprimir :hover {
        cursor: pointer;
    }

.itemClicavelLista {
    padding: 5px 5px;
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    color: white;
    display: block;
    background-color: rgba(0, 142, 178, 0.73);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.itemClicavelListaDisabled {
    padding: 5px 5px;
    font-weight: bold;
    font-family: Arial;
    font-style: italic;
    font-size: 16px;
    color: #8f8f8f;
    display: block;
    float: none;
    background-color: #d3d3d3;
    border-radius: 5px;
}

.noHover {
    pointer-events: none;
}

.lista {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    float: none;
    background-color: white;
}

.itensLista {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    float: left;
}

    .itensLista :hover {
        background-color: #FB833E;
        color: #FFF;
    }

.legendaGroupBox {
    font-size: 1.6em;
    margin-left: 2%;
    color: #0076A3;
    font-weight: bold;
    font-family: Arial;
    text-align: left;
    background-color: white;
}

.selecaoData {
    text-align: center;
}

.centralizar {
    margin-top: 5%;
    margin-left: 30%;
    margin-right: 30%;
    text-align: center;
}

.centralizarParametros {
    margin-left: 25%;
    margin-right: 25%;
}

    .centralizarParametros input[type="DateTime"] {
        width: 100%;
        text-align: center;
    }

    .centralizarParametros select {
        width: 100%;
    }

.ButtonParametros {
    margin-top: -15px;
    color: white;
    background-color: #008eb2;
    border-radius: 0px 0px 5px 5px;
    border: #008eb2;
    cursor: pointer;
    width: 100%;
    height: 30px;
    font-size: 1.4em;
    font-weight: bold;
    box-shadow: 2px 2px 6px rgb(153, 153, 153);
}

    .ButtonParametros :hover {
        background-color: #369;
        color: #FFF;
    }

.LabelParametros {
    margin: auto;
    max-width: 30%;
    min-width: 100px;
}

    .LabelParametros p {
        margin-left: 5px;
        margin-right: 5px;
    }

.parametrosIdAtendimento {
    display: inline-flex;
}

.groupBox {
    border-radius: 5px;
    /*border-width: 1px;*/
    /*border-style: solid;*/
    margin-top: 80px;
    box-shadow: 0 0 6px #999;
    background-color: white;
}

.centralizarCalendarioHeader {
    margin-left: 5%;
    margin-right: 5%;
}

.centralizarCalendario {
    display: table;
    margin: 60px auto auto auto;
}

.textoCalendario {
    font-size: 1.525em;
    width: 100%;
    color: #0076A3;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    margin-top: 30px;
}

.semDadosCalendario {
    display: table;
    margin: 30px auto auto auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.semDadosCalendarioIcone {
    padding: 10px;
}

.textoDiaSelecionadoCalendario {
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 600;
    font-size: 16px;
}

.divider {
    border: 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 5%;
    margin-right: 5%;
}

.proxAntCalendario {
    font-weight: bold;
    font-family: Material Icons;
    font-size: 20pt;
    padding-top: 5px;
}

.diaCalendario {
    vertical-align: middle;
    Font-Size: small;
}

.diaHojeCalendario {
    color: red;
    text-decoration: underline;
    vertical-align: middle;
}

.calendarioAgenda {
    box-shadow: 0 3px 8px rgba(0,0,0,0.15), 0 3px 8px rgba(0,0,0,0.20);
    max-width: 420px;
    margin: 0 auto;    
    border-radius: 8px 8px 4px 4px;
    overflow: hidden;
}



.cardAgendamento {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
    background-color: white;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 4px;
    transition: all .30s linear;
}

div.cardAgendamento:hover {
    box-shadow: -1px 2px 8px 3px rgba(0,0,0,0.35);
    /*margin-top: -1%;*/
}

.statusLateralFundo {
    left: 0;
    position: absolute;
    width: 20px;
    height: 100%;
    margin-left: 5%;
    background-color : gray;
    color: white;
    border-radius: 4px 0 0 4px;
}

.statusLateral {
    left: 1px;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(-90deg) perspective(1px) scale(1);
    transform-origin: center top;
}

    .statusLateral p {
        text-transform: uppercase;
        font-family: Tahoma;
        overflow: visible;
        white-space: nowrap;
    }

.cardUnidades {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
    border-radius: 1%;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
    float: left;
    font-family: Tahoma;
    font-weight: bold;
    width: 150px;
    height: 130px;
}

    .cardUnidades:hover {
        box-shadow: -1px 2px 8px 3px rgba(0,0,0,0.35);
        transition: all .30s linear;
    }

.card {
    position: relative;
    width: 100%;
    height: 100%;
}

.cardLogin {
    margin-top: 140px;
    padding: 30px 15px 30px 15px;
    display: inline-block;
    width: 300px;
    background-color: white;
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.31);
    border-radius: 1%;
}

.cardConteudo {
   padding: 5px 15px 15px 25px;
  /*padding-top: 5px;*/
}

.dividerConteudo {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    margin-bottom: 6px;
}

.cardConteudoBasePaciente {
    float: left;
    width: 100%;
    color: white;
}

.cardConteudoBasePacienteIcone {
    float: right;
    background-color: slategray;
    border-radius: 10%;
    padding: 15px;
    text-align: center;
    margin-right: -2px;
}

.cardConteudoBasePacienteFoto {
    width: 55px;
    height: 55px;
    border-radius: 10%;
    object-fit: cover;
    float: right;
}

.cardConteudoTelefoneIcone {
    background-color: #e1d6d6;
    height: 20px;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    color: black;
    font-family: Material Icons;
    font-size: 17px;
    position: absolute;
    z-index: 3;
}

.cardConteudoTelefone {
    margin-left: 12px;
    line-height: 20px;
    background: #e1d6d6;
    padding: 0 10px;
    border-radius: 32px;
    font-size: 12px;
    color: #5e6365;
    z-index: 2;
}

.textoCard {
    color: black;
}

.textoCardHorario {
    color: #008CB6;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.iconeAlertaCard {
    font-size: 18px;
    vertical-align: top;
}

.iconeAlertaCardNao {
    font-size: 18px;
    vertical-align: top;
}

.textoCardNormal {
    color: black;
}

.textoCardUrgente {
    font-weight: bold;
    font-size: 14px;
    color: #E53935;
}

.textoCardAtencao {
    font-weight: bold;
    font-size: 14px;
    color: #FF9800;
}

.textoSubCard {
    color: #9a9898;
}

.textoSubCardLabel {
    color: black;
    font-style: italic;
    font-weight: 500;
}

.espaco {
    width: auto;
    height: 20px;
}

.conteudo {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    float: none;
}

.conteudoPaciente {
    margin-top: 80px;
}

.centralizarPaciente {
    margin-left: 5%;
    margin-right: 5%;
}

.centralizarConteudo {
    width: 50%;
    margin: 0 auto;
}

    .centralizarConteudo input {
        width: 100%;
        min-width: 100px;
    }

    .centralizarConteudo select {
        width: 100%;
    }

    .centralizarConteudo p {
        width: auto;
        text-align: left;
    }


.visualizadorRelatorio {
    width: 100%;
    height: 100%;
}

.horario {
    font-size: 15px;
    font-family: arial;
    color: #3C3C3C;
    padding-bottom: 15px;
    float: left;
    top: 10px;
    width: 100%;
}

.textoEsquerda {
    text-align: left;
    margin: 0 auto;
    text-decoration: none;
}

.textoEsquerda2 {
    text-align: left;
    margin: 0 auto;
    text-decoration: none;
}

.textoTopo {
    /*width: 30px;*/
    position: relative;
    min-height: 100%;
    top: 15px;
    left: 30px;
    font-weight: bold;
    font-family: Arial;
    color: white;
    font-size: 1.125em;
    float: left;
}

.data {
    margin: 0 auto;
    width: 100px;
}

.botao {
    padding: 10px 15px;
    color: white;
    background-color: #008eb2;
    border: #008eb2;
    cursor: pointer;
}

.maozinha {
    cursor: pointer;
}

.bitButtonBuscar {
    padding: 2px 10px;
    color: white;
    background-color: #008eb2;
    border-radius: 4px;
    border: #008eb2;
    cursor: pointer;
    width: auto;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.botaoFull {
    min-width: 200px;
    margin-top: 1px;
    color: white;
    background-color: #008eb2;
    border-radius: 10px;
    border: #008eb2;
    cursor: pointer;
    width: 100%;
    height: 30px;
    font-size: 1.1em;
}

.botaoMais {
    color: white;
    background-color: #0c83a2;
    border-radius: 2px;
    border: #008eb2;
    cursor: pointer;
    width: 70%;
    height: 25px;
    font-size: 11px;
    float: right;
    margin-bottom: 15px;
    margin-right: 5px;
}

.voltar {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    top: 4px;
    left: 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-family: Material Icons;
    font-size: 25pt;
    color: white;
    margin-right: 20px;
}

.tamanhoCaixa {
    height: 25px;
    margin-bottom: 10px;
    width: 200px;
}

.caixaPaciente {
    height: 25px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.caixaObservacao {
    height: 250px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;  
    position: relative;
}
.buscaPaciente {
    width: 100%;
}

.botaoPacienteFull {
    color: white;
    background-color: #008eb2;
    border: #008eb2;
    cursor: pointer;
    width: 100%;
    height: 30px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.textoComum {
    font-size: 15px;
    width: 100%;
    font-family: Arial;
}

.caixaAgenda {
    /*width: 250px;*/
    margin: 20px 10px;
    max-width: 350px;
}

.caixaQtdeArquivos {
    width: 15px;
    float: right;
    background-color: red;
    border-radius: 15px;
    color: white;
    font-size: 8px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    margin-top: -5px;
    margin-right: -7px;
}


#dtlConsultas {
    font-family: Arial;
    font-size: 15px;
}

.textoSecundarias {
    font-style: italic;
    font-family: Arial;
    color: #AAAAAA;
}

.horarioAgenda {
    font-size: 15px;
    font-family: arial;
    color: #3C3C3C;
    padding-bottom: 5px;
    float: left;
    top: 10px;
    width: 100%;
}

.foto {
    /*width: 180px;*/
    border-radius: 2px;
}

.fotoPaciente {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.icopdf {
    height: 50px;
    width: 45px;
    background-image: url('../Images/pdfIcon.png');
    background-repeat: no-repeat;
}

.spanTexto {
    font-size: 1.125em;
    width: 100%;
    color: #0076A3;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
}

.mapaDias {
    max-width: 270px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.caixaDia {
    overflow: hidden;
    min-height: 150px;
    max-width: 105px;
    padding: 10px;
    float: left;
    min-width: 105px;
    background-color: #008eb2;
    color: white;
    border-radius: 10px;
    margin: 5px;
    height: 100%;
    font-size: 0.7em;
}

.casalCaixa {
    margin: 0px;
    max-width: 500px;
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 10px;
}


.wrapping-element > div {
    width: 50%;
}

    .wrapping-element > div.alt {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

/*    */
.diaCaixaDia {
    font-size: 50px;
    font-weight: bold;
}

.alinhaMapa {
    position: relative;
    top: 5px;
}

.atualMapa {
    margin: 0 auto;
    text-align: center;
    width: 65%;
    border: 5px solid;
    border-radius: 501px;
    border-color: #ffb656;
}

.calendarioAtual {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    position: relative;
    float: left;
}

.calendario {
    background-image: url(../Images/calendar.svg);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.anoLabel {
    width: 60px;
    float: left;
    position: relative;
    margin-top: 0px;
    left: 45px;
}

.iconRedAlert {
    background-image: url(../Images/alerta-vermelho.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    float: left;
}

.iconOrangeAlert {
    background-image: url(../Images/alerta-laranja.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    float: left;
}

.tabelaMaterial {
    border-collapse: collapse;
    margin: 0 auto;
}

    .tabelaMaterial tr:hover {
        background-color: #efefef;
        cursor: pointer;
    }

.tituloTabela {
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    height: 25px;
    white-space: nowrap;
    background-color: #cbe8f0;
    pointer-events: none;
}

.colunaTabelaMaterial {
    text-align: right;
    padding-right: 5px;
}

.linhaTabelaMaterial {
    text-align: left;
    width: 100%;
    font-family: Tahoma;
    font-size: 11px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 280px;
}

/*.linhaTabelaMaterial :hover {
        background-color: #efefef;
        cursor: pointer;
    }*/


.errHandled_info, .errHandled_success, .errHandled_warning, .errHandled_error {
    margin: 0 auto;
    padding: 6px;
    font-weight: bold;
    width: 80%;
    border-radius: 2px;
    max-width: 500px;
    font-family: Tahoma;
    margin-top: 10px;
    margin-bottom: -30px;
    border-style: solid;
    border-width: 1px;
}

.errHandled_info {
    color: #00529B;
    background-color: #BDE5F8;
    border-color: #00adff;
}

.errHandled_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-color: #a0ff00;
}

.errHandled_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    border-color: #ffcc00;
}

.errHandled_error {
    color: #D8000C;
    background-color: #FFD2D2;
    border-color: #ff000e;
}

    .errHandled_info i, .errHandled_success i, .errHandled_warning i, .errHandled_error i {
        margin: 10px 22px;
        font-size: 2em;
        vertical-align: middle;
    }

.divChart {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* 56.25%;  16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframeChart {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
