/* Font */
@import url('https://fonts.googleapis.com/css?family=Raleway');


/*css*/
.cotizador{
	margin:0 15px;
}

.cotizador .uk-button {
	background: #EE272A;
	color: #ffffff;
	font-weight: bold;
}
.cotizador .disabled {
	background: #c4c4c4 !important;
	color: #000000 !important;
	font-weight: normal !important;
}

.notnull{
	display:none;
}

.optnull{
	
}

/*  estilos foton  */

.uk-input, .uk-select, .uk-textarea {
    border: 1px solid #e5e5e5;
	border-radius: 5px;
}


h1.form-title {
    color: #9b9d9f;
    -webkit-text-stroke: 3px #9b9d9f;
    letter-spacing: 3px;
	text-transform:uppercase;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: 'Raleway';
    font-weight: normal;
    color: #222222;
    text-transform: none;
}
.uk-text-center label input {
	float: left !important;
}
.uk-text-center .disclaimer-text {
	font-size: 0.75rem;
	text-align: justify;
	margin: 0 0 20px;
	padding-left: 36px;
}
.uk-text-center.scroll-wrapper {
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	overflow-y: scroll;
	height: 90px;
	margin-bottom: 40px;
}
.uk-text-center.scroll-wrapper input {
	height: 25px;
	width: 25px;	
}