.pl-body {
    min-height: 100%;
}
.pl-canvas {
    position: relative;
}
.pl-narrow {
    max-width: 620px;
}
.pl-mb {
    margin-bottom: 16px;
}
.pl-toolbar {
    margin: 0 0 14px;
}
.pl-sep {
    margin: 0 6px;
    color: #9aa0a6;
}
.pl-badge {
    display: inline-block;
    padding: 0 6px;
    margin-left: 6px;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    background: #7a8390;
    vertical-align: middle;
}
.pl-remove {
    margin-left: 8px;
    color: #9aa0a6;
    cursor: pointer;
}
.pl-remove:hover {
    color: #B3261E;
}

.pl-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.pl-column {
    padding: 0 10px;
    min-width: 240px;
    -ms-flex: 1 1 280px;
    -webkit-flex: 1 1 280px;
    flex: 1 1 280px;
}
.pl-columns-1 .pl-column {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}
.pl-columns-2 .pl-column {
    -ms-flex: 1 1 45%;
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
}

.pl-module {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0 0 16px;
}
.pl-module-title {
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e;
    background: #f5f6f8;
    border-bottom: 1px solid #e6e6e6;
    zoom: 1;
}
.pl-module-title:after {
    content: "";
    display: block;
    clear: both;
}
.pl-module-title>span {
    float: left;
}
.pl-module-link {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #3982D6;
}
.pl-module-body {
    padding: 14px;
}

.pl-profile-card {
    text-align: center;
}
.pl-profile-name {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
}
.pl-status {
    margin-top: 12px;
    text-align: left;
}
.pl-tagline {
    margin-top: 10px;
    color: #6b7280;
}
.pl-profile-links {
    margin-top: 12px;
    font-size: 13px;
}

.pl-mini-entry,
.pl-mini-list {
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid #efefef;
}
.pl-mini-entry:last-child,
.pl-mini-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pl-mini-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.pl-mini-excerpt {
    margin: 6px 0 0;
    font-size: 13px;
    color: #4b5563;
}

.pl-list-items {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.pl-list-items li {
    padding: 4px 0;
    border-bottom: 1px solid #f2f2f2;
}
.pl-list-items li:last-child {
    border-bottom: 0;
}
.pl-done {
    text-decoration: line-through;
    color: #9aa0a6;
}

.pl-thumbs {
    zoom: 1;
    margin: -3px;
}
.pl-thumbs:after {
    content: "";
    display: block;
    clear: both;
}
.pl-thumb {
    float: left;
    display: block;
    width: 33.33%;
    padding: 3px;
}
.pl-thumb img {
    display: block;
    width: 100%;
    height: 72px;
    border: 1px solid #e6e6e6;
}

.pl-people {
    zoom: 1;
}
.pl-people:after {
    content: "";
    display: block;
    clear: both;
}
.pl-person {
    display: block;
    padding: 5px 0;
    color: #2a2a2a;
    zoom: 1;
}
.pl-person:hover {
    text-decoration: none;
    color: #3982D6;
}
.pl-person-name,
.pl-person-text {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.pl-person-text strong {
    display: block;
}
.pl-people-grid .pl-person {
    float: left;
    width: 50%;
    padding: 8px 10px 8px 0;
}

.pl-guest-entry {
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid #efefef;
}
.pl-guest-head>* {
    vertical-align: middle;
}
.pl-guest-head .ol-small {
    margin-left: 8px;
}
.pl-guest-head a {
    margin-left: 8px;
    font-weight: 600;
}
.pl-guest-body {
    margin-top: 6px;
    padding-left: 40px;
}

.pl-note {
    font-size: 14px;
}
.pl-note img {
    max-width: 100%;
}

.pl-entry {
    margin-bottom: 16px;
}
.pl-entry-title {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 400;
}
.pl-entry-meta {
    margin-bottom: 12px;
    font-size: 12px;
    color: #6b7280;
}
.pl-entry-body {
    font-size: 15px;
    line-height: 1.65;
}
.pl-entry-body img {
    max-width: 100%;
    height: auto;
}
.pl-entry-body blockquote {
    margin: 12px 0;
    padding: 6px 14px;
    border-left: 3px solid #e0e2e6;
    color: #4b5563;
}
.pl-entry-body pre {
    padding: 10px;
    overflow: auto;
    background: #f5f6f8;
    border: 1px solid #e6e6e6;
}
.pl-entry-foot {
    margin-top: 14px;
    padding-top: 10px;
    font-size: 13px;
    border-top: 1px solid #efefef;
}

.pl-attachments {
    margin-top: 12px;
    zoom: 1;
}
.pl-attachments:after {
    content: "";
    display: block;
    clear: both;
}
.pl-attach-image {
    float: left;
    margin: 0 6px 6px 0;
}
.pl-attach-image img {
    display: block;
    max-height: 120px;
    border: 1px solid #e6e6e6;
}
.pl-attach-file {
    display: inline-block;
    margin: 0 8px 6px 0;
    padding: 4px 10px;
    background: #f5f6f8;
    border: 1px solid #e6e6e6;
}
.pl-attach-row {
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;
}
.pl-attach-thumb {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
}

.pl-comment {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.pl-comment-head>* {
    vertical-align: middle;
}
.pl-comment-head a {
    margin-left: 8px;
    font-weight: 600;
}
.pl-comment-head .ol-small {
    margin-left: 8px;
    font-weight: 400;
}
.pl-comment-body {
    margin-top: 6px;
    padding-left: 40px;
}

.pl-albums,
.pl-photos {
    zoom: 1;
    margin: 0 -8px;
}
.pl-albums:after,
.pl-photos:after {
    content: "";
    display: block;
    clear: both;
}
.pl-album {
    float: left;
    width: 25%;
    padding: 8px;
    color: #2a2a2a;
    text-align: center;
}
.pl-album:hover {
    text-decoration: none;
}
.pl-album-cover {
    display: block;
    height: 130px;
    background: #f0f1f3;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.pl-album-cover img {
    display: block;
    width: 100%;
    height: 130px;
}
.pl-album-title {
    display: block;
    margin-top: 6px;
    font-weight: 600;
}
.pl-photo {
    float: left;
    width: 25%;
    margin: 0;
    padding: 8px;
}
.pl-photo img {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
}
.pl-photo figcaption {
    margin-top: 5px;
    font-size: 12px;
    color: #6b7280;
}

.pl-tracks {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pl-track {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.pl-track-name {
    margin-bottom: 6px;
    font-weight: 600;
}
.pl-player {
    width: 100%;
    max-width: 460px;
}

.pl-directory {
    zoom: 1;
    margin: 0 -8px;
}
.pl-directory:after {
    content: "";
    display: block;
    clear: both;
}
.pl-directory-item {
    float: left;
    width: 33.33%;
    padding: 10px 8px;
    color: #2a2a2a;
}
.pl-directory-item:hover {
    text-decoration: none;
    color: #3982D6;
}
.pl-directory-text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.pl-directory-text strong {
    display: block;
}

.pl-form {
    margin-top: 10px;
}
.pl-label {
    display: block;
    margin: 12px 0 4px;
    font-size: 13px;
    font-weight: 600;
}
.pl-check {
    display: block;
    margin: 10px 0;
    font-size: 13px;
}
.pl-check input {
    margin-right: 6px;
}
.pl-editor,
.pl-code {
    width: 100%;
    font-family: "Courier New", Consolas, monospace;
    font-size: 13px;
}
.pl-code {
    white-space: pre;
    overflow: auto;
}
.pl-input-sm {
    padding: 3px 6px;
    font-size: 13px;
}
.pl-props {
    color: #6b7280;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pl-table {
    width: 100%;
    margin-top: 8px;
}
.pl-table td,
.pl-table th {
    padding: 8px 6px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #f2f2f2;
}
.pl-table th {
    font-size: 12px;
    color: #6b7280;
}
.pl-table-actions {
    width: 160px;
    text-align: right;
}
.pl-modules-table .ol-input {
    width: 100%;
}

.pl-quota {
    height: 10px;
    margin: 8px 0 6px;
    background: #eceef0;
}
.pl-quota-fill {
    display: block;
    height: 10px;
    background: #3982D6;
}

.pl-pager {
    margin: 14px 0;
    text-align: center;
}
.pl-pager .ol-small {
    margin: 0 10px;
}

.pl-card {
    font-size: 14px;
}
.pl-card-head>* {
    vertical-align: middle;
}
.pl-card-id {
    display: inline-block;
    margin-left: 12px;
}
.pl-card-name {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.pl-presence {
    display: inline-block;
    margin-top: 3px;
    padding: 0 7px;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    background: #9aa0a6;
}
.pl-presence-online {
    background: #4CAF50;
}
.pl-presence-away {
    background: #FFB300;
}
.pl-presence-busy {
    background: #E53935;
}
.pl-card-counts {
    margin: 12px 0;
    padding: 8px 0;
    font-size: 12px;
    color: #6b7280;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.pl-card-counts span {
    margin-right: 12px;
}
.pl-card-item {
    display: block;
    padding: 7px 0;
    color: #2a2a2a;
    border-bottom: 1px solid #f5f5f5;
}
.pl-card-item:hover {
    text-decoration: none;
    color: #3982D6;
}
.pl-card-thumb {
    width: 34px;
    height: 34px;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
}
.pl-card-item-text {
    display: inline-block;
    vertical-align: middle;
}
.pl-card-item-text strong {
    display: block;
    font-weight: 400;
}
.pl-card-foot {
    margin-top: 12px;
    font-size: 13px;
}

.pl-embed-body {
    padding: 12px;
    background: transparent;
}
.pl-embed-card {
    padding: 14px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

@media (max-width: 900px) {
    .pl-album,
    .pl-photo {
        width: 33.33%;
    }
    .pl-directory-item {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .pl-column {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .pl-album,
    .pl-photo {
        width: 50%;
    }
    .pl-directory-item,
    .pl-people-grid .pl-person {
        width: 100%;
    }
    .pl-table-actions {
        width: auto;
    }
}

.pl-widget-btn {
    position: relative;
    margin-top: 2px;
    padding: 3px 7px;
    height: 26px;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    color: #14435e;
    cursor: pointer;
}
.pl-widget-btn:hover,
.pl-widget-btn.sel {
    color: #1568b0;
    border-color: #7fa8c0;
    background: rgba(255, 255, 255, 0.55);
}
.pl-widget-icon {
    display: block;
    width: 18px;
    height: 18px;
}
.pl-widget-btn-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    background: #D64339;
    border-radius: 8px;
    text-align: center;
}
.pl-widget-panel {
    position: fixed;
    top: 64px;
    right: 16px;
    z-index: 1200;
    width: 342px;
    max-width: calc(100% - 24px);
    background: #fff;
    border: 1px solid #b9c6d2;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
}
.pl-widget-panel-head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 6px 10px;
    background: #17527e;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.pl-widget-panel-close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 0 4px;
    cursor: pointer;
}
.pl-widget-frame {
    display: block;
    width: 100%;
    height: 470px;
    border: 0;
}
.pl-card-item-summary {
    display: block;
    color: #555;
    font-size: 12px;
}
.pl-card-source {
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    background: #7d8894;
    vertical-align: middle;
}
.pl-card-source-network { background: #3982D6; }
.pl-card-source-places { background: #e37222; }

@media (max-width: 700px) {
    .pl-widget-panel {
        top: 0;
        right: 0;
        left: 0;
        width: auto;
        max-width: none;
    }
    .pl-widget-frame {
        height: 70vh;
    }
}

.pl-nav-offsite > a {
    color: #1568b0;
}
.pl-nav-offsite > a:after {
    content: " \2197";
    font-size: 11px;
    opacity: 0.65;
}
