﻿
/* Comment by pritam : The Modal (background) : this style tag temparary added here : this will move to purchase.css once the code update to the laterst version*/
.disp-none-imp {
    display: none !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.modal-right {
    text-align: right;
}

.modal-footer {
    text-align: right;
}

.top20 {
    margin-top: 15%;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Style the tab 
        div.tab
        {
            overflow: hidden;
            border: 1px solid #ccc;
            background-color: #f1f1f1;
        }*/

/* Style the buttons inside the tab */


/* Change background color of buttons on hover */


/* Style the tab content */


#tblSupplierRateList thead th {
    -webkit-box-flex: 1;
    box-sizing: border-box;
    -webkit-flex: 1;
    flex: 1;
}

#tblSupplierRateList tbody td {
    -webkit-box-flex: 1;
    box-sizing: border-box;
    -webkit-flex: 1;
    flex: 1;
}

.table-custom-class thead tr {
    display: table-row !important;
}

.table-custom-class tbody tr {
    display: table-row !important;
}

    .table-custom-class tbody tr td {
        white-space: unset;
    }

.responsive800 {
    max-height: 400px;
}
.table tbody tr td.actionbar {
    overflow: initial;
}
.table .printDropDown {
        left: unset;
        right:0px;
}
/*.table-responsive {
    overflow: visible;
}*/
.tableresp .dropdown-menu {
    min-width: 180px;
    left: auto;
    right: -16px;
    border-color: #ececec;
    margin-top: 10px;
    box-shadow: 3px -3px 10px 1px rgb(0 0 0 / 11%);
    -webkit-box-shadow: 3px -3px 10px 1px rgb(0 0 0 / 11%);
    width: 180px !important;
    right: 0px !important;
    left: auto !important;
}

.pagerlockbuttons .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    width: 120px;
    height:29px;
}