<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.hdpFieldset .select2-container
{
    width: 420px;
    margin-bottom:5px;
}
div.hdpFieldset .column .select2-container
{
    width: 200px;
    margin-bottom:5px;
}
div.hdpFieldset .columnMedium .select2-container   
{
    width: 150px;
    margin-bottom:5px;
}
div.hdpFieldset .columnSmallest .select2-container
{
    width: 80px;
    margin-bottom:5px;
}
.select2-container-multi .select2-choices 
{
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.select2-drop-mask
{
    z-index: 10998;
}

.select2-drop
{
    font-size:13px;
    z-index: 10999;
}

.select2-search
{
    z-index: 11000;
}

.select2-results .select2-highlighted .gridViewTicket
{
    color: #fff;
}

.select2-results .select2-highlighted .gridViewTicket_escalated
{
    color: #ff0000;
}
</pre></body></html>