/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
#dashboard-analytics a {
    color: inherit;
}
.cus-tab-content {
    position: relative;
}
.cus-tab-content .sub-btn {
    margin-top: -63px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.user-info-wrapper .d-flex .card-text {
    width: calc(100% - 11.9rem);
}
.float-end {
    float: right;
}
.view-page .d-flex {
    margin-bottom: 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #1e1e21;
    border-color: #1e1e21;
}
.pagination>li>a, .pagination>li>span {
    color: #1e1e21;
}
.row.breadcrumbs-row {
    margin-top: -15px;
    margin-bottom: 15px;
}
.breadcrumb-wrapper {
    float: right;
}


.accordion .btn {
    background: #f3f6f9;
    border-radius: 4px;
    padding: 7px 30px 7px 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000;
    position: relative;
}
.accordion .btn > span {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}
.accordion > div {
    margin-bottom: 0px;
}
.accordion .collapse {
    padding: 15px;
}

.pdf-header {
    display: inline-block;
    width: 100%;
}
.pdf-header img {
    width: 100%;
    margin-bottom: 15px;
}
.invoice-header {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
.borderd-box table {
    width: 100%;
}
.borderd-box table th, .borderd-box table td {
    border: 1px solid #999;
    padding: 7px 10px;
    line-height: 1.6;
}
tr.bg-gray {
    background: #dcdcdc;
}
.borderd-box table tbody.no-top-bottom td, .borderd-box table tfoot.no-top-bottom td {
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.borderd-box table tbody.no-top-bottom tr:last-child td, .borderd-box table tfoot.no-top-bottom tr:last-child td {
    border-bottom-color: #999;
}
.seg-box {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}
.seg-box p.top-border {
    border-top: 3px solid #333;
    padding-top: 15px;
    margin-top: 15px;
}
.pdf-footer {
    display: inline-block;
    width: 100%;
}
.pdf-footer img {
    width: 100%;
}
.hide-on-screen {
    display: none;
}
span.or-num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.3rem;
    font-weight: 400;
}
span.or-num span.big {
    color: #ff2d37;
    font-weight: 600;
}
.invoice-title.underline {
    text-decoration: underline;
}
.seg-box p.bottom-border {
    border-bottom: 3px solid #333;
    padding-bottom: 10px;
    margin-top: 15px;
}
.seg-box.seg-box2 {
    max-width: 100%;
}
.ag-content-box p {
    width: 100%;
    border-bottom: 2px solid #333;
}
.ag-content-box p > span {
    background: #fff;
    position: relative;
    padding: 4px 10px 4px 3px;
    margin-bottom: -3px;
    display: inline-block;
    font-weight: 400;
}
.ag-list li {
    list-style-position: outside;
    font-weight: 400;
    margin-bottom: 5px;
}
.underline {
    text-decoration: underline;
}
.epz-header h1 {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    font-size: 2.5rem;
}
.epz-header h4 {
    color: #333;
}
.epz-content {
    margin-bottom: 30px;
}
.epz-content p > span {
    font-weight: 600;
    min-width: 230px;
    display: inline-block;
}
.epz-content input.custom-control-input + label {
    margin-top: 0px;
    line-height: 1.2;
}
.min-hight-100 {
    height: 100%;
}
/* .new-format table th:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
} */
.w-100 {
  width: 100% !important;
  max-width: 100%;
}
p.card-text.user-info-title {
    margin-right: 25px;
}
.user-info-title + p.card-text {
    text-align: right;
}
.form-group > a {
    margin-left: 18px;
    margin-top: 6px;
    display: inline-block;
}
.picker--opened .picker__holder {
    min-width: 250px;
}
@media (max-width: 767px) {
/* .pagination>li.page-item:nth-child(5),.pagination>li.page-item:nth-child(6), .pagination>li.page-item:nth-child(7), .pagination>li.page-item:nth-child(8), .pagination>li.page-item:nth-child(9), .pagination>li.page-item:nth-child(10), .pagination>li.page-item:nth-child(11) {
    display: none;
} */
.pagination {
    overflow: scroll;
}
}
@media print {
  @page {
    size: A4 portrait;
    margin: 10px;
  }

  * {
    -webkit-print-color-adjust: exact;
  }
  img {
    max-width: 100%;
  }
  .main-menu, .header-navbar-shadow, .breadcrumbs-row, .card-title, .no-print {
    display: none;
  }
  .hide-on-screen {
      display: block;
  }
  #invoice-pdf {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  /* #pdfheader {
    position: fixed;
    top: -50px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px auto 0;
    bottom: auto;
  }
  #pdffooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  } */
  .invoice-title.underline {
    font-size: 1.55em;
    margin: 0;
  }
  span.or-num {
    font-size: 1.1rem;
  }
  .pdf-header img {
    height: 120px;
  }
  .pdf-header {
    margin-top: 5px;
}
.mt-2, .my-2 {
    margin-top: 0.8rem !important;
}
.seg-box p.bottom-border {
    margin-top: 5px;
    margin-bottom: 5px;
}
.ag-content-box p {
    margin-bottom: 10px;
}
.mt-1, .my-1 {
    margin-top: 0.9rem !important;
}
.mt-5, .my-5 {
    margin-top: 1rem !important;
}
.seg-box img {
    max-height: 70px;
}
.seg-box p.top-border {
    margin-top: 15px;
    margin-bottom: 0;
}
.pdf-footer img {
    width: 100%;
    height: 100px;
}
/* table, tbody, tr, td {
  page-break-inside: auto;
} */

.borderd-box table tbody.no-top-bottom.print-bottom td, .borderd-box table tfoot.no-top-bottom.print-bottom td {
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.col-sm-6, .col-md-6 {
  max-width: 50%;
}
.col-md-6, .col-md-12  {
  max-width: 100%;
}
/* .borderd-box table th, .borderd-box table td, table th, table td{
    line-height: 1.4;
} */

}

@media only screen and (max-width: 1300px){
  .reports label.col-sm-3, .reports label.col-sm-3 + .col-sm-9 {
    max-width: 100%;
    flex: 0 0 100%;
}

}
img.brand-logo {
    max-width: 175px;
}
img.brand-logo-mini {
    max-width: 40px;
    display: none;
}
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu img.brand-logo {
  display: none;
}
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu img.brand-logo-mini {
  display: block;
}
#preview-imageModal img {
    max-width: 100%;
}

/******* COLOR CODE FOT STATUS *********/
.pending, .old{
  background-color: rgba(234, 84, 85, 0.12);
  color: #ea5455 !important;
  font-weight:bold;
    text-align: center;
}
.cancelled{
  background-color: rgb(255, 230, 204);
  color: #663300 !important;
  font-weight:bold;
    text-align: center;
}
.processing, .processing-customerhold, .processing-bulkorder, .processing-cleaning, .processing-packing{
  background-color: rgba(115, 103, 240, 0.12);
    color: #7367f0 !important;
    font-weight:bold;
    text-align: center;
}
.verified{
  background-color: rgb(207, 245, 252);
    color: #0dcaf0 !important;
    font-weight:bold;
    text-align: center;
}
.completed{
  background-color: rgb(217, 217, 217);
  color: #000000 !important;
  font-weight:bold;
    text-align: center;
}
.readytocollect, .pickedup, .arranged, .notpicked{
  background-color: rgb(254, 227, 205);
    color: #fd7e14 !important;
    font-weight:bold;
    text-align: center;
}
.picking{
  background-color: rgba(40, 199, 111, .12);
    color: #28c76f !important;
    font-weight:bold;
    text-align: center;
}
.picked, .donepicked{
  background-color: rgb(212, 247, 231);
    color: #198754 !important;
    font-weight:bold;
    text-align: center;
}
 .converttoexchange, .convertfromenquiry, .convertfromquote, .converttoinvoice, .convertedtocn, .converttodeliveryorder, .convertedtoinvoice, .new{
    background-color: rgb(227, 230, 232);
  color: #adb5bd !important;
  font-weight:bold;
    text-align: center;
}
.delivered, .collected{
  background-color:rgb(205, 225, 254);
    color: #0d6efd !important;
    font-weight:bold;
    text-align: center;
}
.keepback, .giveks, .createstock, .throw{
  background-color: rgba(40, 199, 111, .12);
    color: #28c76f !important;
    font-weight:bold;
    text-align: center;
}
.bintransferred, .stktransaction{
  background-color: rgb(227, 230, 232);
  color: #adb5bd !important;
  font-weight:bold;
    text-align: center;
}
