#wrapper {
    background: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

#header {
    margin-top: -6px;
}

.navbar-default {
    border: none;
    background: #fff;
}

#logo.light-version {
    background: #fff;
    border: none;
}

.navbar-nav.navbar-main > .active > a, .navbar-nav.navbar-main > .active > a:hover, .navbar-nav.navbar-main > .active > a:focus {
    background: #fff;
    font-weight: 600;
}

div[data-control-id] {
    margin: 0px !important;
    padding: 0px !important;
    padding-bottom: 2px !important;
}

.automation-label {
    text-align: left;
}

.automation-label-cell {
    text-align: left;
}

a.log-off-publish i.far:before {
  content: '\f015';
}