* {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   -ms-user-select: none;
   user-select: none;
}

.header {
	 padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

/*Вертикальное выравниваение*/
.v-middle {
	vertical-align: middle;
}

.clear {
	clear: both;
	margin-top: 5px;
}

.ui-tooltip {
	padding: 3px;
}

#ui-datepicker-div {
	z-index: 3!important;
}

#js_settings {
	display: none;
}

.ui-dialog {
	font-size: 0.8em!important;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 0!important;
}

.wrapper {
	padding: 10px;
	width: 602px;
	margin: 0 auto;
}


#tabs {
	padding: 0;
	font-size: 14px;
}

#registerTab, #ticketsListSR {
	padding: 0 0;
}

/*Окно выбора услуги*/
#services {
	width: 580px;
}

#services img {
	margin-right: 10px;
}

/*Пункт-услуга*/
.service {
	list-style-type: none;
	padding: 5px;
	padding-left: 0;
}

/*Пункт-услуга*/
.branch {
	list-style-type: none;
	padding: 5px;
	cursor: pointer;

	color: black;
  background-color: white;
}


/*Вложенные группы*/
.services-list ul ul {
	padding-left: 22px;
}

.services-list ul li {
	padding-left: 10px;
}

.services-list ul:first-child {
	float: left;
	margin: 0;
	width: 520px;
	padding-left: 10px;
}

/*Список услуг*/
.services-list {
	height: 280px;
	padding-right: 5px!important;
	cursor: pointer;
	overflow: hidden;
}





/*Фон скролл-бара*/
#slider, #slider .ui-slider-range {
	background: #ff6600 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% top repeat-x;
}

/*Шрифт в всплывающей подсказке*/
.ui-tooltip .ui-tooltip-content {
	font-size: 0.7em;
}

/*Логотип*/
.logo {
	float: right;
	color: #f0d3ad;
	font-style: italic;
}


/*Скролл-бар*/
#slider {
	float: left;
	height: 210px;
	width: 14px;
	margin-top: 14px;
}

/*Дата и время записи*/
.datetime {
	float: right;
	height: 32px;
	padding-top: 5px;
	color: #ff6600;
}

/*Дата и время записи(недоступно)*/
.occupied {
	display: none;
	float: right;
	padding-top: 8px;
	font-weight: bolder;
	color: red;
}

/*Подпись к выбору даты и времени*/
.datetime span {
	font-size: 14px;
}

/*Поле выбора даты*/
.datetime input {
	width: 84px;
	cursor: pointer;
	text-align: center;
}

/*Поле выбора времени*/
.datetime select {
	cursor: pointer;
	width: 80px;
}

/*Данные посетителя*/
.client {
	margin-top: 10px;
}

#email {
	clear: both;
	margin-top: 5px;
}

/*Поле ввода e-mail'а*/
#email .email {
	float: right;
	margin: 0;
    /*height: 44px;
	width: 400px;
    margin-right: 15px;*/
}



/**********************************************************************************************************************/
#tabs {
	display: inline-block;
	padding: 0;
	font-size: 14px;
}

/**********************************************************************************************************************/
.slider {
	background: #ff6600 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% top repeat-x;
	height: 210px;
	display: inline-block;
	vertical-align: top;
}

/**********************************************************************************************************************/
/*Список услуг*/
.services-list-layout {
	height: 255px;
	padding-right: 5px!important;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.service {
	list-style-type: none;
	padding: 5px;
	padding-left: 25px;
}

.service-group {
	list-style-type: none;
	padding: 5px;
	height: auto;
}

/**********************************************************************************************************************/
.branches-list li {
	cursor: pointer;
	
}

.branch-group {
	list-style-type: none;
	padding: 5px;
	padding-left: 5px;
	
}

.branch-group img {
	margin-right: 10px;
}

/**********************************************************************************************************************/
/*Фоновое окно*/
.well {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 20px;
	padding: 9px;
	margin-bottom: 20px;
	background-color: #d8dada;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
	background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

/*Окно списка услуг*/
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ff6600;;
	border-radius: 4px;
}

/*Заголовок окна списка услуг*/
.panel .panel-heading {
	background-image: -webkit-linear-gradient(top, #ff6600 0, #ff6600 100%);
	background-image: linear-gradient(to bottom, #ff6600 0, #ff6600 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#ff6600', GradientType=0);
	color: #fff;
	background-color: #ff6600;
	border-color: #ff6600;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bolder;
}

/*Тело окна списка услуг*/
.panel .panel-body {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}

/*Подвал окна списка услуг*/
.panel .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #d8dada;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-top: 10px
}

/*Кнопка*/
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #ff6600;
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #ff6600;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	background-image: -webkit-linear-gradient(top,#ff6600 0,#ff6600 100%);
	background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6600', endColorstr='#ffff6600', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #ff6600;
}

/*Кнопка под курсором мыши*/
.btn:hover, .btn:focus {
	background-color: #ff6600;
	background-position: 0 -15px;
	border-color: #d58512;
}

/*Нажатая кнопка*/
.btn:active {
	background-color: #ff6600;
	border-color: #e38d13;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	outline: 0;
}

/*Заблокированная кнопка*/
.btn[disabled] {
	background-color: #ff6600;
	border-color: #eea236;
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Поле ввода текста и подпись к нему*/
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

/*Подпись к полю ввода*/
.input-group .input-group-addon {
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	/*padding: 6px 12px;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #ff6600;
	text-align: center;
	background-color: #eee;
	border: 1px solid #d8dada;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	width: 160px;
}

/*Поле ввода текста*/
.input-group .form-control {
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 22px;
	/*padding: 6px 12px;*/
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d8dada;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	position: relative;
	z-index: 2;
	float: left;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	width: 422px;
}
.sogl{
	
	font-size: 10px;
	color: #ff6600;
	padding: 10px 10px;
}