.icons-list a[data-action="addUser"]:after {
    content: '\eb35';
}

.label-on {
    border-color: #2196F3;
    background-color: #2196F3;
}

.label-off {
    border-color: #F44336;
    background-color: #F44336;
}

.label-being-repaired {
    border-color: #FF8A65;
    background-color: #FF8A65;
}

.label-repaired {
    border-color: #4CAF50;
    background-color: #4CAF50;
}

.bg-on {
    border-color: #2196F3;
    background-color: #2196F3;
    color: #FFF;
}

.bg-off {
    border-color: #F44336;
    background-color: #F44336;
    color: #FFF;
}

.bg-being-repaired {
    border-color: #FF8A65;
    background-color: #FF8A65;
    color: #FFF;
}

.bg-repaired {
    border-color: #4CAF50;
    background-color: #4CAF50;
    color: #FFF;
}

.pie-arc-legend {
    cursor: pointer;
}

.modal-lg {
    width: 90%;
}

#defect-type-name li.list-group-item {
    cursor: pointer;
}

#repairs-list li.list-group-item {
    cursor: pointer;
}

.modal-body{
    overflow: auto !important;
    max-height: 90vh;
}

td.descriere-stare {
    cursor: pointer;
}

td.post-repairer {
    cursor: pointer;
}

a.report-selector {
    margin-left: 4px;
}

.daterangepicker {
    z-index: 2000 !important;
}

#home-list a {
    margin: 10px;
}

.global-form-error {
    background: red;
    color: white;
    font-weight: bold;
    margin: 10px;
}

.wrapper-flex {
    display: flex;
}

.selected-button {
    background: #558B2F;
}

#backend-login {
    display: none;
}

#who-are-you {
    display: none;
}

#go-back {
    display: none;
}

#pattern-container {
    display: none;
    margin-left: -16px;
    margin-bottom: 10px;
}

#input-email {
    display: none;
}

#input-pass {
    display: none;
}

#input-remember {
    display: none;
}

#input-submit {
    display: none;
}

.machine-wrapper {
    margin: 8px 0;
}

.machine-wrapper-title {
    font-weight: bold;
}

.repair-machine {
    margin-bottom: 10px;
}

#check-menu {
    display:none;
}

#new-check-menu {
    display: none;
}

#new-check-err-sd {
    display: none;
}

#failback-new-check-menu{
    display: none;
}

.weight-display {
    font-size: 60px;
    vertical-align: middle;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

#new-check-weight-display-indicators .weight-display {
    border: none;
}

.weight-display-value {
    float: right;
}

#new-check-menu-extra-selectors {
    display: none;
}

button.confirm-viewed-previous-repairs {
    margin-top: 20px;
}