.suggested_value .btn-group i 
{
	/*width: 24px;
	height: 24px;*/
	/*line-height: 24px;*/
  font-size: 35px;
  margin: 0px;
}


.suggested_value .icon-btn
{
	width: 50px;
  height: 50px;
	padding: 0px;
}

.suggested_value .btn
{
  border-radius: 0px;
}

.content-txt
{
	font-size: 16px;
	margin: 6px;
	width: 24px;
	height:24px;
	line-height: 24px;
}

.suggested_value .input-group-btn 
{
	width: 0%;
}

.suggested_value .input-group > input
{
	width: 52px;
	height: 50px;
	text-align: center;
	border-radius: 0px;
}
.suggested_value .input-group-btn > .btn
{
	width: 50px;
	height: 50px;
}

.input-group-btn > .icon-btn
{
  font-size: 30px;
}

.icon-btn .fa 
{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon-btn:hover .fa
{
	webkit-transform: scale(1.2);
	transform: scale(1.2); 
} 

.icon-btn:hover span 
{
    line-height: 1.2em;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(120%);
    transform: translateX(-50%) translateY(120%);
}


.icon-btn span {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: auto;
  height: auto;
  padding: 4px 8px;
  border-radius: 3px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-btn span:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}

.icon-btn:hover span {
  color: #fff;
  line-height: 1.2em;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(120%);
          transform: translateX(-50%) translateY(120%);
}


.icon-btn .content-txt 
{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon-btn:hover .content-txt
{
	webkit-transform: scale(1.2);
	transform: scale(1.2); 
} 

.boostrapnumber-custom-style
{
  padding: 6px 12px;

}

.boostrapnumber-custom-style > .fa
{
  font-size: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.boostrapnumber-custom-style > .fa-small
{
  font-size: 20px;
  top: 13px;
}

.boostrapnumber-custom-style > .up
{
    position: absolute;
    top: 14px;
    right: 8px;
}

.boostrapnumber-custom-style > .down
{
    position: absolute;
    top: 14px;
    right: 8px;
}


.ui-autocomplete {
	top: 32px !important;
	left: 15px !important;
}

.selected-val {
	text-decoration: underline;
  font-weight: bold;
}
.nopadding-l-r {
  padding-left: 0 !important;
  padding-right: 0  !important;
}
.property-type-circa
{
  height: 13px;
  margin-top: 1px;
}
