.toggle-widget-panel {
    position: absolute;
    top: 10px;
    right: -8px;
    display: block;
    width: 154px;
    height: auto;
    z-index: 99;
    opacity: .9;
}

    .toggle-widget-panel:hover {
        opacity: 1;
    }

    .toggle-widget-panel .btn-group {
        width: 100px;
        float: left;
    }

    .toggle-widget-panel > span {
        display: inline-block;
        float: left;
        margin-right: 5px;
        line-height: 21px;
        color: #757575;
    }

.widget-panel-vertical-uislider {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .widget-panel-vertical-uislider > div {
        height: 200px;
        margin: 0 0 0 10px;
        display: inline-block;
    }

    .widget-panel-vertical-uislider > :first-child {
        margin-left: 15px;
    }

.knobs-widget-panel > div {
    display: inline-block;
    margin-left: 30px;
}

.knobs-widget-panel > :first-child {
    margin-left: 0;
}

.widget-panel legend {
    font-size: 16px;
    margin-left: 10px;
}

.widget-panel a {
    cursor: pointer;
    text-decoration: none !important;
}

.widget-panel label input[type=checkbox].checkbox + span:before, .widget-panel label input[type=radio].radiobox + span:before {
    border: 1px solid #5E5E5E;
}

.widget-panel label:hover input[type=checkbox].checkbox + span:before {
    border-color: #E77317;
}

.widget-panel label {
    margin-bottom: 4 !important;
}

.widget-panel .checkbox i {
    border-color: #7A7A7A;
}

.widget-panel .checkbox, .widget-panel .radio {
    padding-left: 22px;
}

.widget-panel.activate {
    right: 0 !important;
    box-shadow: -11px 12px 23px rgba(0,0,0,.2);
    padding: 5px 0 0;
}

.widget-panel #widget-panel-setting + form {
    display: none;
}

.widget-panel.activate #widget-panel-setting + form {
    display: block;
}

.widget-panel {
    position: fixed;
    top: 52px;
    right: 0;
    width: 210px;
    z-index: 902;
    background: rgba(255,255,255,.95);
    border-radius: 0 0 0 6px;
}

    .widget-panel > span {
        position: fixed;
        right: 0;
        top: 52px;
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 6px 0 0 6px;
        background: rgba(255,255,255,.95)!important;
        padding: 2px;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
    }

        .widget-panel > span i {
            font-size: 17px;
        }

    .widget-panel.activate > span i:before {
        content: "\f00d";
    }

    .widget-panel.activate > span {
        /* left: -30px; */
        right: 210px;
    }

    .widget-panel > span:hover i {
        color: #333 !important;
    }

    .widget-panel form section {
        margin: 0 !important;
    }


#widget-panel-list .col > i.fa {
    height: 37px;
    padding-top: 11px;
}

.widget-panel .jarviswidget {
    margin: 0;
}

    .widget-panel .jarviswidget .widget-body {
        min-height: 0;
    }

    .widget-panel .jarviswidget > div {
        border: none;
        padding: 0;
    }

.widget-panel div.jarviswidget {
    border-radius: 3px;
    padding: 2px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
}

.magnum-red .widget-panel div.jarviswidget:hover {
    background: rgba(204,160,180, .07);
}

.magnum-blue .widget-panel div.jarviswidget:hover {
    background: rgba(32,124,202, .05);
}

.magnum-gray .widget-panel div.jarviswidget:hover {
    background: rgba(112,130,147, .05);
}

.widget-panel .jarviswidget > header {
    color: #333;
    border: none;
    background: transparent;
    height: 22px;
}

    .widget-panel .jarviswidget > header > h1, .widget-panel .jarviswidget > header > h2 {
        float: left;
        font-size: 12px;
        line-height: 12px !important;
        margin: 3px 0 0 !important;
    }

    .widget-panel .jarviswidget.summary-widget > header > h1, .widget-panel .jarviswidget > header > h2 {
        margin: 3px 0 0 0;
    }

    .widget-panel .jarviswidget > header > .widget-icon {
        height: auto;
        line-height: 20px;
        margin-right: 5px;
    }

.widget-panel .jarviswidget-ctrls {
    display: none;
}

.widget-panel article.sortable-grid {
    background: #fff;
}

.widget-panel .ui-sortable .jarviswidget-sortable > header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    border: none;
    height: 100%;
}

.widget-panel .jarviswidget > header > h1 {
    font-size: 1.1em;
}

.widget-panel .btn {
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    padding: 3px 7px !important;
    height: auto !important;
}

.widget-panel-liveupdate-1 {
    font-size: 12px !important;
    position: absolute !important;
    left: 33px;
    top: 15px;
    display: block;
    z-index: 2;
    font-weight: 700;
    padding: 1px 61px 3px 7px;
}

.widget-panel-btns {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget-panel-btns > li {
        display: inline-block;
        margin-bottom: 7px;
    }

.widget-panel-icon-font {
    font-size: 14px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .widget-panel-icon-font:hover {
        background-color: rgba(86,61,124,.1);
        text-decoration: none;
    }

.widget-panel-modal {
    width: auto;
    max-width: 600px;
    z-index: 1;
}

.widget-panel-red {
    color: #DF413E;
}

.widget-panel-orange {
    color: #DAA03E;
}

.widget-panel-border {
    border: 1px solid rgba(0,0,0,.2);
}

.widget-panel .jarviswidget.summary-widget header {
    border: none;
    height: auto;
    padding-left: 0;
}

    .widget-panel .jarviswidget.summary-widget header > .widget-icon {
        display: block;
        float: left;
        position: relative;
    }

.widget-panel .jarviswidget.summary-widget .widget-body {
    display: none;
}

.nav-widget-panel-btn {
    display: none;
}

body:not(.menu-on-top) .nav-widget-panel-btn {
    display: block;
    padding: 6px 5px;
    margin: 5px 10px;
    width: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    white-space: normal;
}

.fixed-navigation .nav-widget-panel-btn, .minified .nav-widget-panel-btn {
    display: none !important;
}

.smart-rtl .widget-panel .margin-right-5 {
    margin-right: 0 !important;
}
