.vc_panel {
    .panel;
    width: 600px;
    position: fixed;
    z-index: 100000;
    top: 74px;
    left: 50%;
    .panel-body {
        padding: 0;
    }
    display: none;
    border-color: #DDDDDD;
}
.vc_panel-body {
    .panel-body;
    .vc_column {
        //padding-bottom: 15px;
    }
}
.vc_panel-heading {
    .vc_box-heading;
    cursor: move;
}
.vc_panel-footer {
    .panel-footer;
    .vc_btn-default {
        &:hover {
            border-color: #CCC;
        }
    }
}
.vc_panel-title {
    .panel-title;
    .vc_heading(16px);
}
.wpb-edit-form {
    padding: 10px 15px;
    input,
    select,
    textarea {
        width: 100%;
        padding: 8px 6px;
        margin: 0;
    }
    input,
    select {
        font-size: 1em;
    }
    select {
        height: auto;
    }
    input[type="checkbox"] {
        width: auto;
        margin-left: 5px;
        margin-right: 2px;
        display: inline-block;
        &:nth-child(2) {
            margin-left: 0;
        }
    }
}
.vc_panel-tabs {
    > ul {
        margin: -10px 0 10px 0px;
        padding-left: 10px;
        display: table;
        width: 100%;
        background-color: #e6e6e6;
        li {
            display: list-item;
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 7px 2px 0 0;
            border: 1px solid transparent;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
            font-weight: normal;
            color: #949494;
            a {
                color: #949494;
                float: left;
                padding: 11px 15px;
                text-decoration: none;
                outline: none;
                font-size: 12px;
            }
            &.ui-state-active {
                background: #ffffff;
                font-weight: normal;
                color: #595959;
                a {
                    color: #595959;
                }
            }
        }
        > :first-child {
            margin-left: 6px;
        }
    }
    > div {
        display: none;
    }
}
.vc_panel-opacity {
//.opacity(0.2);
    height: 40px !important;
    overflow: hidden !important;
}
.vc_description {
    color: #999999;
    display: block;
    font-style: italic;
    line-height: 20px;
    margin-top: 8px;
    clear: both;
}

.vc_google_fonts_form_field-preview-container {
  > span {
    font-size: 20px;
  }
}