/* _content/PubbleFeeder.Frontend/Pages/Banner.razor.rz.scp.css */
.disable-click[b-qn04tds153]: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-o1q9r0wrrv] {
    display: inline-block;
    padding: 0px;
    width: 100%;
}

.incoming_msg_img[b-o1q9r0wrrv] {
    display: inline-block;
    width: 6%;
}

.template-picker .layout-image[b-o1q9r0wrrv] {
    min-height: 165px; /*stop the flickering - a bit*/
}

.received_msg[b-o1q9r0wrrv] {
    display: inline-block;
    vertical-align: top;
}

.selected_msg .received_msg[b-o1q9r0wrrv] {
    padding: 0 0 0 10px;
}

.received_withd_msg p[b-o1q9r0wrrv] {
    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-o1q9r0wrrv] {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0px 14px;
}

.sent_msg p[b-o1q9r0wrrv] {
    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-o1q9r0wrrv] {
    margin: 26px 0 26px;
    margin-top: 0px;
}
 
.msg_group_container[b-o1q9r0wrrv] {
    max-height: 100%;
    overflow-y: auto;
    /*reverse order for genius scrolling    */
    display: flex;
    flex-direction: column-reverse;

    overflow-x: hidden;
}

.msg_group label[b-o1q9r0wrrv] {
    cursor:pointer;
  font-size:12px;
}
.msg_group label img[b-o1q9r0wrrv] {
    height: 14px;
    opacity: .6;
    margin-right:6px;
}

.msg_group[b-o1q9r0wrrv] {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: #e8e8e8 2px 2px 4px;
    margin-bottom: 30px
}

    .msg_group
    .card-body
    span[b-o1q9r0wrrv] {
        font-size: 12px;
        vertical-align: middle;
    }
/* _content/PubbleFeeder.Frontend/Pages/Components/Comment.razor.rz.scp.css */

.received_msg[b-3trxf3grwp] {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.selected_msg .received_msg[b-3trxf3grwp] {
    padding: 0 0 0 10px;
    
}

.incoming_msg_img[b-3trxf3grwp] {
    display: inline-block;
    width: 6%;
}

.received_withd_msg p[b-3trxf3grwp] {
    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-3trxf3grwp] {
    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-3trxf3grwp] {
    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-3trxf3grwp] {
    margin: 26px 0 26px;
    margin-top: 0px;
}

.sent_msg[b-3trxf3grwp] {
    float: right;
    width: 90%;
}

.input_msg_write input[b-3trxf3grwp] {
    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-3trxf3grwp] {
    margin-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
}


.comment-container .archive-option[b-3trxf3grwp] {
    opacity: 0;
}

.comment-container:hover .archive-option[b-3trxf3grwp] {
    opacity: 1;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/EditionPreview.razor.rz.scp.css */
.page-box[b-rnw6o2uc80] {
    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-rnw6o2uc80] {
    position: absolute;
    bottom: -28px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.page-preview[b-rnw6o2uc80] {
    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-rnw6o2uc80] {
    margin-right: 40px !important;
}
  
.page-box .page-preview[b-rnw6o2uc80] {
    margin-left: 0px !important;
    border: 0px solid #eaeaea !important;
    box-shadow: 0 0 0px #eaeaea !important;
}

.previews-container[b-rnw6o2uc80] {
    margin-top: 40px
}

.centered-previews
.previews-container[b-rnw6o2uc80] {
    width: 650px !important;
    margin: 0 auto;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/FeedItemComponents/ProductDetails.razor.rz.scp.css */

.option-container .input-group-text[b-e1p2dshxcj] {
    display: inline-block;
    padding: 0px;
    width: 100%;
}


.template-picker .layout-image[b-e1p2dshxcj] {
    min-height: 165px; /*stop the flickering - a bit*/
}

.messaging[b-e1p2dshxcj] {
    padding: 0 0 50px 0;
}

textarea[b-e1p2dshxcj] {
    padding:10px;
}

.msg_history[b-e1p2dshxcj] {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    /*reverse order for genius scrolling    */
    display: flex;
    flex-direction: column-reverse;
}

.input_msg_write[b-e1p2dshxcj] {
    position: relative;
    margin-top: 10px;
}

.msg_send_btn img[b-e1p2dshxcj] {
    margin-right: 3px;
    margin-bottom: 4px;
}

.msg_send_btn[b-e1p2dshxcj] {
    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-dm4jddlmlw] {
    font-size: 10px;
}


.option-container[b-dm4jddlmlw] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-dm4jddlmlw] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/FeedItems.razor.rz.scp.css */
.OptionDescription[b-c4bax29s31] {
    font-size: 10px;
}


.option-container[b-c4bax29s31] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-c4bax29s31] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/Logbook.razor.rz.scp.css */
.OptionDescription[b-dttvjjye1c] {
    font-size: 10px;
}


.option-container[b-dttvjjye1c] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-dttvjjye1c] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/NotificationModal.razor.rz.scp.css */
.page-box[b-8sv20jt1qe] {
    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-8sv20jt1qe] {
    position: absolute;
    bottom: -28px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.page-preview[b-8sv20jt1qe] {
    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-8sv20jt1qe] {
    margin-right: 40px !important;
}
  
.page-box .page-preview[b-8sv20jt1qe] {
    margin-left: 0px !important;
    border: 0px solid #eaeaea !important;
    box-shadow: 0 0 0px #eaeaea !important;
}

.previews-container[b-8sv20jt1qe] {
    margin-top: 40px
}

.centered-previews
.previews-container[b-8sv20jt1qe] {
    width: 650px !important;
    margin: 0 auto;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/Pages.razor.rz.scp.css */
.page-box[b-ad9oyss9xu] {
    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-ad9oyss9xu] {
    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-ad9oyss9xu] {
    margin-right: 40px !important;
}

.page-box .page-preview[b-ad9oyss9xu] {
    margin-left: 0px !important;
    border: 0px solid #eaeaea !important;
    box-shadow: 0 0 0px #eaeaea !important;
}

.previews-container[b-ad9oyss9xu] {
    margin-top: 40px
}

.centered-previews
.previews-container[b-ad9oyss9xu] {
    width: 650px !important;
    margin: 0 auto;
}
/* _content/PubbleFeeder.Frontend/Pages/Components/PartialPreview.razor.rz.scp.css */

.row[b-8w1lr4j5rg] {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

 .column[b-8w1lr4j5rg] {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column img[b-8w1lr4j5rg] {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
        cursor:pointer;
    }
     
@media screen and (max-width: 800px) {
    .column[b-8w1lr4j5rg] {
        flex: 50%;
        max-width: 50%;
    }
}
 
@media screen and (max-width: 600px) {
    .column[b-8w1lr4j5rg] {
        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-qmt9yfyqxv] {
    font-size: 10px;
}


.option-container[b-qmt9yfyqxv] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-qmt9yfyqxv] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/ProductGrid/PubbleContextMenu.razor.rz.scp.css */
.OptionDescription[b-qlamcmstnx] {
    font-size: 10px;
}


.option-container[b-qlamcmstnx] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.option-container span[b-qlamcmstnx] {
    margin-top: 10px;
    display: inline-block;
}
/* _content/PubbleFeeder.Frontend/Pages/ReplyBox.razor.rz.scp.css */

.input_msg_write[b-pmbb82mds5] {
    position:relative;
    margin-top:10px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.input_msg_write input[b-pmbb82mds5] {
    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-pmbb82mds5] {
    border-top: 1px solid #c4c4c4;
    position: relative;
}


.msg_send_btn img[b-pmbb82mds5] {
    margin-right: 3px;
    margin-bottom: 4px;
}

.msg_send_btn[b-pmbb82mds5] {
    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-pmbb82mds5] {
    padding: 10px;
}
/* _content/PubbleFeeder.Frontend/Pages/Upload.razor.rz.scp.css */
/* Timeline */
.timeline[b-rolb2j3myd],
.timeline-horizontal[b-rolb2j3myd] {
    list-style: none;
    padding: 20px;
    position: relative;
}

    .timeline[b-rolb2j3myd]:before {
        top: 0px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 87%;
        height: calc(100% - 125px)
    }

    .timeline .timeline-item[b-rolb2j3myd] {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline .timeline-item[b-rolb2j3myd]:before,
        .timeline .timeline-item[b-rolb2j3myd]:after {
            content: "";
            display: table;
        }

        .timeline .timeline-item[b-rolb2j3myd]:after {
            clear: both;
        }

        .timeline .timeline-item .timeline-badge[b-rolb2j3myd] {
            color: #fff;
            width: 24px;
            height: 24px;
            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-rolb2j3myd],
            .timeline .timeline-item .timeline-badge .fa[b-rolb2j3myd],
            .timeline .timeline-item .timeline-badge .glyphicon[b-rolb2j3myd] {
                top: 2px;
                left: 0px;
            }

            .timeline .timeline-item .timeline-badge.primary[b-rolb2j3myd] {
                background-color: #1f9eba;
            }

            .timeline .timeline-item .timeline-badge.info[b-rolb2j3myd] {
                background-color: #5bc0de;
            }

            .timeline .timeline-item .timeline-badge.success[b-rolb2j3myd] {
                background-color: #59ba1f;
            }

            .timeline .timeline-item .timeline-badge.warning[b-rolb2j3myd] {
                background-color: #d1bd10;
            }

            .timeline .timeline-item .timeline-badge.danger[b-rolb2j3myd] {
                background-color: #ba1f1f;
            }

        .timeline .timeline-item .timeline-panel[b-rolb2j3myd] {
            position: relative;
            width: 87%;
            float: left;
            right: 16px;
            border: 1px solid #c0c0c0;
            background: #ffffff;
            border-radius: 2px;
            padding: 10px;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline .timeline-item .timeline-panel[b-rolb2j3myd]:before {
                position: absolute;
                top: 14px;
                right: -16px;
                display: inline-block;
                border-top: 16px solid transparent;
                border-left: 16px solid #c0c0c0;
                border-right: 0 solid #c0c0c0;
                border-bottom: 16px solid transparent;
                content: " ";
            }

            .timeline .timeline-item .timeline-panel .timeline-title[b-rolb2j3myd] {
                margin-top: 0;
                color: inherit;
                margin-bottom: 0px;
            }

.timeline-body[b-rolb2j3myd] {
    font-size: 10px;
}

.timeline .timeline-item .timeline-panel .timeline-body > p[b-rolb2j3myd],
.timeline .timeline-item .timeline-panel .timeline-body > ul[b-rolb2j3myd] {
    margin-bottom: 0;
}

    .timeline .timeline-item .timeline-panel .timeline-body > p + p[b-rolb2j3myd] {
        margin-top: 5px;
    }


.timeline-horizontal[b-rolb2j3myd] {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.timeline-horizontal[b-rolb2j3myd]:before {
    height: 3px;
    top: auto;
    bottom: 10px;
    left: 56px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item[b-rolb2j3myd] {
display: table-cell;
height: 80px;
width: 20%;
min-width: 200px;
float: none !important;
padding-left: 0px;
padding-right: 20px;
margin: 0 auto;
vertical-align: bottom;
}

.timeline-horizontal .timeline-item .timeline-panel[b-rolb2j3myd] {
    top: auto;
    bottom: 8px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .timeline-panel[b-rolb2j3myd]:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #c0c0c0 !important;
    border-bottom: 0 solid #c0c0c0 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item[b-rolb2j3myd]:before,
.timeline-horizontal .timeline-item[b-rolb2j3myd]:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge[b-rolb2j3myd] {
    top: auto;
    bottom: 0px;
    left: 34px;
}
/* _content/PubbleFeeder.Frontend/Shared/MainLayout.razor.rz.scp.css */
.page[b-0fzupnqgv6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-0fzupnqgv6] {
    flex: 1;
}

.sidebar[b-0fzupnqgv6] {
    background-color: #21282b;
}

.top-row[b-0fzupnqgv6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0fzupnqgv6]  a, .top-row .btn-link[b-0fzupnqgv6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-0fzupnqgv6] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

#kruimel .oi[b-0fzupnqgv6] {
    color:#fff !important;
} 

#kruimel a[b-0fzupnqgv6], #kruimel span[b-0fzupnqgv6] {
    color: #8f9090 !important;
}

#kruimel[b-0fzupnqgv6] {
    color: #8f9090;
    font-size: 10px; 
    float: none !important;
    margin-top: 2px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0fzupnqgv6] {
        display: none;
    }

    .top-row.auth[b-0fzupnqgv6] {
        justify-content: space-between;
    }

    .top-row a[b-0fzupnqgv6], .top-row .btn-link[b-0fzupnqgv6] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0fzupnqgv6] {
        flex-direction: row;
    }

    .sidebar[b-0fzupnqgv6] {
        width: 140px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.narrow[b-0fzupnqgv6] {
        width: 62px !important
    }

    .top-row[b-0fzupnqgv6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-0fzupnqgv6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .sidebar 
    .nav-item[b-0fzupnqgv6] {
        display: none !important;
    } 
              

 

}
/* _content/PubbleFeeder.Frontend/Shared/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-jhuv9wxbm8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jhuv9wxbm8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jhuv9wxbm8] {
    font-size: 1.1rem;
}

.oi[b-jhuv9wxbm8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jhuv9wxbm8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jhuv9wxbm8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jhuv9wxbm8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jhuv9wxbm8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jhuv9wxbm8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jhuv9wxbm8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jhuv9wxbm8] {
        display: none;
    }

    .collapse[b-jhuv9wxbm8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

#PubbleNavigation[b-jhuv9wxbm8] {
    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');
}
