/* _content/Topmes.Razor/Pages/Customers/CustomerHead.razor.rz.scp.css */
.btn:hover[b-opv5xfwz9l] {
    background-color: #cdd1d5;
    color: #07192B;
}

.btn[b-opv5xfwz9l] {
    color: #07192B
}


a[b-opv5xfwz9l], .btn-link[b-opv5xfwz9l] {
    color: #07192B
}

/* _content/Topmes.Razor/Pages/Customers/CustomerHome.razor.rz.scp.css */
.card:hover .card-header[b-mha7g50svq] {
    background: -webkit-linear-gradient(45deg,#0F2027,#203A43,#2C5364);
    color: white;
}

.card .card-header[b-mha7g50svq] {
    background: -webkit-linear-gradient(45deg,#E0E2E5,#C9CBCE);
    color: black;
}
/* _content/Topmes.Razor/Pages/Customers/CustomerList.razor.rz.scp.css */
.btn .btnDelete[b-0zhiyln5qi] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

    .btn .btnDelete:hover[b-0zhiyln5qi] {
        visibility: visible;
        opacity: 1;
        transform: scale(2);
    }

.search[b-0zhiyln5qi] {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

    .search input[b-0zhiyln5qi] {
        height: 60px;
        text-indent: 25px;
        border: 2px solid #d6d4d4;
    }


        .search input:focus[b-0zhiyln5qi] {
            box-shadow: none;
            border: 2px solid blue;
        }

    .search .fa-search[b-0zhiyln5qi] {
        position: absolute;
        top: 20px;
        left: 16px;
    }

/* _content/Topmes.Razor/Pages/Index.Razor.rz.scp.css */
.card:hover[b-bd9i4v6x9r] {
    box-shadow: 5px 5px 15px rgba(0, 2, 45,0.2);
    transform: scale(1.02) /*rotate(2deg)*/;
}

.card[b-bd9i4v6x9r] {
    box-shadow: none;
    background-color: rgb(245, 245, 245);
    transition: .3s;
}

/* _content/Topmes.Razor/Pages/Machines/MachineHead.razor.rz.scp.css */
.btn:hover[b-e5po2vw90n] {
    background-color: #cdd1d5;
    color: #07192B;
}
.btn[b-e5po2vw90n] {
    color: #07192B
}

a[b-e5po2vw90n], .btn-link[b-e5po2vw90n] {
    color: #07192B
}
/* _content/Topmes.Razor/Pages/Machines/MachineHome.razor.rz.scp.css */
.card:hover .card-header[b-vt03fbttsw] {
    background: -webkit-linear-gradient(45deg,#0F2027,#203A43,#2C5364);
    color: white;
}

.card .card-header[b-vt03fbttsw] {
    background: -webkit-linear-gradient(45deg,#E0E2E5,#C9CBCE);
    color: black;
}


/* _content/Topmes.Razor/Pages/Machines/MachineTile.razor.rz.scp.css */
.card:hover[b-g2fbxj52i8] {
    box-shadow: 5px 5px 15px rgba(0, 2, 45,0.2);
    transform: scale(1.02) /*rotate(2deg)*/;
}

.card[b-g2fbxj52i8] {
    box-shadow: none;
    background-color: rgb(245, 245, 245);
    transition: .3s;
}
/* _content/Topmes.Razor/Pages/Measurements/CustomerMeasurements.razor.rz.scp.css */
.table-wrap[b-gkq058o8rj] {
    max-height: 500px;
    overflow-y: auto;
}

.contactCard[b-gkq058o8rj] {
    border: 1px solid rgba(0, 0, 0, .125);
}

    .contactCard:hover[b-gkq058o8rj] {
        border: 1px solid rgb(33, 122, 213);
    }
/* _content/Topmes.Razor/Pages/MSV/MSVList.razor.rz.scp.css */
.table-wrap[b-4fy70qk82x] {
    max-height: 350px;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .table-wrap-lg[b-4fy70qk82x] {
        max-height: 760px;
    }
}

.tableFixHead[b-4fy70qk82x] {
    overflow: auto;
}

    .tableFixHead thead th[b-4fy70qk82x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
/* _content/Topmes.Razor/Pages/Settings/SettingsHead.razor.rz.scp.css */
.btn:hover[b-p8cr35s8a7] {
    background-color: #cdd1d5;
    color: #07192B;
}

.btn[b-p8cr35s8a7] {
    color: #07192B
}


a[b-p8cr35s8a7], .btn-link[b-p8cr35s8a7] {
    color: #07192B
}

/* _content/Topmes.Razor/Shared/MainLayout.razor.rz.scp.css */
.page[b-8hjsfzji2f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8hjsfzji2f] {
    flex: 1;
}

.sidebar[b-8hjsfzji2f] {
    background-image: linear-gradient(180deg, rgb(0, 2, 45) 0%, rgb(0, 2, 45) 50%);
}

.top-row[b-8hjsfzji2f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8hjsfzji2f]  a, .top-row .btn-link[b-8hjsfzji2f] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8hjsfzji2f] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8hjsfzji2f] {
        display: none;
    }

    .top-row.auth[b-8hjsfzji2f] {
        justify-content: space-between;
    }

    .top-row a[b-8hjsfzji2f], .top-row .btn-link[b-8hjsfzji2f] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8hjsfzji2f] {
        flex-direction: row;
    }

    .sidebar[b-8hjsfzji2f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8hjsfzji2f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-8hjsfzji2f], article[b-8hjsfzji2f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Topmes.Razor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ypu0islvve] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ypu0islvve] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-ypu0islvve] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-ypu0islvve] {
    text-align: right;
}

.navbar-brand[b-ypu0islvve] {
    font-size: 1.1rem;
}

.oi[b-ypu0islvve] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ypu0islvve] {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-ypu0islvve] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ypu0islvve] {
        padding-bottom: 1rem;
    }

.nav-item[b-ypu0islvve]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;

}

.nav-item[b-ypu0islvve]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ypu0islvve]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ypu0islvve] {
        display: none;
    }

    .collapse[b-ypu0islvve] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ypu0islvve] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-ypu0islvve] {
        display: block;
    }
}
