/* @override 
	http://98.206.179.253/mc/edgewater/themes/mc-wg/mc-slickgrid.css
	http://localhost/mc/finotec/themes/mc-wg/mc-slickgrid.css
*/
.ui-widget {
  font: normal 10px "Lucida Grande", Helvetica, Calibri, Verdana, sansserif;
  }
.ui-widget-content,
.ui-widget-content .ui-state-default {
  background: transparent;
  color: #fff;
  }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
  background: #2f2f2b;
  }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-top: 1px solid #181816;
  border-bottom-color: #2f2f2b;
  }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #9e9e94;
  background: #3b3a34;
	background: rgb(99,98,87); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(99,98,87,1) 0%, rgba(59,58,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,98,87,1)), color-stop(100%,rgba(59,58,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(99,98,87,1) 0%,rgba(59,58,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(99,98,87,1) 0%,rgba(59,58,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(99,98,87,1) 0%,rgba(59,58,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(99,98,87,1) 0%,rgba(59,58,52,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636257', endColorstr='#3b3a34',GradientType=0 ); /* IE6-9 */
  }

.slick-cell,
.slick-header-column {
  border: none;
  /*border-left: 1px solid #474741;*/
  border-top: 1px solid #4c4c45;
  border-bottom: 1px solid #2f2f2b;
  }
.slick-header-column.ui-state-default {
  border-right: 1px solid #474741;
  }  
.slick-cell {
  /*padding-top: 0.4em;*/
  line-height: 175%;
  }
  
.slick-cell:first-child {
  padding-left: 10px;
  }


/* @group Charts */
#datafilter {
  height: 800px;
  width: 300px;
}
  
/* @end */
