﻿/* Filter Component - CSS Document */
.component-filter > .list-header {
    display: inline-block;
    position: relative;
}

.component-filter > .list-header:before {
	content: ' ';
	border-width: 10px;
	left: 50%;
	bottom:-1em;
	margin-left: -10px;
	position: absolute;
	background-color: none;
	display: inline-block;
	border-right: 0.875em solid transparent;
	border-bottom: 0.875em solid #ccc;
	border-left: 0.875em solid transparent;
	border-bottom-color: #d6dfe1;	
}

.component-filter > .list-group {
	color:#999;
	font-family: 'Roboto Condensed', sans-serif;
	background: #d6dfe1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZGZlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #d6dfe1 0%, #ffffff 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6dfe1), color-stop(99%,#ffffff));
    background: -webkit-linear-gradient(top,  #d6dfe1 0%,#ffffff 99%);
    background: -o-linear-gradient(top,  #d6dfe1 0%,#ffffff 99%);
    background: -ms-linear-gradient(top,  #d6dfe1 0%,#ffffff 99%);
    background: linear-gradient(to bottom,  #d6dfe1 0%,#ffffff 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dfe1', endColorstr='#ffffff',GradientType=0 );
}

.component-filter > .list-group > .list-group-item {
	background: none;
	border: none;	
}

.component-filter > .list-group > .list-group-item label {
	font-weight: 400;
	color:#3d6470;
	cursor: pointer;
}

.component-filter > .list-group > .list-group-item:hover {

}

.component-filter > .list-group > .list-group-item > a,
.component-filter > .list-group > .list-group-item > a:active,
.component-filter > .list-group > .list-group-item > a:hover,
.component-filter > .list-group > .list-group-item > a:visited,
.component-filter > .list-group > .list-group-item > a:link {
	color: #414042;
	font-size: 1.15em;
	font-weight: 400;
	text-decoration: none;
}

.bootstrap-tagsinput {
    overflow: hidden;
    width: 100%;
    min-height: 2em;
    line-height: 1.2em;
}

.bootstrap-tagsinput > .tag.label {
    line-height: 2.2em;
}

.component-filter form button {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}