html, body {
	height: 100%;
}
.alert-fixed-top {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 1029;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: center;
}
header.carousel {
	height: 75%;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-image: url('../../img/public/upload_bg.jpg');
	background-position: center;
	background-size: cover;
}
.dz-form {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.dz-clickable {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.dz-form .dz-message {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 300px;
	margin: 0 !important;
	font-family: 'Baloo Tammudu', cursive;
	font-size: 4em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	text-align: center;
}
.dz-form .dz-progress-bar {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1170px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.dz-form .dz-progress-bar .progress {
	height: 40px !important;
	padding: 5px;
	background: rgba(255, 255, 255, .2);
}
.dz-form .dz-progress-bar .progress .progress-bar {
	width: 0%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.dz-form .dz-preview {
	display: none;
}
