/*
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 : 15-apr-2015, 9.18.42
    Author     : Pietro Celeste
*/
.osy-textsearch-inline {white-space:nowrap}
.osy-textsearch-inline .cmd {cursor:pointer; background:#ceddef ; border:1px dotted #646468 !important; border-radius:3px; padding:0px 3px; margin-left:3px; min-height:13px;}
.osy-textsearch-inline .cmd:hover {background: #FFEE9F }
.osy-textsearch-inline-result {border: 1px solid #ccc; border-bottom: 5px solid #ccc; position: absolute; z-index: 100; background-color: white; xpadding:10px; overflow: auto;}
.osy-textsearch-inline-result .row{white-space: nowrap; overflow: hidden; padding: 5px;}
.osy-textsearch-inline-result .row:hover {background-color: #eee !important; }
.osy-textsearch-inline-result .row.selected {background-color: #ceddef !important; }
.osy-textsearch-inline-result .row.selected td{background-color: #ceddef !important;}
.osy-textsearch-inline-result .row td{font-size:11px;}
.osy-textsearch-inline-result .row > div {display: inline-block; vertical-align: top;margin-left: 10px;}
.osy-textsearch-inline-group {display: inline-block; width: 100px; overflow: hidden; white-space: nowrap; color: #c0c0c0; font-size: 12px; text-align: right; padding-right: 10px;}
.osy-textsearch-inline-result .t1 {font-weight: bold; font-size: 12px; color: #676767;}
.osy-textsearch-inline-result .t2 {font-weight: normal; font-size: 12px; color: #A3A3A3;}
