/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

:root {
    --main-bg: #1c97ea;
    /* var(--main-bg)*/
}

body {
    background-color: #999;
    background-image: url(/images/background.png);
    background-repeat: repeat;
    background-position: top;
    background-attachment: fixed;
    overflow-y: hidden;
}


.blazored-modal-overlay {
    z-index: 101;
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(2px);
}


.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff3f80cc;
    margin: -4px 0 0 -4px;
}


.labelTwoLine {
    /*display: inline-table !important;
    line-height: initial;
    margin-bottom: 2px;*/
    height: 40px;
}

.inputAlignCenter > input {
    text-align: center;
}

#toast_type {
    z-index: 1000000 !important;
}


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    background-color: #ffffffcc;
    padding: 5px;
    border-radius: 5px;
    list-style-position: inside;
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.validation-errors {
    width: auto;
    display: inline-block;
}


#blazor-error-ui {
    display: none;
    z-index: 105000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background-color: #00000033;
}

    #blazor-error-ui > div {
        background-color: lightgoldenrodyellow;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        width: 360px;
        height: 100px;
        box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.8);
        padding: 20px;
        border-radius: 5px;
    }

    #blazor-error-ui .error-message {
        text-align: center;
        font-weight: bold;
    }
        
    #blazor-error-ui .reload {
        text-align: center;
        margin-top: 5px;
    }


    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 2px;
    }



.e-grid td.e-active {
    background: var(--main-bg);
    /*background: #007bff99;*/
    /*color: white;*/
}


.e-grid .e-active.e-rowcell:not(.e-editedbatchcell) {
    color: white;
    opacity: 1;
}

.edit-form {
    padding: 10px;
    background-color: white;
    border-radius: 20px;
    border: solid 8px var(--main-bg);
}

.e-control, .e-css {
    font-size: 14px;
}

.e-anchor-wrap {
    color: white;
}

#wrapper {
    width: 100%;
}

.page-title {
    background-color: var(--main-bg);
    padding: 12px 25px 10px 25px;
    border-radius: 20px;
    color: white;
    width: auto;
    margin-right: -50px;
    margin-left: -5px;
    font-size: 20px;
}

.page-subtitle {
    background-color: var(--main-bg);
    padding: 12px 25px 10px 25px;
    border-radius: 5px;
    color: white;
    width: auto;
    font-size: 18px;
}


.form-check {
    padding-top: 5px;
}


/*
.e-toolbar .e-toolbar-items {
    display: none;
}*/

.tab-split > .e-toolbar {
    display: none;
}

.toolbar {
    /*position: fixed;
    z-index: 2000;
    top: 0;*/
    /*position: sticky;
    position: -webkit-sticky;
    background: #f83d23;
    width: 100%;
    height: 100px;
    top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 6px #000;
    color: #fff;*/
}


    .toolbar .e-btn.e-active,
    .toolbar button {
        background-color: #ff3f80;
        color: white;
        /*padding: 8px 10px;*/
        /*height: 35px;*/
        border: solid 1px transparent;
    }

.alt button {
    background-color: var(--main-bg);
}

.toolbar > div:first-child button:not(.e-caret-hide) {
    /*font-size: 16px;*/
    /*margin: 10px 0px 5px 5px;*/
    min-width: 100px;
}

.toolbar button:hover {
    background-color: #ff3f80;
    /*filter: brightness(110%);*/
    color: white;
    /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);*/
    border: solid 1px #f0f0f0;
}

.toolbar .e-btn-icon {
    margin-top: -4px;
}

.e-primary button, .e-primary button:hover {
    background-color: #007bff;
}

.e-menu-wrapper ul .e-menu-item.e-selected {
    background-color: var(--main-bg) !important;
}

.sidebar-menu .e-menu-wrapper ul .e-menu-item:hover, .e-menu-wrapper ul .e-menu-item.e-focused:hover {
    background-color: var(--main-bg) !important;
}


.DocumentManagerUploader .e-btn.e-flat.e-primary,
.DocumentManagerUploader .e-css.e-btn.e-flat.e-primary {
    display: none;
}

.DocumentManagerUploader1 {
    display: none;
}



#header #hamburger.icon-menu {
    font-size: 24px;
    float: left;
    line-height: 50px;
}

#header .right-header {
    height: 35px;
    padding: 7px;
    float: right;
}


#header .left-header {
    height: 35px;
    padding: 7px;
    float: left;
}

.left-header h1 {
    margin: 0px;
    padding: 0px;
    margin-top: 7px;
    font-size: 20px;
}


#header .list {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 35px;
}

#header .header-list {
    padding-left: 15px;
    margin: 0;
}

@media(max-width:500px) {
    #header .right-header.list.support,
    #header .right-header.list.tour {
        display: none;
    }
}
/* text input styles */
#header .search-icon {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border: 0px solid #33383e !important;
    /*background-color: #33383e;*/
    color: white;
    cursor: text;
}

    #header .search-icon:focus {
        outline: none;
        cursor: default;
    }
/* end of text input styles */
/* end of header-section styles */
/* content area styles */
#maintext.main-content {
    height: calc(100vh - 50px);
}



.main-content {
}

.content {
    padding: 10px;
    margin-bottom: 60px;
}

.sticky-offset {
    top: 20px;
}

.container-fluid {
    width: auto;
    margin-bottom: 10px;
}




.e-listbox-tool {
    margin-top: auto;
    margin-bottom: auto;
}

.control-section .dual-list-wrapper {
    display: flex;
    vertical-align: middle;
}

.dual-list-groupa,
.dual-list-groupb {
    width: 50%;
}

    .dual-list-groupb .e-listbox-wrapper,
    .dual-list-groupb h4 {
        width: 87%;
        margin-left: 15px;
    }

@media screen and (max-width: 590px) {
    .control-section .dual-list-wrapper {
        width: 100%;
    }

    .dual-list-groupa {
        width: 56%;
    }

    .dual-list-groupb {
        width: 44%;
    }
}

@media screen and (max-width: 400px) {
    .dual-list-groupa {
        width: 59%;
    }

    .dual-list-groupb {
        width: 41%;
    }
}

#listbox-control {
    margin: auto;
}

@media screen and (max-width: 590px) {
    #listbox-control {
        width: 100%;
    }
}

.blazored-modal-header {
    background-color: var(--main-bg);
    /*background-color: #ff3f80;*/
    /*background-color: #ccc;*/
    background: rgb(11,107,181);
    background: linear-gradient(0deg, rgba(11,107,181,1) 0%, rgba(4,116,200,1) 46%, rgba(10,127,221,1) 74%, rgba(15,129,225,1) 100%);
    /*background: #24C6DC;*/ /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #514A9D, #24C6DC);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 0;
    padding: 15px 25px 15px 25px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid black;
    color: white;
    /*background-color: #282c34;*/
}

.blazored-modal-content p {
    font-size: 1.1rem;
}

.blazored-modal {
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.8);
    margin: 10px;
    overflow-wrap: anywhere;
    /*overflow: hidden;*/
}

    .blazored-modal .h3,
    .blazored-modal h3 {
        font-size: 1.25rem;
    }


.blazored-modal-container {
    z-index: 100000;
}

.blazored-modal {
    max-height: 80vh;
    overflow: auto;
    padding: 0;
}

.blazored-modal-content {
    padding: 25px;
}


.e-listbox-wrapper {
    margin: auto;
    box-sizing: border-box;
}

.list-wrapper {
    height: inherit;
    position: relative;
    padding: 2px;
}

    .list-wrapper .text,
    .list-wrapper .description {
        display: block;
        margin: 0;
        padding-bottom: 3px;
        white-space: normal;
    }

    .list-wrapper .description {
        font-size: 10px;
        font-weight: 500;
    }

.e-listbox-wrapper .list-wrapper .text {
    font-weight: bold;
    font-size: 13px;
}
/*
.list-wrapper .e-avatar {
    position: absolute;
    left: 5px;
    background-color: transparent;
    font-size: 22px;
    top: calc(50% - 33px);
}*/

.e-listbox-wrapper:not(.e-list-template) .e-list-item, .e-listbox-wrapper .e-list-nrt, .e-listbox-wrapper .e-selectall-parent {
    height: auto;
}


.listview-template.e-listview {
    height: 679px;
}

.e-listview .e-list-group-item {
    height: auto;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
}

.e-listview .e-checkbox .e-checkbox-left {
    margin-left: 10px;
}

.z1 {
    z-index: 101;
}

.z2 {
    z-index: 100;
}

.item {
    flex: 1 1 auto;
    width: 300px;
}

.kontaktNaziv {
    height: 18px;
    font-weight: bold;
}

.kontaktSubText {
    font-size: small;
}

.text-right.e-control-wrapper .e-numerictextbox,
.text-right.e-control-wrapper .e-textbox {
    text-align: right;
    padding-right: 5px !important;
}


.text-center.e-control-wrapper .e-numerictextbox,
.text-center.e-control-wrapper .e-textbox {
    text-align: center;
}


.form-group > label {
    /*white-space: nowrap;*/
}

.e-input-group.e-control-wrapper.small {
    /*font-size: 10px;*/
} 

.zoom-06{
    zoom: 0.7;
}


.e-btn .e-btn-icon, 
.e-css.e-btn .e-btn-icon
/*.e-btn .e-btn-icon */
/*.e-btn.e-icon-btn, .e-css.e-btn.e-icon-btn */ {
/*    font-size: 16px;*/
}

.e-listbox-wrapper:not(.e-list-template) .e-list-item, .e-listbox-wrapper .e-list-nrt, .e-listbox-wrapper .e-selectall-parent, .e-listbox-container:not(.e-list-template) .e-list-item, .e-listbox-container .e-list-nrt, .e-listbox-container .e-selectall-parent
{
    height: auto;
}


.list-wrapper {
    height: inherit;
    padding: 14px 12px 14px 78px;
}

    .list-wrapper .text,
    .list-wrapper .description {
        display: block;
        margin: 0;
        padding-bottom: 3px;
        white-space: normal;
    }

.list-box-item-wrapper .period {
    font-size: 12px;
    /*font-weight: 500;*/
    display: block;
    padding-left: 27px;
}

.list-box-item-wrapper .ime {
    font-weight: bold;
    font-size: 13px;
    
}

.e-listview .e-list-group-item {
    background-color: #ccc;
    color: #6c757d;
}

.e-listview .e-list-group-item {
    background-color: var(--main-bg);
    color: #fff;
}

.app-item1, .type1 {
    background-color: red !important;
    display: block;
    flex: none;
}

.date-today {
    background-color: yellow !important;
}

.date-weekend {
    background-color: pink !important;
}

.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day, .e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
    background-color: yellow;
}

.e-listview .e-list-icon + .e-list-text {
    width: calc(100% - 40px);
}

.highlight {
    background-color: yellow;
}