div.dev-banner {
    width: 100%;
    background: #f00;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.tile-title .daily-timesheet-title{
    font-size: 16px;
}

.tile-title .daily-timesheet-title .fa .large-icon {
    font-size: 20px;
}

a.add-timesheet-comments {
    color: #cccccc;
    font-size: 12px;
}

span.comment-preview {
    font-size: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 125px;
}

span.daily-comment-preview {
    text-align: left;
    max-width: 400px;
}

.timesheet-heading {
    padding: 4px;
    margin: 0;
    font-size: 14px;
}

.timesheet-approval-status {
    font-size: 12px;
    display: block;
}

.weekend-hours-entry-field {
    background: #ADD8E6;
}

.holiday-hours-entry-field {
    background: #90EE90;
}

.list-metadata {
    color: #999999;
    font-size: 12px;
}

.delete-link, a.delete-link{
    color: #ff0000;
    font-size: 12px;
}

.material-half-bg .cover {
    background: #000000;
}

.login-banner-image {
    width: 100%;
    height: auto;
}

.btn-black {
    color: #eeeeee;
    background: #000000;
}

.btn-offset {
    margin-bottom: 20px;
}

.btn-top-offset {
    margin-top: 20px;
}

.offset-20 {
    margin-bottom: 20px;
}

.app-header {
    background: #b51e00;
}

.app-sidebar {
    background: #343538;
}

.app-header__logo, .app-sidebar__toggle {
    background: #343538 !important;
    color: #ffffff !important;
}

.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus, .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
    border-left-color: #b51e00;
}

ul.chargeCodeList {
    min-height: 3em;
    background-color: #E8E8E8;
    outline-width: 1px;
    outline-color: black;
}

ul.chargeCodeList > li > .fa-bars {
    font-size: 21px;
    float: right;
}

.drop-placeholder {
    background-color: lightgray;
    height: 3em;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.2em;
}

.overflow-tile {
    overflow: scroll;
}

.accordion .btn-link {
    color: #000000;
    text-decoration: none;
}
