.ajax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff 50% 50% no-repeat url(./themes/default/assets/images/ajax-loading.gif);
    opacity: 0.5;
    width: 100%;
    z-index: 2000;
}

.aux-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.9;
    width: 100%;
    z-index: 3000;

}

.add.margin.top.px10 {
     margin-top: 10px;
}

.add.margin.top.px20 {
    margin-top: 20px;
}

.add.margin.right.px20 {
    margin-right: 20px;
}

.add.hidden {
    display: none;
}

.add.pointer {
    cursor: pointer;
}

.add-icon {
    margin-right: 20px !important;
    cursor: pointer;
}

.add-icon30px {
    margin-right: 30px !important;
    cursor: pointer;
}

.add-lightyellow {
    color: rgba(251, 189, 8, 0.31) !important;
}

.add-lightgreen {
    color: rgba(0, 255, 0, 0.31) !important;
}

.add-lightred {
    color: rgba(255, 0, 0, 0.31) !important;
}

.add-lightgrey {
    color: #fafafa !important;
}

.add-inverted-red {
    background-color: #db2828!important;
    color: #fff!important;
}

.add-inverted-green {
    background-color: #009900!important;
    color: #fff!important;
}

.add-inverted-teal {
    background-color: #00b5ad!important;
    color: #fff!important;
}

.add-inverted-orange {
    background-color: #f2711c!important;
    color: #fff!important;
}

.add-inverted-blue {
    background-color: #2185d0!important;
    color: #fff!important;
}

.add-sensor-button {
    height: 80px !important;
    width:  200px !important;
    line-height: 1.5em !important;
}
