@CHARSET "UTF-8";

.badge {
	font-size: 12px;
	color: #fff;
	border-radius: 3px
}

.badge_wide {
	padding: 0 10px
}

.badge_opaque50 {
	opacity: .5
}

.badge_pink {
	background: #FD4264
}

.badge_orange {
	background: #F5A623
}

.badge_yellow {
	background: #F5D923
}

.badge_green {
	background: #1DB670
}

.badge_blue {
	background: #4263FD
}

.badge_gray {
	background: #a8a8a8
}

.booking-mobile {
	padding: 0;
	margin: 0
}

.booking-mobile__item {
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #ccc7c7;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-direction: row;
	flex-direction: row;
	box-orient: vertical
}

.booking-mobile__date {
	width: 74px;
	max-width: 74px;
	min-width: 74px;
	padding: 0 24px;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-orient: vertical
}

.booking-mobile__weekDay {
	font-size: 10px;
	line-height: 17px;
	color: #4f4f58;
	opacity: .79
}

.booking-mobile__day {
	font-size: 24px;
	font-weight: bolder;
	line-height: 17px
}

.booking-mobile__month {
	font-size: 7px;
	line-height: 17px;
	color: #4f4f58;
	opacity: .79
}

.booking-mobile__details {
	font-size: 14px;
	-webkit-box-flex: 10;
	-webkit-flex-grow: 10;
	-ms-flex-positive: 10;
	flex-grow: 10
}

.booking-mobile__time_bold {
	font-weight: bolder
}

.booking-mobile__agent {
	max-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.booking-mobile__location {
	font-size: 12px
}

.booking-mobile__status {
	width: 90px;
	padding: 0 20px;
	box-sizing: border-box;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.booking-mobile__icon {
	font-size: 12px;
	font-weight: bold;
	color: #02b86e;
	opacity: .4
}

@media only screen and (min-width: 360px) {
	.booking-mobile__agent {
		max-width: 200px
	}
}

@media only screen and (min-width: 480px) {
	.booking-mobile__agent {
		max-width: 360px
	}
}

@media only screen and (min-width: 768px) {
	.booking-mobile__agent {
		max-width: 648px
	}
}

.element_inline {
	display: inline !important
}

.element_block {
	display: block !important
}

.element_inline-block {
	display: inline-block !important
}

.expandable-textarea {
	width: auto;
	min-height: 1em;
	overflow-y: hidden
}

.mpagination {
	font-size: 14px;
	padding: 1em;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify
}

.mpagination__next {
	font-size: 16px;
	color: #bababc;
	width: 46px;
	height: 36px;
	background: #f4f4f4;
	border-radius: 3px;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.mpagination__next:active {
	color: #fff;
	background: #02b86e
}

.mpagination__prev {
	font-size: 16px;
	color: #bababc;
	width: 46px;
	height: 36px;
	background: #f4f4f4;
	border-radius: 3px;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.mpagination__prev:active {
	color: #fff;
	background: #02b86e
}

.mpagination__link {
	color: #bababc;
	width: 36px;
	height: 36px;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.mpagination__link_active {
	color: #fff;
	background: #02b86e;
	border-radius: 50%
}

.mpagination__dots {
	font-size: 18px;
	color: #bababc
}

.notification {
	position: fixed;
	left: -300px;
	bottom: 30px;
	padding: 10px 20px;
	min-width: 300px;
	max-width: 400px;
	width: auto;
	opacity: 0;
	z-index: 9999;
	animation: autoHideAnimation 6s forwards;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease
}

.notification_visible {
	left: 30px;
	opacity: 1
}

.notification_success {
	background: #8bc34a
}

.notification_failure {
	background: #f44336
}

.notification__wrapper {
	position: relative
}

.notification__title {
	color: #fff;
	margin: 0;
	padding: 0 50px 0 0;
	line-height: 30px;
	font-size: 20px
}

.notification__text {
	color: #fff;
	margin: 0;
	padding: 0 50px 0 0;
	white-space: pre-line;
	line-height: 20px;
	font-size: 16px
}

.notification__icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px
}

.notification__svg {
	width: 50px;
	height: 50px;
	transform: translateX(25px)
}

@keyframes autoHideAnimation {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes autoHideAnimation {
	0% {
		opacity: 1
	}

	75% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.ui-timepicker {
	text-align: center;
	padding: .5em 0
}

.ui-timepicker>div {
	display: inline-block;
	margin-left: .5em;
	min-width: 1.5em
}