/* dataTables */
.dataTables_wrapper table.table-list {
  margin: 10px 0 !important;
  width: 100% !important;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.dataTables_wrapper table.table-list thead th {
  border-bottom: 4px solid rgba(29, 57, 101, 0.2);
  font-weight: normal;
}

.dataTables_wrapper table.table-list thead th:first-child {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list thead th:visible:last-child {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.dataTables_wrapper table.table-list tr:last-child td:visible:last-child {
  border-radius: 0 0 4px 0;
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: #f6f6f6;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
}

.dataTables_wrapper .dataTables_filter label .form-control {
  background: url("../images/search.png") #fff no-repeat 5px 5px;
  padding: 5px 10px 5px 35px !important;
  height: auto;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .dataTables_wrapper .dataTables_info {
    padding: 9px 10px 40px;
  }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 30px;
    width: 100%;
  }
  .dataTables_wrapper .dataTables_filter label {
    display: block;
    margin: 5px;
    padding: 0;
  }
  .dataTables_wrapper .dataTables_filter label .form-control {
    margin: 0;
    width: 100%;
  }
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
}

.pagination > li > a,
.pagination > li > span {
  color: #444;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.page-item.active .page-link {
  background-color: #4f5360;
  border-color: #4f5360;
  margin-left: 0px !important;
}
.page-item:not(:first-child) .page-link {
    margin-left: 0px !important;
}
.page-link.active, .active > .page-link {
    color: #fff;
}
table.table-list thead th {
  padding: 8px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-align: center;
}

table.table-list tbody td {
  padding: 10px 8px;
  vertical-align: middle;
  font-size: 0.9em;
}
table.table-list tbody td.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.table-list > tbody > tr > td a.border-left {
  border-left: 1px solid #eee;
  padding-left: 20px;
  display: block;
}

.table-list > tbody > tr > td {
  background-color: #fff;
}

.table-list > tbody > tr:hover {
  cursor: pointer;
}

.table-list > tbody > tr:hover > td {
  background-color: #f9f9f9;
}

table.dtr-inline .dtr-title:empty {
  display: none !important;
}

table.table-solid-bottom-border-light-gray {
  border-bottom: 1px solid #dee2e6;
}

table.ox-table-accounts td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table.ox-table-accounts .dropdown-hamburger::after {
  display: none;
}
table.ox-table-accounts ul.dropdown-menu button.btn-sm, table.ox-table-accounts ul.dropdown-menu .btn-group-sm > button.btn {
  border-radius: 0;
}
table.ox-table-accounts tbody.account-entry > tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
table.ox-table-accounts tbody.account-entry {
  cursor: pointer;
}
table.ox-table-accounts tbody.aliases-body {
  border-top: 0;
}
table.ox-table-accounts tbody.aliases-body > tr > td {
  border-top: 0;
}
table.ox-table-accounts tr.alias-entry td:first-child {
  font-size: 0.9em;
}
table.ox-table-accounts tr.create-alias td:first-child {
  font-size: 0.9em;
}
table.ox-table-accounts span.email-aliases {
  font-size: 0.9em;
  font-weight: bold;
}
table.ox-table-accounts .input-group {
  width: 65%;
}

/* custom table */
table.dataTable {
    border-collapse: collapse !important;
}
table.table-list thead th,
table.table-list tbody td {
    padding: 15px 15px;
	font-size: .8rem;
    box-shadow: none;
}
@media (max-width: 991px) {
    .table-container .table-row.table-header {
      display: none;
    }
  
    .table-container .table-row {
      display: block;
    }
  }
  
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
    color: #7c8088;
    min-width: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
    color: #007bff;
    border: 1px solid #007bff;
}
.table-container .table td {
    vertical-align: middle;
}
.label-info {
    background-color: #2eca8b;
}
.label.status {
    color: #999;
    padding: 0;
    background-color: transparent;
}
.label.status:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.table td, .table th {
	padding: .5rem .5rem;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-customer-reply:before,
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}

.dataTables_wrapper {
    overflow: hidden;
    position: relative;
}
div.dataTables_wrapper div.dataTables_filter label {
    margin: 10px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
    font-weight: 400;
    color: #7c8088;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
}

.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-bottom: 1px solid #e6e8ec;
    border-left: 1px solid #e6e8ec;
    border-right: 1px solid #e6e8ec;
    border-radius: 0 0 5px 5px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
    border: 1px solid #dbdee3;
    border-radius: 5px 5px 0 0;
    margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    font-size: .7rem;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #f6f7f8 !important;
}
.invoice-table .table>tbody>tr>td,
.invoice-table .table>tbody>tr>th,
.invoice-table .table>thead>tr>td,
.invoice-table .table>thead>tr>th, 
.invoice-table .table>tfoot>tr>td,
.invoice-table .table>tfoot>tr>th {
    padding-left: 0;
}
.invoice-table .table>tfoot>tr:last-child>td {
    border-bottom: 0 none;
}
.table .table-summary > tr > td:first-child {
    text-align: right;
    vertical-align: middle;
    border-bottom: none;
}
@media (min-width: 768px) {
    .panel-invoice .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .panel-invoice [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .panel-invoice .table > tbody > tr > td,
    .panel-invoice .table > thead > tr > th,
    .panel-invoice .table > tfoot > tr > td {
        padding: 10px 25px;
    }
    .panel-invoice .table > tbody > tr > td:first-child,
    .panel-invoice .table > thead > tr > th:first-child,
    .panel-invoice .table > tfoot > tr > td:first-child,
    .panel-invoice > .panel-body > h4,
    .panel-invoice > .panel-body > p {
        padding-left: 0;
    }
    .panel-invoice .table > tbody > tr > td:last-child,
    .panel-invoice .table > thead > tr > th:last-child,
    .panel-invoice .table > tfoot > tr > td:last-child,
    .panel-invoice > .panel-body > h4,
    .panel-invoice > .panel-body > p {
        padding-right: 0;
    }
    .status-label {
        padding: 0 20px;
    }
    .invoice-top,
    .invoice-status {
        margin-bottom: 40px;
    }
    .invoice-info {
        margin-bottom: 20px;
    }
    .invoice-status.status-lg {
        height: 80px;
        font-size: 32px;
        font-weight: 100;
        line-height: 80px;
    }
    .invoice-status.status-md {
        height: 40px;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }
    .invoice-taxitem {
        margin: -30px 0 40px;
    }
}
@media (max-width: 767px) {
    .invoice-status {
        padding-left: 54px;
        margin: 0 0 20px -40px;
    }
    .invoice-status .status-id {
        padding-left: 10px!important;
    }
    .invoice-status .status-label {
        padding-left: 20px;
    }
    .invoice-payto,
    .invoice-invoicedto {
        margin-bottom: 20px!important;
    }
    .invoice-top {
        margin-bottom: 32px!important;
    }
    .invoice-taxitem {
        margin: -10px 0 20px;
    }
    .invoice-status.status-lg {
        height: 50px;
        font-size: 24px;
        font-weight: 100;
        line-height: 50px;
    }
    .invoice-status.status-md {
        height: 32px;
        font-size: 14px;
        font-weight: 100;
        line-height: 32px;
    }
    .panel-invoice h4 {
        margin-bottom: 10px;
    }
    .invoice-table .table > tbody > tr,
    .invoice-table .table > thead > tr th {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .invoice-table .table > tbody > tr .amount-col {
        line-height: 32px;
    }
    .table-summary tr {
        width: 100%;
        padding: 10px 0;
    }
    .table-summary tr:after {
        display: block;
        content: "";
        clear: both;
    }
    .table-summary tr td {
        float: left;
        width: 50%;
        padding: 0 10px !important;
    }
}
@media (max-width: 579px) {
    .panel-invoice .panel-body {
        padding: 24px;
    }
    .invoice-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .invoice-logo img {
        max-width: 200px;
    }
    .invoice-top ul > li {
        float: left;
        width: 50%;
        margin: 0;
        text-align: left;
    }
    .invoice-top ul > li .list-label {
        display: block;
    }
    .invoice-status {
        padding-left: 20px;
        margin: 0 0 20px -24px;
    }
    .invoice-status .status-id {
        padding-left: 10px!important;
    }
    .invoice-status .status-label {
        padding-left: 20px;
    }
}
.invoice-sidebar .heading-title {
    font-size: 14px;
}
.show-panel,
.show-product,
.show-ticket {
	background: #fff;
    box-shadow: 0 0 6px 0 rgba(31,50,82,.1);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.show-ticket .ticket-reply {
	margin: 0;
	border: 0 none;
	padding-top: 20px;
	border-top: 1px dashed #d3d3d3;
}
.show-ticket .ticket-reply:first-child {
	border-top: 0 none;
	padding-top: 0px;
}
.show-ticket .ticket-reply .user {
	height: 60px;
	background-color: transparent;
}
.show-ticket .ticket-reply .user .head-icon {
    background-color: #e5e5e5;
    height: 48px;
    width: 48px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.show-ticket .ticket-reply.staff .user .head-icon {
	background-color: #006eff;
}
.show-ticket .ticket-reply.staff .user i {
	color: #FFF;
}
.show-ticket .ticket-reply .user i {
    color: #bbb;
    padding: 0;
    float: none;
    line-height: 48px;
    font-size: 44px;
    position: absolute;
    bottom: -8px;
    left: 10%;
}
.show-ticket .ticket-reply .message {
	padding: 15px 0;
}
.accordion-body {
	text-align: initial;
}

.pagination {
  --bs-pagination-font-size: .7rem;
}
.collapsable-card-body {
    display: block !important;
}
.card-header {
    padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: #f6f7f9;
border-bottom: 0;
}
.card-title {
font-size: 14px;
}
.sidebar-menu-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sidebar-menu-item-icon-wrapper {
    flex-shrink: 0;
}

.sidebar-menu-item-label {
    flex-grow: 1;
    margin-left: 10px;
}

.sidebar-menu-item-badge {
    flex-shrink: 0;
}
.sidebar-menu-item-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-menu-item-icon-wrapper,
.sidebar-menu-item-badge {
    flex-shrink: 0;
}

.sidebar-menu-item-label {
    flex-grow: 1;
    margin: 0 10px;
}
.list-group-item .badge {
    color: black;
    background-color: #f8f9fa;
}

.list-group-item.active .badge {
    color: white;
    background-color: #212529;
}
.w-hidden {
    display: none;
}
.kb-article-item small {
    display: block;
    padding-left: 25px;
    color: #87939f;
}
.push .list-group-item {
    padding: 10px 15px;
    border-color: #f5f5f5;
    font-size: .9rem;
}
@media (min-width: 768px) {
    .float-md-right {
      float: right !important;
    }
}
.label-danger {
    background-color: #d9534f;
}
.label {
    max-width: 100%;
    margin-bottom: 5px;
    border-radius: 4px;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.product-info li {
    list-style-type: none;

}
.float-left {
    float: left !important;
  }
.float-right {
    float: right !important;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
display: flex;
}
.disabled.page-link, .disabled > .page-link {
    background-color: transparent;
    border-color: transparent;
  }
  
