body {
    background: linear-gradient(to bottom right, white, rgba(120, 120, 179, 0.125));
}

#MainApplication {
    width: 100%;
    height: 100%;
    position: relative;
}


.WfxButton.APPDESIGNER_Outline {
    border: 1px solid #125267;
    background-color: transparent;
}

.WfxButton.APPDESIGNER_Outline .LabelArea {
    color: #125267;
}

.WfxButton.APPDESIGNER_Outline:hover {
    border: 1px solid #125267;
    background-color: #10485b;
}

.WfxButton.APPDESIGNER_Outline:hover .LabelArea {
    color: white;
}

.WfxButton.APPDESIGNER_Outline .FocusMarker {
    border-color: #125267;
}

.WfxButton.APPDESIGNER_Outline .Loader.Top {
    background: linear-gradient(to left, white, rgba(30, 104, 145, 0.3));
}

.WfxButton.APPDESIGNER_Outline .Loader.Right {
    background: linear-gradient(to top, white, rgba(30, 104, 145, 0.3));
}

.WfxButton.APPDESIGNER_Outline .Loader.Bottom {
    background: linear-gradient(to right, white, rgba(30, 104, 145, 0.3));
}

.WfxButton.APPDESIGNER_Outline .Loader.Left {
    background: linear-gradient(to bottom, white, rgba(30, 104, 145, 0.3));
}