﻿.main-parent {
    width: 100%;
    padding: 20px 10px 10px 10px;
    height: calc(100% - 5px);
    background: aliceblue;
    overflow: auto;
    overflow-x: hidden;
}

.border-top-cust {
    position: relative;
}

.border-top-cust::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0px;
    background-color: #428EBA;
}

.main-parent .cust-font-weight {
    font-weight: 500;
    font-size: 0.95rem;
}

.red-req {
    color: red;
}

.black {
    color: black;
}

.main-parent table tr th {
    color: brown;
}

.main-parent table th, td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}

.page-content-wrapper .modal-content {
    height: 100%;
    border: none;
}

.page-content-wrapper .modal-body {
    height: 100%;
    max-height: 400px;
    overflow: auto;
}

.page-content-wrapper .modal.show .modal-dialog, .page-content-wrapper .modal-dialog {
    max-width: 370px;
}

.main-parent .last-table {
    width: 100%;
    overflow: auto;
}


table#cosList {
    width: 100% !important;
}

table#eotList {
    width: 100% !important;
}

/*.multiselect-tabel-main tbody td:nth-child(7), td:nth-child(8), td:nth-child(12) {
    width: 200px;
}*/

.multiselect-tabel input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    border: none;
}

.multiselect-tabel input[type="checkbox"]:checked:after {
    background: none;
   
}