html{
	width:100%;
	height:100%;
	cursor: default;
}
body{
	margin: 0px;
	padding: 0px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;	
}
.c_main{
	width:800px;
	margin:10px auto;
	overflow:hidden;
}
.s_title{
	display:inline-block;	
	border:2px solid gray;
	padding:5px;
	margin:0px 3px;
	width: 113px;
	text-align:center;
	cursor:pointer;
	vertical-align:top;
    white-space:nowrap;
	overflow:hidden;
	box-shadow: 1px 1px 3px 1px #dad8d8;
}
.s_title:hover{
	border:2px solid black;
}
.s_title_inactive{
	color:#e0d8d8;
	border-color:#e0d8d8;
}
.s_title_inactive:hover{
	color:#e0d8d8;
	border-color:#e0d8d8;
	cursor: default;
}
.c_main_steps{
	height:400px;
	overflow:hidden;
	margin: 5px 0px;
}
.v_block_vis{
	padding:5px 0px;
	height:calc(100% - 10px);
	overflow:auto;
}
.v_block_hid{
	display:none;
}
#s_time, #s_date{
	display:inline-block;
	vertical-align:top;
}
#s_date{
	margin:0px 10px;
}
#s_time{
	width:300px;
	margin:0px 10px;
	overflow:auto;
}
div[id$="title_dsc"]{
	font-weight:bold;
	overflow:hidden;
    height:18px;
	font-size:90%;
}
label{
	display:inline-block;
	vertical-align:top;
}
input[type=radio]{
	display:none;
}
input[type=radio]:checked + label{
	color:red;
}
input[type=radio] + label{
	color:black;
	cursor:pointer;
}
input[type=checkbox] {
	display:none;
}
input[type=checkbox]:checked + label{
	color:red;
}
input[type=checkbox] + label{
	color:black;
	cursor:pointer;
}
.srv_cat_title{
	font-size:120%;
	font-weight:bolder;
	padding:5px 0px;
	margin-top:10px;
	border-top:2px solid gray;
	box-shadow: 0px -4px 10px 1px #d0caca;
}
.time_title{
	font-size:110%;
	font-weight:bold;	
}
#s_dep_cont label,#s_master_cont label{
	border:2px solid gray;
	border-radius:5px;
	padding:3px;
	margin:2px 1px;
	text-align:center;
	width:140px;
	box-shadow: 1px 1px 3px 1px #dad8d8;
}
#s_dep_cont label:hover{
	border:2px solid black;
}
#s_master_cont label:hover{
	border:2px solid black;
}
#s_srv_cont label {
	border:2px solid gray;
	border-radius:5px;
	padding:2px;
	margin:2px;
	text-align:center;
}
#s_srv_cont label:hover{
	border:2px solid black;
	box-shadow: 1px 1px 3px 1px #dad8d8;
}
#s_time label{
	display:inline-block;
	border:2px solid gray;
	border-radius:5px;
	padding:2px;
	margin:2px;
	text-align:center;
	box-shadow: 1px 1px 3px 1px #dad8d8;
}
#s_time label:hover{
	border:2px solid black;
}
span[id^="chk_srvprice"]{
	font-size:80%;
	color:#FF9800;
	font-weight:600;
}
.reg_ftitle{
	color:black;
	font-weight:bold;
}
#c_fio, #c_sms, #c_mail, #c_notes, #c_sms_code{
	padding:5px;
	border:1px solid gray;
	border-radius:5px;
	outline:none;
	width: 200px;
	box-shadow: 1px 1px 3px 1px #dad8d8;
    font-family: sans-serif;
}
#c_sms_code{
	width:80px;
	display:block;
	margin:auto;
	text-align:center;
}
#c_sms_code_send{
	margin: 5px auto;	
}
#c_notes{
	height:60px;
}
span[id^='s_dname'],span[id^='s_daddr'],span[id^='s_mjob'],span[id^='s_mname']{
	display:block;
	height:36px;
	overflow:hidden;
	font-size:90%;
}
span[id^='s_daddr'],span[id^='s_mjob']{
	color:grey;
}
#reg_notes,#reg_form{
	display:inline-block;
	width:390px;
	vertical-align:top;
}
#reg_form div{
	width:300px;
	margin:auto;
}
input[type='button']{
	padding:15px 25px;
    border:1px solid gray;
    border-radius:5px;
    outline:none;
    box-shadow:1px 1px 3px 1px #dad8d8;
	cursor:pointer;
    background-color:white;
    font-weight:bold;	
	display:block;
}
input[type='button']:hover{
    background-color:#dad4d4;	
}
.reg_notes_title{
	text-align: center;
    padding: 10px;
	width:300px;
	margin:auto;
	font-weight:bold;
    color: #FF5722;
    text-shadow: 1px 1px 2px #FFC107;	
}
.reg_notes_msg{
	text-align: justify;
    padding: 10px;	
	width:300px;
	margin:auto;
    border: 1px solid #FFC107;
    box-shadow: 0px 0px 2px 2px #FFEB3B;
    background-color: #FFEB3B;
    border-radius: 10px;
    color: #FF5722;
    text-shadow: 1px 1px 2px #FFC107;	
}
label img{
	display:block;
	margin:auto;
	border: 10px solid #ddddf3;
}
.fake_img{
	width:110px;
	height:150px;
	display:block;
	margin:auto;
	border: 10px solid #fff;	
}
.c_main_bottom{
	font-size:70%;
	text-align:center;
}
.c_back_bottom{
	font-size:100%;
	text-align:center;
	padding:5px;
}
#b_step_back{
	float:left;
	padding: 2px 10px;
	border-radius: 5px 0px 0px 5px;
}
#b_step_next{
	float:right;
	padding: 2px 10px;	
	border-radius: 0px 5px 5px 0px;
}
.navi_button{
	cursor:pointer;
	padding:2px;
	border:1px solid gray;
	display:inline-block;
	box-shadow: 1px 1px 3px 1px #dad8d8;
}
.navi_button:hover{
	border-color:black;
}
#reg_scode{
	text-align:center;
    margin:30px auto;
    width:300px;
	padding:20px;
}
.c_main_navi_b{
	height:24px;
}
#s_srv_search{
    text-align:right;
    padding:2px 0px;
}
.step_cur{
	background-color:#e7ffca;
}
.step_bef{
	background-color:#f1f1f1;	
}
.cell_total{
	border-bottom: 1px solid gray;
	width:400px;
	margin:auto;
}
.total_title{
	display:inline-block;
    font-weight: 600;
	width:120px;
}
.total_text{
	display:inline-block;
	width:275px;
}
.total_thx{
    margin:15px auto;
    width:300px;
    font-weight: 600;
    text-align:center;
	font-size: 110%;
}
#c_reg_again{
    margin: auto;	
}
.t_search{
    font-weight: 500;	
}