/*	common
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.my-btnList {
	overflow: hidden;
	margin: 20px 0 0;
}
.my-btnList > li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.my-btnList > li:last-child {
	margin-right: 0;
}
.my-btnList > li button {
	padding: 12px 24px;
}

.my-btnList > li button.btn-disabled {
	pointer-events: none !important;
	background-color: #ccc !important;
	border: solid 1px #ccc !important;
}

.my-btnList > li .btn-processing {
	display: none !important;
}
.my-btnList > li .btn-processing button {
	pointer-events: none !important;
}

@media (max-width: 767px) {
	.my-btnList > li {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.my-btnList > li button {
		display: block;
		width: 100%;
	}
}


#d1772746 > .container-fluid {
	padding: 0;
}


/*	db area
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#myCardDb {
	display: none;
}


/*	model select area
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#myModel .myModel-selectedArea {
	display: none;
}
#myModel .myModel-category h3 {
	margin-top: 0;
	font-size: 18px;
}
#myModel .myModel-category .myModel-list {
	overflow: hidden;
	margin-bottom: 20px;
}
#myModel .myModel-category .myModel-list > li {
	float: left;
	padding: 3px 10px;
	width: 20%;
}
#myModel .myModel-category .myModel-list > li:nth-child(5n+1) {
	clear: both;
}

#myModel .myModel-select {
	font-size: 24px;
	font-weight: bold;
	color: #36b8b8;
}

@media (max-width: 900px) {
	#myModel .myModel-category .myModel-list > li {
		width: 25%;
	}
	#myModel .myModel-category .myModel-list > li:nth-child(5n+1) {
		clear: none;
	}
	#myModel .myModel-category .myModel-list > li:nth-child(4n+1) {
		clear: both;
	}
}

@media (max-width: 767px) {
	#myModel .myModel-category .myModel-list > li {
		width: 50%;
	}
	#myModel .myModel-category .myModel-list > li:nth-child(4n+1) {
		clear: none;
	}
	#myModel .myModel-category .myModel-list > li:nth-child(2n+1) {
		clear: none;
	}
}


/*	card select area
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.myCard-title {
	display: none;
}
#myCard {
	display: none;
}
#myCard .myCard-limit {
	font-size: 24px;
	font-weight: bold;
	color: #36b8b8;
}

#myCard select {
	min-width: 150px;
}

#myCard .myCard-select {
	font-size: 18px;
	font-weight: bold;
	color: #36b8b8;
}
#myCard .myCard-select.myCard-error {
	color: #a94442 !important;
}
#myCard .myCard-errorMsg {
	color: #a94442 !important;
}

#myCard .myCard-cardList {
	overflow: hidden;
}

#myCard .myCard-notes {
	margin: 20px 0;
	padding: 24px;
	font-size: 14px;
	border: solid 1px #ccc;
}

#myCard .myCard-notes h4 {
	margin: 0 0 16px;
	padding: 0 0 16px;
	font-size: 16px;
	border-bottom: dotted 1px #ccc;
}

#myCard .myCard-notes .myCard-notesInner {
	font-size: 14px;
}

@media (max-width: 767px) {
	#myCard select {
		font-size: 16px;
	}
}


/*	result area
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.myResult-title {
	display: none;
}
#myResult {
	display: none;
}
#myResult .myResult-model {
	font-size: 24px;
	font-weight: bold;
}

#myResult .myResult-ok {
	font-size: 24px;
	font-weight: bold;
	color: #36b8b8;
}

#myResult .myResult-ng {
	font-size: 24px;
	font-weight: bold;
	color: #a94442;
}