
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	color: #656565;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, select, p, blockquote, th, td {
	padding: 0;
    margin: 0;

	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;

	-webkit-appearance: none;
	-moz-appearance: none;
  	-ms-appearance: none;
  	appearance: none!important;
	
	
}

table {
    border-spacing: 0;
}

a {
	text-decoration: none;
	color: #4A90E2;
}

a:hover {
	text-decoration: underline;
	color: #4A90E2;
}

a.nu {
	color: #808080;
}

a.wh {
	color: #FFFFFF;
	text-decoration: underline;
}

a.whnu {
	color: #FFFFFF;
	text-decoration: none;
}

a.wh:hover, a.whnu:hover {
	color: #C4C4CC;
}

a.nu:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

ol, ul {
    list-style: none;
    margin:0;
    padding:0;
}

.t10 {
	font-size: 1em;
}

.t12 {
	font-size: 1.2em;
}

.t13 {
	font-size: 1.3em;
}

.t15 {
	font-size: 1.5em;
}

.green {
	color: #00C000;
}

.section {
  position: absolute;
  display: table-cell;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;	
  vertical-align: middle;
  text-align: center;
}

.section .intro {
	
	position: relative;
	
  text-align: left;
  max-width: 1200px;
  width: 100%;
  margin-top: 80px;

	margin-left: auto;
    margin-right: auto;	
	border: 1px solid #EEEFF2;
	background-color: #FFFFFF;  
		
	
}

.section .intro_simple {
	
	position: relative;
	
  text-align: left;
  max-width: 1200px;
  width: 100%;

	margin-left: auto;
    margin-right: auto;	
	border: 1px solid #EEEFF2;
	background-color: #FFFFFF;  
		
	
}

.title_blue {
	background-color: #4285F4;
	padding: 15px;
	
}

.title_blue h1 {
  font-size: 1.5em;
  color: #FFFFFF;
}

table.basic {
	border: 0;
	width: 100%;
	margin-bottom: 45px;
}

table.basic td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	line-height: 1.3em;
}

table.basic td.error {
	padding: 0;
}

table.basic td.error div {
	background-color: #FDEDED;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.3em;
}

table.basic td.tdr {
	text-align: right;
	width: 30%;
}

table.basic td.tdrt {
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.basic td.title_1 {
	padding: 15px 25px 10px 5px;
	font-size: 1.6em;
	text-decoration: underline;
}

table.basic td.title_2 {
	padding: 25px 25px 10px 5px;
	font-size: 1.5em;
}

.ul_1 {
	padding: 10px 10px 10px 30px;
	line-height: 1.35em;
}

ul.ul_1 li {
	font-size: 1em;
	margin-left: 25px;
	list-style-type: disc;
	list-style-position: outside;
}

.simple_ul, .simple_div {
	padding: 15px;
	line-height: 1.7em;
}

.simple_ul_1 {
	padding: 10px;
	line-height: 1.5em;
}


.simple_ul li, .simple_ul_1 li  {
	font-size: 1.05em;
	margin-left: 10px;
}

.total_cost {
	font-size: 1em;
	margin: 20px auto 20px 0;
}

li.more {
	font-size: 1em;
	margin-left: 30px;
	line-height: 1.5em;
}

.simple_ul .link {
	cursor: pointer;
}

.simple_ul .link:hover {
	color: #4A90E2;
}

.section.gray{
  background-color: #F7F8FA;
}

#login_div {
	max-width: 400px;
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
    margin-right: auto;	
	border: 1px solid #EEEFF2;
	background-color: #FFFFFF;
}

input[type=radio].css-radio {
	position: absolute;
	opacity: 0;
}

input[type=radio].css-radio + label.css-label-radio {
	padding-left: 37px;
	height: 31px; 
	display: inline-block;
	line-height: 31px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

input[type=radio].css-radio + label.css-label-radio_small {
	padding-left: 25px;
	height: 18px; 
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.ie8 input[type=radio].css-radio + label.css-label-radio, .ie8 input[type=radio].css-radio + label.css-label-radio_small {
	background-position: 300px 300px\9;
}

input[type=radio].css-radio:checked + label.css-label-radio {
	background-position: 0 -31px;
}

input[type=radio].css-radio:checked + label.css-label-radio_small {
	background-position: 0 -18px;
}

	
label.css-label-radio {
	background-image:url('/img/radio_button.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label.css-label-radio_small {
	background-image: url('/img/radio_button_small.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


input[type=checkbox].css-checkbox {
	position: absolute;
	opacity: 0;
}

input[type=checkbox].css-checkbox + label.css-label-checkbox {
	padding-left: 30px;
	display:inline-block;
	line-height: 24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox + label.css-label-checkbox_free {
	display: inline-block;
	height: 24px;
	width: 24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

.ie8 input[type=checkbox].css-checkbox + label.css-label-checkbox, .ie8 input[type=checkbox].css-checkbox + label.css-label-checkbox_free  {
	background-position: 300px 300px;
	}

input[type=checkbox].css-checkbox:checked + label.css-label-checkbox, input[type=checkbox].css-checkbox:checked + label.css-label-checkbox_free {
	background-position: 0 -119px;
}

label.css-label-checkbox, label.css-label-checkbox_free {
	background-image:url('/img/checkbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}	

.basic_input {
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	border: 1px solid #CECECE;
	padding: 10px;
	font-size: 1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 2px 2px 9px 0px #E5E5E5;
	-webkit-box-shadow: inset 2px 2px 9px 0px #E5E5E5;
	box-shadow: inset 2px 2px 9px 0px #E5E5E5;	
	background-color: #F3F6F7;
	margin-bottom: 7px;
}

textarea.basic_input {
	font-size: 0.9em;
}

.basic_input.error {
	background-color: #FDEDED;
}

.w100p {
	max-width: 100px;
}

.w110p {
	max-width: 110px;
}

.w125p {
	max-width: 125px;
}

.w200 {
	max-width: 200px;
}

.w250 {
	max-width: 250px;
}

.w300 {
	max-width: 300px;
}

.h100 {
	height: 100px;
}

.h150 {
	height: 150px;
}

.h200 {
	height: 200px;
}

.open_tips, .basic_settings {
	text-decoration: underline;
	font-size: 1em;
	cursor: pointer;
}

.open_tips:hover {
	color: #CA0500;
}

.tips {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 2px solid #CBCBCB;
}

.tips_always {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 2px solid #CBCBCB;
}

#login {
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	border: 1px solid #DAE0C2;
	padding: 10px;
	font-size: 1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FAFFBD;
	margin-bottom: 7px;
}

#password {
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	border: 1px solid #DAE0C2;
	padding: 10px;
	font-size: 1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FAFFBD;
	margin-bottom: 14px;
}

.button_1 {
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #34BF49;
	
	cursor: pointer;	
	
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #00C000;
	color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;		
}

.button_1:hover, .button_1_small:hover {
	background-color: #C00000;	
	border: 1px solid #C00000;
}

.button_1_small {
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #FF4040;
	
	cursor: pointer;	
	
	padding: 7px;
	font-size: 1em;
	
	background-color: #FF4040;
	color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;		
}

.red {
	color: red;
}

.pb15 {
	padding-bottom: 15px;
}

.pr5 {
	padding-right: 5px;
}

.pr15 {
	padding-right: 15px;
}

.pr10 {
	padding-right: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pl25 {
	padding-left: 25px;
}


.h150 {
	height: 150px;
}

.pr15 {
	padding-right: 15px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mbt5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mbt10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.ml10 {
	margin-left: 10px;
}


#menu_left {
	position: fixed; 
	overflow: auto;
	top: 60px; 
	left: -400px; 
	width: 300px; 
	height: calc(100% - 60px); 
	height: -webkit-calc(100% - 60px); 
	height: -o-calc(100% - 60px); 
	background-color: #FFFFFF; 
	z-index: 100; 
}

#full_black_screen { 
	display: none;
	position: fixed;
	width: 100%;
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	height: -o-calc(100% - 60px);
	background: #353535; 
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	z-index: 10;
	overflow: visible;
	top: 60px; 
	left: 0;
	cursor: pointer;
} 

#menu_left ul {
	width: 100%;
	text-align: left;
	
}

#menu_left ul li.link {
	padding: 10px 10px 10px 20px;
	cursor: pointer;
	font-size: 0.9em;
	border-bottom: 1px solid #F5F5F5;
}

#menu_left ul li.header {
	padding: 10px 10px 10px 20px;
	background-color: #D6E8F4;
	font-size: 1.1em;
}

#menu_left ul li.link:hover {
	background-color: #4A90E2;
	color: #FFFFFF;
}

span.link {
	text-decoration: underline;
	cursor: pointer;
}

span.link:hover {
	color: #4A90E2;
}


#menu_icon {
	padding-right: 10px;
	width: 25px;
	height: 12px;
	float: left;
}

body.lgrey {
	background-color: #F8F8F8;
	height: 100%;
}


#menu_header {
	position: fixed; 
	top: 0; 
	height: 60px; 
	width: 100%; 
	background: white; 
	z-index: 100;
}

#menu_left_show {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	padding: 20px;
	width: 260px;
	height: 20px;
	text-align: left;
	z-index: 100; 

	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;		
	
}

#menu_left_show_click {
	white-space: nowrap;
	cursor: pointer;
}

#menu_left_show_click:hover {
	color: #4A90E2;
	text-decoration: underline;
}

#menu_left_show.act_result #menu_left_show_click:hover {
	color: #FFFFFF;

}

#menu_left_show.act_result {
	background-color: #6BA6E9;
	color: #FFFFFF;
	z-index: 100; 
	cursor: pointer;
}

#menu_right_top {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	padding: 20px 15px 20px 20px;
	text-align: right;
	z-index: 100; 
	cursor: pointer;
}

#fullscreenToggle {
  display: none;
  position: absolute;
  top: 70px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 5px;
  background-color: rgb(103,115,131);
  background-color: rgba(103,115,131,0.3);
}

#fullscreenToggle:hover {
  background-color: rgb(75,143,225);
  background-color: rgba(75,143,225,0.3);
}

body.fullscreen-enabled #fullscreenToggle {
  display: block;
}

#fullscreenToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}

#fullscreenToggle .icon.on {
  display: none;
}

#fullscreenToggle .icon.off {
  display: block;
}

#fullscreenToggle.enabled .icon.on {
  display: block;
}

#fullscreenToggle.enabled .icon.off {
  display: none;
}

