
* {
	/* font-size: 15px; */
}
html {
	height: 100%;
	background: #f2fff9;
	min-width: 1200px;
}
body {
	height: 100%;
	background: #f2fff9;
    color: #424242;
	font: 20px/1.2em arial, 'Source Sans Pro', sans-serif, Meiryo, "Meiryo UI", "微軟正黑體", "Microsoft JhengHei" !important;
}
p {
 	font: 20px/1.2em arial, 'Source Sans Pro', sans-serif, Meiryo, "Meiryo UI", "微軟正黑體", "Microsoft JhengHei" !important;
	margin: 0 0 30px;	
}
input,button,select,textarea {
  font-family: 'Source Sans Pro', sans-serif, Meiryo, "Meiryo UI", "微軟正黑體", "Microsoft JhengHei" !important;
}
a {
    text-decoration: none;	
}
h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
label {
	padding-top: 15px;
	font-weight: normal;
}
.error {
	color: red;
}
.row {
    margin:0px !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.checkbox-inline input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.form-control {
	font-size: 20px;
	height: 45px;
}
#ui-datepicker-div {
	font-size: 1em !important;
}
.pagination {
    margin: 0px;
}
.pagination > li {
    float: left;
}
.pager-box-head, .pager-box-foot {
    float: right;
}
span {
    padding-top: 2px;
    padding-bottom: 2px;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.fit {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.fit-left {
	padding-left: 0px !important;
}
.fit-right {
	padding-right: 0px !important;
}
.border {
	border-right: 1px solid #AAA;
}

header {
	width:100%;	
}
#header-content {	
	max-width: 1200px;
	height: 120px;
    width: 100%;
    padding-top: 15px;
    margin: auto;
    position: relative;
    color: #FFF;
}
.logo a > img {
	width: 100%;
}

.home-menu {
	width:100%;
	background: #005727;
	border-bottom: 1px solid #FFF;
}
#menu-content {
	max-width: 1200px;
	background-position: center;
	background-size: contain;
	height: 32px;
    width: 100%;
    margin: auto;
	padding: 5px 0px;
    position: relative;
    color: #FFF;
}
.more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
form {
	display: inline-block;
}
footer {
	position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    padding-top: 10px;
	text-align: center;
	color: #212121;
	background: #B0B0B0;
	font-size: 20px;
	color : #585858;
}

.header-menu {
    position: relative;
    background-color: #375810;    
    padding: 5px !important;
    width: 100%;	
}
.header-menu .title > img {
    width: 100%;
}

.fb-icon, .youtube-icon {
    float: left;
	padding: 20px 2px 0px 5px;
}

#content {
	max-width: 1200px;
	margin: auto;
	position: relative;
    width: 100%;
    display: block;
    padding-bottom: 80px;
}

#main-menu {
	max-width: 1200px;
    position: absolute;
	width: 100%;	
	margin: auto;
	height: 60px;
    z-index: 1;
}

.menu-item {
	width: auto;
	padding: 0px 20px;
	float: left;
	text-align: center;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size: 16px;
}
#menu-content div > a:first-child .menu-item {
	padding-left: 0px;
}
#menu-content div > a:last-child .menu-item {
	border-right: 0px;
}

.home {
	position: relative;
	width: 100%;
	margin: auto;
}

.home-banner-container {
	max-width: 1200px;
    position: relative;
    margin: auto;
}

.banner {
    color: #FFFFFF;
	height: 280px;
}

.banner-text {
	background : #E8A491;
	background-image: url('/resources/images/banner_bg.png');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 100px;
	padding-left: 30px !important;
}

.icon-bar {
    background-color: #FFF;
}

.home-tools {
    width: 100%;
	height: 400px;
	padding-top: 5px;
}

.home-tools img {
    max-width: 100%;
    max-height: 84px;
}
.main-tool-content {
	height: 300px;
}
.main-search {
	background-image: url('/resources/images/main_search_bg.png');
	background-position: center;
	background-repeat: no-repeat;
    height: 200px;
	padding-top: 20px;
}
.main-progress {
	height: 200px;
	padding-top: 20px;
}
.main-tools {
	background-image: url('/resources/images/main_tools_bg.png');
	background-position: center;
	background-repeat: no-repeat;
    height: 200px;
	padding-top: 20px;
}

#footer-right {
    text-align: right;
}

.table-of-content{
	border-left: 1px solid #212121;
	border-right: 1px solid #212121;
}

.content-container {
	margin-top: 30px;
	width: 100%;
	box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
}
.paging {
	float: right; 
    top: 12px;
}
.pagination > li > a, .pagination > li > span{
	padding: 5px 10px;
    line-height: 1;
    color: #FFF;
    background: #005727;
    border: 0px;
	margin: -2px 1px 1px 1px;
}
#page-info {
	padding: 0px 5px;
}
.page-content{
	max-width: 1200px;
	min-height: 500px;
	width:100%;
	padding: 70px 0px 30px 0px;
	position: relative;
	background: #FFF;
}
.page-title {
	top: 10px;
    position: absolute;
    z-index: 2;
    left: -10px;
}
.page-icon {
	position: absolute;
    z-index: 2;
	top: 5px;
}
.page-bar{
	width: 100%;
    height: 50px;
    padding-top: 12px;
}
.search-result {
	padding-top: 20px;
    padding-bottom: 40px;
}
.result-container {
    padding: 10px 10px 20px 10px;
	font-size: 16px;
    line-height: 1.4em;
	background: url('/resources/images/m/point.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}
.worker-details {
	padding: 10px;
    background: #f8f7ee;
    height: 250px;
    overflow-y: auto;
}
.form-field {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
}
.photo-frame {
    height: 150px;
	text-align: center;
}
.code-frame {
    background: #375810;
    color: #FFF;
    text-align: center;
}
.action-bar {
    padding-top: 10px;
}
.resultItem {
    border-bottom: 1px solid #AAA;
    padding: 10px;
}

.va_space{
	margin-top:15px !important;
}