

.btn-info-border{
    border-right: #097a8c;
    border-bottom: #097a8c;
    border-style: solid;
    border-width: 3px;
}
.btn-primary-border{
    border-right: #024d9c;
    border-bottom: #024d9c;
    border-style: solid;
    border-width: 3px;	
}
/*
.result-bg{
	justify-content: center;
	background-color: #dceeff;	
}*/

.modal input[type="radio"],.modal input[type="checkbox"]{
	display: none;
}
.modal label{
	width: 100%;
	margin: .2rem 0;
	padding: .2rem 0;
}
.modal label:hover{
	background-color: #ececec;
}	
.modal input:checked~label, .fake-checked{
	background-color: #1e90ff;
	color: #fff ;
}	
.helf-box{
	width: 50%;
}
/*.hidden-scroll{
    width: calc(100% - 18px);
    overflow-x: hidden;	
}*/
.scroll-box{
	max-height:60vh;
	overflow-y:scroll;
	overflow-x: hidden;
	/*width: calc(100% + 18px);*/
	/*-ms-overflow-style: none;
	overflow: -moz-hidden-unscrollable;	*/
}
/*.scroll-box::-webkit-scrollbar{
	display: none;
}*/
.checkbox-group, .radio-group{
	text-align: center;
}	
.all-delete-box, .sale-type-box{
	padding: .2rem 0;
	text-align: center;
}
.all-delete-box>a:not([href]), .sale-type-box>div{
	width: 48%;
	border: 1px solid #1e90ff;
	color: #1e90ff ;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
}
.all-delete-box>a:not([href]):hover, .sale-type-box>div:hover{
	background-color: #c0daf1;
    color: #1e90ff;		
}
.sale-type-box label{
	margin: 0 !important;
	padding: .2rem 0;
	cursor: pointer;
}
.sit>.checkbox-group, .room>.checkbox-group, .cost>.radio-group{
	width: 49%;
	display: inline-flex;
} 
.cost>.radio-group>label{
	
}
.modal-body{
	padding: 1rem;
}
#sale-price, #rent-price{
	display: none;
}
.key-word>input{
	border-radius: .25rem 0 0 .25rem;
}
.key-word button{
	border-radius: .25rem;
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.result-bg{
		justify-content: left;
	}
	.sit>.checkbox-group, .room>.checkbox-group{
		width: 24%;
	}
}


@media (min-width: 992px) {

 
}


@media (min-width: 1200px) { 
}