.moby-training-start-wrapper input {
	width: 100% !important;
}

dl.variation dt {
	float: left;
	width: 47%;
}

dl.variation dd {
	width: 47%;
	float: right;
}

.moby-text-right {
	text-align: right;
}

div:where(.swal2-container) .swal2-html-container {
	max-width: 400px !important;
}

/* golden */


dl.variation {
	display: grid !important;
	grid-template-columns: 70% 30%; /* Two columns */
	gap: 1%; /* Small gap between the columns */

}
.woocommerce-checkout-review-order  dl.variation {
	margin: 0 10px;
}


.woocommerce-cart .woocommerce-cart-form__cart-item dl.variation dt:nth-child(1),
.woocommerce-cart .woocommerce-cart-form__cart-item dl.variation dd:nth-child(2),
.woocommerce-checkout-review-order dl.variation dt:nth-child(1),
.woocommerce-checkout-review-order dl.variation dd:nth-child(2) {
	width:auto;;
	display: inline-block; /* Ensure the first dt and dd are displayed */
	border: 1px solid transparent;
	padding: 5px 0px;
}

/*  theme-golden-club  */
.woocommerce-cart-form__cart-item dl.variation dt:nth-child(n+3),
.woocommerce-cart-form__cart-item dl.variation dd:nth-child(n+4),
.woocommerce-checkout-review-order dl.variation dt:nth-child(n+3),
.woocommerce-checkout-review-order dl.variation dd:nth-child(n+4) {
	display: none !important;
}

.woocommerce-checkout.woocommerce-page .editor-content>.woocommerce .woocommerce .shop_table tbody tr td.product-thumbnail,
.woocommerce-cart-form__cart-item td.product-thumbnail {
	display: none !important;
}


/* Define the dt and dd as grid items */
dl.variation dt {
	grid-column: 1; /* First column */
	font-weight: bold; /* Emphasize the labels */

}

dl.variation dd {
	grid-column: 2; /* Second column */
	text-align: right; /* Align the data to the right for a clean look */
}

dl.variation dt, dl.variation dd, dl.variation p {
	font-size: 13px !important;
}


/* => Timetable */
/* ------------------------------------------------------------------------------*/
.moby-timetable-page .sub-nav {
	margin-bottom: 0;
}

.moby-timetable {
	margin-top: 50px;
}

.moby-timetable .filter {
	margin-bottom: 10px;
}

.training-type-filters {
	margin-top: 10px;
}

.moby-timetable .filter .moby-row {
	margin: 0 -15px 20px -15px;
}

.moby-timetable .filter [class*="col-xs-"] {
	padding: 0 15px;
}

.moby-timetable .filter label {
	display: block;
	margin-bottom: 5px;
	color: #888;
}

.moby-timetable .filter select {
	padding: 11px 15px;
	font-size: 16px;
}

.block-trainings-history .checkbox-inline,
.moby-timetable .filter .checkbox-inline {
	display: inline-block;
	margin: 0 30px 10px 0;
	padding: 0 0 0 35px;
	position: relative;
}

.block-trainings-history .checkbox-inline input,
.moby-timetable .filter .checkbox-inline input {
	position: absolute;
	left: -9999px;
}

.block-trainings-history .checkbox-inline .text,
.moby-timetable .filter .checkbox-inline .text {
	display: block;
	padding: 1px 0;
	color: #222;
}

.block-trainings-history .checkbox-inline .input,
.moby-timetable .filter .checkbox-inline .input {
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.block-trainings-history .checkbox-inline .input,
.moby-timetable .filter .checkbox-inline.type-all .input {
	border: 2px #ddd solid;
}

.block-trainings-history .checkbox-inline.active .input,
.moby-timetable .filter .checkbox-inline.type-all.active .input {
	background-color: #ddd;
}

.moby-timetable .filter .checkbox-inline.type-1 .input {
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-right: 2px solid #ec1c28;
	border-bottom: 2px solid #ec1c28;
}

.moby-timetable .filter .checkbox-inline.type-1.active .input {
	background: url('../img/madness/checkbox-bg.png') no-repeat 50%;
}

.block-trainings-history .checkbox-inline.active .input:before,
.moby-timetable .filter .checkbox-inline.active .input:before {
	content: "f00c";
	display: block;
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: 3px;
}

/* Table */
.moby-timetable-table {

}

.moby-timetable-table .moby-thead-dark thead th {
	background: #000;
}

.moby-timetable-table thead {
	background: #fff;
}

.moby-timetable-table thead span {
	display: block;
}

.moby-timetable-table thead .moby-day {
	font-weight: normal;
	font-size: 16px;
}

.moby-timetable-table thead .moby-day:lang(lt) {

	font-weight: 400;
}

.moby-timetable-table thead .moby-date {
	font-size: 14px;
	font-weight: normal;
}

.moby-timetable-table tbody td {
	width: 14.3%;
	/*
	border-bottom: 1px #bbb solid;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	 */
	vertical-align: top;
}

.moby-timetable-table thead .moby-time,
.moby-timetable-table tbody .moby-time {
	width: 1%;
	white-space: nowrap;
	color: #000;
	font-weight: normal;
}

.moby-timetable-table thead .moby-time {
	border-bottom: 2px solid #dddddd;
}

.moby-timetable-table tbody .moby-time {
	border-bottom: 2px solid #ededed;
}

.moby-timetable-table thead th {
	position: sticky;
	top: 0px;
	background: #fff;
	color: #000 !important;
	z-index: 3;
}

.moby-timetable-table tbody .moby-time {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.moby-timetable-table tbody .moby-day {
	position: relative;
	color: #000;
}

.moby-timetable-table tbody .moby-day-divided {
	overflow: hidden;
}

.moby-timetable-table thead .moby-active,
.moby-timetable-table tbody .moby-active {
	background-color: #f2f2f2;
}

.moby-timetable-table thead .moby-active {
	color: #222;
}

.moby-container-has-divided {
	height: 60px;
}

.moby-trainings-container {
	position: relative;

}

.moby-schedule-mobile-wrap .moby-training-class-item .moby-row {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.moby-schedule-mobile-wrap .moby-training-class-item:hover {
	background-color: #efefef;
}

.moby-schedule-mobile-wrap .moby-training-class-item {
	outline: 1px solid #ccc;
	margin-bottom: 5px;
	padding-left: 5px;
	position: relative;
}

.moby-schedule-mobile-wrap .moby-training-class-item .moby-schedule-time {
	padding: 15px 0 5px 25px;
}

.moby-training-class-item-header {
	padding: 5px;
}

.moby-training-class-item-header h5 {
	font-weight: 400;
	font-size: 16px;
	color: unset !important;
}

.moby-timetable-table .moby-training-class-item-divided {
	height: 60px;
}

.moby-timetable-table .moby-training-class-item-divided:hover {

	position: absolute;
	width: 100% !important;
	z-index: 3;
	overflow: visible;
}

.moby-timetable-table .moby-training-class-item:hover .moby-training-free-places {
	visibility: visible;
}

.moby-timetable-table .moby-training-class-item .moby-training-free-places {
	visibility: hidden;
}

.moby-timetable-table .moby-training-class-item-float {
	float: left;
	overflow: hidden;
	flex: 1;
}

.moby-timetable-table .moby-training-class-item {
	margin: 2px 0 0 1px;
	padding: 6px 10px;
	font-size: 11px;
	color: #fff;
	line-height: 1.4;
	z-index: 2;
}

.moby-timetable-table .moby-training-class-item-full-width {

}

.moby-timetable-table .moby-training-class-item span {
	display: block;
}

.moby-timetable-table .moby-training-class-item .title {
	font-weight: 700;
	text-overflow: ellipsis;
}

.moby-timetable-table .moby-training-class-item.bron-closed {
	padding-left: 40px;
}

.moby-timetable-table .moby-training-class-item.bron-closed:before {
	content: "";
	display: block;
	width: 30px;
	background-color: rgba(0, 0, 0, .15);

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}


.moby-timetable-table .moby-training-class-item.bron-closed:after {
	content: "f023";
	display: block;
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 9px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.moby-training-class-item.bron-open, .moby-training-class-item.bron-closed {
	cursor: pointer;
}

.moby-training-class-item.bron-open.hover, .moby-training-class-item.bron-closed.hover {
	z-index: 5;
}

.moby-timetable-table .moby-training-class-item.bron-open.hover > .title, .moby-timetable-table .moby-training-class-item.bron-closed.hover > .title {
	text-decoration: underline;
}

.moby-timetable-table .moby-training-class-item.bron-open.hover .bron-tooltip, .moby-timetable-table .moby-training-class-item.bron-closed.hover .bron-tooltip {
	display: block;
}

.moby-timetable-table .bron-tooltip {
	display: none;
	min-width: 200px;
	padding: 15px 20px 20px 20px;
	font-size: 14px;
	color: #fff;
	background-color: #222;
	position: absolute;
	left: 0;
}

.moby-timetable-table .bron-tooltip:before {
	content: "";
	display: block;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
	border-width: 10px 10px 0 0;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.moby-timetable-table .bron-tooltip span {
	display: block;
}

.moby-timetable-table .bron-tooltip .title {
	font-weight: 700;
}

.moby-timetable-table .bron-tooltip .link {
	margin-top: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 18px;
	color: #fff;
	border-color: #fff;
}

.moby-timetable-table .bron-tooltip .link:hover {
	color: #222;
	background-color: #fff;
}

.moby-schedule-types-wrap {
	display: block;
	margin: 0 auto;
}

.moby-schedule-types {
	margin: 0 auto;
}

.moby-schedule-types ul {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	list-style: none
}

.moby-schedule-types div.moby-nav-item {
	display: inline-block;
	color: #999;
	cursor: pointer;
	font-size: 0.9em;
	padding-right: 4px;
}

.moby-schedule-types div.moby-nav-item span {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	position: relative;
}

.moby-schedule-types li:hover, .moby-schedule-types li.moby-active {
	border-bottom: 1px solid #000;
}

/* Menu */
.moby-primary-menu {
	list-style: none;
	margin-bottom: 30px !important;

}

.moby-primary-menu .moby-menu-item {
	display: inline-block;
}

.moby-primary-menu .moby-menu-item:before {
	background: transparent !important;
}

.moby-primary-menu .moby-menu-item a span {
	display: block !important;
}

.moby-primary-menu .moby-menu-item a {
	display: block;
	margin-right: 15px !important;
	padding: 0px !important;

}

.moby-primary-menu .moby-current-menu-item a span {
	color: #000 !important;
	font-weight: bold;
}

/* Woocommerce conflict with Bootstrap fix */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
	display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: unset;
}

.moby-client-card-pre {
	display: none;
}

.moby-client-card {
	text-align: center;
	margin-top: 30px;
}

@media only screen and (min-width: 950px) {
	.moby-client-card {
		display: none;
	}

	.moby-client-card-pre {
		display: block;
	}

	.moby-schedule-mobile-wrap {
		display: none;
	}
}

@media only screen and (max-width: 950px) {
	.moby-schedule-desktop {
		display: none;
	}

	.moby-pull-right {
		margin-right: 5px;
	}
}

#moby-events-list .dataTables_length {
	display: none;
}

.moby-select-timetable-training_type div.active {
	border-left: 10px solid #00aeef !important;
}

.mobyplugin select.form-control {
	padding: 5px !important;
}

div.moby-select-timetable-training_type {
	list-style: none;
	margin-bottom: 15px;
	display: block;
}

div.moby-select-timetable-training_type div {
	display: inline-block;
	margin-right: 5px !important;
	cursor: pointer;
	padding-right: 5px;
}

div.moby-select-timetable-training_type div.active {
	font-weight: bold !important;
	background-color: #f2f2f2;
	border-left: 10px solid #00aeef !important;
}

div.moby-select-timetable-training_type div i {
	width: 15px;
	display: inline-block;
}

div.moby-block-ul {
	display: inline-block !Important;
}

div.moby-block-ul div {
	padding: 6px 10px;
	border: 1px solid #edeced;
	border-left: #00aeef !important;
}

div.moby-block-ul div:before {
	background: transparent !important;
}


/* Filters */


.MobyFilterButton, .MobyTile_title {
	text-align: center;
	font-weight: 600;
	line-height: 1.35
}

.MobyFilterButton {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #ebeff5;
	border-radius: 5px;
	padding: 20px 26px;
	color: #202020;
	font-size: 18px;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.MobyFilterButton:focus, .MobyFilterButton:hover {
	text-decoration: none;
	color: #202020;
	background-color: #dde3ed
}

.MobyFilterButton_stripe {
	width: 24px
}

.MobyFilterButton:before, .MobyFilterButton_stripe {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0
}

.MobyFilterButton:before {
	content: "";
	display: block;
	width: 100%;
	-webkit-box-shadow: inset -3px -3px 0 rgba(0, 0, 0, .1);
	box-shadow: inset -3px -3px 0 rgba(0, 0, 0, .1);
	z-index: 3
}

.MobyFilterButton.is-current {
	background-color: #afbacc
}

.MobyFilterButton.is-current:before {
	-webkit-box-shadow: inset -3px -3px 10px rgba(0, 0, 0, .1);
	box-shadow: inset -3px -3px 10px rgba(0, 0, 0, .1)
}

.MobyFilterButtons_desktop {
	display: none
}

@media (min-width: 992px) {
	.FilterButtons_mobile {
		display: none
	}

	.MobyFilterButtons_desktop {
		display: block
	}
}

.MobyFilterSelect {
	position: relative
}

.MobyFilterSelect_toggle {
	display: block;
	position: relative;
	border: 1px solid #c8d1e0;
	border-radius: 5px;
	padding-right: 27px
}

.MobyFilterSelect_toggle, .MobyFilterSelect_toggle:focus, .MobyFilterSelect_toggle:hover {
	text-decoration: none;
	color: #202020
}

.MobyFilterSelect_toggle:after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	right: 18px;

	border-style: solid;
	border-width: 2px 2px 0 0;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.MobyFilterSelect_item {
	padding: 13px 12px;
	font-size: 16px;
	color: #202020;
	font-weight: 600;
	line-height: 1.3;
	position: relative
}

.MobyFilterSelect_colorBlob {
	width: 16px;
	height: 16px;
	border-radius: 32px;
	position: absolute;
	left: 12px;
	top: 16px
}

.MobyFilterSelect_colorBlob-light {
	border: 1px solid #c8d1e0
}

.MobyFilterSelect_item-hasColor {
	padding-left: 40px
}

.MobyFilterSelect_dropDown {
	display: none;
	background-color: #fff;
	position: absolute;
	top: 100%;
	z-index: 3;
	width: 100%;
	border: 1px solid #c8d1e0;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.MobyFilterSelect.st-show .MobyFilterSelect_dropDown {
	display: block
}

.MobyFilterSelect.st-show .MobyFilterSelect_toggle {
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.MobyFilterSelect_dropDownItem {
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	display: block
}

.MobyFilterSelect_dropDownItem:focus, .MobyFilterSelect_dropDownItem:hover {
	text-decoration: none;
	color: #202020;
	background-color: #ebeff5
}

.moby-passed-event {
	opacity: 0.4;
}

/* Video trainings*/
.moby-video-training-list .moby-row {
	font-size: 16px;
}

.moby-training-list-row {
	margin-top: 5px;
}

.video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.moby-video-details-list {
	/* display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    list-style: none;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    margin: 0 -15px 15px -15px; */
}

.moby-video-details-list__item {
	display: inline;
	position: relative;
	padding: 0 0 0 10px;
	/*

	margin: 0 0px 0 15px !important; */
}

.moby-video-details-list__item:first-child {
	padding: 0;
}

.moby-video-details-list__item i {
	left: 0;
	top: 3px;
	margin-right: 2px;
}

.select2-results__option {
	margin: 0;
}

.join-step-1 .col-xs-12, .join-step-1 .col-xs-6,
.join-step-2 .col-xs-12, .join-step-2 .col-xs-6 {
	padding-left: 5px;
	padding-right: 15px !important;
}

.join-step-1, .join-step-2 {
	background-color: #fff !important;
	color: #000;
	padding: 15px 15px;
}

.join-step-2 .title {
	display: none !important;
}

.join-step-2 .box select {
	width: 100%;
}

.join-step-2 .box {
	color: #000;
	margin: 0px;
	padding: 0px;
}


.join-step-2 .box input {
	background-color: #fff !important;
	color: #000;
	border: 1px solid #cccccc;
}

.join-step-2 .woocommerce-input-wrapper {
	display: block;
}

.mobyplugin #customer_details .checkout-row:nth-child(2) {
	display: none;
}

.mobyplugin #order_review .col-lg-6, .mobyplugin #customer_details .col-lg-6 {
	width: 100%;
}

.cart_item .product-total {
	text-align: right;
}

/*
#moby_training_video {
max-width: 100%;
}
#moby_training_video {
	padding-bottom: 56.65%;
}

#moby_training_video video {
	object-fit: cover;
}
 */


#mobyCalendarWidget,
#mobyRegistration {
	margin: 0 auto;
	/*max-width: 1130px;*/
	padding: 15px;
	font-size: 16px;
}

@media only screen and (max-width: 800px) {
	#mobyCalendarWidget,
	#mobyRegistration {
		padding: 0;
	}
}

#mobyCalendarWidget p,
#mobyRegistration p {
	margin: 5px 0 10px;
}

#mobyCalendarWidget a,
#mobyRegistration a {
	color: #ccc;
	text-decoration: underline;
}

#mobyCalendarWidget .button,
#mobyRegistration .button {
	font-weight: 600;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: inherit;
}

@media only screen and (min-width: 487px) {
	#mobyCalendarWidget .button {
		margin-left: 124px;
	}
}

#mobyCalendarWidget .hide,
#mobyRegistration .hide {
	display: none;
}

#mobyCalendarWidget .form-control,
#mobyRegistration .form-control {
	min-height: 34px;
	margin-bottom: 10px;
}

#mobyCalendarWidget .form-control label,
#mobyRegistration .form-control label {
	min-width: 121px;
	display: inline-block;
	vertical-align: middle;
}

#mobyCalendarWidget .errorLabel,
#mobyRegistration .errorLabel {
	font-weight: bold;
}

#mobyBookingFormCont input[type="text"],
#mobyRegistration input[type="text"],
#mobyRegistration input[type="phone"],
#mobyRegistration textarea,
#mobyRegistration select,
#mobyBookingFormCont textarea {
	width: 100%;
	max-width: 240px;
	padding: 7px 10px;
	border: 2px solid #ddd;
	outline: none;
	font-weight: normal !important;
	font-size: 1em;
	line-height: 120%;
	color: #222;
	display: inline-block;
	vertical-align: middle;
	/*margin-bottom: 10px;*/
}

@media only screen and (max-width: 505px) {
	#mobyBookingFormCont input[type="text"],
	#mobyRegistration input[type="text"],
	#mobyRegistration input[type="phone"],
	#mobyRegistration textarea,
	#mobyRegistration select,
	#mobyBookingFormCont textarea {
		max-width: 100%;
	}
}

#mobyCalendarWidget input[type="checkbox"],
#mobyRegistration input[type="checkbox"] {
	display: none;
}

#mobyCalendarWidget input[type="checkbox"] + label,
#mobyRegistration input[type="checkbox"] + label {
	position: relative;
}

#mobyCalendarWidget input[type="checkbox"] + label span,
#mobyRegistration input[type="checkbox"] + label span {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}

#mobyCalendarWidget input[type="checkbox"] + label:after,
#mobyRegistration input[type="checkbox"] + label:after,
#mobyCalendarWidget input[type="checkbox"] + label:before,
#mobyRegistration input[type="checkbox"] + label:before {
	content: '';
	position: relative;
	top: 0;
	width: 33px;
	height: 33px;
	border: 2px solid #ddd;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#mobyCalendarWidget input[type="checkbox"] + label:after,
#mobyRegistration input[type="checkbox"] + label:after {
	display: none;
	position: absolute;
	border-color: #000;
	width: 12px;
	height: 22px;
	top: 50%;
	left: 8px;
	margin-top: -3px;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-moz-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	-o-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

#mobyCalendarWidget input[type="checkbox"]:checked + label:after,
#mobyRegistration input[type="checkbox"]:checked + label:after {
	display: block;
}

.datepicker.datepicker-dropdown .day {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datepicker.datepicker-dropdown .day.highlighted,
.datepicker.datepicker-dropdown .datepicker-switch:hover,
.datepicker.datepicker-dropdown .prev:hover,
.datepicker.datepicker-dropdown .next:hover,
.datepicker.datepicker-dropdown tfoot tr th:hover {
	background-color: rgba(87, 150, 207, 0.4);
}

.datepicker.datepicker-dropdown .day:not(.disabled):hover {
	background-color: rgba(87, 150, 207, 0.4) !important;
	color: #fff;
}

.datepicker.datepicker-dropdown .day.today {
	background-color: rgba(87, 150, 207, 0.4) !important;
	color: #fff;
	background-image: none;
}

.datepicker.datepicker-dropdown .day.active {
	background-color: #ccc !important;
	background-image: none;
}

/* Filters */
#mobyCalendarWidget .filters {
	margin-bottom: 15px;
	text-align: left;
}

#mobyCalendarWidget .filters label {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	margin-right: 15px;
}

.ui-datepicker {
	z-index: 10 !important;
}

@media only screen and (max-width: 800px) {
	#mobyCalendarWidget .filters {
		display: block;
		justify-content: center;
		flex-wrap: wrap;
	}

	#mobyCalendarWidget .filters label {
		margin: 0px;
	}

	#mobyCalendarWidget .filters select,
	#mobyCalendarWidget .filters input {

	}
}

#mobyCalendarWidget .filters label:before {
	content: ' ';
	position: absolute;
	height: 10px;
	width: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

#mobyCalendarWidget .filters select,
#mobyCalendarWidget .filters input {
	width: 100%;
	max-width: 200px;
	padding: 1.214em 1.786em;
	border: 2px solid #ddd;
	outline: none;
	font-weight: normal !important;
	font-size: 0.875em;
	line-height: 120%;
	color: #222;
	margin-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	display: inline-block;
}

/**
 * CALENDAR
 **/
.mobyCalendarHeadingWrap {
	position: relative;
	min-height: 45px;
}

#mobyCalendarHeading {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	height: 45px;
}

#mobyCalendarHeading .heading {
	height: 45px;
	background-color: #ffffff;
	color: #000;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 14px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 0;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 11px;
}

#mobyCalendarHeading .heading.group1 {
	white-space: nowrap;
	padding-top: 4px;
}

@media only screen and (max-width: 700px) {
	#mobyCalendarHeading .heading:last-child {
		margin-bottom: 14px;
	}
}

#mobyCalendarHeading .heading:first-child {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 50px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-bottom: 1px solid #ccc !important;
	border-left: 0px solid #ccc;
}

#mobyCalendarHolder {
	color: #000;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#mobyCalendarHolder .timeCol {
	width: 50px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: inline-block;
	border-right: 1px solid #ccc;
	text-align: center;
	font-weight: 300;
}

@media only screen and (max-width: 800px) {
	/*
	#mobyCalendarHolder .timeCol {
		position: fixed;
		background-color: #fff;
		z-index: 19;
		left: 0;
	}*/
}

#mobyCalendarHolder .roomsContainer {
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	float: none;
	vertical-align: top;
	width: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
	/*
	#mobyCalendarHolder .roomsContainer {
		margin-left: 50px;
	}*/
}

#mobyCalendarHolder .room {
	width: 0;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

#mobyCalendarHolder .room:not(:last-child) {
	border-right: 1px solid #ccc;
}

#mobyCalendarHolder .room:last-child .heading {
	box-shadow: none;
}

#mobyCalendarHolder .hour:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

#mobyCalendarHolder .interval {
	height: 25px;
	position: relative;
	padding-top: 4px;
	text-align: center;
}

#mobyCalendarHolder .roomsContainer .interval {
	cursor: pointer;
}

#mobyCalendarHolder .roomsContainer .interval:hover {
	background-color: #ccc;
	color: #fff;
}

#mobyCalendarHolder.ru .roomsContainer .interval:hover a {
	font-size: 11px;
}

#mobyCalendarHolder .interval:not(:last-child) {
	border-bottom: 1px solid #eee;
}

#mobyCalendarHolder .event {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #ff6;
	z-index: 5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	padding: 5px 10px;
	outline: 1px solid #ccc;
	font-size: 0.875em;
	color: #000;
}

#mobyCalendarHolder .event:hover,
#mobyCalendarHolder .event.opened {
	left: -20px;
	width: calc(100% + 40px);
	z-index: 2;
	padding: 5px 30px;
}

#mobyCalendarHolder .showBronText {
	text-align: center;
	display: none;
	font-size: 0.875em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#mobyCalendarHolder .interval:hover .showBronText {
	display: block;
}

#mobyCalendarHolder .roomsContainer .disabled {
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.07058823529411765);
}

#mobyCalendarHolder .roomsContainer .disabled .event {
	pointer-events: all;
}

#mobyCalendarWidget .popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: default;
}

#mobyCalendarWidget .opened .popup, #mobyCalendarWidget .opened.popup {
	display: block;
}

#mobyCalendarWidget .popup .close:not(.overlay) {
	position: absolute;
	right: 15px;
	top: 15px;
	display: block;
	color: #ccc;
	text-decoration: underline;
	z-index: 11;
}

#mobyCalendarWidget .popup .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

#mobyCalendarWidget .popupCont {
	z-index: 500;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 460px;
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	width: 92vw !important;
}

#mobyCalendarWidget .popupCont div {
	min-height: 34px;
}

#mobyCalendarWidget .popupCont .name {
	font-size: 1.143em;
	font-weight: bold;
}

#mobyCalendarWidget .popupCont .label {
	display: inline-block;
	width: 120px;
	vertical-align: middle;
}

#mobyCalendarWidget .popupCont .description .label + div {
	margin-top: 10px;
}

#mobyBookingFormCont, #mobyBookingSuccessMessage, #mobyBookingFailedMessage {
	z-index: 20;
	font-size: 0.875em;
}

#mobyBookingFormCont.opened {
	display: block;
}

#mobyBookingFormCont textarea {
	/*max-width: 364px;*/
	resize: none;
	height: 100px;
}

/**
 * REGISTRATION
 **/
#mobyRegistration .mobyTabs {
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #000; /* #ccc */
}

#mobyRegistration .mobyTab {
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	opacity: 0.4;
	margin-bottom: 6px;
	cursor: default;
}

#mobyRegistration .mobyTab:after {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	border: 2px solid #000;
	border-width: 2px 2px 0 0;
	margin-left: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobyRegistration .mobyTab:last-child:after {
	display: none;
}

#mobyRegistration.step1 .mobyTab.step1,
#mobyRegistration.step2 .mobyTab.step2,
#mobyRegistration.step3 .mobyTab.step3,
#mobyRegistration.step4 .mobyTab.step4,
#mobyRegistration.step5 .mobyTab.step5,
#mobyRegistration .mobyTab.selected {
	color: #ccc;
	opacity: 1;
}

#mobyRegistration.step1 .mobyTab.step1:after,
#mobyRegistration.step2 .mobyTab.step2:after,
#mobyRegistration.step3 .mobyTab.step3:after,
#mobyRegistration.step4 .mobyTab.step4:after,
#mobyRegistration.step5 .mobyTab.step5:after,
#mobyRegistration .mobyTab.selected:after {
	border-color: #ccc;
}

#mobyRegistration.step2 .mobyTab.step1,
#mobyRegistration.step3 .mobyTab.step1,
#mobyRegistration.step3 .mobyTab.step2,
#mobyRegistration.step4 .mobyTab.step1,
#mobyRegistration.step4 .mobyTab.step2,
#mobyRegistration.step4 .mobyTab.step3,
#mobyRegistration.step5 .mobyTab.step1,
#mobyRegistration.step5 .mobyTab.step2,
#mobyRegistration.step5 .mobyTab.step3,
#mobyRegistration.step5 .mobyTab.step4,
#mobyRegistration .mobyTab.visited {
	color: #000 !important;
	opacity: 1;
}

#mobyRegistration.step2 .mobyTab.step1:after,
#mobyRegistration.step3 .mobyTab.step1:after,
#mobyRegistration.step3 .mobyTab.step2:after,
#mobyRegistration.step4 .mobyTab.step1:after,
#mobyRegistration.step4 .mobyTab.step2:after,
#mobyRegistration.step4 .mobyTab.step3:after,
#mobyRegistration.step5 .mobyTab.step1:after,
#mobyRegistration.step5 .mobyTab.step2:after,
#mobyRegistration.step5 .mobyTab.step3:after,
#mobyRegistration.step5 .mobyTab.step4:after,
#mobyRegistration .mobyTab.visited:after {
	border-color: #000 !important;
}

#mobyRegistration .mobyContainer div[class*="step"],
#mobyRegistration .mobyContainer .formItem,
#mobyRegistration .mobyContainer .formItem > div {
	margin-bottom: 10px;
}

#mobyRegistration #midFormElement > div {
	margin-bottom: 10px;
}

#mobyRegistration table {
	border-collapse: collapse;
}

#mobyRegistration table td {
	padding: 5px;
}

#mobyRegistration table td:first-child {
	padding-left: 0;
}

#mobyRegistration .totalSum {
	border-top: 1px solid #ccc;
	font-weight: bold;
}

#mobyRegistration #bankLinkContainer .form-control {
	margin-bottom: 20px;
}

#mobyRegistration #bankLinkContainer label {
	min-width: 88px;
	margin-right: 10px;
	/*margin-bottom: 5px;*/
}

#mobyRegistration .step4 .item {
	margin-bottom: 10px;
}

#mobyCalendarWidget #mkLinkImg {
	border: 2px solid;
	border-color: #12ce5a;
	width: auto !important;
	padding: 3px 6px;
	border-radius: 5px;
}

@media only screen and (min-width: 487px) {
	#mobyCalendarWidget #mkLinkImg {
		margin-left: 124px;
	}
}

#mobyCalendarWidget #mkLinkImg:hover {
	background-color: #f3fff8;
}

/* RESPONSIVE */
@media screen and (max-width: 800px) {
	#mobyCalendarWidget {
		font-size: 14px;
	}
}

@media screen and (max-width: 700px) {
	.mobyCalendarContainer {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.mobyCalendarContainer .mobyCalendarHeadingWrap, .mobyCalendarContainer #mobyCalendarHolder {
		width: 800px;
	}

	#mobyCalendarWidget {
		font-size: 16px;
		scroll-behavior: smooth;
	}

	#mobyCalendarHeading {
		border: none;
	}

	#mobyCalendarHolder .event:hover, #mobyCalendarHolder .event.opened {
		width: 100%;
		left: 0;
	}

	#mobyBookingFormCont.popup {
		/*position: fixed;*/
	}

	#mobyCalendarWidget .popupCont {
		left: 15px;
		transform: none;
		top: 15px;
		right: 15px;
		width: auto;
	}

	/* REGISTRATION */
	#mobyRegistration {
		font-size: 14px;
	}
}

#mobyBookingFormCont .msg {
	display: none;
}

#mobyBookingFormCont input.failed, #mobyBookingFormCont input.failed + .box:before {
	color: transparent;
	border: 2px solid #ff0303 !important;
	background-color: rgba(255, 3, 3, 0.09019607843137255) !important;
}

#mobyBookingFormCont input.failed + .msg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0303;
	font-size: 13px;
	width: 100%;
	z-index: -1;
	text-align: center;
}

#mobyCalendarWidget .bottom-text {
	text-align: center;
	font-size: 65%;
	margin-top: 10px;
}

#mobyCalendarWidget .bottom-text span {
	margin: 0 10px;
}

#mobyCalendarWidget .popupCont .question-mark:after {
	content: '?';
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #ddd;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #ddd;
	text-decoration: none;
	margin-left: 13px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#mobyCalendarWidget .popupCont .question-mark:hover:after {
	color: #ccc;
	border-color: #ccc;
}

#mobyCalendarWidget .popupCont #clubOneCode {
	max-width: 203px;
}

#mobyCalendarWidget .popupCont .question-mark-image {
	position: absolute;
	top: -254px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 400px;
	-webkit-box-shadow: 0 0 20px 7px #ddd;
	-moz-box-shadow: 0 0 20px 7px #ddd;
	box-shadow: 0 0 20px 7px #ddd;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 9;
}

#mobyCalendarWidget .popupCont .question-mark:hover + .question-mark-image {
	opacity: 1;
	visibility: visible;
}

#mobyCalendarWidget .popupCont .clubone .extraLabel {
	display: block;
	width: 255px;
	margin-left: auto;
	margin-right: 21px;
}

#mobyCalendarWidget .popupCont .clubone > span {
	position: static;
}

#mobyCalendarWidget .popupCont .clubone .failed + .msg {
	top: 5px;
	left: 124px;
	max-width: 203px;
	line-height: 12px;
}

@media only screen and (max-width: 505px) {
	#mobyCalendarWidget .popupCont .clubone .label {
		width: 100%;
	}

	#mobyCalendarWidget .popupCont #clubOneCode {
		max-width: calc(100% - 38px);
	}

	#mobyCalendarWidget .popupCont .clubone .extraLabel {
		width: 100%;
		margin-right: auto;
	}
}


.datepicker.datepicker-dropdown .day {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datepicker.datepicker-dropdown .day.highlighted,
.datepicker.datepicker-dropdown .datepicker-switch:hover,
.datepicker.datepicker-dropdown .prev:hover,
.datepicker.datepicker-dropdown .next:hover,
.datepicker.datepicker-dropdown tfoot tr th:hover {
	background-color: rgba(87, 150, 207, 0.4);
}

.datepicker.datepicker-dropdown .day:not(.disabled):hover {
	background-color: rgba(87, 150, 207, 0.4) !important;
	color: #fff;
}

.datepicker.datepicker-dropdown .day.today {
	background-color: rgba(87, 150, 207, 0.4) !important;
	color: #fff;
	background-image: none;
}

.datepicker.datepicker-dropdown .day.active {
	background-color: #ccc !important;
	background-image: none;
}


/* Filters */
.moby-nav {
	padding-left: 0;
	margin-bottom: 0;
	clear: both;
}

.moby-nav > div {
	position: relative;
	display: block;
}

.moby-nav > div > a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.moby-nav > div > a:hover, .moby-nav > div > a:focus {
	text-decoration: none;

}

.moby-nav > div.disabled > a {
	color: #777
}

.moby-nav > div.disabled > a:hover, .moby-nav > div.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.moby-nav .open > a, .moby-nav .open > a:hover, .moby-nav .open > a:focus {
	background-color: #eee;
	border-color: #337ab7
}

.moby-nav .moby-nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.moby-nav > div > a > img {
	max-width: none
}

.moby-nav-tabs {
	border-bottom: 1px solid #ddd
}

.moby-nav-tabs > div {
	display: inline-block;
	margin-bottom: -1px
}

.moby-nav-tabs > div > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.moby-nav-tabs > div > a:hover {
	border-color: #eee #eee #ddd
}

.moby-nav-tabs > div.active > a, .moby-nav-tabs > li.active > a:hover, .moby-nav-tabs > div.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.moby-nav-tabs.moby-nav-justified {
	width: 100%;
	border-bottom: 0
}

.moby-nav-tabs.moby-nav-justified > div {
	float: none
}

.moby-nav-tabs.moby-nav-justified > div > a {
	margin-bottom: 5px;
	text-align: center
}

.moby-nav-tabs.moby-nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {
	.moby-nav-tabs.moby-nav-justified > div {
		display: table-cell;
		width: 1%
	}

	.moby-nav-tabs.moby-nav-justified > div > a {
		margin-bottom: 0
	}
}

.moby-nav-tabs.moby-nav-justified > div > a {
	margin-right: 0;
	border-radius: 4px
}

.moby-nav-tabs.moby-nav-justified > .active > a, .moby-nav-tabs.moby-nav-justified > .active > a:hover, .moby-nav-tabs.moby-nav-justified > .active > a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.moby-nav-tabs.moby-nav-justified > div > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.moby-nav-tabs.moby-nav-justified > .active > a, .moby-nav-tabs.moby-nav-justified > .active > a:hover, .moby-nav-tabs.moby-nav-justified > .active > a:focus {
		border-bottom-color: #fff
	}
}

.moby-nav-pills > div.moby-nav-item {
	float: left
}

.moby-nav-pills > div.moby-nav-item > a {
	border-radius: 4px
}

.moby-nav-pills > div.moby-nav-item + div.moby-nav-item {
	margin-left: 2px
}

.moby-nav-pills > li.active > a, .moby-nav-pills > li.active > a:hover, .moby-nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #337ab7
}

.moby-nav-stacked > div.moby-nav-item {
	float: none
}

.moby-nav-stacked > div.moby-nav-item + div.moby-nav-item {
	margin-top: 2px;
	margin-left: 0
}

.moby-nav-justified {
	width: 100%
}

.moby-nav-justified > div.moby-nav-item {
	float: none
}

.moby-nav-justified > div.moby-nav-item > a {
	margin-bottom: 5px;
	text-align: center
}

.moby-nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {
	.moby-nav-justified > div.moby-nav-item {
		display: table-cell;
		width: 1%
	}

	.moby-nav-justified > div.moby-nav-item > a {
		margin-bottom: 0
	}
}

.moby-nav-tabs-justified {
	border-bottom: 0
}

.moby-nav-tabs-justified > div.moby-nav-item > a {
	margin-right: 0;
	border-radius: 4px
}

.moby-nav-tabs-justified > .active > a, .moby-nav-tabs-justified > .active > a:hover, .moby-nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.moby-nav-tabs-justified > div.moby-nav-item > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.moby-nav-tabs-justified > .active > a, .moby-nav-tabs-justified > .active > a:hover, .moby-nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff
	}
}


/* list group */

.moby-list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.moby-list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.moby-list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.moby-list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.moby-list-group-item {
	color: #555
}

a.moby-list-group-item .moby-list-group-item-heading {
	color: #333
}

a.moby-list-group-item:hover, a.moby-list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

.moby-list-group-item.disabled, .moby-list-group-item.disabled:hover, .moby-list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.moby-list-group-item.disabled .moby-list-group-item-heading, .moby-list-group-item.disabled:hover .moby-list-group-item-heading, .moby-list-group-item.disabled:focus .moby-list-group-item-heading {
	color: inherit
}

.moby-list-group-item.disabled .moby-list-group-item-text, .moby-list-group-item.disabled:hover .moby-list-group-item-text, .moby-list-group-item.disabled:focus .moby-list-group-item-text {
	color: #777
}

.moby-list-group-item.active, .moby-list-group-item.active:hover, .moby-list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.moby-list-group-item.active .moby-list-group-item-heading, .moby-list-group-item.active:hover .moby-list-group-item-heading, .moby-list-group-item.active:focus .moby-list-group-item-heading, .moby-list-group-item.active .moby-list-group-item-heading > small, .moby-list-group-item.active:hover .moby-list-group-item-heading > small, .moby-list-group-item.active:focus .moby-list-group-item-heading > small, .moby-list-group-item.active .moby-list-group-item-heading > .small, .moby-list-group-item.active:hover .moby-list-group-item-heading > .small, .moby-list-group-item.active:focus .moby-list-group-item-heading > .small {
	color: inherit
}

.moby-list-group-item.active .moby-list-group-item-text, .moby-list-group-item.active:hover .moby-list-group-item-text, .moby-list-group-item.active:focus .moby-list-group-item-text {
	color: #c7ddef
}

.moby-list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.moby-list-group-item-success {
	color: #3c763d
}

a.moby-list-group-item-success .moby-list-group-item-heading {
	color: inherit
}

a.moby-list-group-item-success:hover, a.moby-list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.moby-list-group-item-success.active, a.moby-list-group-item-success.active:hover, a.moby-list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.moby-list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.moby-list-group-item-info {
	color: #31708f
}

a.moby-list-group-item-info .moby-list-group-item-heading {
	color: inherit
}

a.moby-list-group-item-info:hover, a.moby-list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.moby-list-group-item-info.active, a.moby-list-group-item-info.active:hover, a.moby-list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.moby-list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.moby-list-group-item-warning {
	color: #8a6d3b
}

a.moby-list-group-item-warning .moby-list-group-item-heading {
	color: inherit
}

a.moby-list-group-item-warning:hover, a.moby-list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.moby-list-group-item-warning.active, a.moby-list-group-item-warning.active:hover, a.moby-list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.moby-list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.moby-list-group-item-danger {
	color: #a94442
}

a.moby-list-group-item-danger .moby-list-group-item-heading {
	color: inherit
}

a.moby-list-group-item-danger:hover, a.moby-list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.moby-list-group-item-danger.active, a.moby-list-group-item-danger.active:hover, a.moby-list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.moby-list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.moby-list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.moby-dropdown {
	margin-top: 15px;
}

/* Style for the main menu items */
.moby-dropdown > button {
	background-color: #007bff;
	color: white;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	position: relative;
	z-index: 4;
}

.moby-dropdown .moby-dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #0056b3;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	min-width: 100%;
	z-index: 4;
}


.moby-dropdown .moby-dropdown-menu a {
	padding: 10px 15px;
	color: white;
	display: block;
	text-decoration: none;
}

.moby-dropdown .moby-dropdown-menu a:hover {
	color: white;
	background-color: #004080;
}

.moby-dropdown > button::after {
	content: "▼";
	font-size: 12px;
	margin-left: 5px;
}

.moby-dropdown:hover .moby-dropdown-menu,
.moby-dropdown:focus-within .moby-dropdown-menu {
	display: block;
}

.moby-tab-wrapper {
	display: inline-block;
	border: 1px solid red;
}

.moby-float {
	position: relative;
}

@media only screen and (max-width: 1000px) {
	.moby-court-timetable-wrap .moby-select-timetable-training_type {
		display: none;
	}
	.moby-float {
		display: none;
	}
	div.moby-block-ul {
		display: none !Important;
	}

}

@media only screen and (min-width: 1000px) {
	#mobyCalendarWidget .filters select.moby-select-court-timetable-filter {
		display: none;
	}

	#mobyCalendarWidget .filters label:before {
		display: none;
	}

	.moby-float {
		position: absolute;
		right:0px; top:-90px
	}
}

.moby-section {
	margin-bottom: 30px;
}


.moby-future-container {
	max-width: 300px;
	padding: 20px 10px 10px 10px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.moby-future-wrap {
	position: relative;
	padding-left: 20px;
}

.moby-future-wrap:before {
	content: "";
	position: absolute;
	left: 13px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #ddd;
}

.moby-future-item {
	display: flex;
	position: relative;
	margin-bottom: 10px;
}

.moby-future-item:before {
	content: "";
	position: absolute;
	left: -11px;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
}

.moby-future-time {
	flex-grow: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}

.moby-future-time span {
	font-size: 1.2em;
	font-weight: bold;
}

.moby-future-details {
	flex-grow: 1;
	margin-left: 10px;
}

.moby-future-title {
	font-size: 1.2em;
	font-weight: bold;
}

.moby-future-instructor, .moby-future-time small {
	font-size: 0.9em;
	color: #888;
	padding:2px 0px;
}

.moby-sub-nav {
	margin-bottom: 15px;
}


.moby-booking-balance {
	position: absolute;
	display: inline-block;
	float:left;
	left:0px;
	top:0px;
}

@media only screen and (max-width: 800px) {
	.moby-booking-balance {
		clear:both;
		position: relative;
		display: block;
		float:none;
		text-align: center;
		margin:0 auto;
	}
}

/* => Tooltip */
.moby-tooltip {
	display: inline-block;
	opacity: 1;
	line-height: 1;
	color: #bfbfbf;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.moby-tooltip :hover,
.moby-tooltip .active {
	color: #be1f35 !important;
}

.package_wrapper li i.active {
	color: #be1f35 !important;
}

.moby-tooltip :before {
	content: "f059";
	display: block;
	font-size: 20px;
}

.moby-tooltip-content {
	max-width: 390px;
	padding: 30px;
	color: #666;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .25);
	position: absolute;
	z-index: 3;
	text-align: left;
}

.moby-tooltip-content:before {
	content: "";
	display: block;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 20px 20px 0 0;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.moby-tooltip-content:after {
	content: "";
	display: block;
	width: 70px;
	height: 5px;

	position: absolute;
	bottom: 0;
	right: 0;
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {

	text-decoration: none;
}

a:hover,
a:focus {

	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.moby-img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.moby-img-rounded {
	border-radius: 6px;
}

.moby-img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

.moby-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.moby-container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.moby-container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.moby-container {
		width: 1170px;
	}
}

.moby-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.moby-row {
	margin-right: -15px;
	margin-left: -15px;
}

.moby-row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.moby-row-no-gutters [class*="moby-col-"] {
	padding-right: 0;
	padding-left: 0;
}

.moby-col-xs-1, .moby-col-sm-1, .moby-col-md-1, .moby-col-lg-1, .moby-col-xs-2, .moby-col-sm-2, .moby-col-md-2, .moby-col-lg-2, .moby-col-xs-3, .moby-col-sm-3, .moby-col-md-3, .moby-col-lg-3, .moby-col-xs-4, .moby-col-sm-4, .moby-col-md-4, .moby-col-lg-4, .moby-col-xs-5, .moby-col-sm-5, .moby-col-md-5, .moby-col-lg-5, .moby-col-xs-6, .moby-col-sm-6, .moby-col-md-6, .moby-col-lg-6, .moby-col-xs-7, .moby-col-sm-7, .moby-col-md-7, .moby-col-lg-7, .moby-col-xs-8, .moby-col-sm-8, .moby-col-md-8, .moby-col-lg-8, .moby-col-xs-9, .moby-col-sm-9, .moby-col-md-9, .moby-col-lg-9, .moby-col-xs-10, .moby-col-sm-10, .moby-col-md-10, .moby-col-lg-10, .moby-col-xs-11, .moby-col-sm-11, .moby-col-md-11, .moby-col-lg-11, .moby-col-xs-12, .moby-col-sm-12, .moby-col-md-12, .moby-col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.moby-col-xs-1, .moby-col-xs-2, .moby-col-xs-3, .moby-col-xs-4, .moby-col-xs-5, .moby-col-xs-6, .moby-col-xs-7, .moby-col-xs-8, .moby-col-xs-9, .moby-col-xs-10, .moby-col-xs-11, .moby-col-xs-12 {
	float: left;
}

.moby-col-xs-12 {
	width: 100%;
}

.moby-col-xs-11 {
	width: 91.66666667%;
}

.moby-col-xs-10 {
	width: 83.33333333%;
}

.moby-col-xs-9 {
	width: 75%;
}

.moby-col-xs-8 {
	width: 66.66666667%;
}

.moby-col-xs-7 {
	width: 58.33333333%;
}

.moby-col-xs-6 {
	width: 50%;
}

.moby-col-xs-5 {
	width: 41.66666667%;
}

.moby-col-xs-4 {
	width: 33.33333333%;
}

.moby-col-xs-3 {
	width: 25%;
}

.moby-col-xs-2 {
	width: 16.66666667%;
}

.moby-col-xs-1 {
	width: 8.33333333%;
}

.moby-col-xs-pull-12 {
	right: 100%;
}

.moby-col-xs-pull-11 {
	right: 91.66666667%;
}

.moby-col-xs-pull-10 {
	right: 83.33333333%;
}

.moby-col-xs-pull-9 {
	right: 75%;
}

.moby-col-xs-pull-8 {
	right: 66.66666667%;
}

.moby-col-xs-pull-7 {
	right: 58.33333333%;
}

.moby-col-xs-pull-6 {
	right: 50%;
}

.moby-col-xs-pull-5 {
	right: 41.66666667%;
}

.moby-col-xs-pull-4 {
	right: 33.33333333%;
}

.moby-col-xs-pull-3 {
	right: 25%;
}

.moby-col-xs-pull-2 {
	right: 16.66666667%;
}

.moby-col-xs-pull-1 {
	right: 8.33333333%;
}

.moby-col-xs-pull-0 {
	right: auto;
}

.moby-col-xs-push-12 {
	left: 100%;
}

.moby-col-xs-push-11 {
	left: 91.66666667%;
}

.moby-col-xs-push-10 {
	left: 83.33333333%;
}

.moby-col-xs-push-9 {
	left: 75%;
}

.moby-col-xs-push-8 {
	left: 66.66666667%;
}

.moby-col-xs-push-7 {
	left: 58.33333333%;
}

.moby-col-xs-push-6 {
	left: 50%;
}

.moby-col-xs-push-5 {
	left: 41.66666667%;
}

.moby-col-xs-push-4 {
	left: 33.33333333%;
}

.moby-col-xs-push-3 {
	left: 25%;
}

.moby-col-xs-push-2 {
	left: 16.66666667%;
}

.moby-col-xs-push-1 {
	left: 8.33333333%;
}

.moby-col-xs-push-0 {
	left: auto;
}

.moby-col-xs-offset-12 {
	margin-left: 100%;
}

.moby-col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.moby-col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.moby-col-xs-offset-9 {
	margin-left: 75%;
}

.moby-col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.moby-col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.moby-col-xs-offset-6 {
	margin-left: 50%;
}

.moby-col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.moby-col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.moby-col-xs-offset-3 {
	margin-left: 25%;
}

.moby-col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.moby-col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.moby-col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.moby-col-sm-1, .moby-col-sm-2, .moby-col-sm-3, .moby-col-sm-4, .moby-col-sm-5, .moby-col-sm-6, .moby-col-sm-7, .moby-col-sm-8, .moby-col-sm-9, .moby-col-sm-10, .moby-col-sm-11, .moby-col-sm-12 {
		float: left;
	}

	.moby-col-sm-12 {
		width: 100%;
	}

	.moby-col-sm-11 {
		width: 91.66666667%;
	}

	.moby-col-sm-10 {
		width: 83.33333333%;
	}

	.moby-col-sm-9 {
		width: 75%;
	}

	.moby-col-sm-8 {
		width: 66.66666667%;
	}

	.moby-col-sm-7 {
		width: 58.33333333%;
	}

	.moby-col-sm-6 {
		width: 50%;
	}

	.moby-col-sm-5 {
		width: 41.66666667%;
	}

	.moby-col-sm-4 {
		width: 33.33333333%;
	}

	.moby-col-sm-3 {
		width: 25%;
	}

	.moby-col-sm-2 {
		width: 16.66666667%;
	}

	.moby-col-sm-1 {
		width: 8.33333333%;
	}

	.moby-col-sm-pull-12 {
		right: 100%;
	}

	.moby-col-sm-pull-11 {
		right: 91.66666667%;
	}

	.moby-col-sm-pull-10 {
		right: 83.33333333%;
	}

	.moby-col-sm-pull-9 {
		right: 75%;
	}

	.moby-col-sm-pull-8 {
		right: 66.66666667%;
	}

	.moby-col-sm-pull-7 {
		right: 58.33333333%;
	}

	.moby-col-sm-pull-6 {
		right: 50%;
	}

	.moby-col-sm-pull-5 {
		right: 41.66666667%;
	}

	.moby-col-sm-pull-4 {
		right: 33.33333333%;
	}

	.moby-col-sm-pull-3 {
		right: 25%;
	}

	.moby-col-sm-pull-2 {
		right: 16.66666667%;
	}

	.moby-col-sm-pull-1 {
		right: 8.33333333%;
	}

	.moby-col-sm-pull-0 {
		right: auto;
	}

	.moby-col-sm-push-12 {
		left: 100%;
	}

	.moby-col-sm-push-11 {
		left: 91.66666667%;
	}

	.moby-col-sm-push-10 {
		left: 83.33333333%;
	}

	.moby-col-sm-push-9 {
		left: 75%;
	}

	.moby-col-sm-push-8 {
		left: 66.66666667%;
	}

	.moby-col-sm-push-7 {
		left: 58.33333333%;
	}

	.moby-col-sm-push-6 {
		left: 50%;
	}

	.moby-col-sm-push-5 {
		left: 41.66666667%;
	}

	.moby-col-sm-push-4 {
		left: 33.33333333%;
	}

	.moby-col-sm-push-3 {
		left: 25%;
	}

	.moby-col-sm-push-2 {
		left: 16.66666667%;
	}

	.moby-col-sm-push-1 {
		left: 8.33333333%;
	}

	.moby-col-sm-push-0 {
		left: auto;
	}

	.moby-col-sm-offset-12 {
		margin-left: 100%;
	}

	.moby-col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.moby-col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.moby-col-sm-offset-9 {
		margin-left: 75%;
	}

	.moby-col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.moby-col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.moby-col-sm-offset-6 {
		margin-left: 50%;
	}

	.moby-col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.moby-col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.moby-col-sm-offset-3 {
		margin-left: 25%;
	}

	.moby-col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.moby-col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.moby-col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.moby-col-md-1, .moby-col-md-2, .moby-col-md-3, .moby-col-md-4, .moby-col-md-5, .moby-col-md-6, .moby-col-md-7, .moby-col-md-8, .moby-col-md-9, .moby-col-md-10, .moby-col-md-11, .moby-col-md-12 {
		float: left;
	}

	.moby-col-md-12 {
		width: 100%;
	}

	.moby-col-md-11 {
		width: 91.66666667%;
	}

	.moby-col-md-10 {
		width: 83.33333333%;
	}

	.moby-col-md-9 {
		width: 75%;
	}

	.moby-col-md-8 {
		width: 66.66666667%;
	}

	.moby-col-md-7 {
		width: 58.33333333%;
	}

	.moby-col-md-6 {
		width: 50%;
	}

	.moby-col-md-5 {
		width: 41.66666667%;
	}

	.moby-col-md-4 {
		width: 33.33333333%;
	}

	.moby-col-md-3 {
		width: 25%;
	}

	.moby-col-md-2 {
		width: 16.66666667%;
	}

	.moby-col-md-1 {
		width: 8.33333333%;
	}

	.moby-col-md-pull-12 {
		right: 100%;
	}

	.moby-col-md-pull-11 {
		right: 91.66666667%;
	}

	.moby-col-md-pull-10 {
		right: 83.33333333%;
	}

	.moby-col-md-pull-9 {
		right: 75%;
	}

	.moby-col-md-pull-8 {
		right: 66.66666667%;
	}

	.moby-col-md-pull-7 {
		right: 58.33333333%;
	}

	.moby-col-md-pull-6 {
		right: 50%;
	}

	.moby-col-md-pull-5 {
		right: 41.66666667%;
	}

	.moby-col-md-pull-4 {
		right: 33.33333333%;
	}

	.moby-col-md-pull-3 {
		right: 25%;
	}

	.moby-col-md-pull-2 {
		right: 16.66666667%;
	}

	.moby-col-md-pull-1 {
		right: 8.33333333%;
	}

	.moby-col-md-pull-0 {
		right: auto;
	}

	.moby-col-md-push-12 {
		left: 100%;
	}

	.moby-col-md-push-11 {
		left: 91.66666667%;
	}

	.moby-col-md-push-10 {
		left: 83.33333333%;
	}

	.moby-col-md-push-9 {
		left: 75%;
	}

	.moby-col-md-push-8 {
		left: 66.66666667%;
	}

	.moby-col-md-push-7 {
		left: 58.33333333%;
	}

	.moby-col-md-push-6 {
		left: 50%;
	}

	.moby-col-md-push-5 {
		left: 41.66666667%;
	}

	.moby-col-md-push-4 {
		left: 33.33333333%;
	}

	.moby-col-md-push-3 {
		left: 25%;
	}

	.moby-col-md-push-2 {
		left: 16.66666667%;
	}

	.moby-col-md-push-1 {
		left: 8.33333333%;
	}

	.moby-col-md-push-0 {
		left: auto;
	}

	.moby-col-md-offset-12 {
		margin-left: 100%;
	}

	.moby-col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.moby-col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.moby-col-md-offset-9 {
		margin-left: 75%;
	}

	.moby-col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.moby-col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.moby-col-md-offset-6 {
		margin-left: 50%;
	}

	.moby-col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.moby-col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.moby-col-md-offset-3 {
		margin-left: 25%;
	}

	.moby-col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.moby-col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.moby-col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {
	.moby-col-lg-1, .moby-col-lg-2, .moby-col-lg-3, .moby-col-lg-4, .moby-col-lg-5, .moby-col-lg-6, .moby-col-lg-7, .moby-col-lg-8, .moby-col-lg-9, .moby-col-lg-10, .moby-col-lg-11, .moby-col-lg-12 {
		float: left;
	}

	.moby-col-lg-12 {
		width: 100%;
	}

	.moby-col-lg-11 {
		width: 91.66666667%;
	}

	.moby-col-lg-10 {
		width: 83.33333333%;
	}

	.moby-col-lg-9 {
		width: 75%;
	}

	.moby-col-lg-8 {
		width: 66.66666667%;
	}

	.moby-col-lg-7 {
		width: 58.33333333%;
	}

	.moby-col-lg-6 {
		width: 50%;
	}

	.moby-col-lg-5 {
		width: 41.66666667%;
	}

	.moby-col-lg-4 {
		width: 33.33333333%;
	}

	.moby-col-lg-3 {
		width: 25%;
	}

	.moby-col-lg-2 {
		width: 16.66666667%;
	}

	.moby-col-lg-1 {
		width: 8.33333333%;
	}

	.moby-col-lg-pull-12 {
		right: 100%;
	}

	.moby-col-lg-pull-11 {
		right: 91.66666667%;
	}

	.moby-col-lg-pull-10 {
		right: 83.33333333%;
	}

	.moby-col-lg-pull-9 {
		right: 75%;
	}

	.moby-col-lg-pull-8 {
		right: 66.66666667%;
	}

	.moby-col-lg-pull-7 {
		right: 58.33333333%;
	}

	.moby-col-lg-pull-6 {
		right: 50%;
	}

	.moby-col-lg-pull-5 {
		right: 41.66666667%;
	}

	.moby-col-lg-pull-4 {
		right: 33.33333333%;
	}

	.moby-col-lg-pull-3 {
		right: 25%;
	}

	.moby-col-lg-pull-2 {
		right: 16.66666667%;
	}

	.moby-col-lg-pull-1 {
		right: 8.33333333%;
	}

	.moby-col-lg-pull-0 {
		right: auto;
	}

	.moby-col-lg-push-12 {
		left: 100%;
	}

	.moby-col-lg-push-11 {
		left: 91.66666667%;
	}

	.moby-col-lg-push-10 {
		left: 83.33333333%;
	}

	.moby-col-lg-push-9 {
		left: 75%;
	}

	.moby-col-lg-push-8 {
		left: 66.66666667%;
	}

	.moby-col-lg-push-7 {
		left: 58.33333333%;
	}

	.moby-col-lg-push-6 {
		left: 50%;
	}

	.moby-col-lg-push-5 {
		left: 41.66666667%;
	}

	.moby-col-lg-push-4 {
		left: 33.33333333%;
	}

	.moby-col-lg-push-3 {
		left: 25%;
	}

	.moby-col-lg-push-2 {
		left: 16.66666667%;
	}

	.moby-col-lg-push-1 {
		left: 8.33333333%;
	}

	.moby-col-lg-push-0 {
		left: auto;
	}

	.moby-col-lg-offset-12 {
		margin-left: 100%;
	}

	.moby-col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.moby-col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.moby-col-lg-offset-9 {
		margin-left: 75%;
	}

	.moby-col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.moby-col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.moby-col-lg-offset-6 {
		margin-left: 50%;
	}

	.moby-col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.moby-col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.moby-col-lg-offset-3 {
		margin-left: 25%;
	}

	.moby-col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.moby-col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.moby-col-lg-offset-0 {
		margin-left: 0%;
	}
}

table {
	background-color: transparent;
}

table col[class*="moby-col-"] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*="moby-col-"],
table th[class*="moby-col-"] {
	position: static;
	display: table-cell;
	float: none;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.moby-table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.moby-table > thead > tr > th,
.moby-table > tbody > tr > th,
.moby-table > tfoot > tr > th,
.moby-table > thead > tr > td,
.moby-table > tbody > tr > td,
.moby-table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

.moby-table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}

.moby-table > caption + thead > tr:first-child > th,
.moby-table > colgroup + thead > tr:first-child > th,
.moby-table > thead:first-child > tr:first-child > th,
.moby-table > caption + thead > tr:first-child > td,
.moby-table > colgroup + thead > tr:first-child > td,
.moby-table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.moby-table > tbody + tbody {
	border-top: 2px solid #dddddd;
}

.moby-table .moby-table {
	background-color: #ffffff;
}

.moby-table-condensed > thead > tr > th,
.moby-table-condensed > tbody > tr > th,
.moby-table-condensed > tfoot > tr > th,
.moby-table-condensed > thead > tr > td,
.moby-table-condensed > tbody > tr > td,
.moby-table-condensed > tfoot > tr > td {
	padding: 5px;
}

.moby-table-bordered {
	border: 1px solid #dddddd;
}

.moby-table-bordered > thead > tr > th,
.moby-table-bordered > tbody > tr > th,
.moby-table-bordered > tfoot > tr > th,
.moby-table-bordered > thead > tr > td,
.moby-table-bordered > tbody > tr > td,
.moby-table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}

.moby-table-bordered > thead > tr > th,
.moby-table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.moby-table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.moby-table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

.moby-table > thead > tr > td.active,
.moby-table > tbody > tr > td.active,
.moby-table > tfoot > tr > td.active,
.moby-table > thead > tr > th.active,
.moby-table > tbody > tr > th.active,
.moby-table > tfoot > tr > th.active,
.moby-table > thead > tr.active > td,
.moby-table > tbody > tr.active > td,
.moby-table > tfoot > tr.active > td,
.moby-table > thead > tr.active > th,
.moby-table > tbody > tr.active > th,
.moby-table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.moby-table-hover > tbody > tr > td.active:hover,
.moby-table-hover > tbody > tr > th.active:hover,
.moby-table-hover > tbody > tr.active:hover > td,
.moby-table-hover > tbody > tr:hover > .active,
.moby-table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.moby-table > thead > tr > td.success,
.moby-table > tbody > tr > td.success,
.moby-table > tfoot > tr > td.success,
.moby-table > thead > tr > th.success,
.moby-table > tbody > tr > th.success,
.moby-table > tfoot > tr > th.success,
.moby-table > thead > tr.success > td,
.moby-table > tbody > tr.success > td,
.moby-table > tfoot > tr.success > td,
.moby-table > thead > tr.success > th,
.moby-table > tbody > tr.success > th,
.moby-table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.moby-table-hover > tbody > tr > td.success:hover,
.moby-table-hover > tbody > tr > th.success:hover,
.moby-table-hover > tbody > tr.success:hover > td,
.moby-table-hover > tbody > tr:hover > .success,
.moby-table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.moby-table > thead > tr > td.info,
.moby-table > tbody > tr > td.info,
.moby-table > tfoot > tr > td.info,
.moby-table > thead > tr > th.info,
.moby-table > tbody > tr > th.info,
.moby-table > tfoot > tr > th.info,
.moby-table > thead > tr.info > td,
.moby-table > tbody > tr.info > td,
.moby-table > tfoot > tr.info > td,
.moby-table > thead > tr.info > th,
.moby-table > tbody > tr.info > th,
.moby-table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.moby-table-hover > tbody > tr > td.info:hover,
.moby-table-hover > tbody > tr > th.info:hover,
.moby-table-hover > tbody > tr.info:hover > td,
.moby-table-hover > tbody > tr:hover > .info,
.moby-table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.moby-table > thead > tr > td.warning,
.moby-table > tbody > tr > td.warning,
.moby-table > tfoot > tr > td.warning,
.moby-table > thead > tr > th.warning,
.moby-table > tbody > tr > th.warning,
.moby-table > tfoot > tr > th.warning,
.moby-table > thead > tr.warning > td,
.moby-table > tbody > tr.warning > td,
.moby-table > tfoot > tr.warning > td,
.moby-table > thead > tr.warning > th,
.moby-table > tbody > tr.warning > th,
.moby-table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.moby-table-hover > tbody > tr > td.warning:hover,
.moby-table-hover > tbody > tr > th.warning:hover,
.moby-table-hover > tbody > tr.warning:hover > td,
.moby-table-hover > tbody > tr:hover > .warning,
.moby-table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.moby-table > thead > tr > td.danger,
.moby-table > tbody > tr > td.danger,
.moby-table > tfoot > tr > td.danger,
.moby-table > thead > tr > th.danger,
.moby-table > tbody > tr > th.danger,
.moby-table > tfoot > tr > th.danger,
.moby-table > thead > tr.danger > td,
.moby-table > tbody > tr.danger > td,
.moby-table > tfoot > tr.danger > td,
.moby-table > thead > tr.danger > th,
.moby-table > tbody > tr.danger > th,
.moby-table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.moby-table-hover > tbody > tr > td.danger:hover,
.moby-table-hover > tbody > tr > th.danger:hover,
.moby-table-hover > tbody > tr.danger:hover > td,
.moby-table-hover > tbody > tr:hover > .danger,
.moby-table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.moby-table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

@media screen and (max-width: 767px) {
	.moby-table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
	}

	.moby-table-responsive > .moby-table {
		margin-bottom: 0;
	}

	.moby-table-responsive > .moby-table > thead > tr > th,
	.moby-table-responsive > .moby-table > tbody > tr > th,
	.moby-table-responsive > .moby-table > tfoot > tr > th,
	.moby-table-responsive > .moby-table > thead > tr > td,
	.moby-table-responsive > .moby-table > tbody > tr > td,
	.moby-table-responsive > .moby-table > tfoot > tr > td {
		white-space: nowrap;
	}

	.moby-table-responsive > .moby-table-bordered {
		border: 0;
	}

	.moby-table-responsive > .moby-table-bordered > thead > tr > th:first-child,
	.moby-table-responsive > .moby-table-bordered > tbody > tr > th:first-child,
	.moby-table-responsive > .moby-table-bordered > tfoot > tr > th:first-child,
	.moby-table-responsive > .moby-table-bordered > thead > tr > td:first-child,
	.moby-table-responsive > .moby-table-bordered > tbody > tr > td:first-child,
	.moby-table-responsive > .moby-table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.moby-table-responsive > .moby-table-bordered > thead > tr > th:last-child,
	.moby-table-responsive > .moby-table-bordered > tbody > tr > th:last-child,
	.moby-table-responsive > .moby-table-bordered > tfoot > tr > th:last-child,
	.moby-table-responsive > .moby-table-bordered > thead > tr > td:last-child,
	.moby-table-responsive > .moby-table-bordered > tbody > tr > td:last-child,
	.moby-table-responsive > .moby-table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.moby-table-responsive > .moby-table-bordered > tbody > tr:last-child > th,
	.moby-table-responsive > .moby-table-bordered > tfoot > tr:last-child > th,
	.moby-table-responsive > .moby-table-bordered > tbody > tr:last-child > td,
	.moby-table-responsive > .moby-table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}

.moby-form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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;
}

.moby-form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.moby-form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.moby-form-control:-ms-input-placeholder {
	color: #999999;
}

.moby-form-control::-webkit-input-placeholder {
	color: #999999;
}

.moby-form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.moby-form-control[disabled],
.moby-form-control[readonly],
fieldset[disabled] .moby-form-control {
	background-color: #eeeeee;
	opacity: 1;
}

.moby-form-control[disabled],
fieldset[disabled] .moby-form-control {
	cursor: not-allowed;
}

textarea.moby-form-control {
	height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	/*input[type="date"].moby-form-control,*/
	input[type="time"].moby-form-control,
	input[type="datetime-local"].moby-form-control,
	input[type="month"].moby-form-control {
		line-height: 34px;
	}

	/*input[type="date"].moby-input-sm,*/
	input[type="time"].moby-input-sm,
	input[type="datetime-local"].moby-input-sm,
	input[type="month"].moby-input-sm,
		/*.moby-input-group-sm input[type="date"],*/
	.moby-input-group-sm input[type="time"],
	.moby-input-group-sm input[type="datetime-local"],
	.moby-input-group-sm input[type="month"] {
		line-height: 30px;
	}

	/*input[type="date"].moby-input-lg,*/
	input[type="time"].moby-input-lg,
	input[type="datetime-local"].moby-input-lg,
	input[type="month"].moby-input-lg,
		/*.moby-input-group-lg input[type="date"],*/
	.moby-input-group-lg input[type="time"],
	.moby-input-group-lg input[type="datetime-local"],
	.moby-input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.moby-form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-top: 4px;
	margin-left: -20px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: absolute;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.moby-form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.moby-form-control-static.moby-input-lg,
.moby-form-control-static.moby-input-sm {
	padding-right: 0;
	padding-left: 0;
}

.moby-input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.moby-input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.moby-input-sm,
select[multiple].moby-input-sm {
	height: auto;
}

.moby-form-group-sm .moby-form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.moby-form-group-sm select.moby-form-control {
	height: 30px;
	line-height: 30px;
}

.moby-form-group-sm textarea.moby-form-control,
.moby-form-group-sm select[multiple].moby-form-control {
	height: auto;
}

.moby-form-group-sm .moby-form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.moby-input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.moby-input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.moby-input-lg,
select[multiple].moby-input-lg {
	height: auto;
}

.moby-form-group-lg .moby-form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.moby-form-group-lg select.moby-form-control {
	height: 46px;
	line-height: 46px;
}

.moby-form-group-lg textarea.moby-form-control,
.moby-form-group-lg select[multiple].moby-form-control {
	height: auto;
}

.moby-form-group-lg .moby-form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.moby-has-feedback {
	position: relative;
}

.moby-has-feedback .moby-form-control {
	padding-right: 42.5px;
}

.moby-form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.moby-input-lg + .moby-form-control-feedback,
.moby-input-group-lg + .moby-form-control-feedback,
.moby-form-group-lg .moby-form-control + .moby-form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.moby-input-sm + .moby-form-control-feedback,
.moby-input-group-sm + .moby-form-control-feedback,
.moby-form-group-sm .moby-form-control + .moby-form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.moby-has-success .help-block,
.moby-has-success .control-label,
.moby-has-success .radio,
.moby-has-success .checkbox,
.moby-has-success .radio-inline,
.moby-has-success .checkbox-inline,
.moby-has-success.radio label,
.moby-has-success.checkbox label,
.moby-has-success.radio-inline label,
.moby-has-success.checkbox-inline label {
	color: #3c763d;
}

.moby-has-success .moby-form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.moby-has-success .moby-form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.moby-has-success .moby-input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.moby-has-success .moby-form-control-feedback {
	color: #3c763d;
}

.moby-has-warning .help-block,
.moby-has-warning .control-label,
.moby-has-warning .radio,
.moby-has-warning .checkbox,
.moby-has-warning .radio-inline,
.moby-has-warning .checkbox-inline,
.moby-has-warning.radio label,
.moby-has-warning.checkbox label,
.moby-has-warning.radio-inline label,
.moby-has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.moby-has-warning .moby-form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.moby-has-warning .moby-form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.moby-has-warning .moby-input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.moby-has-warning .moby-form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .moby-form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .moby-form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .moby-input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .moby-form-control-feedback {
	color: #a94442;
}

.moby-has-feedback label ~ .moby-form-control-feedback {
	top: 25px;
}

.moby-has-feedback label.sr-only ~ .moby-form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width: 768px) {
	.moby-form-inline .moby-form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.moby-form-inline .moby-form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.moby-form-inline .moby-form-control-static {
		display: inline-block;
	}

	.moby-form-inline .moby-input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.moby-form-inline .moby-input-group .moby-input-group-addon,
	.moby-form-inline .moby-input-group .moby-input-group-btn,
	.moby-form-inline .moby-input-group .moby-form-control {
		width: auto;
	}

	.moby-form-inline .moby-input-group > .moby-form-control {
		width: 100%;
	}

	.moby-form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.moby-form-inline .radio,
	.moby-form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.moby-form-inline .radio label,
	.moby-form-inline .checkbox label {
		padding-left: 0;
	}

	.moby-form-inline .radio input[type="radio"],
	.moby-form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.moby-form-inline .moby-has-feedback .moby-form-control-feedback {
		top: 0;
	}
}

.moby-form-horizontal .radio,
.moby-form-horizontal .checkbox,
.moby-form-horizontal .radio-inline,
.moby-form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.moby-form-horizontal .radio,
.moby-form-horizontal .checkbox {
	min-height: 27px;
}

.moby-form-horizontal .moby-form-group {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.moby-form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

.moby-form-horizontal .moby-has-feedback .moby-form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {
	.moby-form-horizontal .moby-form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.moby-form-horizontal .moby-form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

/* Buttons */
.moby-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.moby-btn:focus,
.moby-btn:active:focus,
.moby-btn.active:focus,
.moby-btn.focus,
.moby-btn:active.focus,
.moby-btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.moby-btn:hover,
.moby-btn:focus,
.moby-btn.focus {
	color: #333333;
	text-decoration: none;
}

.moby-btn:active,
.moby-btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.moby-btn.disabled,
.moby-btn[disabled],
fieldset[disabled] .moby-btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.moby-btn.disabled,
fieldset[disabled] a.moby-btn {
	pointer-events: none;
}

.moby-btn-default {
	color: #333333;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.moby-btn-default:focus,
.moby-btn-default.focus {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #f8f9fa;
}

.moby-btn-default:hover {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #f8f9fa;
}

.moby-btn-default:active,
.moby-btn-default.active,
.mpby-open > .dropdown-toggle.moby-btn-default {
	color: #333333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #f8f9fa;
}

.moby-btn-default:active:hover,
.moby-btn-default.active:hover,
.mpby-open > .dropdown-toggle.moby-btn-default:hover,
.moby-btn-default:active:focus,
.moby-btn-default.active:focus,
.mpby-open > .dropdown-toggle.moby-btn-default:focus,
.moby-btn-default:active.focus,
.moby-btn-default.active.focus,
.mpby-open > .dropdown-toggle.moby-btn-default.focus {
	color: #333333;
	background-color: #d4d4d4;
	border-color: #f8f9fa;
}

.moby-btn-default.disabled:hover,
.moby-btn-default[disabled]:hover,
fieldset[disabled] .moby-btn-default:hover,
.moby-btn-default.disabled:focus,
.moby-btn-default[disabled]:focus,
fieldset[disabled] .moby-btn-default:focus,
.moby-btn-default.disabled.focus,
.moby-btn-default[disabled].focus,
fieldset[disabled] .moby-btn-default.focus {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.moby-btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}

.moby-btn-primary {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.moby-btn-primary:focus,
.moby-btn-primary.focus {
	color: #ffffff;
	background-color: #286090;
	border-color: #122b40;
}

.moby-btn-primary:hover {
	color: #ffffff;
	background-color: #286090;
	border-color: #204d74;
}

.moby-btn-primary:active,
.moby-btn-primary.active,
.mpby-open > .dropdown-toggle.moby-btn-primary {
	color: #ffffff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74;
}

.moby-btn-primary:active:hover,
.moby-btn-primary.active:hover,
.mpby-open > .dropdown-toggle.moby-btn-primary:hover,
.moby-btn-primary:active:focus,
.moby-btn-primary.active:focus,
.mpby-open > .dropdown-toggle.moby-btn-primary:focus,
.moby-btn-primary:active.focus,
.moby-btn-primary.active.focus,
.mpby-open > .dropdown-toggle.moby-btn-primary.focus {
	color: #ffffff;
	background-color: #204d74;
	border-color: #122b40;
}

.moby-btn-primary.disabled:hover,
.moby-btn-primary[disabled]:hover,
fieldset[disabled] .moby-btn-primary:hover,
.moby-btn-primary.disabled:focus,
.moby-btn-primary[disabled]:focus,
fieldset[disabled] .moby-btn-primary:focus,
.moby-btn-primary.disabled.focus,
.moby-btn-primary[disabled].focus,
fieldset[disabled] .moby-btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.moby-btn-primary .badge {
	color: #337ab7;
	background-color: #ffffff;
}

.moby-btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.moby-btn-success:focus,
.moby-btn-success.focus {
	color: #ffffff;
	background-color: #449d44;
	border-color: #255625;
}

.moby-btn-success:hover {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}

.moby-btn-success:active,
.moby-btn-success.active,
.mpby-open > .dropdown-toggle.moby-btn-success {
	color: #ffffff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439;
}

.moby-btn-success:active:hover,
.moby-btn-success.active:hover,
.mpby-open > .dropdown-toggle.moby-btn-success:hover,
.moby-btn-success:active:focus,
.moby-btn-success.active:focus,
.mpby-open > .dropdown-toggle.moby-btn-success:focus,
.moby-btn-success:active.focus,
.moby-btn-success.active.focus,
.mpby-open > .dropdown-toggle.moby-btn-success.focus {
	color: #ffffff;
	background-color: #398439;
	border-color: #255625;
}

.moby-btn-success.disabled:hover,
.moby-btn-success[disabled]:hover,
fieldset[disabled] .moby-btn-success:hover,
.moby-btn-success.disabled:focus,
.moby-btn-success[disabled]:focus,
fieldset[disabled] .moby-btn-success:focus,
.moby-btn-success.disabled.focus,
.moby-btn-success[disabled].focus,
fieldset[disabled] .moby-btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.moby-btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff;
}

.moby-btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.moby-btn-info:focus,
.moby-btn-info.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.moby-btn-info:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.moby-btn-info:active,
.moby-btn-info.active,
.mpby-open > .dropdown-toggle.moby-btn-info {
	color: #ffffff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc;
}

.moby-btn-info:active:hover,
.moby-btn-info.active:hover,
.mpby-open > .dropdown-toggle.moby-btn-info:hover,
.moby-btn-info:active:focus,
.moby-btn-info.active:focus,
.mpby-open > .dropdown-toggle.moby-btn-info:focus,
.moby-btn-info:active.focus,
.moby-btn-info.active.focus,
.mpby-open > .dropdown-toggle.moby-btn-info.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.moby-btn-info.disabled:hover,
.moby-btn-info[disabled]:hover,
fieldset[disabled] .moby-btn-info:hover,
.moby-btn-info.disabled:focus,
.moby-btn-info[disabled]:focus,
fieldset[disabled] .moby-btn-info:focus,
.moby-btn-info.disabled.focus,
.moby-btn-info[disabled].focus,
fieldset[disabled] .moby-btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.moby-btn-info .badge {
	color: #5bc0de;
	background-color: #ffffff;
}

.moby-btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.moby-btn-warning:focus,
.moby-btn-warning.focus {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.moby-btn-warning:hover {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}

.moby-btn-warning:active,
.moby-btn-warning.active,
.mpby-open > .dropdown-toggle.moby-btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512;
}

.moby-btn-warning:active:hover,
.moby-btn-warning.active:hover,
.mpby-open > .dropdown-toggle.moby-btn-warning:hover,
.moby-btn-warning:active:focus,
.moby-btn-warning.active:focus,
.mpby-open > .dropdown-toggle.moby-btn-warning:focus,
.moby-btn-warning:active.focus,
.moby-btn-warning.active.focus,
.mpby-open > .dropdown-toggle.moby-btn-warning.focus {
	color: #ffffff;
	background-color: #d58512;
	border-color: #985f0d;
}

.moby-btn-warning.disabled:hover,
.moby-btn-warning[disabled]:hover,
fieldset[disabled] .moby-btn-warning:hover,
.moby-btn-warning.disabled:focus,
.moby-btn-warning[disabled]:focus,
fieldset[disabled] .moby-btn-warning:focus,
.moby-btn-warning.disabled.focus,
.moby-btn-warning[disabled].focus,
fieldset[disabled] .moby-btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.moby-btn-warning .badge {
	color: #f0ad4e;
	background-color: #ffffff;
}

.moby-btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.moby-btn-danger:focus,
.moby-btn-danger.focus {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #761c19;
}

.moby-btn-danger:hover {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.moby-btn-danger:active,
.moby-btn-danger.active,
.mpby-open > .dropdown-toggle.moby-btn-danger {
	color: #ffffff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925;
}

.moby-btn-danger:active:hover,
.moby-btn-danger.active:hover,
.mpby-open > .dropdown-toggle.moby-btn-danger:hover,
.moby-btn-danger:active:focus,
.moby-btn-danger.active:focus,
.mpby-open > .dropdown-toggle.moby-btn-danger:focus,
.moby-btn-danger:active.focus,
.moby-btn-danger.active.focus,
.mpby-open > .dropdown-toggle.moby-btn-danger.focus {
	color: #ffffff;
	background-color: #ac2925;
	border-color: #761c19;
}

.moby-btn-danger.disabled:hover,
.moby-btn-danger[disabled]:hover,
fieldset[disabled] .moby-btn-danger:hover,
.moby-btn-danger.disabled:focus,
.moby-btn-danger[disabled]:focus,
fieldset[disabled] .moby-btn-danger:focus,
.moby-btn-danger.disabled.focus,
.moby-btn-danger[disabled].focus,
fieldset[disabled] .moby-btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.moby-btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff;
}

.moby-btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}

.moby-btn-link,
.moby-btn-link:active,
.moby-btn-link.active,
.moby-btn-link[disabled],
fieldset[disabled] .moby-btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.moby-btn-link,
.moby-btn-link:hover,
.moby-btn-link:focus,
.moby-btn-link:active {
	border-color: transparent;
}

.moby-btn-link:hover,
.moby-btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

.moby-btn-link[disabled]:hover,
fieldset[disabled] .moby-btn-link:hover,
.moby-btn-link[disabled]:focus,
fieldset[disabled] .moby-btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.moby-btn-lg,
.moby-btn-group-lg > .moby-btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.moby-btn-sm,
.moby-btn-group-sm > .moby-btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.moby-btn-xs,
.moby-btn-group-xs > .moby-btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.moby-btn-block {
	display: block;
	width: 100%;
}

.moby-btn-block + .moby-btn-block {
	margin-top: 5px;
}

input[type="submit"].moby-btn-block,
input[type="reset"].moby-btn-block,
input[type="button"].moby-btn-block {
	width: 100%;
}

.moby-btn-group,
.moby-btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.moby-btn-group > .moby-btn,
.moby-btn-group-vertical > .moby-btn {
	position: relative;
	float: left;
}

.moby-btn-group > .moby-btn:hover,
.moby-btn-group-vertical > .moby-btn:hover,
.moby-btn-group > .moby-btn:focus,
.moby-btn-group-vertical > .moby-btn:focus,
.moby-btn-group > .moby-btn:active,
.moby-btn-group-vertical > .moby-btn:active,
.moby-btn-group > .moby-btn.active,
.moby-btn-group-vertical > .moby-btn.active {
	z-index: 2;
}

.moby-btn-group .moby-btn + .moby-btn,
.moby-btn-group .moby-btn + .moby-btn-group,
.moby-btn-group .moby-btn-group + .moby-btn,
.moby-btn-group .moby-btn-group + .moby-btn-group {
	margin-left: -1px;
}

.moby-btn-toolbar {
	margin-left: -5px;
}

.moby-btn-toolbar .moby-btn,
.moby-btn-toolbar .moby-btn-group,
.moby-btn-toolbar .moby-input-group {
	float: left;
}

.moby-btn-toolbar > .moby-btn,
.moby-btn-toolbar > .moby-btn-group,
.moby-btn-toolbar > .moby-input-group {
	margin-left: 5px;
}

.moby-btn-group > .moby-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.moby-btn-group > .moby-btn:first-child {
	margin-left: 0;
}

.moby-btn-group > .moby-btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.moby-btn-group > .moby-btn:last-child:not(:first-child),
.moby-btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.moby-btn-group > .moby-btn-group {
	float: left;
}

.moby-btn-group > .moby-btn-group:not(:first-child):not(:last-child) > .moby-btn {
	border-radius: 0;
}

.moby-btn-group > .moby-btn-group:first-child:not(:last-child) > .moby-btn:last-child,
.moby-btn-group > .moby-btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.moby-btn-group > .moby-btn-group:last-child:not(:first-child) > .moby-btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.moby-btn-group .dropdown-toggle:active,
.moby-btn-group.mpby-open .dropdown-toggle {
	outline: 0;
}

.moby-btn-group > .moby-btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.moby-btn-group > .moby-btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.moby-btn-group.mpby-open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.moby-btn-group.mpby-open .dropdown-toggle.moby-btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.moby-btn .caret {
	margin-left: 0;
}

.moby-btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .moby-btn-lg .caret {
	border-width: 0 5px 5px;
}

.moby-btn-group-vertical > .moby-btn,
.moby-btn-group-vertical > .moby-btn-group,
.moby-btn-group-vertical > .moby-btn-group > .moby-btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.moby-btn-group-vertical > .moby-btn-group > .moby-btn {
	float: none;
}

.moby-btn-group-vertical > .moby-btn + .moby-btn,
.moby-btn-group-vertical > .moby-btn + .moby-btn-group,
.moby-btn-group-vertical > .moby-btn-group + .moby-btn,
.moby-btn-group-vertical > .moby-btn-group + .moby-btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.moby-btn-group-vertical > .moby-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.moby-btn-group-vertical > .moby-btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.moby-btn-group-vertical > .moby-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.moby-btn-group-vertical > .moby-btn-group:not(:first-child):not(:last-child) > .moby-btn {
	border-radius: 0;
}

.moby-btn-group-vertical > .moby-btn-group:first-child:not(:last-child) > .moby-btn:last-child,
.moby-btn-group-vertical > .moby-btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.moby-btn-group-vertical > .moby-btn-group:last-child:not(:first-child) > .moby-btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.moby-btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.moby-btn-group-justified > .moby-btn,
.moby-btn-group-justified > .moby-btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.moby-btn-group-justified > .moby-btn-group .moby-btn {
	width: 100%;
}

.moby-btn-group-justified > .moby-btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .moby-btn input[type="radio"],
[data-toggle="buttons"] > .moby-btn-group > .moby-btn input[type="radio"],
[data-toggle="buttons"] > .moby-btn input[type="checkbox"],
[data-toggle="buttons"] > .moby-btn-group > .moby-btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.moby-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.moby-input-group[class*="moby-col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.moby-input-group .moby-form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.moby-input-group .moby-form-control:focus {
	z-index: 3;
}

.moby-input-group-lg > .moby-form-control,
.moby-input-group-lg > .moby-input-group-addon,
.moby-input-group-lg > .moby-input-group-btn > .moby-btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.moby-input-group-lg > .moby-form-control,
select.moby-input-group-lg > .moby-input-group-addon,
select.moby-input-group-lg > .moby-input-group-btn > .moby-btn {
	height: 46px;
	line-height: 46px;
}

textarea.moby-input-group-lg > .moby-form-control,
textarea.moby-input-group-lg > .moby-input-group-addon,
textarea.moby-input-group-lg > .moby-input-group-btn > .moby-btn,
select[multiple].moby-input-group-lg > .moby-form-control,
select[multiple].moby-input-group-lg > .moby-input-group-addon,
select[multiple].moby-input-group-lg > .moby-input-group-btn > .moby-btn {
	height: auto;
}

.moby-input-group-sm > .moby-form-control,
.moby-input-group-sm > .moby-input-group-addon,
.moby-input-group-sm > .moby-input-group-btn > .moby-btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.moby-input-group-sm > .moby-form-control,
select.moby-input-group-sm > .moby-input-group-addon,
select.moby-input-group-sm > .moby-input-group-btn > .moby-btn {
	height: 30px;
	line-height: 30px;
}

textarea.moby-input-group-sm > .moby-form-control,
textarea.moby-input-group-sm > .moby-input-group-addon,
textarea.moby-input-group-sm > .moby-input-group-btn > .moby-btn,
select[multiple].moby-input-group-sm > .moby-form-control,
select[multiple].moby-input-group-sm > .moby-input-group-addon,
select[multiple].moby-input-group-sm > .moby-input-group-btn > .moby-btn {
	height: auto;
}

.moby-input-group-addon,
.moby-input-group-btn,
.moby-input-group .moby-form-control {
	display: table-cell;
}

.moby-input-group-addon:not(:first-child):not(:last-child),
.moby-input-group-btn:not(:first-child):not(:last-child),
.moby-input-group .moby-form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.moby-input-group-addon,
.moby-input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.moby-input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.moby-input-group-addon.moby-input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.moby-input-group-addon.moby-input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.moby-input-group-addon input[type="radio"],
.moby-input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.moby-input-group .moby-form-control:first-child,
.moby-input-group-addon:first-child,
.moby-input-group-btn:first-child > .moby-btn,
.moby-input-group-btn:first-child > .moby-btn-group > .moby-btn,
.moby-input-group-btn:first-child > .dropdown-toggle,
.moby-input-group-btn:last-child > .moby-btn:not(:last-child):not(.dropdown-toggle),
.moby-input-group-btn:last-child > .moby-btn-group:not(:last-child) > .moby-btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.moby-input-group-addon:first-child {
	border-right: 0;
}

.moby-input-group .moby-form-control:last-child,
.moby-input-group-addon:last-child,
.moby-input-group-btn:last-child > .moby-btn,
.moby-input-group-btn:last-child > .moby-btn-group > .moby-btn,
.moby-input-group-btn:last-child > .dropdown-toggle,
.moby-input-group-btn:first-child > .moby-btn:not(:first-child),
.moby-input-group-btn:first-child > .moby-btn-group:not(:first-child) > .moby-btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.moby-input-group-addon:last-child {
	border-left: 0;
}

.moby-input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.moby-input-group-btn > .moby-btn {
	position: relative;
}

.moby-input-group-btn > .moby-btn + .moby-btn {
	margin-left: -1px;
}

.moby-input-group-btn > .moby-btn:hover,
.moby-input-group-btn > .moby-btn:focus,
.moby-input-group-btn > .moby-btn:active {
	z-index: 2;
}

.moby-input-group-btn:first-child > .moby-btn,
.moby-input-group-btn:first-child > .moby-btn-group {
	margin-right: -1px;
}

.moby-input-group-btn:last-child > .moby-btn,
.moby-input-group-btn:last-child > .moby-btn-group {
	z-index: 2;
	margin-left: -1px;
}

.moby-alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.moby-alert h4 {
	margin-top: 0;
	color: inherit;
}

.moby-alert .moby-alert-link {
	font-weight: bold;
}

.moby-alert > p,
.moby-alert > ul {
	margin-bottom: 0;
}

.moby-alert > p + p {
	margin-top: 5px;
}

.moby-alert-dismissable,
.moby-alert-dismissible {
	padding-right: 35px;
}

.moby-alert-dismissable .close,
.moby-alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.moby-alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.moby-alert-success hr {
	border-top-color: #c9e2b3;
}

.moby-alert-success .moby-alert-link {
	color: #2b542c;
}

.moby-alert-default {
	background-color: transparent;
	border-color: #bbb;
}

.moby-alert-default hr {
	border-top-color: #a6e1ec;
}

.moby-alert-default .moby-alert-link {
	color: #245269;
}

.moby-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.moby-alert-info hr {
	border-top-color: #a6e1ec;
}

.moby-alert-info .moby-alert-link {
	color: #245269;
}


.moby-alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.moby-alert-warning hr {
	border-top-color: #f7e1b5;
}

.moby-alert-warning .moby-alert-link {
	color: #66512c;
}

.moby-alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.moby-alert-danger hr {
	border-top-color: #e4b9c0;
}

.moby-alert-danger .moby-alert-link {
	color: #843534;
}

@-webkit-keyframes moby-progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-o-keyframes moby-progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes moby-progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.moby-progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.moby-progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.moby-progress-striped .moby-progress-bar,
.moby-progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}

.moby-progress.active .moby-progress-bar,
.moby-progress-bar.active {
	-webkit-animation: moby-progress-bar-stripes 2s linear infinite;
	-o-animation: moby-progress-bar-stripes 2s linear infinite;
	animation: moby-progress-bar-stripes 2s linear infinite;
}

.moby-progress-bar-success {
	background-color: #5cb85c;
}

.moby-progress-striped .moby-progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.moby-progress-bar-info {
	background-color: #5bc0de;
}

.moby-progress-striped .moby-progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.moby-progress-bar-warning {
	background-color: #f0ad4e;
}

.moby-progress-striped .moby-progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.moby-progress-bar-danger {
	background-color: #d9534f;
}

.moby-progress-striped .moby-progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.moby-modal-open {
	overflow: hidden;
}

.moby-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.moby-modal.fade .moby-modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.moby-modal.in .moby-modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.moby-modal-open .moby-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.moby-modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.moby-modal-content {
	position: relative;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}

.moby-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.moby-modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.moby-modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.moby-modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.moby-modal-header .close {
	margin-top: -2px;
}

.moby-modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.moby-modal-body {
	position: relative;
	padding: 15px;
}

.moby-modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.moby-modal-footer .moby-btn + .moby-btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.moby-modal-footer .moby-btn-group .moby-btn + .moby-btn {
	margin-left: -1px;
}

.moby-modal-footer .moby-btn-block + .moby-btn-block {
	margin-left: 0;
}

.moby-modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.moby-modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.moby-modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.moby-modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.moby-modal-lg {
		width: 900px;
	}
}

.moby-tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	opacity: 0;
}

.moby-tooltip.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.moby-tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.moby-tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.moby-tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.moby-tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.moby-tooltip.top .moby-tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.moby-tooltip.top-left .moby-tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.moby-tooltip.top-right .moby-tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.moby-tooltip.right .moby-tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}

.moby-tooltip.left .moby-tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}

.moby-tooltip.bottom .moby-tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.moby-tooltip.bottom-left .moby-tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.moby-tooltip.bottom-right .moby-tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.moby-tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-radius: 4px;
}

.moby-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.moby-popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 14px;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.moby-popover.top {
	margin-top: -10px;
}

.moby-popover.right {
	margin-left: 10px;
}

.moby-popover.bottom {
	margin-top: 10px;
}

.moby-popover.left {
	margin-left: -10px;
}

.moby-popover > .arrow {
	border-width: 11px;
}

.moby-popover > .arrow,
.moby-popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.moby-popover > .arrow:after {
	content: "";
	border-width: 10px;
}

.moby-popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}

.moby-popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #ffffff;
	border-bottom-width: 0;
}

.moby-popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}

.moby-popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #ffffff;
	border-left-width: 0;
}

.moby-popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.moby-popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #ffffff;
}

.moby-popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.moby-popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #ffffff;
}

.moby-popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.moby-popover-content {
	padding: 9px 14px;
}

.moby-clearfix:before,
.moby-clearfix:after,
.moby-container:before,
.moby-container:after,
.moby-container-fluid:before,
.moby-container-fluid:after,
.moby-row:before,
.moby-row:after,
.moby-form-horizontal .moby-form-group:before,
.moby-form-horizontal .moby-form-group:after,
.moby-btn-toolbar:before,
.moby-btn-toolbar:after,
.moby-btn-group-vertical > .moby-btn-group:before,
.moby-btn-group-vertical > .moby-btn-group:after,
.moby-modal-header:before,
.moby-modal-header:after,
.moby-modal-footer:before,
.moby-modal-footer:after {
	display: table;
	content: " ";
}

.moby-clearfix:after,
.moby-container:after,
.moby-container-fluid:after,
.moby-row:after,
.moby-form-horizontal .moby-form-group:after,
.moby-btn-toolbar:after,
.moby-btn-group-vertical > .moby-btn-group:after,
.moby-modal-header:after,
.moby-modal-footer:after {
	clear: both;
}

.moby-center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.moby-pull-right {
	float: right !important;
}

.moby-pull-left {
	float: left !important;
}

.moby-hide {
	display: none !important;
}

.moby-show {
	display: block !important;
}

.moby-invisible {
	visibility: hidden;
}

.moby-text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.moby-hidden {
	display: none !important;
}

.moby-affix {
	position: fixed;
}

/* Styles for the loading overlay */
.moby-loading-overlay {
	display: none; /* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.moby-loading-overlay.active {
	display: flex; /* Show overlay when active */
}

/* Styles for the loading icon */
.moby-loading-icon {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Custom styles for the login modal */
.moby-login-modal .moby-form-group {
	margin-bottom: 1rem;
}

.moby-login-modal .moby-form-control {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.moby-login-modal .moby-form-control:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.moby-has-error, .moby-has-error:focus {
	border-color: #dc3545;
}

.moby-error-message {
	color: #dc3545;
	font-size: 0.875rem;
	padding: 0.25rem 0;
}

.moby-login-modal .moby-has-error .moby-form-control {
	border-color: #dc3545;
}

.moby-login-modal .moby-has-error .moby-form-control:focus {
	border-color: #e3342f;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.moby-login-modal .moby-text-left {
	text-align: left;
}

.swal2-title {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

.swal2-content {
	padding: 1rem;
}

.swal2-styled.swal2-confirm {
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 0.25rem;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	margin-right: 0.5rem;
}

.swal2-styled.swal2-confirm:focus {
	box-shadow: none;
}

.swal2-styled.swal2-cancel {
	background-color: #dc3545;
	color: #fff;
	border: none;
	border-radius: 0.25rem;
	font-size: 1rem;
	padding: 0.5rem 1rem;
}

div:where(.swal2-container) div:where(.swal2-popup) {
	width: auto !important;;
}

#moby-events-list .dataTables_info {
	display: none;
}

#moby-events-list .dataTable {
	width: 100% !important;
}

#moby-events-list table.dataTable thead th:after, #moby-events-list table.dataTable thead td:after {
	content: "";
}

table.dataTable tbody tr {
	background-color: transparent;
}
