.reality-logo{
		margin-left:43%;
		margin-right:50%;
		width:15%;
	
	
}



.mls_select_cont{
	
		display:flex;
		margin-top:5%;
	
	
}
.logout_link{
	
}
.head-text{
text-align: center;


}
.header{
	
	margin-bottom:2%;
	
}
.sn_col{
		text-align: center;
		    margin-top: 4%;
}
.cn_col{
	margin-top: 2%;
    margin-bottom: 2%;
	overflow-x:hidden;
	text-align: center;
	
}
.cn_col_ad{
	margin-top: 2%;
    margin-bottom: 2%;
	overflow-y:scroll;
	text-align: center;
	height:55px;
	
}
.row_table{
	border:2px solid #000;
	margin-bottom: 7px;
}
.row_table_header{
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	margin-bottom: 7px;
	font-weight: 400;
    font-size: 20px;
    color: white;
    background: black;
	
}

.mls-link{
	
	margin-right: 0px;
    background-color: #3568E2;
    border: none;
    color: white!important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
    font-size: 16px;
  
    margin-bottom: 2%;
}

.back-link {
    margin-top: 15px;
    margin-left: 2.5%;
    background-color: #499d1e;
    border: none;
    color: white!important;
    padding: .375rem 1.50rem;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 2%;
    border-radius: 5px;
}
.logut-link{
	margin-right: 0px;
    background-color: #42BF47;
    border: none;
    color: white!important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
    font-size: 16px;
   float: right;
    margin-bottom: 2%;
	
}

.mls-link{
	margin-right: 0px;
   background-color: #42BF47;
    border: none;
    color: white!important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
    font-size: 16px;
	border-radius: 4px;

	
}

	.selected_entity{
	background: #5ba33c;
    color: #fff;
    width: fit-content;
    border-radius: 4px;
    padding: 11px;
    font-size: larger;
    margin-bottom: 10px
	
	}
	
	.form-control-search{
	
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	margin-right: 12px;
    margin-left: 375px;
	margin-bottom: 4%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
	}
	
	.search_hd{
		
	font-size:30px;
	font-style: oblique;
    font-weight: 800;
	    text-align: center;
	}
	
	.searchdesc_hd{
		
	font-size:20px;
	font-weight: 500;
	
	}
	
	.recrds_entries{
		
		display:block;
		
	}
	
	.selected_entity_mls{
	margin-left:1%
		
		
	}
	
	.rprts_hdr_entries_no{
		font-size: 15px;
    font-weight: 900;
    text-align: center;
		
	}
	
	.rprts_hdr_entries_ntxt{
	font-size: 15px;
    font-weight: 900;
      text-align: center;
	}
	.search_cont{
		
		display:flex;
	}
	
	.tooltip {
	position:absolute;
color:#000;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}