html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

#blazor-error-ui {
    z-index:9001!important;
    background-color:#b32121!important;
    color:#ffffff!important;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}



.text-danger{
    color: #e50000;
}
.text-info{
    color: #1b6ec2;
}
.text-success {
    color: #26b050;
}
.text-warning {
    color: #ff9f00;
}
.text-primary {
    color: #594AE2;
}
.text-light {
    color: #f8f9fa;
}
.text-dark {
    color: #343a40;
}

h1 {
    font-size: 2.5rem;
    font-weight: 300;
}
h2 {
    font-size: 2rem;
    font-weight: 300;
}
h3 {
    font-size: 1.75rem;
    font-weight: 300;
}
h4 {
    font-size: 1.5rem;
    font-weight: 300;
}
h5 {
    font-size: 1.25rem;
    font-weight: 300;
}











.marginRight5 { margin-right: 5px!important; }
.marginRight10 { margin-right: 10px !important; }
.marginRight15 { margin-right: 15px !important; }
.marginRight20 { margin-right: 20px !important; }
.marginRight25 { margin-right: 25px !important; }
.marginRight30 { margin-right: 30px !important; }
.marginRight35 { margin-right: 35px !important; }
.marginRight40 { margin-right: 40px !important; }
.marginRight45 { margin-right: 45px !important; }
.marginRight50 { margin-right: 50px !important; }
.marginTop5 { margin-top: 5px!important; }
.marginTop10 { margin-top: 10px !important; }
.marginTop15 { margin-top: 15px !important; }
.marginTop20 { margin-top: 20px !important; }
.marginTop25 { margin-top: 25px !important; }
.marginTop30 { margin-top: 30px !important; }
.marginTop35 { margin-top: 35px !important; }
.marginTop40 { margin-top: 40px !important; }
.marginTop45 { margin-top: 45px !important; }
.marginTop50 { margin-top: 50px !important; }
.marginLeft5 { margin-left: 5px!important; }
.marginLeft10 { margin-left: 10px !important; }
.marginLeft15 { margin-left: 15px !important; }
.marginLeft20 { margin-left: 20px !important; }
.marginLeft25 { margin-left: 25px !important; }
.marginLeft30 { margin-left: 30px !important; }
.marginLeft35 { margin-left: 35px !important; }
.marginLeft40 { margin-left: 40px !important; }
.marginLeft45 { margin-left: 45px !important; }
.marginLeft50 { margin-left: 50px !important; }
.marginBottom5 { margin-bottom: 5px!important; }
.marginBottom10 { margin-bottom: 10px !important; }
.marginBottom15 { margin-bottom: 15px !important; }
.marginBottom20 { margin-bottom: 20px !important; }
.marginBottom25 { margin-bottom: 25px !important; }
.marginBottom30 { margin-bottom: 30px !important; }
.marginBottom35 { margin-bottom: 35px !important; }
.marginBottom40 { margin-bottom: 40px !important; }
.marginBottom45 { margin-bottom: 45px !important; }
.marginBottom50 { margin-bottom: 50px !important; }

.padding5 { padding: 5px!important; }
.padding10 { padding: 10px !important; }
.padding15 { padding: 15px !important; }
.padding20 { padding: 20px !important; }
.padding25 { padding: 25px !important; }
.padding30 { padding: 30px !important; }
.padding35 { padding: 35px !important; }
.padding40 { padding: 40px !important; }
.padding45 { padding: 45px !important; }
.padding50 { padding: 50px !important; }

.paddingRight0 { padding-right: 0px!important; }
.paddingRight5 { padding-right: 5px!important; }
.paddingRight10 { padding-right: 10px !important; }
.paddingRight15 { padding-right: 15px !important; }
.paddingRight20 { padding-right: 20px !important; }
.paddingRight25 { padding-right: 25px !important; }
.paddingRight50 { padding-right: 50px !important; }

.paddingBottom0 { padding-bottom: 0px!important; }
.paddingBottom5 { padding-bottom: 5px!important; }
.paddingBottom10 { padding-bottom: 10px !important; }
.paddingBottom15 { padding-bottom: 15px !important; }
.paddingBottom20 { padding-bottom: 20px !important; }
.paddingBottom25 { padding-bottom: 25px !important;}
.paddingBottom50 { padding-bottom: 50px !important; }

.paddingLeft0 { padding-left: 0px!important; }
.paddingLeft5 { padding-left: 5px!important; }
.paddingLeft10 { padding-left: 10px !important; }
.paddingLeft15 { padding-left: 15px !important; }
.paddingLeft20 { padding-left: 20px !important; }
.paddingLeft25 { padding-left: 25px !important; }
.paddingLeft50 { padding-left: 50px !important; }

.paddingTop0 { padding-top: 0px !important; }
.paddingTop5 { padding-top: 5px!important; }
.paddingTop10 { padding-top: 10px !important; }
.paddingTop15 { padding-top: 15px !important; }
.paddingTop20 { padding-top: 20px !important; }
.paddingTop25 { padding-top: 25px !important; }
.paddingTop50 { padding-top: 50px !important; }


.fontWeight100 {
    font-weight: 100 !important
}
.fontWeight200 {
    font-weight: 200 !important
}
.fontWeight300 {
    font-weight: 300 !important
}
.fontWeight400 {
    font-weight: 400 !important
}
.fontWeight500 {
    font-weight: 500 !important
}
.fontWeight600 {
    font-weight: 600 !important
}
.fontWeight700 {
    font-weight: 700 !important
}
.fontWeight800 {
    font-weight: 800 !important
}
.fontWeight900 {
    font-weight: 900 !important
}

/*.table {
    --bs-table-bg: transparent!important;
    --bs-table-accent-bg: transparent!important;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
}
*/


.textDanger {
    color: #DC3545;
}

.textPrimary {
    color: #1b6ec2;
}


.textSuccess {
    color: #3DCB6C;
}

.textWarning {
    color: #FFB545;
}

.textInfo {
    color: #4A86FF;
}


.linkPrimary {
    color: #1b6ec2;
    cursor: pointer;
    text-decoration: none;
}

.linkDanger {
    color: #DC3545;
    cursor: pointer;
    text-decoration: none;
}

.linkSuccess {
    color: #3DCB6C;
    cursor: pointer;
    text-decoration: none;
}

.linkWarning {
    color: #FFB545;
    cursor: pointer;
    text-decoration: none;
}

.linkInfo {
    color: #4A86FF;
    cursor: pointer;
    text-decoration: none;
}

.linkDark {
    color: #424242;
    cursor: pointer;
    text-decoration: none;
}
    .linkGreyHover:hover {
        color: #424242;
        cursor: pointer;
        text-decoration: none;
    }



.linkGrey {
    color: #9ea0a8;
    cursor: pointer;
    text-decoration: none;
}
    .linkGreyHover:hover {
        color: #9ea0a8;
        cursor: pointer;
        text-decoration: none;
    }

.linkPrimaryHover:hover {
    color: #1b6ec2;
    text-decoration: underline;
}

.linkPurpleHover:hover {
    color: #8950FC;
    text-decoration: underline;
}

.linkDangerHover:hover {
    color: #DC3545;
    text-decoration: underline;
}

.linkSuccessHover:hover {
    color: #3DCB6C;
    text-decoration: underline;
}

.linkWarningHover:hover {
    color: #FFB545;
    text-decoration: underline;
}

.linkInfoHover:hover {
    color: #2196F3;
    text-decoration: underline;
}

.linkDarkHover:hover {
    color: #424242;
    text-decoration: underline;
}

.linkCursor {
    cursor:pointer;
}
.linkNotAllowed {
    cursor:not-allowed;
}

#loaderOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: not-allowed; /* Add a pointer on hover */
}

#loaderOverlayWhite {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: not-allowed; /* Add a pointer on hover */
}

#loaderText {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.labelWhite {
    color: white !important;
}

.ozadjeWarning {
    background-color: #FFF4DE !important;
}

.ozadjeDanger {
    background-color: #FFE2E5 !important;
}

.ozadjeSuccess {
    background-color: #C9F7F5 !important;
}

.font-weight-bold {
    font-weight:700;
}

body[b-html] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.4;
}

p[b-html] {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

td[b-html] {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: top;
}

ul[b-html] {
    display: block;
    list-style-type: disc;
    margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}

ul {
    list-style-type: circle!important;
}

ul ul[b-html] {
    list-style-type: circle;
}

ol[b-html] {
    padding-left: 0px;
    display: block;
    list-style-type: decimal;
    margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
    /*unicode-bidi: isolate;*/
}

li {
    display: list-item!important;
    text-align: -webkit-match-parent!important;
    unicode-bidi: isolate!important;
    margin-left: 25px!important;
    margin-bottom: 3px!important;
}

li[b-html] {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    margin-left: 25px;
    margin-bottom: 3px;
}

h1[b-html] {
    color: #ff0000;
}
.imgBorderTransparent {
    border: 3px solid transparent;
}
.imgBorderInfo {
    border: 3px solid #2196F3;
}
    .imgBorderInfoHover:hover {
        border: 3px solid #2196F3;
    }

.mudPurple {
    background-color: #594AE2 !important;
    color: #ffffff !important;
}

.mudPurpleHover:hover {
    background-color: #594AE2 !important;
    color: #ffffff !important;
}

.mudError {
    background-color: #FF3F5F !important;
    color: #ffffff !important;
}

.mudErrorHover:hover {
    background-color: #FF3F5F !important;
    color: #ffffff !important;
}

.mudSuccess {
    background-color: #3DCB6C !important;
    color: #ffffff !important;
}

.mudSuccessHover:hover {
    background-color: #3DCB6C !important;
    color: #ffffff !important;
}

.mudWarning {
    background-color: #FF9800 !important;
    color: #ffffff !important;
}

.mudWarningHover:hover {
    background-color: #FF9800 !important;
    color: #ffffff !important;
}

.textDanger {
    color: #DC3545;
}

.textPrimary {
    color: #1b6ec2;
}


.textSuccess {
    color: #3DCB6C;
}

.textWarning {
    color: #FFB545;
}

.textInfo {
    color: #4A86FF;
}

.linkHover:hover {
    cursor: pointer !important;
}

.linkUnderline {
    text-decoration: underline !important;
}

.linkUnderlineHover:hover {
    text-decoration: underline !important;
}

.textStrikethrough {
    text-decoration: line-through !important;
}

.textStrikethroughHover:hover {
    text-decoration: line-through !important;
}

.linkBold {
    font-weight: bold !important;
}

.linkBoldHover:hover {
    font-weight: bold !important;
}

.linkPrimary {
    color: #1b6ec2;
    cursor: pointer;
    text-decoration: none !important;
}

.linkPrimary {
    color: #594AE2;
    cursor: pointer;
    text-decoration: none !important;
}

.linkSecondary {
    color: #FF4081;
    cursor: pointer;
    text-decoration: none !important;
}

.linkTertiary {
    color: #1EC8A5;
    cursor: pointer;
    text-decoration: none !important;
}

.linkDanger {
    color: #DC3545;
    cursor: pointer;
    text-decoration: none !important;
}

.linkSuccess {
    color: #3DCB6C;
    cursor: pointer;
    text-decoration: none !important;
}

.linkWarning {
    color: #FFB545;
    cursor: pointer;
    text-decoration: none !important;
}

.linkInfo {
    color: #4A86FF;
    cursor: pointer;
    text-decoration: none !important;
}

.linkDark {
    color: #424242;
    cursor: pointer;
    text-decoration: none !important;
}

.linkGrey {
    color: #9ea0a8;
    cursor: pointer;
    /*text-decoration: none!important;*/
}

.linkPrimaryHover:hover {
    color: #594AE2;
    cursor: pointer;
    text-decoration: underline;
}

.linkSecondaryHover:hover {
    color: #FF4081;
    cursor: pointer;
    text-decoration: underline;
}

.linkTertiaryHover:hover {
    color: #1EC8A5;
    cursor: pointer;
    text-decoration: underline;
}

.linkPurpleHover:hover {
    color: #8950FC;
    cursor: pointer;
    text-decoration: underline;
}

.linkDangerHover:hover {
    color: #DC3545;
    cursor: pointer;
    text-decoration: underline;
}

.linkSuccessHover:hover {
    color: #3DCB6C;
    cursor: pointer;
    text-decoration: underline;
}

.linkWarningHover:hover {
    color: #FFB545;
    cursor: pointer;
    text-decoration: underline;
}

.linkInfoHover:hover {
    color: #2196F3;
    cursor: pointer;
    text-decoration: underline;
}

.linkDarkHover:hover {
    color: #424242;
    cursor: pointer;
    text-decoration: underline;
}

.linkDarkBoldHover:hover {
    color: #424242;
    cursor: pointer;
    font-weight: 700;
}

.linkCursor {
    cursor: pointer;
}

.linkNotAllowed {
    cursor: not-allowed;
}

.rightBlock {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

.rightInline {
    text-align: right;
}
.centerInline {
    text-align: center;
}

.rightGrid {
    display: grid;
    place-items: right;
    height: 100%;
}

.dialogBlur {
    backdrop-filter: blur(10px);
}