﻿.font13rem {
	font-size: 1.3667em !important;
}


.font16rem {
	font-size: 1.6667em !important;
}

.font18rem {
	font-size: 1.8667em !important;
}

.font20rem {
	font-size: 2.0667em !important;
}


.font25rem {
	font-size: 2.5667em !important;
}

.font30rem {
	font-size: 3.0667em !important;
}

.font40rem {
	font-size: 4.0667em !important;
}

.fontBold {
	font-weight: bold !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.div-btm {
		bottom: 0px !important;
		position: relative !important;
	}

	.div-body-content {
		height: auto !important;
	}
}


.uncheck {
	display: none;
}

.checked {
	display: block;
}


.betweenLine {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000;
	line-height: 0.1em;
	margin: 10px 0 20px;
}

	.betweenLine span {
		background: #fff;
		padding: 0 10px;
	}


.CardBgColor {
	background-color: #1BC5BD;
	color: white;
}

.confirmButton {
	color: #7E7E7E !important;
	background-color: #F4F4F4 !important;
	box-shadow: 0px 5px 8px 0px #00000029 !important;
	/*border: 1px solid #3F7FFC !important;*/
	border-radius: 15px !important;
	width: 50%;
}


.bgEvent {
	background-image: linear-gradient(to right, rgba(255,255,255, 0.1) 0 100%), url('../media/bg/bg-event2.png');
	background-size: contain;
}
