.wpx-10 {width: 10px !important;}
.wpx-20 {width: 20px !important;}
.wpx-30 {width: 30px !important;}
.wpx-40 {width: 40px !important;}
.wpx-50 {width: 50px !important;}
.wpx-60 {width: 60px !important;}
.wpx-70 {width: 70px !important;}
.wpx-80 {width: 80px !important;}
.wpx-85 {width: 85px !important;}
.wpx-90 {width: 90px !important;}
.wpx-95 {width: 95px !important;}
.wpx-100 {width: 100px !important;}
.wpx-110 {width: 110px !important;}
.wpx-120 {width: 120px !important;}
.wpx-130 {width: 130px !important;}
.wpx-145 {width: 145px !important;}
.wpx-140 {width: 140px !important;}
.wpx-150 {width: 150px !important;}
.wpx-160 {width: 160px !important;}
.wpx-165 {width: 165px !important;}
.wpx-170 {width: 170px !important;}
.wpx-175 {width: 175px !important;}
.wpx-180 {width: 180px !important;}
.wpx-190 {width: 190px !important;}
.wpx-200 {width: 200px !important;}
.wpx-210 {width: 210px !important;}
.wpx-220 {width: 220px !important;}
.wpx-230 {width: 230px !important;}
.wpx-240 {width: 240px !important;}
.wpx-250 {width: 250px !important;}
.wpx-260 {width: 260px !important;}
.wpx-270 {width: 270px !important;}
.wpx-280 {width: 280px !important;}
.wpx-285 {width: 285px !important;}
.wpx-290 {width: 290px !important;}
.wpx-300 {width: 300px !important;}

.korearental-location-map {
	width: 100%;
	height: 300px;
	background-image: url(/assets/images/map.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

ul.fancytree-container {
    width: 100%;
    height: 432px;
    overflow: auto;
    position: relative;
}

#MainTabContents {
	height:calc(100% - 37px);
	border:1px solid #ddd;
	border-top:0;
}

#MainTabContents > .tab-pane {
	height: 100%;
	padding: 10px;
}

.main-tab-btn {
	display: inline-block;
	color: #333;
}

.main-tab-close-btn {
	display:inline-block;
	color: #333;
	margin-right: -10px;
}

.input-group .btn-sm {
	min-width: 100px;
	width: auto;
	line-height:1.4;
	padding: 0.175rem 0.175rem;
}

.form-inline label.text-right {
	justify-content: flex-end !important;
}

.field-require, .field-require-end {
	color: #F44336 !important;
}
.field-require:before { color: #F44336; content: "*"}
.field-require-end:after { color: #F44336; content: "*"}

table.mtz-monthpicker {
	width: 100%;
	border-collapse: border-collapse;
	margin-top: 5px;
}

.mtz-monthpicker-year {
	height: 28px;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 28px;
	border-radius: 0;
	border: 1px solid #AAA;
}

.mtz-monthpicker-month {
	background-color: #66BB6A;
	color: #fff;
	border:3px solid #fff;
}

.swal2-content {
	margin-top: 1.25rem;
}

.splash {
	box-shadow: none !important;
}

input[disabled], select[disabled], textarea[disabled] {
	color: #000 !important;
}

.text-blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0;}
}
.editable[readonly] {
	background-color:#dddddd;
}

.table th {
	background-color:#7AA7C7;
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width:1px !important;
}

.card-header {
	padding:.3rem .5rem !important;
}

.card-body {
	padding:.5rem !important;
}

.btn-square {
	position: relative;
	width: 40%;
	margin-right: 0.3125rem !important;
}

.btn-square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.btn-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	row-gap: 0.3125rem;
	gap: 0.3125rem;
	height: 100%;
}

.btn-custom-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #025B9C;
	border-color: #025B9C;
	border-radius: 50% !important;
	font-weight: bold;
	font-size: 1.3rem;
	color: #fff;
}

.btn-custom-2 {
	background-color: #fff;
	border-top: 3px solid #7fadd2;
	border-left: 3px solid #7fadd2;
	border-right: 3px solid #025B9C;
	border-bottom: 3px solid #025B9C;
	font-weight: bold;
	font-size: 0.9rem;
	padding: 0;
}

.btn-custom-3 {
	background-color: #e1f5fe;
	border-color: #025B9C;
}

@media (max-width: 360px) {
	.btn-custom-1 {
		font-size: 1rem;
	}
	.btn-custom-2 {
		font-size: 0.75rem;
	}
	.btn-custom-3 {
		font-size: 0.75rem;
	}
}

.navbar-color {
	background-color:#025B9C;
}

.card-header-bg-1 {
	background-color: #4988B6 !important;
}

.card-header-bg-2 {
	background-color: #D3A9C8 !important;
}

.bg-custom-1 {
	background-color: #4988B6 !important;
}

.th-color-1 {
	background-color: #7AA7C7 !important;
}

.border-grey-100 {
	border-color: #ddd !important;
}

.text-grey-100 {
	color: #ddd !important;
}

.word-break-all {
	word-break: break-all;
}

.swiper-container {
	width: 100%;
	min-height:150px;
}

.swiper-container img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.nav-pills-bordered .nav-link.active {
	background-color: #d2d2d2 !important;
	color: #000;
	font-weight: bold;
	border-color: #d2d2d2 !important;
}