table.table.table-cream-component {
    table-layout: fixed;
	background-color: #fff;
}
table.table.table-cream-component > thead > tr > th.actions {
    padding: 3px;
}
table.table.table-cream-component > thead > tr.filters > th {
    padding: 0;
}
table.table.table-cream-component > thead > tr.filters > th > .form-control {
    border: 0;
    border-radius: 0;
}
table.table.table-cream-component > thead > tr.filters > th > select.form-control {
    padding-left: 4px;
}
table.table.table-cream-component > thead > tr.filters > th > input.form-control {
    padding-left: 7px;
}
table.table.table-cream-component > thead > tr > th.actions > input.form-control.search {
    display: inline-block;
    width: 300px;
    float: left;
    margin-right: 3px;
}
table.table.table-cream-component > thead > tr > th.actions > .btn {
    display: block;
    float: left;
    position: relative;
    margin-left: 3px;
}
table.table.table-cream-component > thead > tr > th.actions > .btn:first-of-type {
    margin-left: 0;
}
table.table.table-cream-component > thead > tr.heading > th {
    user-select: none;
    position: relative;
    cursor: default;
    padding: 5px 0 4px 8px;
}
table.table.table-cream-component > thead > tr.heading > th.sortable {
    cursor: pointer;
}
table.table.table-cream-component > thead > tr.heading > th.sortable:after {
    content: '\ee38';
    color: #999;
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -6px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
table.table.table-cream-component > thead > tr.heading > th.sortable.sortable-asc:after {
    content: '\e9c2';
}
table.table.table-cream-component > thead > tr.heading > th.sortable.sortable-desc:after {
    content: '\e9c1';
}
table.table.table-cream-component > thead > tr > th > input {
    font-weight: normal;
}
table.table.table-cream-component > tfoot > tr > td {
    padding: 5px 5px 5px 15px;
    vertical-align: middle;
    line-height: 2.6em;
}
table.table.table-cream-component > tfoot > tr > td > select.limits {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}
table.table.table-cream-component > tbody > tr > td {
    padding: 3px 5px 2px 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
table.table.table-cream-component > tbody > tr.row-action {
    cursor: pointer;
}
table.table-cream-component {
    table-layout: fixed;
    width: 100%;
}
table.table.table-cream-component > thead > tr > th > div.checkbox-control {
    position: relative;
    overflow: hidden;
}
table.table.table-cream-component > thead > tr > th > div.checkbox-control.open {
    overflow: visible;
}
table.table.table-cream-component > thead > tr > th > div.checkbox-control > span {
    cursor: pointer;
    display: block;
    padding: 2px 0 0 6px;
    font-weight: normal;
    margin-right: 15px;
    color: #999;
}
table.table.table-cream-component > thead > tr > th > div.checkbox-control > span:after {
    content: '▾';
    position: absolute;
    right: 1px;
    top: -2px;
    font-size: 1.4em;
    color: #000;
}
table.table.table-cream-component > thead > tr > th > div.checkbox-control > div {
    background-color: #fff;
    position: absolute;
    top: 25px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.3em 0.5em;
    left: 1px;
    display:none;
}
table.table.table-cream-component > thead > tr > th > div.checkbox-control.open > div {
	display:block;
}
table.table.table-cream-component > thead > tr > th > div.checkbox-control > div > label {
    display: block;
    margin-bottom: 0;
}
table.table.table-cream-component > thead > tr > th > div.checkbox-control > div > label > input {
    position: relative;
    top: 2px;
}
table.table.table-cream-component > colgroup > col.selection,
table.table.table-cream-component > thead > tr > th.selection,
table.table.table-cream-component > thead > tr > th.selection-holder,
table.table.table-cream-component > tbody > tr > td.selection {
    width: 30px;
}
table.table.table-cream-component > thead > tr > th.selection > input,
table.table.table-cream-component > tbody > tr > td.selection > input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 1px 0 0 0;
    color: #555;
    font-size: 14px;
    font-family: 'icomoon';
    cursor: pointer;
}
table.table.table-cream-component > thead > tr > th.selection > input::before,
table.table.table-cream-component > tbody > tr > td.selection > input::before {
    content: '\ee6c';
}
table.table.table-cream-component > thead > tr > th.selection > input:checked::before,
table.table.table-cream-component > tbody > tr > td.selection > input:checked::before {
    content: '\ee6b';
}
table.table.table-cream-component > thead > tr > th.selection > input[indeterminate="true"]::before,
table.table.table-cream-component > tbody > tr > td.selection > input[indeterminate="true"]::before {
    content: '\ee6d';
}
table.table.table-cream-component.table-header-fixed > thead > tr:first-of-type > th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 90;
}
.table > tbody > tr.semafor-purple > td {
  background-color: #d6b4de;
}
.table > tbody > tr.semafor-red > td {
  background-color: #e5393575;
}
.table > tbody > tr.semafor-orange > td {
  background-color: #FFF3E0;
}
.table > tbody > tr.semafor-green > td {
  background-color: #E8F5E9;
}
.table > tbody > tr.first-level > td {
  background-color: rgba(0, 255, 0, 0.4);
}
.table > tbody > tr.second-level > td {
  background-color: rgba(255, 152, 0, 0.4);
}
.table > tbody > tr.third-level > td {
  background-color: rgba(255, 0, 0, 0.4);
}
.table > tbody > tr.semafor-kp-success > td {
	background-color: #d0ffc6;
}
.table > tbody > tr.semafor-kp-warning > td {
	background-color: #ffdfb8;
}
.table > tbody > tr.semafor-kp-danger > td {
	background-color: #ffc6c6;
}
.table > tbody > tr.semafor-invoice-danger > td {
	background-color: #f2a1a1;
}
@media (max-width: 1200px) {
    table.table.table-cream-component > thead > tr.filters > th > select.form-control {
        background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right;
        -moz-appearance: none; 
        -webkit-appearance: none; appearance: none;
    }
}