/*
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 : 18/12/2017, 11:55:43
    Author     : wilson
*/

.selected-choice{
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    list-style: none;
    padding: 0px 5px 0px 5px;
    width: 100%;
    height: 100%;
    
    overflow: hidden;

}
.closet:hover{
    cursor: pointer;
    color: black;
}

.clickable-row:hover{
    background-color: #e4e4e4;
    cursor: default;
}

.ui-menu{
    z-index: 999999 !important;
}

.modal {
    overflow-y:auto;
}