.ito_tDate_notice {
	margin-left: -15px;
	margin-right: -15px;
	line-height: 20px;
	padding: 4px;
	background-color: #ad2323;
	color: #fff;
}
.itemMainSectionRow
{
	/* background-color: #fff06f; */
	background-color: #ffffff;
}


.calendar-container {
	display: flex;
	justify-content: space-around;
}
.calendar {
	width: 45%;
	margin: 20px;
}
.fc-day-grid-event .fc-content {
	white-space: normal;
}
.itemEventAvailable
{
	background-color: #eb662b;
	border-color: #ac4416;
}
.itemEventAvailable:hover
{
	cursor: pointer;
	background-color: #ebad2b;
	border-color: #c68f1d;
}



.it_hotel_item {
	text-align: left;
	font-size: 16px;
	color: cadetblue;
	border: 1px solid cadetblue;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
.it_hotel_item_RList {
	text-align: right;
	margin-bottom: 5px;
}

.itemX-hotel-select {
	display: flex;
	align-items: center;
	justify-content: start;
}
.itemX-hotelRoom-select
{

}
.itemX-hotel-select select, input:not([type="range"]), textarea
{
	width: auto;
}
.itemX-hotelRoom-select .rSelect
{
	display: inline-block;
	width: 25%;
}
.rSelect .dx-texteditor-input-container
{
	justify-content: center;
}
.rSelect .dx-texteditor-input
{
	text-align: center;
	width: 100%;
}

/* 住宿 */
.roomMember {
	padding-left: 0px;
	padding-right: 0px;
}
.roomMemberItem {
	border: 1px solid rgba(201, 219, 16, 1.00);
	margin: 10px;
	padding: 10px;
	border-radius: 6px;
	margin-top: 24px;
}
.roomMemberItemLable {
	background-color: rgba(201, 219, 16, 1.00);
	width: 150px;
	position: relative;
	top: -26px;
	left: 10px;
	text-align: center;
	font-weight: bolder;
	border: 1px solid rgba(201, 219, 16, 0.9);
	color: rgba(88, 95, 7, 1);
	line-height: 30px;
	border-radius: 6px;
}
.roomMemberOne {
	text-align: right;
	margin-top: 10px;
}
.roomItemOne_rName {
	color: #f00;
	font-weight: bold;
}
.rSelected {
	display: inline-block;
}
.roomMemberSubTotal {
	text-align: right;
	padding-right: 43px;
	font-size: 18px;
	color: #f00;
	line-height: 36px;
}
#roomMemberTotal {
	display: none;
	font-size: 24px;
	color: #f00;
	line-height: 36px;
	font-weight: bolder;
	text-align: right;
}

/* 客戶資料 */
.itemTitle {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 210%;
	text-align: center;
	height: 90px;
	font-size: 24px;
	line-height: 90px;
	margin-bottom: -24px;
	margin-top: 10px;
}
.pItem {
	border: 1px solid rgba(161, 162, 188, 1.00);
	margin-left: 0px;
	padding: 15px;
	margin-bottom: 3px;
	border-radius: 6px;
}
.pItemCaption {
	margin-bottom: 5px;
	text-align: left;
}
.pItemCaptionL {
	font-size: 120%;
	color: rgba(111, 170, 24, 1);
}
.dx-field-label {
	text-align: left;
	width: 100%;
	color: #3cb65d;
	display: block;
	float: none;
}
.fieldType1 {
	display: inline-block;
	width: 74% !important;
}

@media (min-width: 992px) {
	.dx-field-label {
		width: 25%;
		display: inline-block;
	}
}

/* 訂購須知 */
.oNote {
	width: 100%;
	border: 1px solid #ccc;
	height: 420px;
}

/* 商品內容暨事項告知 */
.itemContent {
	text-align: left;
	line-height: 24px;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top: 15px;
}
.oContract
{
	width: 100%;
	min-height: 600px;
}
@media (min-width: 768px) {
	.itemContent {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* 訂購 */
.totalAmt {
	display: none;
	font-size: 24px;
	color: #f00;
	font-weight: bolder;
	line-height: 36px;
}
.noteInfo {
	font-size: 18px;
	line-height: 36px;
	color: rgba(255, 102, 0, 1);
}

#it_orderIt
{
	margin-top: 50px;
	margin-bottom: 50px;
}