﻿#SearchWONO {
    min-height: 73px;
}

.col-md-tdminwidth100 {
    min-width: 100px;
}

#contentMain_gvGRN.table > tbody > tr > td {
    white-space: normal;
}



* 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*/ .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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;
    border: 1px solid #888;
}

.modal-right {
    text-align: right;
}

.modal-footer {
    text-align: right;
}
/* 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 buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 8px 0px;
    transition: 0.3s;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom: 0px !important;
    border-color: #ccc;
    width: 12%;
}
    /* Change background color of buttons on hover */
    div.tab button:hover {
        background-color: #ddd;
    }
    /* Create an active/current tablink class */
    div.tab button.active {
        background-color: #ccc;
    }
/* Style the tab content */
input[type=radio] {
    display: flex;
}

.modalBodyMandatory {
    background: white;
    width: 50%;
    min-height: 20%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 30%;
    padding: 10px;
}

.modal-footer {
    float: right;
    padding: 4px;
    font-size: 18px;
}

.modalMask {
    position: fixed;
    background: #80808075;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.ML35 {
    margin-left: 35px;
}

.SearchTextHighlight {
    color: #18AACC;
}

.primary-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.btnPOSpecification {font-size: 13px;
    background: #18AACC;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 8px;
    padding: 4px;
}

    .btnPOSpecification:hover {background:#ccc; color:#000;
    }

#mdlPOSppecification .modal-content {border:none;
}

#mdlPOSppecification .modal-dialog {width:90%;
}
#mdlPOSppecification .close{top:5px;
   opacity:1;
}

#mdlPOSppecification .modal-body {max-height: 85vh;
    overflow: scroll;
}
