/*
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
*/

.input-group:has(.selected-choice){
    display: flex !important;
}

.input-group:has(.selected-choice) > .form-control{
    flex: 1 1 0%;
    min-width: 0;
    overflow: hidden;
}

.input-group:has(.selected-choice) > .input-group-addon{
    flex: 0 0 auto;
    width: auto;
}

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

    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

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

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

.modal {
    overflow-y:auto;
}