﻿
.isc-sales-return-container {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.isc-order-list-kpi {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.isc-sales-return-top {
    float: left;
    width: 100%;
}

.isc-sales-return-top-left {
    float: left;
    width: 70%;
    text-align: left;
}

.isc-order-kpi-one {
    float: left;
    width: 22%;
    height: auto;
    box-shadow: 2px 2px 2px 2px #dadada;
    border-radius: 4px;
    margin: 0px 10px 0px 10px;
    padding: 15px 10px;
}

    .isc-order-kpi-one h5 {
        font-size: 15px;
        color: #525252;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .isc-order-kpi-one h4 {
        font-size: 25px;
        color: #525252;
        margin-bottom: 4px;
        font-weight: 600;
        margin-top: 10px;
        text-align: left;
        text-indent: 30px;
    }

.isc-sales-inner-icon {
    padding: 4px;
}

.isc-sales-return-top-right {
    float: right;
    width: 30%;
}

ul.isc-admin-product-top-right-list {
    float: right;
    width: 21%;
    text-align: left;
    padding-top: 0;
    padding-right: 45px;
}

.isc-admin-product-top-right-list li {
    display: contents;
    list-style-type: none;
    margin: 0px 10px 0px 10px;
}

.sidebar-search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-left: 0;
}

    .sidebar-search form {
        position: relative;
    }

        .sidebar-search form input {
            background: white;
            border: medium none;
            box-shadow: none;
            color: #8e8d8d;
            font-size: 13px;
            padding-left: 15px;
            padding-right: 55px;
            border: 1px solid #ddd !important;
        }

a#filter1 {
    display: inline-block;
    color: #16325c;
    margin: 16px 5px 0px 10px;
    font-size: 15px;
    padding: 0px 7px;
    font-weight: 400;
    border-radius: 0px !important;
    float: left;
    line-height: 27px;
    background-color: #fff;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px !important;
    position: absolute;
    cursor: pointer;
}

.isc-filter-section {
    clear: both;
    width: 100%;
}

.shop-found-selector {
    display: block;
    padding: 0px 0px 0px 10px;
}

.isc-close-action {
    float: right;
    position: relative;
    top: 25px;
    right: 15px;
    cursor: pointer;
}

.isc-screen-row {
    float: left;
    width: 100%;
}

.isc-split-screen {
    display: flex;
}

.isc-80 {
    width: 80%;
}

.isc-filter-options:first-child {
    padding: 0px 0px;
    padding-bottom: 0;
}

.isc-filter-options {
    display: flex;
}

.isc-filter-item {
    width: 20%;
    margin-right: 20px;
}

.isc-filter-label {
    font-size: 14px;
    color: #525252;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 600;
}

.isc-filter-details select {
    width: 100%;
    border: 1px solid #dadada;
    padding: 2px 2px;
    font-size: 13px;
    color: #525252;
    height: 30px;
    border-radius: 5px;
    background: white;
}

input#two-fromDate1 {
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    width: 100%;
}

.isc-20 {
    width: 25%;
    margin: 0;
    margin-top: 0px;
    padding-top: 0;
    text-align: right;
}

.isc-filter-act-btn {
    margin-top: 25px;
}

    .isc-filter-act-btn a {
        margin-right: 10px;
    }

.isc-btn-s1 {
    display: inline-block;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    float: left;
    background-color: #13a840;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.isc-btn-s3 {
    display: inline-block;
    color: #525252;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    float: left;
    background-color: #f3f2f2;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.isc-sales-return-bottom {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.warpper {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

#one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #three:checked ~ .tabs #three-tab {
    background: #fffffff6;
    color: inherit;
    border-bottom: 3px solid #1590F1;
}

.tab {
    cursor: pointer;
    padding: 10px 15px;
    margin: 0;
    background: white;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.isc-sales-return-bottom .radio {
    display: none;
}

#one:checked ~ .panels #one-panel, #two:checked ~ .panels #two-panel, #three:checked ~ .panels #three-panel {
    display: block;
}

.isc-table-fixed {
    table-layout: fixed;
}

.isc-table-bordered {
    border: 1px solid #ddd;
    border-right: unset;
    border-left: unset;
    border-bottom: unset;
    border-spacing: unset;
}

.isc-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

thead {
    background-color: #f6f6f6;
}

.isc-table thead tr th input[type="checkbox"], .isc-table tbody tr td input[type="checkbox"] {
    margin-right: 5px !important;
    width: unset;
    height: unset;
}

.isc-table td:last-child i {
    color: #000;
}

ul.isc-action-dropdown {
    background-color: #fff;
    list-style-type: none;
    padding: 0px;
    width: 150px;
    right: 20px;
    z-index: 100;
    position: fixed;
    display: none;
    margin: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #bbbbbb;
}

    ul.isc-action-dropdown li {
        padding: 5px 10px;
        cursor: pointer;
        text-align: left;
    }

.isc-table-action-dropdown-show .isc-action-dropdown.isc-list-drp {
    display: block;
}

.isc-table > caption + thead > tr:first-child > th, .isc-table > colgroup + thead > tr:first-child > th, .isc-table > thead:first-child > tr:first-child > th, .isc-table > caption + thead > tr:first-child > td, .isc-table > colgroup + thead > tr:first-child > td, .isc-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.isc-table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.isc-table-bordered > thead > tr > th, .isc-table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.isc-table > thead > tr > th, .isc-table > tbody > tr > th, .isc-table > tfoot > tr > th, .isc-table > thead > tr > td, .isc-table > tbody > tr > td, .isc-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.isc-table-row tbody tr td:nth-child(1) {
    display: table-cell;
}

.isc-table > tbody > tr > td {
    vertical-align: top;
}

.isc-presale-order-list .isc-table > thead > tr > th, .isc-table > tbody > tr > th, .isc-table > tfoot > tr > th, .isc-table > thead > tr > td, .isc-table > tbody > tr > td, .isc-table > tfoot > tr > td {
    vertical-align: middle;
}

.isc-table > thead > tr > th, .isc-table > tbody > tr > th, .isc-table > tfoot > tr > th, .isc-table > thead > tr > td, .isc-table > tbody > tr > td, .isc-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.isc-table > tbody > tr > td {
    vertical-align: middle;
}

.isc-table-bordered > thead > tr > td, .isc-table-bordered > tbody > tr > td, .isc-table-bordered > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
}

.isc-table > thead > tr > th, .isc-table > tbody > tr > th, .isc-table > tfoot > tr > th, .isc-table > thead > tr > td, .isc-table > tbody > tr > td, .isc-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    text-align: left;
}

.isc-table-container {
    margin-top: 15px;
}

.isc-table a {
    color: #1589ee;
}

.isc-table h5 {
    font-size: 15px;
}

a.value {
    color: #1589ee;
}


.isc-class-status {
    border-radius: 25px;
    color: #1589ee;
    display: inline-block;
    background-color: #117ec31c;
    width: auto;
    padding: 5px 10px;
    height: 35px;
    line-height: 25px;
}

.isc-pagination-sec-s1 {
    padding: 20px;
    float: right;
    padding-top: 0;
    width: 100%;
    margin: 10px 0px;
    text-align: right;
}

.isc-page-count-s1 {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    font-size: .875em;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

    .isc-page-count-s1.active {
        border: none;
        background: #1589ee;
        color: #f0f0f0 !important;
    }

/* added by sivabalan - sorting */

.dataTable th:nth-child(2)::before {
    content: "\f162";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 60%;
    font-weight: 100;
}

.sorting_asc::before {
    color: blue;
}

.sorting_desc::before {
    content: "\f15e" !important;
    font-family: FontAwesome;
    float: right;
    position: absolute;
    width: 2%;
    color: red;
    font-weight: 100;
}

.dataTable th:nth-child(2).sorting_desc::before {
    content: "\f163" !important;
}

.dataTable th:nth-child(3)::before {
    content: "\f162";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 40%;
    font-weight: 100;
}

.dataTable th:nth-child(3).sorting_desc::before {
    content: "\f163" !important;
}

.dataTable th:nth-child(4)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 35%;
    font-weight: 100;
}

.dataTable th:nth-child(5)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 70%;
    font-weight: 100;
}

.dataTable th:nth-child(6)::before {
    content: "\f162";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 70%;
    font-weight: 100;
}

.dataTable th:nth-child(6).sorting_desc::before {
    content: "\f163" !important;
}

/* view modal */
.isc-orderlist-secone {
    float: left;
    width: 100%;
    text-align: center;
    background: inherit;
    /* padding-bottom: 35px; */
    /* padding: 0px 15px 0px 15px; */
}

.isc-orderl-sec-top {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.isc-orderl-sec-top-left {
    float: left;
    width: 20%;
    text-align: center;
    border: 1px solid #dbdbdb;
    padding: 10px 0px 10px 0px;
    background-color: white;
    border-radius: 10px;
}

.isc-orderlist-secone h5 {
    color: #1371d3;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.isc-orderl-sec-top-middle {
    float: left;
    width: 20%;
    text-align: center;
    border: 1px solid #dbdbdb;
    padding: 10px 0px 10px 0px;
    background-color: white;
    border-radius: 10px;
    margin-left: 10px;
}

.isc-orderlist-sectwoo {
    float: left;
    width: 50%;
    text-align: center;
}

.isc-ol {
    float: left;
    width: 100%;
    text-align: center;
    background: white;
    margin-top: 0px;
    height: 39vh;
    text-transform: capitalize;
}

.isc-ol-top-left {
    float: left;
    /*width: 38%;*/
    text-align: left;
    padding-left: 20px;
    /*added by siva*/
    width: 46%;
}

    .isc-ol-top-left h5 {
        color: #1371d3;
        /*font-size: 15px;*/
        font-weight: 600;
        /*line-height: 1;*/
        /*added by siva*/
        font-size: 14px;
        line-height: 1.5;
    }

.isc-ol-top-right1 {
    float: right;
    width: 54%;
    text-align: left;
}

    .isc-ol-top-right1 h5 {
        color: #888888;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5 !important;
        /*width: 100%;*/
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        white-space: nowrap;
    }

.isc-orderlist-sectwoos {
    float: right;
    width: 48%;
    margin-top: 37px;
}

.isc-orderlist-secthree h4 {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    padding: 10px 0px 10px 0px;
}

table.table {
    margin-top: 10px;
}

.table .table-header {
    background: #e9e9e9;
    color: #333;
}

    .table .table-header .cell {
        padding: 15px;
        color: #1371d3;
    }

.table > tbody > tr > td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.isc-ol-top-right h5 {
    color: #888888;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5 !important;
}

.isc-form-control1 {
    height: 25px !important;
    border: 1px solid #ddd !important;
    background-color: white;
}

.isc-filter-options .fs-dropdown {
    position: absolute;
    width: 202px;
}

th.sorting {
    width: 18%;
}


.col-lg-6.menu-none-block.menu-center.isc-product360-header {
    display: none;
}

.col-lg-3.col-md-6.col-6.isc-header-seac-cart.isc-product360-header {
    /* float: right; */
    /* width: 10% !important; */
    position: absolute;
    right: 45px;
}

p.sidebar-trigger-search {
    display: none;
}

p.sidebar-trigger-cart {
    display: none;
}

body.active {
    left: 250px !important;
    transition: all 0.5s ease;
    width: 80%;
    /* float: right; */
    position: fixed;
}

.isc-sales-return-top-left h4 {
    font-size: 18px;
    margin-top: 10px;
}

#mySidenav.active {
    width: 250px;
}
#main {
    transition: margin-left .5s;
    padding: 0;
    margin-top: 5px;
}

.isc-sidenav-new {
    float: left;
    width: 25px;
}