/* Object Social Boxes */
.socialBox {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 4px;
}

.socialBox .fa {
    padding: 2px;
    font-size: 16px;
    width: 16px;
    text-align: center;
    text-decoration: none;
    margin: 0 2px 4px 0;
    border-radius: 50%;
    vertical-align: top;
}

.socialBox .fa:hover {
    opacity: 0.7;
}

.socialBox .fa-facebook {
  background: #3B5998;
  color: white;
}

.socialBox .fa-twitter {
  background: #55ACEE;
  color: white;
}

.socialBox .fa-google {
  background: #dd4b39;
  color: white;
}

.socialBox .fa-youtube {
  background: #bb0000;
  color: white;
}

.socialBox .fa-instagram {
  background: #125688;
  color: white;
}

/* Object smart lookup */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* Object Photo Grid */
.photoGrid .frontPageTeaser {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 0;
    padding-bottom: 12%;
	
}

.datafields {
	border-bottom:1px dashed #ccc;
	margin:2px;
	padding:2px;
}

.datafields .datafieldlabel, .datafields .datafieldvalue {
    display: inline-block;
    width: 50%;
}

/* Object Ratings */
.ratingsBox {
    display: inline-block;
    width: 100px;
    height: 20px;
    position:relative;
}

.ratingsBox .baseBox {
    background-image: url(/images/star1.png);
    background-size: 20px;
    background-repeat-y: no-repeat;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:20px;
}

.ratingsBox .ratingBox {
    background-image: url(/images/star2.png);
    background-size: 20px;
    background-repeat-y: no-repeat;
    position:absolute;
    top:0;
    left:0;
    height:20px;
}

.ratingsBox .myRatingBox {
    background-image: url(/images/star3.png);
    background-size: 20px;
    background-repeat-y: no-repeat;
    position:absolute;
    top:0;
    left:0;
    height:20px;
}
