designer {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #777;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 0px solid red;
}

.app-content,
.app-content > *,
.app-content > * > *
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #555;
    border: 0px solid darkgray;
}

.color-gray {
    color: darkgray;
}



.btn:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #d1d1d1;
}


/* JCL button sizing request */
.modal-footer .btn {
    min-width: 80px;
}