html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    margin-bottom: 70px;
}

img.logo {
    height: 50px;
    margin-left: 5px;
    margin-right: 10px;
}

label.error {
    color: red;
}

label:empty {
    display: none;
}

input.error, select.error {
    border-color: red;
}

input, select {
    display: block;
    width: 100%;
}

.list-container .item-wrapper {
    position: relative;
    margin-top: 10px;
}

.list-container .item-wrapper a.close-link {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #bbbbbb;
}

.step {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    width: 100%;
}
.step li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 55px;
    padding: 0;
    width: 25%;
}
.step li.active a {
    color: #fff;
    background: none repeat scroll 0 0 #636362;
    position: relative;
}
.step li.active a:after {
    top: 100%;
    left: 50%;
    content: " ";
    border-top-color: #636362 !important;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid rgba(136, 183, 213, 0);
    margin-left: -10px;
}
.step li a {
    background: #EFF0F2;
    cursor: default;
    display: inline-block;
    height: 100%;
    color: #333;
    line-height: normal;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}

.step li a:hover {
    text-decoration: none;
}

.step li a span {
    display: block;
    padding: 5px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.lang-menu {
    margin-top: 10px;
    padding-left: 0px;
    list-style-type: none;
}

.lang-menu > li {
    display: inline-block;
}

.mt-10 {
    margin-top: 10px;
}

#person_gender input {
    float: left;
    width: 20px;
    margin-right: 10px;
}

#person_gender label {
    float: left;
    margin-right: 10px;
    font-weight: normal;
}

#person_privacyStatement {
    width: auto;
}
