body .window {
    background-color: #fff;
    border: 1px solid #ccc;
}
#feedbackMessage {
    color: green;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
}
#outputBox {
    display: none;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.percentimg {
    display: none;
    text-align: center;
}
.fileinput-button {
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen {
    .fileinput-button input {
        font-size: 100%;
        height: 100%;
    }
}
body #stage .inner #editor #handle {
    background: #EBEBEB none repeat scroll 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    height: 43px;
    opacity: 1;
    width: 100%;
}
body #stage .inner #editor .window {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
body #stage .inner #editor .window {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
body #editor_controls {
    background-color: #EBEBEB;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 0;
    padding: 20px;
}
.editor_controls_items {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
body #editor_controls .dropdown {
    flex-grow: 1;
    letter-spacing: 0.8px;
}
.editor_controls_group {
    display: flex;
}
body #editor_controls .submit button:first-child {
    padding: 10px 14px;
}
body #editor_controls .submit button:not([name="_action_checkText"]) {
    border: 1px solid #fff;
}
body #editor_controls {
    background-color: #EBEBEB;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 0;
    padding: 20px;
}
body #editor_controls .dropdown {
    flex-grow: 1;
    letter-spacing: 0.8px;
}
body #editor_controls .submit button[name="_action_checkText"] {
    background-color: #28bf9a;
}
body #editor_controls .submit button:not([name="_action_checkText"]) {
    border: 1px solid #fff;
}
body #editor_controls .submit button:first-child {
    padding: 10px 14px;
}
body #editor_controls .submit button:hover, body #editor_controls .submit button:active {
    background-color: #fff;
    color: #51BAD6;
    transition: all 0.2s linear 0s;
}
body #editor_controls .submit button:disabled {
    background-color: #98a6f3;
    cursor: default;
}
body #editor_controls .submit button span {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-top: 1px;
    opacity: 0.6;
}
body #editor_controls .submit .proofread {
    background-color: #ad4848;
    margin-right: 5px;
}
body #editor_controls .submit .proofread:hover, body #editor_controls .submit .proofread:active {
    background-color: #893939;
}
body.fullscreen {
    overflow: hidden;
}
body.fullscreen #app #content #Price {
    display: none;
}

.dk_container {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 6px;
}
.dk_toggle {
    height: 43px;
    display: flex;
    align-items: center;
}
.editor_controls_group {
    display: flex;
}

.editor_controls_group_item {
    margin: 0 10px;
}

.editor_controls_premium {
    background-color: #e00055 !important;
    border-color: #e00055 !important;
}

.dropdown .editor_controls_group_item {
    flex-basis: 150px;
}

body #editor_controls .dropdown {
    letter-spacing: 0.8px;
    flex-grow: 1;
}

.dk_options_inner .column {
    margin: 0 1% !important;
    padding: 0 !important;
}