﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

* {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

body {
    background-color: #f3f8fb;
}
.page {
    min-height:100vh;
}

.e-toolbar .e-toolbar-items {
   
    background-color: transparent;
}
#header-nav {
    position: sticky;
    top:0;
    left:0;
    width: 100% !important;
    height: 50px !important;
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    transition: box-shadow 0.5s linear, backdrop-filter 0.5s linear;
}
.scrolled-toolbar {
    height: 50px !important;
    position: fixed;
    width: 100% !important;
    z-index: 10000;
    padding: 0;
    margin: 0;
    border: 0;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}
.uputstva-icon {
    font-size: 30px;
    transition-duration: 0.2s;
    background-color: transparent;
    border-radius: 14px;
    font-weight: 700;
    border: none;
}
.custom-card-generisi {
    position: sticky;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 20%;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 20px 8px #d0d0d0;
}
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: rgba(0, 0, 0, 0.05);
}

.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
    font-weight: bold;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left), .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, .e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
    border-color: #d3d3d3;
}

.e-float-input input, .e-float-input textarea, .e-float-input.e-control-wrapper input, .e-float-input.e-control-wrapper textarea {
    border-bottom-color: #d3d3d3
}

.rowcolor-storniran {
    background-color: #ffb3ad;
}

.rowcolor-hitno {
    background-color: #fdc95ec7;
}

.custom-header-title {
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    width: 100%;
    margin-bottom: -8px;
    padding-bottom: 10px;
    padding-top: 2px;
    background-color: #F7F7F7;
}

.custom-header-text {
    color: #717685;
    font-size: 21px;
    text-align: center;
    color: #1D5E91;
    font-weight: bold;
}



.e-icons {
    font-family: "e-icons" !important;
}

.dx-checkbox-icon {
    font-family: DXIcons !important;
}

.dx-dropdowneditor-icon {
    font-family: DXIcons !important;
}

.oi {
    font-family: Icons !important;
}

.e-multi-select-wrapper .e-chips-close {
    font-family: "e-icons" !important;
}


h1:focus {
    outline: none;
}




a:hover {
    color: #3C4048;
}

.e-info btn btn-primary {
    border: 10px solid;
    margin-bottom: 3%;
    margin-left: 4%;
}

.custom-izmijeni {
    background-color: #F3F7FB;
    color: #1D5E91 !important;
}

    .custom-izmijeni:hover {
        color: #1D5E91;
        background-color: #F9FBFD;
        font-weight: 600;
    }

.custom-info-dugme {
    background-color: #F3F7FB;
    color: #579CD8 !important;
}

    .custom-info-dugme:hover {
        color: #579CD8;
        background-color: #F9FBFD;
        font-weight: 600;
    }

.custom-sacuvaj {
    background-color: #4090D1;
    color: whitesmoke !important;
}

    .custom-sacuvaj:hover {
        background-color: #1D5E91 !important;
        color: whitesmoke;
        font-weight: 600;
    }


.custom-otkazi-dugme:hover {
    color: #4d4c4c;
    font-weight: 600;
}

.logout-btn {
    font-size: 30px;
    transition-duration: 0.2s;
    background-color: transparent;
    color: #1D5E91;
    border-radius: 14px;
    font-weight: 700;
    border: none;
}

    .logout-btn:hover {
        color: #2882c9;
        background-color: transparent;
        transform: scale(1.1);
    }



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: #FF5B66;
}

#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."
    }

/*.e-dialog {
    border-radius: 16px;
}

.e-dialog .e-dlg-header-content {
    background-color: #EAF7FF;
    padding: 18px 28px 15px;
    border-radius: 16px 16px 0px 0px;
    border-bottom: 1px solid #D9D7D7;
}

.e-dialog .e-footer-content {
    border-top: 1px solid #D9D7D7;
    border-radius: 0px 0px 16px 16px;
} 

.e-editedrow {
    padding: 0px 0px 10px 0px;
}*/

.e-dialog .e-dlg-header {
    margin-left: 1%;
}

.e-dlg-header, .e-dlg-header * {
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.54);
}

.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, .e-grid .e-gridheader .e-stackedheadercelldiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-width {
    width: 100% !important;
}

/*.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #eee;
    color: #000;
}
*/


.e-grid td.e-active {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.custom-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
}

.custom-col {
    width: 45%;
}

.e-frame.e-check {
    background-color: #1D5E91 !important;
    border-color: #1D5E91 !important;
}

.rowcolor-active {
    background-color: #eaf5ff;
}

.edit-warning {
    color: red;
    justify-content: center;
    font-style: italic;
    font-size: 0.85em;
}

.edit-warning-two-columns {
    margin-left: 3.33%
}



.rowcolor-vrlo-hitno {
    background-color: #ffd174;
}

.rowcolor-red {
    background-color: #ff8787;
}

.rowcolor-green {
    background-color: #bfffa2;
}

.rowcolor-istekaoNadzor {
    background-color: #a6a6a6;
}

.rowcolor-obavezan {
    background-color: #bfff80;
}

.legend-list {
    list-style: none;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

    .legend-list li {
        float: left;
        margin-right: 10px;
    }

    .legend-list span {
        border-radius: 10px;
        float: left;
        width: 15px;
        height: 15px;
        margin: 2px;
    }

    .legend-list .vrlo-hitno {
        background-color: #ffd174;
    }

    .legend-list .hitno {
        background-color: #f77272;
    }

    .legend-list .storniran {
        background-color: #FEB139;
    }


    .legend-list .red {
        background-color: #ff8787;
    }

    .legend-list .green {
        background-color: #bfffa2;
    }

    .legend-list .obavezan {
        background-color: #bfff80;
    }

    .legend-list .istekaoNadzor {
        background-color: #a6a6a6;
    }

.legend {
    margin-top: 1em;
    display: flex;
}

.dialog-header {
    display: flex;
    background-color: #fafafa;
    border: solid;
    border-color: #8080804a;
    border-width: thin;
    border-bottom: unset;
}

.textHeader {
    font-weight: bold;
    margin-top: 3%;
    margin-left: 0.7%;
    margin-right: 0.7%;
    margin-bottom: 0%;
}

li.hover-li:hover {
    text-decoration: underline;
    cursor: pointer;
}




.custom-icon-header {
    font-size: 20px !important;
    color: grey;
}

.btn-cus-logout {
    background-color: #fafafa;
    color: #0053a0;
    border: 2px solid;
    border-color: #0053a0;
    transition: 0.4s;
}

    .btn-cus-logout:hover {
        background-color: #0053a0;
        color: #fafafa;
    }

.logout-txt {
    font-family: Franklin Gothic;
    font-weight: 600;
    font-size: small;
}

.custom-commit-btn {
    background-color: #0053a0;
    border-radius: 29px;
    border: 1px solid #0053a0;
    color: white;
    font-size: 13px;
    padding: 10px 45px;
    cursor: pointer;
    transition: 0.3s;
}

    .custom-commit-btn:hover {
        background-color: white;
        color: #0053a0;
        border-color: #0053a0;
        transition: 0.3s;
    }

.btn-custom-save {
    background-color: #1877f2;
    border: none;
    border-radius: 6px;
    color: #fff;
    flex-grow: 1;
    font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 36px;
    line-height: 20px;
    margin-left: 8px;
    margin-right: 6px;
    min-width: 150px;
    padding: 0 16px 0 16px;
    transition: 0.3s;
    cursor: pointer;
}

    .btn-custom-save:hover {
        background-color: #e4e6eb;
        color: #050505;
        font-size: 15px;
        transition: 0.3s;
    }

.btn-custom-cancel {
    background-color: #3C4048;
    border: none;
    border-radius: 6px;
    color: #fff;
    flex-grow: 1;
    font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 36px;
    line-height: 20px;
    margin-left: 8px;
    margin-right: 6px;
    min-width: 150px;
    padding: 0 16px 0 16px;
    transition: 0.3s;
    cursor: pointer;
}

    .btn-custom-cancel:hover {
        background-color: #e4e6eb;
        color: #050505;
        font-size: 15px;
        transition: 0.3s;
    }

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}


#header-nav .e-input-group-icon.e-ddl-icon.e-icons.e-ddl-disable-icon {
    display: none !important;
}


