﻿.widgetfilter
{
   /* width: 100%;
   border: solid 1px #000000;
    background: #ffffff;
    empty-cells: show;*/
}
.widgetfilter tr th
{
    text-align: left;
    padding: 7px;
  /*  border-bottom: solid 3px #000000;
    background: #eeeeee;*/
}
.widgetfilter tr td
{
    padding: 5px;
}
.widgetfilter tr td select, .widgetfilter tr td input
{
    font-family: Verdana;
    font-size: 100%;
  /*  width: 99%;*/
}
.widgetfilter tr td input.js-calendar
{
    width: auto;
}
.widgetfilter tr td.filterButtons, .widgetfilter tr th.filterButtons
{
    text-align: center;
 /*   border-left: solid 2px #000000;*/
    width: 100px;
}
.widgetfilter .widgetfilterSelect
{
   /* width: 100%;*/
}
.iconButton.widgetFilterReset
{
	background: #316cb3  ;
    color: #ffffff;
	background-image: url('../../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0004_chevron-thin-backsmall.png');
	background-position: 1px center;
    background-repeat:no-repeat
}
.iconButton.widgetFilterGo
{
	background: #57bc78  ;
    color: #ffffff;
	background-image: url('../../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0013_check.png');
	background-position: 1px center;
    background-repeat:no-repeat
}