@media (min-width: 992px) {
    .container {
        max-width: 1092px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1600px;
    }
}

.navbar {
    padding: 0.25rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}

#datatable th {
    text-align: center;
    vertical-align: middle;
}

table.dataTable thead>tr>th.sorting {
    padding-right: 20px;
}

.table td, .table th {
    padding: 0.5rem;
    vertical-align: middle;
}

#progressbar {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
    text-align: center;
}

#progressbar .active {
    color: #2EB135;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    z-index: 0;
}

#progressbar #step1:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f466";
    font-weight: 900;
}

#progressbar #step2:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0d1";
    font-weight: 900;
}

#progressbar #step3:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f474";
    font-weight: 900;
}

#progressbar #step4:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
    font-weight: 900;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    /*background: #673AB7;*/
    background: #2EB135;
}

.progress {
    height: 20px;
    margin-bottom: 30px;
}

.progress-bar {
    /*background-color: #673AB7;*/
    background-color: #2EB135;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.green-text {
    /*color: #673AB7;*/
    color: #2EB135;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}
