﻿/* common styles */
body {
	font-size: 1.15em;
	text-align: justify;
	margin: 0;
	padding: 0;
	background-image: url("../image/gdd_background_2.jpg");
	background-repeat: repeat-y;
	background-size: auto;
}

body,p.menu,.header {
	font-family: "微軟正黑體","microsoft jhenghei","新細明體","pmingliu","細明體","mingliu","標楷體","dfkai-sb",serif !important;
	color: #fff !important;
}
.background
{
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 0px;
    height: 100%;
	width: 100%;
}
.background img
{
    width:100%;
}
.container
{
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.logo
{
	margin-top: 20px;
	width: 60%;
}
.title
{
	width: 89%;
}
.btnDownloadLarge
{
	width: 34%;
}
.btnDownloadSmall
{
	width: 34%;
}
.capture
{
	width: 95%;
}
.center
{
	text-align:center;
}
.capture-table {
    width: 88%;
    margin: 0 auto;
}

#noscript {
	background-color: #ae0000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	top: 0;
	padding: 5px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.ui.content.grid {
	/*margin-bottom: 140px;*/
}

::-webkit-input-placeholder { /* chrome/opera/safari */
	color: rgba(0, 0, 0, 1) !important;
}
::-moz-placeholder { /* firefox 19+ */
	color: rgba(0, 0, 0, 1) !important;
}
:-ms-input-placeholder { /* ie 10+ */
	color: rgba(0, 0, 0, 1) !important;
}

/* responsive styles */
@media only screen and (min-width: 992px) {
	#uploadform .image { display: none !important; }
}