﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');

html, body {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #1A1B19; /*matches the black at the bottom of the Altair background image*/
}

a, .btn-link {
    color: #0366d6;
}

h1, p > em, .loginLink {
    color: #fff !important;
    opacity: 0.9;
}

h1 {
    font-size: 2rem;
}

h5.confirmHeader{
    color: red;
    opacity: 0.75;
    margin-top: 2em;
}

ul {
    padding: 0;
    list-style-type: none;
}

.fletchDataTable {
    width: 100%;
}

.valid.modified:not([type=checkbox]) {
    /*outline: 1px solid #26b050;*/
}

.container-fluid {
    padding-left: 0 !important;
}

/* Error Popupp */

#blazor-error-ui {
    top: 0;
    left: 0;
    background-color: rgba(220, 145, 27, 0.25);
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

#blazor-error-content {
    height: 2.8em;
    background: white;
    border: 1px solid #DC911B;
    border-radius: 4px;
    margin: 45vh auto;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    width: 25em;
}

    #blazor-error-content div:first-child {
        float: left;
    }

    #blazor-error-content .dismiss {
        float: right;
        cursor: pointer;
        position: relative;
        right: 0;
        top: 0;
    }

    #blazor-error-content .dismiss:hover {
        opacity: 0.5;
    }

/* End Error Popup */

/*span [id*='MultiAction']:hover {
    cursor: pointer !important;
    opacity: 0.5 !important;
}*/

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    border-color: #0366d6;
    background: #0366d6;
    cursor: pointer;
    /*margin-top: -1px;*/
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 100px;
    border-color: #0366d6;
    background: #0366d6;
    cursor: pointer;
}

/* General View Stlyes */
.viewButtonContainer {
    margin: 1em 0 0 0;
}

.formButtonContainer {
    margin-top: 1em;
}

/* Modal Overloads */
.blazored-modal-header {
    padding: 0 0 1em 0 !important;
}

.modalWidth {
    width: 70vw;
    max-width: 90vw !important;
}

.modalNarrowWidth {
    width: 50vw;
}

/* Card Overloads */
.card {
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

/* Tab Overloads */
.nav-tabs .nav-link {
    color: #343a40 !important;
}

.nav-tabs .nav-link.active {
/*    color: #1b73ca !important;*/
    font-weight: 600;
}

.tableDisplay {
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}

.rowDisplay {
    display: table-row;
}

.cellDisplay {
    display: table-cell;
}

    .cellDisplay:first-child {
        padding: 0 2em;
    }

    .cellDisplay:last-child {
        padding-right: 2em;
    }

/* Side Bar Related Content */
.footerImg {
    width: 6em;
    display: block;
    margin: 1em auto 0 auto;
}

.dashCharts {
    border-radius: 8px;
    background-color: #fff;
}
