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;
}

.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;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


.margin0 {
    margin: 0px !important;
}

.margin5 {
    margin: 5px !important;
}

.margin10 {
    margin: 10px !important;
}

.margin15 {
    margin: 15px !important;
}

.margin20 {
    margin: 20px !important;
}

.margin25 {
    margin: 25px !important;
}

.margin30 {
    margin: 30px !important;
}

.margin35 {
    margin: 35px !important;
}

.margin40 {
    margin: 40px !important;
}

.margin45 {
    margin: 45px !important;
}

.margin50 {
    margin: 50px !important;
}


.marginRight0 {
    margin-right: 0px !important;
}

.marginRight5 {
    margin-right: 5px !important;
}

.marginRight15 {
    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;
}

.marginTop0 {
    margin-top: 0px !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;
}

.marginLeft0 {
    margin-left: 0px !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;
}

.marginBottom0 {
    margin-bottom: 0px !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;
}

.padding0 {
    padding: 0px !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
}

.bgGrey {
    background-color: #ECECEC !important;
}

.bgInfo {
    background-color: #4A86FF !important;
}

.textDanger {
    color: #DC3545;
}

.textPrimary {
    color: #1b6ec2;
}


.textSuccess {
    color: #3DCB6C;
}

.textWarning {
    color: #FFB545;
}
.textWarningHover:hover {
    color: #FFB545;
}

.textInfo {
    color: #4A86FF;
}

.textGrey {
    color: #C3C3C3;
}

.textDanger {
    color: #DC3545;
}

.textPrimary {
    color: #1b6ec2;
}


.textSuccess {
    color: #3DCB6C;
}

.textWarning {
    color: #FFB545;
}

.textInfo {
    color: #4A86FF;
}


.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: underline !important;
}
.linkDarkLineTrough {
    color: #424242;
    cursor: pointer;
    text-decoration: line-through !important;
}
.linkDarkDefault {
    color: #424242;
    cursor: pointer;
}

.linkGrey {
    color: #9ea0a8;
    cursor: pointer;
    text-decoration: none !important;
}

.linkPurple {
    color: #7925C7;
    cursor: pointer;
    text-decoration: none !important;
}

.linkOrange {
    color: #F7771D;
    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;
}

.linkGreyHover:hover {
    color: #9ea0a8;
    cursor: pointer;
    text-decoration: none !important;
}

.linkDarkBoldHover:hover {
    color: #424242;
    cursor: pointer;
    font-weight: 700;
}

.linkLine {
    text-decoration: line-through;
}

.linkCursor {
    cursor: pointer;
}

.linkNotAllowed {
    cursor: not-allowed;
}
.notAllowed {
    cursor: not-allowed;
    pointer-events: all !important;
}

#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: 2000; /* Mudblazor uporablja med 11000 in 16000*/
}

#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: 2000; /* Mudblazor uporablja med 11000 in 16000*/
}


#loaderText {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

a {
    text-decoration: none !important;
}


.mudWhite {
    background-color: #ffffff !important;
    color: #000000 !important;
}
    .mudWhite:hover {
        background-color: #EBEDF3 !important;
        color: #000000 !important;
    }

.mudDark {
    background-color: #424242 !important;
    color: #ffffff !important;
}

.mudDarkLight {
    background-color: #F0F0F0 !important;
    color: #000000 !important;
}

.mudDarkHover:hover {
    background-color: #424242 !important;
    color: #ffffff !important;
}


.mudDefault {
    background-color: #F0F0F0 !important;
    color: #000000 !important;
}

.mudInfo {
    background-color: #2196F3 !important;
    color: #ffffff !important;
}
.mudInfoLight {
    background-color: #E1F0FF !important;
    color: #3699FF !important;
}
.mudInfoHover:hover {
    background-color: #2196F3 !important;
    color: #ffffff !important;
}

.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;
}

.mudErrorLight {
    background-color: #FFE2E5 !important;
    color: #FF3F5F !important;
}


.mudErrorHover:hover {
    background-color: #FF3F5F !important;
    color: #ffffff !important;
}

.mudWarning {
    background-color: #FF9800 !important;
    color: #ffffff !important;
}

.mudWarningLight {
    background-color: #FFF4DE !important;
    color: #FEB722 !important;
}

.mudWarningHover:hover {
    background-color: #FF9800 !important;
    color: #ffffff !important;
}

.mudSuccess {
    background-color: #3DCB6C !important;
    color: #ffffff !important;
}

.mudSuccessLight {
    background-color: #C9F7F5 !important;
    color: #0ABB87 !important;
}

.mudSuccessHover:hover {
    background-color: #0ABB87 !important;
    color: #ffffff !important;
}

.textDanger {
    color: #e74c3c !important;
    text-decoration: none;
}

.texInfo {
    color: #0073E9 !important;
    text-decoration: none;
}

.textSuccess {
    color: #0abb87 !important;
    text-decoration: none;
}

.textWarning {
    color: #ffb822 !important;
    text-decoration: none;
}

.textPurple {
    color: #9370db !important;
    text-decoration: none;
}

.textPrimary {
    color: #3699ff !important;
    text-decoration: none;
}

.textLight {
    color: #f8f9fa;
    text-decoration: none;
}

.textDark {
    color: #343a40;
    text-decoration: none;
}

.borderWarning {
    border: 1px solid #ffb822;
}


.labelWhite {
    color: white !important;
}

.ozadjeWarning {
    background-color: #FFF4DE !important;
}

.ozadjeDanger {
    background-color: #FFE2E5 !important;
}

.ozadjeSuccess {
    background-color: #C9F7F5 !important;
}

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;*/
}

.mudPaginationmudPaginationLiNone {
    list-style-type: none !important;
    li

{
    margin-left: 0px !important;
}

}

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;
}



#mouse_over .meni {
    opacity: 0;
}

#mouse_over:hover .meni {
    opacity: 1;
}

.label {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: .8rem;
    background-color: #ebedf3;
    color: #3f4254;
    font-weight: 400;
    height: 20px;
    width: 20px;
    font-size: .8rem;
}

    .label.label-inline {
        width: auto;
    }

    .label.label-pill {
        border-radius: none;
    }

    .label.label-inline {
        width: auto;
        padding: .15rem .75rem;
        border-radius: .42rem;
    }

.labelDefault {
    color: #000000;
    background-color: #E1E1E1;
}

.labelPrimary {
    color: #ffffff;
    background-color: #3699FF;
}

.labelSecondary {
    color: #ffffff;
    background-color: #FF4081;
}

.labelTertiary {
    color: #ffffff;
    background-color: #3699FF;
}

.labelInfo, .label-info {
    color: #ffffff;
    background-color: #3699FF;
}

.labelDark, .label-dark {
    color: #ffffff;
    background-color: #181C32;
}

.labelSuccess, .label-success {
    color: #ffffff;
    background-color: #0ABB87;
}

.labelWarning, .label-warning {
    color: #ffffff;
    background-color: #FFB822;
}

.labelDanger, .label-danger {
    color: #ffffff;
    background-color: #E12E1C;
}

.labelPurple, .label-purple {
    color: #ffffff;
    background-color: #8950FC;
}


.badge {
    display: inline-block;
    padding: .5em .75em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .42rem;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}

.badge-info {
    color: #fff;
    background-color: #3699ff;
}

.badge-warning {
    color: #fff;
    background-color: #FFB822;
}

.badge-danger {
    color: #fff;
    background-color: #E74C3C;
}

.badge-success {
    color: #fff;
    background-color: #0ABB87;
}

.badge-purple {
    color: #fff;
    background-color: #9663FC;
}
/*.badge-primary {
    color: #fff;
    background-color: #;
}*/
.badge-dark {
    color: #fff;
    background-color: #181C32;
}



@media only screen and (min-width: 1600px) {
    .koledar-cols .col-1 {
        width: 14.285714285714285714285714285714% !important;
        *width: 14.285714285714285714285714285714% !important;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
        padding-left: 0px;
        padding-right: 0px;
        /*background-color: #F4F4F4;*/
    }

    .eight-cols .col-1 {
        width: 12.5% !important;
        *width: 12.5% !important;
        max-width: 12.5% !important;
        flex: none !important;
        padding-left: 0px;
        padding-right: 0px;
        /*background-color: #F4F4F4;*/
    }

    .prikazi-m {
        display: none;
    }

    .prikazi-d {
        /*        display:normal;
*/
    }

    .pisava {
        font-size: 14px;
    }

    .btn-m {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1599px) {
    .koledar-cols .col-1 {
        width: 25% !important;
        *width: 25% !important;
        max-width: 25% !important;
        flex: none !important;
        padding-left: 0px;
        padding-right: 0px;
        /*background-color: #F4F4F4;*/
    }

    .eight-cols .col-1 {
        width: 25% !important;
        *width: 25% !important;
        max-width: 25% !important;
        flex: none !important;
        padding-left: 0px;
        padding-right: 0px;
        /*background-color: #F4F4F4;*/
    }

    .prikazi-m {
        /*        display: normal;
*/
    }

    .prikazi-d {
        display: none;
    }

    .pisava {
        font-size: 12px;
    }

    .col-1-datumi {
        padding-bottom: 15px;
    }

    .btn-m {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 999px) {
    .koledar-cols .col-1 {
        width: 33.33% !important;
        *width: 33.33% !important;
        max-width: 33.33% !important;
        flex: none !important;
        padding-left: 0px;
        padding-right: 0px;
        /*background-color: #F4F4F4;*/
    }

    .prikazi-m {
        /*        display: normal;
*/
    }

    .prikazi-d {
        display: none;
    }

    .pisava {
        font-size: 12px;
    }

    .col-1-datumi {
        padding-bottom: 15px;
    }

    .btn-m {
        width: 50%;
        border-right: solid #ffffff 5px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 599px) {
    .koledar-cols .col-1 {
        width: 100% !important;
        *width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0px;
        padding-right: 0px;
        /*background-color: #F4F4F4;*/
    }

    .prikazi-m {
        /*        display: normal;
*/
    }

    .prikazi-d {
        display: none;
    }

    .pisava {
        font-size: 12px;
    }

    .col-1-datumi {
        padding-bottom: 15px;
    }

    .btn-m {
        width: 100%;
        border-right: solid #ffffff 5px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 399px) {
    .koledar-cols .col-1 {
        width: 100%;
        *width: 100%;
        max-width: 100% !important;
        flex: none !important;
        border-right: solid #ffffff 5px;
        padding-left: 0px;
        padding-right: 0px;
        /*background-color: #F4F4F4;*/
    }

    .prikazi-m {
        /*        display: normal;
*/
    }

    .prikazi-d {
        display: none;
    }

    .pisava {
        font-size: 12px;
    }

    .col-1-datumi {
        padding-bottom: 15px;
    }

    .btn-m {
        width: 100%;
        border-right: solid #ffffff 5px;
        margin-bottom: 15px;
    }
}


.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-xxl-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex: none !important;
    padding-left: 0px;
    padding-right: 0px;
}

.eight-cols .col-md-1,
.eight-cols .col-sm-1,
.eight-cols .col-xxl-1 {
    width: 12.5%;
    *width: 12.5%;
    max-width: 12.5% !important;
    flex: none !important;
    padding-left: 0px;
    padding-right: 0px;
}

.width50 {
    width: 50% !important;
}

.width60 {
    width: 60% !important;
}

.width70 {
    width: 70% !important;
}

.width80 {
    width: 80% !important;
}

.width90 {
    width: 90% !important;
}

.width100 {
    width: 100% !important;
}

.textEllipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 1.2em;*/
    white-space: nowrap;
}

/* Fix clipped inputs inside MudExpansionPanel (scoped to settings component) */
.settings-expansion-fix .mud-expansion-panel .mud-collapse-wrapper {
    overflow: visible !important; /* allow input outlines/auto-grow to extend fully */
}

.settings-expansion-fix .panel-content-pad {
    padding-bottom: 18px !important; /* extra breathing room so the last field isn’t tight to the edge */
}
/* Fix clipped inputs inside MudExpansionPanel (scoped to settings component) */
.settings-expansion-fix .mud-expansion-panel .mud-collapse-wrapper,
.settings-expansion-fix .mud-expansion-panel .mud-collapse-container {
    overflow: visible !important;
}

.settings-expansion-fix .panel-content-pad {
    padding-bottom: 18px !important;
}

th, td {
    vertical-align:top!important;
}

.label.label-inline {
    height: auto !important;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}


.centerBlock {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerInline {
    text-align: center;
}

.centerFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.rightBlock {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

.rightInline {
    text-align: right;
}

.rightGrid {
    display: grid;
    place-items: right;
    height: 100%;
}

.mudFullWidth {
    width: 100% !important;
}