
*{box-sizing: border-box;}
.cat-list li {
    list-style-type: none;
}
ul.subinline li {
    list-style-type: none;
}

h3.accordion-toggle {
    font-size: 20px;
}
h3.accordion-toggle {
    /* height: 34px; */
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}
h3.accordion-toggle .arrow {
    border: solid #5c5252;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.3px;
    text-align: right;
    float: right;
    margin-top: 4px;
}
h3.accordion-toggle .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .li-bodder {
    overflow-x: hidden;
    height: 300px;
    border: 1px solid #ccc;
    /* margin-top: -10px; */
    border-top: 0;
    padding: 0 20px;
    overflow-y: scroll;
}

ul.subinline li {
    padding: 10px 0;
}

ul.subinline li input {

    width: 90%;
}

.accordion-content li label{}
.accordion-content li input{ width: auto;}
.accordion-content ul li{margin-bottom: 0;}
.accordion-content ul li ul {margin-left: 30px; }

@media (max-width: 767px) {
    .top-navbar .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
}