<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-page-title .mud-button-outlined.mud-button-outlined-primary:hover,
.ui-page-title .mud-button-outlined.mud-button-outlined-primary {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.mud-input.mud-input-filled {
    background-color: #F7F7F7;
}

.mud-table-hover.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row:nth-of-type(odd):hover,
.mud-table-hover.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row:hover,
.mud-list-item-clickable:hover {
    background-color: #DEE4E8;
}

.ui-secondary-btn {
    background-color: #CC3333;
    color: #ffffff;
}

.mud-button {
    border-radius: 0 !important;
}

/*.main-app-bar .mud-toolbar-gutters {
    padding-left: 0px !important;
}*/

.mud-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.box-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
}

.box-overlay-z2 {
    z-index: 2;
}

.box-overlay-z4 {
    z-index: 4;
}

.box-overlay-z6 {
    z-index: 6;
}

/*
.main-menu-mobile {
    margin-top: 64px;
    width: 100%;
    min-height: 50px;
}

.main-menu-mobile-sub {
    width: 100%;
    min-height: 50px;
}
*/
.mud-list-item {
    padding-top: 2px;
    padding-bottom: 2px;
}

.mud-input-outlined-border {
    border-radius: 0 !important;
}

.vertical-devider {
    height: 64px !important;
}

fix divider color
hr {
    opacity: 1 !important;
}

.uppercase {
    text-transform: uppercase;
}

.manitowoc-menu-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.manitowoc-menu-fa {
    font-size: 40px;
}

.manitowoc-menu-icon-access {
    background-image: url("/theme/Manitowoc/images/menu/ACCESS.png");
}

.manitowoc-menu-icon-analytics {
    background-image: url("/theme/Manitowoc/images/menu/ANALYTICS.png");
}

.manitowoc-menu-icon-admin {
    background-image: url("/theme/Manitowoc/images/menu/ADMIN.png");
}

.ui-txt-primary {
    color: #cc3333;
}

.ui-bg-primary {
    background-color: #CC3333;
    color: white;
}

.ui-bl-primary {
    border-bottom: 1px solid #CC3333;
}

.ui-txt-alt {
    color: #243443;
}

.ui-bg-alt {
    background-color: #243443;
    color: white;
}

.ui-bl-alt {
    border-bottom: 1px solid #243443;
}

.ui-bg-light1 {
    background-color: #57748B;
    color: #ffffff;
}

.ui-bg-light2 {
    background-color: #DEE4E8;
    color: #3D5c74;
}

.ui-bl-alt {
    border-bottom: 1px solid #dddddd;
}

.main-toolbar .mud-toolbar {
    padding-left: 0px;
}

.main-menu .mud-list-item-icon {
    min-width: 35px;
}

/*OVERRIDE MUDBLAZOR ExpansionPanel --&gt; START*/

.expantion-panel-override .mud-expand-panel-header {
    height: 48px;
}

.expantion-panel-override-base .mud-expand-panel-header {
    background-color: #57748B;
    color: #ffffff;
}

/*OVERRIDE MUDBLAZOR ExpansionPanel --&gt; END*/

/*OVERRIDE MUDBLAZOR TABLE --&gt; START*/
.table-override .mud-table-row {
    cursor: pointer;
}

.table-override .mud-table-sort-label {
    display: inline-block;
}

/* Apply only on the "big" tables */
.table-override .mud-table-cell {
    white-space: nowrap;
    padding: 3px 0px 3px 14px !important;
}

.table-override th .table-override-filter-icon {
    opacity: 0.0;
}

.table-override .table-override-filter-icon:hover {
    opacity: 0.6 !important;
}

.table-override th:hover .table-override-filter-icon {
    font-size: 18px;
    webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    user-select: none;
    opacity: 0.8;
}

.table-override th:hover .mud-table-sort-label-icon {
    opacity: 0 !important;
}

.table-override th:hover .mud-table-sort-label-icon {
    font-size: 18px !important;
    margin-left: 4px !important;
    user-select: none !important;
    margin-right: 4px !important;
    opacity: 0.8 !important;
    webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.table-override .override-filter-icon:hover {
    background-color: white !important;
}

.table-override .mud-table-sort-label .mud-table-sort-label-icon {
    webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*Force smaller width for actions col*/
.table-override .override-action {
    width: 58px;
}

/*FIX 3 states sorting*/
.table-override .mud-table-sort-label-icon path {
    display: none;
}

/*FIX 3 states sorting*/
.table-override .mud-table-sort-label-icon.mud-direction-asc path,
.table-override .mud-table-sort-label-icon.mud-direction-desc path {
    display: inherit !important;
}

.table-override .mud-icon-size-small {
    font-size: 1.2rem !important;
}

/*OVERRIDE MUDBLAZOR TABLE --&gt; END*/

.mud-popover {
    border-radius: 0 !important;
}

.label-custom-a {
    color: black;
    background-color: #ADAFB2;
}

.label-custom-b {
    color: white;
    background-color: #758693;
}

.label-custom-c {
    color: white;
    background-color: #3D5C75;
}

.label-custom-d {
    color: white;
    background-color: #333F48;
}

.label-custom-e {
    color: white;
    background-color: #8C1825;
}

.label-custom-f {
    color: white;
    background-color: #BB0A01;
}

.label-custom-g {
    color: white;
    background-color: #CC3333;
}

.slider-three-state .flex-column:first-child .mud-slider-track-tick-label {
    transform: translateX(0%) translateY(50%) !important;
}

.slider-three-state .flex-column:last-child .mud-slider-track-tick-label {
    transform: translateX(-100%) translateY(50%) !important;
}

@media (max-width: 450px) {
    .breakpoint-xsmall {
        display: none;
    }
}

@media (max-width: 600px) {
    .breakpoint-small {
        display: none;
    }
}

@media (max-width: 960px) {
    .breakpoint-medium {
        display: none;
    }
}

@media (max-width: 1280px) {
    .breakpoint-large {
        display: none;
    }
}

@media (max-width: 1600px) {
    .breakpoint-xlarge {
        display: none;
    }
}

.ui-filter-for-screen {
    margin-top: -3px;
}

.mud-tooltip.menu-tooltip {
}

.center-box {
    display: table;
    width: 100%;
}

.center-box-content {
    display: table-cell;
    vertical-align: middle;
}

.btn-right {
    float: right;
}

.btn-left {
    float: left;
}

.icon-company-type-customer {
    width: 23px;
    height: 20px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CompanyType_customer.svg");
}

.icon-company-type-mycompany {
    width: 23px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CompanyType_mycompany.svg");
}

.icon-company-type-other {
    width: 23px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CompanyType_Other.svg");
}

.icon-company-type-subsidiary {
    width: 23px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CompanyType_subsidiary.svg");
}

.icon-company-admin-yes {
    width: 24px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CompanyAdmin_Yes.svg");
}

.icon-company-admin-no {
    width: 24px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CompanyAdmin_No.svg");
}

.icon-retrofittable-no {
    width: 24px;
    height: 20px;
    background-image: url("/theme/Manitowoc/IconsAdmin/Retrofittable_NO.svg");
}

.icon-retrofittable-yes {
    width: 24px;
    height: 20px;
    background-image: url("/theme/Manitowoc/IconsAdmin/Retrofittable_YES.svg");
}

.icon-crane-transfer-accepted {
    width: 24px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CraneTransfer_Accepted.svg");
}

.icon-crane-transfer-rejected {
    width: 24px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CraneTransfer_Rejected.svg");
}

.icon-crane-transfer-to-be-proceeded {
    width: 24px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CraneTransfer_to_be_proceeded.svg");
}

/*.icon-crane-transfer-deleted {
    width: 24px;
    background-size: 24px 22px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/CraneTransfer_Deleted.png");
}*/

.icon-crane-transfer-autovalidated {
    width: 24px;
    background-size: 24px 22px;
    height: 22px;
    background-image: url("/theme/Manitowoc/IconsAdmin/done_black_24dp.svg");
}
</pre></body></html>