html {
    position: relative;
    font-size: 14px;
    min-height: 100%;
}

a {
    color: seagreen;
    text-decoration: none !important;
}

body {
    margin-bottom: 60px;
    font-family: 'Raleway', sans-serif;
    color: #222;
}

h1 {
    font-size: 3rem;
    margin-bottom: 30px;
}

    h1 + small {
        margin-top: -30px;
        position: absolute;
        font-size: 12px;
        color: #888;
    }

h3 {
    color: #666;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

    h3:not(:first-child) {
        margin-top: 20px;
    }

h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1em;
}

.form-group {
    margin-bottom: 1rem;
}

.hours-summary {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

.alert-light {
    background-color: #f6f6f6;
    border-color: #eee;
}

.priority-low {
    color: dodgerblue;
}

.priority-high {
    color: darkred;
    font-weight: bold;
}

.priority-urgent {
    color: red;
    font-weight: bold;
    font-style: italic;
}

select {
    cursor: pointer;
}

textarea {
    height: 120px;
}

@media (min-width: 768px) {
    textarea {
        height: 250px;
    }
}

.text-right {
    text-align: right;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}

.container ul,
.container ul li {
    margin: 0;
    padding: 0;
}

    .container ul li {
        list-style: none;
        padding: 9px;
        border-bottom: 1px solid #eee;
    }

        .container ul li.alert:not(:first-of-type) {
            margin-top: 0.5em;
        }

        .container ul:last-child,
        .container ul li:last-child {
            margin-bottom: 0;
        }

        .container ul li:last-child {
            border-bottom: none;
        }

.list-actions {
    font-size: 12px;
    color: #888;
}

#client-select {
    width: 150px;
    float: right;
    margin-top: 8px;
}

#home-client-list a:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #ccc;
}

#todo-list li div:first-child {
    font-weight: bold;
}

#todo-list li div.completed {
    color: #ccc;
    text-decoration: line-through;
}

#todo-list li div.overdue {
    color: #ff0000;
    font-weight: bold;
}

.task-due {
    color: darkred;
}

#client-stats {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

#edit-note-form textarea {
    height: 300px;
}

@media (max-width: 575px) {

    .side-form {
        margin-top: 1rem;
    }
}

.side-form textarea,
.side-form select,
.side-form input[type=text],
.side-form input[type=number] {
    display: block;
    width: 100%;
}

.float-right {
    float: right;
}

li .hours {
    font-weight: bold;
    color: seagreen;
}
