/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 2, 2020, 8:24:42 AM
    Author     : Sampath Perera
*/


.popup-widget{
    position: absolute;
    display: none;
    width: 95%;
    overflow-x: scroll;
    overflow-y: scroll;
    background-color: #f9f9f9;
    min-height: 100px;
    max-height: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    //padding: 12px 16px;
    z-index: 1;
}
.option{
    background-color: transparent;
    border: 0px;
}
.img_option{
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
}
