body {
    background: linear-gradient(to bottom, #f5f5f5 0%, rgba(255,255,255,0) 45rem), url(../images/digits.png);
    background-attachment: fixed;
}
.sign-header img {
/*    width: 146px; */
}
.logo, .side-bar:hover .logo.alternative {
    margin: 17px 0;
}
div.flash.info {
    background: #3f48cc;
}
.button {
    background-color: #b80000;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
}

span.error, small.error {
    background: #f47922;
}
.side-bar.hideme .logo.alternative {
    margin: 6px 0 0 6px;
}
@media only screen and (max-width: 800px) {
    .top-menu {
        background-color: #002a3a;
    }
    .logout, .logout:hover {
        background: url(../images/logout-white.png) no-repeat center center;
    }
    .top-menu .search-icon, .top-menu .search-icon:hover {
        background: url(../images/search-white.png) no-repeat center center;
    }
    .logo, .side-bar:hover .logo.alternative, .side-bar.hideme .logo.alternative {
        margin: 3px 0 0 6px;
    }
}
@media only screen and (max-width: 800px) {
    .top-menu .top-text a {
        color: #f47922;
    }
}
.ui-datepicker-today {
    background: #fcc !important;
}
