﻿/*
 * This file is generated. Every change gets lost after rebuild.
 */


.dwWizard {
    display: grid;
    display: -ms-grid;
    height: 100%;
}

.dwWizard.dwWizard-progress-bar-left,
.dwWizard.dwWizard-progress-bar-right {
    grid-template-rows: 1fr 35px;
    -ms-grid-rows: 1fr 35px;
}

.dwWizard-dialog.dwDialog .MessagesWrapper:first-child {
    height: 3rem;
    margin: 0;
    padding: .5rem 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.dwDialog.dwWizard-dialog > .dwBasicDialog-content {
    padding: 0;
    overflow: initial;
}

.dwWizard-dialog .dwBasicDialog-titlebar {
    background-color: #1e9fb4
}

.dwWizard-content {
    padding: 20px;
    padding-top: 60px;
}

.dwWizard-progress-bar-left .dwWizard-content {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.dwWizard-progress-bar-right .dwWizard-content {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.dwWizard-progress-bar-top .dwWizard-content {
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.dwWizard-progress-bar-bottom .dwWizard-content {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.dwWizard-progress-bar-bottom .dwWizard-side-info-progress-bar,
.dwWizard-progress-bar-top .dwWizard-side-info-progress-bar {
    padding: 2ex 3ex;
}

.dwWizard-progress-bar-bottom .dwWizard-side-info-progress-bar > div,
.dwWizard-progress-bar-top .dwWizard-side-info-progress-bar > div {
    display: flex;
    justify-content: space-around;
    padding: 0 50px;
}

.dwWizard-progress-bar-bottom .dwWizard-progress-bar-step-wrapper,
.dwWizard-progress-bar-top .dwWizard-progress-bar-step-wrapper {
    display: block;
}

.dwWizard-progress-bar-left .dwWizard-navigation {
    grid-row: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    -ms-grid-column:2;
}

.dwWizard-progress-bar-top .dwWizard-navigation {
    grid-row: 3;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.dwWizard-progress-bar-bottom .dwWizard-navigation {
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.dwWizard-side-info {
    background-color: #232839;
    color: #1e9fb4;
}

.dwWizard-progress-bar-left .dwWizard-side-info {
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-row-start: 1;
    -ms-grid-row-span: 3;
}

.dwWizard-progress-bar-right .dwWizard-side-info {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    -ms-grid-row-start: 1;
    -ms-grid-row-span: 3;
}

.dwWizard-progress-bar-top .dwWizard-side-info {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.dwWizard-progress-bar-bottom .dwWizard-side-info {
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.dwWizard-progress-bar-step-wrapper {
    display: flex;
}

.dwWizard-side-info-top {
    margin: 0;
}

.dwWizard-progress-bar-left .dwWizard-side-info-progress-bar,
.dwWizard-progress-bar-right .dwWizard-side-info-progress-bar {
    border-bottom: 1px solid #1e9fb4;
    margin: 0;
}

.dwWizard-side-info-top,
.dwWizard-side-info-progress-bar,
.dwWizard-side-info-bottom {
    padding: 3ex 2em 5ex 2em;
}

.dwWizard-progress-bar-step {
    border: 2px solid #1e9fb4;
    border-radius: 100%;
    margin: 5px 5px 5px -1px;
    padding: 5px 5px 10px 10px;
    height: 10px;
    width: 10px;
}

.dwWizard-progress-bar-bottom .dwWizard-progress-bar-step,
.dwWizard-progress-bar-top .dwWizard-progress-bar-step {
    margin: 0 auto;
}

.dwWizard-progress-bar-step .dwIcon-check-bright {
    display: none;
}

.dwWizard-progress-bar-step-wrapper.dwWizard-progress-bar-step-check .dwIcon-check-bright,
.dwWizard-progress-bar-step-wrapper.dwWizard-progress-bar-step-jumpable .dwIcon-check-bright {
    display: block;
    margin-left: -4px;
}

.dwWizard-progress-bar-step-wrapper {
    cursor: default;
}

.dwWizard-progress-bar-step-check,
.dwWizard-progress-bar-step-jumpable,
.dwWizard-progress-bar-step-last-jumpable {
    cursor: pointer;
}

.dwWizard-progress-bar-step-index {
    margin-left: -1px;
    font-weight: bold;
}

.dwWizard-progress-bar-step-check .dwWizard-progress-bar-step-index,
.dwWizard-progress-bar-step-jumpable .dwWizard-progress-bar-step-index {
    display: none;
}

.dwWizard-progress-bar-step-active {
    color: white;
}

.dwWizard-progress-bar-step-active .dwWizard-progress-bar-step {
    border-color: white;
}

.dwWizard-progress-bar-step-jumpable,
.dwWizard-progress-bar-step-last-jumpable {
    border-color: #1e9fb4;
    color: #1e9fb4;
}

.dwWizard-progress-bar-step-label {
    margin: 10px 5px;
    font-size: 14px;
}

.dwWizard-navigation-button-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 5px 15px;
}

.dwWizard-error-message {
    color: red;
    padding: 3px 10px 0 0;
    font-style: italic;
}

.dwBasicDialog .dwDialogContentWrapper {
    padding: 0;
}



