.panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    float: right;
}
.panel-body {
    padding: 0px;
    width: 100%;
    height: auto;
    float: right;
}
.panel-group {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    float: right;
}
.panel-group .panel {
    direction: rtl;
    width: 100%;
    height: auto;
    float: right;
    margin-top: 10px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    overflow: hidden;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default>.panel-heading {
    color: #2e3e50;
    background-color: #ffffff;
    float: right;
    width: 100%;
    height: auto;
}
.panel-heading {
    padding: 0;
}
.panel-title {
    width: 100%;
    float: right;
    padding: 10px 15px;
}
.panel-heading .accordion-toggle:after {
    content: "-";
    width: auto;
    height: auto;
    float: left;
    font-size: 18px;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "+";
    width: auto;
    height: auto;
    float: left;
    font-size: 16px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 30px 15px 20px 15px;
    width: 100%;
    height: auto;
    float: right;
}
.collapse.in {
    display: block;
    width: 100%;
    height: auto;
    float: right;
}
.search-aside .pretty {
    margin-bottom: 17px;
    width: 100%;
}
.search-aside .pretty:last-child {
    margin-bottom: 0;
}
.search-aside .state label {
    text-indent: 0;
}
.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #ffffff;
    background-color: #33b6e5 !important;
}