/*
* @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; }
#tblHospedes { padding-top: 15px; }
#tblHospedes thead th { font-weight: bolder; border: none; text-align: left; }
#tblHospedes thead th:nth-child(2) { width: 100px; }
#tblHospedes thead th:nth-child(3) { width: 50px; }
#tblHospedes thead th:nth-child(4) { width: 50px; }
#btnReservar { float: left; margin-right: 5px; }
#btnLimpar { width: 80px; }

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

@media only screen and (min-width: 481px) {
#edtMatricula { width: 100px;}
#edtAssociado { width: 320px; }
#edtTelefoneRes { width: 425px; }
#edtTelefoneCel { width: 425px; }
#edtWhatsapp { width: 425px; }
#edtEmail { width: 425px; }
#cbbHospedagem { width: 210px; }
#edtDataEntrada { width:100px; }
#edtDataSaida { width:100px; }
#edtHospede { width: 425px; }
#cbbTipoHospede {width: 250px; }
#edtIdadeHospede { width: 90px; }
#btnIncluirHospedes { width: 70px; }
#edtTexto { width: 425px; }
}

@media only screen and (min-width: 768px) {
#edtAssociado { width: 395px; }
#edtTelefoneRes { width: 162px; }
#edtTelefoneCel { width: 162px; }
#edtWhatsapp { width: 161px; }
#edtEmail { width: 500px; }
#cbbHospedagem { width: 285px; }
#edtHospede { width: 220px; }
#cbbTipoHospede {width: 120px; }
#edtIdadeHospede { width: 65px; }
#btnIncluirHospedes { width: 70px; }
#edtTexto { width: 505px; }
}

@media only screen and (min-width: 1025px) {
#edtAssociado { width: 415px; }
#edtTelefoneRes { width: 169px; }
#edtTelefoneCel { width: 168px; }
#edtWhatsapp { width: 168px; }
#edtEmail { width: 520px; }
#cbbHospedagem { width: 305px; }
#edtHospede { width: 240px; }
#edtTexto { width: 525px; }
}

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