.content {
    padding: 15px;
}
img.logo {
    width: 175px
}
div.dataTables_wrapper {
    display: block;
}
.error {
    color: red;
    font-size: smaller;
}
.offer-buttons-row > button {
    margin: 5px;

}
.error {
    color: red;
    font-size: smaller;
}

.discountPercent { display: none;}
.discountAmount { display: none;}
.discountsPopout {
    color: darkblue;
    font-size: smaller;
    display: none;
}

.cardRow {
    height: calc(100vh - 90px);
}
    .cardRow > div:first-child {
        padding-right: 15px;
    } 

    .cardRow > div:nth-child(2) {
        overflow-y: auto;
    } 


    .cardRow .card {
        margin-bottom: 15px;
    }
    .cardRow .productsDiv > .card {
        height: calc(100vh - 90px - 69px - 15px);
        
    }
        .cardRow .productsDiv > .card .card-body {
            overflow-y: auto;
        }
    .modal-bi {
        max-width: 750px;
    }


.offerForm > .row {
    padding: 5px;
}
    .offerForm > .row:first-child > div:nth-child(2n + 1), .offerForm > .row:nth-child(2) > div:nth-child(2n + 1) {
        text-align: right;
    }

.tableFooter {
    background-color: #efefef;
}

.product-quantity {
    width: 50px;
}
.twitter-typeahead {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {

}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 1px solid #0097cf;
}

.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);
}

.tt-hint {
    color: #999
}

.tt-menu {
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -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);
}

.tt-suggestion {
    padding: 3px 20px;
    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;
}



#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background-color: #272727;
    color: #fff;
    transition: all 0.3s;
    overflow-y: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #777;
}

    #dismiss:hover {        
        color: #fff;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 20px;
    background-color: #272727;
}

#sidebar ul.components {
    padding: 20px 0;    
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #fff;        
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;    
}

a[data-toggle="collapse"], a[data-bs-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;    
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.status-select {
    color: #26c6da;
    background-color: transparent;
    background-image: none;
    border-color: #26c6da;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    display: inline-block;
    margin-left: 25px;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    font-weight: bold;
}

