@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root
{
    --application-max-width: auto;
    --timesheets-max-width: 1100px;
    --screen-header-height: 319px;
    --btn-font-size: 18px;
}

.form-control, .form-select
{
    border: 1px solid #b8b8b8 !important;
    height: 48px;
    color: #51215C;
}

.form-control-indented
{
    padding-left: 48px;
}

.form-select-indented
{
    padding-left: 48px;
}
.form-control-comments
{
    height:96px;
}

button:disabled
{
    color: black !important;
}
.border-danger
{
    --bs-border-opacity: 1;
    border-color: #fd8686 !important;
    border-width: 2px;
}

.border-primary
{
    border-color: #804D99 !important;
}
.border-success
{
    border-color: #68bf8d !important;
}

.bg-primary
{
    background-color: #51215C !important;
}

html, body
{
    font-family: Arial, Regular;
    max-width: var(--application-max-width);
    margin: auto;
}

h3
{
    font-family: Arial, Regular;
    font-weight: 500;
    color: rgb(51,51,51);
}

h1:focus {
    outline: none;
}

a
{
    color: #9c27b0;
    text-decoration: none;
    font-size: 12pt;
}

input, select, textarea, dxbl-memo-editor
{
    border-color: #51215C !important;
}

.btn
{
    height:48px;
    font-size: 18px !important;
}

.btn-link, .btn-outline-link
{
    box-shadow: none !important;
    color: #804D99 !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 12pt;
}
    .btn-link:hover, .btn-link:active, .btn-link:focus-visible
    {
        color: #03a9f4 !important;
    }
    .btn-link:disabled, .btn-link.disabled
    {
        color: gray !important;
    }
.btn-outline-link
{
    border-color: #0d6efd !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
    .btn-outline-link:hover, .btn-outline-link:active, .btn-outline-link:focus-visible
    {
        background-color: #e7f1ff !important;
    }
    .btn-outline-link:disabled, .btn-outline-link.disabled
    {
        border-color:gray !important;
        color: gray !important;
    }


.btn-primary-purple
{
    background-color: #804D99 !important;
    color: white !important;
    font-size: var(--btn-font-size);
    font-weight: bold !important;
}
    .btn-primary-purple:hover, .btn-primary-purple:active, .btn-primary-purple:focus-visible
    {
        background-color: #673e7b !important;
    }

.btn-primary
{
    background-color: #F7A711;
    color: #51215C !important;
    border-color: #F7A711 !important;
    font-size: var(--btn-font-size);
    font-weight: bold !important;
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus-visible
    {
        background-color: #fabb46 !important;
        color: #51215c !important;
    }
    .btn-primary:disabled, .btn-primary.disabled
    {
        background-color: #e9e3ea !important;
        border-color: gray !important;
        color: gray !important;
    }

.btn-outline-primary
{
    background-color: white;
    color: #51215c;
    border-color: #51215c !important;
    font-size: var(--btn-font-size);
}

    .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus-visible
    {
        background-color: #9c45b01c !important;
        color: inherit !important;
    }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled
    {
        background-color: inherit !important;
        color: gray !important;
        border-color: #afacb0 !important;
    }

.btn-secondary, .dxbl-btn-secondary
{
    background-color: #dedede;
    color: #51215C !important;
    border-color: #dedede !important;
    font-size: var(--btn-font-size);
    font-weight: bold !important;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus-visible
    {
        background-color: #e9e6e6 !important;
        color: #804D99 !important;
    }

    .btn-secondary:disabled, btn-secondary.disabled
    {
        background-color: #e9e3ea !important;
        color: gray !important;
    }

.btn-outline-secondary
{
    background-color: white;
    color: #6c757d;
    border-color: #6c757d !important;
    font-size: var(--btn-font-size);
}

    .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus-visible
    {
        background-color: #e9e6e6 !important;
        color: black !important;
    }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled
    {
        background-color: #e9e3ea !important;
        color: gray !important;
    }


.btn-info
{
    color: white;
    background-color: deepskyblue;
    border-color: deepskyblue !important;
    font-size: var(--btn-font-size);
}

    .btn-info:hover, .btn-info:active, .btn-info:focus-visible
    {
        color: deepskyblue !important;
        background-color: floralwhite !important;
    }
    .btn-info:disabled, .btn-info.disabled
    {
        color: deepskyblue !important;
        background-color: #00bfff1f !important;
    }


.btn-outline-info
{
    color: deepskyblue !important;
    background-color: white !important;
    border-color: deepskyblue !important;
    font-size: var(--btn-font-size);
}
    .btn-outline-info:hover
    {
        color: deepskyblue !important;
        background-color: floralwhite !important;
    }
    .btn-outline-info:disabled, .btn-outline-info.disabled
    {
        color: #00bfff91 !important;
        background-color: white !important;
        border-color: #00bfff91 !important;
    }

.btn-light
{
    background-color: #9774d5;
    color: white;
    border-color: #9774d5 !important;
    font-size: var(--btn-font-size);
}

    .btn-light:hover, .btn-light:active, .btn-light:focus-visible
    {
        background-color: #9774d566 !important;
        color: #5108e7 ;
    }

    .btn-light:disabled, btn-light.disabled
    {
        background-color: #9774d5 !important;
        color: white !important;
    }

.btn-outline-light
{
    background-color: white;
    color: #9774d5;
    font-size: var(--btn-font-size);
    border-color: #9774d5 !important;
}
    .btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus-visible
    {
        background-color: #9774d53d;
        color: #9774d5 !important;
        border-color: #9774d5 !important;
    }
    .btn-outline-light:disabled, btn-outline-light.disabled
    {
        background-color: rgba(34,34,34,.125);
        color: #b5a0d8 !important;
        border-color: #9774d5 !important;
    }


.btn-warning
{
    color: black;
    font-size: var(--btn-font-size);
}
    .btn-warning:disabled, btn-warning.disabled
    {
        color: #706d6d !important;
        border-color: #f59090 !important;
    }

.btn-outline-warning
{
    color: #e9ae00 !important;
    border-color: #e9ae00 !important;
}
    .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus-visible
    {
        color:black !important;
    }

.btn-outline-warning:disabled, btn-outline-warning.disabled
{
    color: #706d6d !important;
    background-color: #dfdbdb4d;
    border-color: #ffd968 !important;
}

.btn-danger
{
    font-size: var(--btn-font-size);
    color: white !important;
    border:none !important;
}
.btn-danger:disabled, btn-danger.disabled
{
    color: #e4e2e2 !important;
}

.btn-outline-danger
{
    background-color: white;
    font-size: var(--btn-font-size);
}
    .btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger:focus-visible
    {
        background-color: #dc3545 !important;
        color: white !important;
        border-color: white !important;
    }
    .btn-outline-danger:disabled, btn-outline-danger.disabled
    {
        background-color: rgba(34,34,34,.125);
        color: #f59090 !important;
        border-color: #f59090 !important;
    }

.btn-success:disabled, btn-success.disabled
{
    background-color: #ddf1e7 !important;
    color: #737272 !important;
}

.btn-outline-success
{
    background-color: white;
    font-size: var(--btn-font-size);
}
    .btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:focus-visible
    {
        background-color: #198754 !important;
        color: white !important;
        border-color: white !important;
    }
    .btn-outline-success:disabled, btn-outline-success.disabled
    {
        background-color: rgba(34,34,34,.125);
        color: #56806d !important;
    }


.btn-dark
{
    color: white !important;
    font-size: var(--btn-font-size);
}
    .btn-dark:disabled, btn-dark.disabled
    {
        color: #ffffffc2 !important;
        background-color: #6c6c6c !important;
        border-color: #ffffffc2 !important;
    }

.btn-outline-dark
{
    color: black;
    font-size: var(--btn-font-size);
}

    .btn-outline-dark:disabled, btn-outline-dark.disabled
    {
        background-color: lightgray !important;
        color: #6c757d !important;
        border-color: #6c757d !important;
    }


.text-primary
{
    color: #89359c !important;
}
.text-info
{
    color: #0d6efd !important;
}

.link-info
{
    color: #0d6efd !important;
}
    .link-info:focus, .link-info:focus-visible, .link-info:hover
    {
        color: #4d95ff !important;
    }

.text-warning
{
    color: #e9ae00 !important;
}
.text-light
{
    color: #9774d5 !important;
}
.text-submitted
{
    color: #fd7e14 !important;
}
.text-success
{
    color: #198754 !important;
}

.text-approved
{
    color: #198754 !important;
}

.text-rejected
{
    color: #dc3545 !important;
}
.alert-submitted
{
    background-color: #ffce72 !important;
    color: #731c00 !important;
}

.content {
    padding-top: 1.1rem;
}
.required-input-field
{
    border:3px solid #ffb8b8 !important;
}

.invalid {
    outline: 1px solid red;
}

.input-group-text
{
    background-color: #51215C !important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
    font-size: 14pt;
}

    .input-group-text.bi-eye-slash
    {
        background-color: #51215C !important;
    }
    .input-group-text.bi-eye
    {
        background-color: #F7A711 !important;
    }


.form-label
{
    font-weight: bold;
    color: #89359c;
    font-size: 14px;
}

.nav-link-caption
{
    font-size: 15pt;
}
.page-nav-icon
{
    width:56px;
}

.screen-title
{
    font-size: 15pt !important;
}
.fixed-bottom-container
{
    /*min-height: 88px;*/
    padding: 5px;
    background-color: #d1d1d1;
}

.accordion-item
{
    margin-bottom: 15px !important;
}
.accordion-button
{
    background-color: #51215C;
    height: 5px;
    font-size: inherit;
    color: white;
}

.accordion-button::after
{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed)
{
    background-color: #F7A711;
}

.accordion-button:focus
{
    box-shadow: 0 0 0 0.0rem rgba(247, 167, 17, 0.25)
}

    .accordion-button.collapsed > span .timesheetinquiry-accordionitem-totaltimesheets
    {
        color: #F7A711;
    }
    .accordion-button:not(.collapsed) span .timesheetinquiry-accordionitem-totaltimesheets
    {
        color: purple;
    }

.oi
{
    color: #89359c;
}

.bg-rejected
{
    background-color: #dc3545;
}


#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }




