
/* ************************************************************************** */

/*  WIZARD                                                                    */

/* ************************************************************************** */

div.wizard_boundary {
    background: #004460;
    margin: 0 18px 10px;
    padding-top: 10px;
    position: relative;
    width: 99%;
    z-index: 4;
}


html.Main mainwizard::before {
    height:110px;
}

mainwizard::before {
    display:block;
    height:calc(110px + 70px);
    width:100%;
    content:"";
    margin-bottom:1.6rem
}

mainwizard [role=menu] li[role=menuitem] a {
    color:rgba(0,0,0,0.9)
}
mainwizard [role=menu] li[role=menuitem] a.active {
    color:#000
}

.wizard_header{
    height:110px;
}

div.wizard_boundary:hover div.wizard,
div.wizard_boundary:focus-within div.wizard,
div.wizard_boundary:focus div.wizard {
    margin-right: 0;
    height: auto;
    overflow-y: visible;
}

header div.wizard_boundary {
    background: rgb(0, 68, 96);
    padding: 5px 0;
    top: 0;
    left: 0;
    min-height: 117px;
    position: absolute;
    width: 100%;
    margin: 0;
    @include z-index(wizard);
}

div.wizard:hover {
    margin-right: 0;
    height: auto;
    overflow-y: visible;
}

div.wizard {
    margin-right: 0;
    height: 100px;
    overflow-y: hidden;
}

.wizard_col .icon::before{
	margin-right: 0;
}

div.wizard_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    padding-top: 10px;
}
div.wizard_col {
    float: left;
}
div.wizard_cell_boundary,
div.wizard_cell_first_boundary,
div.wizard_cell_last_boundary {
    height: 42px;
}
div.wizard_cell {
    padding-top: 3px;
}
div.wizard_cell_alone,
div.wizard_cell_first_current,
div.wizard_cell_last_current {
    width: 50%;
}
div.wizard_cell_first,
div.wizard_cell_last {
    padding-top: 3px;
    width: 50%;
}
/*  All Step Cricles  */

div.subcircle,
div.subcircle_first,
div.subcircle_last,
div.subcirclenonclickable,
div.subcirclenonclickable_first,
div.subcirclenonclickable_last,
div.maincircle,
div.maincircle_first,
div.maincircle_last,
div.navcircle {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;
}
/*  Non-Current Step Cricles */

div.subcircle,
div.subcircle_first,
div.subcircle_last,
div.subcirclenonclickable,
div.subcirclenonclickable_first,
div.subcirclenonclickable_last {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 1.5em;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
}
div.subcirclenonclickable, div.subcirclenonclickable_first, div.subcirclenonclickable_last {
    border-color: #009ee0;
    color: #009ee0;
}
div.subcircle_first,
div.subcirclenonclickable_first {
    left: -18px;
}
div.subcircle_last,
div.subcirclenonclickable_last {
    right: -18px;
}
div.subcircle a,
div.subcircle a:link,
div.subcircle a:hover,
div.subcircle a:visited,
div.subcircle a:active,
div.subcircle a:focus,
div.subcircle_first a,
div.subcircle_first a:link,
div.subcircle_first a:hover,
div.subcircle_first a:visited,
div.subcircle_first a:active,
div.subcircle_first a:focus,
div.subcircle_last a,
div.subcircle_last a:link,
div.subcircle_last a:hover,
div.subcircle_last a:visited,
div.subcircle_last a:active,
div.subcircle_last a:focus {
    color: #f1f1f1;
}
/*  Current Step Cricle */

div.maincircle,
div.maincircle_first,
div.maincircle_last {
    background: #004460;
    border: 1px solid #f29400;
    border-radius: 50%;
    font-size: 1.833em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 40px;
}
div.maincircle_first {
    left: -21px;
}
div.maincircle_last {
    right: -21px;
}
div.maincircle a,
div.maincircle a:link,
div.maincircle a:hover,
div.maincircle a:visited,
div.maincircle a:active,
div.maincircle a:focus,
div.maincircle_first a,
div.maincircle_first a:link,
div.maincircle_first a:hover,
div.maincircle_first a:visited,
div.maincircle_first a:active,
div.maincircle_first a:focus,
div.maincircle_last a,
div.maincircle_last a:link,
div.maincircle_last a:hover,
div.maincircle_last a:visited,
div.maincircle_last a:active,
div.maincircle_last a:focus {
    color: #f29400;
    text-decoration: none;
}
/*  Wizard-Nav Circles */

div.wizard_navcircle_left,
div.wizard_navcircle_right {
    position: relative;
    z-index: 1000;
    width: 36px;
    height: 36px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1.5em;
    border: 1px solid #fff;
    border-radius: 50%;
}

div.wizard_navcircle_left {
    left: -18px;
    border: 1px solid #bbb;
}
div.wizard_navcircle_right {
    right: -18px;
    border: 1px solid #bbb;
}
/*  Wizard Step-Titles  */

div.wizard_steptitle_active,
div.wizard_steptitle_inactive {
    vertical-align: top;
    color: #fff;
    position: relative;
    margin: 0;
}
div.wizard_steptitle_inactive {
    color: #ccc;
}

/*  wizard_navcircle  */

div#wizard_navcircle {
    width: 16px;
    background: transparent;
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: hidden;
}
div#wizard_navcircle ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}
div#wizard_navcircle ul ul {
    left: -20px;
    background: transparent;
    list-style: none outside;
}
div#wizard_navcircle a,
div#wizard_navcircle h2,
div#wizard_navcircle span {
    font-size: 15px;
}
div#wizard_navcircle h2,
div#wizard_navcircle span {
    color: #000;
}
div#wizard_navcircle h2 {
    background: transparent;
}
div#wizard_navcircle li {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #5E889A;
    background-color: #5E889A;
    white-space: nowrap;
    text-align: left;
}
div#wizard_navcircle:focus div.wizard_navbox,
div#wizard_navcircle:focus-within div.wizard_navbox,
div#wizard_navcircle:hover div.wizard_navbox {
    display: block;
}

div#wizard_navcircle:hover {
    margin-right: 0;
    height: auto;
    overflow-y: visible;
}

div.wizard_navbox {
    position: absolute;
    z-index: 2000;
    padding: 0.8rem;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    background-color: #5E889A;
    right: 0;
    font-size: 0.9em;
	min-width: 250px;
}
@media (max-width: 768px) {
    div.wizard_navbox {
        max-width: 360px;
        overflow-x: auto;
    }
}
.wizard_navcircle_left div.wizard_navbox {
    left: 0;
    right: auto;
}

div.wizard_navbox a {
    color: #fff;
    background: #537888;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    font-size: 0.9em;
}
div.wizard_navbox a:hover {
    background: transparent;
    text-decoration: none;
    padding: 2px 2px 2px 5px;
    color: #ddd;
}

div#wizard_navcircle div.wizard_navbox_row {
    padding-bottom: 3px;
    font-weight: normal;
    position: relative;
    margin: 0;
    text-align: center;
    color: #5E889A;
    background-color: #5E889A;
    background: #5E889A;
    white-space: nowrap;
    text-align: left;
}
div.wizard_navbox_row li {
    display: block;
}

.inactive_row{
    padding: 2px 2px 2px 5px;
}

div#wizard_navcircle ul li h2 img {
    padding: 0 0 10px 4px;
}
/*  wizard_steptitle  */

div.wizard_steptitle {
    position: relative;
    text-align: center;
    width: 100%;
}
div.wizard_steptitle ul {
    list-style: none;
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: normal;
    width: 100%;
    float: left;
}
div.wizard_steptitle a,
div.wizard_steptitle h2 {
    margin: 2px;
    display: block;
    margin: 0;
}
div.wizard_steptitle h2 {
    display: inline;
    margin-top: 5px;
    background: transparent;
    font-size: 0.85em;
    color: #0FB7FF;
    font-weight: normal;
}
div.wizard_steptitle a {
    color: #fff;
    background: transparent;
    text-decoration: none;
}
div.wizard_steptitle a:hover {
    background: transparent;
    text-decoration: none;
}
div.wizard_steptitle a.steptitleactive {
    color: #f29400;
    display: inline;
    line-height: 15px;
    font-weight: normal;
}
div.wizard_steptitle a.steptitleactive:hover, div.wizard_steptitle a.steptitleinactive:hover {
    color: #fff;
    display: inline;
}
div.wizard_steptitle a.steptitleinactive {
    display: inline;
    line-height: 15px;
    font-weight: normal;
}
div.wizard_steptitle li {
    position: relative;
    margin: 0;
    padding: 0;
}
/*  wizard_step_info  */

div#wizard_step_info {
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    position: relative;
    display: inline-block;
    z-index: 200;
    width: 20px;
    height: 20px;
}
div#wizard_step_info ul {
    list-style: none;
    position: absolute;
    top: -1px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #333;
    text-align: left;
    font-weight: normal;
    overflow: visible;
}
div#wizard_step_info ul li {
    background-color: transparent;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 18px;
    width: 180px;
}
div#wizard_step_info ul:hover li, div#wizard_infotext_helpbox ul:hover li {
    display: block;
}
div.wizard_step_info {
    border: 1px solid #999;
    padding: 3px;
    background: #fff;
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
    color: #333;
}
/*  wizard_infotext  */

div#wizard_infotext {
    margin: 0;
    padding: 6px 6px 12px 6px;
    text-align: left;
    position: relative;
    top: 10px;	
}
div#wizard_infotext_helpbox {
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    position: relative;
    display: inline-block;
    z-index: 200;
    width: 10px;
    height: 10px;
}
div#wizard_infotext_helpbox ul {
    list-style: none;
    position: absolute;
    top: -1px;
    left: 2px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #333;
    text-align: left;
    font-weight: normal;
    overflow: visible;
}
div#wizard_infotext_helpbox ul li {
    position: absolute;
    left: 32px;
    top: -10px;
    width: 320px;
    margin: 0;
    padding: 0;
    display: none;
    background-color: transparent;
}

div.wizard_infotext div#wizard_infotext_helpbox {
    display: none;
}

div.wizard_infotext {
    background: #4383AA;
    border: 1px solid #3F8FC1;
    color: #FFF;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px 15px 10px 10px;
    text-align: left;
    width: auto;
	display: none;
}

div.wizard_boundary:hover div.wizard_infotext {
    display: block;
}

div.wizard_infotext_helpbox {
    border: 1px solid #999;
    padding: 10px;
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #333;
}
/*  wizard_actionbar  */

div.wizard_actionbar_boundary {
    background-color: #1571AA;
    color: #fff;
    float: none;
    margin: 10px 18px 20px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 99%;
    z-index: 999;
}
div.wizard_actionbar {
    padding: 8px 8px 4px;
}
div.wizard_actionbar_title {
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
}
div.wizard_actionbar_text {
    padding-bottom: 10px;
    color: #fff;
    font-size: 0.9em;
}
div.wizard_actionbar_help {
    padding-bottom: 10px;
    color: #fff;
    font-size: 0.9em;
}
/*  wizard_recorder  */

div.wizard_recorder_boundary {
    position: fixed;
    right: 30px;
    top: 40px;
    z-index: 9980;
    border: 1px solid #e3e3e3;
    padding: 0 5px;
    background-color: #fff;
    text-align: left;
    line-height: 1.9em;
}
div.wizard_recorder_left {
    float: left;
    padding-right: 10px;
}
div.wizard_recorder_right,
a.wizard_recorder_stop {
    float: right;
}
a.wizard_recorder,
a.wizard_recorder:link,
a.wizard_recorder:hover,
a.wizard_recorder:visited,
a.wizard_recorder:active,
a.wizard_recorder:focus {
    color: #fff;
}

div#wizard_step_info::before {
    content: "\f05a";
    font-family: "FontAwesome";
    color: #009ee0;
	font-size: 1.8rem;
}
.wizard_close > a::before {
    content: "\e23d";
    font-family: "umantis";
    color: #fff;
}
.wizard_close > a:hover {
    text-decoration: none;
}
.wizard_close img {
    display: none;
}


.wizard .icon.inextlist:before, .wizard .icon.iprevlist:before {
  content: "\f078";
}
.wizard .icon.inextlist, .wizard .icon.iprevlist {
  width: 100%;
  display: block;
  height: 133%;
  color: #fff;
  padding: 4px;
  padding-bottom: 0.8rem !important;
}

#wizardhelpdiv {
    position: absolute;
	top: 250px;
	right: 20px;
	width: 300px;
	max-height: 600px;
    z-index: 3000;
    background-color: #4383AA;
    border: 1px solid #4383AA;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.4);
	padding: 6px;
	color: #FFF;
	cursor: move;
	overflow: auto;
}

@media (max-width: 1024px) {
    #wizardhelpdiv {
        top: 115px;
    }
}

#wizardhelpclose {
    float: right;
    cursor: pointer;
}
#wizardhelpdivheader {
    cursor: move;
    z-index: 3000;
    background-color: #4383AA;
    color: #fff;
}

.wizard_header #page-specifics {
    top: 160%;
}