#main {
    margin-left: 260px;
}

.fixed-header #main {
    margin-top: 41px;
}

.tab-pills {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1px;
}

.tab-pills > li > a {
    padding: 5px;
    margin: 5px;
    border-radius: 6px;
}

.smart-style-2 .dropdown-menu > li > a:hover {
    background-color: #75B839;
}
.smart-style-2 .dropdown-menu > li > a:focus {
    background-color: #75B839;
}
.smart-style-2 .dropdown-menu > li > a:active {
    background-color: #75B839;
    color: #212427;
    content: "";
}
nav ul li.active > a:before {
    content: "";
}

.smart-style-2 nav ul .active > a, .smart-style-2 nav ul li.open > a, .smart-style-2 nav ul li.open > a b {
    font-weight: 400;
}

.all-thing {
    background: #ffffff;
    margin: 2px;
    margin-bottom: 5px;
}

.all-thing-active {
    background: #ffffff;
    margin: 2px;
    margin-bottom: 5px;
    outline: 2px solid #75B839;
    font-weight: 400;
}

.all-thing-icon {
    border-radius: 20px;
    height: 24px;
}

.all-thing-icon-good {
    border: 2px solid #75B839;
}

.all-thing-icon-bad {
    border: 2px solid #9a0325;
}

/*.all-thing-active > a > span {*/
    /*color: #212427;*/
/*}*/

.thing-add-button {
    width: 99%;
    margin-left: 1px;
    margin-right: 1px;
}

.thing-search-field {
    width: 100%;
}

.thing-items-header {
    position: fixed;
    z-index: 900;
    width: 100%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 275px;
    background: rgba(248, 248, 248, 0.9);
}

.chart-well {
    border-radius: 0px;
}

.item-descr-input {
    margin-top: -1px;
    margin-bottom: -2px;
    border: 0px;
    width: auto;
    border-bottom: 1px solid #75B839;
}

.nav-pills > li >a {
    color: #75B839;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px;
}

.nav-pills > li.active > a {
    background-color: #75B839;
}

.nav-pills > li.active > a:hover {
    background-color: #75B839;
}

.edit-on-click > i {
    visibility: hidden;
}

.edit-on-click:hover > i {
    visibility: visible;
}

.thing-edit-create-modal {
    display: block;
}

.tngx-modal-header {
    background-color: #75B839;
}

.tngx-dash-widget-cell {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 10px;
}

.tngx-dash-widget {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    border-radius: 0px;
}

.tngx-dash-widget-title {
    font-family: Arial;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 1.3vw;
}

#content.dash-fullscreen{
    margin-top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#main.dash-fullscreen{
    margin-top: 0px;
    margin-left: 10px;
    padding-right: 20px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tngx-dash-fullscreen-buttons {
    margin-top: 0px;
    margin-right: 10px;
    padding-right: 20px;
    z-index: 10000;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.hidden-hover > i {
    visibility: visible;
}

.hidden-hover:hover > i {
    visibility: visible;
}

.nav-pills > li.linkDisabled > a {
    cursor: not-allowed;
    pointer-events: none;
    color: #c7c7c7;
}

#header>:first-child, aside {
    width: 260px;
}

.tngx-thing-indicators {
    padding-top: 3px;
    padding-left: 8px;
    font-size: 15px;
    vertical-align: middle;
}

.tngx-thing-indicators-good {
    color: #75B839;
}

.tngx-thing-indicators-bad {
    color: #9a0325;
}

.note-error, .smart-form .note-error {
    color: #A90329;
}

.signal-icon-fixed {
    padding-top: 5px;
    font-size: 11px;
}