/* /Pages/InstallationDetail.razor.rz.scp.css */

/*.align-right {
    float: right;
}

.tabstrip-height {
    min-height: 500px;
}

.margin-top-10 {
    margin-top: 10px;
}

.large-icons-green .k-icon {
    font-size: 32px;
    color: green;
}

.large-icons-red .k-icon {
    font-size: 32px;
    color: red;
}



.large-icons .k-icon,
.large-icons .k-icon::before {
    font-size: 48px;
    width: 48px;
    height: 48px;
    display: inline;
}

.addminutesButton {
    margin-top: 20px;
}

.bottom-right {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding-right: 10px;
    z-index: 100;
}

.timer-button {
    font-size: 30px;
}



@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    font-size: 30px;
}*/

/*.medium-icons .k-icon,
	.large-icons .k-icon::before {
		font-size: 30px;
		width: 30px;
		height: 30px;
		display: inline;
	}*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9um2bwcotv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9um2bwcotv] {
    flex: 1;
}

.sidebar[b-9um2bwcotv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9um2bwcotv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9um2bwcotv]  a, .top-row[b-9um2bwcotv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9um2bwcotv]  a:hover, .top-row[b-9um2bwcotv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9um2bwcotv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9um2bwcotv] {
        display: none;
    }

    .top-row.auth[b-9um2bwcotv] {
        justify-content: space-between;
    }

    .top-row[b-9um2bwcotv]  a, .top-row[b-9um2bwcotv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9um2bwcotv] {
        flex-direction: row;
    }

    .sidebar[b-9um2bwcotv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9um2bwcotv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9um2bwcotv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9um2bwcotv], article[b-9um2bwcotv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vrkbl4odlj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vrkbl4odlj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vrkbl4odlj] {
    font-size: 1.1rem;
}

.oi[b-vrkbl4odlj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vrkbl4odlj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vrkbl4odlj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vrkbl4odlj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vrkbl4odlj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vrkbl4odlj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vrkbl4odlj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vrkbl4odlj] {
        display: none;
    }

    .collapse[b-vrkbl4odlj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-9uvab90nhs] {
  position: fixed;

  right: 2rem;
  bottom: 2rem;

  padding: 1rem 1.5rem;

  animation: fadein-b-9uvab90nhs 2s ease-out;
}

@keyframes fadein-b-9uvab90nhs {
  from { right: -100%; }
  to { right: 2rem; }
}
