#performance-booster {
    margin-bottom: 8px;
}

#performance-booster a.btn-default i {
    font-size: 13px;
}


.backend-table td {
    vertical-align: middle;
}

.backend-table .fas, .options .fas {
    text-align: center;
    font-size: 14px;
    line-heigt: 18px;
    cursor: pointer;
    display: inline-block;
    min-width: 26px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 4px;
    margin-bottom: 4px;
}

.options-display {
    display: block;
    font-size: 10px;
    white-space: nowrap;
}

.backend-table a.fas {
    text-decoration: none;
    color: #333;
}

.backend-table .fas:hover, .options .fas:hover {
    background: #333;
    color: #fff;
}

.fas.on {
    color: #28a745;
}

.fas.off {
    color: #ccc;
}

/** overwriting from build.css **/
.checkbox.checkbox-bigger label::before {
    width: 20px;
    height: 20px;
}

.checkbox.checkbox-bigger label::after {
    font-size: 15px;
}

.questionary-tabble-options .fas {
    font-size: 24px;
    width: 40px;
    line-height: 31px;
}

li.lock-state, li.live-state {
    text-shadow: 0px 0px 3px #efefef;
}
tr.is-test-questionary{
    background: rgba(233,188,79,0.3) !important;
}

li.is-test-questionary{
    color: #EDA200;
    font-weight: bold;
}

li.lock-state.public {
    color: #4FD663;
}

li.lock-state.private {
    color: #970b0e;
}

li.live-state.running {
    color: #4FD663;
}

li.live-state.terminated {
    color: #970b0e;
}

li.live-state.planned {
    color: #1A356E;
}