#sigout {
    display: none
}

body{
    height: 100%;
}

.gloe{
margin-bottom: 310px;
}

#pergunta{
    display: none;
}
#bts_prescricao{
    display: none;
}

#datevalid, #textatencao{
    margin-left: 8px;
}

@media screen and (max-width: 500px) {
    #review-container {
        padding: 10px;
    }

    /* .content-container {
        width: calc(90% - 10px);
        max-width: calc(90% - 10px);
        min-width: calc(90% - 10px);
        } */
}

#submitValidar{
    color: white !important;
    font-size: 16px;
    font-weight: bold;
}
#dispSubmit{
    color: white !important;
    font-size: 16px;
    font-weight: bold;
}

.iconeSocial {
    cursor: pointer;
}

#bduvi, #bvalida, #bsobre, #bdocu, #bmail {
    color: #000 !important;
    font-size: 18px;
    font-weight: normal;
}

.govbr {
    object-position: right top;
    width: 120px;
    height: 110px;
}

#mainCard_registro {
    margin-top: 50px;
}

#main {
    margin: 0px !important;
}

.br-wizard .wizard-form .wizard-panel .wizard-panel-content {
    max-height: calc(100% - 74px);
    margin-bottom: 100px;
    min-height: 500px;
}

.wizard-sample-1 {
    height: fit-content;

}

#form-text {
    background-color: #d1edf1;
    color: #000;
}

#ass-form {
    margin-top: 25%;
}

#reg-dis {
    margin-top: 25%;
}

.text {
    margin: 0px;
}

.mainInfo {
    text-align: center;
    font: 1000;
    /* padding: 0 px;
    margin: 0 px;
    border: 0 px; */
}


#fileselectorbutton {
    width: 210px;
}

#infotext {
    text-align: center;
}

.hash {
    word-wrap: break-word;
}

#hash {
    word-wrap: break-word;
}

#info {
    background-color: #D9D9D9;
    border-color: #2DBB33;
    color: #000;
    border-radius: 12px;
}

#avaliar-serv {
    background-color: #071D41;
    border-color: #071D41;
    color: #FFFFFF;
    position: relative;
    margin-right: 50%;
    width: 100%;
    height: 40px;
    border-radius: 12px;
}

.item{
    justify-self: center;
}

a {
    color: #000;
}

footer {
    background-color: #d8d8d9 !important;
    width: 100%;
}

#footer {
    background-color: #071D41 !important;
    text-align: center;
    padding-bottom: 17px;
}

#black {
    border: none;
    background: none;
}

.blackback {
    background-color: #000 !important;
    /* color: #c5d4eb !important; */
    --header-background: #000 !important;
}

.whiteText {
    color: #c5d4eb !important;
}

.buttonblack {
    border-color: #c5d4eb;
    color: #c5d4eb;
}

.whitebutton {
    color: white !important;
}

.menu-item:hover {
    text-decoration: underline;
}

.termosdeUso {
    color: blue;
    font-size: var(--font-size-scale-base);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--font-line-height-medium);
    margin-bottom: var(--spacing-scale-half);
    font-size: 15px;
    margin-bottom: 4px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 70%;
    top: 65%;
    width: 30%;
    height: 10%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
}

.modalTermos {
    top: 30%;
    max-width: 50%;
    max-height: 60%;
    position: absolute;
}

#footer-logo-govbr {
    max-width: 30%;
    max-height: 30%;
}

#footer-logo-iti {
    width: 40% !important;
    height: 40% !important;
    margin-left: 15%;
}

::placeholder {
    color: #1655ba;
    opacity: 3px;
    padding-left: 2%;
    font-size: var(--font-size-scale-up-01);
    /* font-weight: var(--font-weight-semi-bold); */
}

.footer-logo-govbr {
    width: 180px !important;
}

.footer-logo-iti {
    width: 180px !important;
}

@media screen and (min-width: 900px) {
    .alert {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .subitem{
        word-wrap: break-word;
    }
}


#botao-avaliar {
    background-color: #D9D9D9;
    border-color: #071D41;
    color: #000;
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border-width: thin;
    font-size: var(--font-size-scale-up-01);
    font-weight: var(--font-weight-semi-bold);
    --button-radius: 100em;
    --button-xsmall: 24px;
    --button-small: 32px;
    --button-medium: 40px;
    --button-large: 48px;
    --button-size: var(--button-medium);
    --focus-offset: var(--spacing-scale-half);
    align-items: center;
}

#botao-avaliar:hover {
    background-color: #c5d4eb;
}

/* Modal Content/Box */
.modal-content {
    background-color: #EEEEEE;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

p {
    text-align: justify;
    text-justify: inter-word;
}

.assInfo{
    background-color: #c5d4eb !important;
    font-family: var(--font-family-base);
}
.titleAssInfo{
    text-align: center;
    color: black;
    font-size: 15px;
    font-weight: medium;
}


.titleSubmenus{
    text-align: center;
    color: black;
    font-size: 17px;
    font-weight: medium;
}
.subItem{
    background-color: #c5d4eb !important;
    font-family: var(--font-family-base);

}

.black{
    color: black;
}


@media screen and (max-width: 375px) {
    #icon {
        font-size: 7px;
    }
}

.icon {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bnts {
    text-align: center;
}

.bnt-pdf {
    background-color: transparent;
    border-color: #071D41;
    color: #000;
    width: 20%;
    height: 40px;
    border-radius: 12px;
    margin: 1%;
}

.btnFloating {
    background-color: transparent;
    border-color: #071D41;
    color: #000;
    width: 20%;
    height: 40px;
    border-radius: 12px;
    margin: 1%;
}

@media screen and (max-width: 1024px) {
    .bnt-pdf {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btnFloating {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.registro {
    background-color: #071D41;
    color: white;
    padding: 1%;
    text-align: center;
    font-size: large;
}
.registro02 {
    display: none;
    margin-top: 1px;
    background-color: #1351b4;
    color: white;
    padding: 1%;
    text-align: center;
    font-size: large;
}
.registro03 {
    margin-top: 1px;
    background-color: #1351b4;
    color: white;
    padding: 1%;
    text-align: center;
    font-size: large;
}

.registrar {
    margin-top: 15px;
    background-color: #071D41 !important;
    border-color: #071D41 !important;
    color: white !important;
    width: 200px;
}

#qr-shaded-region {
    display: none;
}

.logo-iti {
    justify-content: right;
    display: inline-block;
    margin-left: 25%;
}

.informa {
    margin: 1%;
    text-align: left;
}

.align {
    margin: 15px;
}

#dispensar {
    padding-bottom: 15px;
}

#main-navigation nav .single-elements a.menu-item {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.linkClick {
    cursor: pointer;
}

.langWrap {
    max-width:8%;
}
#selectorPT, #selectorES, #selectorIN {
    width:30%;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .langWrap {
        max-width: 10%;
    }
    #selectorPT, #selectorES, #selectorIN {
        width:40%;
    }
}

#validateSignature{
margin-left: 0px;
margin-right: 4px;
}

#dispPresc{
    display: none;
    margin-left: 0px;
    margin-right: 4px;
}


#subtitulo {
    font-size: medium;
}

#posicao {
    margin-top: 15px;
    text-align: center;
    color: #071D41 !important;
}
.assinatura {
    margin: auto;
    margin-bottom: 3%;
    border-radius: 25px;
    border: 1px solid #071D41;
    height: 200px;
    width: 50%;
}
.seletor{
    height: 40px;
    font-size: medium;
    text-align: center;
}

.wizard-panel{
    height: fit-content !important;
    margin: 0 !important;
}

#prescrever{
    background-color: #1351b4; 
    color: white !important;
    border-radius: 15px;
}

.next_inativo{
    float: right;
    margin-left: var(--spacing-scale-2x);
}

.med-options{
    position: absolute !important;
    height: unset !important;
    max-height: 200px;
    width: 100%;
    overflow: auto;
    z-index: 1;
    background-color: white;
    border: 1px solid;
    top: 43px;
    box-shadow: 0px 0px 3px #333333;
}

.options-topo{
    top: -255px !important;
}

.med-option{
    background-color: white;
    color: #333333;
    cursor: pointer;
    width: fit-content;
    padding: 0.375rem 0.75rem;
}

.med-option:hover{
    background-color: grey;
    color: white;
}

.scanner {
    display: none;
    width: 450px;
    height: 350px;
    margin: 3rem;
    object-fit: cover;
    border: 1px solid #1351b4;
    border-radius: 3px;
}

.Goindex {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

table#alter tr td {
	background: whitesmoke;
    border-color: #071d41;
} 

table#alter th { 
    color: whitesmoke;
	background: #071d41;
    border-color: #071d41;
} 

.hidden{
    display: none;
}

#alter{
    --table-padding: 16px !important;
}
#checkboxCid{
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}