body {
    background: #f6f6f6 !important;
}
table.invoice-items {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-left {
    justify-content: left;
}
.justify-right {
    justify-content: right;
}
table.invoice-items caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table.invoice-items tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.35em;
}
.btn-floating {
    background: #337ab7;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    z-index: 9999;
}
.btn-floating i {
    line-height: 30px;
}
.showonmobile {
    display: none !important;
}
.hideonmobile {
    display: block !important;
}
table tr th {
    background-color: #35495e !important;
}
.sidebar-nav {
    background: #35495e !important;
    box-shadow: none !important;
}
.navbar,
.navbar-collapse {
    background: #42b883 !important;
}
#right-menu-toggle {
}
#right-sidebar-wrapper {
    display: none !important;
}
#wrapper {
    padding-right: 0 !important;
}
.check_price {
    margin-top: 5px;
    position: absolute;
    right: 40px;
}

.customContainer {
    padding: 40px 0;
    margin: 0px 0 !important;
    background: -webkit-linear-gradient(rgb(245, 245, 245), white);
}
.customFontHead {
    font-size: 20px;
    text-align: center;
}
.customTextBorder {
    border-bottom: 1px solid rgb(195, 193, 193);
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.customSubMenu {
    margin-left: 2%;
}
.customMenuOne {
    padding-left: 5px;
    padding-right: 5px;
}
.shiftLeft {
    float: left;
}
.customMenuDiv {
    padding-bottom: 30px;
    float: left;
    width: 100%;
}
.hide-non-phone #collapseExample ul,
.hide-non-phone #collapseExample ul li a {
    list-style: none;
    color: white;
}
.hide-non-phone #collapseExample ul li {
    margin: 1em 0;
}
.inside-level {
    margin-left: 3.5em;
}
.inside-level a {
    color: white;
}
.navbar-brand i {
    color: white !important;
}
.notifications {
    margin: 0 1em;
    position: relative;
}
.notifications .list {
    position: absolute;
    width: 300px;
    background: white;
    left: -18em;
    top: 3em;
    list-style: none;
    border: 2px solid #eee;
    padding: 0;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.notifications .list li {
    margin: 0;
    padding: 0;
}
.notifications .list .item {
    padding: 0 1em;
}
.notifications .list:before {
    content: "";
    border: 15px solid;
    position: absolute;
    border-color: transparent transparent white transparent;
    top: -1.7em;
    right: 0.5em;
}

.notifications .list .date {
    color: #ccc;
}
.notifications .list #notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
    position: relative;
}
@media screen and (max-width: 992px) {
    #left-sidebar-wrapper {
        display: none;
    }
    #wrapper {
        padding-left: 0 !important;
    }
    .create-invoice-wrapper .buttons-wrapper {
        width: 100% !important;
    }
    #page-content-wrapper {
        margin-top: 80px;
    }
    .showonmobile {
        display: block !important;
    }
    .hideonmobile {
        display: none !important;
    }
    #chart-canvas {
        display: none !important;
    }
    .in-bold {
        font-size: 20px !important;
    }
    .filter-wrapper.pull-right {
        display: none !important;
        margin-top: 20px;
        width: 100%;
    }
    .filter-wrapper.pull-right .btn-group {
        border: 1px solid #ccc;
        margin-left: 0 !important;
        margin-bottom: 20px;
        font-size: 1rem;
    }
    .filter-wrapper.pull-right #reportrange {
        width: 50%;
        font-size: 1rem;
        margin-left: 0 !important;
        height: 42px;
        line-height: 22px;
    }
    .listForm > .btn-group,
    .listForm > label,
    .listForm > .btn.btn-default {
        display: none;
    }
    .listForm #tableFilter {
        width: 100% !important;
    }
    .listForm .dataTables_wrapper {
        overflow: scroll;
    }
    .listForm .pull-right {
        width: 100%;
    }
    .listForm .pull-right > .btn.btn-primary {
        display: none !important;
    }
    .form-horizontal {
        padding: 0 !important;
    }
    .brands label.control-label {
        float: left !important;
    }

    ul.products-list {
        height: 50vh;
        top: 50px;
    }
    ul.products-list li {
        text-align: center;
    }
}
