.form-control[readonly] {
    background-color: #FFF;
}

.right-floating {
    position: absolute;
    width: 94%;
    text-align: right;
}

.main-panel>.content {
    margin-top: 30px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bad-label {
    position: absolute;
    
}

.clear {
    clear: both;
}

.lewi-object {
    padding: 6px 12px;
    border: 1px solid #DDD;
    border-radius: 6px;
    width: 100%;
    background: linear-gradient(60deg, #ffa726, #fb8c00);
}
