﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.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;
    }

.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."
    }

/*Styles for Confluence Content*/

.confluence-content {
    font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #172b4d;
}

    .confluence-content h1 {
        font-size: 1.65rem;
        font-weight: 600;
        margin: 2.2rem 0 1rem;
    }

    .confluence-content h2 {
        font-size: 1.35rem;
        font-weight: 600;
        margin: 1.75rem 0 0.8rem;
    }

    .confluence-content p {
        margin: 0.5rem 0 1.2rem;
    }

    .confluence-content a {
        color: #0052cc;
        text-decoration: none;
        font-weight: 500;
    }

        .confluence-content a:hover {
            text-decoration: underline;
        }

    .confluence-content ul,
    .confluence-content ol {
        padding-left: 1.6rem;
        margin: 0.5rem 0 1.5rem;
    }

    .confluence-content li {
        margin-bottom: 0.4rem;
    }

    .confluence-content input[type="text"] {
        padding: 0.6rem 2.4rem 0.6rem 0.8rem;
        font-size: 0.95rem;
        width: 100%;
        max-width: 320px;
        border: 1px solid #dfe1e6;
        border-radius: 4px;
        box-shadow: inset 0 0 0 1px rgba(9, 30, 66, 0.13);
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg fill='%2395aac0' viewBox='0 0 24 24' width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.71 20.29l-3.388-3.388A8.937 8.937 0 0019 11a9 9 0 10-9 9 8.937 8.937 0 005.902-1.678l3.388 3.388a1 1 0 001.414-1.414zM11 18a7 7 0 117-7 7.008 7.008 0 01-7 7z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.6rem center;
        background-size: 16px 16px;
    }

    .confluence-content .aui-message {
        padding: 1rem;
        border-radius: 4px;
        background-color: #deebff;
        border-left: 4px solid #0052cc;
        margin: 1.2rem 0;
        color: #172b4d;
        font-size: 0.95rem;
    }

    .confluence-content .search-macro {
        margin: 1.5rem 0;
    }

    .confluence-content .search-macro-fields {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .confluence-content .search-macro input[type="text"] {
        padding: 0.6rem 2.2rem 0.6rem 0.8rem;
        font-size: 1rem;
        width: 300px;
        border: 1px solid #dfe1e6;
        border-radius: 4px;
        box-shadow: inset 0 0 0 1px rgba(9, 30, 66, 0.13);
        background-color: white;
        background-repeat: no-repeat;
        background-position: right 0.8rem center;
        background-size: 20px;
    }

    .confluence-content .livesearch-macro-search-icon svg {
        position: absolute;
        margin-left: -28px;
        margin-top: 6px;
        pointer-events: none;
    }

    .confluence-content .confluence-information-macro-icon {
        margin-right: 0.75rem;
        font-size: 1.2rem;
        color: #0052cc;
    }

    .confluence-content .confluence-information-macro-body {
        flex: 1;
    }

    .confluence-content .recently-updated {
        margin-top: 2rem;
    }

        .confluence-content .recently-updated ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

    .confluence-content .update-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .confluence-content .update-item-icon {
        margin-right: 0.6rem;
        color: #0052cc;
    }

    .confluence-content .update-item-content a {
        font-weight: 500;
        color: #0052cc;
        text-decoration: none;
    }

        .confluence-content .update-item-content a:hover {
            text-decoration: underline;
        }

    .confluence-content .update-item-meta {
        font-size: 0.875rem;
        color: #5e6c84;
    }

    .confluence-content .more-link-container {
        margin-top: 1rem;
    }

    .confluence-content .more-link {
        font-weight: 500;
        color: #0052cc;
        text-decoration: none;
    }

        .confluence-content .more-link:hover {
            text-decoration: underline;
        }

    .confluence-content .livesearch-macro-search-icon {
        display: none;
    }

    .confluence-content .confluence-information-macro {
        position: relative;
        padding: 10px 10px 10px 40px;
        margin: 1em 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #F7F7F7;
        color: #333;
    }

        .confluence-content .confluence-information-macro > p.title {
            font-weight: bold;
            margin-bottom: 0.5em;
        }

        .confluence-content .confluence-information-macro.confluence-information-macro-information {
            background-color: #fcfcfc;
            border-color: #aab8c6;
        }

        .confluence-content .confluence-information-macro.confluence-information-macro-note {
            background-color: #fffdf6;
            border-color: #ffeaae;
        }

        .confluence-content .confluence-information-macro.confluence-information-macro-tip {
            background-color: #f3f9f4;
            border-color: #91c89c;
        }

        .confluence-content .confluence-information-macro.confluence-information-macro-warning {
            background-color: #fff8f7;
            border-color: #d04437;
        }

    .confluence-content .confluence-information-macro-icon:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .confluence-content .aui-iconfont-info:before {
        content: "\f05a";
        color: #4a6785;
    }

    .confluence-content .aui-iconfont-warning:before {
        content: "\f071";
        color: #FFD324;
    }

    .confluence-content .aui-iconfont-error:before {
        content: "\f06a";
        color: #d04437;
    }

    .confluence-content .aui-iconfont-approve:before {
        content: "\f058";
        color: #14892c;
    }

    .confluence-content .confluence-information-macro > p.title {
        display: inline-block;
        margin: 0 8px 0 0;
        font-weight: bold;
    }

    .confluence-content .confluence-information-macro > .confluence-information-macro-body {
        display: inline-block;
    }

    .confluence-content .search-macro {
        width: 100%;
    }

        .confluence-content .search-macro form,
        .confluence-content .search-macro-fields {
            width: 100%;
            display: flex;
            align-items: center;
            position: relative;
        }

    .confluence-content .search-macro-query {
        flex: 1;
        width: 100%;
        position: relative;
    }

        .confluence-content .search-macro-query input.text {
            width: 100%;
            box-sizing: border-box;
            padding-right: 2.4rem;
        }

    .confluence-content input.text {
        max-width: none !important;
    }

button.e-btn.e-dropdown-btn.custom-dropdown {
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    color: black !important;
    box-shadow: none !important;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-weight: normal !important;
    font-size: inherit !important;
    transition: background-color 0.2s ease;
}

    button.e-btn.e-dropdown-btn.custom-dropdown:hover,
    button.e-btn.e-dropdown-btn.custom-dropdown:focus {
        background-color: #f2f2f2 !important;
        border-color: #999 !important;
        color: black !important;
    }

.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
    padding-left: 13px !important;
}