.left-sidebar {
    width:240px;
}

.sidebar-nav ul li ul li a {
    padding: 7px 20px 7px 5px;
}

.settings .navbar-header {
    width: 240px;
}

/**-------------------------------------------------------
* purchase order
* -------------------------------------------------------*/
.purchase-order .purchase-order-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fefefe;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.purchase-order .purchase-order-wrapper .x-company-name {
    font-weight: 500;
}

.purchase-order .purchase-order-wrapper .purchase-order-dates table tr td:first-child {
    font-weight: 500;
}

.purchase-order .purchase-order-wrapper .purchase-order-dates table tr td:nth-child(2) {
    padding-left: 25px;
}

.purchase-order .purchase-order-wrapper .purchase-order-dates table tr td:nth-child(2) span {
      padding-left: 8px;
}

.purchase-order .purchase-order-wrapper .purchase-order-dues table tr td:first-child {
    font-weight: 500;
}

.purchase-order .purchase-order-wrapper .purchase-order-dues table tr td:nth-child(2) {
    padding-left: 25px;
}

.purchase-order .purchase-order-wrapper .purchase-order-dues table tr td:nth-child(2) span {
    padding-left: 8px;
}

.purchase-order .purchase-order-wrapper .purchase-order-dues table tr td:nth-child(2) span .label {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper {
    min-height: 240px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper.editing  {
    min-height: 100px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table th {
    border-bottom: solid 1px #e4e4e4;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table th.x-action {
    width: 15px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table th.x-description {
    min-width: 350px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table th.x-quantity {
    width: 130px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table th.x-unit {
    width: 130px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table th.x-tax {
    width: auto;
    min-width: 100px;
}
.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table th.x-total {
    width: auto;
    min-width: 100px;
}
.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table td {
    vertical-align: top;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table td.x-action {
    padding: 0px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table td.x-action button {
    margin-left: -4px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table td.x-description {
    padding-right: 15px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table.editing th.x-description {
    width: auto;
    min-width: 200px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table.editing th.x-manufacturer {
    width: 180px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table.editing th.x-manufacturer-part-number {
    width: 180px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table.editing th.x-quantity {
    width: 100px;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table.editing th.x-unit {
    width: 130px;
}
.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table.editing th.x-tax {
    width: auto;
}

.purchase-order .purchase-order-wrapper .purchase-order-table-wrapper .purchase-order-table.editing th.x-total {
    width: auto;
}

.purchase-order .purchase-order-wrapper .purchase-order-item-actions {
    padding-left: 37px;
    padding-bottom: 40px;
    padding-top: 15px;
}

.purchase-order .purchase-order-wrapper .purchase-order-item-actions .btn {
    margin-right: 6px;
}
.purchase-order .purchase-order-wrapper .purchase-order-item-actions .btn:hover, .purchase-order .purchase-order-wrapper .purchase-order-item-actions .btn:active, .purchase-order .purchase-order-wrapper .purchase-order-item-actions .btn:focus {
    background-color: #ff5f6f !important;
    color: #ffffff !important;
    border-color: #ff5f6f !important;
}

.purchase-order .purchase-order-wrapper .purchase-order-item-actions .btn:hover i, .purchase-order .purchase-order-wrapper .purchase-order-item-actions .btn:active i, .purchase-order .purchase-order-wrapper .purchase-order-item-actions .btn:focus i {
    color: #ffffff !important;
}

.purchase-order .purchase-order-wrapper .purchase-order-total-table {
    font-size: 16px;
}

.purchase-order .purchase-order-wrapper .purchase-order-total-table #po-table-section-total {
    border-top: solid 1px #e4e4e4;
}

.purchase-order .purchase-order-wrapper .purchase-order-total-table tr td {
    padding-bottom: 3px;
    padding-top: 3px;
}

.purchase-order .purchase-order-wrapper .purchase-order-total-table tr td:nth-child(1) {
    font-weight: 400;
}

.purchase-order .purchase-order-wrapper .purchase-order-total-table tr td:nth-child(2) {
    min-width: 110px;
    padding-left: 15px;
}

.purchase-order .purchase-order-wrapper .purchase-order-total-table tr td .x-small {
    font-size: 12px;
}

.purchase-order .purchase-order-wrapper .purchase-order-total-table tr#po-sums-total-container td {
    font-size: 20px;
    font-weight: 500 !important;
}

.purchase-order .purchase-order-wrapper .purchase-order-pay {
    text-align: left;
}

.purchase-order .purchase-order-wrapper .purchase-order-pay .x-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
}

.purchase-order .purchase-order-wrapper .purchase-order-pay .x-options {
    padding-bottom: 8px;
}

.purchase-order .purchase-order-wrapper .purchase-order-pay .gateway-bank-details {
    background-color: #f6f9fa;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
}

.purchase-order .modal-body #payments-table-wrapper {
  margin-top: -30px;
  margin-bottom: 0px;
}

/*----New NCKEnterprises Cutomizations-----*/

.first-row-wraper
{
    padding: 20px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

div#inventories-item-wrapper_2 {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 20px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }


    ul.side-nav {
        list-style: none;
        padding-left: 0;
    }
    /* li.tab-item.active {
        border-left: 1px #5b676d73;
        box-shadow: -1px 2px 9px -5px;
    }*/
    ul.side-nav li.tab-item {
        border-bottom: 1px solid #ddd;
        line-height: 1.9rem;
    }
    .side-nav a.nav-link {
        color: #5b676d;
    }

    .side-nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd;
      }
    .side-nav-tabs > .active > a,
    .side-nav-tabs > .active > a:hover {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top-color: transparent;
    border-right-color: transparent;
    }

    .side-tab-content.active{
        display: block;
    }

    .side-tab-content.hide{
        display: none;
    }
    .tinymce-transparent
    {
        padding-left: 0;
    }
    div#qualification_details_container, #children_details_container {
        margin-left: 10px;
    }

    .project-chat .x-description {
        border: 1px solid #e3e3e3;
        border-radius: 100px;
        padding: 10px 20px;
    }
    .project-chat .sl-date{
        padding: 0 20px;
    }
    .project-chat.own-message .x-description {
        background: #3751FF;
        color: #fff;
    }
    .project-chat.other-message .x-description {
        background: #e3e3e3;
        color: #000;
    }

    .message-input-container {
        background: #3751FF;
        padding: 20px;
    }

    .message-input
    {
        border-radius: 100px;
    }

    .chat-container {
        min-height: 230px;
        border-left: none !important;
        padding: 24px;
        max-height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 24px;
        display: flex;
        flex-direction: column-reverse;
    }
    div#project-conversation-container {
        padding: 0;
        border: 1px solid #a9a9a9;
        border-radius: 5px;
    }
    .other-message .sl-left {
        float: left;
        margin-left: -35px;
        z-index: 1;
        margin-right: 15px;
    }
    .other-message .sl-right {
        margin-left: 35px;
    }
    .own-message .sl-left {
        margin-right: 35px;
    }
    .own-message .sl-right {
        float: right;
        margin-right: -60px;
        z-index: 1;
    }
    .other-message .sl-left {
        width: 20%;
    }
    .own-message .sl-right{
        width: 35%;
    }
    .own-message .sl-left, .other-message .sl-right {
        width: 90%;
    }
    .own-message .sl-right img, .other-message .sl-left img {
        max-width: 40px;
        width: 40px;
        height: 40px;
    }
    .sl-date {
        color: #2e2e2e;
    }
    .card-attachments .x-heading
    {
        font-size: 15px;
        border-bottom: solid 1px #e6e6e6;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .grid-card-content.project-card .x-title .x-action-button{
        margin-right: 10px;
        margin-top: 10px;
    }

    .administrative_remark .x-editable{
        min-height: 31px;
        border-color: #565656;
        padding: 5px;
        background-color: #e7e7e7;
        border-radius: 3px;
        font-size: 13px;
        margin-bottom: 10px;
        color: #0e0e0e;
        word-wrap: break-word;
        padding-left: 8px;
        cursor: pointer;
    }

    .table-responsive.custom-scrollbar.system-category-table {
        max-height: 194px;
        overflow-x: hidden;
    }
/*-----------------------------------
Media Query
-----------------------------------*/

@media (min-width: 768px) {
    .navbar-header {
        width: 240px;
    }
}

@media (min-width: 1024px) {
    .page-wrapper {
        margin-left: 240px;
    }

}
.fc-day-sun {
    background: #f5fb9da8;
}
