.nav-wizard > li {
  float: left;
  white-space: nowrap;
}
.nav-wizard > li > a {
  position: relative;
  background-color: #eeeeee;
  font-size: 1.1em;
  font-weight: 600;
}

/*.nav-wizard > .nav > li > a {*/
div.nav-wizard-container > ul > li > a
{
    color: #ffffff;
    font-weight: 600;
    padding: 10px 15px !important;
}


.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #428bca;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px !important;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*
    Done
*/
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #9CD08B !important;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #9CD08B;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #9CD08B;
}
.nav-wizard > li.done > a {
  background-color: #BCDEAE;
}
.nav-wizard > li.done > a:before {
  border-right-color: #BCDEAE;
}
.nav-wizard > li.done > a:after {
  border-left-color: #BCDEAE;
}
.nav-wizard > li.done span.step {
    background: #7BC366;
}

.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca !important;
}
.nav-wizard > li.active > a:after {
  border-left-color: #428bca;
}
.nav-wizard > li.active > a .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777; 
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #eeeeee !important;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}


/*@media (max-width: 768px) {

}*/




.nav-wizard span.step {
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4em;
    margin-right: 10px;
    text-align: center;
    width: 1.4em; 
}

.nav-wizard > li.active span.step {
    background: #235680; 
}

.nav-wizard > li.disabled span.step {
    background: #cccccc;
}


.layoutHomeContainer {
    max-width: 1150px;
    z-index: 100;
    margin: 40px auto;
    padding:10px;
}

.layoutHomeContainer div.buttonNav {
    max-width: 300px;
    z-index: 100;
    margin: 0 auto;
    text-align:right;
}

.layoutHomeContainer div.buttonNavNoPrevious {
    max-width: 170px;
    z-index: 100;
    margin: 0 auto;
    text-align:right;
}

.layoutHomeContainer div.buttonNav > button {
    margin-right: 10px;
}

.layoutHomeContainer .navContainer {
    width: 100%; 
    display: table;
    margin-bottom: 0.8em;
}

.layoutHomeContainer .navContainer div {
    display: table-row;
}

.layoutHomeContainer .navContainer div .nav-wizard-container {
    margin-right: 100px; 
    display: table-cell;
}

.layoutHomeContainer .navContainer div .nav-wizard-close {
    display: table-cell;
    width: 50px;
    padding-top: 0.5em; 
    padding-right: 0.5em; 
}

#wrapper > form > div > div.ibox-content > div.row > div > p {
    text-align:right;
}


.ibox-title {
    background-color: #ffffff !important;
    border-color: #003c71 !important;
    border-image: none !important;
    border-style: solid solid none solid !important;
    border-width: 1px 1px 0px 1px !important;
    margin-bottom: 0;
    padding: 10px 0px 1px 5px !important;
    min-height: 48px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.ibox-content {
    padding: 5px 7px 5px 10px !important;
    border-color: #003c71 !important;
    border-style: none solid solid solid !important;
    border-width: 0px 1px 1px 1px !important;
    margin-bottom: 1em;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.page-header {
    padding: 10px;
    margin: 10px 0 10px !important;
    /*border-bottom: 1px solid #fff0cf !important;*/
    background-color:#f9c606; 
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.page-header h1  {
    font-size: 2.1em !important;
    font-weight: 600 !important;
    color:#fff0cf;
}
div.page-header > h1, div.page-header > h2, div.page-header > h3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

/*.btn-ss-cancel:hover {
    background-color: lightcoral !important;
}*/

/*.alert-success {
    color: white !important;
    background-color: green !important;
    border-color: green !important;
}
.alert-danger{
    font-weight:600 !important;
    background-color: #ff3333 !important;
    border-color: #ff3333 !important;
}*/

.AccountHelpButtonAuth {
    width:600px;
    margin:auto;
}

.AccountHelpButtonNotAuth {
    width:350px;
    margin:auto;
}

.passwordStrength {
    padding:0px;
    margin-bottom:0px !important;
}

.Span-Italic-Light {
    font-size: small; 
    font-weight: lighter; 
    font-style: italic;
}

