.table > tbody td, .table > thead .headings th {
    padding: 8px !important;
    line-height: 1.428571429;
}



.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ebf1f5;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
            cursor: pointer;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        cursor: default;
        background-color: #fff;
        font-size: 14px;
        padding: 2px 10px 0px 10px;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
        /*pointer-events: none;*/
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 3px 10px;
            background-color: #ffffff;
            border: none;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

    .pager .pagination-select {
        float: right;
        display: inline-block;
    }

        .pager .pagination-select select {
            height: 29px;
            border: solid 1px #ddd;
            margin: 5px 0px 0 0;
            background: white;
            /*float: right;*/
            text-align: center;
padding-left: 0px;
padding-right: 5px;
        }

        .pager .pagination-select label {
            /*vertical-align: bottom;
            line-height: 30px;*/
            padding: 0px 0px 0px 6px;
        }


        .pager .pagination-select .page-size {
            float: right;
        }
/*.pager .pagination-select .fa {
            font-size: 15px;
            font-weight: bold;
        }*/

.ui-thead {
}

.ui-grid .ui-thead .ui-th-column {
    background: #205577;
    color: white;
    cursor: pointer;
}

.ui-grid .ui-thead .ui-search-toolbar {
    background-color: #ebf1f5;
}

    .ui-grid .ui-thead .ui-search-toolbar th {
        padding: 6px 0px 6px 6px !important;
        border-bottom: none;
    }

        .ui-grid .ui-thead .ui-search-toolbar th:last-child {
            padding-right: 6px !important;
        }


.ui-search-toolbar .ui-search-table .ui-search-input {
    padding: 0px;
    border: none;
}

.ui-search-toolbar .ui-search-input input {
    height: 25px !important;
    border-radius: 0px;
    padding: 0;
    border: none;
}


    .ui-search-toolbar .ui-search-input input:focus, select:focus {
        box-shadow: none;
        outline: none;
    }

.ui-search-toolbar select option:focus {
    box-shadow: none;
    outline: none;
}



.ui-search-toolbar .ui-search-input select {
    height: 25px !important;
    border-radius: 0px;
    border: none;
    width: 100%;
}

.ui-search-toolbar .ui-search-oper {
    background-color: #fffdfd;
    border-right: 1px solid #ddd;
    transition: all 1s;
    padding: 1px 6px 0 8px !important;
    width: 20px !important;
    border-top: none;
}

.ui-search-toolbar .ui-search-table {
    width: 100% !important;
}

.ui-search-toolbar .ui-search-oper > a {
    text-decoration: none !important;
    cursor: pointer;
    color: #265576;
}

.ui-search-toolbar .ui-search-oper .dropdown .btn {
    padding: 0px !important;
}

.ui-search-toolbar .ui-search-oper .dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: left;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

.ui-search-table .ui-search-input input, select {
    padding-left: 6px;
}


.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: auto;
    margin-left: -8px;
}

    .dropdown-content a {
        color: black;
        padding: 4px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        font-weight: 600;
        cursor:pointer;
    }

        .dropdown-content a:hover {
            background-color: #fff !important;
        }

.show {
    display: block;
}

.pagingInfo {
    text-align: left;
    margin: 5px 0 0 0;
}

.pager {
    margin: 8px 0 0 0;
    padding: 0px 0px 5px 0px;
    vertical-align: middle;
}

    .pager .pagination {
        margin: 5px 0px 0px 0px !important;
    }

    .pager li > a, .pager li > span {
        border-radius: 0px !important;
    }

.empty-grid td {
    background-color: #f1f1f1 !important;
    color: #000 !important;
}

    .empty-grid td::after {
        content: '' !important;
    }

/*.divtable .th,
.divtable .td {
    padding: 10px;
    width: 20%;
    /*float: left;
}

    .divtable .th table, .divtable .tr table {
        width: 100%;
    }*/
#quantity-div .cart-button {
    position: relative;
    left: 20% !important;
    float: left !important;
    width: 60% !important;
    top: 15px;
}

.accordian-table {
    border-bottom: #d3d3d3 1px solid;
}

    .accordian-table thead tr {
        font-weight: 600 !important;
        background: lightgray !important;
        padding: 10px 0px 10px 10px !important;
    }

        .accordian-table thead tr th {
            font-weight: 600 !important;
            padding: 10px 0px 10px 10px !important;
        }

    .accordian-table tbody tr td {
        padding: 10px 0px 10px 10px !important;
    }

    .accordian-table .text-right {
        text-align: right !important;
        padding-right: 10px !important;
    }

    .accordian-table .fa-download {
        padding-right: 23px !important;
    }

    .accordian-table td {
        overflow: hidden;
        text-overflow: ellipsis;
        display: table-cell;
    }

    .accordian-table tbody tr:nth-of-type(even) {
        background-color: #f9f9f9 !important;
    }

    .accordian-table .fa-close {
        color: black !important;
    }

/*.collapsing {
    transition: height .92s ease !important;
    }*/

@media (max-width: 576px) {
    #quantity-div .cart-button {
        position: relative;
        left: 0% !important;
        float: left !important;
        width: 100% !important;
        top: 15px;
        margin-left: 0px !important;
    }
}

@media (max-width : 767px) {

    /*#Employee_Table tr td:first-child {
        display: block !important;
    }*/

    .global-search {
        display: block !important;
    }

    .pagingInfo {
        text-align: center !important;
        margin: 0px 0 !important;
    }

    .accordion-xs .headings, .ch {
        display: none;
    }

    .accordion-xs .div-heading {
        display: none;
    }

    .accordion-xs .tr {
        border-bottom-color: #fff;
        padding: 0px 0px !important;
    }

    .accordion-xs .th,
    .accordion-xs .td {
        float: none;
        cursor: pointer;
        /*width: auto;*/
        /*padding: 0;*/
        text-align: left;
    }

    .accordion-xs .accordion-xs-toggle {
        background-color: #2e75b5;
        /*color: #fff;*/
        padding: 15px;
        cursor: pointer;
    }

        .accordion-xs .accordion-xs-toggle:hover {
            background-color: #2e75b5;
        }

        .accordion-xs .accordion-xs-toggle:after {
            font-family: FontAwesome;
            content: '\f067';
            float: right;
            color: #fff;
        }

        .accordion-xs .accordion-xs-toggle.collapsed:after {
            font-family: FontAwesome;
            content: '\f068';
            color: #fff;
        }

        .accordion-xs .accordion-xs-toggle a {
            color: white !important;
            text-decoration: none;
            font-weight: bold;
        }

    .accordion-xs-collapse .inner {
        padding: 10px;
    }

        .accordion-xs-collapse .inner td {
            border: none;
            padding: 5px 0 0px 0px !important;
        }

            .accordion-xs-collapse .inner td span {
                /*word-break: break-all;*/
                word-wrap: break-word;
            }

        /*.accordion-xs-collapse .td:before {
        font-weight: bold;
    }*/

        .accordion-xs-collapse .inner label {
            font-weight: bold;
        }

    table td {
        /*text-align: center;*/
        /*background:*/
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
    }


    .pager .pagination-select {
        float: none !important;
    }

    .formated-head {
        display: block;
        background-color: lightgrey !important;
    }

        .formated-head:after {
            display: none;
        }
}

@media (min-width : 768px) {
    .accordion-xs-collapse {
        display: none !important;
    }

    .formated-head {
        display: none;
    }
}

.global-search {
    display: none;
    padding: 6px;
    background: #ddd;
}

    .global-search input {
        border-radius: 0;
        height: 30px;
        max-width: 100%;
    }

        .global-search input:focus {
            box-shadow: none !important;
        }

.ico-sort {
    margin-left: 8px;
    padding-top: 3px;
    position: absolute;
}

.fa-sort-asc {
    position: absolute !important;
}

.fa-sort-desc {
    position: absolute !important;
}

.sortby {
    color: rgba(221, 221, 221, 0.321569);
}

.url-link {
    color: #0056b3 !important;
    cursor: pointer;
}

    .url-link:hover {
        text-decoration: underline !important;
    }

.fa .fa-edit, .fa-remove {
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}

.pagination li input {
    width: 29px;
    float: left;
    border: solid 1px #ddd;
    height: 29px;
    text-align: center;
    font-size: 12px;
    margin: 0 1px 0 0;
}


    .pagination li input:focus {
        outline: unset;
    }

.pagination li select {
    height: 22px;
    padding: 0px;
    margin: 1px 0 0 0;
    border: none;
}

    .pagination li select:focus {
        outline: unset;
    }



/*Added By Anwar*/
@media (max-width: 991px) {

    .accordion-xs .div-heading {
        display: none;
    }

    .accordion-xs .tr {
        border-bottom-color: #fff;
        padding: 0px 5px 0px 0px !important;
    }

    .accordion-xs .th,
    .accordion-xs .td {
        float: none !important;
        /*width: auto;*/
        /*padding: 5px 15px 0 10px !important;*/
        text-align: left;
    }

    .accordion-xs .accordion-div-toggle {
        background-color: #93adc0;
        color: #fff;
        padding: 11px 15px !important;
        cursor: pointer;
    }

        .accordion-xs .accordion-div-toggle:hover {
            background-color: #1b7abd;
        }

        .accordion-xs .accordion-div-toggle:after {
            content: '\f067';
            float: right;
        }

        .accordion-xs .accordion-div-toggle.collapsed:after {
            content: '\f068';
        }

    .accordion-div-collapse .inner {
        padding: 10px;
    }

    .custom-span {
        font-weight: bold !important;
        font-size: 13px;
    }

    .accordion-div-collapse .item-code:before {
        content: 'Item Code: ';
        font-weight: bold;
    }

    .accordion-div-collapse .members-price:before {
        content: 'Member Price: ';
    }

    .accordion-div-collapse .non-members-price:before {
        content: 'Non-Member Price: ';
    }

    .accordion-div-collapse .item-availability:before {
        content: 'Availability: ';
        font-weight: bold;
        float:left;
        padding-right:3px;
    }

    .accordion-xs .accordion-div-toggle:after {
        position: relative;
        top: -10px;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 0;
        -webkit-font-smoothing: antialiased;
        padding-right: 5px;
    }

    .table-div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .preview-corner {
        width: 88px !important;
    }

    .logged-out {
        color: #333;
    }


    .hidden-md-down {
        display: none !important;
    }

    .product-description {
        border-right: none !important;
    }

    .divtable .tr {
        border: none !important;
        margin-bottom: 5px;
    }

    .accordion-div-collapse {
        padding: 0px 15px 0px 20px;
    }

    .item-code {
        padding: 2px 10px !important;
        /*margin-top: 2px;*/
    }

    .quantity-btn {
        width: 120px;
        /*position: absolute;
        margin: auto;
        top: 10px;
        left: 0;
        right: 0;*/
    }

    .collection-item-quantity {
        margin-bottom: 67px;
    }

    .p_Avail {
        float: none;
    }

    .cat_product_detail h4 {
        margin-bottom: 10px;
    }

    .item-format {
        font-size: 16px;
        padding-left: 25px !important;
    }

    .accordion-group {
        padding-left: 15px !important;
    }

    .coll-row {
        padding: 0px;
    }

    .divtable .th, .divtable .td {
        padding: 2px 10px;
    }

    .format-table {
        margin: 0;
        padding: 0px 0px 5px 0px !important;
    }
}


.table .ui-tbody tr:last-child {
    /*border-bottom: solid 1px #ddd;*/
}

.table > tbody td, .table > thead .headings th {
    padding: 8px 18px 8px 15px !important;
}

@media (max-width:427px) {

    .pager .pagination-select .page-size {
        float: none;
    }

    .pager .pagination-select label {
        padding: 0px 0px 0px 0px !important;
    }
}
