/*
	Estilo para os elementos de formulario
*/


::-webkit-input-placeholder { /* WebKit browsers */
	color:    #ccc;
	color:inherit;
	font-family: inherit;
	opacity:1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #ccc;
	font-family: inherit;
	opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #ccc;
	font-family: inherit;
	opacity:1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #ccc;
	font-family: inherit;
	opacity:1;
}


/*Autodill de chrome Sacado de http://stackoverflow.com/a/14205994 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

select, .select,
input.text, input.fecha,
.sjb-multiple-checkbox,
.sjb-multiple-checkbox >h4.control{
	font-family: 'dinregular';
	font-size: 16px;
	color: #808183;;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	padding: 0 5px;
	outline: none;
	/*appearance:none;
	-moz-appearance:none; /* Firefox */
	/*-webkit-appearance:none; /* Safari and Chrome */	
	background: #fff;
	background-image: none;
	border: 1px solid #808183;;
}

	
select option, .select option{
	background: #fff;
	background-image: none;
	color:#808183;;
	cursor: default;
	display: block;
	font-family: 'dinregular';
	font-size: 16px;
	height: auto;
	padding:3px 0px;
	margin:0 0 5px 0;
	text-align: left;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	width: auto;
}

.sjb-multiple-checkbox-wrapper{
	position:relative;	
	height:40px;
	max-height:40px;
}
.sjb-multiple-checkbox{/*Debe insertarse nun wrapper con position relative*/
	position:absolute;
	max-height:40px;
	overflow:hidden;
}
.sjb-multiple-checkbox:hover {
	max-height:none;
	height:auto;
	overflow:auto;	
	padding-bottom:2px;
}


.sjb-multiple-checkbox >h4.control{
	margin:0;
	border:0;
	height: 37px;
	line-height:37px;
	cursor:pointer;
	width:100%;	
}

.sjb-multiple-checkbox >h4.control i{
	line-height:39px;
	margin-left:30px;
}

.sjb-multiple-checkbox >p,
.sjb-multiple-checkbox >label.sjb-checkboxes-label{
	padding:0;
	display:block;
	margin:0 0 5px;
	width:100%;	
	font-size:1em;
	cursor:pointer;
	line-height:1.2em;
	
}


button.submit, .submit,
button.limpiar, .limpiar{
	height: 40px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: normal;
	color: #808183; ;
	background: none;
	outline: none;
	text-shadow: none !important;

	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #808183;
	cursor: pointer;	
}

button.submit:hover, .submit:hover,
button.submit:active, .submit:active,
button.limpiar:hover, .limpiar:hover,
button.limpiar:active, .limpiar:active{
	background-color:#fff;
	color:#111;
	
}

textarea, .textarea {
	background: #fff;
	background-image: none;
	font-family: 'dinregular';
	font-size: 16px;
	color: #fff;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	outline: none;
	resize:none;
	border: 1px solid #808183;
}




/*Axustes*/
input.fecha{text-align:center};