/* Common styles */
#pcfds-preview .inside {
    overflow: auto;
}
/* Error notices */
.pcfds-error-notice {
    color: red;
    font-size: 80%;
}
/* Meta box styles */
.js .pcfds-form .postbox .hndle {
    cursor: pointer;
}
.pcfds-categories-list .children {
    margin: 5px 0 5px 20px;
}
.pcfds-field-container {
    margin-bottom: 20px;
    margin-top: 10px;
}
.pcfds-field-container #pcfds-url {
    padding: 5px 10px;
    outline: 0;
}
.pcfds-hint {
    color: #ccc;
    font-style: italic;
}
.pcfds-column {
    margin-right: 40px;
}
.pcfds-preview img {
    max-width: 100%;
}
.pcfds-categories-list li {
}
#pcfds-preview .inside.loading {
    background: url('../img/ajax-loader.gif') center center no-repeat;
    min-height: 100px;
}
.pcfds-preview table th {
    background: #eee;
    font-weight: bold;
}
.pcfds-preview table th, .pcfds-preview table td {
    vertical-align: top;
}
a.pcfds-enable {
    color: #18b204;
}
a.pcfds-disable {
    color: red;
}
.fancybox-overlay {
    z-index: 20000;
}
#content-extractor iframe {
    min-width: 1100px;
    min-height: 700px;
}
div.pcfds-div-hover {
    border: 2px dashed red;
}
div.pcfds-div-selected {
    border: 2px solid #008855;
}
div.pcfds-extractor div {
    box-sizing: border-box;
}
.pcfds-left-border {
    border-left: 3px solid #ccc;
    padding-left: 20px;
}
.pcfds-width-60 {
    box-sizing: border-box;
    width: 60%;
}
/* Move fancybox 30px lower because of admin panel toolbar */
.fancybox-skin {
    margin-top: 30px;
}
/* Help icon */
.rss-tooltip {
    background: #777; /*#2fa954*/
    color: #fff;
    padding: 0 5px;
    margin-left: 5px;
    font-weight: bold;
    cursor: help;
}
/* Custom RSS tooltipster theme */
.rss-tooltip-theme {
    border-radius: 5px;
    border: 2px solid #000 !important;
    background: #777 !important;
    color: #fff !important;
}
.rss-tooltip-theme .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}