html,
body {
    background: #F7F7F7;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}

.page-content {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.content-wrapper {
    width: 100%;
    height: 100%;
}

.condition {
    height: 100%;
}

.condition-header {
    font-weight: bold;
    font-size: 18px;
    background: #618baf;
    color: #ffffff;
    padding: 15px;
}

.condition-nav {
    background: #ffffff;
}

.step-container {
    height: 100%;
    padding: 10px 16% 10px;
}

.full-height {
    height: 100%;
}

.step-indicator.step-indicator-vertical .step-indicator-item .step-name {
    white-space: normal;
}

[data-wizard="standalone-conditions-modal"] .panel .panel-heading {
    background: #6fa938;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

[data-wizard="standalone-conditions-modal"] .panel .panel-content {
    border: 1px solid #6fa938;
    padding: 10px;
}

.condition-footer {
    padding: 20px;
}

.condition-footer button {
    float: right;
}

.condition-footer .prevBtn {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .step-container {
        padding: 0;
    }

    .step-indicator .step-indicator-item .step-name {
        display: none !important;
    }


}
