﻿@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");

body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media print
{    
    .no-print, .no-print * { display: none !important; }
}

@page{size:auto; margin:10mm; /* set to 5 or zero to hide header/footer */}

a:link{color:#957F42;}
a:visited{color:#957F42;}
a:active{color:#E12323;}
a:hover{color:#E12323;}

.alert{font-size: 12px; color:#FF0000; font-weight: bold; line-height:130%;}

.error{color:#e74c3c; font-weight: bold;}
.mandatory{color:#e74c3c;}

.title_container {font-size: 26px; padding: 1em;}
.message_container {padding: 1em 1em 2em 1em; background-color: #F6F6F6; text-align: center;}
.question_container {padding: 2em 1em 0em 1em; background-color: #F6F6F6;}
.answer_container {padding: 0em 2em 0em 2em;}

table.header {
	width: 90%;
	border-spacing: 2px;
	text-align: center;
}

table.footer {
	width: 90%;
	border-spacing: 2px;
	text-align: right;
}

table.password {
	width: 50%;
	border-spacing: 2px;
}

table.main {
	width: 70%;
	border-spacing: 2px;
}

table.main  td{
	text-align: center;
}

table.report {
	width: 90%;
	border-spacing: 2px;
}

table.report th,
table.report td{
	text-align: center;
	border: 1px solid #808080;
	padding: 5px;
}

table.report_header {
	width: 90%;
	border-spacing: 2px;
}

table.report_header td{
	vertical-align: middle;
	border: 0px solid #808080;
	padding: 20px 0px;
}

table.report_header td.report_header_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

table.report_footer {
	width: 90%;
	border-spacing: 2px;
}

table.report_footer td{
	vertical-align: middle;
	border: 0px solid #808080;
	padding: 20px 0px;
}

table.account {
	width: 80%;
	border-spacing: 2px;
}

table.account_view {
	width: 60%;
	border-spacing: 2px;
}

table.status {
	width: 90%;
	border-spacing: 2px;
}

table.summary {
	width: 70%;
	border-spacing: 2px;
}

table.summary thead td{
	color: #3F4D85;
	font-weight: bold; 
	text-align: center;
	background-color: #D1D6E9; 
}

table.summary td{
	border: 1px solid #808080;
	padding: 5px;
	text-align: center;
}

table.summary td:first-child{
	text-align: left;
}

table.survey {
	width: 90%;
	border-spacing: 2px;
}

table.survey_q5 {
	width: 100%;
	border-spacing: 0px; 
}

table.survey_q5 td { vertical-align: top;}

table.survey_q7 {
	width: 100%;
	border-spacing: 0px;
	table-layout: fixed;
}

table.survey_q7_heading {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

table.survey_q7_heading td{
	border: 1px solid #2c3e50;
}

td.header_hkpma { width: 20%; }
td.header_chrsd { width: 20%; }
td.header_login { width: 20%; color: #2c3e50; font-size: 14px; font-weight: bold; vertical-align: bottom;}
td.header_logout { width: 20%; color: #2c3e50; font-size: 14px; font-weight: bold; vertical-align: bottom; text-align: right; }
td.summary_header { font-size: 16px; font-weight: bold; text-align: left; background-color: #F6F6F6; }
td.summary_footer { font-size: 16px; font-weight: bold; text-align: center; background-color: #F6F6F6; color:#e74c3c; }
td.summary_question { font-size: 14px; width: 40%; text-align: left; padding: 5px; vertical-align: top; }
td.summary_answer { font-size: 14px; width: 60%; text-align: left; padding: 5px; vertical-align: top; }
td.q7_code { width: 4%; text-align: center; vertical-align: middle; }
td.q7_pos { width: 16%; text-align: center; vertical-align: middle; }
td.q7_input { width: 8%; text-align: center; vertical-align: middle; }

.account_title { background-color: #FFDBA3; }

.header_title1 { color: #014898; font-size: 18px; font-weight: bold; }
.header_title2 { color: #DA9330; font-size: 16px; font-weight: bold; }
.header_title3 { color: #014898; font-size: 16px; font-weight: bold; }
.footer_copyright{ color: #014898; font-size: 12px; }
.blue { color: #014898; }
.blue  a { color: #014898; }

hr.separator { 
	border: 0;
	width: 100%;
    height: 1px;
    background: #014898;
    background-image: linear-gradient(to right, #F6F6F6, #014898, #F6F6F6);
}

td {
    font-weight: 400;
    line-height: 1.1;
	font-size: 15px;
	color: #2c3e50;
	line-height:130%; 
	padding: 2px;
	vertical-align: top;
}

.scroll {
    max-height: 500px;
    overflow: auto;
}

button {
	padding: 10px 10px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
	color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
}

button.login_btn { width: 340px; margin: 29px 0 0 29px; }
button.empty { background-color: #778284; }
button.incomplete { background-color: #DB5D51; }
button.complete { background-color: #4C9077; }

.login_box {
  background: #F6F6F6;
  border: 1px solid #2c3e50;
  border-radius: 6px;
  height: 300px;
  margin: 20px auto 0;
  width: 398px;
}

.alert_box {
  text-align: center;
  color: #e74c3c; 
  font-size: 14px; 
  font-weight: bold;
}

.login_label {  font-weight: bold; margin: 29px 0 0 29px; }

input.login {
  border: 1px solid #a1a3a3;
  border-radius: 4px;
  box-shadow: 0 1px #fff;
  box-sizing: border-box;
  color: #2c3e50;
  height: 39px;
  margin: 0 0 0 29px;
  padding-left: 37px;
  transition: box-shadow 0.3s;
  width: 340px;
}

input.numeric { text-align: right; }

ul.statusbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
	padding: 5px;
	color: #FFFFFF;
}

li.empty { background-color: #778284; }
li.incomplete { background-color: #DB5D51; }
li.complete { background-color: #4C9077; }