:root {
    --primary-50: #a7b5be;
    --primary-100: #869aa7;
    --primary-200: #5a6f7c;
    --primary-300: #39464e;
    --primary-400: #273035;

    --text-600: #ffffff;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/material-icons.woff2") format("woff2");
}

@font-face {
    font-family: "Soleil";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Soleil.eot");
    src: url("../fonts/Soleil.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Soleil.woff2") format("woff2"),
        url("../fonts/Soleil.woff") format("woff"),
        url("../fonts/Soleil.ttf") format("truetype"),
        url("../fonts/Soleil.svg#svgFontName") format("svg");
    -webkit-font-smoothing: antialiased;
}
#loading-mobile {
    display: none;
}
.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.custom-image {
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
}
.click {
    cursor: pointer;
}
.d-grid {
    display: grid;
}

html,
body,
main,
#app {
    height: 100%;
    width: 100%;
}

body {
    background: #f8f8f8;
    color: #858796;
    font-family: "Soleil";
    height: calc(100% - 80px);
}

main {
    margin-top: 80px;
}

.modal-header {
    background: #f7f7f7;
}
#selecao-iec > h6 {
    cursor: pointer;
    font-weight: 600;
    padding: 10px 25px;
    transition: 0.3s;
    width: 107%;
    position: relative;
    right: 14px;
}
#selecao-iec > h6:hover {
    background: #00000014;
}
.iec-quest {
    margin-bottom: 30px;
}

.check {
    position: relative;
    top: 0px;
    margin-right: 7px;
}
button {
    text-transform: uppercase;
}
.format {
    width: 100%;
    border: 1px solid;
    padding: 3px 23px;
    border-radius: 19px;
    margin-bottom: 2px;
}
.opacity-hover {
    opacity: 0.7;
    cursor: pointer;
}
.opacity-hover:hover {
    opacity: 1;
}
.indicador-iec {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-bottom: 5px;
}
.custom-label-form {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2px;
}

.card,
.dropdown-menu,
.form-control,
.custom-select {
    /* border-radius: 0.5rem; */
    font-family: sans-serif;
    font-size: 0.9rem;
}

.form-control,
.custom-select {
    background-color: #fdfdfd;
    height: calc(1.5em + 0.75rem + 8px);
}

textarea {
    text-transform: uppercase !important;
}

.autocomplete {
    padding-right: 35px;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.form-search::after {
    background: url("/img/keyboard.png") no-repeat;
    background-size: contain;
    bottom: 4.5px;
    content: " ";
    position: absolute;
    right: 20px;
    height: 30px;
    width: 30px;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar-2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 3px rgba(32, 16, 16, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.custom-scrollbar {
    overflow-y: hidden !important;
}

.custom-scrollbar:hover {
    overflow-y: auto !important;
    /*margin-right: -3px;*/
}

.custom-scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: #f5f5f5;
    /*margin-right: -3px;*/
}

.custom-scrollbar-2::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar-2::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

@-moz-document url-prefix() {
    .custom-scrollbar {
        scrollbar-color: #f5f5f5 rgba(32, 16, 16, 0.3);
        scrollbar-width: thin;
    }

    .custom-scrollbar:hover {
        margin-right: -8px;
    }
}

.login-img-top {
    height: 170px;
    object-fit: contain;
    padding-bottom: 0.5rem;
}

.login-img-bottom {
    margin: auto;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.custom-border-left::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 150px);
    background: #ced4da;
    height: 300px;
    width: 1px;
}

.btn-link-target {
    color: #0067d5;
}

.btn-link-neutro {
    color: #737373 !important;
    font-weight: 600 !important;
}

.btn-target {
    color: #fff;
    background: #0067d5;
}

.btn-target:hover {
    color: #fff;
    background: #0067d596;
}

.btn-white {
    color: #667;
    background-color: #fff;
    border-color: #fff;
    z-index: 0 !important;
}

.btn-white:active,
.btn-white:focus {
    box-shadow: unset !important;
    z-index: 0 !important;
}

.custom-card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.main-toolbar {
    background: var(--primary-400);
    display: flex;
    font-family: sans-serif;
    position: fixed;
    top: 0;
    height: 80px;
    width: 100%;
    z-index: 4;
    box-shadow: 0 0px 16px 10px #99999960;
    -moz-box-shadow: 0 0px 16px 10px #99999960;
    -webkit-box-shadow: 0 0px 16px 10px #99999960;
}

.main-toolbar #logo {
    padding: 12px;
}

.main-toolbar [onclick]:hover {
    cursor: pointer;
    text-decoration: underline;
}

.main-toolbar > img {
    object-fit: cover;
    padding: 0.75rem 1.25rem;
    width: 130px;
}

.main-toolbar a {
    color: #0067d5;
}

.user-card:hover .dropdown-toolbar-user {
    opacity: 1;
    height: unset;
    margin-top: -1.9%;
    padding-top: 3%;
}

.main-toolbar a:hover .dropdown-toolbar {
    display: block;
}
.filtro-valor {
    max-width: 12.1%;
    flex: 0 0 12.1%;
}
.filtro-valor input {
    text-align: end;
}

.subdropdown-toolbar {
    width: 180px;
    overflow: hidden;
}

.main-toolbar a:hover .dropdown-toolbar > li > .subdropdown-toolbar {
    position: absolute;
    left: 100%;
    padding: 0;
    list-style-type: none;
    background: var(--primary-400);
    display: none;
    border: 1px solid var(--primary-100);
    border-radius: 8px;
    transition: 0.3s;
}

.subdropdown-toolbar > li {
    padding: 10px 20px;
}

.main-toolbar a:hover .dropdown-toolbar > li:hover > .subdropdown-toolbar {
    display: block;
}

.user-card:hover .dropdown-icon,
.main-toolbar a:hover > .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-icon {
    transition: 0.3s;
}

.dropdown-toolbar {
    background: var(--primary-400);
    border: 1px solid var(--primary-100);
    border-radius: 8px;
    display: none;
    left: calc(50% - 90px);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 75px;
    width: 180px;
    color: var(--text-600);
    font-weight: 400;
}

.dropdown-toolbar:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 15px;
    border-color: transparent transparent var(--primary-100) transparent;
    position: absolute;
    right: calc(50% - 15px);
    top: -20px;
}

.dropdown-toolbar:after {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 15px;
    border-color: transparent transparent var(--primary-400) transparent;
    position: absolute;
    right: calc(50% - 15px);
    top: -19px;
}

.dropdown-toolbar-user {
    background: var(--primary-400);
    border: 1px solid var(--primary-100);
    border-top: unset;
    border-radius: 0 0 0.5rem 0.5rem;
    color: var(--text-600);
    list-style-type: none;
    margin: -1px;
    padding: 5px 0px 0px 1%;
    overflow: hidden;
    position: absolute;
    top: 65px;
    transition: 0.3s;
    width: 95px;
    opacity: 0;
    z-index: -1;
}

.dropdown-toolbar-user > li,
.dropdown-toolbar > li {
    border-radius: 0.5rem;
    display: grid;
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    position: relative;
    text-align: left;
}

.dropdown-toolbar > li > .row {
    padding: 10px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-toolbar > li > span > .dropdown-icon {
    top: calc(50% - 6px);
    transform: rotate(-90deg);
}

.dropdown-toolbar-user > li:hover,
.dropdown-toolbar > li:hover,
.subdropdown-toolbar > li:hover {
    background-color: var(--primary-300);
}

#notificacao {
    position: relative;
}

.qtde-notificacao {
    background: #dc3545;
    border-radius: 2.5rem;
    color: white;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 4px;
    position: absolute;
    top: -8px;
    right: -10px;
}

.autocomplete-result {
    background: white;
    border: solid #ced4da 1px;
    border-radius: 0.25rem;
    font-family: sans-serif;
    font-size: 0.9rem;
    position: absolute;
    max-height: 180px;
    overflow-y: auto;
    width: 100%;
    z-index: 3;
}

.autocomplete-result:empty {
    display: none;
}

.autocomplete-line {
    padding: 5px 5px 5px 12px;
    cursor: pointer;
}

.autocomplete-line.hovered {
    background: rgba(0, 0, 0, 0.15);
}

line-space {
    height: 1px;
    margin: 0.75rem;
    width: 100%;
}

line-space-color {
    /* background-color: #0000001a; */
    background: transparent;
    height: 1px;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.btn-search-grid {
    background: white;
    border-color: #ced4da;
    border-left: unset;
    color: #0067d5;
    font-size: 0.9rem;
}

.btn-search-grid:hover {
    background: white;
    border-color: #ced4da;
    border-left: unset;
    color: #0067d59d;
}

#buscar-paciente {
    display: flex;
    width: 297px;
}

#buscar-paciente > * {
    margin: auto;
}

#buscar-paciente > input {
    background: var(--primary-300);
    border-color: var(--primary-200);
    border-radius: 0.5rem 0 0 0.5rem;
    border-right: unset;
    font-size: 12px;
    height: 36px;
    color: var(--text-600);
    text-overflow: ellipsis;
}

#buscar-paciente > input::placeholder {
    color: var(--text-600);
}

#buscar-paciente > .input-group-append {
    height: 36px;
}

#buscar-paciente > .input-group-append > button {
    background: var(--primary-300);
    border-color: var(--primary-200);
    border-radius: 0 0.5rem 0.5rem 0;
    display: grid;
    padding-left: 0;
    padding-right: 0.55rem !important;
    color: var(--text-600);
    align-items: center;
}

#buscar-paciente > input:focus,
#buscar-paciente > input:active,
#buscar-paciente > .input-group-append > button:focus,
#buscar-paciente > .input-group-append > button:active {
    box-shadow: unset;
}

#buscar-paciente > .input-group-append > button > img {
    width: 22px;
    margin: auto;
}

/* .btn-toolbar > a > img:not(.dropdown-icon) {
    margin-top: auto;
    object-fit: contain;
    padding: 0;
    height: 40px;
    width: 100%;
} */

.btn-toolbar > a > .col > .my-icon:not(.dropdown-icon) {
    margin-top: auto;
    object-fit: contain;
    padding: 5px;
    height: 40px;
    width: 100%;
    margin-bottom: 0.2rem;
}

.btn-toolbar > a > .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0 !important;
}

.btn-toolbar > a > .col > span {
    font-family: tahoma;
    font-size: 12px;
    font-weight: 400;
}

.btn-toolbar > a {
    cursor: pointer;
    color: var(--primary-50) !important;
    display: flex;
    padding: 0;
    position: relative;
    text-align: center;
    transition: 0.3s;
    width: 90px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn-toolbar > a:not(:first-child) {
    padding-right: 20px;
}

.btn-toolbar > a > .col > span {
    color: var(--text-600) !important;
}

.btn-toolbar > a > * {
    line-height: 1;
}

.btn-toolbar > a:hover {
    color: #c9c9c9;
    text-decoration: none;
}

.btn-toolbar > a:not(:last-of-type)::after {
    content: " ";
    width: 1px;
    height: 30px;
    background-color: var(--primary-100);
    position: absolute;
    right: 0;
}

.btn-toolbar .fa,
.btn-toolbar .far,
.btn-toolbar .fas {
    font-size: 18px;
    margin: auto;
}

.btn-secondary-toolbar {
    display: flex;
}

.btn-secondary-toolbar > a {
    display: grid;
    margin: auto;
    font-size: 28px;
    color: var(--text-600);
}

#empresa-toolbar {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    right: 12%;
    top: 31%;
    font-size: 70%;
    color: var(--text-600);
}

.user-pic {
    background: #0067d5;
    border-radius: 1.5rem;
    color: white;
    font-family: tahoma;
    font-size: 0.8rem;
    font-weight: 200;
    display: flex;
    cursor: pointer;
    font-weight: 600;
    line-height: 2.2;
    margin: auto;
    text-align: center;
    height: 28px;
    width: 35px;
}

.prontuario-user-pic {
    background: #f2f2f2;
    border-radius: 3.5rem;
    color: #667;
    font-size: 2.7rem;
    cursor: pointer;
    /* font-weight: 600; */
    line-height: 2.2;
    margin: 0px 15%;
    text-align: center;
    text-transform: uppercase;
    /* height: 100%;
    width: unset; */
    height: 100px;
    width: 100px;
}

.prontuario-user-pic-sm {
    background: #f2f2f2;
    border-radius: 3.5rem;
    color: rgb(58, 58, 133);
    font-size: 100%;
    cursor: pointer;
    line-height: 2.2;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    width: 30px;
}

.prontuario-user-pic > img {
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 2.5rem;
    object-fit: cover;
}

.user-name span {
    display: grid;
    color: #404040;
    line-height: 1;
}

.user-name span:first-of-type {
    font-size: 12px;
    font-family: tahoma;
    font-weight: 800;
    margin-bottom: 3px;
    color: #040404;
}

.user-name span:last-of-type {
    font-size: 11px;
    font-family: tahoma;
    font-weight: 400;
    margin-bottom: 3px;
}

.input-icon {
    display: flex;
}

.input-icon > .fa {
    font-size: 28px;
    margin: auto 8px auto 0;
}

.header-color {
    color: #0067d5;
}

.header-color-2 {
    color: #0881ff;
}

.custom-table {
    height: calc(100% - 120px);
}

.custom-table .table {
    color: #858796 !important;
}

.custom-table td {
    vertical-align: middle;
}

.custom-table tr[onclick]:hover,
.custom-table td[onclick]:hover {
    color: #4b9bd5;
    cursor: pointer;
}

.table-body-scroll {
    overflow-y: auto;
    /* height: calc(100% - 45px); */
    height: 100%;
}

.table-header-scroll tr {
    background-color: #e8e8e8;
}

.table-header-scroll > table,
.table-body-scroll > table {
    width: 100%;
}

.table-header-scroll > table th {
    padding: 0.75rem;
}

.table-body-scroll > table td {
    padding: 0.75rem;
}

.table-body-scroll table tr {
    border-bottom: 0.5px;
}

.btn-table-action > .my-icon {
    color: #667;
    cursor: pointer;
    font-size: 26px;
    padding: 0 5px;
    width: 26px;
}

.btn-table-action [onclick]:hover {
    color: #4b9bd5;
    cursor: pointer;
}

.btn-table-action > .my-icon:hover {
    color: #4b9bd5;
}

.just-fab {
    border-radius: 25rem;
    height: 50px;
    width: 50px;
    box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    -webkit-box-shadow: 0 8px 6px -6px #999;
}

.custom-fab {
    border-radius: 25rem;
    bottom: 15px;
    position: fixed;
    right: 15px;
    height: 50px;
    width: 50px;

    box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    z-index: 3;
}

.selecao-pessoa {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
    line-height: 1;
}

.selecao-pessoa li {
    padding: 10px;
}

.selecao-pessoa li.selected {
    background: #4b9bd5;
    color: white;
}

.selecao-pessoa li:hover {
    background: #4b9bd53b;
    cursor: pointer;
}

.selecao-pessoa li:not(:last-of-type) {
    border-bottom: solid #858796 1px;
}

.month-selected {
    text-transform: capitalize;
}

.month-control {
    display: flex;
}

.month-control > * {
    margin: auto;
    padding: 10px;
}

.month-body > div {
    display: flex;
}

.month-body h6 {
    border-radius: 25rem;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 40px;

    /* Desabilitar Seleção de Texto */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.month-body h6:hover {
    background: #4b9bd53b;
    cursor: pointer;
}

.month-body h6.today:not(.selected) {
    color: #4b9bd5;
    font-weight: 600;
}

.month-body h6.selected {
    background: #4b9bd5;
    color: #fff;
}

#agenda-visualizacao {
    height: calc(100% - 120px);
}
.up-txt {
    text-transform: uppercase;
}
#agenda-visualizacao > #agenda-diaria,
#agenda-visualizacao > #agenda-semanal {
    height: 100%;
}

.agendamentos-dia [onclick] {
    cursor: pointer;
}

.agendamentos-dia {
    border-color: transparent;
}

.agendamentos-horario td {
    line-height: 1.5;
    padding: calc(0.375rem + 1px) 0.75rem;
}

.agendamentos-horario tr:not(:last-of-type) td {
    border-bottom: 1px solid #dcdcdc;
}

.agendamentos-horario {
    background: #f5f5f5;
    /* border: 1px solid #dcdcdc; */
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
    min-height: 31px;
    padding: 0;
}

.grade-semana {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.grade-semana .col {
    border-right: 1px solid #ced4da;
}

.grade-semana div[data-dia_semana] {
    min-height: 100px;
    position: relative;
}

.grade-semana .descricao-grade {
    margin-bottom: 12px;
}

.grade-semana .acoes-grade {
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.grade-semana .acoes-grade > .my-icon {
    cursor: pointer;
}

.grade-semana .col {
    padding: 0;
}

.grade-semana li {
    border-bottom: solid 1px #ced4da;
    list-style-type: none;
    padding: 10px 5px;
    position: relative;
}

.grade-semana h6 {
    background: #e8e8e8;
    border-bottom: solid 1px #ced4da;
    font-weight: 600;
}

.grade-semana li p {
    font-size: 90%;
    line-height: 1.5;
    margin: 0;
}

.grade-semana li .ativacao-grade,
.grade-semana li .desativacao-grade,
.grade-semana li .lixeira-grade {
    cursor: pointer;
    margin-left: 5px;
    transition: 0.3s;
}

.grade-semana li .ativacao-grade:hover {
    color: #00a16c;
}

.grade-semana li .desativacao-grade:hover {
    color: #a10000;
}

.grade-semana li .lixeira-grade:hover {
    color: #a10000;
}

#encaixe:checked ~ [for="encaixe"]::before {
    /* border-color: #8d00d5;
    background-color: #8d00d5; */
}

#encaixe:not(:disabled):active ~ [for="encaixe"]::before {
    /* border-color: #ffb3fd;
    background-color: #ffb3fd; */
}

#encaixe:focus:not(:checked) ~ [for="encaixe"]::before {
    /* border-color: #8d00d5; */
}

#encaixe:focus ~ [for="encaixe"]::before {
    /* box-shadow: 0 0 0 0.2rem #ffb3fd; */
}

#retorno:checked ~ [for="retorno"]::before {
    /* border-color: #e8e500;
    background-color: #e8e500; */
}

#retorno:not(:disabled):active ~ [for="retorno"]::before {
    /* border-color: #fff6b3;
    background-color: #fff6b3; */
}

#retorno:focus:not(:checked) ~ [for="retorno"]::before {
    /* border-color: #e8e500; */
}

#retorno:focus ~ [for="retorno"]::before {
    /* box-shadow: 0 0 0 0.2rem #fff6b3; */
}

.agenda-diaria-body [data-id_agendamento] .tag-agenda {
    border-radius: 0.5rem;
    font-size: 70%;
    font-weight: 600;
    line-height: 1.7;
    min-width: 250px;
}

/* A | F | S | C */
.agenda-diaria-body [data-id_agendamento][data-status="A"] .tag-agenda {
    background: #a16363;
}

.agenda-diaria-body [data-id_agendamento][data-status="F"] .tag-agenda {
    background: #63a16e;
}

.agenda-diaria-body [data-id_agendamento][data-status="S"] .tag-agenda {
    background: #a19e52;
}

.agenda-diaria-body [data-id_agendamento][data-status="C"] .tag-agenda {
    background: #828282;
}

.tag-encaixa {
    background: #8d00d5;
    border-radius: 0.5rem;
    color: white;
    font-size: 60%;
    line-height: 1;
    padding: 0rem 0.5rem;
}

.tag-retorno {
    background: #e8e500;
    color: white;
    padding: 0rem 0.25rem;
}

.tag-fila-atendimento,
.tag-fila-espera,
.tag-fila-finalizado,
.tag-fila-desistiu {
    border-radius: 0.4rem;
    color: white;
    line-height: 1.3;
    padding: 0rem 0.5rem;
}

.tag-fila-espera {
    background: #1db954;
}

.tag-fila-finalizado {
    background: #0881ff;
}

.tag-fila-atendimento {
    background: #ff4c4c;
}

.tag-fila-desistiu {
    background: #828282;
}

#menu-prontuario {
    height: calc(100% - 90px);
    list-style-type: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
}

#menu-prontuario:hover {
    margin-right: -3px;
}

#menu-prontuario .my-icon {
    width: 20px;
}

#menu-prontuario li {
    font-size: 1.15rem;
    padding: 0.2rem 1rem;
    position: relative;
}

#menu-prontuario li[onclick] {
    padding: 0.2rem 1.4rem !important;
    cursor: pointer;
}

#menu-prontuario li[onclick]:hover {
    background: #f2f2f2;
}

#menu-prontuario li.selected {
    border-left: solid #4b9bd5 4px;
    color: #4b9bd5;
}

#prontuario > div[id] {
    display: none;
}

#prontuario > div[id].selected {
    display: block;
    /* height: calc(100% - 160px); */
    height: calc(100% - 215px);
}

#prontuario > div[id].selected > div {
    min-height: 100%;
    min-width: 100%;
}

#lista-prescricao {
    min-height: 200px;
}

#lista-prescricao:empty {
    display: grid;
}

#lista-prescricao:empty::after {
    content: "Não há prescrições feitas para esse paciente.";
    padding: 2rem;
    margin: auto;
}

.accordion-header * {
    font-size: 17px;
}
.area-filtro:hover {
    opacity: 0.8;
}
.accordion-header .my-icon:hover {
    transition: 0.3s;
    cursor: pointer;
    color: #4b9bd5;
}

.btn-deletar-anexo {
    color: #dc3545;
    cursor: pointer;
    margin-right: 20px;
    transition: 0.3s;
}

.btn-deletar-anexo:hover {
    color: #cdcdcd;
}

.form-fila-espera {
    background: #fff;
    border: solid #cdcdcd 1px;
    border-radius: 0.25rem;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 275px;
    z-index: 3;
}

.form-fila-espera.open {
    display: block;
}

.form-fila-espera.open .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.fila-espera {
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
    /* min-height: 350px; */
    min-height: 200px;
    height: calc(100% - 30px);
}

.fila-espera:empty {
    /* background-image: url("/saude-beta-consul/img/empty_data.png");
    background-size: 100%; */
    display: grid;
}

.fila-espera thead {
    border-bottom: solid #cdcdcd 1px;
    line-height: 1;
}

.fila-espera thead th {
    /* background: #f8f8f8; */
    font-weight: 100;
}

.fila-espera:empty::after {
    content: "Não há pacientes na fila de espera.";
    padding: 2rem;
    margin: auto;
}

.fila-espera td,
.fila-espera th {
    padding: 5px !important;
}

.fila-espera tbody tr:hover {
    background: rgb(238, 238, 238);
    cursor: pointer;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 65px;
}

ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 3;
}

ul.timeline > li {
    background: #f2f2f2;
    /* border: solid 1px; */
    margin: 20px 0;
    padding: 20px;
    border-radius: 0.25rem;
    position: relative;
    /* padding-left: 20px; */
    /* padding-bottom: 20px; */
}

ul.timeline > li * {
    background: #f2f2f2 !important;
}

ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: -45px;
    width: 20px;
    height: 20px;
    z-index: 3;
}

ul.timeline > li::after {
    content: "";
    position: absolute;
    top: 16px;
    left: -30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #f2f2f2;
}

ul.timeline > li.resumo-prioritario a {
    color: #dc3545;
}

ul.timeline > li a[href="#"]:hover {
    cursor: auto;
    text-decoration: none;
}

ul.timeline > li.resumo-prioritario:before {
    background: #dc3545;
    border-color: #dc3545;
}

#fila-espera-context-menu {
    background-color: white;
    border: solid rgba(0, 0, 0, 0.125) 1px;
    border-radius: 0.25rem;
    list-style: none;
    padding: 0;
    position: fixed;
    width: 150px;
    z-index: 3;
}

#fila-espera-context-menu > li {
    cursor: pointer;
    display: flex;
    padding: 5px 10px;
    transition: 0.2s;
}

#fila-espera-context-menu > li.positive:hover {
    color: #28a745;
}

#fila-espera-context-menu > li.negative:hover {
    color: #dc3545;
}

#fila-espera-context-menu > li:hover {
    color: #4b9bd5;
}

#fila-espera-context-menu > li > span {
    font-size: 1rem;
}

.semaforo {
    background: #000;
    border-radius: 1rem;
    display: block;
    height: 10px;
    width: 10px;
}

.semaforo.color-semaforo-verde,
.semaforo.color-validade-verde {
    background: #1db954;
}

.semaforo.color-semaforo-laranja,
.semaforo.color-validade-laranja {
    background: #f47721;
}

.semaforo.color-semaforo-vermelho,
.semaforo.color-validade-vermelho {
    background: #ff4c4c;
}

.semaforo.color-semaforo-cinza,
.semaforo.color-validade-cinza {
    background: #a6a8a9;
}

.semaforo:after {
    padding: 2px;
    display: none;
    position: relative;
    top: -28px;
    right: -5px;
    width: 150px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.fila-espera tr:first-of-type .semaforo::after {
    top: 5px;
}

.semaforo.color-semaforo-verde:hover:after {
    content: "Em Espera";
    display: block;
}

.semaforo.color-semaforo-laranja:hover:after {
    content: "Encaminhado";
    display: block;
}

.semaforo.color-semaforo-vermelho:hover:after {
    content: "Em Atendimento";
    display: block;
}

.semaforo.color-semaforo-cinza:hover:after {
    content: "Desistência";
    display: block;
}

.semaforo.color-validade-verde:hover:after,
.semaforo.color-validade-laranja:hover:after,
.semaforo.color-validade-vermelho:hover:after,
.semaforo.color-validade-cinza:hover:after {
    content: attr(data-message);
    display: block;
    width: 275px;
}

.color-semaforo-verde,
.color-validade-verde {
    color: #1db954 !important;
}

.color-semaforo-laranja,
.color-validade-laranja {
    color: #f47721 !important;
}

.color-semaforo-vermelho,
.color-validade-vermelho {
    color: #ff4c4c !important;
}

.color-semaforo-cinza,
.color-validade-cinza {
    color: #a6a8a9 !important;
}

.header-agendamentos-dia {
    background: #f8f8f8;
    border-radius: 0.5rem;
    color: #667;
}

.header-agendamentos-dia .info {
    position: relative;
}

.header-agendamentos-dia .sala {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
}

.header-agendamentos-dia h4 {
    font-weight: 600;
    line-height: 1;
}

.header-agendamentos-dia h6 {
    /* font-style: italic; */
    line-height: 1;
    font-size: 1rem;
}

/* .agenda-semanal {
    display: flex;
}

#agenda-semanal {
    overflow-x: auto;
    display: -webkit-inline-box;
}

#agenda-semanal .agendamentos-dia {
    overflow-y: auto;
    width: 350px;
} */

.user-photo {
    background: #f1f1f1;
    border-radius: 4rem;
    height: 125px;
    width: 125px;
    transition: 0.3s;
    object-fit: cover;
}

.user-photo-sm {
    background: #f1f1f1;
    border-radius: 4rem;
    height: 40px;
    width: 30px;
    transition: 0.3s;
    object-fit: cover;
}

.user-photo:hover {
    background: #cacaca;
    cursor: pointer;
    padding: 5px;
}

.custom-file-label::after {
    content: "Procurar" !important;
}

#selecao-profissional {
    display: flex;
    width: 102%;
}
.agenda-livre0 {
    margin-right: 10px;
    border: 4px solid #0881ff;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    transform: rotate(45deg);
}
.agenda-livre1 {
    margin-right: 10px;
    border-top: 4px solid #26ff08;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    border-left: 4px solid white;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    transform: rotate(45deg);
}
.agenda-livre2 {
    margin-right: 10px;
    border-top: 4px solid #26ff08;
    border-right: 4px solid #26ff08;
    border-bottom: 4px solid white;
    border-left: 4px solid white;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    transform: rotate(45deg);
}
.agenda-livre3 {
    margin-right: 10px;
    border-top: 4px solid #ffc107;
    border-right: 4px solid #ffc107;
    border-bottom: 4px solid #ffc107;
    border-left: 4px solid white;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    transform: rotate(45deg);
}
.agenda-livre4 {
    margin-right: 10px;
    border-top: 4px solid #ffc107;
    border-right: 4px solid #ffc107;
    border-bottom: 4px solid #ffc107;
    border-left: 4px solid #ffc107;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    transform: rotate(45deg);
}
.agenda-livre5 {
    border: 4px solid #dc3545;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    transform: rotate(45deg);
}
.agenda-livre-exi0 {
    margin-right: 10px;
    border: 4px solid #0881ff;
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    transform: rotate(45deg);
    margin-top: 7px;
    z-index: 3;
    position: relative;
    left: 10px;
}
.agenda-livre-exi1 {
    margin-right: 10px;
    border-top: 4px solid #26ff08;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    border-left: 4px solid white;
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    transform: rotate(45deg);
    margin-top: 7px;
    z-index: 3;
    position: relative;
    left: 10px;
}
.agenda-livre-exi2 {
    margin-right: 10px;
    border-top: 4px solid #26ff08;
    border-right: 4px solid #26ff08;
    border-bottom: 4px solid white;
    border-left: 4px solid white;
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    transform: rotate(45deg);
    margin-top: 7px;
    z-index: 3;
    position: relative;
    left: 10px;
}
.agenda-livre-exi3 {
    margin-right: 10px;
    border-top: 4px solid #ffc107;
    border-right: 4px solid #ffc107;
    border-bottom: 4px solid #ffc107;
    border-left: 4px solid white;
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    transform: rotate(45deg);
    margin-top: 7px;
    z-index: 3;
    position: relative;
    left: 10px;
}
.agenda-livre-exi4 {
    margin-right: 10px;
    border-top: 4px solid #ffc107;
    border-right: 4px solid #ffc107;
    border-bottom: 4px solid #ffc107;
    border-left: 4px solid #ffc107;
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    transform: rotate(45deg);
    margin-top: 7px;
    z-index: 3;
    position: relative;
    left: 10px;
}
.agenda-livre-exi5 {
    border: 4px solid #dc3545;
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    transform: rotate(45deg);
    margin-top: 7px;
    z-index: 3;
    position: relative;
    left: 10px;
}
#selecao-profissional .prontuario-user-pic {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 1.2rem;
    margin: unset;
    height: 45px;
    width: 45px;
}

#selecao-profissional .user-photo {
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 40px;
    width: 40px;
    min-width: 40px;
}
.prontuario-user-pic {
    min-width: 40px;
}
h5 {
    font-size: 1rem !important;
    font-weight: bold;
}
#selecao-profissional .prontuario-user-pic.selected {
    background: #0881ff;
    color: #fff;
}

#selecao-profissional .user-photo.selected {
    background: #0881ff;
    border: 1px solid #0881ff;
}

#selecao-profissional > *:not(:first-child) {
    margin-left: 5px;
}

.agenda-semanal-header .col {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.agenda-diaria-header .col-1,
.agenda-diaria-body .col-1 {
    border-right: solid #dfdfdf 1px;
}

.agenda-semanal-header .col,
.agenda-semanal-body .col {
    border-left: solid #dfdfdf 1px;
}

.agenda-diaria-body,
.agenda-semanal-body {
    overflow-y: hidden;
    height: calc(100% - 57px);
}

.agenda-diaria-body:hover,
.agenda-semanal-body:hover {
    overflow-y: auto;
    margin-right: -3px;
}

@-moz-document url-prefix() {
    .agenda-diaria-body:hover,
    .agenda-semanal-body:hover {
        overflow-y: auto;
        margin-right: -8px;
    }
}

.agenda-diaria-header,
.agenda-semanal-header {
    border-bottom: solid #dfdfdf 1px;
    color: #667;
    text-align: center;
}

.agenda-diaria-header span,
.agenda-semanal-header span {
    /* font-weight: 800; */
    font-size: 18px;
    display: block;
    border-radius: 2.5rem;
    color: #667;
    /* background-color: #f7f7f7; */
    height: 30px;
    width: 30px;
    padding-top: 1%;
    text-align: center;
    margin: auto;
}

.agenda-diaria-header {
    text-align: left;
}

.agenda-diaria-header span {
    margin-left: 0;
}

.agenda-diaria-header span {
    padding-top: 0.2%;
}

.agenda-diaria-header .today *,
.agenda-semanal-header .today * {
    color: #0881ff;
}

.agenda-diaria-header .today span,
.agenda-semanal-header .today span {
    color: white;
    background-color: #0881ff;
}

.agenda-diaria-header *,
.agenda-semanal-header * {
    /* color: #212529; */
    text-transform: uppercase;
    margin: 0;
}

.agenda-diaria-body ul,
.agenda-semanal-body ul {
    list-style-type: none;
    line-height: 1.4;
}

.agenda-semanal-body ul {
    min-height: 41px;
}

.agenda-diaria-body ul {
    min-height: 25px;
}

#pesquisa-agendamentos > .row,
.agenda-diaria-body > .row,
.agenda-semanal-body > .row,
#table-prontuario-agendamento > .row {
    border-bottom: solid #dfdfdf 1px;
}

.agenda-diaria-body [data-horario],
.agenda-semanal-body [data-horario] {
    background: #fff;
    margin: 0;
    padding: 0;
}

.agenda-semanal-body [data-horario] {
    background: #fff;
    padding: 3px 0;
}

.agenda-diaria-body ul:not(.grade-existe),
.agenda-semanal-body ul:not(.grade-existe) {
    cursor: not-allowed;
}

.agenda-diaria-body .grade-existe,
.agenda-semanal-body .grade-existe,
.agenda-diaria-body [data-id_agendamento],
.agenda-semanal-body [data-id_agendamento] {
    cursor: copy;
    min-height: 57px;
}
.col.grade-existe li {
    transition: max-height 0.1s ease 0s;
}
.agenda-diaria-body [data-id_agendamento],
.agenda-semanal-body [data-id_agendamento],
#pesquisa-agendamentos [data-id_agendamento],
#table-prontuario-agendamento [data-id_agendamento] {
    /* border-bottom: solid #fff 3px; */
    background: #f4f4f4;
    border: solid transparent 3px;
    /* border-radius: 0.8rem; */
    border-radius: 0.4rem;
    color: #212529;
    display: grid;
    padding: 4px 5px;
    position: relative;
    z-index: 0;
    min-height: 45px !important;
    max-height: 45px;
    margin: 3px 2px 3px 2px;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
}
.grade-existe .grade-agenda-cheia:hover + .grade-existe li {
    z-index: 3;
}
.grade-existe li p {
    align-self: center;
}
.grade-existe:hover > .grade-existe > img {
    opacity: 0 !important;
}
#pesquisa-agendamentos [data-id_agendamento]:not(:last-child),
.agenda-diaria-body [data-id_agendamento]:not(:last-child),
.agenda-semanal-body [data-id_agendamento]:not(:last-child),
#table-prontuario-agendamento [data-id_agendamento]:not(:last-child) {
    margin-bottom: 5px;
}

#pesquisa-agendamentos [data-id_agendamento],
.agenda-diaria-body [data-id_agendamento],
#table-prontuario-agendamento [data-id_agendamento] {
    padding: 2px 40px 2px 12px;
}

.agenda-diaria-body [data-id_agendamento] p,
.agenda-semanal-body [data-id_agendamento] p,
#pesquisa-agendamentos [data-id_agendamento] p,
#table-prontuario-agendamento [data-id_agendamento] p {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
    margin: 0;
}

#pesquisa-agendamentos [data-id_agendamento] p:first-child,
.agenda-semanal-body [data-id_agendamento] p:first-child,
.agenda-diaria-body [data-id_agendamento] p:first-child,
#table-prontuario-agendamento [data-id_agendamento] p:first-child {
    font-weight: 600;
    /* margin-bottom: 5px; */
    text-transform: uppercase;
}

#pesquisa-agendamentos [data-id_agendamento] p:first-child span,
.agenda-diaria-body [data-id_agendamento] p:first-child span,
#table-prontuario-agendamento [data-id_agendamento] p:first-child span {
    line-height: 1.6;
}

#pesquisa-agendamentos [data-id_agendamento] p *,
.agenda-semanal-body [data-id_agendamento] p *,
#table-prontuario-agendamento [data-id_agendamento] p * {
    vertical-align: middle;
}

.agenda-diaria-body [data-id_agendamento] p {
    /* font-size: 14px; */
}

.agenda-diaria-body [data-id_agendamento][data-status="F"],
.agenda-semanal-body [data-id_agendamento][data-status="F"],
#pesquisa-agendamentos [data-id_agendamento][data-status="F"],
#table-prontuario-agendamento [data-id_agendamento][data-status="F"] {
    background: #deffe4;
}

.agenda-diaria-body [data-id_agendamento][data-status="C"],
.agenda-semanal-body [data-id_agendamento][data-status="C"],
#pesquisa-agendamentos [data-id_agendamento][data-status="C"],
#table-prontuario-agendamento [data-id_agendamento][data-status="C"] {
    background: #eaeaea;
}

.agenda-diaria-body [data-id_agendamento][data-status="S"],
.agenda-semanal-body [data-id_agendamento][data-status="S"],
#pesquisa-agendamentos [data-id_agendamento][data-status="S"],
#table-prontuario-agendamento [data-id_agendamento][data-status="S"] {
    background: #fffdc0;
}

.agenda-diaria-body [data-id_agendamento][data-status="A"],
.agenda-semanal-body [data-id_agendamento][data-status="A"],
#pesquisa-agendamentos [data-id_agendamento][data-status="A"],
#table-prontuario-agendamento [data-id_agendamento][data-status="A"] {
    background: #ffdee5;
}

.horario-bloqueado {
    /* background-image: linear-gradient(
        45deg,
        #dfdfdf 4.55%,
        #fff 4.55%,
        #fff 50%,
        #dfdfdf 50%,
        #dfdfdf 54.55%,
        #fff 54.55%,
        #fff 100%
    ) !important; */
    /* background-size: 20px 20px !important; */
    background: white !important;
}

.agenda-diaria-body .horario-bloqueado:before {
    position: absolute;
    top: calc(50%);
    content: " ";
    height: 1px;
    width: 95%;
    margin: 0 2.5%;
    background-color: #dd3949;
}

.agenda-semanal-body .horario-bloqueado:before,
.agenda-semanal-body .horario-bloqueado:after {
    position: absolute;
    left: calc(50% - 0.5px);
    top: calc(-50% - 1.5px);
    content: " ";
    height: 125px;
    width: 1px;
    background-color: #dd3949;
}

.agenda-semanal-body .horario-bloqueado:before {
    transform: rotate(65deg);
}

.agenda-semanal-body .horario-bloqueado:after {
    transform: rotate(-65deg);
}

.agenda-semanal-body .btn-criar-agendamento {
    background: #fff;
    width: 80px;
}

.agenda-diaria-body [data-id_agendamento] .indicador,
#pesquisa-agendamentos [data-id_agendamento] .indicador,
#table-prontuario-agendamento [data-id_agendamento] .indicador {
    top: 4px;
    right: 4px;
    position: absolute;
}

.agenda-semanal-body [data-id_agendamento] .indicador {
    top: 12px;
    right: 6px;
    position: absolute;
}

.agenda-diaria-body [data-id_agendamento] .dropdown,
.agenda-semanal-body [data-id_agendamento] .dropdown,
#pesquisa-agendamentos [data-id_agendamento] .dropdown,
#table-prontuario-agendamento [data-id_agendamento] .dropdown {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}

.agenda-diaria-body [data-id_agendamento] .dropdown {
    top: 4px;
    right: 10px;
    padding-top: 0;
}

#agenda-diaria,
#agenda-semanal,
#agenda-colaborador {
    display: none;
}

#agenda-diaria.active,
#agenda-semanal.active,
#agenda-colaborador.active {
    display: block;
}

.my-agenda-menu {
    background: #212529;
    border-radius: 1rem;
    color: #eaeaea;
    text-align: center;
    width: 22px;
}

.my-agenda-menu:hover {
    transition: 0.3s;
    background: #828282;
}

#mudar-visualizacao > .active {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.btn-criar-agendamento > div {
    border-radius: 0.5rem;
    color: #667;
    cursor: pointer;
    padding: 0 5px;
    margin: 5px auto;
    display: table;
    text-align: center;
    transition: 0.3s;
}

.btn-criar-agendamento > div:hover {
    background: #00a16c;
    color: white;
}

.btn-criar-agendamento > div:hover::after {
    content: " +";
}

.agenda-options {
    display: flex;
    text-align: right;
    padding-right: 0;
}

.agenda-options > input {
    margin-left: auto;
}

.agenda-options input,
.agenda-options button {
    padding: 0.375rem 0.75rem;
}

.agenda-options > * {
    display: inline-block;
    height: 40px !important;
    margin: auto 0 0 10px;
}

.agenda-options > * > button {
    height: 100% !important;
}

.month-control .my-icon {
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
}

.month-control .my-icon:hover {
    color: #4b9bd5;
}

#btn-switch-fila-espera {
    background: #fff;
    border: solid 1px;
    border-color: #dfdfdf #fff #dfdfdf #dfdfdf;
    border-radius: 1rem 0 0 1rem;
    cursor: pointer;
    display: grid;
    height: 45px;
    right: -1px;
    top: 10px;
    position: absolute;
    width: 45px;
    z-index: 1;
}

#btn-switch-fila-espera .my-icon {
    font-size: 24px;
    margin: auto;
}

#fila-espera {
    transition: 0.5s;
}

#fila-espera.hide {
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    padding: 0 !important;
    width: 0;
}

.help-colors {
    cursor: pointer;
    position: relative;
}

.help-colors > .my-icon {
    font-size: 24px;
    margin-top: 4px;
}

.help-colors:hover > .my-icon {
    color: #4b9bd5;
}

.help-colors:hover > .card {
    display: block;
}

.help-colors > .card {
    display: none;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    width: 170px;
    z-index: 2;
}

.help-colors > .card * {
    color: #666677;
}

.help-colors > .card .my-icon {
    --fa-secondary-color: #666677;
}

.agenda-diaria-body ul[data-horario],
.agenda-semanal-body ul[data-horario],
.btn-criar-agendamento {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    background-size: 20px 20px !important;
}

.agenda-diaria-body ul[data-horario]:not(:empty)::before,
.agenda-semanal-body ul[data-horario]:not(:empty)::before {
    height: 100%;
    background: attr(data-cor);
    width: 3px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.agenda-diaria-body ul[data-horario]:not(.grade-existe),
.agenda-semanal-body ul[data-horario]:not(.grade-existe) {
    background-image: linear-gradient(
        45deg,
        #dfdfdf 4.55%,
        #fff 4.55%,
        #fff 50%,
        #dfdfdf 50%,
        #dfdfdf 54.55%,
        #fff 54.55%,
        #fff 100%
    ) !important;
    background-size: 20px 20px !important;
}

.tag-em-espera {
    line-height: 1;
}

.tag-confirmado,
.tag-encaixe,
.tag-primeira-vez {
    background: #212529;
    border-radius: 1rem;
    color: white;
    display: grid;
    line-height: 1;
    /* margin: auto; */
}

.tag-encaixe > *,
.tag-primeira-vez > * {
    margin: auto;
}

#table-prontuario-agendamento .tags,
#pesquisa-agendamentos .tags,
#agenda-diaria .tags {
    display: flex;
    top: 4px;
    right: 4px;
    position: absolute;
}

#agenda-semanal .tags {
    /* display: flex; */
    top: 8px;
    right: 4px;
    position: absolute;
}

#table-prontuario-agendamento .tag-encaixe,
#pesquisa-agendamentos .tag-encaixe,
#agenda-diaria .tag-encaixe {
    background-color: #8d00d5;
    padding: 2px 10px;
    font-weight: 800;
}

#table-prontuario-agendamento .tag-confirmado,
#pesquisa-agendamentos .tag-confirmado,
#agenda-diaria .tag-confirmado {
    background-color: #23d500;
    padding: 2px 10px;
    font-weight: 800;
}

#table-prontuario-agendamento .tag-primeira-vez,
#pesquisa-agendamentos .tag-primeira-vez,
#agenda-diaria .tag-primeira-vez {
    background-color: #d50000;
    padding: 2px 10px;
    font-weight: 800;
}

#agenda-semanal .tag-encaixe {
    background-color: #8d00d5;
    height: 17px;
    width: 17px;
}

#agenda-semanal .tag-confirmado {
    background-color: #23d500;
    height: 17px;
    width: 17px;
}

#agenda-semanal .tag-primeira-vez {
    background-color: #d50000;
    height: 17px;
    width: 17px;
}

#pesquisa-agendamentos .tag-em-espera,
#agenda-diaria .tag-em-espera,
#table-prontuario-agendamento .tag-em-espera {
    bottom: 4px;
    right: 4px;
    position: absolute;
}

#agenda-semanal .tag-em-espera {
    bottom: 8px;
    right: 4px;
    position: absolute;
}

.input-group > .input-group-append > .btn {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.note-editor.note-frame {
    border: 1px solid #ced4da !important;
    border-radius: 0.5rem;
}

.note-toolbar {
    border-radius: 0.5rem 0.5rem 0 0;
}

.note-editor.note-frame .note-statusbar {
    background-color: unset !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fdfdfd !important;
}

#lista-receita-medicamentos [data-id_medicamento]:not(:last-of-type) {
    border-bottom: solid 1px #dfdfdf;
}

.crud-section:hover > * {
    cursor: pointer;
    color: #0069d9;
}

#menu-prontuario li .qtde-prontuario {
    background: #dc3545;
    border-radius: 1rem;
    color: white;
    display: flex;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    max-width: 50px;
    padding: 5px;
    height: auto;
    max-height: 24px;
}
.qtde-prontuario small {
    min-width: 14px;
    text-align: center;
}
#agenda_profissional:hover {
    filter: brightness(1);
}
#menu-prontuario li .qtde-prontuario[data-count="0"] {
    opacity: 0;
}

input.autocomplete::-webkit-input-placeholder {
    color: #c2c4cc !important;
}

input.autocomplete::-moz-placeholder {
    color: #c2c4cc !important;
}

input.autocomplete::-ms-placeholder {
    color: #c2c4cc !important;
}

input.autocomplete::placeholder {
    color: #c2c4cc !important;
}

.msg-if-empty:empty {
    background-image: url(/img/empty_data.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: grid;
    height: 250px;
    margin-top: 0;
    position: absolute;
    width: 100%;
}

.msg-if-empty:empty::after {
    content: attr(data-empty_msg);
    text-align: center;
    position: absolute;
    width: 100%;
    font-weight: 100;
    top: 90%;
    text-transform: uppercase;
}

.modal-body {
    padding: 1rem 2rem;
}

.modal-title {
    font-family: sans-serif;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0rem;
    background: #eee;
    border-color: #eee;
}

.custom-checkbox {
    font-family: sans-serif;
    font-size: 14px;
}

.custom-control-input:checked ~ .custom-control-label span {
    color: #858796;
}

.custom-checkbox > label {
    display: flex;
}

.custom-checkbox > label > span {
    color: #ccc;
    margin: auto;
}

.custom-checkbox:hover,
.custom-checkbox:hover > label {
    cursor: pointer !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 transparent;
}

.custom-checkbox:hover .custom-control-label::before {
    background: #ccc;
    border-color: #ccc;
}

.inputs-anamnese,
.input-IEC {
    background: white;
    border-radius: 3rem;
    margin: 10px auto;
    padding: 5px 0;
    width: 75px;
}

.inputs-anamnese > img,
.input-IEC {
    border-radius: 3rem;
    display: flex;
    margin: auto;
    padding: 5px;
    width: 60px;
}
.col .btn.btn-link {
    text-align: left !important;
}

.inputs-anamnese > img:hover,
.input-IEC:hover {
    background: #ebebeb;
    cursor: pointer;
}
.i-areas {
    background-color: red;
    padding: 3px 7px;
    border-radius: 100%;
    position: relative;
    top: 11px;
    right: 42px;
    color: white;
}

.deletar-campo-anamnese {
    color: #000;
    cursor: pointer;
    font-size: 24px;
    margin: auto auto 0.5rem auto;
}

.deletar-campo-anamnese:hover {
    color: #858796;
}

.anamnese-opcoes .row:not(:last-child) {
    margin-bottom: 5px !important;
}

.anamnese-opcoes .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
}

.anamnese-opcoes [onclick]:hover {
    color: #0067d5;
    cursor: pointer;
}

#selecao-anamnese {
    padding: 0;
}

#selecao-anamnese > h6 {
    cursor: pointer;
    font-weight: 600;
    padding: 10px 25px;
    transition: 0.3s;
}

#selecao-anamnese > h6:hover {
    color: #0067d5;
    background: #f7f7f7;
}

#questionario-anamnese > .row {
    border-bottom: solid #dee2e6 1px;
    padding: 15px 0;
}

#video-chamada {
    display: none;
    position: absolute;
    left: calc(100% - 780px);
    top: 95px;
    z-index: 5;
}

#video-chamada.show {
    display: flex;
}

#video-link {
    background: white;
    border-radius: 0.5rem;
    height: 540px;
    width: 360px;
    margin-right: 10px;
    box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    -webkit-box-shadow: 0 8px 6px -6px #999;

    z-index: 0;
    opacity: 0;
    transition: 0.3s;
}

#video-link.show {
    z-index: 5;
    opacity: 1;
}

div#colorpalettediv > div.dropdown-menu.show {
    transform: translate3d(-133px, 78px, 0px) !important;
    width: 200px;
}

#colorpaletteselected {
    font-size: 40px;
    line-height: 0;
}

.btn-pickcolor {
    line-height: 0;
    padding: 0;
    width: 100%;
}

.btn-pickcolor {
    height: calc(1.5em + 0.75rem + 6px);
    background-color: #fff;
    /* bottom: 0px;
    left: 0px; */
    position: absolute;
    color: #858796 !important;
    border-color: #d1d3e2;
    padding-top: 0px;
}

.btn-pickcolor:hover {
    background-color: #d1d3e2;
    border-color: #d1d3e2;
}

.btn-pickcolor:disabled {
    background-color: #eaecf4;
    border-color: #d1d3e2;
}

.show > .btn-pickcolor.dropdown-toggle {
    background-color: #d1d3e2;
    border-color: #d1d3e2;
}

.btn-pickcolor::after {
    margin-left: -0.5rem;
    vertical-align: 0.3em;
}

.list-item-color {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.list-item-color[data-color="#FFFFFF"] {
    border-color: #78909c !important;
}

.custom-control-label {
    font-size: 0.9rem;
}

#agendamento-context-menu,
#agenda-context-menu {
    background-color: #fff;
    border: solid #dfdfdf 1px;
    border-radius: 0.5rem;
    color: #000;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 10;
}

#agendamento-context-menu.show,
#agenda-context-menu.show {
    display: block;
}

#agendamento-context-menu > li,
#agenda-context-menu > li {
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 3px 10px;
}

#agendamento-context-menu > li .my-icon,
#agenda-context-menu > li .my-icon {
    margin-right: 5px;
    width: 16px;
}

#agendamento-context-menu > li:hover,
#agenda-context-menu > li:hover {
    background: #dfdfdf;
}

.foto-paciente-agenda {
    border-radius: 4rem;
    margin-right: 0.5rem;
    object-fit: contain;
    height: 40px;
    width: 40px;
}

[data-libera_horario="1"] {
    text-decoration-line: line-through;
}

.modal-orcamento,
.modal-pedido {
    max-width: 90% !important;
    margin: 0 auto !important;
    height: 100% !important;
}

.modal-orcamento > div,
.modal-orcamento > div > div,
.modal-pedido > div,
.modal-pedido > div > div {
    height: 100%;
}

.tag-pedido-cancelado {
    background: #ff6372;
}

.tag-pedido-aberto {
    background: #ffb160;
}

.tag-pedido-primary {
    background: #64b0ff;
}

.tag-pedido-finalizado {
    background: #69ff64;
}

.tag-pedido-aberto,
.tag-pedido-finalizado,
.tag-pedido-cancelado,
.tag-pedido-primary {
    border-radius: 0.5rem;
    color: white;
    /* font-weight: 600; */
    line-height: 1;
    margin: auto 0;
    padding: 5px 10px;
    text-align: center;
}

.wizard-body {
    background: #fbfbfb;
    margin: 1.5rem 0;
    padding: 24px 2rem;
    height: calc(100% - 210px);
    overflow-y: auto;
}

.wizard-body > [data-etapa] {
    display: none;
    height: 100%;
}

.wizard-body > [data-etapa].selected {
    display: block;
}

.wo-etapa {
    padding: 0;
    z-index: 1;
}

.wo-etapa .rounded-icon {
    background: #dcdcdc;
    transition: 0.3s;
}

.wo-etapa-label {
    color: #dcdcdc;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
}

.wo-etapa::before {
    background: #dcdcdc;
    content: " ";
    position: absolute;
    margin: auto;
    top: calc(50%);
    height: 2px;
    width: 100%;
    z-index: -1;
}

.wo-etapa.warning .rounded-icon {
    background: red;
}

.wo-etapa.warning::before {
    background: red;
}

.wo-etapa-label.warning {
    color: red;
}

.wo-etapa.success .rounded-icon {
    background: green;
}

.wo-etapa.success::before {
    background: green;
}

.wo-etapa-label.success {
    color: green;
}

.wo-etapa.selected .rounded-icon {
    background: #0067d5;
}

.wo-etapa.selected::before {
    background: #0067d5;
}

.wo-etapa-label.selected {
    color: #0067d5;
}

.rounded-icon {
    border-radius: 5rem;
    display: grid;
    margin: auto;
    height: 55px;
    width: 55px;
}

.rounded-icon .my-icon {
    margin: auto;
    color: white;
    font-size: 1.5rem;
}

#voltar-orcamento,
#avancar-orcamento,
#voltar-pedido,
#avancar-pedido {
    opacity: 0;
    transition: 0.5s;
}

#voltar-orcamento.show,
#avancar-orcamento.show,
#voltar-pedido.show,
#avancar-pedido.show {
    opacity: 1;
}

.mid-lane {
    background: #b5b5b5;
    position: absolute;
    left: calc(50% - 0.5px);
    top: calc(10%);
    height: 90%;
    width: 1px;
}

#orcamentoModal table,
#pedidoModal table {
    font-size: 14px;
}

#table-prontuario-anexo > div {
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    padding: 10px 0;
    margin: 10px 0;
}

.modal-pedido-evolucao {
    height: 100%;
    width: 90%;
    top: 0;
    margin: 0 auto;
    max-width: 80%;
}

.badge-item-table {
    display: inline-block;
    font-size: 18px;
    height: 1em;
    margin-right: 5px;
    position: relative;
}

.badge-item-table > span {
    background: #de404f;
    border-radius: 5rem;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 1px 3px;
    position: absolute;
    text-align: center;
    top: -4px;
    right: -6px;
}

.badge-item-table > .my-icon {
    padding-bottom: 2px;
}

#resumo-filtro {
    padding: 10px;
}

#prontuario .custom-table th,
#prontuario .custom-table td {
    font-size: 0.8rem;
}

.sortable-columns > th {
    cursor: pointer;
}

.sortable-columns > th .my-icon {
    font-size: 1rem;
}

.btn-form {
    background: white;
    border-color: #ced4da;
    border-left: unset;
    color: #8587aa;
    transition: 0.3s;
}

.btn-form:hover {
    color: #667;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}

#menu-trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    margin-right: 20px;
    top: 90%;
    cursor: pointer;
    z-index: 7;
    left: 331px;
    background: white;
    padding: 6px;
    border-radius: 43px;
}

#menu-trigger img {
    position: absolute;
    max-width: 25px;
}

/* .menu-trigger  div {
    width: 30px;
    height: 4px;
    background: rgb(51, 51, 51) none repeat scroll 0% 0%;
    margin-top: 3px;

} */

#prontuario {
    flex: 1 0 75%;
    max-width: 100%;
}

.menu-hidde {
    background: #333 none repeat scroll 0% 0%;
    width: 185px;
    height: 100%;
    box-shadow: 1px 2px 3px #ddd;
    left: 0%;
    transition: left 0.8s ease 0s;
}

/*Homem Vitruviano*/
.regiao-vitruviano {
    border-radius: 100%;
    height: 55px;
    width: 55px;
    z-index: 100;
    position: absolute;
}

.regiao-vitruviano:hover {
    background-color: #2bff00;
    cursor: pointer;
    opacity: 0.75;
}

.regiao-vitruviano2 {
    background-color: #ff1f0d !important;
    cursor: pointer;
    opacity: 0.75;
}

.regiao-vitruviano2:hover {
    background-color: #ff1f0d !important;
    cursor: pointer;
    opacity: 0.75;
}

/* Maos */
#mao-direita-mov {
    top: 8px;
    left: 60px;
}

#mao-direita-pa {
    top: 84px;
    left: 20px;
}

#mao-esquerda-mov {
    top: 8px;
    right: 60px;
}

#mao-esquerda-pa {
    top: 84px;
    right: 20px;
}

/* Cotovelos */
#cotovelo-direito-mov {
    top: 60px;
    left: 121px;
}

#cotovelo-direito-pa {
    top: 101px;
    left: 105px;
}

#cotovelo-esquerdo-mov {
    top: 60px;
    right: 121px;
}

#cotovelo-esquerdo-pa {
    top: 101px;
    right: 105px;
}

/* joelhos */
#joelho-direito-mov {
    bottom: 128px;
    left: 143px;
}

#joelho-direito-pa {
    bottom: 103px;
    left: 190px;
}

#joelho-esquerdo-mov {
    bottom: 128px;
    right: 143px;
}

#joelho-esquerdo-pa {
    bottom: 103px;
    right: 190px;
}

/* Pés */
#pe-direito-mov {
    bottom: 28px;
    left: 79px;
}

#pe-direito-pa {
    bottom: -9px;
    left: 189px;
}

#pe-esquerdo-mov {
    bottom: 28px;
    right: 79px;
}

#pe-esquerdo-pa {
    bottom: -9px;
    right: 189px;
}

#cardio-pulmonar {
    top: 105px;
    right: 225px;
}

#coluna {
    top: 150px;
    right: 225px;
}

#abdomen {
    top: 195px;
    right: 225px;
}

#quadril {
    top: 240px;
    right: 225px;
}

#ombro-direito {
    top: 80px;
    left: 176px;
}

#ombro-esquerdo {
    top: 80px;
    right: 176px;
}

#cabeca {
    top: 20px;
    right: 225px;
}

/* Caixa de informações */
#info-header {
    border: 1px solid;
    border-color: rgb(188 188 255 / 88%);
    border-radius: 20px;
    padding: 15px;
    background-color: whitesmoke;
    /* display: none; */
}

#info-corpo {
    position: absolute;
    z-index: 100;
    margin-left: -72px;
    display: none;
    right: -370px;
    width: 400px;
}

#info-corpo h2,
#info-corpo p {
    color: #37474f !important;
}

/* Carrossel do prontuário */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0;
    font-family: "Arial", "Sans-Serif";
}

#content {
    margin: 0 auto;
    width: 100%;
    height: 100px;
}

#carrossel {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 150px;
}

#carrossel ul li {
    width: 200px;
    height: 150px;
    float: left;
    margin: 0 5px;
}

#menu-carrossel {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}
.col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.rad-info-box i {
    display: block;
    background-clip: padding-box;
    margin-right: 15px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 4.4em;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.rad-info-box .value {
    font-size: 1.8em;
    font-weight: 500;
    margin-top: 5px;
}
.rad-info-box .value,
.rad-info-box .heading {
    display: block;
    position: relative;
    color: #515d6e;
    text-align: right;
    z-index: 10;
}
.rad-info-box .heading {
    font-size: 1.1em;
    font-weight: 300;
    text-transform: uppercase;
}
.rad-info-box .heading {
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
}
.slick-slide {
    width: 289px !important;
    border: 1px solid !important;
    padding: 15px !important;
    height: 88px !important;
    border-radius: 15px !important;
}
.slick-next {
    background-image: url(../img/seta-carrossel.png) !important;
}
.esp {
    width: 20px;
}

.slick-initialized .slick-slide {
    display: block !important;
    margin-left: 10px !important;
}

.slick-prev::before,
.slick-next::before {
    font-family: "slick" !important;
    font-size: 30px !important;
    line-height: 0 !important;
    font-weight: 1000 !important;
    opacity: 0.75 !important;
    color: black !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.slick-next.slick-arrow {
    right: 15px;
    z-index: 100;
}
.slick-prev.slick-arrow {
    left: 15px;
    z-index: 100;
}

/* CONTRATOS */

.modal-orcamento > div,
.modal-orcamento > div > div,
.modal-contrato > div,
.modal-contrato-cancelado {
    background: #ff6372;
}

.tag-contrato-aberto {
    background: #ffb160;
}

.tag-contrato-primary {
    background: #64b0ff;
}

.tag-contrato-finalizado {
    background: #69ff64;
}

.tag-contrato-aberto,
.tag-contrato-finalizado,
.tag-contrato-cancelado,
.tag-contrato-primary {
    border-radius: 0.5rem;
    color: white;
    /* font-weight: 600; */
    line-height: 1;
    margin: auto 0;
    padding: 5px 10px;
    text-align: center;
}
#voltar-contrato,
#avancar-contrato {
    opacity: 0;
    transition: 0.5s;
}
#voltar-contrato.show,
#avancar-contrato.show {
    opacity: 1;
}
#contratoModal table {
    font-size: 14px;
}
.modal-contrato-evolucao {
    height: 100%;
    width: 90%;
    top: 0;
    margin: 0 auto;
    max-width: 80%;
}
.modal-contrato {
    max-width: 90% !important;
    margin: 0 auto !important;
    height: 100% !important;
}
.ico-info {
    max-width: 12px;
    cursor: pointer;
}
.esconder {
    display: none;
}
#button-vitruviano {
    position: absolute;
    left: 893px;
    opacity: 0.7;
    cursor: pointer;
    border: 0px;
    background: white;
}
#button-vitruviano-png {
    max-width: 50px;
}
#button-vitruviano:hover {
    opacity: 1;
}
.modal-content.-vitruviano {
    height: 584px;
}

.height-100 {
    height: 100% !important;
}

#reativar {
    position: relative;
    top: -6px;
}
#lista-historico-agenda .card.p-2 .row.mb-1.mx-0 {
    white-space: pre-wrap;
}

.consulta {
    flex: 0 0 33.5% !important;
    max-width: 34.5% !important;
}
.permissoes {
    position: absolute;
    left: -9px;
    width: 174px;
    top: -3px;
    height: 28px;
}
#congelar-contrato {
    vertical-align: middle;
    border-style: none;
    max-width: 23px;
    position: relative;
    top: -6px;
    right: 3px;
    opacity: 0.7;
    cursor: pointer;
    filter: grayscale(1);
}
#congelar-contrato:hover {
    filter: grayscale(0);
}
.addpessoabtn:hover {
    filter: grayscale(0) !important;
    cursor: pointer;
}
.td-cockpit div h1,
.td-cockpit div span {
    cursor: pointer;
}
.td-cockpit2 div h1,
.td-cockpit2 div span {
    cursor: pointer;
}
#table-cockpit .table.table-hover {
    font-size: 0.81rem;
}
.td-cockpit div h1,
.td-cockpit2 div h1 {
    font-size: 2rem;
    margin-top: 10px;
}
.td-cockpit div h1:hover,
.td-cockpit div span:hover,
.td-cockpit2 div h1:hover,
.td-cockpit2 div span:hover {
    opacity: 0.6;
}
#listar-notificacoes {
    border: 1px solid;
    position: fixed;
    top: 60px;
    width: 400px;
    right: 140px;
    z-index: 99;
    height: calc(100% - 100px);
    background: white;
    border-radius: 5px;
}
.notificacao-nav-bar {
    background-color: #f7f7f7;
    position: fixed;
    right: 5%;
    padding: 0px 10px 0px 4px;
    height: calc(100% - 90px);
    border-radius: 5px;
    width: 37%;
    transition: 0.2s top;
    overflow: auto;
}
::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
::-webkit-scrollbar {
    width: 1px;
    background: #f4f4f4;
}
::-webkit-scrollbar-thumb {
    background: #dad7d7;
}
.li-not-bar {
    background-color: white;
    border-radius: 15px;
    margin-top: 2px;
    max-height: 90px;
    transition: 0.2s max-height;
    padding: 0px 0px 10px 0px;
}
.img-not-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 10px 0px 5px;
    margin-top: 15px;
    align-content: stretch;
}
.div-nome-not-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.nome-not-bar {
    text-transform: capitalize;
    width: 85%;
    font-weight: 700;
    color: #434343;
}
#add-not-btn {
    transition: 1s top;
}
.user-card.d-flex.my-auto div .prontuario-user-pic {
    min-width: 55px;
    max-width: 41px;
    transform: rotate(0deg) !important;
    min-height: 55px;
    max-height: 40px;
    font-size: 27px !important;
}
.not-nao-lida-i {
    background-color: red;
    position: relative;
    top: -2px;
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.dropdown-toolbar-user {
    width: 170px;
    margin-left: -4%;
    line-height: 25px;
    padding: 15px 0px 0px 0px;
    margin-top: -4%;
}
.remover-notificacao {
    display: flex;
    justify-content: flex-end;
    margin-top: -25px;
    z-index: 99999;
    align-items: flex-end;
}
.remover-notificacao span {
    display: block;
    background-image: url(../img/lixeira.png);
    background-size: 15px;
    border-radius: 100%;
    width: 16px;
    height: 15px;
    color: white;
    font-weight: 500;
    line-height: 11px;
    text-align: center;
    font-size: 38px;
    position: relative;
    bottom: 5px;
    opacity: 0.7;
}
.remover-notificacao span:hover {
    opacity: 1;
}

.campo-bloqueado {
    border: 2px solid red !important;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.container-fluid.-mobile.card.-mobile.p-3.-mobile {
    height: 100%;
}

/* #convenio-descr {
    position: relative !important;
    top: 82px;
}
#id_contrato {
    width: 229% !important;
}
#id_plano{
    width: 229% !important;
}
#planos_por_contrato {
    left: 138px !important;
} */
.buttonclose {
    background-image: url(/img/buttonclose.png);
    height: 17px;
    width: 17px;
    background-size: 19px;
    position: absolute;
    right: 5px;
    opacity: 0.7;
}
.buttonclose:hover {
    opacity: 1;
    background-size: 20px;
    cursor: pointer;
}

.icone-atividades {
    width: 20px;
    height: 18.3px;
    margin-right: 8px;
    opacity: 0.7;
}
.box-atividades {
    display: inline-flex;
    height: 46px;
    justify-content: space-around;
    border: solid 2px #b8b8b8;
    border-radius: 26px;
    margin: 9px 12px;
}

#total-atividades-prontuario {
    font-size: 21px;
    color: rgb(131 131 131);
    margin-top: 11px;
    height: 30px;
    margin-right: 107px;
    padding-left: 17px;
}
#disponivel-atividades-prontuario {
    font-size: 21px;
    color: rgb(131 131 131);
    margin-top: 11px;
    height: 30px;
    margin-right: 107px;
}
#agendados-atividades-prontuario {
    font-size: 21px;
    color: rgb(131 131 131);
    margin-top: 11px;
    height: 30px;
    margin-right: 90px;
}

.line-atividade {
    display: flex;
    width: 47px;
    background-color: #b8b8b8;
    transform: rotate(109deg);
    margin-top: 20px;
}
#olho-open-modal {
    height: 20px;
    margin-top: 11px;
    opacity: 0.6;
    margin-right: 15px;
    cursor: pointer;
}
#olho-open-modal:hover {
    opacity: 1;
    transition: 0.9s;
}

#obs {
    padding: 15px;
    font-family: Arial;
    text-transform: none !important;
    resize: none;
}

#textareaobs {
    padding: 15px;
    font-family: Arial;
    text-transform: none !important;
    resize: none;
}
.button-encaminhar {
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    right: 100px;
    opacity: 0.6;
}
.data-hora {
    display: flex;
    flex-direction: column;
    height: 87px;
    width: 784px;
    margin-top: 10px;
}

.data-caixa {
    display: inline-flex;
    color: #000000d4;
    font-weight: 700;
    font-size: 21px;
    justify-content: center;
}
.data-caixa.-finalizado {
    margin-left: 201px;
}

.-p {
    padding: 0px 0px 0px 5px;
    position: relative;
    left: 8px;
}

.style-caixa {
    color: #000000d4;
    font-weight: 700;
    font-size: 21px;
}

.position {
    display: inline-flex;
    width: 784px;
    justify-content: space-around;
}

.table-caixa {
    display: inline-flex;
    justify-content: space-evenly;
    width: 798px;
    height: 149px;
}
.form-caixa {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
    height: 300px;
}

.title-caixa {
    color: #000000d4;
    font-size: 25px;
    font-weight: 500;
    width: 219px;
    text-align: center;
}
.input-caixa {
    height: 30px;
    width: 160px;
    border: none;
    margin-top: 10px;
    border-bottom: 2px solid;
    font-size: 23px;
    outline: none;
    text-align: center;
}

.input-caixa::-webkit-outer-spin-button,
.input-caixa::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.line-caixa {
    height: 73px;
    border-right: 2px solid #000;
    margin-top: 47px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.title-encaminhamentos {
    font-size: 28px;
    color: #000000ba;
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.hover-opacity:hover {
    opacity: 1 !important;
}
.row-encaminhamento {
    display: inline-flex;
    width: 798px;
    height: 75px;
    margin-top: 8px;
    justify-content: space-evenly;
    align-items: center;
}
.tipo-titulo-selected {
    border-bottom: 2px solid #0f67d5;
    color: black;
}
.position-encamin {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.label-encaminhamento {
    font-size: 18px;
    margin-bottom: 0px;
}

#areaEncamin {
    width: 220px;
}

#qtdSemana {
    width: 60px;
    text-align: center;
}

#tempoPrevisto {
    width: 113px;
    text-align: center;
}

#button-caixa {
    width: 169px;
    height: 45px;
}

#superior:checked {
    background-color: red;
}

.button-tabela {
    width: 152px;
    height: 40px;
    color: #fff;
    background-color: #28a745;
    border: 0px solid;
    border-radius: 7px;
}

.button-tabela:hover {
    background-color: #218838;
}

.button-tabela.-recusar {
    background-color: #dc3545;
}

.button-tabela.-recusar:hover {
    background-color: #c82333;
}

.form-caixa {
    height: 70%;
}

/* #convenio-descr {
    position: relative !important;
    top: 82px;
}
#id_contrato {
    width: 229% !important;
}
#id_plano{
    width: 229% !important;
}
#planos_por_contrato {
    left: 138px !important;
} */

.div-pre-anexo {
    min-height: 150px;
}
.obj-pre-anexos,
.div-modal-preview {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}
.v-middle {
    vertical-align: middle !important;
}
.minw {
    width: 10px;
    white-space: nowrap;
}

.show-loader {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.spin-loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
