/* _content/PubbleFeeder.Frontend/Pages/Banner.razor.rz.scp.css */
.disable-click[b-l6g9aiparn]:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: ' ';
    z-index: 2
}
/* _content/PubbleFeeder.Frontend/Pages/Chat.razor.rz.scp.css */
.option-container .input-group-text[b-gvx68m7yr2] {
    display: inline-block;
    padding: 0px;
    width: 100%;
}

.incoming_msg_img[b-gvx68m7yr2] {
    display: inline-block;
    width: 6%;
}

.template-picker .layout-image[b-gvx68m7yr2] {
    min-height: 165px; /*stop the flickering - a bit*/
}

.received_msg[b-gvx68m7yr2] {
    display: inline-block;
    vertical-align: top;
}

.selected_msg .received_msg[b-gvx68m7yr2] {
    padding: 0 0 0 10px;
}

.received_withd_msg p[b-gvx68m7yr2] {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}


.time_date[b-gvx68m7yr2] {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0px 14px;
}

.sent_msg p[b-gvx68m7yr2] {
    background: #007bff none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg[b-gvx68m7yr2] {
    margin: 26px 0 26px;
    margin-top: 0px;
}
 
.msg_group_container[b-gvx68m7yr2] {
    max-height: 100%;
    overflow-y: auto;
    /*reverse order for genius scrolling    */
    display: flex;
    flex-direction: column-reverse;

    overflow-x: hidden;
}

.msg_group label[b-gvx68m7yr2] {
    cursor:pointer;
  font-size:12px;
}
.msg_group label img[b-gvx68m7yr2] {
    height: 14px;
    opacity: .6;
    margin-right:6px;
}

.msg_group[b-gvx68m7yr2] {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: #e8e8e8 2px 2px 4px;
    margin-bottom: 30px
}

    .msg_group
    .card-body
    span[b-gvx68m7yr2] {
        font-size: 12px;
        vertical-align: middle;
    }
/* _content/PubbleFeeder.Frontend/Pages/Components/Comment.razor.rz.scp.css */

.received_msg[b-x1bhkqtnrs] {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.selected_msg .received_msg[b-x1bhkqtnrs] {
    padding: 0 0 0 10px;
    
}

.incoming_msg_img[b-x1bhkqtnrs] {
    display: inline-block;
    width: 6%;
}

.received_withd_msg p[b-x1bhkqtnrs] {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date[b-x1bhkqtnrs] {
    color: #747474;
    display: flex;
    align-items: center;
    justify-content:end;
    width: 100%;
    font-size: 12px;
    margin: 8px 0px 14px;
    justify-items: end;
}

.sent_msg p[b-x1bhkqtnrs] {
    background: #007bff none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg[b-x1bhkqtnrs] {
    margin: 26px 0 26px;
    margin-top: 0px;
}

.sent_msg[b-x1bhkqtnrs] {
    float: right;
    width: 90%;
}

.input_msg_write input[b-x1bhkqtnrs] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg[b-x1bhkqtnrs] {
    margin-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
}


.comment-container .archive-option[b-x1bhkqtnrs] {
    opacity: 0;
}

.comment-container:hover .archive-option[b-x1bhkqtnrs] {
    opacity: 1;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/EditionPreview.razor.rz.scp.css */
.page-box[b-c9lc9nc5tz] {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    padding: 0;
    margin-left: 40px;
    outline: 1px solid #eaeaea;
    box-shadow: 2px 2px 10px #cfcfcf;
    position: relative;
    margin-bottom: 100px;
}

 
.page-number[b-c9lc9nc5tz] {
    position: absolute;
    bottom: -28px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.page-preview[b-c9lc9nc5tz] {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin-left: 20px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px #eaeaea;
    position: relative;
    background: #fff;
    height: 100%;
    cursor:pointer;
}
 
.page-box:last-child[b-c9lc9nc5tz] {
    margin-right: 40px !important;
}
  
.page-box .page-preview[b-c9lc9nc5tz] {
    margin-left: 0px !important;
    border: 0px solid #eaeaea !important;
    box-shadow: 0 0 0px #eaeaea !important;
}

.previews-container[b-c9lc9nc5tz] {
    margin-top: 40px
}

.centered-previews
.previews-container[b-c9lc9nc5tz] {
    width: 650px !important;
    margin: 0 auto;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/FeedItemComponents/ProductDetails.razor.rz.scp.css */

.option-container .input-group-text[b-6anv0rzc4t] {
    display: inline-block;
    padding: 0px;
    width: 100%;
}


.template-picker .layout-image[b-6anv0rzc4t] {
    min-height: 165px; /*stop the flickering - a bit*/
}

.messaging[b-6anv0rzc4t] {
    padding: 0 0 50px 0;
}

textarea[b-6anv0rzc4t] {
    padding:10px;
}

.msg_history[b-6anv0rzc4t] {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    /*reverse order for genius scrolling    */
    display: flex;
    flex-direction: column-reverse;
}

.input_msg_write[b-6anv0rzc4t] {
    position: relative;
    margin-top: 10px;
}

.msg_send_btn img[b-6anv0rzc4t] {
    margin-right: 3px;
    margin-bottom: 4px;
}

.msg_send_btn[b-6anv0rzc4t] {
    background: #007bff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 33px;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/FeedItemComponents/ProductPicker.razor.rz.scp.css */
.OptionDescription[b-tp5ne6nubd] {
    font-size: 10px;
}


.option-container[b-tp5ne6nubd] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-tp5ne6nubd] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/FeedItems.razor.rz.scp.css */
.OptionDescription[b-tiyeexyjxi] {
    font-size: 10px;
}


.option-container[b-tiyeexyjxi] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-tiyeexyjxi] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/Logbook.razor.rz.scp.css */
.OptionDescription[b-cgd8c4sm2v] {
    font-size: 10px;
}


.option-container[b-cgd8c4sm2v] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-cgd8c4sm2v] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/NotificationModal.razor.rz.scp.css */
.page-box[b-2a94b6uts4] {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    padding: 0;
    margin-left: 40px;
    outline: 1px solid #eaeaea;
    box-shadow: 2px 2px 10px #cfcfcf;
    position: relative;
    margin-bottom: 100px;
}

 
.page-number[b-2a94b6uts4] {
    position: absolute;
    bottom: -28px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.page-preview[b-2a94b6uts4] {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin-left: 20px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px #eaeaea;
    position: relative;
    background: #fff;
    height: 100%;
    cursor:pointer;
}
 
.page-box:last-child[b-2a94b6uts4] {
    margin-right: 40px !important;
}
  
.page-box .page-preview[b-2a94b6uts4] {
    margin-left: 0px !important;
    border: 0px solid #eaeaea !important;
    box-shadow: 0 0 0px #eaeaea !important;
}

.previews-container[b-2a94b6uts4] {
    margin-top: 40px
}

.centered-previews
.previews-container[b-2a94b6uts4] {
    width: 650px !important;
    margin: 0 auto;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/Pages.razor.rz.scp.css */
.page-box[b-p4oevcu16w] {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    padding: 0;
    margin-left: 40px;
    outline: 1px solid #eaeaea;
    box-shadow: 2px 2px 10px #cfcfcf;
    position: relative;
    margin-bottom: 100px;
}

 
.page-preview[b-p4oevcu16w] {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin-left: 20px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px #eaeaea;
    position: relative;
    background: #fff;
    height: 100%;
    cursor: pointer;
}

.page-box:last-child[b-p4oevcu16w] {
    margin-right: 40px !important;
}

.page-box .page-preview[b-p4oevcu16w] {
    margin-left: 0px !important;
    border: 0px solid #eaeaea !important;
    box-shadow: 0 0 0px #eaeaea !important;
}

.previews-container[b-p4oevcu16w] {
    margin-top: 40px
}

.centered-previews
.previews-container[b-p4oevcu16w] {
    width: 650px !important;
    margin: 0 auto;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/PartialPreview.razor.rz.scp.css */

.row[b-84bhenectl] {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

 .column[b-84bhenectl] {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column img[b-84bhenectl] {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
        cursor:pointer;
    }
     
@media screen and (max-width: 800px) {
    .column[b-84bhenectl] {
        flex: 50%;
        max-width: 50%;
    }
}
 
@media screen and (max-width: 600px) {
    .column[b-84bhenectl] {
        flex: 100%;
        max-width: 100%;
    }
}

/* _content/PubbleFeeder.Frontend/Pages/PageViewer/PageViewer.razor.rz.scp.css */
/* _content/PubbleFeeder.Frontend/Pages/PageViewer/PageViewerModal.razor.rz.scp.css */
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/ContentEditorModal.razor.rz.scp.css */
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/EditionPageInfo.razor.rz.scp.css */
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/ImagePickerModal.razor.rz.scp.css */
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/ProductDetailsModal.razor.rz.scp.css */
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/ProductDetailsPopover.razor.rz.scp.css */
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/ProductPickerModal.razor.rz.scp.css */
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/ProductsGrid.razor.rz.scp.css */
.OptionDescription[b-ac0x2trty2] {
    font-size: 10px;
}


.option-container[b-ac0x2trty2] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-ac0x2trty2] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/PubbleContextMenu.razor.rz.scp.css */
.OptionDescription[b-rj8nid54tf] {
    font-size: 10px;
}


.option-container[b-rj8nid54tf] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-rj8nid54tf] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/ReplyBox.razor.rz.scp.css */

.input_msg_write[b-uans757431] {
    position:relative;
    margin-top:10px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.input_msg_write input[b-uans757431] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg[b-uans757431] {
    border-top: 1px solid #c4c4c4;
    position: relative;
}


.msg_send_btn img[b-uans757431] {
    margin-right: 3px;
    margin-bottom: 4px;
}

.msg_send_btn[b-uans757431] {
    background: #007bff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 33px;
}

textarea[b-uans757431] {
    padding: 10px;
}
/* _content/PubbleFeeder.Frontend/Pages/Upload.razor.rz.scp.css */
/* Timeline */
.timeline[b-fh81g3p5gu],
.timeline-horizontal[b-fh81g3p5gu] {
    list-style: none;
    padding: 20px;
    position: relative;
}
 

.timeline .timeline-item[b-fh81g3p5gu] {
    margin-bottom: 20px;
    position: relative;
}
 

.timeline .timeline-item[b-fh81g3p5gu]:after {
    clear: both;
}

.timeline .timeline-item .timeline-badge[b-fh81g3p5gu] {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 88%;
    background-color: #7c7c7c;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline .timeline-item .timeline-badge i[b-fh81g3p5gu],
.timeline .timeline-item .timeline-badge .fa[b-fh81g3p5gu],
.timeline .timeline-item .timeline-badge .glyphicon[b-fh81g3p5gu] {
    top: 2px;
    left: 0px;
}

.timeline .timeline-item .timeline-badge.primary[b-fh81g3p5gu] {
    background-color: #b1b1b1;
}

.timeline .timeline-item .timeline-badge.info[b-fh81g3p5gu] {
    background-color: #5bc0de;
}

.timeline .timeline-item .timeline-badge.success[b-fh81g3p5gu] {
    background-color: #59ba1f;
}

.timeline .timeline-item .timeline-badge.warning[b-fh81g3p5gu] {
    background-color: #d1bd10;
}

.timeline .timeline-item .timeline-badge.danger[b-fh81g3p5gu] {
    background-color: #ba1f1f;
}

.timeline .timeline-item .timeline-panel[b-fh81g3p5gu] {
    position: relative;
    width: 87%;
    float: left;
    right: 16px;
    background: #ffffff;
    border-radius: 2px;
    padding: 10px;
}
  

.timeline .timeline-item .timeline-panel .timeline-title[b-fh81g3p5gu] {
    margin-top: 0;
    color: inherit;
    margin-bottom: 0px;
}

.timeline-body[b-fh81g3p5gu] {
    font-size: 10px;
}

.timeline .timeline-item .timeline-panel .timeline-body > p[b-fh81g3p5gu],
.timeline .timeline-item .timeline-panel .timeline-body > ul[b-fh81g3p5gu] {
    margin-bottom: 0;
}

.timeline .timeline-item .timeline-panel .timeline-body > p + p[b-fh81g3p5gu] {
    margin-top: 5px;
}


.timeline-horizontal[b-fh81g3p5gu] {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.timeline-horizontal[b-fh81g3p5gu]:before {
    height: 3px;
    top: auto;
    bottom: 10px;
    left: 56px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item[b-fh81g3p5gu] {
    display: table-cell;
    height: 80px;
    width: 20%;
    min-width: 200px;
    float: none !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}

.timeline-horizontal .timeline-item .timeline-panel[b-fh81g3p5gu] {
    top: auto;
    bottom: 8px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
}

.timeline-horizontal .timeline-item .timeline-badge[b-fh81g3p5gu] {
    top: auto;
    bottom: 0px;
    left: 34px;
}
/* _content/PubbleFeeder.Frontend/Shared/MainLayout.razor.rz.scp.css */
.page[b-3a4y553idq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-3a4y553idq] {
    flex: 1;
}

.sidebar[b-3a4y553idq] {
    background-color: #21282b;
}

.top-row[b-3a4y553idq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3a4y553idq]  a, .top-row .btn-link[b-3a4y553idq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3a4y553idq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

#kruimel .oi[b-3a4y553idq] {
    color:#fff ;
} 

#kruimel a[b-3a4y553idq], #kruimel span[b-3a4y553idq] {
    color: #8f9090 !important;
}

#kruimel[b-3a4y553idq] {
    color: #8f9090;
    font-size: 10px; 
    float: none !important;
    margin-top: 2px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3a4y553idq] {
        display: none;
    }

    .top-row.auth[b-3a4y553idq] {
        justify-content: space-between;
    }

    .top-row a[b-3a4y553idq], .top-row .btn-link[b-3a4y553idq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3a4y553idq] {
        flex-direction: row;
    }

    .sidebar[b-3a4y553idq] {
        width: 140px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.narrow[b-3a4y553idq] {
        width: 62px !important
    }

    .top-row[b-3a4y553idq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-3a4y553idq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .sidebar 
    .nav-item[b-3a4y553idq] {
        display: none !important;
    } 
              

 

}
/* _content/PubbleFeeder.Frontend/Shared/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-m3h6afsdz8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-m3h6afsdz8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m3h6afsdz8] {
    font-size: 1.1rem;
}

.oi[b-m3h6afsdz8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-m3h6afsdz8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m3h6afsdz8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m3h6afsdz8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m3h6afsdz8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-m3h6afsdz8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-m3h6afsdz8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m3h6afsdz8] {
        display: none;
    }

    .collapse[b-m3h6afsdz8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

#PubbleNavigation[b-m3h6afsdz8] {
    padding: 12px;
    padding-top:0px;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
