/*================================================================================
	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.  */

div#custom_datatable_length {
    padding: 0px 15px;
}
div#custom_datatable_filter {
    margin-top: -60px;
    padding: 0px 15px;
}
#custom_datatable_wrapper .table-bordered > :not(caption) > * {
    border-width: 0px !important;
}
div#custom_datatable_info {
    padding: 0px 15px;
}
div#custom_datatable_paginate {
    margin-top: -30px;
    padding: 0px 15px;
}

.custom-client-list th:nth-child(1), .custom-client-list td:nth-child(1) {
    max-width: 350px;
}

.custom-expired-follow-up-list th:nth-child(1), .custom-expired-follow-up-list td:nth-child(1),
.custom-quotation-list th:nth-child(2), .custom-quotation-list td:nth-child(2),
.custom-purchase-list th:nth-child(2), .custom-purchase-list td:nth-child(2),
.customer-stock-list th:nth-child(2), .customer-stock-list td:nth-child(2) {
    max-width: 400px;
}
.custom-client-list th:nth-child(3), .custom-client-list td:nth-child(3),
.custom-client-list th:nth-child(4), .custom-client-list td:nth-child(4),
.custom-expired-follow-up-list th:nth-child(3), .custom-expired-follow-up-list td:nth-child(3),
.custom-expired-follow-up-list th:nth-child(4), .custom-expired-follow-up-list td:nth-child(4) {
    max-width: 130px;
}
.custom-client-list th:nth-child(2), .custom-client-list td:nth-child(2),
.custom-client-list th:nth-child(5), .custom-client-list td:nth-child(5),
.custom-client-list th:nth-child(6), .custom-client-list td:nth-child(6),
.custom-expired-follow-up-list th:nth-child(4), .custom-expired-follow-up-list td:nth-child(4),
.custom-expired-follow-up-list th:nth-child(5), .custom-expired-follow-up-list td:nth-child(5),
.custom-quotation-list th:nth-child(4), .custom-quotation-list td:nth-child(4),
.custom-purchase-list th:nth-child(4), .custom-purchase-list td:nth-child(4),
.custom-purchase-list th:nth-child(5), .custom-purchase-list td:nth-child(5),
.customer-stock-list th:nth-child(3), .customer-stock-list td:nth-child(3),
.customer-stock-list th:nth-child(4), .customer-stock-list td:nth-child(4),
.customer-stock-list th:nth-child(5), .customer-stock-list td:nth-child(5) {
    text-align: center;
}

.custom-expired-follow-up-list tr {
    background-color: rgb(252, 221, 217, 0.3) !important;
}

.purchase-order-main {
    background-color: #F7F7F7;
    border: 1px solid #000;
    padding: 10px;
    padding: 10px 20px;
}
.purchase-order-main h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.purchase-order-main h2 {
    background-color: #000;
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
}
.purchase-order-main .purchase-order-title-one {
    border: 1px solid #000;
    text-align: center;
    padding: 5px 10px;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.purchase-order-main .purchase-order-title-two {
    border: 1px solid #000;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}
.purchase-order-main table {
    border: 1px solid #000;
    width: 100%;
    color: #000;
    margin-bottom: 50px;
}
.purchase-order-main table th, .purchase-order-main table td {
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 30px;
}
.purchase-order-main .purchase-order-title-three {
    /*font-weight: bold;*/
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}
.purchase-order-main .purchase-order-title-three p {
    margin-bottom: 0px;
}
.purchase-order-main .purchase-order-title-four {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}
.purchase-order-main .purchase-order-title-four p {
    margin-bottom: 0px;
}
.purchase-order-main hr {
    color: #000;
    margin: 10px -20px 30px;
}
.purchase-order-main .purchase-order-title-five {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}
.purchase-order-main .purchase-order-title-six {
    border: 1px solid #000;
    padding: 5px 10px;
}
.purchase-order-main .purchase-order-title-six {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}
.purchase-order-main .purchase-order-title-six p {
    margin-bottom: 0px;
}