.main-footer {
    background: #fff;
    border-top: 1px;
    color: #869099;
    padding: 16px;
    position: relative;
    height: auto;
    width: auto;
    font-size: 16px;
}

.base-footer {
    background: #fff;
    border-top: 1px;
    color: #869099;
    padding: 16px;
    position: absolute;
    height: auto;
    font-size: 16px;
    margin-left: 0;
    bottom: 0;
}

.login-page .wrapper {
    min-height: 100vh;
    position: relative;
}

.float-right {
    float: right!important;
}

footer a {
    color: #007bff;
}

/* Breadcrumb color change to work with blue skin. */
.breadcrumb>.active {
    color: #fff;
}

/* Logo span has line height set in Sonata style CSS, this is to reset. */
.logo span {
    line-height: 50px;
}

/* Mini Logo span has problem with Sonata style, this overrides it. */
.logo span.logo-mini {
    width: auto;
}

/* Style the remaining days cell. */
.days-left {
    width: 100%;
    height: 100%;
    text-align: center;
}

.days-orange {
    background-color: #FFA500;
}

.days-red {
    color: white;
    background-color: #FF0000;
}