﻿/************ LISTING GENERIC ****************/
.generic-filter-pane{
    margin:0 0 20px 0; 
    border-radius:5px;
    background:#e9eced;
    padding:15px;
    border:solid 1px #e4f1f7;
	font-size:12px;
    box-sizing: border-box;
}

.filter-item{
	margin-right:20px;
}

.no-records{
	font-style:italic;
}

.generic-box{
    background:#fff;
    border:solid 1px #ccc;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    margin-bottom:30px;
    position:relative;
	padding:10px;
}

.generic-image{
	margin:10px 0;
}

.generic-title{
	margin-bottom:10px;
}

.generic-title a{
	font-size:16px;
	font-weight:bold;
}

.generic-location{
	font-size:12px;
}

.generic-summary-desc{
	margin-top:10px;
}

.generic-phone, .generic-email, .generic-mobile{
	font-size:12px;
}


.featured{
	background:#fdfbed;
	border:solid 1px #e0dede;
}

.priority{
	border:solid 1px #e0dede;
    box-shadow: 2px 5px 15px 0px rgba(87,87,84,0.8);
}

.highlight{
    border:solid 1px #e0dede;
    background:#fefed7;
}

.featured-text{
	width:140px;
	height:140px;
	background:url(images/featured.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
}


.search-generic-box{
	background:#fff;
	border-radius:5px;
	border:solid 1px #e8e3e2;
	padding:15px;
}

.search-generic-box .form-group{
    padding-bottom:0;
    margin-bottom:5px;
}

.search-generic-box .form-group label{
    font-size:12px;
    margin-bottom:2px;
    padding-bottom:0;
}

/******************** GENERIC DETAILS *******************/
.generic-details-box{
    background:#fff;
    position:relative;
    padding:15px 25px;
}

.liner{
    border-bottom:solid 1px #0e5393;
}

.back-link{
    margin-bottom:10px;
    font-size:12px;
}

.generic-details-title{
    font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2d77a1;
}

.no-pad{
	padding:0;
	margin:0;
}

.contact-top{
	color:#721919;
	font-style:italic;
	font-size:15px;
}

.m-left30{
	margin-left:30px;
}

.m-right30{
	margin-right:30px;
}

.m-top20 {
    margin-top:20px;
}

.generic-image-details, .generic-details-title{
    margin-bottom:20px;
}

.generic-details-topinfo{
	border:solid 1px #dddddd;
	background:#fff;
	border-radius:5px;
	padding:20px;
	margin-bottom:20px;
}

.description-details{
	border:solid 1px #dddddd;
	background:#f9f9f9;
	padding:20px;
	margin-bottom:20px;
	border-radius:5px;
}

.contact-details{
	font-size:16px;
	padding:20px;
	border:solid 1px #dddddd;
	background:#fcfded;
	border-radius:5px;
}

/**** IMAGE GALLERY *******/
.image-gallery{
    margin:15px 0;
	margin-bottom:30px;
}

.image-gallery img{
    max-width:75px;
}

.image-gallery a{
    margin-right:7px;
}

.main-image-gallery{
    text-align:center;
}

.fav-link, .like-link, .ownership-request-button{
	margin:10px 0;
	background:#3160a5;
	border:solid 1px #831071;
	color:#fff;
	display:inline-block;
	padding:5px 10px;
	border-radius:5px;
	cursor:pointer;
}

.ownership-request-button{
	background:#106bc7;
}

.ownership-request-button a, .ownership-request-button a:hover{
	color:#fff;
}

.ownership-request-button a i{
	margin-right:5px;
}

.fav-link:hover, .like-link:hover{
	background:#1b417b;
}
/****************** SOCIAL BOOKMARKINGS ******************/
.social-bookmarkings {
    margin:15px 0;
}

.social-bookmarkings a{
    width:28px;
	height:28px;
	margin:0 5px;
	display:inline-block;
    cursor:pointer;
}

.social-bookmarkings a img{
	width:28px;
	height:28px;
}