﻿/*
This style sheet is for the range of QlikWeb WorkBench
products from Industrial CodeBox Ltd.

For more information on these products please visit:
http://www.industrialcodebox.com/qv

Or email:
email@industrialcodebox.com
*/

/* 
Note - if you have created a theme for your 
control append the theme name to all class names,
e.g.
.QwwJs_GlobalSearch-SearchResults-Default
*/

.QwwJs_GlobalSearch-OuterDiv-Default
{
}


.QwwJs_GlobalSearch-TextBox-Default
{
	margin-left:5px;
	border:solid 1px gray;
}
            
.QwwJs_GlobalSearch-SearchResults-Default
{
	font-family:Verdana;
	background-color:White;
	width:650px;
	border:solid 1px gray;
	text-align:left;
}

.QwwJs_GlobalSearch-CloseSearchIcon-Default
{
	color:DarkBlue;
}

.QwwJs_GlobalSearch-SelectAll-Default
{
	color:DarkBlue;
	cursor:pointer;
}

.QwwJs_GlobalSearch-SelectAll-Default:hover
{
	text-decoration:underline;
}

.QwwJs_GlobalSearch-Searchword-Default
{
	background-color:Yellow;
	text-decoration:underline;
}

.QwwJs_GlobalSearch-WereYouLookingFor-Default
{
	font-weight:bold;
}

.QwwJs_GlobalSearch-TruncatedResults-Default
{
	font-weight:bold;
	font-style:italic
}

.QwwJs_GlobalSearch-MatchedItemProduct-Default
{
	margin-right:5px;
	cursor:pointer;
}

.QwwJs_GlobalSearch-MatchedItemProduct-Default:hover
{
	text-decoration:underline;
}

.QwwJs_GlobalSearch-MatchedItem-Default:hover
{
	text-decoration:underline;
}

.QwwJs_GlobalSearch-MatchedItem-Default
{
	margin-top:5px;
	cursor:pointer;
}

.QwwJs_GlobalSearch-NoMatchesFound-Default
{
	font-weight:bold;
	color:Red;
}
