* {
	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;
}

.queue {
	padding-top: 60px;
    padding-bottom: 20px;
}

.appointment-wrapper {
	min-height: 450px !important;
}

/*Вертикальное выравниваение*/
.v-middle {
	vertical-align: middle;
}

.clear {
	clear: both;
	margin-top: 5px;
}

.ui-tooltip {
	padding: 3px;
}

#ui-datepicker-div {
	z-index: 99 !important;
    background-color: #ddd!important;
}

#js_settings {
	display: none;
}

.ui-dialog {
	font-size: 0.8em!important;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 0!important;
}

/*Окно выбора услуги*/
#services {
	width: 580px;
}

#services img {
	margin-right: 10px;
}

/*Пункт-услуга*/
.service {
	list-style-type: none;
	padding: 5px;
	padding-left: 0;
}

/*Пункт-группа*/
.group {
	list-style-type: none;
	height: auto;
}

/*Вложенные группы*/
.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: #f6a828 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;
}

/*Дата и время записи(недоступно)*/
.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: 77px;
}

/*Данные посетителя*/
.client {
	margin-top: 10px;
}

.client.hidden {
	display: none;
}

#email {
	clear: both;
	margin-top: 5px;
}

/*Поле ввода e-mail'а*/
#email .email {
	float: right;
	margin: 0;
    /*height: 44px;
	width: 400px;
    margin-right: 15px;*/
}

/*Фоновое окно*/
.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: #f5f5f5;
	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 #eb9316;;
	border-radius: 4px;
}

/*Заголовок окна списка услуг*/
.panel .panel-heading {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ad4e', endColorstr='#eb9316', GradientType=0);
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eb9316;
	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 #ddd;
	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 #eea236;
	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: #f0ad4e;
	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,#f0ad4e 0,#eb9316 100%);
	background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}

/*Кнопка под курсором мыши*/
.btn:hover, .btn:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
	border-color: #d58512;
}

/*Нажатая кнопка*/
.btn:active {
	background-color: #eb9316;
	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: #f0ad4e;
	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: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	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: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	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;
}

.client__consent {
	display: flex;
	flex-direction: column;
	gap: 4px; /* расстояние между строками */
}

.client__consent-label {
	display: flex;
	align-items: center;
	gap: 6px; /* расстояние между чекбоксом и текстом */
	margin: 0;
}

.client__consent-link {
	margin-left: 24px; /* выравнивание ссылки под текст, а не под чекбокс */
}
.client {
    display: flex;
    flex-wrap: wrap; /* важно! позволяет блокам переноситься и учитывать margin */
    align-items: center;
}

.client__consent {
    margin-left: 20px !important; /* работает в 100% случаев */
}
