.settings {
    position: fixed !important;
    right: -650px;
    top: 65px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: right 0.2s ease 0s;
    -o-transition: right 0.2s ease 0s;
    -webkit-transition: right 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: right 0.2s ease 0s;
    border-left: 1px solid #c8c7cc !important;
    border-bottom: 1px solid #c8c7cc !important;
    width: 650px;
    z-index: 1050;
}
.settings.active {
    right: 0;
}
.settings > .btn {
    background: #ffffff !important;
    border-color: #c8c7cc !important;
    border-right-width: 0;
    left: -44px;
    padding: 10px 15px;
    position: absolute;
    top: 41px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.settings > .btn:hover, .settings > .btn:active, .settings > .btn:focus {
    box-shadow: none !important;
}
.settings.panel {
    border-radius: 0 !important;
    border-top: none;
    border-right: none;
    background: #ffffff;
    border-color: #c8c7cc !important;
}
.settings.panel .panel-heading {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 11px 15px;
    background: #efeff0;
    border-color: #c8c7cc;
    border-radius: 0 !important;
}
.settings.panel .panel-body {
    padding: 0;
}
.settings.panel .setting-box {
    border-bottom: 1px solid #c8c7cc;
    padding: 11px 10px 5px;
}
.settings.panel .setting-box .setting-title {
    padding: 5px 0;
}
.settings.panel .setting-box:last-child {
    border-bottom: none;
}