/* CSS Tools */

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
	outline: 0;
}
.rounded-x {
	border-radius: 50% !important;
}
i.icon-2x, i.fa-2x {
	font-size: 30px;
}
i.icon-3x, i.fa-3x {
	font-size: 40px;
}
i.icon-4x, i.fa-4x {
	font-size: 50px;
}
.lt-grey {
	color: #b3b2b2;
}
.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.row.row-wrap>[class^="col-"], .row.row-col-gap>[class^="col-"] {
	margin-bottom: 30px;
}
.btn-group.sep .btn {
	margin-left: 2px!important;
}
@media (max-width: 480px) {
	.btn-group.sep:first-child {
		margin-left: 2px;
	}
}
.no-pointer-event {
	pointer-events: none;
}
.elipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.elipsis p {
	margin-bottom: 0
}

.ptb {
	padding-top: 110px;
	padding-bottom: 110px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-0 {
	padding: 0
}
.pb-0 {
	padding-bottom: 0
}
.pt-0 {
	padding-top: 0
}
.mb-0 {
	margin-bottom: 0
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mt-0 {
	margin-top: 0
}

.mb-10 {
	margin-bottom: 10px!important
}
.mt-10 {
	margin-top: 10px!important
}
.mt-20 {
	margin-top: 20px!important
}
.mt-30 {
	margin-top: 30px!important
}
.mt-60 {
	margin-top: 60px
}
.mr-30 {
	margin-right: 30px!important
}
.ml-30 {
	margin-left: 30px!important
}
.brd-0, .booking-item-payment.brd-0 {
	border: none
}
.table-wrap {
	display: table;
}
.flip {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	display: inline-block
}
.table-content {
	display: table-cell;
	vertical-align: middle;
}
.scrollFix {
	max-width: 200px;
	padding: 6px;
	padding-bottom: 0;
}
.scrollFix p {
	line-height: 20px;
}
.scrollFix p strong {
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
.text-center {
	text-align: center
}
.d-inline-block {
	display: inline-block
}
.d-block {
	display: block!important;
}
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-cell {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
header a[href^=tel] {
	color: #fff;
	text-decoration: none;
}

/* Media Queries */

@media only screen and (max-width: 480px) {
	.block-xs {
		display: block
	}
	.text-center-xs {
		text-align: center
	}
}
@media (min-width: 992px) {
	/*bulletproof flex*/
	.row.is-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.row.is-flex>[class*='col-'] {
		display: flex;
		flex-direction: column;
	}

	.row.is-flex>[class*='col-'] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.mb-sm-30 {
		margin-bottom: 30px
	}
	.mb-sm-10 {
		margin-bottom: 10px
	}
	.ptb-sm-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.center-img-sm {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.text-center-sm {
		text-align: center!important;
	}
	.float-none-sm {
		float: none!important;
	}
	.btn-block-sm {
		display: block;
		width: 100%!important;
	}
}
@media screen and (max-width: 991px) {
	.text-center-md {
		text-align: center;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
}
@media (max-width:768px) and (min-width:481px) {
	.xxs-center-allow {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width:481px) {
	.table-wrapper {
		height: 100%;
		width: 100%;
		display: table;
	}
	.table-cell {
		display: table-cell;
		vertical-align: middle;
	}
}
@media (max-width:480px) {
	.mb-xs-30 {
		margin-bottom: 30px
	}
	.mb-xs-10 {
		margin-bottom: 10px
	}
	.ptb-xs-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.center-img-xs {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.text-center-xs {
		text-align: center!important;
	}
	.float-none-xs {
		float: none!important;
	}
	.btn-block-xs {
		display: block;
		width: 100%!important;
	}
}
.text-success {
	color: #4caf50;
}
header a[href^=tel] { color: inherit; text-decoration: none; }
/* Datepicker style updates */

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 23em;
    padding: 0;
}
@media (max-width:350px){
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 21em;
}	
}
.bootstrap-datetimepicker-widget table {
    font-size: 13px;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
    width: 30px;
}


.bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    font-weight: bold;
}

.bootstrap-datetimepicker-widget table th.dow {
    background: #4d4d4d;
    border-radius: 0;
    color: #f1f0f0;
    height: 50px;
	font-weight:bold
}

.bootstrap-datetimepicker-widget table th.next,
.bootstrap-datetimepicker-widget table th.prev {
    background: #f1f0f0;
    height: 50px
}

.bootstrap-datetimepicker-widget table th.next.disabled,
.bootstrap-datetimepicker-widget table th.prev.disabled,
.bootstrap-datetimepicker-widget table th.next.disabled:hover,
.bootstrap-datetimepicker-widget table th.prev.disabled:hover {
    background: #fdfdfd;
    color: #f1f0f0;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 40px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1593d0

}

.disable label.error{display:none!important}

label.error {
    padding: 7px 11px;
    color: #9f0737;
    background-color: #eccdd7;
	font-size:12px
}
.disable, .form-control[disabled], .disable label {
      opacity:0.4
}


