body nav .text-muted
{
	font-size:x-small;
}

.TopIcon
{
	color:#fff;
}

.col-form-label
{
	cursor:help;
}

.RecordInfo
{
	font-size:9px;
	text-align:center;
	background-color:#ff9;
}

.ColorPikerSize
{
	width:60px;
}

.ui-autocomplete
{
	max-height:60vh !important;
	margin-bottom:10px !important;
	padding-bottom:15px !important;
	overflow:auto !important;
}

.ui-autocomplete-loading
{
	background:white url("ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete-category
{
	font-weight:bold;
	padding:.2em .4em;
	margin:.8em 0 .2em;
	line-height:1.5;
}

#Desktop
{
	overflow:hidden;
	height:auto;
	z-index:0;
}

.UpdateInfoTitle
{
	background: #f2f5f6;
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
}

.CursorPointer
{
	cursor:pointer;
}

table caption
{
	caption-side:top !important;
}

.fs-7
{
	font-size:0.7rem !important;
}