﻿.up {
    cursor: pointer;
}

.tab-content {
    width: 98%;
}

#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 1000;
}

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 1001;
}

.fullwidthli label {
    width: 11% !important;
}

.enqTablebg {box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    background: #fff;
    border-radius: 6px;
    border-bottom: 3px solid #0ca678;
}

.NewPopUp2 {
    width: 58% !important;
    margin: 0 auto;
    position: absolute;
    padding: 0px;
    border: 1px none #ccc;
    z-index: 99;
}

.hiddencol {
    display: none;
}

.labelEnq {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #0485a3 !important;
    width: auto !important;
    text-align: left !important;
    padding: 0px !important;
}

.table {
    border-collapse: collapse;
}

.scrollerimmnerlabel {
    color: #333;
    font-size:17px;
    margin-left: 0;
    padding: 8px;
}

.tdminwdith300 {
    min-width: 300px;
}

.select2-container {
    width: 100% !important;
}

.maxHeight330 {
    max-height: 330px !important;
    overflow: auto;
}

.material-icons {
    cursor: pointer;
}
 
.disp-none-imp {
    display: none !important;
}

.top20 {
    margin-top: 15%;
}

.top5 {
    margin-top: 5%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

div.tab .tablinks {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: Gray;
    cursor: pointer;
    cursor: hand;
}

    div.tab .tablinks:hover {
        color: #18aacc;
        opacity: 0.9;
        border-bottom: 3px solid black;
    }

    div.tab .tablinks.active {
        border-bottom: 3px solid #18aacc;
        color: black;
    }

input[type=radio] {
    display: flex;
}

#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;
}

.Highlighttr {
    border-width: thin !important;
    border-style: solid !important;
    border-color: red !important;
}

.innergridSize {
    overflow: auto !important;
}

#tblSupplierRateList tr td, #tblSupplierRateList tr th {
    white-space: nowrap;
}

.listViewoverflow {
    overflow: visible !important;
}

.innerotherheading {
    color: #2f2d2d !important;
    background: #e8e8e8 !important;
    font-size: 15px !important;
    margin-top: 6px;
    padding: 10px;
    font-weight: bold;
}

.tdminwdith300 {
    min-width: 250px;
}

.select2TableSet .select2-dropdown {
    width: auto !important;
}

.enqTablebg h3 {
    margin: 0px;
}

.tblRequisition.table tbody tr.reqExtraRow {
    background: #f9e0fd;
}

.RequistionDetailsclose {    font-size: 16px;
    padding: 10px;
}

.lblDataSet {
    width: 16px;
    height: 15px;
    margin-left: 7px;
    margin-right: 5px;
    border: solid thin #ccc;
}

.implementationBG {
    background: #f9e0fd;
}

.indentSet {font-weight:bold;
            color:#333;
}

@media (min-width:769px) and (max-width:1024px) {
    .maxwidth150 {
        max-width: 150px;
    }

    .maxwidth80 {
        max-width: 80px;
    }

    .tdminwdith300 {
        min-width: 200px;
    }
}