.home-filter{    
    background: #9999ff;
}


.home-main-container .panel-default > .panel-heading
{
	background: initial ! important;
	font-size: 15px;
}

.btn-sp-global{
	width: 90px;
	height: 32px;
	color: #ffffff;
    background-color: #006D89;
    border-color: #006D89;
    font-size: 14px;
    font: Akkurat LL, Regular;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
}

.form-group-button{
	text-align: center;  
}

.sp-default-text{
	font-family: sp_akkurat_normal_font;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0px;
}

input[type='checkbox']:checked {
    background-color: #fff;
    padding-bottom: 12px;
    width: 14px;
    font-weight: bold;
}

input[type='checkbox']:focus{
	outline: none;
}
input[type='checkbox']:checked:after {
  content: '\2713';
  color: #cb1a1a;

}
input[type='checkbox']{
  text-align: center;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  appearance:none;
  border: 1px solid #999999;
  box-shadow: none;
  font-size: 11px;
}

