.siderbar {
    margin-bottom: 30px;
}

.widgetbox {

}

.title-bar {
    color: #95989a;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #95989a;
}

.widget-item {
    width: 100%;
    color: #95989a;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
}

.widget-title {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

.widget-title.active i:before {
    content: "\f068";
}

.widget-nav a {
    color: #000;
    font-size: 14px;
}

.widget-nav a:hover {
    color: #005DA8;
    font-size: 14px;
}

.widget-title i {
    float: right;
}

.widget-checklist a {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

.widget-checklist a {
    width: 100%;
    color: #95989a;
    margin-bottom: 5px;
    display: inline-block;
}

.widget-checklist a:hover {
    color: #005DA8;
}

.widget-checklist a input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.widget-checklist a input[type=checkbox] + span {
    height: 15px;
    line-height: 15px;
    padding-left: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px 0px;
}

.widget-checklist a span {
    background-image: url('../img/checkbox.png');
}

.widget-checklist a:hover span, .widget-checklist a.active span {
    background-image: url('../img/checkbed.png') !important;
}

/************ ui-slider-horizontal **************/
.widget-range {
    padding: 10px 10px 0 10px;
}

.ui-slider-horizontal {
    height: .4em !important;
}

.ui-widget-content {
    background: #ccc !important;
}

.ui-widget-header {
    background: #005DA8 !important;
}

.ui-slider .ui-slider-handle {
    height: .8em;
    width: .8em;
    border-radius: 50%;
    background: #005DA8 !important;
}