﻿.exame-tipo {
  display: none;
}

.left {
  float: left;
  margin-right: 20px;
  font-weight: bold;
}

fieldset {
  border: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 10px;
  background: #f4f4f4;
}

legend {
  padding: 0px 10px;
  text-transform: uppercase;
  color: #1c6c2d;
  font-weight: bold;
}

li {
  margin: 0px;
}

textarea {
  height: 60px;
}

select {
  height: 35px;
}

/*input[type='radio'] {
    -webkit-box-shadow: inset 0 1px 2px white, 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-appearance: none;
    -webkit-margin-start: 0;
    -webkit-margin-end: 3px;
    -webkit-transition: border 500ms;
    background: -webkit-linear-gradient(#fafafa, #dcdcdc);
    border-radius: 100%;
    border: 1px solid #a0a0a0;
    display: inline-block;
    height: 15px;
    margin-bottom: 0;
    position: relative;
    top: 3px;
    vertical-align: baseline;
    width: 15px;
}*/
input[type=radio]:disabled {
  opacity: 0.75;
}

input[type=radio]:not(:disabled):not(:active):hover {
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  text-shadow: 0 1px 0 rgb(255, 255, 255);
}

input[type=radio]:not(:disabled):active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(#f0f0f0, #bebebe);
  border: 1px solid #808080;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

input[type=radio]:checked::before {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-margin-start: 4px;
  background: #808080;
  border-radius: 10px;
  content: "";
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: 5px;
  left: 0;
  margin-top: 4px;
  opacity: 1;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 5px;
}

html[dir=rtl] input[type=radio]:checked::before {
  right: 0;
}

input[type=radio]:active:checked::before {
  background: #606060;
}

.btnImprimir {
  margin-top: 15px;
  font-weight: bold;
  color: red;
}

.tit-imprimir input {
  float: left;
  width: 20px;
}

.obrigatorio {
  color: red;
  vertical-align: middle;
}

.div-btn-enviar {
  display: flex;
  justify-content: center;
  text-align: center;
}

.municipio {
  height: 40px;
}

.caroRh {
  font-weight: bold;
}

#Cpf, #CNPJ, #Data, #DataNascimento {
  width: 50%;
}

#msgcpf div, #msgcnpj div, #msgdatarealizacaoexame div, #msgdatanascimento div {
  color: red;
  margin-left: 15px;
  margin-top: 5px;
}

.prestador {
  height: 28px;
}

/* FormAutorizacaoExameMedico*/
.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.pop-up-content {
  font-size: 18px;
  color: #28497d;
  font-weight: bold;
  padding: 0px 100px;
}

.popup,
.popup2 {
  background: #dff0d8;
  border: solid 1px #335749;
  border-radius: 5px;
}

.btnLarge, .btnLarge:link, .btnLarge:visited, .btnLarge:hover {
  padding: 17px 19px !important;
  font-size: 20px !important;
  width: 500px !important;
  color: white !important;
  border: solid 1px black !important;
  border-radius: 4px !important;
}

.btnHabilitado {
  display: flex;
  opacity: 1 !important;
}

.btnDesabilitado {
  display: none;
  opacity: 0.3 !important;
}

#btEnviarFormulario {
  padding: 17px 19px !important;
  font-size: 20px !important;
  width: 500px !important;
  border: solid 1px black !important;
  border-radius: 4px !important;
  background: #054823 !important;
  color: white !important;
  justify-content: center;
}
