/* profil*/
.society-edit-logo input[type="file"]{
	padding:15px;
}

/* listing */
p[class^="legend-"]:not(:last-child) {
	margin-bottom: 0;
}

.society-listing{
	border:1px solid #aaa;
	background:#e5e5e5;
	margin:30px 0;
}
.society-listing.first{
	margin-top: 5px!important;
}
.society-listing > div{
	min-height:120px;
	text-align:center;
}

.society-listing .vertical-align{
	padding:35px 15px 0 15px;
}

.society-listing .vertical-align-img {
	line-height:90px;
	height:90px;
	margin-top:5px;
}

.society-listing div img{
	display:inline-block;
	max-height:90px;
}

.society-listing .society-name,
.best-listing .society-name {
	font-size:12px;
	font-style:italic;
	color:#555;
}

.society-listing div p{
	font-size:36px;
	line-height:26px;
	margin:0;
}

.society-listing div p span{
	font-size:14px;
	display:block
}

.society-listing .icon-office {
	font-size:64px;
	color:#054286;
	line-height:90px;
}

.percentage-fill{
    background: #5cb85c;
	background: -moz-linear-gradient(left, #5cb85c 0%, #798c1a 80%, #d9534f 100%); /
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5cb85c), color-stop(80%,#798c1a), color-stop(100%,#d9534f)); 
	background: -webkit-linear-gradient(left, #5cb85c 0%,#798c1a 80%,#d9534f 100%); 
	background: -o-linear-gradient(left, #5cb85c 0%,#798c1a 80%,#d9534f 100%); 
	background: -ms-linear-gradient(left, #5cb85c 0%,#798c1a 80%,#d9534f 100%);
	background: linear-gradient(to right, #5cb85c 0%,#798c1a 80%,#d9534f 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#d9534f',GradientType=1 );

}

.percent-bar {
	width:100%;
	height:10px;
	margin-top:5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.percent-bar > div {
	height: 10px;
}

.percent-no-response { background: #8a6d3b; }
.percent-in-progress { background: #054286; }
.percent-satisfied   { background: #3c763d; }
.percent-unsatisfied { background: #a94442; }


.percent2 {
	width:100%;
	background:#d9534f;
	height:15px;
	padding:0;
	min-height:15px !important;
	padding:0 !important;
} 

.percent2 .percent-satisfaction {
	background:#5cb85c;
	height:15px;
	min-height:15px !important;
	padding:0 !important;
}

/*BEST*/
.best-listing {
	padding:15px;
}

.best-listing img{
	display:block !important;
	max-height:50px;
}
.best-listing .text-success {
	font-size:36px;
	line-height:26px;
	margin:15px 0 0 0;
}
.best-listing .text-success span{
	font-size:14px;
	display:block;
}

.best-listing {
	background:#9dd49d
}

.best-listing:first-of-type {
	background:#6cbf6e !important;
}

.best-listing:last-child {
	background:#bee3be
}

.best-listing .icon-office {
	font-size:50px;
	color:#054286;
	line-height:50px;
	display:block !important
}

.complaint-success{
	background-color:#ceeace;
	border-color:#9dd49d
}
.complaint-warning{
	background-color:#f4cbca;
	border-color:#e89895
}
.complaint-primary{
	background-color:#b4c6db;
	border-color:#698eb6
}
.complaint-danger{
	background-color:#fbe6ca;
	border-color:#f6ce95
}
.stats > .societies{
	margin-bottom: 20px;
}
.stats > .societies > .society {
	margin-bottom: 5px;
}
.barometer-sort {
	display: flex;
	flex-direction: row;
}
.barometer-sort > p {
	margin-left: 10px;
}