/*
.multiselect {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button.multiselect {
    text-align: left;
	height: auto;
	position: relative;
}
.multiselect-container>li>a>label>input[type=checkbox] {
	cursor: pointer;	
}
.Hi5Form .btn-group, #filter-form .btn-group {
    display: block;
}
.Hi5Form b.caret, #filter-form b.caret {
	right: 10px;
    position: absolute;    
    top: 18px;
}
.Hi5Form .dropdown-menu, #filter-form .dropdown-menu {
	padding: 5px !important;
}
.Hi5Form .multiselect-container>li>a>label, #filter-form .multiselect-container>li>a>label {
    padding: 3px 15px 3px 35px !important;
	
}
.Hi5Form .dropdown-menu>li>a, #filter-form .dropdown-menu>li>a {
	border: 1px solid transparent;
	margin: 1px 0;
}
.Hi5Form .dropdown-menu>li>a:hover, #filter-form .dropdown-menu>li>a:hover
, .Hi5Form .dropdown-menu>li>a:focus, #filter-form .dropdown-menu>li>a:focus {
    color: inherit;
    background-color: inherit;	
}
.Hi5Form .dropdown-menu>.active>a, #filter-form .dropdown-menu>.active>a
, .Hi5Form .dropdown-menu>.active>a:hover, #filter-form .dropdown-menu>.active>a:hover
, .Hi5Form .dropdown-menu>.active>a:focus, #filter-form .dropdown-menu>.active>a:focus {
	
    color: #ffffff;
    background-color: #3cb521;
    border-color: #3cb521;	
	
    background-image: -webkit-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
    background-image: -o-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#61dd45), color-stop(50%, #3cb521), to(#36a41e));
    background-image: linear-gradient(#61dd45, #3cb521 50%, #36a41e);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #2e8a19;
	
	border-radius: 4px;
	
}

*/