﻿/* 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: 1000; /* 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%;
}

.top5 {
    margin-top: 5%;
}
/* 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 */
div.tab .tablinks,.ratetablinks {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: Gray;
    cursor: pointer;
    cursor: hand;
}

    /* Change background color of buttons on hover */
    div.tab .tablinks:hover {
        color: #18aacc;
        opacity: 0.9;
        border-bottom: 3px solid black;
    }

    /* Create an active/current tablink class */
    div.tab .tablinks.active {
        border-bottom: 3px solid #18aacc;
        color: black;
    }

/* Style the tab content */

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;
}


@media (max-width: 1024px) and (min-width: 600px) {
    .table-custom-class {
        /*min-width: 1300px !important;*/
    }

    .table-custom-class {
        max-height: 400px !important;
    }

        .table-custom-class thead {
            margin-right: 16px !important;
        }

        .table-custom-class tbody {
            overflow: auto;
        }
}

.activetab {
    background: lightblue;
    text-underline-position: auto;
    border-bottom: 3px solid #18aacc;
    font-weight: 500 !important;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
    background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
    color: #fff !important;
}
.radioSet{font-size: 14px !important;
    font-weight: 600!important;
    color: #0485a3!important;
    width: auto !important;
    text-align: left !important;
    padding: 0px !important;
    margin: 0px !important;
}
.pt10 { padding-top:10px;
}

