﻿body {
    background-color: #FAFAFA;
}

p {
    color: #757575;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

h1 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 10px;
}

h3 {
    font-size: 1.1rem;
    color: #757575;
    font-weight: bold;
}

h4 {
    font-size: 1.2rem;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: inherit;
    }

.fs-7 {
    font-size: 0.9rem !important;
}

.btn-spinner, .lb-spinner {
    padding-top: 12.5px;
}

.loader {
    border: 2px solid transparent;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 0.7s linear infinite;
    margin: auto;
}

.loader-primary-center {
    border: 3px solid transparent;
    border-top: 3px solid #294572;
    border-right: 3px solid #294572;
    border-bottom: 3px solid #294572;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 0.7s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.logo {
    text-align: center;
    margin-top: 80px;
}

    .logo img {
        width: 200px;
    }

.form-control {
    height: 45px;
}

.btn-primary {
    background-color: #294572;
    border: none;
    width: 100%;
    font-weight: 500;
    height: 45px;
}

    .btn-primary:hover {
        background-color: #1B2D4B;
    }

    .btn-primary:active {
        background-color: #1B2D4B;
    }

    .btn-primary:focus {
        background-color: #1B2D4B;
    }

    .btn-primary:disabled,
    .btn-primary[disabled] {
        background-color: #D0E1CE !important;
    }

.btn-danger {
    background-color: #C4183C;
    border: none;
    width: 100%;
    font-weight: 500;
    height: 45px;
}

    .btn-danger:hover {
        background-color: #87142c;
    }

    .btn-danger:active {
        background-color: #87142c;
    }

    .btn-danger:focus {
        background-color: #87142c;
    }

    .btn-danger:disabled,
    .btn-danger[disabled] {
        background-color: #e0ced1;
    }

.lb {
    padding-top: 11px;
}

.message-info {
    background-color: #4F7E48;
    background-image: linear-gradient(to bottom right, #4F7E48 40%, #5E9555);
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    display: grid;
    grid-template-columns: 32px auto;
    line-height: 20px;
}

    .message-info i {
        font-size: 20px;
    }

.resposta {
    border: solid 1px #808080;
    background-color: #fff;
    color: #757575;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.resposta-selected {
    border: solid 1px #294572 !important;
    background-color: #294572 !important;
    color: #fff !important;
}

#snackbar {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999999 !important;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
        animation: fadein 0.5s, fadeout 0.5s 3.5s;
    }

.back-icon i {
    font-size: 20px;
    margin: 10px 0;
    color: #3E3F41;
}

.back-icon a {
    padding-right: 20px;
}

.image-header {
    text-align: center;
    margin-top: 30px;
}

    .image-header img {
        width: 220px;
    }

p {
    line-height: 18px;
}

.url {
    color: #000 !important;
    text-decoration: none !important;
}

.horizontal-scroll {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .horizontal-scroll {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        .horizontal-scroll::-webkit-scrollbar {
            display: none;
        }
}

.modal-opcoes {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: rgb(0 0 0 / 0.60);
}

.txt-validacao {
    position: absolute;
    bottom: 25px;
    width: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -99999
}

.txt-validacao-2 {
    position: absolute;
    bottom: 10px;
    width: 10px;
    left: 15px;
    margin: auto;
    z-index: -99999
}

.message-bottom a {
    font-weight: bold;
    color: #294572;
    text-decoration: none;
}

.feedback {
    width: 100%;
}

    .feedback .td-image {
        width: 70px;
        vertical-align: top;
    }

    .feedback img {
        width: 100%;
    }

    .feedback .td-message {
        vertical-align: top;
    }

.message-feedback {
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    margin-left: 5px;
    line-height: 18px;
    font-size: 0.9rem;
}

.feedback-primary .message-feedback {
    background-color: #4F7E48;
    background-image: linear-gradient(to bottom right, #4F7E48 40%, #5E9555);
}

.feedback-warning .message-feedback {
    background-color: #F28241;
    background-image: linear-gradient(to bottom right, #F28241 40%, #FEB234);
}

/* ABAS - MASTER PAGE */

.tab {
    width: 25%;
    color: #666666;
}

    .tab a {
        color: inherit;
        text-decoration: none;
        display: block;
    }

    .tab i {
        font-size: 25px;
        line-height: 0;
    }

.tab-active {
    color: #294572 !important;
}

.fixed-spinner {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #FAFAFA;
    z-index: 7;
}

    .fixed-spinner div {
        position: fixed;
        top: calc(50% - 40px);
        left: calc(50% - 15px);
    }

/* FIM ABAS - MASTER PAGE */

/* INÍCIO */

.apartamentos {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .apartamentos {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        .apartamentos::-webkit-scrollbar {
            display: none;
        }
}

.apartamento {
    border-radius: 20px;
    background-color: #FFF;
    display: inline-block;
    padding: 4px 13px;
    box-shadow: 0 0 0.5em #cacaca;
}

.apartamento-active {
    background-color: #294572;
    color: #fff;
}

.banner-dados-cadastro {
    border-radius: 10px;
    padding: 10px 15px 0 15px;
    box-shadow: 0 0 0.5em #cacaca;
    background-image: linear-gradient(135deg, #F28241 60%, #FEB234);
}

    .banner-dados-cadastro div {
        padding: 5px 0 18px 0;
        background-image: url('/Assets/img/medica.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
    }

        .banner-dados-cadastro div span {
            border-radius: 8px;
            background-color: #FFF;
            color: #F28241;
            padding: 5px 8px;
            font-weight: bold;
            font-size: 12px;
            text-decoration: none;
            display: inline-block
        }

.banner-perfil {
    border-radius: 10px;
    padding: 10px 15px 0 15px;
    box-shadow: 0 0 0.5em #cacaca;
    background-image: linear-gradient(135deg, #477041 5%, #FFF 5%, #FFF 75%, #71A868 75%, #71A868 78%, #477041 78%, #477041 85%, #FFF 85%);
}

    .banner-perfil div {
        padding: 5px 0 18px 0;
        background-image: url('/Assets/img/medico.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
    }

        .banner-perfil div span {
            border-radius: 8px;
            background-color: #294572;
            color: #fff;
            padding: 5px 8px;
            font-weight: bold;
            font-size: 12px;
            text-decoration: none;
            display: inline-block
        }

.banner-chat {
    border-radius: 10px;
    background-color: #fff;
    padding: 5px 15px 0 15px;
    box-shadow: 0 0 0.5em #cacaca;
}

    .banner-chat div {
        padding: 10px 80px 18px 0;
        background-image: url('/Assets/img/chat.png');
        background-repeat: no-repeat;
        background-size: 80px;
        background-position: right center;
    }

.banner-consulta {
    border-radius: 10px;
    background-color: #fff;
    padding: 5px 15px 5px 15px;
    box-shadow: 0 0 0.5em #cacaca;
}

    .banner-consulta div {
        padding: 10px 70px 13px 0;
        background-image: url('/Assets/img/videocall.png');
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: right center;
    }

.banner-agenda {
    border-radius: 10px;
    box-shadow: 0 0 0.5em #cacaca;
}

    .banner-agenda div {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

.lavanderia {
    padding: 5px 10px 0 15px;
    background-color: #294572;
}

    .lavanderia div {
        padding: 10px 75px 18px 0;
        background-image: url('/Assets/img/washer.png');
        background-size: 90px;
    }

.exames {
    padding: 5px 10px 0 15px;
    background-color: #54834D;
}

    .exames div {
        padding: 10px 75px 18px 0;
        background-image: url('/Assets/img/enfermeira.png');
        background-size: 50px;
    }

.medicacoes {
    padding: 5px 0 0 15px;
    background-color: #63965A;
}

    .medicacoes div {
        padding: 10px 85px 18px 0;
        background-image: url('/Assets/img/medicamento.png');
        background-size: 60px;
    }

.tratamentos {
    padding: 5px 0 0 15px;
    background-color: #71A868;
}

    .tratamentos div {
        padding: 10px 75px 18px 0;
        background-image: url('/Assets/img/enfermeiro.png');
        background-size: 60px;
    }

/* FIM INÍCIO */

/* DEPENDENTES */

.banner-bg-white {
    border-radius: 10px;
    box-shadow: 0 0 0.5em #cacaca;
    padding: 13px 15px;
    background-color: #FFF;
}

.btn-opcoes-primary {
    background-color: #294572;
    color: #FFF !important;
    padding: 3px 0 4px 0;
    border-radius: 20px;
    display: block;
    cursor: pointer;
}

.btn-opcoes-danger {
    background-color: #87142c;
    color: #FFF !important;
    padding: 3px 0 4px 0;
    border-radius: 20px;
    display: block;
    cursor: pointer;
}

.btn-opcoes-disabled {
    background-color: #E5E5E5 !important;
    color: #9f9f9f !important;
    padding: 3px 0 4px 0;
    border-radius: 20px;
    display: block;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-adicionar {
    background-color: #FFF;
    color: #294572 !important;
    box-shadow: 0 0 0.5em #cacaca;
    border-radius: 25px;
    padding: 10px 15px;
    font-weight: bold;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
    border-radius: 2px;
}

    .inner .btn-opcao-modal {
        display: block;
        padding: 8px 0 8px 0;
        cursor: pointer;
    }

    .inner div a {
        font-weight: bold;
        color: #294572 !important;
        cursor: pointer;
        padding-left: 25px;
    }

/* FIM DEPENDENTES */

/* PERFIL */

.banner-grupos {
    border-radius: 10px;
    background-color: #fff;
    padding: 13px 15px 15px 15px;
    box-shadow: 0 0 0.5em #cacaca;
}

    .banner-grupos h3 {
        color: #767577;
    }

    .banner-grupos .btn-disabled {
        border-radius: 10px;
        background-color: #B4B3B4;
        color: #FFF !important;
        padding: 5px 8px;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        cursor: not-allowed;
    }

    .banner-grupos .btn-relatorio {
        border-radius: 10px;
        background-color: #4B7743;
        color: #FFF !important;
        padding: 5px 8px;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }

    .banner-grupos .btn-responder {
        border-radius: 10px;
        background-color: #E97A45;
        color: #FFF !important;
        padding: 5px 8px;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }

    .banner-grupos table {
        width: 100%;
    }

    .banner-grupos .td-icone {
        width: 56px;
        text-align: center;
    }

        .banner-grupos .td-icone div {
            width: 46px;
            height: 46px;
            border-radius: 7px;
            margin: auto;
            padding: 9px;
        }

        .banner-grupos .td-icone img {
            width: 28px;
        }

    .banner-grupos .td-body {
        padding-left: 5px;
    }

        .banner-grupos .td-body p {
            margin-top: -2px;
        }

    .banner-grupos .td-arrow {
        width: 25px;
    }

        .banner-grupos .td-arrow img {
            width: 100%;
        }

    .banner-grupos .td-linha div {
        width: 100%;
        height: 1.5px;
        background-color: #EBEBEB
    }

/* FIM PERFIL */

/* RELATÓRIO */

.banner-relatorio {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0.5em #cacaca;
}

    .banner-relatorio p {
        color: #767577;
    }

    .banner-relatorio table {
        width: 100%;
    }

    .banner-relatorio .td-arrow {
        width: 25px;
    }

        .banner-relatorio .td-arrow img {
            width: 100%;
        }

/* FIM RELATÓRIO */

.btn-1.disabled,
.btn-1:disabled,
fieldset:disabled .btn-1 {
    pointer-events: none;
    opacity: 0.65;
}

.mb-fixed-btn {
    margin-bottom: 90px;
}

.fixed-bottom {
    z-index: 6;
}