@charset "utf-8";

/* --------------- Style to null --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,dl, dt, dd, 
ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, 
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}
a {    
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {                        
    border-collapse: collapse; 
    border-spacing: 0;
}
td, td img {
    vertical-align: top;            
} 
input, select, button, textarea {
    margin: 0;                 
    font-size: 100%;             
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
    padding: 0;     
    font: 12px Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {         
    vertical-align: bottom;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
ul,
ol {
     list-style:none;
}

html,

body {
    line-height: 1;
    color: #000;
    text-align: left;
    z-index: 1;
    position: relative;
}
input [type='text']{
    padding: 0;
}
input, select, button, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
input,
textarea {
    outline: none;    
}
textarea {
    resize:none; 
    overflow: auto;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    text-decoration: none;
}
input[type="search"]:focus { 
    outline: none;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner { 
    padding:0; 
    border:0; 
}
:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #707070;
}
:-moz-placeholder {
    color: #707070;
}
.placeholder {
    color: #707070;
}
/* --------------- /Style to null --------------- */

/* --------------- site --------------- */
.site {
    width: 738px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	font-family: Verdana, Arial, sans-serif;
}
.wrap {
	padding: 15px 10px;
    width: 738px;
    margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #F7941D;
}
h1 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
h1 span {
	display: block;
}
h2 {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 40px;
}
h2 span {
	display: block;
}
.btn:hover {
	color: #F7941D;
	background: #fff;
}
.btn {
	margin-bottom: 60px;
	cursor: pointer;
	background: #4285f4;
	color: #fff;
	display: inline-block;
	background: #F2EEE6;
	color: #F7941D;
	font-weight: bold;

	border: 1px solid #F7941D;
	vertical-align: top;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.print:hover {
	color: #F7941D;
	background: #fff;
}
.print.float_right {
	margin-top: -42px;
	float: right;
}
.print {
	background: #F2EEE6;
	color: #F7941D;
	font-weight: bold;

	border: 1px solid #F7941D;
	font-size: 16px;
		padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.group_list p {
	font-weight: bold;
	margin-bottom: 10px;
}
.group_list {
	margin-bottom: 20px;
}
.group_list li li:before {
	content: '- ';
}
.group_list li li {
	margin-bottom: 10px;
}
.group_list li {
	line-height: 20px;
	margin-bottom: 20px;
}
/* --------------- /site --------------- */

/* --------------- main_info --------------- */
.main_info {
	margin-bottom: 40px;
	width: 738px;
}
.main_info .wrap_input {
	margin-bottom: 10px;
	font-weight: bold;
	width: 738px;
}

.main_info .wrap_input span {
	width: 210px!important;
	display: inline-block;
	
}
.main_info span:first-child + span {
	font-weight: normal;
	
}
.main_info input[type='text']:focus, .main_info input[type='date']:focus, .main_info input[type='time']:focus {
	border: 1px solid #4285f4;
	
}
.main_info input.small {
	width: 140px !important;
	
}
.main_info input[type='text'], .main_info input[type='date'], .main_info input[type='time'] {
	border: 1px solid #d5d5d5;
	width: 300px;
	padding: 5px 5px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.main_info .wrap_input .clon {
	
	width: 400px!important;
	
}
/* --------------- /main_info --------------- */

/* --------------- table_activities --------------- */
table {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table th input[type='text']:hover, table th input[type='text']:focus {
	background: #ffefc8;
}
table th input[type='text'] {
	text-align: center;
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	border: none;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease
}
table th {
	border: 1px solid #F7941D;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	background: #F2EEE6; 
	font-size: 80%;
}
table td:first-child {
	text-align: left;
	
	
}
table tr.title td:first-child {
	background: #ffd17f;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.table_activities td:last-child ul li {
	margin-bottom: 10px;
}
.table_activities td:last-child, .table_activities thead tr:first-child th:last-child {
	display: none;
}
table td {
	text-align: center;
	padding: 10px;
	border: 1px solid #F7941D;
	vertical-align: middle;
}
table input[type='radio'] {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color: #F2EEE6;
}
.table_introspection thead tr:first-child th:last-child {
	display: none;
}
.table_introspection td:last-child {
	display: none;
	text-align: left;
}
table.table_introspection input[type='radio'] {
	position: absolute;
	left: -5000px;
}
table input[type='checkbox'] {
	width: 25px;
	height: 25px;
}
table input[type='radio']:checked + label, table label:hover {
	background: #4285f4;
	color: #fff;
}
table label {
	width: 25px;
	height: 25px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 23px;
	color: #4285f4;
	background: #fff;
	cursor: pointer;
	border: 1px solid #4285f4;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/* --------------- /table_activities --------------- */

/* --------------- wrap_recommended --------------- */
.wrap_recommended {
	display: none;
}
.wrap_recommended .title {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.wrap_recommended .title span {
	display: block;
}
.introspection_btn + .wrap_recommended .recommended_list li:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: '* ';
	font-weight: bold;
}
.recommended_list li li:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: '* ';
	font-weight: bold;
}
.introspection_btn + .wrap_recommended .recommended_list li {
	padding-left: 20px;
	position: relative;
	line-height: 18px;
	margin-bottom: 10px;
}
.recommended_list li li {
	padding-left: 20px;
	position: relative;
	line-height: 18px;
	margin-bottom: 10px;
}
.recommended_list li:hover p, .recommended_list li:focus p {
	display: none;
}
.recommended_list li:hover textarea, .recommended_list li:focus textarea {
	display: block;
	border: 1px solid #4285f4;
	padding: 10px;
}
.recommended_list li textarea {
	display: none;
	padding: 0;
	border: none;
	font-size: 16px;
	width: 100%;
	height: auto;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wrap_recommended textarea:focus {
	border: 1px solid #4285f4;
}
.wrap_recommended form textarea {
	font-size: 16px;
	width: 100%;
	height: 100px;
	display: block;
	margin-bottom: 10px;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.wrap_recommended input[type='submit']:hover {
	color: #F7941D;
	background: #fff;
}
.wrap_recommended input[type='submit'] {
	font-size: 16px;
	cursor: pointer;
	background: #F2EEE6;
	color: #F7941D;
	font-weight: bold;

	border: 1px solid #F7941D;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.wrap_recommended form .error {
	border: 1px solid red !important;
}
.reset_radio:hover {
	background: #fff;
}
.reset_radio {
	display: block;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #f7931e;
	background: #ffeaad;
	color: #000;
	margin: 10px auto 0;
	width: 54px;
	padding: 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}


/* --------------- /wrap_recommended --------------- */

@media print {
	.btn, form, .print,.active, .passive {
		display: none!important;
	}
	.control_block .main_info {
		display: block;
	}
	.wrap  {
		border: none;
	}
	table {
		page-break-after: always!important;
		 -webkit-print-color-adjust: exact;
		color-adjust: exact;
	}
	
	table tr {
		color-adjust: exact!important;
	}
	input[type='text'], input[type='date'], input[type='time'] {
		border: 1px solid white!important;
	}
	h1 {
		display: block!important;
	}
}

.active, .passive{
display: inline-block;
text-decoration:none;
margin-right: 10px;
text-align: center;
margin-bottom: 10px;
border: 2px solid #F7941D;
padding: 4px 5px;
font-weight: bold;
color: #F7941D;
font-size: 90%;
}

.active {
	background: #F2EEE6;
	color: #F7941D;
}

.red {
	background-color: rgba(255, 0, 0, 0.3);
}

.yellow {
background-color: rgba(255, 255, 0, 0.4);	
}

.green 
{background-color: rgba(0, 255, 0, 0.3);
}

