body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	overflow-y: scroll;
	min-width: 1280px;
}

#mechanics {
	width: 190px;
	height: 129px;
	/*background-image: url(../images/mech_inactive.png);*/
	background-color: #7cbaff;
	position: fixed;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #7cbaff;
	border-right: 1px solid #7cbaff;
	border-bottom-right-radius: 20px;
	opacity: 0.6;
	z-index: 111;
}

/*
#mechanics:hover {
	background-image: url(../images/mech_active.png);
}
*/

#header {
	height: 105px;
	width: 100%;
	background-color: #7cbaff;
	color: #ffffff;
	padding-top: 25px;
}

#user_log {
	display: inline;
	width: 100px;
	margin-right: 20px;
	height: 31px;
	font-size: 16pt;
}

#login_out {
	display: inline;
	position: relative;
	margin-right: 5px;
	width: 100px;
	padding-left: 20px;
	margin-top: 5px;
	border-left: 1px solid #ffffff;
	height: 31px;
	font-size: 16pt;
	cursor: pointer;
}

#login_image {
	padding-right: 50px;
	display: inline;
	float: right;
	width: 31px;
	height: 31px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
}

#language {
	padding-top: 19px;
	padding-right: 50px;
	z-index: 303;
}

#language_div {
	position: relative;
	z-index: 99;
}

#language_list {
	background-color: #ffffff;
	border: 1px solid #7cbaff;
	border-radius: 10px;
	padding: 0 10px;

}

#language_arrow_down:hover {
	cursor: pointer;
}

.language_middle {
	padding: 5 11px;
	z-index: 301;
	width: 55px;
}

.language_link:hover {
	color: red;
	cursor: pointer;
}

.language_link {
	text-decoration: none;
	color: #363636;
}

#menu_left {
	float: left;
	width: 185px;
	height: auto;
	margin: 20px;
}

#menu_left_header {
	padding: 11px;
	background-color: #f4f4f4;
	color: #363636;
	border: 1px solid #7cbaff;
	border-radius: 10px;
}

.menu_left_next {
	margin-top: 20px;
	padding: 11px;
	background-color: #f4f4f4;
	color: #363636;
	border: 1px solid #7cbaff;
	border-radius: 10px;
	box-shadow: 0 0 0 4px white, 0 6px 4px #292929;
}

#content {
	border: 1px solid #7cbaff;
	border-radius: 10px;
	min-width: 800px;
	height: auto;
	margin: 20px 225px 0 225px;
	padding: 11px 22px 11px 11px;
	background-color: #f4f4f4;
	color: #363636;
	box-shadow: 0 0 0 4px white, 0 6px 4px #292929;
}

#menu_right {
	float: right;
	width: 163px;
	border: 1px solid #7cbaff;
	border-radius: 10px;
	height: auto;
	margin: 20px;
	background-color: #f4f4f4;
	color: #363636;
	padding: 11px;
	z-index: 20;
	box-shadow: 0 0 0 4px white, 0 6px 4px #292929;
}

#menu_left_header > div:hover {
	cursor: pointer;
	color: #0079ff;
}

.menu_left_next > div:hover {
	cursor: pointer;
	color: #0079ff;
}

.icon {
	float: left;
	padding-top: 3px;
	padding-right: 10px;
}

.icon > img {
	opacity: 0.3;
}

.menu_text {
	opacity: 0.3;
}

.field_base {
	border: 1px solid #7cbaff;
	border-radius: 10px;
	padding-left: 11px;
	background-color: #7cbaff;
	width: 500px;
	margin-top: 11px;
	height: 24px;
}

.answer_base {
	border: 1px solid #7cbaff;
	border-radius: 10px;
	padding-left: 1px;
	width: 800px;
	margin-top: 11px;
	height: 24px;
	background-color: #ffffff;
}

.linear {
	border-radius: 10px;
	padding-left: 11px;
	width: 100%;
	height: 24px;
	color: #363636;
	font-weight: bold;
	margin: 2px;
	cursor: pointer;
}

.linear:nth-child(n) {
	background-color: #d6e5f7;
}

.linear:nth-child(2n) {
	background-color: #F4F4F4;
}

.linear:hover {
	box-shadow: 0px 0px 1pt 2pt #7CBAFF inset;
}

.linearresult {
	border-radius: 10px;
	padding-left: 11px;
	width: 100%;
	color: #363636;
	font-weight: bold;
	margin: 2px;
}

.linearresult:nth-child(n) {
	background-color: #d6e5f7;
}

.linearresult:nth-child(2n) {
	background-color: #F4F4F4;
}

.linearresult:hover {
	box-shadow: 0px 0px 1pt 2pt #7CBAFF inset;
}

.form_title {
	float: left;
	background-color: #7cbaff;
	color: #ffffff;
	padding-right: 11px;
	width: 150px;
	font-weight: bold;
	font-size: 15px;
}

.form_title_answer {
	float: left;
	color: #ffffff;
	padding-right: 11px;
	width: 150px;
	font-weight: bold;
}

.input_type_text {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-radius: 10px;
	height: 24px;
	width: 339px;
	padding-left: 11px;
	color: #363636;
}

.input_type_text_answer {
	border: none;
	outline: none;
	height: 24px;
	width: 630px;
	margin-left: 11px;
	color: #363636;
}

.input_readonly {
	background-color: #b9b9b9;
}

.checkbox_type {
	float: right;
	height: 22px;
	width: 299px;
	margin-left: 11px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.checkbox_type_answer {
	float: right;
	height: 22px;
	width: 103px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	display: table;
}

.checkbox_type_answer > img {
	padding-right: 5px;
	padding-top: 3px;
	vertical-align:middle;
	/*display: table-cell;*/
}

.checkbox_type_answer > span {
	padding-right: 5px;
	vertical-align:middle;
	display: table-cell;
}

.answer_icon {
	cursor: pointer;
}

.checkbox_image {
	height: 19px;
	padding-top: 3px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-radius: 10px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #ffffff;
	margin-left: 161px;
	padding-left: 11px;
	width: 30px;
}

.checkbox_image_answer {
	height: 19px;
	padding-top: 4px;
	background-color: #ffffff;
	margin-left: 662px;
	width: 30px;
}

.checkbox_text {
	height: 22px;
	width: 200px;

}

.checkbox_text_answer {
	height: 22px;
	width: 200px;
	cursor: pointer;

}

.field_base_radio {
	background-color: #ffffff;
	width: 341px;
	margin-left: 173px;
	height: 24px;
}

.radio_type {
	float: right;
	height: 22px;
	width: 301px;
	margin-left: 10px;
	background-color: #ffffff;
	border-top: 1px solid #7cbaff;
	border-bottom: 1px solid #7cbaff;
	border-right: 1px solid #7cbaff;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.radio_image {
	height: 19px;
	padding-top: 3px;
	border-top: 1px solid #7cbaff;
	border-bottom: 1px solid #7cbaff;
	border-left: 1px solid #7cbaff;
	border-radius: 10px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #ffffff;
	padding-left: 11px;
	width: 30px;
}

.field_base_wysiwyg {
	border: 1px solid #7cbaff;
	border-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-left: 11px;
	background-color: #7cbaff;
	width: 162px;
	margin-top: 11px;
	height: 24px;
	color: #ffffff;
	font-weight: bold;
}

#save_button_div {
	margin-top: 20px;
}

#save_button {
	background-color: #7cbaff;
	color: #ffffff;
	border: 1px solid #7cbaff;
	border-radius: 10px;
	padding: 5px;
	font-size: 24px;
	cursor: pointer;
}

.s_select {
	height: 24px;
	outline: none;
	border-top: 1px solid #7cbaff;
	border-left: 1px solid #7cbaff;
	border-bottom: 1px solid #7cbaff;
	border-radius: 10px;
	width: 338px;
	padding-left: 10px;
	padding-top: 1px;
	padding-right: 10px;
}

.s_option {
	padding: 3px 3px 3px 11px;
	height: 11px;
	border: 1px solid #7cbaff;
	border-radius: 10px;
	margin-bottom: 3px;
}



.div_select select {
	background: transparent;
	width: 364px;
	padding: 0px 5px 5px 5px;
	font-size: 14px;
	line-height: 1;
	border: 0;
	height: 26px;
	-webkit-appearance: none;
}

.div_select {
	width: 339px;
	height: 24px;
	overflow: hidden;
	border: 0 none;
	border-radius: 10px;
	background: url(../images/arrow_down2.png) no-repeat right #ffffff;
}


.img_template {
	padding: 2px;
	cursor: pointer;
}

.template_selected {
	outline: 2px solid #000;
}

#login_div {
	width: 563px;
	height: 352px;
	background: url(../images/form_login.png) no-repeat right #f4f4f4;
	margin: auto;
}

#close_div {
	float: right;
	margin: 20px;
}

#text_login {
	color: #727272;
	font-size: 36px;
	font-weight: bolder;
	padding-left: 101px;
	padding-top: 43px;
}

#input_field_login, #input_field_pass_new {
	border: 2px solid #6ad9ff;
	color: #727272;
	font-size: 24px;
	margin-left: 175px;
	margin-right: 129px;
	margin-top: 9px;
	padding: 8px;
}

#input_field_pass, #input_field_pass_new_repeat {
	border: 2px solid #c1c1c1;
	color: #727272;
	font-size: 24px;
	margin-left: 175px;
	margin-right: 129px;
	margin-top: 20px;
	padding: 8px;
}

#forgotpass {
	color: #6ad9ff;
	margin-right: 129px;
	float: right;
}

#button_submit {
	margin-left: 175px;
	margin-right: 129px;
	margin-top: 30px;
	background-color: #81c13a;
	padding: 8px;
	text-align: center;
}

#button_submit:hover {
	background-color: #6ad9ff;
	cursor: pointer;
}

#forgotpass:hover {
	color: #81c13a;
	cursor: pointer;
}

#sb_text {
	display: inline-block;
	color: #ffffff;
	font-size: 24px;

}

#user_group_out {
	display: inline-block;
	width: 45%;
}

#user_group_in {
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 40px;
}

#mygroup {
	font-size: 24px;
	color: #0079ff;
}

#survay_group_out {
	display: inline-block;
	width: 45%;
}

#survay_group_in {
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 40px;
}
.cert {
	display: none;
}




.img_tooth {
	width: 55px;
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 10s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 10s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotation {
	0% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@-moz-keyframes rotation {
	0% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@-o-keyframes rotation {
	0% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@keyframes rotation {
	0% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(720deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}

.img_tooth2 {
	width: 40px;
	-webkit-animation-name: rotation2;
	-webkit-animation-duration: 12s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation2;
	-moz-animation-duration: 12s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation2;
	-o-animation-duration: 12s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation2;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


#divShow {
	background-color: #f4f4f4;
	border: 1px solid #7cbaff;
	border-radius: 10px;
	color: #363636;
	padding: 11px;
	z-index: 1;
	width: 400px;
	height: 400px;
	position: absolute;
	display: block;
	left:50%;
	top:50%;
	margin-left: -200px;
	margin-top: -200px;
}

#imgShow {
	max-width: 400px;
}

#imgClose {
	float:right;
}

#border_siteview {
	border: 1px solid #7cbaff;
	border-radius: 0 10px 10px;
	box-shadow: 0 0 3px #999;
	margin: 0;
	overflow: hidden;
	transition: -moz-box-shadow 0.4s ease 0s, border 0.4s ease 0s;
	padding: 10px;
}

@-webkit-keyframes rotation2 {
	360% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	0% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@-moz-keyframes rotation2 {
	100% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	0% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@-o-keyframes rotation2 {
	100% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	0% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@keyframes rotation2 {
	100% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	0% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(720deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}

.resgroup {
	padding: 10px 0;
}
