﻿.jqx_wizard {
    box-sizing:border-box;
    margin:0px;
    padding:5px;
    height:100%;
}

.jqx_wizardStepContainer {
    /* border:1px solid green;*/
    margin: 0px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #F7FAFF;
}

.phone .jqx_wizardStepContainer {
    padding:0px;
}


.jqx_wizardTitle {
   /* border-radius:10px;
    border:3px solid darkgreen;
    color:darkgreen;*/
/*    margin:5px;
    padding:5px;
    text-align:center;
    box-sizing:border-box;
    font-size:large;*/
 /*   background-color:white;*/
}

.jqx_form {
    border-color:transparent;
}

.jqx_wizardStepContent {
    /*border:1px solid black;*/
    padding: 10px;
    display: block;
    box-sizing: border-box;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.jqx_wizardStepContentMaxWidth {
    max-width: unset;
}

.phone .jqx_wizardStepContent {
    padding:0px;
}

.jqx_wizardNavBar {
    /*border:1px solid blue;*/
    margin:0px;
    padding:5px;
    text-align:center;
 /*   position:absolute;
    bottom:0px;
    left:0px;*/
    width:100%;
    box-sizing:border-box;
/*    background-color:#9FC4F1;*/
 /*   position:sticky;
    bottom:0px;*/
}

.jqx_wizardNavBarSticky {
    position:sticky;
    bottom:0px;
}

    .jqx_wizardNavBarSticky .dx-button-mode-outlined,
    .jqx_wizardNavBarSticky .dx-button-mode-outlined.dx-state-hover {
        background-color: white;
    }

.jqx_wizardNavBarCentre {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

/*.jqx_wizardBtnPrev {
    height:40px;
    font-size:larger;
    min-width:80px;
}
*/

.jqx_wizardBtn {
  /*  margin-left: 10px;*/
    height:40px;
    font-size:larger;
    min-width:80px;
}

/*********************************** Progress bar ****************************************/
.jqx_wizardProgressContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #bec3c7;
}

@media screen and (max-width: 650px) {
    .jqx_wizardProgressContainer {
        display: none;
    }
}

.jqx_wizardProgressContainer > div .jqx_wizardProgressStepBar {
    border-radius: 0px 7px 7px 0px;
}

.jqx_wizardProgressStepBlip {
    height: 15px;
    width: 8px;
    border-radius: 0px 7px 7px 0px;
    background-color: white;
}
.jqx_wizardProgressStep {
    display: table-cell;
    vertical-align: top;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*    padding-left: 4px;*/
    text-indent:8px;
}

.jqx_wizardProgressStepBar {
    height: 15px;
    background-color: #bec3c7;
    margin-top: 5px;
}

.jqx_wizardProgressActive {
    color: #006eab;
}

.jqx_wizardProgressActive .jqx_wizardProgressStepBar {
    background-color: #006eab;
}
