﻿section#wiz-nav-bar
{
    background-color: #edecec;
    border-left: #808080 solid 1px;
    border-top: #808080 solid 1px;
    border-bottom: #808080 solid 1px;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 60px;
    width: 150px;
}

section#wiz-header
{
    background-color: #edecec;
    padding: 3px 16px 3px 16px;
    float: left;
    border-right: #808080 solid 1px;
    border-top: #808080 solid 1px;
}

section#wiz-body {
    border-right: #808080 solid 1px;
    border-left: #808080 solid 1px;
    border-top: #808080 solid 1px;
    border-bottom: #808080 solid 1px;
    float: left;
    padding: 16px;
    /*width: 400px;*/
}

section#wiz-nav-bar li
{
    margin-bottom: 6px;
    text-align: right;
    padding-right: 6px;
}

section#wiz-nav-bar li a
{
    text-decoration: none;
    color: black;
}

section#wiz-nav-bar li a:hover
{
    text-decoration: underline;
}

section#wiz-nav-bar li a.inactive
{
    text-decoration: none;
    color: gray;
}

section#wiz-nav-bar li.current
{
    color: black;
    background-color: white;
}


/*div.ui-dialog div.wiz-step-content header,*/
section#wiz-body header {
    text-align: right;
    border-bottom: 1px dashed gray;
    /*color: #213458;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    margin-bottom: 10px;
    padding-bottom: 6px;
    height: 14px;    
    min-height: 14px;
    min-width: 700px;
}

div.ui-dialog div.wiz-step-content header {
    text-align: right;
    border-bottom: 1px dashed gray;
    /*color: #213458;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    margin-bottom: 10px;
    padding-bottom: 6px;
    height: 14px;    
    min-height: 14px;
    /*min-width: 700px;*/
}

#wiz-body-footer {
    margin-top: 24px;
}

#wiz-body-header
{
    background-color: #edecec;
    padding: 16px;
    margin-bottom: 24px;
}

.wiz-step-content {
    margin-bottom: 10px;
    /*border-bottom: 1px dashed gray;*/
}

#wiz-body-content {
    min-height: 400px;
    overflow: auto;
}

section.section-summary{
    /*float: left;*/
    margin-bottom: 10px;
    margin-right: 6px;
    /*width: 340px;*/
}

section.section-summary h4 {
    border-bottom: 1px dashed gray;
    margin-bottom: 10px;
    padding-bottom: 6px;
    height: 12px;    
    min-height: 14px;
    background-color: whitesmoke;
    padding: 6px;
}

section.section-summary fieldset {
    padding: 6px;
}

section.section-summary div.display-label.keyfield {
    /*background-color: #C25E00;*/
    border-style: dotted;
    border-width: 1px;
    border-color: #C25E00;
    border-right-style: none;
}

section.section-summary div.display-field.keyfield {
    border-style: dotted;
    border-width: 1px;
    border-color: #C25E00;
    border-left-style: none;
    font-size: 1.35em;
}

section.section-summary div.display-field.generatedfield {
    /*font-size: 0.85em;*/
    border-style: none;
}

section.section-summary div.display-field.generatedfieldSuccess {
    background-color: #D8ECB9;
    border-style: dotted;
    border-width: 1px;
    border-color: lightgray;
}

.header-info {
    font-size: 0.85em;
    color: gray;
}

.header-info div.display-field {
    font-weight: bold;
    color: black;
}
