.ui-main .grid-inline {
    display: grid;
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 45% 55%;
    margin-bottom: 15px;
}

.ui-main .grid-inline .text-local, .ui-main .grid-inline .text-telefone {
    box-sizing: border-box;
}

.ui-main .grid-inline .text-local {
    width: 98%;
}

.ui-main .grid-inline .text-telefone {
    width: 145px;
}

section.main.relacionamento .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

section.main.relacionamento .col {
    display: flex;
    flex-direction: column;
}

section.main.relacionamento .flex-1 {
    flex: 1;
}

section.main.relacionamento .gap-30 {
    gap: 30px;
}

.group-control {
    display: block;
}

.text-data-hora {
    /*border: solid 1px #dddddd;*/
    display: block;
    height: 30px;
    line-height: 22px;
    margin-bottom: 9px;
    box-sizing: border-box;
}

.txt-outrasinfo {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    display: block;
    padding: 10px;
}

.ui-main .group-control .btn-denunciar, .ui-main .btn-denunciar {
    padding: 5px;
    border: solid 1px #dddddd;
    margin-top: 10px;
    float: right;
    background-color: #367059;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    width: 135px;
    transition: all .5s ease-out;
}

.ui-main .group-control .btn-denunciar:hover, .ui-main .btn-denunciar:hover {
    background-color: #dedede;
    color: #367059;

}

p.presencial {
    background: url("/img/presencial-cremerj.jpg") no-repeat;
    width: 587px;
    height: 107px;
    padding-left: 75px;
    padding-top: 15px;
    font-weight: bold;
    margin: 25px 0 40px 0px !important
}

.box-erros {
    margin: 5px;
    border: solid 1px #dddddd;
    border-radius: 3px;
    padding: 5px;
    color: darkred;
}

.label-count {
    margin: 5px 0;
    display: block;
    color: #921414;
}

.msg-medico {
    padding: 10px 15px;
    text-align: justify;
    line-height: 1.5em;
    margin: 15px 0;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.msg {
    display: block;
    margin: 5px 10px;
    border-radius: 4px;
    color: white;
}

.msg-sucesso {
    background: #2a612f;
    padding: 40px 46px;
    line-height: 1.2;
    position: relative;
    border-radius: 5px;
}

.msg-sucesso:before {
    content: "!";
    position: absolute;
    top: 32px;
    left: 10px;
    color: #fff;
    border: 1px solid #fff;
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
}

.box-erros {
    margin: 5px;
    border: solid 1px #dddddd;
    border-radius: 3px;
    padding: 20px 50px;
    color: darkred;
    position: relative;
}

section.box-erros:before {
    content: "!";
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    border: 1px solid #dedede;
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    background-color: darkred;
}

p.msg-sucesso {
    color: white;
    font-size: 14px;
}

p.denuncia {
    text-indent: 5%;
    display: block;
    margin: 10px 0;
}

.opt-denuncia {
    margin: 5px 10px;
    display: block;
}

.opt-denuncia div span {
}

.msg-gine {
    margin: 5px;
    display: block;
    box-sizing: border-box;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #dedede;
    background-color: white;
}

.ui-main .infos {
    margin-top: 10px;
}

.ui-main .infos span {
    display: none;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #dedede;
    background-color: white;
    color: darkred;
}

.ui-main .infos span.visivel {
    display: flex;
}

div.mensagem-colega {
    margin: 20px 10px;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

div.mensagem-colega p {
    margin-bottom: 15px;
    display: block;
}

div.msg-sucesso div.botoes-pesquisa {
    margin-top: 10px;
    display: flex;

}

div.msg-sucesso div.botoes-pesquisa a {
    border: 1px solid #dedede;
    padding: 5px;
    background: #fafafa;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #2a612f;
    transition: all .5s ease-in;
    font-weight: bold;
}

div.msg-sucesso div.botoes-pesquisa a + a {
    margin-left: 20px;
}

div.msg-sucesso div.botoes-pesquisa a:hover {
    color: #fafafa;
    background: #2a612f;
}

div.msg-sucesso div.botoes-pesquisa a.botao-nao:hover {
    background-color: red;
}

div.row .com-borda label {
    background-color: #dedede;
    padding: 5px 10px;
    font-weight: bold;
}

div.resposta-pesquisa {
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

label {
    margin-bottom: 4px;
}

h3{
    margin-bottom: 20px;
    text-transform: uppercase;
}

input[type=text], input[type=datetime-local], input[type=email], input[type=date], input[list], select {
    height: 40px;
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
}

textarea {
    resize: none;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 10px;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #009468;
    outline: none;
}


.linha-radio-sim-nao {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.linha-radio-sim-nao label {
    margin-bottom: 0;
    cursor: pointer;
}

.enviar-form {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-direction: row;
}

.linha {
    display: flex;
    flex-direction: row;
}

.gap-10 {
    gap: 10px;
}

section.main.relacionamento .col-6, section.main.relacionamento .col-12 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

section.main.relacionamento .col-12 {
    width: 100%;
}

.enviar-form input[type='submit'] {
    max-width: 140px;
    height: 40px;
    border: none;
    background-color: #009468;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}

.enviar-form a {
    padding: 10px;
    text-align: center;
    background-color: #009468;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 140px;
}

.crm-linha {
    display: flex;
    flex-direction: row;
}

.crm-linha span {
    background-color: #dedede;
    padding: 5px;
    border-radius: 5px;
    line-height: 1.7;
}

.buscar {
    width: 140px;
    border: 1px solid #dddddd;
    background-color: #009468;
    color: white;
    text-transform: uppercase;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
