/* combo boxes */
select.tCombo {display: none;}
input.tCombo {
    float: left;
}

div.tComboarrow {
    border: solid 0.4px rgb(118, 118, 118);
    border-left: none;
    margin-left: -3px;
    display: inline-block;
    width: 17px;
    text-align: center;
    height: 1.11rem;
    background-color: white;
    vertical-align: bottom;
    padding: 2px;
}

div.tCombo {
    vertical-align: top; 
    display: inline-block;
    padding-right: 4px; 
    white-space: nowrap; 
    margin-right: 16px;
    position: relative;
    margin-top: 2px;
    flex-grow: 1;
}
div.tCombooptions {
    clear: both;
    background-color: white;
    color: black;
    border: solid 1px black;
    border-radius: 0 0 3px 3px;
    position: absolute;
    z-index: 2000;
    box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.5);
    width: max-content;
    max-width: 80vw;
    margin-top: -1px;
}
div.tCombooption {
    clear: both;
    padding: 1px;
    white-space: normal;
    cursor: pointer;
}

/* mouse hover over list option */
div.tCombooption:hover {background-color: #06516C; color: white;}
div.tCombooption:hover input,select {color: black;}
div.tCombooption:hover a {color: white;}

/* keyboard selection of list option */
div.tCombooption.hover {background-color: #06516C; color: white;}
div.tCombooption.hover input,select {color: black;}
div.tCombooption.hover a {color: white;}

div.tCombooption.inactive {display: none;}
span.ShowInactive {display: none; color: rgba(37,97,136,1); font-weight: bold;}
div.tCombohelp {border: solid gray 1px; background-color: white; color: gray; font-size: 0.9em; position: absolute; z-index: 2000;}
div.tComboselections {
    border: none; margin-bottom: 0; cursor: pointer; background: rgba(209, 228, 234, 0.80); color: black;
    padding: 0 2px 0 2px;
}
div.tComboselections .drag {
    cursor: move;
    width: 12px;
    height: 23px;
    background-image: url('drag.png');
    display: inline-block;
    padding: 0;
    margin: 0;
}
div.tComboselections a {
    cursor: pointer;
}
/* div.tComboselections:empty {border: none;} */
div.tCombooptions .loading {color: gray;}
.tCombotexthidden {display: none;}
.comboDefault {width: 30em;}
.comboSearch {width: 9em;}
.combo25 {width: 25em;}
.tComboHead {font-weight: bold; margin-top: 0.7em;}
.inlineBlock {display: inline-block; vertical-align: top; margin: 0.5em;}
.removeAll {float: right; height: 16px; cursor: pointer;}
.tComboShow {display: none; }

/* diary expense descriptions word wrap current selection */
td.expenseDescriptionWrapper div.tComboselections {
    white-space: normal;
}


.searchItem {
    margin-left: 72px;
}
.claim .searchItem {
    margin-left: -150px;
    margin-top: 30px;
}

label.combo {
    white-space: nowrap;
}

.selectAll {
    cursor: pointer;
    float: right;
    color: red;
    font-weight: bold;
}
