﻿div.checkbox {
    content: "";
    margin-top: 1px;
    margin-right:5px;
    top: .95em; left: 0;
    width: 15px; height: 15px;
    background: white;
    border: 1px solid #A09F91; 
    box-shadow: inset 0 0 3px rgba(28,63,149,.15);
    border-radius: .2em;
}
div.checkbox.selected{
    width: 16px; height: 16px;
    text-indent: -9999em;    
    background: #1C3F95 url(/Wasco2014Layout/Images/sprite.png?12528) no-repeat 4px 4px;
    border-radius: 50%;
    box-shadow: none;
    border: none;
}
.filters .checks li.selected div {
    background-color: #13BEDF;
}
.filters label {
    padding: .2em 0 !important;
}