/* 
	A couple styles to make the demo page look good
 */
 
html {height: 100%;}
 
body {
	padding-bottom: 2rem;
	padding-top: 4rem;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	font-family: 微軟正黑體, sans-serif;
	font-weight: 700;
}
.row {
	margin-bottom: 1rem;
}
[class*="col-"] {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#files {
    overflow-y: scroll !important;
    min-height: 320px;
}
@media (min-width: 768px) {
	#files {
		min-height: 0;
	}
}
#debug {
	overflow-y: scroll !important;
	height: 180px;	
}

.dm-uploader {
	border: 0.25rem dashed #A5A5C7;
	text-align: center;
}
.dm-uploader.active {
	border-color: red;

	border-style: solid;
}

footer {
	visibility: hidden;
}

.btn-del {
	float: right; 
	margin-top: -7px;
}

.show_box {
	height: 550px; 
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.show_box img {
	margin-top: 25px;
	position: absolute;
	left: calc(50% - 250px);
}

div.alert-info{
	text-align: center;
}

.lucky_draw {
	/*float: right; */
	margin-top: -10px;
	padding-left: 60px;
	padding-right: 60px;
	font-weight: 700;
	background-color: #ccb371;
	border: 0px;
}

.lucky_draw:hover, .lucky_draw:active {background-color: #ab924e;}

div div.btn-primary {
	color: #000;
    background-color: #dcc688;
    border-color: #dcc688;
}
div div.btn-primary span {
	margin: 0px 20px;
}

#files li.media {
	display: block !important;
}

.hidden_image {
	visibility: hidden;
}