@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
:root {
    --white: #ffffff;
    --primary: #007bff;
    --mud-palette-primary: #007bff !important;
    --mud-palette-primary-darken: #1861ac !important;
}
 
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.top-navbar {
    background-color:var(--primary);
}

.top-navbar-menu {
    background-color: var(--primary);
    color:var(--white);
}


.drawer-border {
    border: 1px solid #c4c4c4;
}

.mud-table-container table th,
.mud-table-container table td {
    width: auto !important;
    white-space: nowrap;
    min-width: 80px;
}

/* Eliminate margin bottom for checkbox on table*/
table td .mud-checkbox {
    margin-bottom: 0 !important;
}

/* Table row selection */
.selected {
    background-color: var(--mud-palette-primary) !important;
}

    .selected > td {
        color: white !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }


.lower-pricesqft:first-child {
    border-left: 4px solid var(--mud-palette-success);
}

.higher-pricesqft:first-child {
    border-left: 4px solid var(--mud-palette-error);
}

.selected .higher-pricesqft {
    background-color: #FBB4AF !important;
}

    .selected .lower-pricesqft {
        background-color: #B4FFD3 !important;
    }

.selected .higher-pricesqft span {
    color: black !important;
}

.selected .lower-pricesqft span {
    color: black !important;
}

.selected .higher-pricesqft .mud-icon-root {
    color: var(--mud-palette-primary) !important;
}

.selected .lower-pricesqft .mud-icon-root {
    color: var(--mud-palette-primary) !important;
}

.page-separator {
    height: 1px;   
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='1' stroke-dasharray='6%2c 14' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
}

/** No javascript css**/
.no-javascript {
    height: 100vh;
    width: 100%;
    text-align: center;
    padding: 0;
    background: #C2203A;
    color: #fff;
    margin-bottom: -100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-javascript-div {
    display: block;
    width: 700px;
    padding: 50px;
    margin: 0 auto;
    font-family: Open Sans !important;
    font-weight: 100 !important;
    font-size: 20px !important;
}

    .no-javascript-div img {
        margin-bottom: 50px;
    }

    .no-javascript-div h1 {
        font-size: 50px !important;
        font-weight: 100 !important;
        text-align: center !important;
        margin-bottom: 40px;
    }

.small-input {
    height: 25px !important;
}

.small-label {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.reset-margin-bottom {
    margin-bottom: 0 !important;
}


/* Anonymous Page */
.anonymous-container {
    height: 100vh;
    width: 100%;
    text-align: center;
    padding: 0;
    background: url('/images/atech-home-min.jpg');
    color: var(--dark);
    margin-bottom: -100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anonymous-div {
    display: block;
    width: 700px;
    padding: 50px;
    margin: 0 auto;
    font-family: Open Sans !important;
    font-weight: 100 !important;
    font-size: 20px !important;
    margin-bottom: 10%;
}

.anonymous--div img {
    margin-bottom: 50px;
}

.anonymous--div h1 {
    font-size: 50px !important;
    font-weight: 100 !important;
    text-align: center !important;
    margin-bottom: 40px;
}
