#header {
    background-color: #1c96ab;
}
#header #site-name a {
    color: #fff;
}
#header #user-tools a {

}
#header #user-tools a:hover {
    text-decoration: underline;
}
#header #user-tools button {
    background-color: #1c96ab;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    border: 0;
    width: auto;
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-family: "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* display: none; */
}
#header #user-tools button:hover {
    border-bottom: 1px solid white;
}
div.breadcrumbs {
    font-size: 14px;

    div#nav-menu {
        float: right;
        a {
            text-decoration: none;
        }
        a.button {
            text-decoration: none;
        }
    }

    a {
        &.active {
            color: var(--header-color);
        }
    }
}
subnav {
    float: right;
    @media (max-width: 1200px) {
        display: none;
    }
}
div.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    img {
        width: 50%;
    }
}
#content {
    font-size: 14px;
}


main.content div#content {
    div.actions a, div.actions a.button {
        text-decoration: none;
    }
    a.button {
        text-decoration: none;

    }
}

strong {
    &.inactive {
        color: var(--body-quiet-color);
    }
    &.strikethrough {
        text-decoration: line-through;
    }
}

table {
    &.width-100 {
        width: 100%;
    }
    &.margin-bottom {
        margin-bottom: 30px;
    }
    &.margin-bottom-large {
        margin-bottom: 60px;
    }
    thead {
        tr {
            th {
                font-size: 14px;
                background-color: var(--darkened-bg);
                color: var(--dca-gray-super-lightest);
            }
        }
    }
    tbody {
        tr {
            th {
                font-size: 14px;
            }
            td {
                font-size: 14px;
            }
            &.inactive {
                color: #ddd;
            }
            &.active {
                background-color: #FCFEDA;
            }
            &.hover:hover {
                background-color: var(--hairline-color);
            }
        }
    }
    tr {
        th {
            font-weight: bold;
        }
        th, td {
            &.active {
                background-color: #FCFEDA;
            }
            &.id {
                width: 10px;
            }
            &.cb {
                width: 30px;
            }
            &.date {
                width: 150px;
            }
            &.width-50 {
                @media (min-width: 1200px) {
                    width: 50px;
                }
            }
            &.width-100 {
                @media (min-width: 1200px) {
                    width: 100px;
                }
            }
            &.width-150 {
                @media (min-width: 1200px) {
                    width: 150px;
                }
            }
            &.width-250 {
                @media (min-width: 1200px) {
                    width: 250px;
                }
            }
            &.width-500 {
                @media (min-width: 1200px) {
                    width: 500px;
                }
            }
            &.status-green {
                color: green;
            }
            &.status-orange {
                color: orange;
            }
            &.status-red {
                color: red;
            }
            &.border-right {
                border-right: 1px solid rgb(232, 232, 232);
            }
            &.border-left {
                border-left: 1px solid #333;
            }
            &.right {
                text-align: right;
            }
            &.center {
                text-align: center;
            }
            &.desktop {
                @media (max-width: 1200px) {
                    display: none;
                }
            }
            &.mobile {
                @media (min-width: 1200px) {
                    display: none;
                }
            }
        }
        &.desktop {
            @media (max-width: 1200px) {
                display: none;
            }
        }
    }
}

@media (max-width: 1200px) {
}
@media (min-width: 1200px) {
    div.flex-row {
        display: flex;
        gap: 50px;
        
        div.flex-col {
            flex: 1;
        }
    }
}

ul li {
    font-size: 14px;
}
ul.button-list {
    list-style: none;
    margin: 0;
    padding: 0;

    li.button-list-item {
        list-style: none;
        padding-bottom: 5px;
    }
}

div.quote {
    background-color: var(--darkened-bg);
    padding: 20px;
    margin-bottom: 30px;
}
  
div.filter {
    background-color: var(--darkened-bg);
    padding: 20px;
    margin-bottom: 30px;
    ul {
        margin: 0 0 0 20px;
        padding: 0;
        li {
            margin: 0;
            padding: 0;
        }
    }

    @media (max-width: 1200px) {
        margin-left: -15px;
        margin-right: -15px;
    }
    @media (min-width: 1200px) {
        border-radius: 6px;
        border: 1px solid var(--dca-white);
    }
}

img.dashboard-icon {
    width: 20px;
}

form {
    input, textarea {
        font-size: 14px;
        width: calc(100% - 20px);
    }
    input[type=checkbox] {
        width: auto;
    }
    input[type=submit], select {
        font-size: 14px;
        width: calc(100% - 5px);
    }
    input[type=submit].error {
        background-color: rgb(164, 21, 21);
    }
    textarea {
        font-size: 14px;
        height: 150px;
    }
}

div.desktop, span.desktop {
    @media (max-width: 1200px) {
        display: none;
    }
}
div.mobile, span.mobile {
    @media (min-width: 1200px) {
        display: none;
    }
}

div.actions {
    &.desktop {
        @media (max-width: 1200px) {
            display: none;
        }
    }
    @media (max-width: 1200px) {
        text-align: center;
        background-color: var(--breadcrumbs-fg);
        padding-top: 15px;
        margin: -15px;
        height: 35px;
        margin-bottom: 20px;
    }
    @media (min-width: 1200px) {
        float: right;
    }
}

.canvas_row {
    gap: 50px;
}

img.icon-large {
    margin-top: 5px;
    width: 20px;
}

div#charts_div {
    margin-bottom: 30px;
}
a > span.fas, a > span.far, a > span.fa, a > span.fab {
    margin-right: 2px;
}
div#content {
    td {
        a {
            border-bottom: 0px;
            text-decoration: none;
            &.status-red {
                color: red;
            }
            &.status-orange {
                color: orange;
            }
            &.status-green {
                color: green;
            }
            &:hover {
                text-decoration: underline;
            }
        }
    }
}
a.link {
    border-bottom: 1px dashed #264b5d;
}
a.link:hover {
    border-bottom: 1px solid #264b5d;
}

a.button.success {
    background-color: green;
    &:hover { opacity: 80%; }
}
a.button.error {
    background-color: #ba2121;
    &:hover { opacity: 80%; }
}
a.button.alert {
    background-color: #E69D2E;
    &:hover { background-color: #EEB532; }
}
a.button.active {
    background-color: #1c96ab;
    &:hover { opacity: 80%; }
}
a.button.desktop {
    @media (max-width: 1200px) {
        display: none;
    }
    @media (min-width: 1200px) {
    }
}
