.ms-list {
    list-style: none;
    padding-left: 0;
}

.ms-list:focus { outline: none; }

.ms-hover {
    cursor: pointer;
    cursor: hand;
}

.ms-elem-selected {
    float: left !important;
    display: inline-block !important;
}

.mycheckbox {
    border-radius: 100%;
    height: 17px;
    width: 17px;
    background-color: white;
    border: solid 1px #F7CBC2;
    padding: 1px;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 1px;
}

.ms-selected .inner {
    background-color: #F7CBC2;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

#filter {
    max-width: 95%;
    min-width: 212px;
    margin-bottom: 30px;
}

.category-item {
    list-style: none;
    background-color: #FCE8E7;
    margin-bottom: 5px;
}

.category-item span {
    padding-left: 10px;
    font-weight: bold;
}

.category-item a {
    text-decoration: none;
    color: black;
}

.category-item .selected { text-decoration: underline !important; }

.category-heading {
    font-size: large;
    font-weight: bold;
}

.ui-slider-handle {
    border-radius: 12px !important;
    top: -4px !important;
    height: 12px !important;
    width: 12px !important;
    background-color: white !important;
    border-color: #FAC9C4 !important;
}

.ui-slider-horizontal { height: 4px !important; }

.ui-slider-handle:focus { outline: 0 !important; }

.ui-widget-content {
    background-color: #D1D2D4 !important;
    border: 0 !important;
}

.ui-slider-range { background-color: #FAC9C4 !important; }

#slider-range { margin-bottom: 10px; }

.scrollable-panel-body {
    overflow-y: scroll;
    max-height: 200px;
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 0;
}

.ms-elem-selectable { margin-bottom: 5px; }

.ms-list { margin-bottom: 0; }

.my-panel:first-of-type {
    border-radius: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border: solid #ddd;
}

.my-panel ~ .my-panel {
    border-radius: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border: solid #ddd;
    margin-top: 0 !important;
}

.scrollable-panel-body::-webkit-scrollbar-button { display: none !important; }

.scrollable-panel-body::-webkit-scrollbar {
    width: 3px;
    /* for vertical scrollbars */
    height: 12px;
    /* for horizontal scrollbars */
}

.scrollable-panel-body::-webkit-scrollbar-track {
    background: #000000;
    background: rgba(0, 0, 0, 0);
    margin-top: 1px;
    margin-bottom: 1px;
}

.scrollable-panel-body::-webkit-scrollbar-thumb {
    background: #D1D2D4;
    height: 40% !important;
    min-height: 0 !important;
    border-radius: 2px;
}

.panel-title a { text-decoration: none; }

.filter-subheading {
    font-weight: bold;
    font-size: medium;
}

.collapsed > .my-panel-heading:after {
    font-size: small;
    font-family: "Glyphicons Halflings", serif;
    color: #F9C9C5;
    content: "\e252";
    text-align: end;
    float: right;
}

.my-panel-heading:after {
    font-size: small;
    font-family: "Glyphicons Halflings", serif;
    color: #F9C9C5;
    content: "\e253";
    text-align: end;
    float: right;
}

.my-panel-heading {
    border-radius: 0 !important;
    background-color: #F6F6F6;
    font-size: medium;
}

.collapsed > .my-panel-heading { background-color: white; }

.scrollable-panel-body > ul > li {
    cursor: pointer;
    cursor: hand;
}

.filter-text {
    font-size: medium;
    vertical-align: middle;
}

.no-left-padding { padding-left: 0; }

#filter-op { margin-top: 30px; }

#filters-verfijnen { margin-top: 30px; }

.submit-button {
    background-color: #FCE8E7;
    width: 100%;
    color: black;
    font-weight: bold;
}

.submit-button:hover { color: white; }

@media (max-width: 400px) {
    .filter-body { margin-right: 0; }
}

.color-multi-select .ms-selected span { font-weight: bold; }

.multi-select { }