@import url('https://fonts.googleapis.com/css?family=Open+Sans');


body, html {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}
* {
	box-sizing: border-box;
}
h1, h2, h3, h4 {
	
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

.clearBoth {
	clear: both;
}

.wrap {
	width: 100%;
}
.hidden_loader {
	width: 0;
}


.step2 {
	display: none;
}

.title_album_name {
	margin: 0;
}
.title_album_date {
	margin: 0;
}
.title_album_warning {
	color: red;
}


.upload_input {
	display: none;
}
.upload_error {
	font-size: 14px;
    font-weight: bold;
}
.image_wrap {
    display: inline-block;
    margin: 10px;
    width: 180px;
    padding: 10px;
	text-align: center;
	
}
.image_wrap.finished {
	
}
.image_wrap.error {
	border: 1px solid #fde5e5;
}
.upload_status_bar_wrap {
	background: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	border: 2px solid #ff7800;
	padding: 2px;
	height: 14px;
}
.upload_status_bar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: url('../img/ajax-loader.gif') no-repeat center center;
	height: 6px;
}

.image_preview {
	width: 120px;
	margin-right: 18px;
	margin: 0 auto 10px auto;
}
.image_preview img {
	width: 100%;
}
.image_filename {
    width: 120px;
	overflow: hidden;
	white-space: nowrap;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}


.album_desc_text {
	max-width: 75%;
	margin: 0 auto;
}

.login_wrap,
.album_input_wrap {
	margin: 0 auto;
	padding: 30px;
}
.form_label {
	width: 110px;
	margin-bottom: 2px;
	float: left;
	height: 32px;
	line-height: 32px;
	margin-top: 0;
	margin-right: 20px;
}
.form_input {
	width: 250px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px !important;
    float: left;
    margin-top: 0 !important;
    margin-right: 20px !important;
    border: 1px solid darkgrey !important;
}
.login_melding,
.check_melding {
	color: #ff7800;
	font-weight: bold;
	margin: 16px 0 0 0;
}
.login_melding {
	margin: 16px 0 10px 0;
}
.button_login,
.check_name_and_date,
.button_upload,
.button_cancel,
.button_download {
	margin-top: 16px;
	display: inline-block;
    background: #ff7800;
    padding: 7px 17px;
    color: #fff;
    cursor: pointer;
	position: relative;
}
.button_login {
	padding: 5px 17px;
	float: left;
	margin-top: 0;
	margin-left: 130px;
}
.button_cancel {
	background: #ededed;
    color: #333;
    text-decoration: none;
    margin-left: 10px;
}
.button_download {
	padding-right: 47px;
	padding: 8px 47px 8px 17px;
}
.button_download a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.button_download i,
.button_download a i {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 24px;
}
.album_imgs_wrap {
	text-align: center;
	padding: 30px 0 50px 0;
}

.album_img {
	/* width: 300px; */		/* set in config */
	/* height: 200px; */    /* set in config */
	background-size: cover;
	background-position: center center;
	margin: 10px;
	display: inline-block;
	cursor: pointer;
}
.album_img a {
	display: block;
	width: 100%;
	height: 100%;
}



.contact_row label {
	width: 100%;
	height: 32px;
}
.contact_row input {
	font-family: 'Nunito', sans-serif;
    width: 100%;
	padding: 0 10px;
	height: 50px;
    line-height: 50px;
	font-size: 16px;
	border: 1px solid #c3c3c3;
	margin-bottom:20px;
}
.contact_row select {
    width: 100%;
    height: 50px;
    line-height: 50px;
	font-size: 16px;
	
	border: 1px solid #c3c3c3;
	margin-bottom:20px;
}
.contact_row textarea {
	font-family: 'Nunito', sans-serif;
	width: 100%;
	height: 150px;
    line-height: 32px;
	font-size: 16px;
	border: 1px solid #c3c3c3;
	padding: 10px;
	margin-bottom: 20px;
}
#submit {
    margin-left: 0;
    width: 165px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #f8ab2e;
    color: #FFFFFF;
    padding: 10px;
	cursor: pointer;
}
