.hide {display: none;}.wizard-pane {position: absolute;top: 0;visibility: hidden;opacity: 0;-webkit-transition: opacity .2s ease;transition: opacity .2s ease;width:100%;}.wizard-pane.active {position: relative;visibility: visible;opacity: 1;}.wizard-pane.activing {visibility: visible;}.wizard-content {position: relative;padding: 0;-webkit-transition: height .2s ease;transition: height .2s ease;}.current {color: #00f !important;}.done {color: #008000 !important;}.error {color: #f00 !important;}.disabled {cursor: not-allowed !important;}.wizard-pane {padding: 15px;padding-top: 30px;padding-bottom: 30px;}.wizard-content {border: 1px solid rgba(204, 204, 204, 0.71);border-radius: 5px;}.wizard-steps {padding: 0;margin: 0;list-style: none;}.wizard-steps > li {display: inline-block;color: #666;cursor: pointer;}.wizard-steps > li:hover {color: #333;}.wizard-buttons {margin-top: 30px;}.wizard-buttons > a {position: relative;overflow: hidden;border-width: 0;outline: none;border-radius: 2px;color: #ecf0f1;transition: all .3s ease;background: #0b6623;margin-top: 20px;margin-bottom: 20px;font-weight: 700;font-size: 0.9em;color: #fff;text-transform: uppercase;padding: 8px 25px;border-radius: 20px;text-shadow: none;border-radius: 4px;margin-bottom: 0;padding: 15px 40px;margin-top: 15px;margin: auto;border: none;}.wizard-buttons > a:hover {background: #00270a;color: #fff;}.wizard-buttons > a:focus {color: #fff;}.wizard-buttons > a.disabled {color: #212121;border-color: #aaa;background: #aaa;opacity: .5;}.wizard-buttons > .wizard-next {float: right;}.wizard-buttons > .wizard-finish {float: right;}