/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;

}

body{
    font-family: 'Roboto', sans-serif !important;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
legend{
    display: block;
    width: auto;
     padding: 5px;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
background-color:rgba(166, 207, 241, 0.28)
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.tab-content{
    padding: 10px 5px;
    overflow-y: scroll;
}

#MasterExcelAddForm .input-group-addon-select,#MasterExcelEdit.input-group-addon-select{
    padding: 5px;
    zoom: 141%;
}
table .input-group{
    width: 130px;
}
table .input-group.date{
    width: 160px;
}
table .input-group .form-control-danger,table .input-group .form-control-success,table .input-group .form-control-warning{
    padding: .375rem .75rem;
    background-image: none;
}
.input-group-addon-select select,.input-group-addon-select.has-success .form-control-success{
    padding: 0;
    background-color: transparent;
    border: none;
    background-image:none;
}
table .btn-sm{
    margin: 0 5px;
}
#split_orders table th{
    text-align: center;
    vertical-align: middle;
}
.form-control-inline{
    width: auto;
    display: inline-block;
}
.no-padding-hr{
    padding-left: 0;
    padding-right:0;
}
.tu_table{
}
.tu_table td{
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.myProgress {
    position: relative;
    width: 100%;
    height: 20px;
    background-color: #ddd;
}
.myBar {
    position: absolute;
    height: 100%;
    background-color: #4CAF50;
}
.deleteAuditReport{
    display: none;
}
.auditReportImage:hover .deleteAuditReport{
    display: block;
}

.myBar .label {
    position:absolute;
    color: white;
    top:2px;
    left:1px;
}
.productImg{
    padding: 5px;
    border: 1px solid;
    display: inline-block;
    position: relative;
}
.productImg .fa-close{
    visibility: hidden;
    position: absolute;
    right: 0px;
    top:-2px;
    z-index: 10;
}
.productImg:hover>.fa-close,.productImg:focus>.fa-close{
    visibility: visible;
}
label em{
    font-size: smaller;
    color: #ff0000;
}
.ui-datepicker{
    z-index: 1051!important;
}
ul>li, a{cursor: pointer;}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.navbar {
    margin-bottom: 20px;
}
.headerStatic{
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 5px solid #eceeef;
    font-weight: bold;
}
.headerStatic td{
}
.twitter-typeahead{
    width:100%;
}
.multiOptionDiv{
    margin: -3px 0 0 0;
    /* border-top: none; */
    padding: 0.4em 0.2em;
    border: 1px solid #ced4da;
    letter-spacing: 1px;
    font-size: 0.9em;
    min-height: 50px;
    border-top: none;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.showIcon{
    position: absolute;
    top: 45%;
    right: 56px;
    z-index: 4;
    height: 10px;
    margin-top: -5px;
   cursor: pointer;
}
.tt-hint {
    color: #999
}
.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
#MasterExcelAddForm .form-control-sm{
    display: block;
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion p {
    margin: 0;
}
#previewBox {
    position: absolute;
    max-width: 500px;
    z-index: 10;
    top: 30%;
    left: 50%;
    margin-top: -10%;
    margin-left: -10%;
    padding: 10px;
    border: 2px solid #555555;
    background-color: #ccc;
    border-radius: 5px;
    text-align: center;
    display: none;
}
.tableWrapper{
    width:100%;
}

.pagination>li.active{
    font-weight: bold;
    color:#000;
}
.pagination>li.active a{
    color:#000;
}
.copyBtn{
    display: none;
}
.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

/* Use overflow:scroll on your container to enable scrolling: */
.multi-option-badge{
    font-size: 0.8rem;
}
.tutableWrapper {
    font-size: 0.8em;
    line-height: normal;
    max-width: 100%;
    min-height:300px;
    overflow: scroll;
}

.tutableWrapper tbody td.status:hover{
    opacity: 0.8 !important;
    cursor: pointer;
}

.tutableWrapper .emptyCell,.bg-not-applicatble{
    background-color: #c4c4c4;
    color: #000 !important;
}


.ds-dialog-content-wrapper{
    display: none;
}

.tu-options-wrapper{
    position: absolute;
    top: 0;
    height: 0;
    z-index: 20;
}

.new-status-picker-dialog-wrapper{
    pointer-events: none;
}
.new-status-picker-dialog-wrapper .status-picker-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.popover__content {
    position: relative;
    border: 1px solid #C4C4C4;
    background: #ffffff;
    box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
    font-size: 13px;
    transition: width 0.1s;
    pointer-events: all;
    height: 100%;
    width: 500px;

}
.popover__content:before, .popover__content:after {
    content: " ";
    position: absolute;
    border: solid transparent;
    bottom: 100%;
    border-color: rgba(225, 225, 225, 0);
    pointer-events: none;
    height: 0;
    width: 0;
}

.popover__content:before {
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    border-bottom-color: #C4C4C4;
    border-width: 10px;
}
.popover__content:after {
    right: calc(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    border-bottom-color: white;
    border-width: 8px;
}

.timeline-charts{
    width: auto;
    overflow: scroll;
    height:auto;

}
.popover__content .option-picker{
    flex: 1 0 auto;
    width: 100%;
    padding: 6px 8px 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: auto;
    min-width: 0;
    -ms-flex-line-pack: justify;
    align-content: start;
    min-height: 60px;
    max-height:190px;
    width: 100%;
}

.popover__content .option-picker .options{
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 112px;
    height: 32px;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: inherit;
    align-self: auto;
    line-height: 32px;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    position: relative;
}
#activity_log table .options{
    max-width: 112px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}



.popover__content .option-picker .options .option-text,#activity_log table .option-text {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 0 2px;
}
.popover__content .option-picker .options:after{
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}

.tutableWrapper table{
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
/* To have the header in the first column stick to the left: */
.tutableWrapper thead th {
    z-index: 2;
    vertical-align: middle;
    height: 42px;
    background-color:#f1f1f1 ;
    min-width: 100px;
    max-width: 200px;
}

.tutableWrapper td{
    white-space: normal;
    border: 1px solid #ececec;
    padding: 0.2em;
    min-width: 100px;
    max-width: 200px;
    vertical-align: middle;
}


/* Just to display it nicely: */
.tutableWrapper .childRow tr th{
  font-weight: bold;
}

.has-danger input,.has-danger select{
        border-color: red;
}
.has-success input,.has-success select{
    border-color: green;
}





.tutableWrapper tbody th{
    background: #fcfcfc;
    font-weight: normal;
}
.circle{
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
}



.slide-panel .product_info{
    font-weight: 100;
    font-size: 0.9rem;
    letter-spacing: normal;
    margin:0;
    width: 100%;
    border: none;
}
.slide-panel .product_info_label{
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-layers{
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em;
}

.fa-layers .fa-layers-counter{
    font-size: 2.5rem;
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}
.fa-layers-counter{

}

.fa-comments:hover .message-counter{
    color:#fff;
}

.fa-comments:hover:before{
    color:#009AFF;
}


.tutableWrapper tbody tr th:first-child{
    padding: 0;
}
.tutableWrapper thead .purpleColumn{
    background-color: #4a0c65 !important;
    color:#fff;
}
.tutableWrapper thead .greenColumn{
    background-color:#4CAF50 !important;
    color:#fff;
}
.tutableWrapper thead .blueColumn{
    background-color:#0066cc !important;
    color:#fff;
}

.tutableWrapper .action .select-product{
visibility: hidden;
    height: 18px;
}

.tutableWrapper .action.open .select-product ,.tutableWrapper td.action:hover .select-product{
    visibility: visible;
}

.tutableWrapper .action{
    min-width: 5px;
    z-index: 3;
    overflow:hidden;
}

.tutableWrapper td select.dropdown-options{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    border: none;
    width:100%;
}

td[allow_paragraph="true"] {
padding: 3px;
    margin: 0;
    vertical-align: top;
}

.tutableWrapper .taskProgress {
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: width 2s;
}


.tutableWrapper tr.highlight_row td{
    background-color: #6bd2e2 !important;
}
.tutableWrapper .taskLabel{
    z-index:1;
    width: 100%;
/*    position: relative;*/
}
.tutableWrapper .parentRow{
    background-color: #e2e2e2;

}

.tutableWrapper .status:hover > .taskLabelArrow,.options:hover > .taskLabelArrow{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0.4rem;
    border-right-color: #000;
    border-top-color: #000;
    z-index: 3;
}

.tutableWrapper .ellipsetext{
    display:inline-block;float:left;width: 95%;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.tu-popup{
    position: absolute;
    padding: 5px;
    background-color: #fff;
    transition: width 4s linear;
    display: none;
    z-index: 30;
    -webkit-box-shadow: 0px 3px 22px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 3px 22px -6px rgba(0,0,0,1);
    box-shadow: 0px 3px 22px -6px rgba(0,0,0,1);
}
#tu-color-picker .colors{
    cursor: pointer;
}
#tu-color-picker .colors:hover{
    opacity: 0.9;
}
.tutableWrapper td.action.closeSelect{
    width: 10px;
    transition: min-width 0.3s;
}
.tutableWrapper td.action.open,.tutableWrapper td.action:hover{
    min-width: 30px;
    transition: min-width 0.3s;
    background-color: #ccc;
    padding: 5px;
}




.tutableWrapper .childRow {
    padding:0;
    background-color: #fff;
}


.tutableWrapper .change_color{

    top:10px;
    right: 5px;
}
.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.dot.border{
    border-width: 3px !important;
    border-color: black !important;
}


.batch-actions-menu-wrapper.react-boards {
    position: fixed;
}

 .batch-actions-menu-wrapper {
     transition: bottom 0.2s ease;
     position: absolute;
     width: 800px;
     height: 63px;
     z-index: 1000001;
     background: #fff;
     border-radius: 5px;
     box-shadow: 0px 22px 104px -6px rgba(0, 0, 0, 0.34);
     -ms-flex-direction: row;
     flex-direction: row;
     display: -ms-flexbox;
     display: flex;
     bottom: 35px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     visibility: hidden;
 }

.batch-actions-menu-wrapper .num-of-actions_wrapper {
    width: 63px;
    color: #fff;
    background: #009AFF;
    border-radius: 5px 0px 0px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: default;
}
.batch-actions-menu-wrapper .num-of-actions_wrapper .num-of-actions {
    font-size: 30px;
}

.batch-actions-menu-wrapper .batch-actions-title-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    cursor: default;
}
.batch-actions-menu-wrapper .batch-actions-title-section .title {
    color: #333;
    font-size: 24px;
    padding-left: 20px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}
.batch-actions-title-section .pulses_dots {
    color: #333;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
}
.batch-actions-title-section .pulses_dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    margin-right: 5px;
}
.batch-actions-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}

 .batch-actions-item .action-icon {
     position: relative;
     top: 6px;
 }
.batch-actions-item .action-name {
    font-size: 13px;
    position: relative;
    bottom: -4px;
    color: #333333;
}

.batch-actions-menu-wrapper .batch-actions-delete-item {
    display: -ms-flexbox;
    display: flex;
    width: 63px;
    cursor: pointer;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-left: 2px solid #f1f1f1;
}
@media screen and (min-width:1600px){
    /* Fix Header and Column Table style */

   /* .tutableWrapper thead th {
        left: 0;
    }
    .tutableWrapper tbody th {

        position: sticky;
        left: 0;
    }*/
}



.slide-panel {
    background: white;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    will-change: transform;
    border-left: 1px solid #e1e1e1;
    z-index: 1000;
    max-width: calc(100% - 200px);
}

.slide-panel-overlay {
    right: 100%;
    width: 3000px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    transition: background 0.1s ease;
    pointer-events: none;
    display: none;
}
.slide-panel.open .slide-panel-overlay {
    display: block;
}
.slide-panel-overlay.visible {
    background: rgba(41, 47, 76, 0.5) !important;
    pointer-events: all;
}
.slide-panel.open {
    box-shadow: 0px 0px 10px 0px #999;
    -ms-transform: none;
    transform: none;
}
.slide-panel.open .slide-panel-overlay {
    display: block;
}

.slide-panel .slide-panel-content {
    height: 100%;
}
.slide-panel-resizer {
    position: absolute;
    background: #f1f1f1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 14px;
    opacity: 0;
    transition: opacity .15s ease;
    cursor: col-resize;
    z-index: 10;
}
.slide-panel-resizer .drag-handle {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 3px;
}
.pulse_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}
.pulse_container .flexible-header {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.pulse_container .pulse_title, .new_pulse .pulse_title {
    text-align: left;
}
.pulse_container .pulse_title .pulse_actions_wrapper .close_button, .new_pulse .pulse_title .pulse_actions_wrapper .close_button {
    color: #777;
    cursor: pointer;
    padding: 8px 0 8px 18px;
    text-decoration: none;
    display: inline-block;
}
.pulse_container .pulse_title .title-editable, .new_pulse .pulse_title .title-editable {
    margin: 10px 12px 9px 52px;
}

.pulse_container .pulse_title h1, .new_pulse .pulse_title h1 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    min-height: 25px;
    letter-spacing: -0.1px;
    color: #333;
    cursor: default;
    border: 1px solid #fff;
    padding: 5px 5px 5px 10px;
    outline: none;
}
.multiline-ellipsis-component {
    overflow-wrap: break-word;
}
.pulse_container .flexible-header .tabs_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1;
    -ms-flex: 0 1;
    flex: 0 1;
    margin: 0 28px 0 20px;
    height: 40px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

.pulse-tabs {
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #efefef;
    white-space: nowrap;
}
.pulse_container .flexible-header .tabs_wrapper .pulse-tabs {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 0;
    border: none;
    margin-bottom: -1px;
}
.pulse_container .flexible-header .tabs_wrapper .pulse-tabs .tab {
    height: 100%;
    margin-bottom: -1px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pulse-tabs>li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    padding: 0 7px 8px;
    font-size: 14px;
}
.pulse-tabs>li.is-selected:before {
    background-color: #009aff;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.pulse-tabs>li:before {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #d0d0d0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pulse_container .flexible-header .tabs_wrapper .pulse_subscribers_wrapper {
    position: relative;
    margin-right: 4px;
    padding: 0 10px;
    white-space: nowrap;
}
.pulse_container .pulse_content_wrapper, .new_pulse .pulse_content_wrapper {
    overflow: hidden;
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pulse_container .flexible-header .tabs_wrapper .pulse_subscribers_wrapper .add_subscriber_btn {
    color: #009aff;
    vertical-align: top;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}
.pulse_container .flexible-header .tabs_wrapper .pulse_subscribers_wrapper .subscriber {
    margin-left: -7px;
}

.pulse_container .flexible-header .tabs_wrapper .pulse_subscribers_wrapper .subscriber:first-child {
    margin-left: 0;
}
.pulse_container .flexible-header .tabs_wrapper .pulse_subscribers_wrapper .subscriber .img-circle {
    border: 2px solid #fff;
    vertical-align: middle;
}
.img-circle {
    border-radius: 50%;
    background: #c4c4c4;
}

.pulse_container .flexible-header .tabs_wrapper .pulse_settings_btn_wrapper {
    font-size: 21px;
    cursor: pointer;
}
.pulse_menu_wrapper {
    display: block;
    position: relative;
}

.pulse_menu_wrapper .pulse_menu_btn {
    display: inline-block;
    padding-top: 2px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: white;
    z-index: 98;
    position: relative;
}
.pulse_container .flexible-header .tabs_wrapper .pulse_settings_btn_wrapper .settings_btn {
    font-size: 12px;
    width: 30px;
    height: 30px;
    vertical-align: top;
    text-align: center;
    line-height: 28px;
    padding-top: 0;
    color: #777;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.pulse_container .pulse_content_wrapper .pulse_content, .new_pulse .pulse_content_wrapper .pulse_content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.pulse_menu_wrapper .pulse_menu_options {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    font-size: 13px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 300;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: white;
    padding: 3px;
    z-index: 200;
}
.pulse_menu_options {
    box-shadow: -1px 10px 44px -20px rgba(0,0,0,0.94);
}
.pulse_menu_wrapper .pulse_menu_options li.seperator {
    border-top: 1px dashed #c4c4c4;
}
.new_post {
    margin: 0px 0px 0px 0px;
    text-align: left;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    max-width: 750px;
}

.new_post .body_wrapper {
    margin: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.redactor-box {
    margin-bottom: 0px !important;
}
.redactor-editor, .redactor-box, .redactor-box textarea {
    z-index: auto;
}
.redactor-editor, .redactor-box {
    background: #fff;
}
.redactor-box {
    position: relative;
    overflow: visible;
}

.new_pulse .pulse_content_wrapper .new_post .redactor-toolbar {
    border-radius: 8px 8px 0 0;
    border: 1px solid #009aff;
    border-bottom: none;
    overflow: hidden;
}
body .redactor-toolbar {
    border-bottom: 1px solid #f3f3f3 !important;
    box-shadow: none;
}
.redactor-air, .redactor-toolbar {
    font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    margin: 0 !important;
    list-style: none !important;
    line-height: 1 !important;
}
.redactor-toolbar {
    position: relative;
    padding: 0 !important;
    background: #fff;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.redactor-toolbar {
    z-index: 100;
}

.redactor-air li, .redactor-toolbar li {
    vertical-align: top;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    outline: none;
    list-style: none !important;
}

body .redactor-toolbar li a {
    font-size: 11px;
    padding: 16px 12px;
    color: black;
}
.redactor-air li a, .redactor-toolbar li a {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 15px 14px 14px;
    cursor: pointer;
    outline: none;
    border: none;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
}
.pulse_container .pulse_content_wrapper .tab.is-active, .new_pulse .pulse_content_wrapper .tab.is-active {
    display: block;
}
.pulse_container .pulse_content_wrapper .tab, .new_pulse .pulse_content_wrapper .tab {
    display: none;
}

.pulse_container .pulse_content_wrapper .new_post_wrapper, .new_pulse .pulse_content_wrapper .new_post_wrapper {
    margin: 0 20px;
}


.pulse_container .pulse_content_wrapper .new_post, .new_pulse .pulse_content_wrapper .new_post {
    margin: 20px auto;
}

.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder, .new_pulse .pulse_content_wrapper .new_post .new_post_placeholder {
    border: 1px solid #009aff;
    border-radius: 8px;
    padding: 10px 20px;
    color: #999;
    background: #fff;
    cursor: text;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper, .new_pulse .pulse_content_wrapper .new_post .send_update_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    text-align: right;
    margin-top: 6px;
    margin-bottom: 20px;
    color: #aaa;
}
.new_post .body_wrapper {
    margin: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .regular_msg, .new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .regular_msg {
    cursor: pointer;
}

.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email_wrapper, .new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pulse_container .space_view, .new_pulse .space_view {
    padding: 20px;
}
.pulse_container .space_view {
    margin-bottom: 0;
}
.space_view {
    position: relative;
    overflow: visible;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
    font-size: 0.8rem;
}

.pulse_container .space_view #wall {
    margin: 0 auto;
}
.space_view #wall {
    max-width: 750px;
}


.space_view .posts_list {
    padding: 0px;
    list-style: none;
    margin: 0px;
    clear: both;
}
.space_view .posts_list .post_box {
    position: relative;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

body .pulse_container .pulse_content .post_small.in_pulse_page {
    padding: 5px 100px 5px 15px;
    border-radius: 8px;
}
.pulse_container .posts_list .post_small, .new_pulse .posts_list .post_small {
    padding: 15px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    background: #fff;
}
.post_small {
    position: relative;
}
.pulse_container .posts_list .post_small.in_pulse_page .post_time_wrapper, .new_pulse .posts_list .post_small.in_pulse_page .post_time_wrapper {
    top: 13px;
    right: 16px;
}
.pulse_container .posts_list .post_small .post_time_wrapper, .new_pulse .posts_list .post_small .post_time_wrapper {
    position: absolute;
    top: 6px;
    right: 7px;
    z-index: 1;
    font-size: 13px;
    color: #ababab;
    cursor: default;
}
.space_view .posts_list .post_box {
    position: relative;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.pulse_container .posts_list .post_box .post, .new_pulse .posts_list .post_box .post {
    border-radius: 8px;
}
.pulse_container .posts_list .post, .new_pulse .posts_list .post {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #dedede;
}
.new_pulse .posts_list .post.unread,.replay_area .replay.unread{
    background:#e9f7ff;
}
.post {
    position: relative;
    vertical-align: top;
}
.pulse_container .posts_list .post .post_header, .new_pulse .posts_list .post .post_header {
    padding: 15px;
    min-height: 76px;
}

.pulse_container .posts_list .post .post_header .post_title, .new_pulse .posts_list .post .post_header .post_title {
    position: relative;
    z-index: 2;
}
.pulse_container .posts_list .profile_photo, .new_pulse .posts_list .profile_photo {
    position: absolute;
    top: auto;
    z-index: 2;
    margin-bottom: 0;
}
.post .profile_photo {
    z-index: 99;
    position: absolute;
    top: 30px;
}
.profile_photo {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
.pulse_container .posts_list .post .title.no_board_link, .new_pulse .posts_list .post .title.no_board_link {
    margin-top: 10px;
}
.pulse_container .posts_list .post .title, .new_pulse .posts_list .post .title {
    display: inline-block;
    line-height: 18px;
    margin-left: 42px;
    margin-top: 7px;
    width: calc(100% - 42px);
}
pulse_container .posts_list .post .title a.user_name, .new_pulse .posts_list .post .title a.user_name {
    color: #000;
font-weight: bold;
    font-size: 13px;
}


.pulse_container .posts_list .post .title .user_name, .new_pulse .posts_list .post .title .user_name {
    font-weight: 400;
}
.pulse_container .posts_list .post .post_header .post_title .post_top_right_wrapper, .new_pulse .posts_list .post .post_header .post_title .post_top_right_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.pulse_container .posts_list .post .post_header .post_title .post_time_wrapper, .new_pulse .posts_list .post .post_header .post_title .post_time_wrapper {
    display: inline-block;
    margin-top: 2px;
    margin-right: 26px;
}
.pulse_container .posts_list .post .post_time_wrapper a, .new_pulse .posts_list .post .post_time_wrapper a {
    font-size: 13px;
    color: #ababab;
    cursor: pointer;
}
.new-post-menu-component {
    display: inline-block;
    margin-left: -8px;
}
.ds-menu-button.ds-menu-button-sm {
    width: 18px;
    height: 18px;
    font-size: 15px;
}

 .ds-menu-button {
     border-radius: 50%;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-align: center;
     align-items: center;
     cursor: pointer;
 }
.post .post_body {
    color: #000;
    vertical-align: top;
}
.post .post_body_wrapper .post_body .body_text {
    word-break: break-word;
    position: relative;
    padding: 0 15px 15px 15px;
}
.body_text {
    font-weight: 300 !important;
    word-break: break-word;
}
.body_text {
    overflow: auto;
}
.body_text p {
    margin-bottom: 5px !important;
}

.body_text .userMention{
    font-weight: bold;
    color:#0079bf;
}
.post .post_body .body_assets:empty {
    display: none;
}
.post .post_body .body_assets {
    margin: 0 15px 15px;
    background: #f9f9f9;
}
.post_tools_area {
    border-top: 1px solid #f3f3f3;
    margin: 0 15px;
    clear: both;
}
.post_tools_area .post_tools {
    color: #e5e5e5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 22px;
    float: right;
}
.post .replay_area {
    position: relative;
    clear: both;
}
.space_view .posts_list .post_box {
    position: relative;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.pulse_container .pulse_content_wrapper .tab, .new_pulse .pulse_content_wrapper .tab {
    display: none;
}
.replay_area .replay {
    position: relative;
    width: 100%;
    padding: 9px 15px 7px;
    background-color: #f1f2f3;
    border-bottom: 1px solid #fff;
}
.replay_area .replay .body {
    margin-left: 30px;
    min-height: 35px;
}
.replay_area .replay .body {
    font-size: 13px;
}

.replay_area .replay .body .user_name {
    color:#000;
    font-weight: bold;
    font-size: 12px;
}

.replay_area .replay .profile_photo{
    color:#000;
}

.post_reply:last-child, .post_reply_tools:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.replay_area .post_reply_tools {
    position: relative;
}
.post_reply, .post_reply_tools {
    padding: 4px 9px;
    margin: 0px;
    position: relative;
    background-color: #ffffff;
}

.replay_area .replay .details {
    font-size: 13px;
    color: #aaa;
    display: block;
    position: relative;
    min-height: 20px;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.replay_area .replay .details .detail_tools {
    float: right;
    margin-top: 5px;
}

.replay_area .replay .details time.humanize {
    cursor: default;
}
.replay_area .replay time.humanize, .replay_area .replay .who_watched, .replay_area .replay .likebtn {
    display: inline-block;
    color: #7d7d7d;
    margin-right: 10px;
    vertical-align: top;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    height: 13px;
    line-height: 13px;
}
.replay_area .replay .details .icon {
    color: #7d7d7d;
    font-size: 13px;
}


#notification_container{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

#notifications_bar{
    border-radius: 3px;
    box-shadow: 0 8px 16px -4px rgba(9,30,66,.25), 0 0 0 1px rgba(9,30,66,.08);
    box-sizing: border-box;
    outline: 0;
    overflow: hidden;
    position: absolute;
   top: -9999px;
    z-index: 1;
    background-color: #fff;


    width: 420px;
}

#notifications_bar .n-heading{
    padding: 0 12px;
    position: relative;
    text-align: center;
}

#notifications_bar .n-heading .close-btn{
    color: #6b778c;
    padding: 10px 12px 10px 8px;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
#notifications_bar .n-heading .n-heading-text{
    box-sizing: border-box;
    border-bottom: 1px solid rgba(9,30,66,.13);
    color: #5e6c84;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 0 32px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#notifications_bar .wall{
    position: relative;
    overflow: visible;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
    font-size: 0.8rem;
    padding: 20px;
    max-height: 570px;
    overflow-y: hidden;
    transition: overflow-y .3s ease;
}
#notifications_bar .wall:hover{
    overflow-y: auto;
}



                      ::-webkit-scrollbar {
                          width: 9px;
                          height: 9px;
                      }
::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #000;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #000;
}
::-webkit-scrollbar-thumb:active {
    background: #000;
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
    background: #ffffff;
}
::-webkit-scrollbar-track:active {
    background: #ffffff;
}
::-webkit-scrollbar-corner {
    background: transparent;
}



#notifications_bar  .posts_list .post .title{
    margin-left: 0;
}

#notifications_bar .new_pulse .posts_list .post .post_header{
    padding: 6px;
    min-height: 35px;
}

#notifications_bar .post .post_body_wrapper .post_body .body_text{
    padding: 5px 15px;
}

.scrolly_table {
    white-space: nowrap;
    overflow: auto;
}

/* The frozen cells will each get two class names,
   making it easier for me to select all of them or
   only a subset.  All frozen cells will be "fixed",
   the corner will also be in class "freeze", and the
   row and column headers will be "horizontal" and
   "vertical" respectively. */
.fixed.freeze {
    z-index: 10;
    position: relative;
}

.fixed.freeze_vertical {
    z-index: 5;
    position: relative;
}

.fixed.freeze_horizontal {
    z-index: 3;
    position: relative;
}


.customMenu {
    width: 120px;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    display: none;
    background-color: #fff;
    z-index: 10;
}

.customMenu .menu-options {
    list-style: none;
    padding: 10px 0;
}
.customMenu .menu-option {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 40px 10px 20px;
    cursor: pointer;
}
.customMenu .menu-option:hover {
     background: rgba(0, 0, 0, 0.2);
 }


.input-group-text select{
    font-size: 1.2rem;
    font-weight: bold;
    border: 0;
    background-color: transparent;
    outline: none;
}
.pageHeading{
    font-size: 1.3rem;
    text-align: center;
}

