/*
* @Project ASSESP
* @author  FABIANO KUERTEN <fabiano@3fk.com.br>
*/

input, select, textarea, button { width: 265px; }
textarea { height: 200px; }
.msg { margin: 0px 0px 0px 0px; }
.msg ul { list-style-image: url(/img/btnInformacao.png); font: normal normal normal 12px Arial, sans-serif; color: #990000; }
#tblDependente, #tblConvidado { padding-top: 15px; }
#tblDependente thead th, #tblConvidado thead th { font-weight: bolder; border: none; text-align: left; }
#tblDependente thead th:nth-child(3), #tblConvidado thead th:nth-child(3) { width: 50px; }
#tblDependente thead th:nth-child(4), #tblConvidado thead th:nth-child(4) { width: 50px; }
#btnReservar { margin-left: 20px; }

@media only screen and (min-width: 320px) {
    
}

@media only screen and (min-width: 481px) {
#edtMatricula { width: 100px;}
#edtAssociado { width: 320px; }
#edtLotacao { width: 425px; }
#edtTelefoneRes { width: 425px; }
#edtTelefoneCel { width: 425px; }
#edtWhatsapp { width: 425px; }
#edtEmail { width: 425px; }
#cbbApartamento { width: 425px; }
#cbbPeriodo { width: 425px; }
#edtDependenteNome { width: 425px; }
#edtDependenteParentesco {width: 240px; }
#edtDependenteIdade { width: 90px; }
#btnDependenteIncluir { width: 70px; }
#edtConvidadoNome { width: 425px; }
#edtConvidadoParentesco {width: 240px; }
#edtConvidadoIdade { width: 90px; }
#btnConvidadoIncluir { width: 70px; }
}

@media only screen and (min-width: 768px) {
#edtAssociado { width: 395px; }
#edtLotacao { width: 500px; }
#edtTelefoneRes { width: 162px; }
#edtTelefoneCel { width: 162px; }
#edtWhatsapp { width: 161px; }
#edtEmail { width: 500px; }
#cbbApartamento { width: 500px; }
#cbbPeriodo { width: 500px; }
#edtDependenteNome { width: 220px; }
#edtDependenteParentesco {width: 120px; }
#edtDependenteIdade { width: 65px; }
#btnDependenteIncluir { width: 70px; }
#edtConvidadoNome { width: 220px; }
#edtConvidadoParentesco {width: 120px; }
#edtConvidadoIdade { width: 65px; }
#btnConvidadoIncluir { width: 70px; }
}

@media only screen and (min-width: 1025px) {
#edtAssociado { width: 415px; }
#edtLotacao { width: 520px; }
#edtTelefoneRes { width: 169px; }
#edtTelefoneCel { width: 168px; }
#edtWhatsapp { width: 168px; }
#edtEmail { width: 520px; }
#cbbApartamento { width: 520px; }
#cbbPeriodo { width: 520px; }
#edtDependenteNome { width: 240px; }
#edtConvidadoNome { width: 240px; }
}

@media only screen and (min-width: 1300px) {
label[for=edtTelefoneRes] { clear: both; }
}