label {
    font-weight: bold;
    margin-bottom: 3px;
}

.coluna input[type=text], input[type=number] {
    height: 30px;
    padding-left: 4px;
    border: solid 1px #dddddd;
}

.coluna select {
    height: 30px;
    border: solid 1px #dddddd;
}


.deficiencia {
    display: none;
}

.defvisible {
    display: block;
!important;
}

.defunvisible {
    display: none;
!important;
}

.servicomedicos {
    width: 100% !important;
}

.easyWizardWrapper {
    width: 100%;
    box-sizing: border-box;
}

.easyWizardSteps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
}

.easyWizardSteps li {
    font-size: 16px;
    display: inline-block;
    padding: 10px;
    color: #B0B1B3;
    margin-right: 0;
}

.easyWizardSteps li span {
    font-size: 24px
}

.easyWizardSteps li.current {
    color: #000
}

.easyWizardButtons {
    overflow: hidden;
    padding: 10px;
}

.easyWizardButtons button, .easyWizardButtons .submit {
    cursor: pointer
}

.easyWizardButtons {
    clear: both;
    display: flex;
    justify-content: space-between;
}

form#myWizard {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #dedede;
}

.pre-container {
    font-size: 1em;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    background: #eee;
}

/*.instrucoes {overflow: scroll; height: 400px; box-sizing: border-box; width: 100%; display: block}*/
.instrucoes {
    padding: 15px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.instrucoes h2 {
    color: #386f50;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.instrucoes p {
    color: #2c2c2c;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: justify;
}

span.red {
    color: #c61227;
}

section.step {
    display: none;
    width: 100%;
    box-sizing: border-box
}

section.active {
    display: block;
}

.btn {
    display: block;
    padding: 10px;
    border: 1px solid #c7c6c6;
    margin: 5px;
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
    background-color: #00582a;
}

.prev {
    display: none
}


.dados-cadastrais, .crm-endereco {
    padding: 15px;
}

.dados-cadastrais .line1, .crm-endereco .line1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.dados-cadastrais .line2, .crm-endereco .line2 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dados-cadastrais .line3, .crm-endereco .line3 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.dados-cadastrais .line4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;

}


.line4 label {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.line4 label > * {

    width: inherit;
    margin-right: 10px;
}

.block {
    display: block;
}

.nome input[type=text] {
    width: 530px;
}

.faculdade {
    width: 100%
}


.crm-dados-pessoais {
    border: 1px solid #dedede;
    padding: 5px 15px;
    margin: 20px 0;
}

.crm-endereco .crm-dados-pessoais > * {
    flex: 1 100%;
}

.crm-dados-pessoais input:read-only, .crm-endereco input:read-only {
    background-color: #d8d8d8;
}

.crm-dados-pessoais > legend, .crm-endereco > legend {
    border: 1px solid #dedede;
    padding: 10px;
    background-color: #3c7055;
    color: white;
    border-radius: 6px;
    margin-bottom: 10px;
    min-width: 100px;
    display: block;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.naturalidade {
    flex-grow: 1;
    margin-right: 10px;
}

.naturalidade input[type=text] {
    width: 100%;
}

.cep > input[type=text] {
    max-width: 100px;
}

.numero > input[type=text] {
    max-width: 100px;
}

.tipo-logradouro > input[type=text] {
    max-width: 200px
}

.logradouro > input[type=text] {
    min-width: 400px
}

.bairro > input[type=text] {
    min-width: 400px
}

.dados-cadastrais .container {
    display: flex;
    flex-direction: column;
}

.dados-naturalidade-nacionalidade {
    display: flex;
}

.dados-naturalidade-nacionalidade label {
    display: block;
    box-sizing: border-box;
}

.dados-naturalidade-nacionalidade input {
    box-sizing: border-box;
    margin-right: 10px;
}

button:disabled {
    cursor: initial;
    color: white;
    background-color: #8b8b8b;
}

input.com-erro, select.com-erro {
    border: 1px solid #c77979 !important;
}

.outros-doc {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.outros-doc-items {
    width: 29%;
    display: flex;
}

.outros-doc-items input, .outros-doc-items label, .outros-doc-items select {
    width: initial;
    display: initial
}

.outros-doc-items div {
    display: flex;
    flex-direction: column;
}

fieldset.crm-dados-pessoais .outros-doc-items {
    display: flex;
}

.contatos {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    box-sizing: border-box;
}

.contatos input, .contatos select, .contatos label {
    width: initial;
    display: initial;

}

.flex-column-div {
    display: flex;
    flex-direction: column;
}

.contatos fieldset.crm-dados-pessoais {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
}

.info-medicas {
    margin: 10px;
}

.radio-div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 150px;
    margin-bottom: 10px;
}

.radio-div input[type=radio] {
    margin-top: 2px;

}

.box-erros {
    border: 1px solid #dddddd;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    color: #af3737;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-sucesso {
    border: 1px solid #dddddd;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    color: #3c7055;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-erros span, .box-sucesso span {
    margin-bottom: 10px;
    display: block;
}


.group1 div {
    margin-right: 10px;
}

.group1 {
    display: flex;
}

.linha{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.coluna{
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    div.linha div.coluna select {
        width: 290px;
    }
}

.linha-telefone{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*.line1 div {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    box-sizing: border-box;
}

.line2 div {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    box-sizing: border-box;
}

.line1 div:last-child {
    margin-right: 0;
}

.line1 input[type="text"], .line1 input[type="password"] {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
}

.line2 input[type="text"], .line1 input[type="password"] {
    width: 100%;
    height: 30px;
}*/

#com-date {
    max-width: 100px
}

.div-alerta-preenchimento {
    width: 20px;
    background-color: white;
    margin: 5px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid darkred;
}

.alerta-preenchimento {
    display: flex;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-bottom: 10px;
}

div.div-mensagem {
    font-size: small;
    color: darkred;
    padding: 10px;
    font-weight: bold;
}

.line3 input[type="number"] {
    height: 30px;
    border: solid 1px #dddddd;
}

input[type='email'] {
    height: 30px;
    border: solid 1px #dddddd;
    padding-left: 4px;
}

input:invalid {
    border: 1px solid #c77979 !important;
}

span.email {
    font-size: 12px;
    color: darkred;
}

input:focus, select:focus {
    background-color: #f9f6d7;
}

.invisivel {
    display: none !important;
}

small.alert {
    font-size: 13px;
    color: darkred;
    margin-bottom: 10px;
}

span.alert {
    font-size: 12px;
    color: darkred;
}

ul.precadastro-medico {
    margin: 20px 10px 5px;
}

ul.precadastro-medico li {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 14px;
}

.instrucoes.control-group p {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 14px;
    margin: 20px 0;
}

.instrucoes.control-group p span {
    display: block;
    font-size: 12px;
    color: darkred;
    padding: 0 10px;
}

.instrucoes.control-group div {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 14px;
}

.instrucoes.control-group div span + span {
    margin-top: 10px;
}

.instrucoes.control-group div ul li {
    font-size: 13px;
    color: darkred;
    line-height: 1.6;
}

.instrucoes.control-group div ul li:last-child {
    margin-bottom: 10px;
}

.instrucoes.control-group span {
    display: block;
}

.instrucoes.control-group span.observacoes {
    margin-bottom: 20px;
    font-size: 12px;
    color: darkred;
    display: block;
}

h4 {
    margin: 20px 0;
}

div.lista span {
    margin-bottom: 10px;
}

p.finalidade {
    background: #fafafa;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin: -10px 0 20px !important;
}

div.definicao {
    background: #fafafa;
    border: 1px solid #dedede;
    padding: 10px;


}

div.definicao > ul {
    list-style: disc;
    margin-left: 30px;

}

div.definicao > ul li {
    font-size: 1em !important;
}

ul.list-none {
    list-style: none;
    margin-left: 10px;
}

.container-insc-principal {
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin: 10px 0 0 ;
    padding: 0 15px 0;

}

.link-declaracao {
    color: darkred;
}

.link-declaracao:hover {
    color: #e90000;
}

.container-instrucoes {
    background: #fafafa;
    border: 1px solid #dedede;
    padding: 10px;
    margin-top: 20px;

}

.collapsado {
    overflow: hidden;
    height: 17px;
    margin-bottom: 5px;
}


.collapsado::before {
    content: '>>';
    color: darkred;
    cursor: pointer;
}

div.estrangeiro-observacao p {
    font-size: 13px;
    color: darkred;
    line-height: 1.6;
}


/* CUSTOM DATEPICKER */
.calendar .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
    display: none !important;
}
.ui-widget-header {
    border: 1px solid #183e2a;
    background-image: none;
    background-color: #4c7761;
    color: #fff;
    font-weight: bold;
}
.ui-datepicker {
    width: 270px !important;
}
.ui-datepicker th {
    padding: 1px 0px;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    color: #000 !important;
    background: #f6f6f6 url(/img/date_cell_bg.gif) repeat-x !important;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover{
    color: #fff !important;
    background: #4c7761 !important;
    border: 1px solid #183e2a;
}
.ui-widget-content .ui-state-active{
    background: url(/img/date_cell_active.gif) repeat-x !important;
    color: #fff !important;
}
.ui-datepicker-calendar thead tr{
    background: #ddd;
}
