﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*palheta de cores

azul meio verde escuro:#42708c
azul mais claro:#22a2f2
azul medio:#5c8ef2
azul escuro:#577ef2
verde agua :#5cd6d6


*/

:root {
    --global-font-family: Verdana, sans-serif;
    --global-font-size: 0.8rem;
    --global-text-color: #222;
    --global-blue-color: rgb(25, 57, 98);
    --global-green-color: rgb(47, 182, 188);
    --global-primary-title-size: 2rem;
    --global-color-primary: #88498f;
    --global-color-secondary: #779fa1;
    --global-color-warning: #e28413;
    --global-color-danger: #ff6542;
}
/* Referente a barra de navegação*/
.navbar-gesmed {
    background: rgb(2,0,36);
    background: linear-gradient(0deg, var(--global-blue-color) 0%, var(--global-green-color) 100%);
    min-height: 60px;
    box-shadow: 2px 2px 2px gray
}
.items {
    color: white;
    padding: 8px 15px;
   
}
    .items:hover {
        color: cyan;
        border-radius: 5px;
        box-shadow: 0 0 5px #33ffff, 0 0 5px #66ffff;
    }
.items2{
    color: white;
    padding: 8px 15px;
    font-size: 100%;
}

.links {
    margin-right: 30px;
    margin-left: 30px;
}
.links3 {
    
    margin-right: 30px;
    margin-left: 40%;
    
}
.links4 {
    margin-right: 30px;
    margin-left: 30px;
   
}
.links2 {
    margin-right: 15px;
    margin-left: 15px;
}


/*
    REFERENTE A SUB BARRA DE NAVEGAÇÃO
*/
.SubNav {
    background-color: #22a2f2;
    width: 100%;
}

.TabContent {
    background-color: white;
    padding-top: 20px;
}

.TabsSubMenu {
    background-color: #22a2f2;
    color: #87ccf8;
}

.SubNav-Barra {
    background-color: #22a2f2;
    width: 100%;
    margin-top: 20px;
}
/* REFERENTE A FORMATAÇÃO DE PAGINAS E CONTEUDOS*/
.Config-Opcoes {
 /*   border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    box-shadow: 2px 2px 2px gray;
    padding: 10px;*/
}

.btn-config {
    background-color: white;
    text-align: left;
    color: #22a2f2;
    transition: 0.3s;
    width: 90%;
}

    .btn-config:hover {
        background-color: var(--global-green-color);
        color: white !important;
        transition: 0.3s;
    }
.font-title-gesmed {
color:var(--global-blue-color);
font-size:18;
}
.Family-Content {
    margin-top: 20px;
    color: #5c8ef2;
    font-weight: normal;
}

.ConteudoQuestionario {
    box-shadow: 2px 2px 5px gray;
    padding: 10px;
    margin-top: 20px;
}

.QuestionarioFinalizado {
    text-align: center;
    margin-top: 100px;
}

.QuestionarioExpandido {
    height: 500px;
    animation-name: expandir;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.QuestionarioComprimido {
    height: 50px;
    animation-name: comprimir;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes expandir {
    0% {
        height: 50px;
    }

    10% {
        height: 100px;
    }

    20% {
        height: 150px;
    }

    30% {
        height: 200px;
    }

    40% {
        height: 250px;
    }

    50% {
        height: 300px;
    }

    60% {
        height: 350px;
    }

    70% {
        height: 400px;
    }

    80% {
        height: 425px;
    }

    90% {
        height: 450px;
    }

    100% {
        height: 500px;
    }
}

@keyframes comprimir {
    0% {
        height: 500px;
    }

    10% {
        height: 450px;
    }

    20% {
        height: 425px;
    }

    30% {
        height: 400px;
    }

    40% {
        height: 350px;
    }

    50% {
        height: 300px;
    }

    60% {
        height: 250px;
    }

    70% {
        height: 200px;
    }

    80% {
        height: 150px;
    }

    90% {
        height: 100px;
    }

    100% {
        height: 50px;
    }
}

.AvancarVoltar {
    background: none;
    color: #5c8ef2;
    border: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

/*Referente a formatação de componentes*/
.TelaVideoChamada{
    width:500px;
    height:350px;
    background-color: deepskyblue;
    position: fixed;
    right:30px;
    bottom:30px;
    color: white;
    z-index:9999999;
}
.TelaDadosAvulsos {
    width: 500px;
    height: 550px;
    background-color: white;
    position: fixed;
    right: 30px;
    bottom: 50px;
 padding:20px;
    z-index: 9999999;
    border-radius:20px;
    box-shadow:2px 2px 2px 2px gray;
}
.spinner {
    border: 8px solid silver;
    border-top: 8px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 20%;
    left: 45%;
    position: absolute;
}
@keyframes spin{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
.Grid-Layout {
    background-color: #577ef2 !important;
}

.Form-Layout {
    border-color: red;
}

.btn-gesmed {
    background-color: #577ef2;
    color: white;
    border-radius: 5px;
}

    .btn-gesmed:hover {
        background-color: white;
        color: #577ef2;
        font-weight: bold;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #577ef2;
    }

.btn-Cancelar-Operacao {
    background-color: white;
    color: gray;
    border-radius: 5px;
}

    .btn-Cancelar-Operacao:hover {
        background-color: #ff4d4d;
        color: white;
        font-weight: bold;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: none;
    }


.btn-gesmed-edit {
    color: white;
    border: none;
    background-color: #577ef2;
}

    .btn-gesmed-edit:hover {
        color: white;
        border: none;
        background-color: #5c8ef2;
    }

.btn-gesmed-edit-block {
    color: white;
    border: none;
    background-color: gray;
}

.btn-gesmed-submit {
    color: white;
    border: none;
    background-color: #669900;
    transition: 0.5s;
}

    .btn-gesmed-submit:hover {
        color: white;
        background-color: #88cc00;
    }

.btn-gesmed-no {
    margin: 10px;
    width: 80px;
    border: none;
    color: white;
    background-color: #ff4d4d;
}

    .btn-gesmed-no:hover {
        color: white;
        background-color: #ff6666;
    }
.BotaoSelecionado {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: green !important;
}

.BackgroundConsultaOnline {
    /* background-image: url("backconsulta.png");*/
    /*  background-repeat: no-repeat;
    background-size: auto;*/
    background-color: #c9d7e8;
    /*opacity: 0.5;*/
}
/*ESTILIZAÇÕES DO MARCUS*/
.TabContent {
    margin-bottom: 10%;
}

.tabFamilias {
    width: 240px;
}

.context {
    margin-top: 3%;
}

.table {
    font-family: 'Asap', sans-serif !important;
    font-size: 15px;
}
    .table thead {
        font-family: 'Asap', sans-serif !important;
        background-color: var(--global-green-color);
        color: #ffffff !important;
    }

.content table thead td, .content table thead th {
    border-width: 0 0 2px;
    color: #ffffff;
    font-family: 'Asap', sans-serif !important;
}

.cabecalho {
    width: 100%;
}

.tbs {
    background-color: var(--global-blue-color);
    width: 25%;
}

.tbsSubMenu {
    background-color: var(--global-blue-color);
    width: 20%;
    color: white !important;
}
.tbsSubMenu2 {
    background-color: var(--global-blue-color);
    width: 12%;
    color: white !important;
}
.tbsSubMenu3 {
    background-color: var(--global-blue-color);
    width: 25%;
    color: white !important;
}

.tbsSubMenu5 {
    background-color: var(--global-blue-color);
    width: 20%;
    color: white !important;
}

.tabs {
    margin-bottom: 100px;
    width: 100%;
}

.tabsSubMenu {
    width: 100%;
}



/*ESTILIZAÇÕES REFERENTES a BARRA de NAVEGAÇÃO MOBILE*/
.NavMobile {
    width: 100%;
    background-color: lightskyblue;
    text-align: center;
    display: block;
    box-shadow: 0px 2px 10px gray;
    font-size: 15px;
    position: fixed !important;
    position: relative;
    z-index: 1002;
}
.NomeIconeNavMobile{
    font-size:70%;
}
.AreaButtonNav{
    text-align:center;
}
.button-mobile-nav {
    background-color: lightskyblue;
    color: white;
    transition: 0.2s;
    width: 12%;
    margin: 15px 1%;
}

    .button-mobile-nav:hover {
       
        color: cyan;
        border: none;
    }


/*
.NavDesktop {
    width: 100%;
}

@media (min-width:768px) {
    .NavMobile {
        display: none;
    }

    .NavDesktop {
        display: block;
    }
    .Show-When-Small {
        display: none;
    }
}

@media (max-width: 768px) {
    .NavDesktop {
        display: none;
    }
    .Show-When-Large {
        display: none;
    }
}*/


@media (max-width:768px) {
    .DesktopBu {
        display: none;
    }

    .Show-When-Large {
        display: none;
    }

    .MarginTop-Adaptative {
        margin-top: 100px;
    }
}

/* CSS GERADO AUTOMATICO*/
button, input, optgroup, select, textarea {
    font-family: 'Asap', sans-serif !important;
}

    html, body {
    font-family: 'Asap', sans-serif,'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    width: 100%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background: white;
    box-shadow: 2px 0px 0px #6c1c97;
    position: relative;
}

    .sidebar .top-row {
        background-image: linear-gradient(#4A1367,#6c1c97);
        box-shadow: 1px 1px 0px black;
    }

    .sidebar .navbar-brand {
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #4A1367;
            border-radius: 40px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            background-color: white;
            transition: 0.5s;
            border-width: thin;
            border-style: solid;
            border-color: #4A1367;
        }

            .sidebar .nav-item a.active {
                color: #Ed7a2c;
            }

            .sidebar .nav-item a:hover {
                color: #Ed7a2c;
            }

.content {
    /* padding-top: 1.1rem;*/
}

.navbar-toggler {
    background-color: #4A1367;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 500.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 500px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .Content-Hist {
        top: 0;
    }

    .page-titles {
        top: 0;
    }
}

@media (max-width: 500px) {
    .sidebar {
        display: none;
    }

    .cadastrar-desktop {
        display: none;
    }

    .historico {
        height: 100%;
        width: 100%;
    }

    .Content-Manut {
        padding-top: 60px;
    }

    .Content-Hist {
        padding-top: 55px;
    }
}

.crop {
}

hr {
    margin-top: 10px;
    border: 0;
    border-top: 1px solid #d9d9d9;
}

#divisor {
    border: 0;
    border-top: 3px solid #b3b3b3;
}

#icon-charge {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
}
.navigation-menuges {


}
.navigation-menuges:hover {
    background-color:rgba(255,255,255,0.1);
   
    padding-bottom:7px;
    padding-top:1px;
    cursor:pointer;
}


#icon-charge2 {
    width: 50px;
    margin-top: 140px;
    margin-left: -25px;
}

#icon-empty {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -50px;
}

#text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -150px;
    text-align: center;
}

.intro {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 0;
    /* background-image: linear-gradient(#5c8ef2,white);*/
    background-size: contain;
    /* background-color: #4A1367;*/
}

.ChargingContent {
    width: 100vw;
    height: 100vh;
    padding: 0;
    background-color: white;
}

.title-logo {
    font-size: 30px;
    padding-top: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    
    color: white;
    font-weight:bold;
    background-color: var(--global-blue-color);
    border:none;
    border-bottom-width:5px;
    border-bottom-style:solid;
    border-bottom-color:aqua;
}
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
        color: var(--global-blue-color);
    }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-weight: bold;
    color: white;
    background-color: var(--global-blue-color);
    transition: 0.3s;
}
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
        font-weight: bold;
        color: white;
        background-color: var(--global-blue-color);
        border: none;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
        border-color: var(--global-green-color) !important;
    }
.cabecalho-titles-gesmed {
    text-align: center;
    width: 100%;
    background-color: var(--global-blue-color);
    padding: 10px;
    margin-bottom: 20px;
}
.AreaInformativa{
    padding:8px;
    border-style:dotted;
    border-width:2px;
    border-color:gray;
}
.myPopUp {
    height: calc(100vh - 3.5rem);
}

    .myPopUp > .modal-content {
        min-width: 1000px;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);
        height:fit-content;
    }
.ExameAlterado{
    color:red;
}
.ExameNormal{
    color:green;
}
.DataFormularios{
    position:relative;
}
.dropdown-menu{
    overflow:visible;
}
.label .label-invisible{
    color:white;
}
h {
    color: var(--global-blue-color) !important;
    font-family: 'Asap', sans-serif !important;
}
h1 {
    color: var(--global-blue-color) !important;
    font-family: 'Asap', sans-serif !important;
}
h2 {
    color: var(--global-blue-color) !important;
    font-family: 'Asap', sans-serif !important;
}
h3 {
    color: var(--global-blue-color) !important;
    font-family: 'Asap', sans-serif !important;
}
h4 {
    color: var(--global-blue-color) !important;
    font-family: 'Asap', sans-serif !important;
}
h5 {
    color: var(--global-green-color) !important;
    font-family: 'Asap', sans-serif !important;
}
h6 {
    color: var(--global-green-color) !important;
    font-family: 'Asap', sans-serif !important;
}
h7 {
    color: var(--global-green-color) !important;
    font-family: 'Asap', sans-serif !important;
}
span {
    font-family: 'Asap', sans-serif !important;
}

/*.GraficoAlturaUterina>.dx-blazor-widget .dx-chart {
    min-height: 600px !important;
}*/