/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

.ppb-dialog .ui-helper-hidden {
    display: none
}
.ppb-dialog .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.ppb-dialog .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}
.ppb-dialog .ui-helper-clearfix:after,
.ppb-dialog .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}
.ppb-dialog .ui-helper-clearfix:after {
    clear: both
}
.ppb-dialog .ui-helper-clearfix {
    min-height: 0
}
.ppb-dialog .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}
.ppb-dialog .ui-front {
    z-index: 100
}
.ppb-dialog .ui-state-disabled {
    cursor: default!important
}
.ppb-dialog .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}
.ppb-dialog .ui-widget-overlay {
    width: 100%;
    height: 100%
}

/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */

.ppb-dialog .ui-resizable {
    position: relative
}
.ppb-dialog .ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}
.ppb-dialog .ui-resizable-autohide .ui-resizable-handle,
.ppb-dialog .ui-resizable-disabled .ui-resizable-handle {
    display: none
}
.ppb-dialog .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}
.ppb-dialog .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}
.ppb-dialog .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}
.ppb-dialog .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}
.ppb-dialog .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}
.ppb-dialog .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}
.ppb-dialog .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}
.ppb-dialog .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}
.ppb-dialog .ui-button .ui-button-text {
    padding:0;
}
.ppb-dialog .ui-button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px !important;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    vertical-align: top
}
.ppb-dialog .ui-button:active,
.ppb-dialog .ui-button:focus {
    outline: 0
}
.ppb-dialog .ui-button::-moz-focus-inner {
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent;
    padding: 0
}
.ppb-dialog .ui-button:focus,
.ppb-dialog .ui-button:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d
}
.ppb-dialog .ui-button:focus {
    -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8)
}
.ppb-dialog .ui-button:active {
    background: #eee;
    border-color: #999;
    color: #32373c;
    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5)
}
.ppb-dialog .ui-button:disabled,
.ppb-dialog .ui-button[disabled] {
    color: #a0a5aa!important;
    border-color: #ddd!important;
    background: #f7f7f7!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: 0 1px 0 #fff!important;
    cursor: default
}
@media screen and (max-width: 782px) {
    .ppb-dialog     .ui-button {
        padding: 10px 14px;
        line-height: 1;
        font-size: 14px;
        vertical-align: middle;
        height: auto;
        margin-bottom: 4px
    }
}
.ppb-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100102;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}
.ppb-dialog-titlebar {
    background: #fcfcfc;
    border-bottom: 1px solid #dfdfdf;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 36px 0 16px
}
.ppb-dialog .ui-button.ppb-dialog-titlebar-close {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center
}
.ppb-dialog-titlebar-close:before {
    font: 400 20px/1 dashicons;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    width: 36px;
    height: 36px;
    content: '\f158'
}
.ppb-dialog .ui-button.ppb-dialog-titlebar-close:hover {
    color: #00a0d2
}
.ppb-dialog .ppb-dialog-titlebar-close .ui-button-text {
    display: none
}
.ppb-dialog-content {
    padding: 16px;
    overflow: auto
}
.ppb-dialog-buttonpane {
    background: #fcfcfc;
    border-top: 1px solid #dfdfdf;
    padding: 16px
}
.ppb-dialog .ppb-dialog-buttonpane .ui-button {
    margin-left: 16px
}
.ppb-dialog-buttonpane .ppb-dialog-buttonset {
    text-align: right;
}
.ppb-dialog .ui-draggable .ppb-dialog-titlebar {
    cursor: move
}
.ppb-dialog .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 100101
}
.ppb-dialog .ui-icon, .ppb-dialog .ppb-dialog-content .ui-icon{
    background: none;
}

.ppb-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 100101;
}
.ppb-cool-panel-wrap .ppb-tabs-nav li {
    border:  none;
    background: none;
}