﻿@charset "UTF-8";
#title {
	font-size: 30px;
	margin-left:10px;
}

#explanationArea {
 	overflow-y: scroll;
 	width: 100%;
 	height: 200px;
 	border: solid 1px black;
 	padding: 20px;
 	display: inline-block;
 }

.buttonArea {
 	text-align: center;
 	width: auto;
 	margin-top: 40px;
 	}

.input-group {
	width: 100%;
	margin: 0 0 2px 0;
}
 .input-group-addon {
 	color: #fff;
 	background-color: #48c;
 	width: 40%;
 }

 .form-control {
	width:100%;
	height: auto;
	min-height: 34px;
}

.form-group h2 {
	margin:0 15px 5px 5px;
	padding:0;
	font-size:1.0em;
	color:#26c;
	display: inline-block;
}

.form-group h2:before {
	content:"▼ ";
}

#notes-textArea {
	margin-top: 20px;
}

#notes {
	margin-top:20px;
}

#languageSwitchArea {
	display: inline-block;
	float: right;
}

#languageSwitchArea section {
	margin-bottom: -5px;
}

#settings {
	margin-top: -5px;
}

#notes section {
	display: inline-flex;
}

#agreementArea {
	text-align: center;
}

#showQrcode {
	margin-top: 10px;
	text-align: center;
}

#showQrcode p {
	text-align: left;
}

#alertArea a.accessUrl {
	display: block;
}

#errorMsgArea {
	margin-top: 20px;
}

#language {
	margin: 0px 15px 5px 5px;
	padding: 0;
	font-size: 1.0em;
	font-weight: normal;
	float: right;
	color: #26c;
}

.switchArea {
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	font-size: 9px;
	position: relative;
	width: 54px;
	background: #fff;
}

.switchArea input[type="checkbox"] {
	display: none;
}

.switchArea label {
	display: block;
	box-sizing: border-box;
	height: 24px;
	border: 2px solid #999999;
	border-radius: 12px;
}

.switchArea input[type="checkbox"]:checked +label {
	border-color: #48c;
}

.switchArea label span:after{
	content: "OFF";
	padding: 0 0 0 14px;
	color: #999999;
}

.switchArea  input[type="checkbox"]:checked + label span:after{
	content: "ON";
	padding: 0 14px 0 0;
	color: #48c;
}

.switchArea #swImg {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #999999;
	top: 4px;
	left: 4px;
	border-radius: 8px;
	transition: .2s;
}

.switchArea input[type="checkbox"]:checked ~ #swImg {
	transform: translateX(30px);
  background: #48c;
}

.alertColor {
	color: #f30;
}

#messageArea {
	white-space: pre-wrap;
}

#rejected {
	resize: vertical;
	height: 100px;
	min-height: 100px;
}

#rejectedArea {
	margin-top: 20px;
}
#systemError #linkArea {
	margin-top: 40px;
	padding-left: 15px;
}
#systemError #linkArea a {
	font-weight: bold;
	color : #000;
}
#systemError #linkArea a:hover {
	color: #7f7f7f;
	text-decoration: none;
}
