*
{

	font-size: x-small;
	font-family: 'Lato', tahoma, arial, nimbus sans l, sans-serif;

}

body {
	padding: 0;
	margin: 0;
	/* xbackground-color: #fff; */
	color: #000;
}


input,
select,
textarea {
	/* Why do we have to do this for IE */

}
a:link
{
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	/* xcolor: #2464a6; */
}
#qms-msglist .read a {
	 color:black;
}
#qms-msglist .unread a {
	font-weight: bold;
	color: #2464a6;
}

html>body textarea,
html>body select {
	border: 1px solid #999;
}
input:focus {
/*	xborder-color: #333;*/
}

a img {
	border: 0;
}


/* Folders pane */
#qms-search {
	padding: 0.5em 0 0 0.5em;
	/*max-width: 300px;*/
	float: left;
}

#pframe {
	border: 0px;
	width: 250px;
}


th.sorted {
    background-color: #e4e4f4;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}

div.button,img.button {
	border: 1px solid #999;
	background: url(../../gwava/images/toolbarbg.png) repeat-x top right;

	color: #333;
	cursor: pointer;
	height: 1.3em;
    text-align: center;
    letter-spacing: .6pt;
    text-decoration: none;
    padding: 2px 0px 1px 0px;
    float: left;
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
div.button:hover,img.button:hover {
	border: 1px solid #000;
	background: url(../../gwava/images/toolbarbg.png) repeat-x top right;
	color: #000000;
}
div.button[disabled] {
	border-color: #ccc;
	color: #999;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: 1px solid #999;
	background: url(../../gwava/images/toolbarbg.png) repeat-x top right;
	background-color: #fbfbf9;

	/* xcolor: #333; */
	cursor: pointer;


}
input[type="submit"]:hover,
input[type="button"]:hover {
	border: 1px solid #000;
	background: url(../../gwava/images/toolbarbg.png) repeat-x top right;
	color: #000000;
}
/*input[type="submit"],
input[type="button"] {
	border: 1px solid #999;
	background-color: #f6f6f6;

	color: #333;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	border: 1px solid #000;
	color: #cc0000;
}*/
input[type="submit"][disabled],
input[type="button"][disabled] {
	border-color: #ccc;
	color: #999;
}

table {
	border-collapse: collapse;
}
table.subHead th
{
background: #ffffff;/*#42699c;*/
COLOR: #000000;
font-weight: bold;
font-size: medium;
text-align:center;
/*border: 1px solid #8C969C;*/
padding: 4px 6pt;
}

div.list,
table.list {
	margin: 0;
}

div.list,table.list th {
	background: #e7e6e6;
	/*COLOR: #fbfbfa;*/
font-weight: bold;
text-align:left;
	border: 1px solid #939baa;
padding: 2px 4pt;
}
/*table.list th {
	background-color: #ffffff;
	background: #ffffff url('images/subhead_back.gif') repeat-x left top;
	color: #000;
	padding: 4px 6pt;
	border: 1px solid #c6c6c6;
	border-width: 0 0 0 1px;
	white-space: nowrap;
}*/
table.list thead {
	background-color: #e7e6e6;
	border: 1px solid #9ea5b2;
	border-width: 1px 0;
}
table.list th.majorheading {
	background-color: #fff;
	color: inherit;
	border: 0;
	font-size: medium;
	white-space: nowrap;
}
table.list td {
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	padding: 2px 4pt;
}
table.list a {
	/* xdisplay: block; */
	padding: 1pt;
}
table.list a:hover {
	color: #D1F9D6;
	text-decoration: underline;
}
table.list a:active{
	outline: dotted;
}
table.list .even td {
}
table.list .unread td {
	/*
	font-weight: bold;
	*/
	background-color: #ffffff;
}
table.list .read td {
	background-color: #f6f6f6;
}
table.list .selected td {
	/* xbackground-color:#b6c9cf; */

	background-color: #c2ceff;

	color: #000000;
}

#qms-msglist table.list td {
}
#qms-msglist table.list td a {
}

.nowrap {
	white-space: nowrap;
}
.toolspacer {
	width: 3px;
	background-color: black;
}

h2 {
	margin: 1em 0 0.5em 0;
	padding-left: 3pt;
}


.right {
	float: right;
}

#qms-msglist {
	background-color: #fff;
	float: left;
	padding-left: 10px;
}
#qms-msglist #page-header {
	/* xpadding: 1.5em 0em 0.25em 0em; */
	background-color: #fff;
}
#qms-msglist h2 {
	margin-top: 0;
}
#qms-msglist #gw-searchform {
	position: absolute;
	top: 1.75em;
	right: 1.5em;
	background-color: #fff;
	padding: 0 0 0.25em 1.5em;
}
#qms-msglist table.list {
	margin: 0;
}

/* styles for the single frames folders and msglist... */
div.folders {
	width: 260px;
	height: 94%;
	/*position: absolute;*/
	left: 0px;
	padding: 0;
	margin: 0;
	overflow: auto;
}

#qms-search .mailboxList {
	width: 210px !important;
}

div.msglist {
	position: absolute;
	left: 270px;
	overflow: auto;
	right: 1px;
/*	border-left: 1px solid #CCC; */
}

/* We most likely do not need this --}
html>body div.tableContainer {
	overflow: hidden;
}
html>body thead.fixedHeader tr {
	display: block;
}
html>body tbody.scrollContenttbody.scrollContent td,  {
	display: block;
	height: 300px;
	overflow: auto;
	width: 100%;
}
html>body thead.fixedHeader th,
html>body tbody.scrollContent td,
html>body tbody.scrollContent td + td {
	width: 1%;
}
html>body thead.fixedHeader th + th ,
html>body tbody.scrollContent td + td + td {
	width: 15%;
}
html>body thead.fixedHeader th + th + th+ th,
html>body tbody.scrollContent td + td + td + td + td {
	width: 10%;
}
*/

/* RET-11971 - Changes to the menubar */
#tableContainer{overflow: auto; visibility: hidden; clear: both; width: 99.5%;max-height:400px;}
.fixedHeader th{position:sticky;top:0;}
#pframe{display:none;}
#myiframe{display:none;}

h1, h2, h3, h4, h5 {
	padding-bottom: 2pt;
	background: transparent;
}
hr {
	border: 0;
	height: 1px;
	color: transparent;
	background: transparent;
	/*background: url(../../gwava/images/dot-horiz.gif) repeat-x bottom;*/
	margin: 1em 0;
}


body
{
	padding: 0px;
	margin: 0px;
}

td
{
	padding: 1px;
}


div.toolbar
{
	/*border: 1px solid #DFDDD5;
	background-color: #F6F6F6;*/
	white-space: nowrap;


}

table.toolbar {
	padding: 0 0 0 0px;
	margin: 0 0 0 0;

	white-space: nowrap;
	position: absolute; top: 0px; left: 5px; right:0; height: 24px
}
div.toolbar span
{
	cursor: pointer;
	white-space: nowrap;
	line-height: 2em;
}

div.toolbar a
{
	color: WindowText;
	font-size: 85%;


	padding: 6px 4px;

}

div.toolbar a:hover
{
	background-color: white;
	border: 1px solid #737373;


	padding: 5px 3px;

}

div.toolbar img
{
	vertical-align: middle;
}


div.msgbody
{
	padding: 1%;
	width: 98%;
	/* xheight: 62%; */
}



div.error
{
	color: #C82929;
	padding: 3px;
}

input[type="submit"],
input[type="button"]
{
	border: 1px solid #999;

	background: #C0C0C0 url('../../gwava/images/toolbarbg.png') repeat-x left top;


	color: #333;
	cursor: pointer;


}

.blueButton,
.openMailbox
{
	background: #0052C2;
	height: 25px;
	border: none;
	color:#e7e6e6;
	border-radius: 3px;
	margin-left: 2px;
	margin-bottom: 5px;
	margin-top: 10px;
}

tr.Unread td
{
	font-weight: bold;
}

tr.clicked td {
	background-color: #8ca3ff;
}
tr.clicked td a {
	background-color: #8ca3ff;
}
tr.clicked td span {
	background-color: #8ca3ff;
}

tr.clicked.selected td {
	background-color: #8ca3ff;
	color: #000000;
}
tr.clicked.selected td a {
	background-color: #8ca3ff;
}
tr.clicked.selected td span {
	background-color: #8ca3ff;
}


tr.selected td {

	background-color: #c2ceff;

	color: HighLightText;
}
tr.selected td a {
	color: HighLightText;
}
tr.selected td span {
	color: HighLightText;
	background-color: #c2ceff;
}




div.show {
	display: block;
}

.hide {
	display: none;
}

.overit { cursor: pointer }
a.mouseOverPop {
	text-decoration: none;
}

a.mouseOverPop span
{
	display:none;
}

a.mouseOverPop:hover
{
	position:relative;
}
a.mouseOverPop:hover span
{
	display:block;
	position:absolute;
	color:#000000;
	padding: 3px;
	margin: 0px;
	z-index: 100;
	background: #f0f0f0;
	border: 1px dotted #c0c0c0;
	opacity: 1;
   	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
   	filter: alpha(opacity=100);       /* IE 4-7 */
   	zoom: 1;
   	white-space: nowrap;
}

.containerRow {
	border-top: 1px solid #ccc;
}

.evenRow {
	background-color: #fff;
}
.oddRow {
	background-color: #eee;
}

.expand {
	display: block;
}
.collapse {
	display: none;
}
.selItem {
	font-weight: bold;
	font-size:   +15px;
}

.contextRow {
	background-image: url(../../gwava/images/contextrow.png);
}

fieldset {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
}
label {
	font-weight: bold;
}
#ChunkNum tr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(221, 221, 221);
}
#ChunkNum tr td {
	border-bottom: none;
	padding: 8px 10px;
}
/*SOLR UI*/
#header {
	background-color: #e7e6e6;
	border-bottom: 3px solid #78A5DA;
	height: 60px;
	margin: 0;
}

#ChunkNum tr td a {
	font-size: 10px;
	color: #000000; /*3145 D5;*/
	font-weight: bold;
}
#ChunkNum tr td {
	border-bottom: none;
}
input.button {
	color: blue;
	font-size: 12px;
}
legend {
	font-size: 10px;
}
.s {
	font-size: 10px;
}
.backtab {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
	background-color: #ddd;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 1px;
}
.backtab_sel {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
	background-color: #ddd;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1px;
}
.backtab_hover {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
	background-color: #ddd;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	color: yellow;
	margin-bottom: 1px;
}
.search-panel {
	margin: 5px 0px;
}
input#searchField {
	position: relative;
	vertical-align: middle;
	margin-left: 140px;
	margin-top: 10px;
	border: 1px solid #acb5ba;
	border-radius: 5px 0px 0px 5px;
	width: 20%;
	min-width: 350px;
	height: 40px;
	font-size: 16px;
	padding-left: 25px;
}
#searchField:read-only {
	background-color: rgb(235, 235, 235) !important;
}
input.hasPlaceholder {
	color: #acb5ba;
}
div.searchPad {
	background-color: #e7e6e6;
	margin: 10px, 10px, 10px, 10px;
	width: 240px;
	height: 100%;
	/*position: absolute;*/
	left: 0px;
	padding: 0;
	margin: 0;
	overflow: auto;
	color: #3f424d;
}
h6 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 20px;
	margin-bottom: 8px;
	margin-top: 15px;
}
li {
	list-style-type: none;
	font-family: 'Lato', sans-serif;
	font-size: small;
	color: #000000;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
ul {
	margin-top: 0px;
}
.checkLabel {
	vertical-align: bottom;
	position: relative;
	top: -2px;
	font-size: small;
	font-family: 'Lato', sans-serif;
	color: #3f424d;
	font-weight: normal;
}
.checkList {
	margin-left: -15px;
}
h6 span {
	color: #3f4248;
}
h6:hover span {
	color: #0052C2;
	text-decoration: underline;
}
.itemSource {
	margin-left: 23px;
}
.itemSourceLabel {
	vertical-align: bottom;
	position: relative;
	top: -2px;
	font-size: small;
	font-family: 'Lato', sans-serif;
	color: #3f424d;
	font-weight: normal;
}
.selectPad {
	margin-left: 8px;
	width: 120px;
	border: 1px solid #939baa;
	margin-top: 10px;
	height: 25px;
	background: #fbfbfa;
}
.selectConj {
	width: 100px;
	border: 1px solid #939baa;
	margin-top: 10px;
	margin-left: 5px;
	height: 25px;
	background: #fbfbfa;
}
#connector,.connector{
	width: 130px;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #939baa;
	height: 25px;
/*	background: transparent;
	color: #fbfbfa*/
}
#connector option, .connector option{
	color: #3f4248;
}
.selectDatePad{
	margin-top: -10px;
	margin-bottom: 10px;
	height: 25px;
	width: 182px;
	border: 1px solid #939baa;
	background: #fbfbfa;
}
.selectFieldPad,.fieldPad{
	margin-top: 10px;
	height: 25px;
	width: auto;
	border: 1px solid #939baa;
	background: #fbfbfa;
	margin-left: 5px;
	margin-right: 15px;
}
.dateRange {
	width: 80px;
	height: 25px;
	border: 1px solid #939baa;
	padding-left: 2px;
	background: #fbfbfa;
	margin-right: 5px;
}
.tdPad {
	font-size: small;
	font-family: 'Lato', sans-serif;
/*	color: #fbfbfa;*/
	font-weight: normal;
}
.dateRange:disabled {
	background: #dddddd;
}
#enter{
	background: #0052C2;
	height: 25px;
	width: 65px;
	border: none;
	color:#e7e6e6;
	border-radius: 3px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 10px;
}

#enterSearch {
	position: relative;
	vertical-align: middle;
	horizontal-align: center;
	border: none;
	font-size: small;
	height: 40px;
	width: 94px;
	margin-top: 10px;
	margin-left: -4px;
	background: #0052C2;
	border: 1px solid #acb5ba;
	border-radius: 0px 5px 5px 0px;
	color: #e7e6e6;
	cursor: pointer;
	/*height: 25px;
	width: 25px;
	margin-left: 5px;
	margin-top: 28px;
	background: url(../../gwava/images/arrowGreen.png) no-repeat;*/
}
#enterSearch:hover {
	color: #ffffff;
}
#enterSearch:disabled,
#qms-search button:disabled,
#qms-search input[type="button"]:disabled {
	background-color: grey;
	cursor: not-allowed;
}

#searchInFields .filter[disabled] {
	cursor: not-allowed;
}

#gwaButtonSave, #gwaButtonAdd {
	position: relative;
	vertical-align: middle;
	border: none;
	height: 30px;
	width: 65px;
	margin-top: 10px;
	background: #0052C2;
	border: 1px solid #939baa;
	border-radius: 4px;
	color: #e7e6e6;
}
#gwaButtonAdd[disabled] {	
	background: #939baa;
}
/*
#enter:hover {
	background: url(../../gwava/images/doubleArrowGreen.png) no-repeat;
}*/
input[name="searchMailbox"] {
	border: none;
	position: relative;
	vertical-align: middle;
	margin-left: -5px;
	width: 130px;
	height: 25px;
	font-size: 14px;
	background: #fbfbfa;
}
.searchWord, .searchDateField, #searchInt,.searchWord,.searchInt {
	border: 1px solid #939baa;
	margin-left: 5px;
	margin-top: 10px;
	position: relative;
/*	vertical-align: middle;*/
	width: 100px;
	height: 21px;
	font-size: small;
	background: #fbfbfa;
}
.searchTimeField {
	border: 1px solid #939baa;
	margin-left: 5px;
	margin-top: 10px;
	position: relative;
/*	vertical-align: middle;*/
	width: 64px;
	height: 21px;
	font-size: small;
	background: #fbfbfa;
}
#searchMailboxSubmit {
	border: none;
	position: relative;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 3px;
}
#searchContainer {
	border: none;
	background: #fbfbfa;
	width: 158px;
	height: 20px;
}
#queryContainer {
	border: none;
/*	background: #fbfbfa;*/
	width: 164px;
	height: 20px;
	margin-top: 10px;
	margin-left: -.5px;
}
#tagSelector {
	width: 150px;
	height: 25px;
}
a {
	font-size: small;
}
#searchShortcut{
	margin-left: 10px;
	margin-top: 4px;
	position: relative;
	float: left;
	color: #9ea5b2;
}
#searchShortcut span {
	font-size: small;
}
#clearFilter {
	cursor: pointer;
}
#clearFilter:hover {
	color: #000000;
	text-decoration: underline;
}
.search-result-info {
	margin: 2px;
}
.search-result-info > span {
	font-size: medium;
	font-weight: bold;
}
.filter {
	border-radius: 15px;
	background: #e7e6e6;
	display: inline-block;
	padding: 6px;
	margin: 2px;
	font-weight: normal;
}
/**************************************/
.cf:before,.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.form-wrapper {
	/*margin-right: 20px;*/
	overflow: auto;
	height: auto;
	padding: 10px;
	background: #9ea5b2;
	background: rgba(0, 0, 0, .2);
	color: #fbfbfa;
	border-radius: 3px;
	/*margin-left: 2px;*/
	width:180px;
	margin-top: -2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0
		rgba(255, 255, 255, .2);
}
/*****autocomplete*****/
body {
	font: 62.5% 'Lato',tahoma, arial, nimbus sans l, sans-serif;
	/*margin: 50px;*/
}
.demoHeaders {
	margin-top: 2em;
}
#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog-link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
#icons {
	margin: 0;
	padding: 0;
}
#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}
select {
	width: 100px;
}
.ui-menu-item span{
	text-align: center;
}
.ui-menu-item-span{
	text-align: center;
	color: #acb5ba;
	padding-top: 3px;
	font-size: x-small;
}
.ui-menu-item a{
	font-size:medium;
	padding-top: 3px;
}
.ui-menu .ui-menu-item:hover{
	background: #e7e6e6;
}
table.tools{
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	white-space: nowrap;
	position: absolute;
	top: 20px;
	left: 15px;
	right: 0;
	height: 24px;
}
#searchHeader{
	min-width:600px;
}
.paginate_button {
	background: transparent;
	box-shadow: none;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.2em 0.5em 0.5em 0.5em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #333333 !important;
	border: 1px solid transparent;
}
#numPerPage, #goToPage{
	width: 70px;
	min-width: 1.5em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
}
#paginate{
	position: relative;
	float: right;
}
#paginate input{
	border: none;
	background: transparent;
}
#radioContainer{
	position: relative;
	float: left;
	margin-right: 10px;
}
.radio{
	border: none;
	background: transparent;
	cursor: pointer;
}
.radio:hover{
	color: #0052C2;
}
.selectedRadio{
	color: #0052C2;
	font-weight: 900;
}

#userParent {
	margin-left: 0px;
	padding: 0px;
}
#userParent li{
	white-space: nowrap;
}
#userParent label{
	margin-bottom: 5px;
/*	margin-left: -35px;*/
	cursor: pointer;
}
#userParent label:hover{
	color: #fbfbfa;
	text-decoration:underline;
}
.selectedPage{
	color: #0052C2;
	font-weight: 900;
	text-decoration: underline;
}
.MessageList{
	margin-top:20px;
}
/*
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }*/
.booleanGroup span:hover{
	background: #0052C2;
	color: #fbfbfa;
}
.overviewBtn{
	background: transparent;
	color: white;
	margin-top: 20px;
	margin-left: 10px;
	height: 30px;
	border: 1px #fbfbfa solid;
	}
#users{
	margin-top: 15px;
	margin-left: -10px;
	margin-right: 10px;
	color: #fbfbfa;
}

#users .groupConn{
	font-weight: 800;
}

#users input[type="button"]{
	height: 25px;
	background: transparent;
	border: none;
	cursor: text;
/*	border: 1px solid #fbfbfa;*/
/*	color: #fbfbfa;*/
	margin-top:10px;
	color: #0052C2;
	font-size: small;
}

#users td{
	color: #0052C2;
}
#qms-search button{
	background: #0052C2; 
	color: #fbfbfa; 
	border-radius: 5px;
	height: 30px;
	border: 1px solid;
	margin-right: 10px;
	padding: 0px 8px;
}

#qms-search h6, label, a, td, li{
	color: #3f424d;
}

.resetButton{
	height: 25px;
	background: transparent;
	color: #000;
	margin-left: 5px;
	border-radius: 3px;
}

.resetButton:hover{
	background: #0052C2;
	color:#e7e6e6;
	border:#e7e6e6;
}
/* RET-11971 - Changes to the menubar - replacing transparent with relevant color for search screen */
table thead .sorting{
	background: url(../../gwava/images/sorting.png) no-repeat scroll right center #e7e6e6;
	min-width: 60px;
	cursor: pointer;
}
table thead .sorting_asc{
	background: url(../../gwava/images/sorting_asc_blue.png) no-repeat scroll right center #e7e6e6;
	min-width: 60px;
	cursor: pointer;
}
table thead .sorting_desc{
	background: url(../../gwava/images/sorting_desc_blue.png) no-repeat scroll right center #e7e6e6;
	min-width: 60px;
	cursor: pointer;
}

#col_itemType {
	min-width: 33px;
}

#ListBox2_b{
	border: 1px solid #939baa;
	border-radius: 3px;
}

#ListBox2_t{
	border: 1px solid #939baa;
	border-radius: 3px;
	background: #0052C2;
	font-family: 'Lato', tahoma, arial, nimbus sans l, sans-serif;
}

#ListBox2_c{
	margin-left: 3px;
	margin-top: 3px;
}

#searchFreeTxtShortcut span, label{
	font-size: 1rem;
}

.deleted {
	background-color: #ddd;
}

#fixedHeader th {
	padding: 4px 10px; 
}

#results-count span {
	font-size: medium;
	font-weight: bold;
}