input[type="text"], 
input[type="password"], 
textarea, 
select {
	border: solid 1px #EAEAEA !important;
	color: #666 !important;
	background: #FAFAFA !important;
	font-family: 'Open Sans', sans-serif, arial!important;
	font-size: 15px!important;
	vertical-align: middle !important;
	padding: 5px !important;
	min-width: 360px;
	margin: 2px !important;
    height: inherit !important;
}

textarea {
	min-height: 42px;
}

select {
	min-width: 372px;
	width: 372px;	/* For IE8- */
}

.uk-form-row+.uk-form-row {
    margin-top: 5px;
}

.half input[type="text"], 
.half input[type="password"],
.half textarea {
	min-width: 300px;
}

.half select {
	min-width: 312px;
	width: 312px;	/* For IE8- */
}

.uk-modal input[type="text"], 
.uk-modal input[type="password"], 
.uk-modal textarea, 
.uk-modal select {
    min-width: auto;
}

.page-login input[type="text"], 
.page-login input[type="password"], 
.page-login textarea {
	min-width: 180px;
}

.page-login select {
	min-width: 192px;
}

.button, 
.button:visited, 
input[type="submit"],
input[type="button"],
input[type="reset"]
{
	background: #80b600;
	color:#fff;
	border:0;
	padding: 6px 15px;
	cursor: pointer;
	font-size: 15px;
	line-height: 15px;
	font-family: Arial;
	font-weight: bold;
	margin: 2px;

	background: #53A9C5;
}
.button:hover, 
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: #93d001;
	color: #fff;
	border: none;
	background: #63C6E6;
}



/* Fix for uikit */
.uk-form-controls > .button:first-child,
.uk-form-controls > .uk-button:first-child,
.uk-form-controls > input[type="submit"]:first-child,
.uk-form-controls > input[type="button"]:first-child,
.uk-form-controls > input[type="reset"]:first-child {
    margin-top: 2px;
}

.uk-form-controls > .button:last-child,
.uk-form-controls > .uk-button:last-child,
.uk-form-controls > input[type="submit"]:last-child,
.uk-form-controls > input[type="button"]:last-child,
.uk-form-controls > input[type="reset"]:last-child {
    margin-bottom: 2px;
}

label {
	width: 200px;
	line-height: 26px;
	display: inline-block;
	margin: 2px 2px 2px 0px;
	vertical-align: top;
}

label span.required {
	color: #CC0000;
	padding-left: 5px;
	font-weight: bold;
}

/* Fix for uikit */
@media (min-width: 960px)
{
    .uk-form-horizontal .uk-form-controls .form-span {
        margin: 5px 2px 2px 2px;
        line-height: 26px;
        display: inline-block;
    }
}

.buttons {
	padding-left: 202px;
	padding-top: 15px;
	clear: both;
}
.register {
/*	margin-top: 10px;
	padding-bottom: 10px;*/
/*	margin: auto;*/
	width: auto;
	clear: both;
	margin-bottom: 20px;
	max-width: 960px;
}

.input_field {
	width: auto;
	float: left;
	
	/* For IE8- */
	width: 100%;
}

.input_field span input[type="checkbox"] {
	margin-top: 8px;
}


/* Pick date */
select.pick_day {	
	width: 90px;
	min-width: auto;
}

select.pick_month {
	min-width: auto;
	width: 180px;
}

select.pick_year {
	min-width: auto;
	width: 94px;
}

/* Progressbar */
.progressbar {
	border: 1px solid #80B600;
	background: #FFFFFF;
	width: auto;
	height: 15px;
	display: block;
	padding-right: 2px;
}

.progressbar > div {
	width: auto;
	background:#80B600;
	margin: 1px;
	height: 13px;
	display: block;
}

/* uk-form (FormRows) */
.uk-form .uk-form-row {
    margin-bottom: 5px;
}

.uk-form .uk-form-row label {
    float: left;
    width: 200px;
}

.uk-form .uk-form-controls {
    margin-left: 215px;
}


.uk-button.btn-red {
    background: #c14c4c;
}

.uk-button.btn-red:hover {
    background: #da8181;
}

/* Misc */
.uk-form-row input.data-invalid {
    border-color: #FF9494 !important;
    background: #FBEAEA !important;
}