/*@import url('file:///C:\Users\VenterR\Documents\Radzen\ZAVivid\server\wwwroot\site\styles1.css');*/
/*body {
    background-color: #E5E5E5;
    margin: 0;
}
*/

/*#myMarker img {
    border-radius: 100px;*/
    /*border: 3px solid #F00 !important;
}*/

.demo-content {
    position: absolute;
    top: 41px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.demo-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    background-color: #3E3E3E;
    position: static;
    top: 0px;
    height: 41px;
    left: 0;
    right: 0;
    overflow: hidden;
    color: white;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: 600;
    font-family: 'Segoe UI','Helvetica Neue',Helvetica,Verdana,sans-serif;
}

    .demo-header .demo-title {
        font-family: 'Segoe UI','Helvetica Neue',Helvetica,Verdana,sans-serif;
    }

        .demo-header .demo-title #working-mode-title {
            color: #9A9A9A;
            padding-left: 5px;
        }

    .demo-header a {
        color: white;
        text-decoration: none;
    }

    .demo-header div {
        display: inline-flex;
        height: 100%;
        align-items: center;
    }

    .demo-header .demo-toolbar {
        position: relative;
        margin-left: 40px;
        font-size: 11px;
    }

    .demo-header #designer-mode-button {
        height: 100%;
        width: 105px;
        padding: 13px 10px 13px 45px;
    }

        .demo-header #designer-mode-button:hover {
            background-color: #5b5b5b;
        }

        .demo-header #designer-mode-button.dx-state-disabled {
            background-color: transparent;
            color: #818181;
            cursor: auto;
        }

        .demo-header #designer-mode-button svg {
            width: 26px;
            height: 26px;
            position: absolute;
            left: 10px;
            top: 7px;
        }

        .demo-header #designer-mode-button.dx-state-disabled svg .editDashboardIcon {
            fill: #818181;
        }

    .demo-header .demo-toolbar-button {
        cursor: default;
    }

    .demo-header .demo-device-switch {
        margin-left: 17px;
    }

        .demo-header .demo-device-switch a {
            padding: 5px 10px;
            display: inline-block;
            background-color: #5B5B5B;
        }

            .demo-header .demo-device-switch a:hover {
                background-color: #737373;
            }

            .demo-header .demo-device-switch a.dx-state-selected {
                background-color: #579ADD;
                color: white;
            }

    .demo-header #info-button {
        padding: 0 29px;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

        .demo-header #info-button:hover svg path {
            fill: #579add;
        }

        .demo-header #info-button svg {
            width: 24px;
        }

.phone-wrapper {
    background-color: #515151;
    border-radius: 5px;
    width: 330px;
    height: 520px;
    padding: 65px 10px;
    margin: 40px auto;
    box-sizing: content-box;
}

    .phone-wrapper iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.qr-wrapper {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

    .qr-wrapper img {
        width: 200px;
        height: 200px;
        border: 0;
    }

#dashboardControl .dx-dashboard-panel-extension .dx-dashboard-title-panel {
    display: none;
}

#dashboardControl .dx-dashboard-panel-extension .dx-dashboard-dashboard-list {
    top: 0;
}

#colorSchemeIcon .dx_gray {
    fill: currentColor;
}

.dx-dashboard-circle {
    width: 20px;
    height: 20px;
    box-shadow: rgba(0,0,0,0.35) 0 1px 3px;
    border: solid 4px;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dx-dashboard-light {
    background-color: #337ab7;
    border-color: #ffffff;
}

.dx-dashboard-dark {
    background-color: #1ca8dd;
    border-color: #363640;
}

.dx-dashboard-carmine {
    background-color: #f05b41;
    border-color: #ffffff;
}

.dx-dashboard-greenmist {
    background-color: #3cbab2;
    border-color: #f5f5f5;
}

.dx-dashboard-softblue {
    background-color: #7ab8eb;
    border-color: #ffffff;
}

.dx-dashboard-darkmoon {
    background-color: #3debd3;
    border-color: #465672;
}

.dx-dashboard-darkviolet {
    background-color: #9c63ff;
    border-color: #17171f;
}

.dx-dashboard-light-blue {
    background-color: #dbe9fd;
    border-color: #ffffff;
}

.dx-dashboard-light-green {
    background-color: #ddfddb;
    border-color: #ffffff;
}

.dx-dashboard-dark-blue {
    background-color: #579ADD;
    border-color: #363640;
}

.dx-dashboard-compact {
    width: 16px;
    height: 16px;
    margin-right: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 2px;
}

.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check, .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
    background-color: #1151f3 !important;
    border-color: white !important;
    color: white !important;
}


.e-grid {
    border-style: none none none none;
}

.e-grid .e-gridheader {
    border-style: none none none none;
}

.e-grid .e-rowcell {
/*    color: white;*/
    font-size: 13px !important;
    /*background-color: rgb(85, 85, 85);*/
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-color: rgb(102, 102, 102);
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(102, 102, 102);
    border-left-color: rgb(102, 102, 102);
}

.e-grid .e-headercell {
/*    color: white;*/
    background-image: none;
    background-color: transparent;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-color: rgb(102, 102, 102);
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(102, 102, 102);
    border-left-color: rgb(102, 102, 102);
}

.e-grid tr:hover td { /* grid row hover text align*/
    /*background-color: rgb(102, 102, 102);*/
}

.e-grid td.e-active { /* grid selection color and styles*/
    /*    background: rgb(62, 129, 175) !important;*/
    border-bottom-color: rgb(35, 115, 165);
    border-top-color: rgb(35, 115, 165);
    border-right-color: rgb(35, 115, 165);
    border-left-color: rgb(35, 115, 165);
}
/*
.e-grid .e-headercelldiv {
    font-size: 12px !important;
    padding-left: 0.5em
}

.e-grid .e-boolrowcell input[type='checkbox'] {
    width: 20px !important;
    height: 20px !important;
}*/

.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, .e-grid .e-gridheader .e-stackedheadercelldiv, .e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
    font-size: 12px !important; 
    padding-right: 0.4em !important;
}

.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
    margin-right: 1px !important;
}

.e-grid .e-altrow {
    background-color: whitesmoke;
}

.e-control,
.e-wrapper {
    font-family: Arial !important;
}

.e-tab .e-toolbar-items .e-toolbar-item .e-tab-text {
    font-family: Arial !important;
}

.e-card {
    font-family: Arial !important;
} 

.case-red {
    background-color: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    padding: 2px;
}

.case-green {
    background-color: green;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    padding: 2px;
}

.rz-hour-picker, .rz-minute-picker, .rz-second-picker {
    background-color: transparent !important;
}

/*.disableminutes span[class="rz-spinner rz-minute-picker"] {
    background: #ccc !important;
    pointer-events: none !important;
}

.disableminutes .rz-minute-picker {
    background: #ccc !important;
    pointer-events: none !important;
}

<style>
    span[class="rz-spinner rz-minute-picker"] {
        background: #ccc !important;
        pointer-events: none !important;
    }
</style>
*/

.container1 {
    width: 100vw;
    height: calc(100vh - 140px) !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ssrscontainer {
    width: 100%;
    height: calc(100vh - 180px) !important;
    display: flex;
    /*    flex-direction: column;
    overflow: hidden;*/
}

.ssrscontainer iframe {
    flex: auto;
}

.rz-button.rz-secondary, .rz-secondary.rz-paginator-element {
    background-color: var(--rz-secondary) !important;
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
/*    width: 50%;*/
}

.nowraptext {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rz-body {
    padding: 0px !important;
}

@media (min-width: 1920px)  {
    .rz-py-xl-12, .rz-pt-xl-12 {
        padding-top: 1rem !important;
    }
}

@media (min-width: 1280px) {
    .rz-py-lg-12, .rz-pb-lg-12 {
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1280px) {
    .rz-py-lg-6, .rz-pt-lg-6 {
        padding-top: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .rz-py-md-4, .rz-pt-md-4 {
        padding-top: 1rem !important;
    }
}

.floating-update-button {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein 2s ease-out;
    z-index: 1000 !important;
}

@keyframes fadein {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}