/**
 * Sticky Admin - Widgets CSS
 *
 * @version 1.0.0
 * @copyright 2015
 * @author Dorian Tudorache
 * @link www.stickyadmin.net
 *
 * @license See Licensing folder
 *
 * @package Sticky Admin
 *
 */
.widget {
    margin-bottom: 15px;
}

#widget-list .widget-top:hover {
    cursor: pointer;
}

.widget-liquid-left {
    margin: 0;
    width: 38%;
    float: left;
}

.widget-liquid-right {
    float: right;
    width: 58%;
}

.widget.ui-draggable-dragging {
    min-width: 100%;
}

.widget.ui-sortable-helper {
    opacity: 0.8;
}

.widget-placeholder {
    margin: 0 auto 10px;
    height: 32px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widgets-right .widget-placeholder {
    margin-top: 0;
}

#widgets-right .closed .widget-placeholder {
    height: 0;
    border: 0;
    margin-top: -10px;
}

.widgets-holder-wrap {
    -webkit-border-radius: 5px!important;
       -moz-border-radius: 5px!important;
            border-radius: 5px!important;

}

body.content-b .widgets-holder-wrap {
    background: #fff;
}
body.content-w .widgets-holder-wrap {
    background: #000;
}

div.sidebar-name {
    border: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding: 0;
    background: transparent;
}

div.sidebar-name h3 {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: .1px;
}

div.sidebar-name h3 .spinner {
    position: relative;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    left: 20px;
    top: 10px;
    vertical-align: top;
}


div.widgets-sortables,
#widgets-left .inactive,
#available-widgets .widget-holder {
    background: none;
    padding: 0;
    border: 0
}

div#widgets-left {
    margin-left: 0
}

.widget-top {
}

.widget-top .widget-title {
    display: block;
}

.widget-top .widget-title h4 {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 0;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

body.content-w .widget-top .widget-title h4 {
    color: rgba(255,255,255,.65);
    border:1px solid rgba(255,255,255,.1);
}
body.content-b .widget-top .widget-title h4 {
    color: rgba(0,0,0,.65);
    border:1px solid rgba(0,0,0,.1);
}

.widget-top .widget-title h4:after {
    content: '\e666';
    font: 400 8px/18px streamline;
    position: absolute;
    right: 10px;
    top: 5px;
}

.widget.open .widget-top .widget-title h4 {
    /*color:#fff;*/
}

.widget-liquid-left #widgets-left.chooser #available-widgets .widget,
.widget-liquid-left #widgets-left.chooser .inactive-sidebar {
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
      -o-transition: opacity .1s linear;
         transition: opacity .1s linear;
    opacity: .2;
    pointer-events: none;
}

.widget-liquid-left #widgets-left.chooser #available-widgets .widget-in-question {
    opacity: 1;
    pointer-events: auto;
}

.widget .widget-description {
    padding: 0 5px;
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
}

.sidebar-description {
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.sidebar-description .description {
    margin-top: 0;
}

.widget.widget-in-question .widget-inside,
.widget.open .widget-inside {
    display: block;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
}

.widget-liquid-right .widgets-sortables,
#widgets-left .widget-holder {
    border: 0!important;
    -webkit-transition: height .3s ease-in-out;
       -moz-transition: height .3s ease-in-out;
         -o-transition: height .3s ease-in-out;
            transition: height .3s ease-in-out;
}

#widgets-left .widget-holder {
    /*padding:20px 0*/
}

.js .sidebar-name {
    cursor: pointer;
}

.sidebar-name h3 {
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
}

#available-widgets,
.inactive-sidebar {
    background: transparent!important;
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.widget-title > h3 {
    font-size: 11px;
}
div#widgets-right .sidebar-name h3 {
    margin-bottom: 0!important;
    padding: 0;
    line-height: 20px
}

#widgets-right .widgets-holder-wrap {
    -webkit-transition: border-color 1s ease-in-out;
       -moz-transition: border-color 1s ease-in-out;
         -o-transition: border-color 1s ease-in-out;
            transition: border-color 1s ease-in-out;
}

#widgets-right .widgets-holder-wrap .description {
    padding: 0;
    margin-bottom: 15px;
}

#widgets-right .widgets-holder-wrap.widget-hover {
    border-color: rgba(0, 0, 0, .75);
    -webkit-box-shadow: none!important;
       -moz-box-shadow: none!important;
            box-shadow: none!important;
}

#widget-list {
    display: block;
    position: relative;
}


/* Widgets chooser */
.widgets-chooser ul {
    border: 1px solid rgba(0, 0, 0, .05);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    margin-bottom: 5px!important;
}

.widgets-chooser li {
    padding: 0px 15px 0px 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    text-transform: uppercase;
    font-size: 11px;
    line-height: 30px;
    font-weight: 600;
}

.widgets-chooser li.widgets-chooser-selected:before,
.widgets-chooser li.widgets-chooser-selected:focus:before {
    top: 3px;
}

.widgets-chooser .widgets-chooser-actions {
    padding: 10px 0 30px;
    text-align: right;
}


.widget-title-action {
    float: right;
    position: relative;
}

div#widgets-right .widgets-sortables {
    padding: 15px;
    position: relative;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0px 1px rgba(0, 0, 0, .1);
            box-shadow: 0px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

div#widgets-right .sidebars-column-1,
div#widgets-right .sidebars-column-2 {
    max-width: 450px;
}

h3.accordion-section-title.hndle {
    margin-bottom: 0!important;
}

#menu-settings-column .accordion-container li:hover,
h3.accordion-section-title.hndle:hover {
    cursor:pointer;
}

.widget-control-actions a {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 1px;
}

.widget-control-actions br {
    display: block!important;
}

#widgets-left p.description {
    display: block;
    margin-bottom: 15px;
}

#removing-widget {
    float: right;
    display: none;
}

.widget-title .in-widget-title {
    display: inline-block;
}

.widget-top a.widget-action {
    background: none!important;
}

.widget-top a.widget-action:after {
    font-family: "FontAwesome";
    content: '\f107';
    padding: 0;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 20px;
    color: rgba(255, 255, 255, .35);
}

.widget .widget-content {
    display: block;
}

.widget .widget-content label {
    
}

.widget .widget-inside {
    display: none;
}

body.no-js .widget .widget-inside {
    display: block;
    max-height: none;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    padding: 15px;
    -webkit-border-bottom-left-radius: 3px;
       -moz-border-radius-bottomleft: 3px;
            border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
       -moz-border-radius-bottomright: 3px;
            border-bottom-right-radius: 3px;
    margin-bottom: 5px;
}

.widget-inside textarea {
    width: 100%;
    display: block;
    margin: 10px 0 0;
}

.widget-in-question .widget-inside,
.widget.open .widget-inside {
    display: block;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none!important;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0px 1px rgba(0, 0, 0, .1);
            box-shadow: 0px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-border-top-left-radius: 0px;
       -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
       -moz-border-radius-topright: 0px;
            border-top-right-radius: 0px;
    position: relative;
}

.widget-in-question .widget-inside {}

.widget-control-actions {
    display:block;
    float:none; 
    padding-top:15px;
}

.widget-control-actions input {
    margin-bottom:0!important;
}

.widget .widget-content p:last-child {
    margin-bottom: 10px;
}

.widget:hover {
    cursor: pointer;
}

.widget:hover .widget-title h4 {
    /*color:#fff;*/
}

.widget,
#widget-list .widget-top {}
