
#header h1 {
    margin:0;
}

#footer h3 {
    margin:0;
}

a {
    transition: none;
    border:none;
}

a:hover {
    border:none;
}

.nav-wizard > li {
    float: left;
}
.nav-wizard > li > a {
    position: relative;
    background-color: #eeeeee;
    font-size: 11pt;
    line-height: 1.4em;
}
.nav-wizard > li > a .badge {
    margin-left: 3px;
    color: #eeeeee;
    background-color: #175100;
}
.nav-wizard > li:not(:first-child) > a {
    padding-left: 34px;
}
.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;
}
.nav-wizard > li.done > a {
    background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
    border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
    border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:focus {
    color: #ffffff;
    background-color: #175100;
}
.nav-wizard > li.active > a:after {
    border-left-color: #175100;
}
.nav-wizard > li.active > a .badge {
    color: #175100;
    background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
    color: #777777;
}
.nav-wizard > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: #eeeeee;
    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;
    }
}

.vline-wrapper {
    top:-50px;
    position: relative;
    height: 250px;
    margin: 10px;
}

html.narrower .vline-wrapper {
    top:0;
    height:auto;
}

.vline-line {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    z-index: 1;
}

html.narrower .vline-line {
    width:100%;
    left: 0;
    height: 2px;
    top:53%;
    -webkit-transform: translate(0, -50%);
}

.vline-wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

html.narrower .vline-wordwrapper {
    height: auto;
    position: relative;
    display: inline-block;
    z-index: 2;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
}

.vline-word {
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font: bold 12px arial,sans-serif;
    background: #fff;
}

.tingaling-login > div:nth-child(1) > div {
    background-color: #ECF0FA;
    border-radius: 10px;
    padding-top: 50px !important;
    padding-bottom: 50px;
    text-align: center;
}

.tingaling-login > div:nth-child(3) > div {
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
}

.login-control-wrapper, .tingaling-login input {
    max-width: 350px;
}

.login-control-wrapper > a {
    float:right;
    display: block;
    margin-top: 4px;
    margin-right: 5px;
}

.login-control-wrapper {
    margin-right: 5px;
}

.tingaling-login > div:nth-child(2) {
    height:200px;
}

html.narrower .tingaling-login > div:nth-child(2) {
    height:auto;
}
