﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: "MrEavesXLModOT-Reg";
    src: url("../fonts/MREavesXLMod/MrEavesXLModOT-Reg.ttf");
}
@font-face {
    font-family: "MrEavesXLModOT-Bold";
    src: url('../fonts/mreavesxlmod/mreavesxlmodot-bold.ttf') format('truetype');
}
html, body {
    font-family: 'MrEavesXLModOT-Reg','Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: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;
    }

.autocomplete-suggestions {
    width: 100%;
    z-index: 1;
    overflow: auto;
    font-size: 0.7rem !important;
    box-shadow: 0 12.8px 28.8px rgba(0,0,0,0.13), 0px 0px 9.2px rgba(0,0,0,0.11);
    background: #FFFFFF;
    padding: 4px 0;
    margin-top: 4px;
    max-height: 328px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.1s ease-out;
    position: relative;
}
.btnCancel, .btnCancel:hover {
    box-sizing: border-box !important;
    height: 36px !important;
    width: 100px !important;
    border-radius: 4px !important;
    border: 1px solid #041F5A !important;
    color: #041F5A !important;
    font-family: MrEavesXLModOT-Bold, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    background-color: #ffffff !important;
}

.btnSave, .btnSave:hover {
    border: none !important;
    color: #172741 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    background-color: #FFDA00 !important;
    border-radius: 3px !important;
    width: 150px !important;
}

.btnDone, .btnDone:hover {
    border: none !important;
    color: #172741 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    background-color: #FFDA00 !important;
    border-radius: 5px !important;
    width: 150px;
    padding: 1em !important;
}

.chkCircle {
    color: #6EC34B !important;
    width: 53px !important;
    height: 53px !important;
    font-size: 50px !important;
}

.smallSavebutton, .smallSavebutton:hover {
    width: 100px !important;
    height: 36px !important;
}
    .autocomplete-suggestions.visible {
        display: block;
        max-height: 328px;
        opacity: 1;
    }

    .autocomplete-suggestions.hide {
        display: none;
    }

    .autocomplete-suggestions div[role=option] {
        display: grid;
        padding: 0 14px;
        align-items: center;
        height: 40px;
        margin: 0 4px;
        color: #2B2B2B;
        line-height: 20px;
        border-radius: 2px;
        border: 2px solid transparent;
        position: relative;
    }

        .autocomplete-suggestions div[role=option]:hover {
            cursor: pointer;
            background: #F2F2F2;
        }

        .autocomplete-suggestions div[role=option]:active {
            background: #EDEDED;
        }

        .autocomplete-suggestions div[role=option]:after {
            position: absolute;
            right: 14px;
        }
.autocomplete-box {
    display: block;
    width: 50rem;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
    box-shadow: 0 0 2px 0.3px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    border-radius: var(--container-border-radius);
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    outline: none !important;
    margin-top: 15px;
}

    .autocomplete-box:focus {
        outline: none;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    }

    .autocomplete-box::placeholder {
        color: silver;
    }

    .autocomplete-box.invalid {
        border: 2px solid red;
    }

@media (min-width: 700px) and (max-width: 991.98px) {
    .autocomplete-box {
        font-size: 1rem !important;
        width: 40rem !important;
    }

    .width-50 {
        width: 70% !important;
    }
}
.autocomplete-box {
    font-size: 0.8rem !important;
    width: 18rem !important;
}

@media (min-width: 400px) and (max-width: 740px) {
    .category-tile, .key-category-tile {
        width: 10rem !important;
    }

    .labelCenter {
        font-size: 1rem !important;
    }

    .autocomplete-box {
        font-size: 1rem !important;
        width: 21rem !important;
    }

    .autocomplete-suggestions {
        font-size: 1rem !important;
    }
}
@media (min-width: 400px) and (max-width: 740px) {
    .category-tile, .key-category-tile {
        width: 10rem !important;
    }

    .labelCenter {
        font-size: 1rem !important;
    }

    .autocomplete-box {
        font-size: 1rem !important;
        width: 21rem !important;
    }

    .autocomplete-suggestions {
        font-size: 1rem !important;
    }
}