canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-left: 20px;
    min-width: 500px;
}
button {
	border: 1px solid #FFF;
	padding: 10px;
	font-weight: bold;
	-webkit-opacity: 1; 
	background-color: rgba(220, 220, 220, 1); 
}
button:focus {
  /* background-color:#C0C0C0  ; */
	-webkit-opacity: 1; 
	background-color: rgba(128, 128, 128, 1);
	background-color: #6F6E68;
}
/* input {
	border: 1px solid #FFF;
	padding: 10px;
	font-weight: bold;
	-webkit-opacity: 1; 
	background-color: rgba(220, 220, 220, 1); 
} */
@font-face {
    font-family: 'AIA-Body';
    src: url('/CorporateBackend/css/font/AIA-Body.eot');
    src: url('/CorporateBackend/css/font/AIA-Body.eot?#iefix') format('embedded-opentype'),
         url('/CorporateBackend/css/font/AIA-Body.woff') format('woff'),
         url('/CorporateBackend/css/font/AIA-Body.ttf') format('truetype'),
         url('/CorporateBackend/css/font/AIA-Body.svg#AIA-Body') format('svg');
    font-weight: normal;
    font-style: normal;	
}

@font-face {
    font-family: 'AIA-NotoSans-Body';
    src: url('../css/font/NotoSansThaiExNoto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#title1 {
    font-size: 1.3em;
    width: auto;
    height: 5px;
    text-align: center;
    line-height: 0.8em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
   	font-family: AIA-NotoSans-Body;
    color: rgba(192, 192, 192, 1); 
}
#remark1 {
    font-size: 0.8em;
    width: auto;
    height: 1.3em;
    text-align: left;
    line-height: 20px;
    margin-left: 0px;
    margin-top: -25px;
    clear: both;
    min-height: 0px;
   	font-family: AIA-NotoSans-Body;
    color: rgba(0, 0, 0, 1); 
}
#remark2 {
    font-size: 1em;
    width: auto;
    height: 1.3em;
    text-align: left;
    line-height: 2em;
    margin-left: 0px;
    margin-top: -2px;
    clear: both;
    min-height: 0px;
   	font-family: AIA-NotoSans-Body;
    color: rgba(0, 0, 0, 1); 
}
#remark3 {
    font-size: 1em;
    width: auto;
    height: 1.3em;
    text-align: left;
    line-height: 2em;
    margin-left: 0px;
    margin-top: 5px;
    clear: both;
    min-height: 0px;
   	font-family: AIA-NotoSans-Body;
    color: rgba(0, 0, 0, 1); 
}
#primaryContainer{
	height: auto;
   	margin-left: auto;
   	margin-right: auto;
   	min-height: 100%;
   	width: 100%;
}
@media only screen and (max-width: 768px) {
	#remark1 {
		font-size: 1em;
		height: 1em;
	}
	#remark2 {
		font-size: 1em;
		height: 1em;
	}
	#remark3 {
		font-size: 1em;
		height: 1em;
	}
}
@media only screen and (max-width: 480px) {
	#remark1 {
		font-size: 0.8em;
		height: 0.8em;
	}
	#remark2 {
		font-size: 0.8em;
		height: 0.8em;
	}
	#remark3 {
		font-size: 0.8em;
		height: 0.8em;
	}
}
@media only screen and (max-width: 330px) {
    button {
		padding: 5px;
	}
}

.single-select-group label > input:checked + .label-text, .multi-select-group label > input:checked + .label-text {
    background-color: #596C80;
    color: #FFFFFF;
    border: 2px solid transparent;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 4% 20%;
	background-color: #363E3F; 
} 

.single-select-group label > input + .label-text, .multi-select-group label > input + .label-text {
    background-color: #FFFFFF;
    border: 2px solid #DBDAD4;
}

.single-select-group .label-text, .multi-select-group .label-text {
    display: inline-block;
    width: 220px;
    max-width: 220px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 32px;
    margin-right: 12px;
    border-radius: 4px;
    font-family: AIA-NotoSans-Body;
}
.single-select-group-mini .label-text{
	display: inline;
    width: 220px;
    max-width: 220px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 32px;
    border-radius: 4px;
    font-weight: bold;
    border: 2px solid #DBDAD4;
    padding: 5px;
    background-color: rgba(220, 220, 220, 1);
    font-family: AIA-NotoSans-Body;
    font-size: 10px;
}
.single-select-group-mini label > input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.single-select-group-mini label > input:checked + .label-text {
    background-color: #6F6E68;
    border: 2px solid #363E3F;
} 

.label-text {
    font-family: "AIABody", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    border: 2px solid #DBDAD4;
}
* {
    box-sizing: border-box;
}
.single-select-group label > input[type="checkbox"], .single-select-group label > input[type="radio"], .multi-select-group label > input[type="checkbox"], .multi-select-group label > input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}