/* $Header:   P:/VCS/Studio53/JSCLIENT/html/css/OMNIS.CSV   1.23   Jun 20 2012 08:50:02   bmitchel  $ */

/* Add your own CSS classes to this file and reference them using the $cssclassname property */
.ctrl-dgrd-header {
    background-color: rgb(var(--primary-color-light));
    color: rgb(var(--primary-color-light-text));
}

.slick-header.ui-state-default {
    background-color: rgb(var(--neutral-color));
    color: rgb(var(--secondary-color-light-text));
}

.slick-header-column.ui-state-default {
    font-weight: normal;
}

.omnis-wf-title {
    border-top: ridge 1px #c5c5c5;
        border-top-color: rgb(197, 197, 197);
        border-top-style: solid;
        border-top-width: 1px;
    background-color: rgb(240,240,240);
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
}
.omnis-wf-padding {
    padding: 30px 0 0 0;
}

.notactivedgrid.omnis-notactive-overlay::after {
  background: rgba(var(--disabled-color),0.2) !important;
  }

