﻿body {
    font-size: 1em;
    line-height: 1.4;
}
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.steps {
    background-color: #9C9C9C;
}
/*
    Common 
*/
.wizard {
    padding: 0 0 50px 0;
}



.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard a, .tabcontrol a {
    outline: 0;
}
.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
}
/* Accessibility */
.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}
/*
    Wizard
*/

.wizard > .steps {
    position: relative;
    display: none;
    width: 100%;
    padding: 6px 10px 6px 10px;
}
.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}
.wizard > .steps .number {
    font-size: 1.429em;
    display: none;
}
.wizard > .steps > ul > li {
    width: 10%;
    float: left;
    text-align: center;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 3px 0;
    padding: 0 0;
    text-decoration: none;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #FFF;
    color: #BBBBBB;
    cursor: default;
    border-radius: 10px;/* CSS3草案 */
    -webkit-border-radius: 10px;/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;/* Firefox用 */
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    color: #4C4C4C;
    cursor: default;
    border-radius: 10px;/* CSS3草案 */
    -webkit-border-radius: 10px;/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;/* Firefox用 */
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #FFF;
    color: #4C4C4C;
    border-radius: 10px;/* CSS3草案 */
    -webkit-border-radius: 10px;/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;/* Firefox用 */
}
.wizard > .content {
    display: block;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: auto;
}
.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0;
    width: 65%;
}
.wizard > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}
.wizard .content {
    min-height: 200px;
}
.wizard .content > .body {
    width: 100%;
    height: auto;
    padding: 0px;
    position: relative;
}
.wizard > .content > .body ul {
    list-style: disc !important;
}
.wizard > .content > .body ul > li {
    display: list-item;
}
.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}
.wizard > .actions {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px auto 20px auto;
    height: 50px;
}
.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: auto;
    width: 95%;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
}
.wizard > .actions > ul > li {
    margin: auto;
}
.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    display: block;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}
.wizard > .loading {
}
.wizard > .loading .spinner {
}
.wizard > .actions .disabled {
    display: none;
}

