td.center {
    text-align: center;
}

.responsive-sidebar-container.data-grid-sidebar {
    padding-left: 10px;
    min-width: 135px;
}

#SearchField {
    font-size: 14px;
}

.searchbar {
    display: flex;
    justify-content: space-between;
}

.search-form {
    max-width: 250px;
}

.data-grid table {
    white-space: nowrap;
}

.responsive-sidebar-container.data-grid-sidebar > form {
    width: 100%;
    margin-right: 0 !important;
    padding-left: 10px;
}

.panel.panel-default {
    position: relative;
}

.data-grid-sidebar {
    display: block !important;
}

.data-grid-sidebar {
    overflow: visible !important;
}

.info-tools {
    display: none !important;
}

.data-grid .table td,
.data-grid .table th {
    font-size: 14px;
}

.with-sidebar .data-grid {
    margin-right: 10px;
}

.responsive-sidebar-container {
    display: none !important;
}


@media (max-width: 1200px)
{
    .responsive-sidebar-container {
        display: block !important;
    }

    .with-sidebar .data-grid {
        width: 100%;
        margin-right: 0;
    }

    .responsive-sidebar-container .panel-collapse {
        position: absolute;
        min-width: 290px;
        width: 100%;
        background: white;
        right: 0;
        border: 1px solid #ccc;
    }

    .search-flex > div {
        width: 47.5%;
    }

    .sidebar-container {
        display: none !important;
    }

    .data-grid .table td,
    .data-grid .table th,
    .virtual-wrapper {
        padding: 8px 12px;
    }

    .data-grid .table td

}

.dropdown-row {
    display: none;
}

@media (min-width: 851px){
    tr.virtual {
        display: none !important;
    }
}

@media(max-width: 850px){
    .dropdown-row {
        display: table-cell;
    }

    th.bin-row {
        display: none;
    }

    .data-grid-container table.table {
        overflow: hidden;
    }

    tr {
        transition: transform 0.4s ease-in-out;
    }

    tr td.bin-row .bin-wrapper {
        width: 60px;
        background: #e8132b;
        color: white;
        padding: 18px 0;
    }

    .quote-description {
        display: none;
    }

    tr td.bin-row {
        max-width: 0;
        padding: 0 !important;
    }

    tr.open {
        transform: translateX(-60px);
    }
}

@media (max-width: 600px) {
    .searchbar {
        align-items: center;
    }

    .searchbar > h2 {
        margin-bottom: 20px !important;
    }

    .search-flex {
        justify-content: space-between;
        width: 100%;
    }

    .search-flex > div {
        padding: 0;
        margin: 0;
    }

    .searchbar > h2 {
        font-size: 20px !important;
        min-width: 85px;
        margin: 0 !important;
        padding: 0 !important
    }

    .data-grid .table td,
    .data-grid .table th {
        font-size: 12px;
    }
}

.nav-opener {
    display: none !important;
}

.hide-sidebar {
    pointer-events: none;
}

.mobile-amount {
    display: none;
}

@media (max-width: 460px) {

    .search-flex > div {
        width: 100%;
    }

    .desktop-amount {
        display: none;
    }
    .mobile-amount {
        display: inline;
    }

    .page.container {
        padding: 5px !important;
    }

    .panel-group .panel-heading a {
        background-size: 12px;
    }

    .search-form {
        margin: 0 0 7px;
        padding: 0;
    }

    .data-grid .table td,
    .data-grid .table th,
    .virtual-wrapper {
        font-size: 11px;
        padding: 8px 6px;
    }
}

.hide-sidebar {
    transition: all 0.3s ease-in-out;
}

.panel-group.open .hide-sidebar {
    transform: rotate(-180deg);
}

.panel-group {
    position: relative;
}

.search-flex {
    display: flex;
    float: right;
}

.hide-sidebar {
    text-indent: 0;
    background-image: none !important;
}

.data-grid .table-striped > tbody > tr {
    transition: all .5s ease-in-out;
}

.data-grid .table tr.virtual td {
    padding: 0;
}

.data-grid .table .virtual-wrapper {
    display: none;
}

i.fa-chevron-down {
    transition: all .3s ease-in-out;
}

.dropdown-active i {
    transform: rotate(-180deg);
    color: #e8132b;
}

@media (max-width: 767px) {
    .header-content {
        padding: 24px 10px 0;
    }

    .header-content .logo {
        width: 145px;
    }
}