/* Ionic CSS*/
/*bar */
.bar {
	height: 44px;
}

.bar .title {
	height: 44px !important;
	line-height: 44px;
}

.platform-android .bar .title {
	font-size: 19px;
	line-height: 44px;
}

.has-header {
	top: 44px;
}


.has-tabs-header {
	top: 63px;
	top: calc(constant(safe-area-inset-top) + 63px);
	top: calc(env(safe-area-inset-top) + 63px);
}

.platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
	top: 44px;
	top: calc(constant(safe-area-inset-top) + 44px);
	top: calc(env(safe-area-inset-top) + 44px);
}

.bar-subheader {
	top: 44px;
	height: 60px;
}

.bar-subheader .title {
	height: 43px;
	line-height: 64px;
}

.platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
	top: 44px;
	top: calc(constant(safe-area-inset-top) + 44px);
	top: calc(env(safe-area-inset-top) + 44px);
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
	height: 44px;
	height: calc(constant(safe-area-inset-top) + 44px);
	height: calc(env(safe-area-inset-top) + 44px);
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
	margin-top: 20px !important;
	margin-top: constant(safe-area-inset-top) !important;
	margin-top: env(safe-area-inset-top) !important;
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * {
	margin-top: 20px;
	margin-top: constant(safe-area-inset-top) !important;
	margin-top: env(safe-area-inset-top) !important;
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) {
	height: 44px;
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
	margin-top: -1px;
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) > * {
	margin-top: 0;
}

.bar.bar-light {
	background-image: linear-gradient(0deg, #AAA, #fff 50%, transparent 50%);
	/*box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.7);*/
}

.bar.bar-light .title {
	height: 44px !important;
	font-family: "PTSans-Bold";
	font-size: 18px !important;
	color: rgb(51, 51, 51) !important;
	letter-spacing: 0.22px !important;
}

.no-header {
	top: calc(0px) !important;
	top: calc(0px + constant(safe-area-inset-top)) !important;
	top: calc(0px + env(safe-area-inset-top)) !important;
}

.product-no-header {
	top: calc(0px) !important;
	top: calc(0px) !important;
	top: calc(0px) !important;
}

/*TABS*/
.tabs {
	height: 51px;
	box-shadow: 4px 0px 0px 0px rgba(60, 60, 60, 1);
	background-color: white;
	background-image: linear-gradient(0deg, rgba(173, 173, 173,.3), 50%, transparent 50%);

}

.has-tabs, .bar-footer.has-tabs {
	bottom: 51px;
}

.tab-item .icon {
	display: block;
	margin: 0 auto;
	height: 28px;
	font-size: 24px;
}
/*.tabs-icon-bottom.tabs .tab-item, .tabs-icon-bottom > .tabs .tab-item, .tabs-icon-top.tabs .tab-item, .tabs-icon-top > .tabs .tab-item {*/
/*	font-size: 10px;*/
/*	letter-spacing: 0.1px;*/
/*	font-family: SFProText-Regular;*/
/*}*/

.tab-item {
	opacity: 1;
}

a.tab-item {
	color: #989898!important;
	font-family: NotoSans!important;
	font-weight: bold!important;
	letter-spacing: 0.11px;
	font-size: 9px!important;

}

a.tab-item.tab-item-active {
	color: black !important;
	font-family: NotoSans!important;
	font-weight: bold!important;
	letter-spacing: 0.11px;
	font-size: 9px!important;
}



.platform-ios.platform-cordova:not(.fullscreen) .has-tabs, .platform-ios.platform-cordova:not(.fullscreen) .bar-footer.has-tabs {
	bottom: calc(constant(safe-area-inset-bottom) + 50px);
	bottom: calc(env(safe-area-inset-bottom) + 50px);
}

.platform-ios.platform-cordova:not(.fullscreen) .tabs-top > .tabs, .platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top {
	top: 50px;
}

.platform-ios.platform-cordova:not(.fullscreen) .tabs {
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	height: calc(constant(safe-area-inset-bottom) + 50px);
	height: calc(env(safe-area-inset-bottom) + 50px);
}

.toggle input:checked + .track {
	border-color: #cb333b !important;
	background-color: #cb333b !important;
}

.item-radio input:checked + .radio-content .item-content {
	background: #5CABD2;
	color: white;
	font-family: PTSans-Bold;
}

.header-left-button i {
	margin-left: -5px;
	margin-top: 9px;
}

.header-right-button i {
	margin-right: -5px;
	margin-top: 6px;
}


.tp-background-white {
	background: #ffffff;
}

.tp-item.item {
	border-radius: 6px;

	border: #d3d3d3 solid 1px !important;
	/* border-bottom: rgb(211, 211, 211) solid 0.5px !important; */
	margin: 2px 0px 15px 0px;
}
.input-label {
	padding: 0 0 0 1px;
}

.tp-item.item-input {
	padding: 0 10px;
	font-size: 15px !important;
	letter-spacing: 0px;
	height: 42px!important;
}

.tp-item.item-input input::-webkit-input-placeholder {
	padding: 0px;
	margin: 0px;
	font-size: 15px !important;

	color: rgb(170, 170, 170);
}

.tp-item.item-input input::-moz-placeholder {
	padding: 0px;
	font-size: 15px !important;

	color: rgb(170, 170, 170);
}

.tp-item.item-input input[type="text"] {
	font-size: 14px;
	color: black;
}

.tp-item.item-input input[type="password"] {
	font-size: 15px;
	color: black;
}

.tp-item.item-input input[type="number"] {
	font-size: 15px;
	color: black;
}

.tp-item.item-input input[type="email"] {
	font-size: 15px;
	color: black;
}

.tp-item.item-select select {
	/*max-width: 100%;*/
	/*width: 100%;*/
	/*right: 150px;*/
}

.item-normal.item {
	border: white solid 1px !important;
	border-bottom: rgb(238, 238, 238) solid 1px !important;
	margin: 0px;
}

.item-normal-whitout-border.item {
	border: white solid 1px !important;
	margin: 0px;
}

/*.tp-verification-list input:focus::-webkit-input-placeholder {*/
/*line-height: 15px !important;*/
/*font-size: 20px !important;*/
/*color: #ffffff !important;*/
/*}*/

.tp-verification-list input:focus {
	color: black !important;
	/*letter-spacing: 20px !important;*/
	font-size: 20px !important;
	height: 40px !important;
}

.tp-verification-list input {
	color: black !important;
	line-height: 36px !important;
	letter-spacing: 43px !important;
	font-size: 20px !important;
	height: 40px !important;
}

/*Custom CSS*/

.welcome-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	background-size: cover;
	background: #cb333b !important;
	/*background-image: url('http://thumb7.shutterstock.com/display_pic_with_logo/286279/196344845/stock-photo-retro-alarm-clock-on-a-table-photo-in-retro-color-image-style-196344845.jpg');*/
	/*background-image: url('http://thumb9.shutterstock.com/display_pic_with_logo/724045/229955416/stock-photo-alarm-clock-on-table-over-vintage-background-229955416.jpg');*/
}

.black-button {
	width: 100% !important;
	border-radius: 6px !important;
	max-height: 51px !important;
	height: 51px !important;
	background: rgb(44, 46, 47);
	border-width: 0px;
	font-family: "PTSans-Bold" !important;
	letter-spacing: 0.2px !important;
	color:white;
}

.white-button {
	width: 100% !important;
	border-radius: 6px !important;
	max-height: 51px !important;
	height: 51px !important;
	background: white;
	border-width: 0px;
	font-size: 18px!important;
	font-family: "PTSans-Bold" !important;
	letter-spacing: 0.2px !important;
	color: rgb(44, 46, 47);
}

.white-button a {
	font-family: "PTSans-Bold" !important;
	font-fafont-weight: 600 !important;
	font-size: 15px !important;
	letter-spacing: 0px !important;
	color: rgb(51, 51, 51) !important;
}

.white-button i {
	height: 18px;
	width: 18px;
}


.gray-button {
	width: 100% !important;
	border-radius: 4pt !important;
	max-height: 44px !important;
	height: 44px !important;
	background: #CCCCCC;
	border-width: 0px;
	font-family: "PTSans-Bold" !important;
	font-weight: bold !important;
	letter-spacing: 0px !important;
	color: #ffffFF;
}

.gray-button a {
	font-family: "PTSans-Bold" !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	letter-spacing: 0px !important;
	color: white !important;
}

.gray-button i {
	height: 18px;
	width: 18px;
}



.transparent-button {
	width: 100% !important;
	border-radius: 6px !important;
	max-height: 51px !important;
	height: 51px !important;
	background: rgb(255,255, 255) !important;
	border:1px solid rgb(198,198,198)!important;
	color:  rgb(198,198,198)!important;
	font-family: "PTSans-Bold" !important;
	letter-spacing: 0px !important;

}

.transparent-button a {
	font-family: "PTSans-Bold" !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	letter-spacing: 0px !important;
	line-height: 20px;
}

.transparent-button[disabled] {
	background: #CCCCCC !important;
}


.transparent-button i {
	height: 18px;
	width: 18px;
}

.transparent-button input[type="text"] {
	font-size: 15px;
}
/**/
.red-button {
	width: 100% !important;
	border-radius: 6px !important;
	max-height: 51px !important;
	height: 51px !important;
	background: #cb333b !important;
	border-width: 0px;
	color: white!important;
	font-size:18px!important;
	font-family: "PTSans-Bold" !important;
	letter-spacing: 0px !important;

}

.red-button a {
	font-family: "PTSans-Bold" !important;
	font-weight: 600 !important;
	letter-spacing: 0px !important;
	line-height: 20px;
	color: white;
}

.red-button[disabled] {
	background: #CCCCCC !important;
}


.red-button i {
	height: 18px;
	width: 18px;
}

.red-button input[type="text"] {
	font-size: 15px;
}

.red-button-regular {
	border-radius: 4pt !important;
	max-height: 44px !important;
	height: 44px !important;
	background: #cb333b !important;
	border-width: 0px;
	color: white;
	padding: 12px 22px;
	font-family: "PTSans-Bold" !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;

}

.red-button-regular a {
	font-family: "PTSans-Bold" !important;
	font-weight: bold !important;
	font-size: 15px !important;
	letter-spacing: 0px !important;
	line-height: 20px;
	color: white;
}

.red-button-regular i {
	height: 18px;
	width: 18px;
}

.red-button-regular input[type="text"] {
	font-size: 15px;
}

#create-button {
	position: absolute;
	bottom: 16px;
	bottom: calc(16px) !important;;
	bottom: calc(16px) !important;;
	right: 16px;
	height: 56px;
	z-index: 101;
	width: 56px;
	text-align: center;
	padding: 0px;
	/*-webkit-transition: top 1s; !* Safari *!*/
	/*transition: top 1s;*/
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	border-radius: 45px;


	padding-top: 12px !important
}




#create-list-button {
	position: absolute;
	bottom: 160px;
	bottom: calc(160px) !important;;
	bottom: calc(160px) !important;;
	right: 16px;
	height: 56px;
	z-index: 102;
	width: 56px;
	text-align: center;
	padding: 0px;
	/*-webkit-transition: top 1s; !* Safari *!*/
	/*transition: top 1s;*/
	background: #cb333b;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	border-radius: 45px;
	padding-top: 12px !important;
	animation-name: create-list-anime;
	animation-duration: 0.3s;
}

#qrcode-button {
	position: absolute;
	bottom: 230px;
	bottom: calc(230px) !important;;
	bottom: calc(230px) !important;;
	right: 16px;
	height: 56px;
	z-index: 102;
	width: 56px;
	text-align: center;
	padding: 0px;
	/*-webkit-transition: top 1s; !* Safari *!*/
	/*transition: top 1s;*/
	background: #cb333b;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	border-radius: 45px;
	padding-top: 14px !important;
	animation-name: qrcode-anime;
	animation-duration: 0.3s;
}

.qrcode-button-string {
	position: absolute;
	bottom: 10px;
	bottom: calc(10px) !important;
	bottom: calc(10px) !important;
	right: 70px;
	/* height: 56px; */
	min-width: 300px;
	z-index: 102;
	/* width: 56px; */
	color: white;
	background: transparent;
	text-align: right;
	padding: 0px;
	animation-name: qrcode-string-anime;
	animation-duration: 0.3s;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
}

@keyframes qrcode-string-anime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes create-trip-anime {
	from {
		bottom: 16px;
	}
	to {
		bottom: 88px;
	}
}

@keyframes create-list-anime {
	from {
		bottom: 16px;
	}
	to {
		bottom: 160px;
	}
}

@keyframes qrcode-anime {
	from {
		bottom: 16px;
	}
	to {
		bottom: 230px;
	}
}

/**/
.trip-list .item {
	border-style: none;

}

/*trip card*/
.trip-card {
	border: rgb(221, 221, 221) solid 1px;
	border-radius: 6px;
	margin-bottom: 16px;
	background: white;
}

.trip-card .thumbnail {
	position: relative;
	max-height: 170px;
}

.trip-card .thumbnail img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
	height: 170px;
}

.fix-thumbnail-radius1 {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.fix-thumbnail-radius1 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.trip-card .info-box {
	padding: 4px 8px 4px 8px;
	text-align: left;
}

.trip-card .info-box .openDate {
	margin-bottom: 2px;
}

.trip-card .info-box .openDate a {
	/*font-family: AndaleMono;*/
	font-size: 13px;
	letter-spacing: 0px;
	color: rgb(153, 153, 153);
}

.trip-card .subject {
	/*margin-top: 8px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.trip-card .subject a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-weight: 600 !important;
	font-size: 17px;
	color: rgb(51, 51, 51);

	overflow: hidden;
}

.trip-card .avatar {
	margin-top: 5px;

}

.trip-card .content {
	/*height: 42px;*/
}

.trip-card .content a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 15px;

	color: rgb(102, 102, 102);
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.trip-card .avatar img {
	height: 38px;
	width: 38px;
	border-radius: 45px;
}

.trip-card .avatar a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 15px;
	color: black;
}

/*trip card slide*/
.trip-card-slide {
	border: rgb(221, 221, 221) solid 1px;
	border-radius: 6px;
	/*margin-bottom: 16px;*/
	min-width: 220px !important;
	height: 115px;
}

.trip-card-slide .thumbnail {
	max-height: 113px;
	position: relative;
}

.trip-card-slide .thumbnail img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
	height: 113px;
}

.trip-card-slide .info-box {
	padding: 4px 8px 4px 8px;
	text-align: left;
	/*min-height: 120px;*/
}

.trip-card-slide .info-box .openDate {
	margin-bottom: 3px;
}

.trip-card-slide .info-box .openDate a {
	/*font-family: AndaleMono;*/
	font-size: 13px;
	letter-spacing: 0px;
	color: rgb(153, 153, 153);
}

.trip-card-slide .subject {
	/*margin-top: 8px;*/
}

.trip-card-slide .subject a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-weight: 600 !important;
	font-size: 17px;
	color: rgb(51, 51, 51);

	overflow: hidden;
}

.trip-card-slide .avatar {
	margin-top: 10px;
}

.trip-card-slide .content {
	/*height: 42px;*/
}

.trip-card-slide .content a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 15px;

	color: rgb(102, 102, 102);
}

.trip-card-slide .avatar img {
	height: 34px;
	width: 34px;
	border-radius: 45px;
}

.trip-card-slide .avatar a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 15px;
	color: black;
}


/*trip card slide*/
.explore-trip-card-slide {
	/*border: rgb(221, 221, 221) solid 1px;*/
	border-radius: 2px;
	/*margin-bottom: 16px;*/
	min-width: 220px !important;
	height: 197px;
}

.explore-trip-card-slide .card-info-type {
	padding: 4px 3px 0px 3px;
	max-width: 100%;
	background: white;
	border-radius: 8px;
	position: absolute;
	top: 8px;
	white-space: normal;
	opacity: 0.8;
	left: 8px;
}

.explore-trip-card-slide .thumbnail {
	max-height: 150px;
	position: relative;
}

.explore-trip-card-slide .thumbnail img {
	border-top-left-radius: 1px;
	border-top-right-radius: 2px;
	width: 100%;
	height: 150px;
}

.explore-trip-card-slide .info-box {
	padding: 8px 0 0 0;
	text-align: left;
	/*min-height: 120px;*/
}

.explore-trip-card-slide .info-box .openDate {
	margin-bottom: 3px;
}

.explore-trip-card-slide .info-box .openDate a {
	/*font-family: AndaleMono;*/
	font-size: 13px;
	letter-spacing: 0px;
	color: rgb(153, 153, 153);
}

.explore-trip-card-slide .subject {
}

.explore-trip-card-slide .subject a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px;
	color: rgb(51, 51, 51);

	overflow: hidden;
}

.explore-trip-card-slide .avatar {
}

.explore-trip-card-slide .content {
	/*height: 42px;*/
}

.explore-trip-card-slide .content a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 15px;

	color: rgb(102, 102, 102);
}

.explore-trip-card-slide .avatar img {
	height: 20px;
	width: 20px;
	border-radius: 100%;
}

.explore-trip-card-slide .avatar a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 13px;
	color: grey;
}


/*trip card slide*/
.explore-userMessage-card-slide {
	/*border: rgb(221, 221, 221) solid 1px;*/
	border-radius: 2px;
	/*margin-bottom: 16px;*/
	min-width: 220px !important;
	height: 160px;
}

.explore-userMessage-card-slide .thumbnail {
	/*max-height: 113px;*/
	position: relative;
}

.explore-userMessage-card-slide .thumbnail img {
	border-top-left-radius: 1px;
	border-top-right-radius: 2px;
	width: 100%;
	height: 113px;
}

.explore-userMessage-card-slide .info-box {
	padding: 8px 0 0 0;
	text-align: left;
	/*min-height: 120px;*/
}

.explore-userMessage-card-slide .info-box .openDate {
	margin-bottom: 3px;
}

.explore-userMessage-card-slide .info-box .openDate a {
	/*font-family: AndaleMono;*/
	font-size: 13px;
	letter-spacing: 0px;
	color: rgb(153, 153, 153);
}

.explore-userMessage-card-slide .subject {
}

.explore-userMessage-card-slide .subject a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px;
	color: rgb(51, 51, 51);

	overflow: hidden;
}

.explore-userMessage-card-slide .avatar {
}

.explore-userMessage-card-slide .content {
	/*height: 42px;*/
}

.explore-userMessage-card-slide .content a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 15px;

	color: rgb(102, 102, 102);
}

.explore-userMessage-card-slide .avatar img {
	height: 20px;
	width: 20px;
	border-radius: 100%;
}

.explore-userMessage-card-slide .avatar a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 13px;
	color: grey;
}

.comingTripList .swiper-container {
	width: calc(100% - 16px) !important;
	margin-left: 16px;
	text-align: left;
	max-height: 162px;
}

.exploreUserMessage .swiper-container {
	width: calc(100% - 16px) !important;
	margin-left: 16px;
	text-align: left;
	max-height: 160px;
}

.exploreTripList .swiper-container {
	width: calc(100% - 16px) !important;
	margin-left: 16px;
	text-align: left;
	max-height: 220px;
}

.explorePlaceTripList .swiper-container {
	width: calc(100% - 16px) !important;
	margin-left: 16px;
	text-align: left;
	max-height: 66px;
}

.userExploreSlide .swiper-container {
	width: calc(100% - 16px) !important;
	margin-left: 4px;
	text-align: left;
	height: 246px;
	max-height: 246px;
}

.trip-info {
	width: 100%;
}

.trip-info .thumbnail img {
	width: 100%;
	height: 90px;
}

.trip-info .info-box {
	padding: 0px 16px 0px 16px;;
}

.trip-info .info-box .subject a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-weight: 600 !important;
	font-size: 20px;

	color: black;
	margin-bottom: 10px;
}

.trip-info .info-box .openDate {
	margin-bottom: 8px;
}

.trip-info .info-box .openDate a {
	/*font-family: AndaleMono;*/
	font-size: 13px;
	letter-spacing: 0px;
	color: rgb(153, 153, 153);

}

.trip-info .info-box .content a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 15px;

	color: rgb(102, 102, 102);
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 16px;
}

.trip-info .info-box .avatar img {
	height: 34px;
	width: 34px;
	border-radius: 45px;
}

.trip-info .info-box .avatar a {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-size: 15px;
	color: black;
}

.trip-info .info-box .avatar {
	margin-bottom: 16px;
}

.trip-functions {
	width: 100%;
	height: 70px;
	border-top: rgb(229, 229, 229) solid 1px;
	border-bottom: rgb(229, 229, 229) solid 1px;
}

#planning-panel {
	position: absolute;
	bottom: 0px;
	height: 100%;
	z-index: 5;
	width: 100%;
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
	background: #FFFFFF;
	box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.50);
	border-radius: 10px;
	transform: translateX(0);
	overflow: visible;
}

#main-panel {
	position: absolute;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	top: 0px;
	left: 0px;
	height: 44px;
	height: calc(44px + constant(safe-area-inset-top));
	height: calc(44px + env(safe-area-inset-top));
	z-index: 20;
	width: 100%;
	text-align: center;
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
}

#main-panel-addplace {
	position: absolute;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	top: 0px;
	left: 0px;
	height: 44px;
	height: calc(44px + constant(safe-area-inset-top));
	height: calc(44px + env(safe-area-inset-top));
	z-index: 20;
	width: 100%;
	text-align: center;
	padding: 0px;
	padding-top: 0px !important;
	padding-top: calc(constant(safe-area-inset-top)) !important;
	padding-top: calc(env(safe-area-inset-top)) !important;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
}

/*#main-panel-addplace {*/
/*position: absolute;*/
/*background: linear-gradient(to top, rgba(230, 30, 99, 0), rgba(242, 52, 138, 0.93) 100%, rgba(248, 137, 195, 0.7));*/
/*background: -moz-linear-gradient(to top, rgba(230, 30, 99, 0), rgba(242, 52, 138, 0.93) 100%, rgba(248, 137, 195, 0.7));*/
/*background: -webkit-linear-gradient(to top, rgba(230, 30, 99, 0), rgba(242, 52, 138, 0.93) 100%, rgba(248, 137, 195, 0.7));*/
/*background: -o-linear-gradient(to top, rgba(230, 30, 99, 0), rgba(242, 52, 138, 0.93) 100%, rgba(248, 137, 195, 0.7));*/
/*top: 0px;*/
/*left: 0px;*/
/*height: 44px;*/
/*height: calc(44px + constant(safe-area-inset-top));*/
/*height: calc(44px + env(safe-area-inset-top));*/
/*z-index: 20;*/
/*width: 100%;*/
/*text-align: center;*/
/*padding: 0px;*/
/*-webkit-transition: top 1s; !* Safari *!*/
/*transition: top 1s;*/
/*}*/

.explorePageScroll {
	height: calc((100%) - 60px) !important;
	height: calc((100%) - 60px - (constant(safe-area-inset-bottom))) !important;
	height: calc((100%) - 60px - (env(safe-area-inset-bottom))) !important;
}

.explorePageScrollWithHeader {
	height: calc((100%)) !important;
	height: calc((100%) - (constant(safe-area-inset-bottom))) !important;
	height: calc((100%) - (env(safe-area-inset-bottom))) !important;
}

.footer-fix {
	bottom: 0px;
	bottom: constant(safe-area-inset-bottom);
	bottom: env(safe-area-inset-bottom);
}

#main-panel .row {
	position: relative;
	top: 0px;
	top: constant(safe-area-inset-top);
	top: env(safe-area-inset-top);
}

.fix-ios-height-bottom {
	height: 100%;
	height: calc(100% - constant(safe-area-inset-bottom));
	height: calc(100% - env(safe-area-inset-bottom));
}
.fix-ios-footer-height {
	height: 60px;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px + env(safe-area-inset-bottom));
}
.fix-ios-membership-footer-height {
	height: 75px;
	height: calc(75px +  constant(safe-area-inset-bottom));
	height: calc(75px + env(safe-area-inset-bottom));
}

.fix-ios-kiosk-footer-height {
	height: 160px;
	height: calc(160px +  constant(safe-area-inset-bottom));
	height: calc(160px + env(safe-area-inset-bottom));
}
.fix-ios-height-top {
	height: 100%;
	height: calc(100% - constant(safe-area-inset-top));
	height: calc(100% - env(safe-area-inset-top));
}

.planningList {
	min-height: calc((150%));
	min-height: calc((150%));
	min-height: calc((150%));
}

/*.button-bar .button{*/
/*color:rgb(51,51,51);*/
/*}*/
.button-bar.bar-stable > .button {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	border-color: rgb(51, 51, 51);
	height: 29px;
	min-height: 29px;
	color: rgb(51, 51, 51);
	font-size: 13px !important;
	letter-spacing: -0.1px;
	line-height: 29px;
}

.tp-button-stable {
	background: rgb(244, 244, 244);
	color: rgb(51, 51, 51);
}

input[type="range" i] {
	color: rgb(229, 229, 229);
}

.tpPlace-order-circle {
	background-color: #cb333b;
	font-family: AndaleMono;
	color: #FFFFFF;
	border-radius: 45px;
	width: 28px;
	height: 28px;
	padding: 6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

.tpPlace-order-circle-sort {
	background-color: #cb333b;
	font-family: AndaleMono;
	color: #FFFFFF;
	border-radius: 45px;
	width: 28px;
	height: 28px;
	padding: 0;
	font-size: 12px;
	line-height: 28px;
}

.tpPlace-traffic-circle {
	background-color: rgb(102, 102, 102);
	font-family: AndaleMono;
	color: #FFFFFF;
	border-radius: 45px;
	width: 28px;
	height: 28px;
	padding: 6px 0 0 0;
	font-size: 12px;
}

.day-end-circle {
	background-color: rgb(204, 204, 204);
	font-family: AndaleMono;
	color: rgb(204, 204, 204);
	border-radius: 45px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin-left: 7px;
	font-size: 12px;
}


.message-tools-panel {
	/*position: absolute;*/
	background: rgba(0, 0, 0, 0.7);
	/*bottom: 88px;*/
	height: 44px;
	/*z-index: 5;*/
	width: 100%;
	padding: 0px;
}

.no-padding {
	padding: 0px !important;;
}

.row-no-padding {
	padding: 0px !important;
}

.row-no-padding .col {
	padding: 0px !important;
}

.row-for-meida {
	padding: 2px !important;
}

.row-for-meida .col {
	padding: 2px !important;
}

.record-form.icon:before {
	font-size: 50px !important;
}

.messages li:nth-child(even) p {
	background: #158ffe;
	color: #fff;
}

.messages img {
	/*display: block;*/
	border-radius: 8px;
}

/*.item {*/
/*font-size: 17px !important;*/
/*}*/

.platform-android .popover-backdrop.active {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.popover-backdrop.active {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.tp-verification-list input::-webkit-input-placeholder {
	color: #979797 !important;
	font-size: 36px !important;
	font-weight: bold !important;
	letter-spacing: 32px !important;
	height: 54px !important;
}

.tp-verification-list input:focus::-webkit-input-placeholder {
	line-height: 15px !important;
	font-size: 36px !important;
	color: #ffffff !important;
}

.tp-verification-list input:focus {
	color: #999999 !important;
	line-height: 30px !important;
	letter-spacing: 32px !important;
	font-size: 36px !important;
	height: 54px !important;
}

.tp-verification-list input {
	color: #333333 !important;
	line-height: 36px !important;
	letter-spacing: 32px !important;
	font-size: 36px !important;
	height: 54px !important;
}

/*iPhone-6s*/
@media (min-width: 375px) {
	.message-title {
		margin-left: 15% !important;
		margin-right: 25% !important;
	}

	.tp-account-list .item-note {
		max-width: 70%;
		/*background-color: #f5f5f5;*/
		font-size: 18px;
		word-break: keep-all;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/*iPhone-4s*/
@media (min-width: 320px) {
	.message-title {
		margin-left: 15% !important;
		margin-right: 25% !important;
	}

	.tp-account-list .item-note {
		max-width: 100px;
		/*background-color: #f5f5f5;*/
		padding: 0px 0px;
		font-size: 18px;
		border-radius: 5px;
		word-break: keep-all;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.tp-account-list input[type="password"] {
	padding-left: 10px;
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
}

.tp-btn-create-message {
	background-color: #cccccc;
	opacity: 0.7;
	padding: 0px;
	width: 100%;
}

.tp-btn-create-message:active {
	background-color: #dddddd;
	opacity: 0.7;
	padding: 0px;
	width: 100%;
}

input[type="text"] {
	/*padding-left: 0px;*/
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
}

.scroll {
	height: 100%;
}

@media (max-width: 680px) {
	.popMenu .popover {
		width: 100% !important;
		height: 50px !important;
		padding-left: 0px !important;
		left: 0px !important;
		margin-left: 0px !important;
	}
}

@media (max-width: 321px) {
	.tp_logo {
		width: 130px !important;
		height: 110px !important;
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		margin-left: -70px !important;
		margin-top: -42px !important;
	}
}

.tp-input {
	height: 50px;
}

.tp-input input {
	color: #4A4A4A !important;
	font-size: 18px;
	line-height: 20px;
}

.tp-input input:focus {
	color: #666666;
	font-size: 18px;
	line-height: 20px;
}

.tp-input img {
	width: 26px;
	margin-right: 10px;
}

.tp-input p {
	color: #999999;
	font-size: 18px;
	line-height: 22px;
}

.tp-input input::-webkit-input-placeholder {
	color: #cccccc;
	line-height: 20px;
}

.tp-input input:focus::-webkit-input-placeholder {
	color: #aaaaaa;
	line-height: 20px;
}

.tp-input input:focus:-ms-input-placeholder {
	color: #4A90E2;
	line-height: 20px;
}

.item-input-inset .item-input-wrapper input {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
}

.tp-btn-move {
	height: 5px;
	width: 32px;
	max-width: 32px;
	margin: 0 auto;
	background: rgba(204, 204, 204, 0.5);
	border-radius: 100px;

}

.tp-btn-planning-menu {
	border: #cb333b solid 1px;
	width: 32px;
	height: 32px;
	border-radius: 100px;
	background: white;
	line-height: 12px !important;
}

.tp-btn-planning-menu-grey {
	border: rgb(153, 153, 153) solid 1px;
	width: 32px;
	height: 32px;
	border-radius: 100px;
	background: white;
	line-height: 12px !important;
}

.tp-btn-google {
	border: rgb(229, 63, 43) solid 1px;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	background: rgb(229, 63, 43);
	line-height: 12px !important;
}

.tp-btn-baidu {
	border: rgb(39, 43, 242) solid 1px;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	background: rgb(39, 43, 242);
	line-height: 12px !important;
}

.tp-btn-yahoo {
	border: rgb(62, 0, 142) solid 1px;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	background: rgb(62, 0, 142);
	line-height: 12px !important;
}

.tp-btn-booking {
	border: rgb(0, 54, 128) solid 1px;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	background: rgb(0, 54, 128);
	line-height: 12px !important;
}

.tp-btn-bing {
	border: rgb(237, 184, 0) solid 1px;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	background: rgb(237, 184, 0);
	line-height: 12px !important;
}

.tp-list-44 .item {
	height: 60px;    
	line-height: 30px;
	padding: 12px 16px 16px 16px;
}

.tp-list-44 .item-toggle .toggle {
	position: absolute;
	top: 5px;
	right: 16px;
	z-index: 3;
}

.input-label {
	width: 100%;
}

.slide-wrapper {
	height: 205px;
	margin: 0 auto;
}

.slide-wrapper-message {
	height: 170px;
	margin: 0 auto;
}

.slide-wrapper-message2 {
	height: 175px;
	margin: 0 auto;
}

.slide-wrapper-place {
	height: 180px;
	margin: 0 auto;
}

.slider {
	height: 100%;
	overflow: visible;
}

.slider-slide {
	/*border-bottom: 1px solid rgba(0,0,0,0.2);*/
	overflow: hidden;
	color: #000;
	text-align: center;
}

ion-slide {
	padding-right: 3px;
	padding-left: 3px;
}

/*ion-slide:first-child { padding-left: 0; }*/
ion-slide:last-child {
	padding-right: 0;
}

ion-slide:nth-child(2) {
	z-index: 1;
}

ion-slide .box {
	position: relative;
	width: 100%;
	height: 100%;
}

ion-slide .box h1 {
	position: absolute;
	bottom: -43px;
	margin: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
}

.slider ion-slide.slider-slide.current .box h1 {
	transition: bottom 450ms ease-out 250ms;
	bottom: 0;
}

.searchBoxShadow {
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); /* Firefox 3.5 - 3.6 */
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.locationShadow {
	-webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3); /* Firefox 3.5 - 3.6 */
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.tripDescription {

	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
	max-width: 80%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tripDescription .text {
	color: white;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.7);
	/* color: black; */
	text-align: left;
	line-height: 18px;
}

.input:focus {
	outline: none !important;
	border-bottom: #cb333b solid 1px !important;;
	/*box-shadow: 0 0 10px #719ECE;*/
}

.item-icon-right {
	padding-right: 54px !important;
}

.sort-list .item-right-edit {
	/*-webkit-transition: all ease-in-out 250ms;*/
	/*transition: all ease-in-out 250ms;*/
	/*position: absolute;*/
	/*background: transparent !important;*/
	/*top:75px;*/
	/*left: 0;*/
	/*z-index: 3;*/
	width: 56px;
	/*height: 120px;*/
	/*background: inherit;*/
	/*padding-left: 16px;*/
	/*display: block;*/
	/*opacity: 0;*/
	/*-webkit-transform: translate3d(75px, 0, 0);*/
	/*transform: translate3d(75px, 0, 0);*/
}

.item-right-edit .button.icon {
	align-items: center;
}

.sort-list .item-complex .item-content, .item-radio .item-content {
	position: relative;
	z-index: 2;
	padding: 16px 16px 16px 16px;
	border: none;
	background-color: #fff;
	min-height: 60px;
}

/* .checkbox input:before, .checkbox .checkbox-icon:before {
	border-color: transparent;
} */



.daybarWidth {
	max-width: calc(100% - 100px);
}

.daybarWidthGuest {
	max-width: calc(100%);
}


.div-gradient {
	position: absolute;
	width: 40px;
	float: right;
	margin-top: -48px;
	height: 46px;
	background: #cb333b;
	/* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); */
	right: 100px;
}

.div-gradientGuest {
	position: absolute;
	width: 35px;
	float: right;
	margin-top: -48px;
	height: 46px;
	background: #cb333b;
	/* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); */
	right: 60px;
}


.ion-checkmark:before {
	content: "";
	/*content: url(../img/svg/trip/ic_check_pink.svg);*/
	height: 16px !important;
	width: 32px !important;
	transform: scale(.5);
	color: #5CABD2;
}

.ion-checkmark:disabled {
	/*content: "";*/
	content: url(../img/svg/trip/ic_check_pink.svg);
	height: 16px !important;
	width: 32px !important;
	transform: scale(.5);
	color: grey;
}

.item-radio .radio-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	visibility: hidden;
	padding: 14px 16px 16px 0px;
	height: 100%;
	font-size: 20px;
}

.tp-reorder-icon {
	min-height: 15px !important;

}

.tp-reorder-icon.button {
	min-height: 18px !important;
}

.trip-card-slide .card-description {
	padding: 6px 8px 8px 8px;
	max-width: 80%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	white-space: normal;
}

.trip-card-slide .card-description .description-background {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: white;
}

.trip-card-slide .card-description .description-background .description-text {
	font-size: 13px;
	letter-spacing: 0px;
	color: white;
}

.card-description {
	padding: 6px 8px 8px 8px;
	max-width: 80%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	white-space: normal;
}

.card-published {
	padding: 6px 7px 8px 8px;
	max-width: 80%;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 10px;
	right: 0;
	white-space: normal;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.trip-card-slide .card-info-box {
	padding: 4px 8px 8px 8px;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0px;
	white-space: normal;
}

.trip-card-slide .card-info-box .subject {
	text-align: left;
	color: white;
}

.trip-card-slide .card-info-box .subject a {
	font-size: 15px;
	color: white;
}

.trip-card-slide .card-info-box .tripDays {
	text-align: left;
}

.trip-card-slide .card-info-box .tripDays a {
	font-size: 11px;
	color: white;
}

.trip-card-slide .card-info-type {
	padding: 4px 3px 0px 3px;
	max-width: 100%;
	background: white;
	border-radius: 8px;
	position: absolute;
	top: 8px;
	white-space: normal;
	opacity: 0.8;
	left: 8px;
}

.trip-card .card-info-box {
	padding: 4px 8px 8px 8px;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0px;
	white-space: normal;
}

.trip-card .card-info-type {
	padding: 4px 3px 0px 3px;
	max-width: 100%;
	background: white;
	border-radius: 8px;
	position: absolute;
	top: 8px;
	white-space: normal;
	opacity: 0.8;
	left: 8px;
}

.trip-card .card-info-box .subject {
	text-align: left;
	color: white;
}

.trip-card .card-info-box .subject a {
	font-size: 15px;
	color: white;
}

.trip-card .card-info-box .tripDays {
	text-align: left;
}

.trip-card .card-info-box .tripDays a {
	font-size: 13px;
	color: white;
}

.chat-count-dot1 {
	/*height: 20px;*/
	/*width: 20px;*/
	/*border-radius: 30px;*/
	/*background: white;*/
	position: absolute;
	top: 0px;
	right: 0px;
	/*border: #cb333b solid 1px*/
}

.dot-box {
	height: 35px;
	width: 35px;
	margin: 10px;
	border-radius: 30px;
	background: white;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*border: #cb333b solid 1px;*/
	float: left;
	text-align: center;
	padding-top: 8px;
}

.chat-count-dot2 {
	/*height: 20px;*/
	/*width: 20px;*/
	/*border-radius: 30px;*/
	/*background: white;*/
	position: absolute;
	top: 44px;
	right: 0px;
	/*border: #cb333b solid 1px*/
}

.card-description .description-background {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: white;
}

.card-description .description-background .description-text {
	font-size: 13px;
	letter-spacing: 0px;
	color: white;
}

.content-description {
	/*margin-top: 8px;*/
	white-space: normal;
}

.content-description .content-background {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 15px;
	color: rgb(102, 102, 102) !important;
}

.content-description .content-background .description-text {
	font-size: 14px;
	color: rgb(102, 102, 102) !important;
}

.item-select select {
	right: auto;
	position: relative;
	max-width: 100%;
	font-size: 15px !important;
	text-align: left;
	padding-left: 0 !important;
	direction: ltr !important;
}

.explore-search input::-webkit-input-placeholder { /* WebKit browsers */
	padding-top: 3px;
}

.explore-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
	padding-top: 3px;
}

.addPlace-search input::-webkit-input-placeholder { /* WebKit browsers */
	padding-top: 3px;
}

.addPlace-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
	padding-top: 3px;
}

/*.platform-android .toggle-small input:checked + .track .handle {*/
/*background: white;*/
/*top:10px!important;*/
/*}*/

.daybarContentMapMode {
	height: 44px;
	padding: 0px 16px 0px 16px;
	border-top: none;
	border-bottom: rgb(229, 229, 229) solid 1px;
}

.dayBarContentListMode {
	height: 50px;
	padding: 0px 16px 0px 16px;
	border-top: rgb(229, 229, 229) solid 1px;
	border-bottom: rgb(229, 229, 229) solid 1px;
}

.pocket-heart-circle {
	padding: 6px 8px 8px 8px;
	max-width: 80%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 10px;
	right: 10px;
	height: 35px;
	width: 35px;
	background: white;
	border-radius: 35px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.chat-height {
	/*background: red;*/
	height: calc(100%) !important;
	height: calc(100% - constant(safe-area-inset-bottom)) !important;
	height: calc(100% - env(safe-area-inset-bottom)) !important;
}

.sort-list .item-complex .item-content, .sort-list .item-radio .item-content {
	padding: 16px 16px 0 16px !important;
}

.fix-android-keyboard .bar-footer {
	/*position: absolute;*/
	top: 75px !important;
	bottom: unset !important;
	/*height: 100%!important;*/
	z-index: 5 !important;
	width: 100% !important;
	padding: 0px !important;
	-webkit-transition: top 1s !important; /* Safari */
	transition: top 1s !important;
	background: #FFFFFF !important;
	/*box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.50)!important;*/
	border-radius: 10px !important;
	/*transform: translateX(0)!important;*/
	/*overflow: visible!important;*/
}

.fix-list-for-swipe .item-complex .item-content {
	padding: 0px !important;
	background-color: transparent;
}

.fix-chat-list-for-swipe .item-complex .item-content {
	padding: 6px 16px !important;
}

.fix-item-for-swipe .item-content {
	padding: 16px !important;
}

.action-sheet-up {
	bottom: 0px;
	bottom: calc(constant(safe-area-inset-bottom));
	bottom: calc(env(safe-area-inset-bottom));

}

.fix-ios-bottom {
	padding-bottom: 0px;
	padding-bottom: calc(constant(safe-area-inset-bottom));
	padding-bottom: calc(env(safe-area-inset-bottom));

}
.list .item.item-accordion {
	line-height: 38px;
	padding-top: 0;
	padding-bottom: 0;
	transition: 0.09s all linear;
}

.list .item.item-accordion.ng-hide {
	line-height: 0px;
}

.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
	display: block !important;
}


.trip .radio-icon {
	visibility: visible !important;
}

.trip .radio-icon:before {
	content: "\f3a6" !important;
	font-family: Ionicons;
	height: 32px !important;
	width: 32px !important;
	overflow: hidden;
}

.trip .item-radio input:checked + .radio-content .radio-icon:before {
	visibility: visible !important;
	content: "\f3a7" !important;
	font-family: Ionicons;
}

.trip .item-radio input:disabled + .radio-content .radio-icon:before {
	color: grey;
}

.trip .radio-icon.ion-checkmark:before {
	content: "";
}

.trip .item-radio .radio-icon {
	position: absolute;
	top: -4px;
	left: -5px;
	z-index: 3;
	visibility: hidden;
	padding: 0;
	height: 100%;
	font-size: 36px;
}

.trip .item-complex .item-content {
	position: relative;
	z-index: 2;
	padding: 7px 0 0 0;
	left: 24px;
	border: none;
	background-color: #fff;
}

.trip .item-radio .item-content {
	position: relative;
	z-index: 2;
	padding: 7px 0 0 0;
	left: 24px;
	border: none;
	background-color: #fff;
}

.item.active, .item.activated, .item-complex.active .item-content, .item-complex.activated .item-content, .item .item-content.active, .item .item-content.activated {
	background: white;
}

.placeOptionsIcon:before {
	font-size: 18px !important;
}


.list .item.item-accordion {
	line-height: 38px;
	padding-top: 0;
	padding-bottom: 0;
	transition: 0.09s all linear;
}

.list .item.item-accordion.ng-hide {
	line-height: 0px;
}

.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
	display: block !important;
}

.group-bar .list .item:active {
	background: whitesmoke;
}

.pocket-item-fix .item-content {
	padding: 12px 8px 12px 16px;
}

.action-sheet-backdrop {
	z-index: 200;
}

.fix-sort-last-item-true {
	margin-bottom: calc(20px + env(safe-area-inset-bottom));
}

.fix-sort-last-item-false {
	margin-bottom: 0px;
}


.slide-in-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-in-right.ng-enter,
.slide-in-right > .ng-enter {
	-webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
	transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
}

.slide-in-right.ng-enter-active,
.slide-in-right > .ng-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-right.ng-leave,
.slide-in-right > .ng-leave {
	-webkit-transition: all ease-in-out 250ms;
	transition: all ease-in-out 250ms;
}

.editJournal-button {
	position: absolute;
	top: 16px;
	top: calc(16px) !important;;
	top: calc(16px) !important;;
	right: 16px;
	height: 56px;
	z-index: 5;
	width: 56px;
	text-align: center;
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
	background: #cb333b;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	border-radius: 45px;
	padding-top: 18px !important
}

#page-wrapper {
	padding: 6em 5em;
}

.loading {
	text-align: center;
	color: #cb333b;
}

.loading:before,
.loading:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.7em;
	width: 6em;
	border-bottom: 1px solid #cb333b;

	-moz-animation: loading 3s forwards linear;
	-webkit-animation: loading 3s forwards linear;
	animation: loading 3s forwards linear;

	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


/*Animation time*/
@-webkit-keyframes loading {
	0% {
		width: 0em;
		opacity: 0.1
	}
	70% {
		width: 4em;
		opacity: 1.0
	}
	100% {
		width: 6em;
		opacity: 0.0
	}
}


@-moz-keyframes loading {
	0% {
		width: 0em;
		opacity: 0.1
	}
	70% {
		width: 4em;
		opacity: 1.0
	}
	100% {
		width: 6em;
		opacity: 0.0
	}
}

@keyframes loading {
	0% {
		width: 0em;
		opacity: 0.1
	}
	70% {
		width: 4em;
		opacity: 1.0
	}
	100% {
		width: 6em;
		opacity: 0.0
	}
}

#object {

	transition: .3s;
	margin: 0 auto;
	margin-top: 40vh;
}


.round {
	border-radius: 50%;
}

.large {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.float-away {
	-webkit-animation: float-away 1.3s forwards linear;
	animation: float-away 1.3s forwards linear;
}

@-webkit-keyframes float-away {
	0% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1);
	}
	20% {
		-webkit-transform: translate(-20px, -75px) scale(0.95);
		transform: translate(-20px, -75px) scale(0.95);
	}
	40% {
		-webkit-transform: translate(15px, -150px) scale(0.85);
		transform: translate(15px, -150px) scale(0.85);
	}
	60% {
		-webkit-transform: translate(-10px, -225px) scale(0.7);
		transform: translate(-10px, -225px) scale(0.7);
	}
	80% {
		-webkit-transform: translate(5px, -300px) scale(0.5);
		transform: translate(5px, -300px) scale(0.5);
	}
	100% {
		-webkit-transform: translate(-5px, -375px) scale(0.2);
		transform: translate(-5px, -375px) scale(0.2);
		opacity: 0;
	}
}

@keyframes float-away {
	0% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1);
	}
	20% {
		-webkit-transform: translate(-20px, -75px) scale(0.95);
		transform: translate(-20px, -75px) scale(0.95);
	}
	40% {
		-webkit-transform: translate(15px, -150px) scale(0.85);
		transform: translate(15px, -150px) scale(0.85);
	}
	60% {
		-webkit-transform: translate(-10px, -225px) scale(0.7);
		transform: translate(-10px, -225px) scale(0.7);
	}
	80% {
		-webkit-transform: translate(5px, -300px) scale(0.5);
		transform: translate(5px, -300px) scale(0.5);
	}
	100% {
		-webkit-transform: translate(-5px, -375px) scale(0.2);
		transform: translate(-5px, -375px) scale(0.2);
		opacity: 0;
	}
}

/*  */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.9) translate3d(0, 0, 0);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate3d(0, 0, 0);
	}
}

@keyframes bounceOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.9) translate3d(0, 0, 0);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate3d(0, 0, 0);
	}
}

@-webkit-keyframes bounceOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeIn {
	animation-name: fadeIn;
	animation-duration: 0.8s;
}

.fadeIn-03 {
	animation-name: fadeIn;
	animation-duration: 0.3s;
}

.bounceIn {
	animation-name: bounceIn;
	animation-duration: 0.3s;
}

.loader {
	background: #f20d49 !important;
	height: 4px;
}

.bounceIn.ng-leave,
.bounceIn > .ng-leave {
	animation-name: bounceOut;
	animation-duration: 0.3s;
}

.journal-back {
	height: 50px;
	background: transparent;
	border-radius: 100px;
	position: sticky;
	position: -webkit-sticky;
	top: 24px;
	left: 16px;
	float: left;
	width: 50px;
	top: calc(24px + constant(safe-area-inset-top));
	top: calc(24px + env(safe-area-inset-top));
}

.journal-edit {
	height: 30px;
	background: white;
	position: sticky;
	position: -webkit-sticky;
	top: 20px;
	top: calc(constant(safe-area-inset-top) + 20px);
	top: calc(env(safe-area-inset-top) + 20px);
	float: right;
	min-width: 50px;
	right: 24px;
	line-height: 23px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid lightgray;
	padding: 3px 10px;
	color: black;
}

.journal-more {
	height: 30px;
	position: sticky;
	position: -webkit-sticky;
	top: 20px;
	top: calc(constant(safe-area-inset-top) + 20px);
	top: calc(env(safe-area-inset-top) + 20px);
	float: right;
	min-width: 50px;
	right: 16px;
	line-height: 23px;
	text-align: right;
	color: black;
}

.journal-user-bar {
	height: 70px;
	background: white;
	position: sticky;
	top: 0px;
	position: -webkit-sticky;
	z-index: 23;
	-webkit-overflow-scrolling: touch;
}

.journal-fix-header {
	height: 0px;
	height: calc(constant(safe-area-inset-top));
	height: calc(env(safe-area-inset-top));
}

.journal-scroll-height {
	height: 100%;
	height: calc(100% - constant(safe-area-inset-bottom) - constant(safe-area-inset-top));
	height: calc(100% - env(safe-area-inset-bottom) - env(safe-area-inset-top));

}

.journal-footer-bar {
	height: 48px;
	height: calc(constant(safe-area-inset-bottom) + 48px);
	height: calc(env(safe-area-inset-bottom) + 48px);
}

.speech-bubble-top {
	position: relative;
	background: #00aabb;
	border-radius: .4em;
}

.speech-bubble-top:after {
	content: '';
	position: absolute;
	top: 0;
	/*left: 50%;*/
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: white;
	border-top: 0;
	border-right: 0;
	/*margin-left: 55px;*/
	margin-top: -14px;
	right: 20px;
}

.speech-bubble-down {
	position: relative;
	background: #00aabb;
	border-radius: .4em;
}

.speech-bubble-down:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	border-right: 0;
	margin-left: 47px;
	margin-bottom: -14px;
	right: 20px;
}

.speech-bubble-bottom {
	position: relative;
	background: #00aabb;
	border-radius: .4em;
}

.speech-bubble-bottom:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	border-right: 0;
	/*margin-left: -10px;*/
	margin-bottom: -14px;
}

.arrow-icon {
	height: 20px;
	width: 40px;
	display: block;
	padding: 0.5em;
	margin: 1em auto;
	position: relative;
}

.left-bar {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 20px;
	height: 5px;
	display: flex;
	transform: rotate(25deg);
	float: right;
	border-radius: 20px;
}

.left-bar:after {
	content: "";
	background-color: #E5E5E5;
	width: 20px;
	height: 5px;
	display: flex;
	float: right;
	border-radius: 20px;
	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	z-index: -1;
}

.right-bar {
	position: absolute;
	background-color: transparent;
	top: 0px;
	left: 15px;
	width: 21px;
	height: 5px;
	display: flex;
	transform: rotate(-25deg);
	float: right;
	border-radius: 20px;
}

.right-bar:after {
	content: "";
	background-color: #E5E5E5;
	width: 21px;
	height: 5px;
	display: flex;
	float: right;

	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	border-radius: 20px;
	z-index: -1;
}

.openlist .left-bar:after {
	transform-origin: center center;
	transform: rotate(-50deg);
}

.openlist .right-bar:after {
	transform-origin: center center;
	transform: rotate(50deg);
}


.create-icon {
	height: 20px;
	width: 40px;
	display: block;
	padding: 0.5em;
	margin: 1em auto;
	position: relative;
}

.create-message-icon {
	height: 20px;
	width: 40px;
	display: block;
	margin: 0px 10px;
	position: relative;
}

.create-left-bar {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 6px;
	width: 32px;
	height: 3px;
	display: flex;
	/* transform: rotate(25deg); */
	float: right;
	border-radius: 20px;
}

.create-left-bar:after {
	content: "";
	background-color: #E5E5E5;
	width: 29px;
	height: 3px;
	display: flex;
	float: right;
	border-radius: 20px;
	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	z-index: -1;
}

.create-right-bar {
	position: absolute;
	background-color: transparent;
	top: -2px;
	width: 32px;
	height: 4px;
	display: flex;
	transform: rotate(-90deg);
	float: right;
	border-radius: 20px;
	left: 5px;
}

.create-right-bar:after {
	content: "";
	background-color: #E5E5E5;
	width: 28px;
	height: 3px;
	display: flex;
	float: right;
	border-radius: 20px;
	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	z-index: -1;
}

.create-menu-open .create-left-bar:after {
	transform-origin: center center;
	transform: rotate(135deg);
	background-color: #000000;


}

.create-menu-open .create-right-bar:after {
	transform-origin: center center;
	transform: rotate(135deg);
	background-color: #000000;
}

.bubble-arrow-up:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 13px solid transparent;
	border-right: 0px solid transparent;
	border-top: 11px solid transparent;
	border-bottom: 14px solid #AAAAAA;
	right: 18px;
	top: -25px;
}

.bubble-arrow-up:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 0px solid transparent;
	border-top: 7px solid transparent;
	border-bottom: 13px solid #F8F8F8;
	right: 19px;
	top: -18px;
}

.btn-option-slide:before {
	font-size: 28px !important;
}

.tp-toggle-edit .toggle {
	top: 2px !important;
	right: 0px !important;
}


.chat-half-circle-left {
	width: 20px;
	float: left;
	height: 40px;
	border-bottom-left-radius: 100px;
	border-top-left-radius: 100px;
	background-image: url('https://mdn.mozillademos.org/files/7693/catfront.png');
	border-left: 0;
	background-position: center;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.chat-half-circle-right {
	width: 20px;
	height: 40px;
	border-bottom-right-radius: 100px;
	border-top-right-radius: 100px;
	background-image: url('https://mdn.mozillademos.org/files/7693/catfront.png');
	border-left: 0;
	float: left;
	background-position: center;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.chat-half-circle {
	width: 55px;
	height: 55px;
	background-position: center;
	-webkit-background-size: cover;
	border-radius: 100px;
	background-image: url('https://mdn.mozillademos.org/files/7693/catfront.png');
	border-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-list-radio.item-radio.item-content {
	min-height: 70px;
}

.chat-title {
	margin: 0px auto 0 !important;
	margin: constant(19px auto 0) !important;
	margin: env(19px auto 0) !important;
}

.platform-ios.platform-cordova:not(.fullscreen) .has-subheader {
	top: 104px;
	top: calc(constant(safe-area-inset-top) + 104px);
	top: calc(env(safe-area-inset-top) + 104px) !important;
}

.searchItemBtn {
	background: white !important;
	border-radius: 19px !important;
	padding: 0px 16px !important;
	line-height: 15px !important;
	min-height: 13px !important;
	height: 28px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 4px;
	color: #000 !important;
	font-weight: 400 !important;
	border: 1px solid #484848 !important;
}

.search-tag-active {
	background: #cb333b !important;
	border: 1px solid #cb333b !important;
	color: white !important;
}

.search-tag-unactive {
	background: white !important;
	color: black !important;
	border: 1px solid #484848 !important;

}

.contact-follow {
	background: #cb333b !important;
	border: 1px solid #cb333b !important;
}

.contact-follow a {
	color: white !important;
}

.contact-unfollow {
	background: white !important;
	border: 1px solid #cb333b !important;

}

.contact-unfollow a {
	color: #cb333b !important;


}

/*effective*/
#event_canvas {
	position:absolute;
	z-index:1;/*确保在遮盖的元素的上方*/
	top:0px;
	left:0px;
}

.welcome-logo{
	margin-top: 25%;
	margin-top: calc(constant(safe-area-inset-top) + 25%) !important;
	margin-top: calc(env(safe-area-inset-top) + 25%) !important;
}
.cart-badge{
	position: absolute!important;
	top: -3px!important;
	right: -5px!important;
	padding: 0px 5px!important;
	opacity: 0.95!important;
	font-size: 11px!important;
	border: 2px solid white!important;
	background: #cb333b!important;
}

.paypal-checkout-sandbox-iframe {
	top: 0px;
	top: calc(constant(safe-area-inset-top)) !important;;
	top: calc(env(safe-area-inset-top)) !important;;
}

.button.button-assertive {
	border-color: transparent;
	background-color: #cb333b;
	color: #fff;
}
.credit-icon{
	color: white;
	background-color: #5cabd2;
	padding: 0px 4px 1px 4px;
	border-radius: 40px;
	margin-right: 3px;
	margin-left: 5px;
	font-size: 10px;
	vertical-align: text-top;
	font-weight: bolder;
	font-family: "PTSans-Bold" !important;
}
.green-wide-button{
	background: #5cabd2!important;
	width: 100%;
	color: white!important;
	font-family: "PTSans-Bold" !important;
	font-size: 18px;
	margin-bottom: 15px;
}

.fq-tips-on{
	background: #5cabd2;
	border-radius: 5px;
	color:white;
	border:1px solid #5cabd2;
	box-shadow: none;
	padding: 6px;
	width: 100%;
}

.fq-tips-off{
 background: white;
 border-radius: 5px;
 color:rgb(104, 104, 104);
 border:1px solid rgb(211, 211, 211);
 box-shadow: none;
 padding: 6px;
 width: 100%;
}

.fq-kiosk-tips-on{
	font-family: Open Sans!important;
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 44px;
/* identical to box height */

text-align: center;

/* Dark Gray */

color: #707070;
	padding: 6px;
	width: 160px;
height: 72px;
left: 60px;
top: 945px;

/* White */

background: #FFFFFF;
/* Orange */

border: 4px solid #F89940;
box-sizing: border-box;
border-radius: 8px;
}

.fq-kiosk-tips-off{
	font-family: Open Sans!important;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
	/* identical to box height */
	
	text-align: center;
	
	/* Dark Gray */
	
	color: #707070;
  width: 160px;
height: 72px;
left: 250px;
top: 945px;

/* White */

background: #FFFFFF;
/* Neutral Gray */

border: 1px solid #C0C0C0;
box-sizing: border-box;
border-radius: 8px;
 box-shadow: none;
}

.cart-items{}
.cart-items .item-content{
	padding: 10px 10px;
}
.cart-items:active{
background-color: #cb333b;
}

.menuStyle1Header{
	height: 55px;
	height: calc(55px + constant(safe-area-inset-top)) !important;
	height: calc(55px + env(safe-area-inset-top)) !important;
}