.rootwizard-adjust {
    padding: 0 0 0 0;
}

.nav-tabs > li > a, .nav-pills > li > a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #002953;
}

.pager li.previous.disabled {
    display: none;
}

.pager li.next.disabled {
    display: none;
}

.steps {
    overflow: hidden;
    font-family: "Open Sans",sans-serif;
}

.steps ul {
    list-style: none;
    padding: 0;
    margin: 20px -2% 30px;
    /* overflow: hidden; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:600px) {
    .steps ul {
        margin: 10px -4% 25px;
    }
}

@media (min-width:992px) {
    .steps ul {
        margin: 10px -7% 25px;
    }
}

.steps a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    padding-top: 8px !important; /* original padding-top: 5px; */
    padding-left: 11px !important; /* original  */
    margin: 0 auto;
    color: #FFF;
    font-size: 16px !important; /* original font-size: 16px; */
    font-weight: bold;
    text-align: center;
    background-color: #002953;
    z-index: 1; /* original  */
    cursor: default; /* original  */
}
/*
	.steps a:focus,
	.steps a:hover {
	outline: none;
	text-decoration: none;
	background-color: #03b9ac !important;
	}
*/
@media (min-width:600px) {
    .steps a {
        width: 36px;
        height: 36px;
        padding-top: 7px !important; /* original padding-top: 6px; */
        padding-left: 12px !important; /* original  */
        font-size: 20px !important; /* original font-size: 20px; */
    }
}

.steps li {
    text-align: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.steps li.inactief a {
    background-color: #b2b2b2;
}

.steps li.done a {
    background-color: #002953;
}

.steps li.last {
    margin-right: 0;
}

.steps li:not(.first) {
    position: relative;
}

.steps li:not(.first)::after {
    content: '';
    width: 100%;
    height: 5px; /* original height: 11px; */
    position: absolute;
    background-color: #002953;
    top: 12px; /* original top: 11px; */
    left: -50%;
    z-index: 0; /* original z-index: -1; */
}

@media (min-width:600px) {
    .steps li:not(.first)::after {
        top: 16px; /* original top: 15px; */
    }
}

.steps li:not(.first).inactief::after {
    background-color: #b2b2b2;
}

.steps__image {
    display: none;
}

@media (min-width:992px) {
    .steps__image {
        display: block;
    }
}

.steps-text {
    font-size: 13px;
    font-weight: 600;
    color: #b2b2b2;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 0;
}

@media (max-width: 600px) {
    .steps-text {
        font-size: 10px;
        bottom: 40px;
    }
}

.steps-text.active {
    color: #002953;
}
