
/*New CSS FORM */
form {
    width: 700px;
}
dl.zend dt, dd {
    min-height: 30px; font: normal 12px/1.4 "Helvetica", Arial, sans-serif;
    text-decoration:none;
}
dl.zend_form dt {
    float: left;
    clear: left;
    width:120px;
    text-align: left;
    border-top: 1px dotted #f0f0f0;
    padding-top: 8px;
}
dl.zend_form dt label.required, .required {
    font-weight: 600;
    color: #00257D;
    text-align: left;
}
dl.zend_form dd {
    float: left;
    clear: right;
    padding-left: 5px;
    padding-top: 3px;
    border-top: 1px dotted #f0f0f0;
}

dl.zend_form dd ul.errors, .errors {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl.zend_form dd ul.errors li, .errors li {
    float: left;
    margin: 0 0.15em;
    color: #FF0000;
}
input, select, textarea {
	width: 400px;
	font: normal 12px/1.4 "Helvetica", Arial, sans-serif;
	border: 1px solid #ccc;
	padding: 4px;        
}
.radio {
    text-align: left;
    width: 50px;
    border: 1px solid #ccc;
    font: normal 25px/1.4 "Helvetica", Arial, sans-serif;
    
}
.checkbox, .check_bolsa_adesao, .check_bolsa_prestacao {
	width: 100px;
}
input:hover, select:hover, textarea:hover {
	background-color: #f0f0f0;
}
.botao {
	background-image:url(../imagens/botao.png);
	width: 161px;
	height: 31px;
	border: 0;
}
.msg-erro {
	background-color: #FF9F9D;
	border:1px dotted #FF9F9D;
	padding: 10px;
	margin: 10px;
	clear: both;
}
.msg-sucesso {
	background-color: #DBDBFD;
	border:1px dashed #DBDBFD;
	padding: 10px;
	margin: 10px;
	clear: both;
}


.required:after{content:' *';color:red;}
.optional:before{content:''}

.error, .errors {
    color: red;
    clear: both;
    margin: 0;
}
/*
.form_hide {
    display: none;
}
#captcha{
    display: none;
    
}
*/
form table {
    clear: both;
}

.list-checkbox input, #atletas-element input, #eventos-element input, #modalidades-element input, #eventos_categorias-element input, #barcos-element input, #distancias-element input, #generos-element input, #categorias-element input, #fases-element input {
    width: 50px;
}
/* Listagem checkbox com barra de rolagem */
.list-checkbox, #menus-element, #controle_users-element, #atletas-element, #modalidades-element, #stakeholders-element, #eventos-element, #eventos_categorias-element, #barcos-element, #distancias-element, #generos-element, #categorias-element, #fases-element
{
    border: 1px solid #f0f0f0;
    height: 100px;
    overflow: auto;
    width: 500px;
}