

.cal-form select, .cal-form input {
	height: 30px;
	margin-left: 0.5rem;
	font-size: 14px;
	width: 100px;
    text-align: right;
}
#treeModal label {
	width: 120px;
	text-align: right;
    color: black;
}

a.close {
    cursor: pointer;
}

#treeModal .modal-body {
    text-align: left;
}

.cal-form td {
    color: #000 !important;
}

#result-table th {
    color: #000 !important;
}




#result-table th {
    font-weight: normal;
}

.cal-form tr {
    height: 73px;
}


#treeModal .table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
	padding: 0.5rem;
}
#treeModal .table-bordered td {
	text-align: center;
}
#treeModal .w-10 {
	width: 8%
}

#treeModal .header-img img {
	margin-left: 1rem
}

@media (min-width: 576px) {


	
.modal-dialog {
/*	max-width: max-content;*/
	margin: 1.5rem auto;
	    max-width: 50%;
}
}

@media (max-width: 767px) {

	#treeModal .col-xl-6.col-lg-6.col-md-6.col-12:last-child {
    padding-top: 19px;
}
	
	.cal-form select, .cal-form input {
    text-align: left;
}

.cal-form tr {
    height: 42px;
}

.sm-my-0 {
	margin-top: 0;
	margin-bottom: 0
}
.sm-brd-none {
	border: 0px solid white !important;
}
#treeModal .w-10 {
	width: 30%
}
.sm-d-content {
	display: contents
}
#treeModal ul {
	display: inline-grid;
}

 .cal-form input {
	width: 100px;
	margin-left: 0rem;
}
}
@media (max-width: 800px)and (min-width:768px) {
 .cal-form input {
	width: 100px;
	margin-left: 0rem;
	margin-bottom: 0.5rem;
}	}
@media (min-width: 768px) {
.lg-w-50 {width:55%}

}
#treeModal.show .modal-dialog .modal-content {
	overflow: hidden;
	background: url("../image/home-1/modal-bg.png") center no-repeat;
	z-index: 1111111;
	background-size: cover;
	margin-top: 100px;
	}


