﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.startBtn {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 32px;
    background: #FFFFFF;
    border: 2px solid #E97984;
    border-radius: 8px;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 16px;
    width: 260px;
    height: 60px;
    text-transform: uppercase;
    color: #DC3545;
}

.big-checkbox {
    width: 20px;
    height: 20px;
}

.radioBtn {
    margin: 0;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    width: 165px;
    line-height: 40px;
    text-transform: uppercase;
    color: #4F4F4F;
}

.radio-button-list {
    display: inline-grid
}

label.form-check-label {
    font-size: 0.8rem;
    font-weight: normal;
}

.input {
    visibility: hidden;
}

    .input + label {
        cursor: pointer;
        width: 140px;
    }

    .input:checked + label {
        border-radius: 8px;
        background: #FFECF1;
        color: #DC3545;
    }

.changeBeltBtn {
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #DC3545;
    color: #FFD0D9;
    border-radius: 0;
    font-size: 22px;
}

.form-check {
    display: inline-block;
    align-items: center;
}

.icon-item {
    background-color: #888;
    justify-content: center;
    align-items: center;
}

.card {
    background: #eeeeee;
}

.comparison .btn {
    width: 100%;
}

.navigation-button {
    min-width: 200px;
}

.comparison-buttons {
    white-space: nowrap;
}

canvas {
    min-width: 600px;
    width: 100%;
    aspect-ratio: 650 / 700;
}

.mode {
    min-width: 150px;
}

.tab-content {
    padding: 10px;
    background-color: white;
}

.tab-pane {
    overflow: auto;
}

.bicycle.flex-container {
    padding: 0 50px 50px;
}

.drive.flex-item.drive-items-1,
.drive.flex-item.drive-items-2,
.drive.flex-item.drive-items-3 {
    max-width: 20%;
}

.small-input {
    font-size: 0.8rem;
    padding: 0.2rem 0.2rem;
    border-radius: 0;
}

.small-font-size {
    font-size: 0.8rem !important;
}

.drive.flex-item.drive-items-4 {
    max-width: 15%;
}

.drive.flex-item.drive-items-5 {
    max-width: 12%;
}

.drive.flex-item {
    max-width: 10%;
    min-width: 200px !important;
}

.drive-group .card .card-header:first-child {
    border-radius: 0;
    padding: 0.25rem 1rem;
    margin: 0;
}

.drive .card .card-header:first-child {
    cursor: pointer;
}

.card.active {
    padding: 2px;
    margin: -2px;
}

.drive-group .card {
    border: 0;
}

.drive-card-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    Z-INDEX: 999;
}

.tooltip-inner {
    max-width: 500px;
    width: 500px;
}

@media (max-width: 560px) {
    .tooltip-inner {
        max-width: calc(100vw - 32px);
        width: calc(100vw - 32px);
    }
}

.drive-card-close > button {
    margin: 0;
    padding: 0px 5px;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 6 !important;
}

.panel.flex-item {
    padding: 0px;
    margin: 0px;
    min-width: 200px !important;
}

.output.flex-item {
    min-width: 325px !important;
}

.panels.flex-item {
    max-width: 40%;
}

.output.flex-item {
    max-width: 40%;
}

.panel.flex-item {
    max-width: 47%;
    margin-top: 0;
}

.card.customer {
    width: 50%;
    margin: 2ex;
}

.card .alert.alert-danger {
    white-space: pre-line !important;
}

@media (max-width: 1400px) {
    .panels.flex-item {
        max-width: 25%;
    }

    .output.flex-item {
        max-width: 54%;
        margin: 1ex 1ex 1ex;
    }

    .panel.flex-item {
        max-width: 100%;
        margin-top: 0;
        min-width: 300px !important;
    }

    .card.customer {
        width: 50%;
        margin: 2ex;
    }
}

/*Added by JR for security*/
.custom-background-color {
    color: white;
    width: 350px;
}

.custom-style-height {
    height: 2em;
}

.custom-progress-bar-animated {
    width: 10%;
    background-color: black;
}

.font-size-10px {
    font-size: 10px;
}

.font-size-25px {
    font-size: 25px;
}

.height-50px {
    height: 50px;
}

.max-width-660px {
    max-width: 660px;
}

.dfpro-image {
    background-image: url(/images/icon_design_flex_pro_button.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 163px;
    height: 163px;
}

.bicycle-image {
    background-image: url(/images/icon_bicycle_button.png?v=1);
    background-repeat: no-repeat;
    background-size: cover;
    width: 163px;
    height: 163px;
}

.tpu-image {
    background-image: url(/images/icon_tpu.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 163px;
    height: 163px;
}

.facilitymanagement-image {
    background-image: url(/images/icon_facility_management_button.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 163px;
    height: 163px;
}

.sonictensionmeter-image {
    background-image: url(/images/icon_sonic_tension_meter_button.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 163px;
    height: 163px;
}

.soundmeter-image {
    background-image: url(/images/icon_sound_meter_button.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 163px;
    height: 163px;
}

.margin-top-31px {
    margin-top: 31px;
}

.height-300px {
    height: 300px;
}

.width-300px {
    width: 300px;
}

.cursor-pointer {
    cursor: pointer;
}

.min-height-64px {
    min-height: 64px;
}

.min-width-1001px {
    min-width: 1001px;
}

.max-width-1001px {
    max-width: 1001px;
}

.max-width-336px {
    max-width: 336px;
}

.max-width-335px {
    max-width: 335px;
}

.min-height-46px {
    min-height: 46px;
}

.width-600px {
    width: 600px;
}

.background-eeeee {
    background: #eeeeee;
}

.width-700px {
    width: 700px;
}

.margin-left-50px {
    margin-left: 50px;
}

.margin-top-50px {
    margin-top: 50px;
}

.float-right {
    float: right;
}

.margin-right-105px {
    margin-right: 105px;
}

.btn-margin-left-40px {
    margin-left: -40px;
    z-index: 100;
}

.background-color-dc3545 {
    background: #dc3545;
}

.width-350px {
    width: 350px;
}

.height-40px {
    height: 40px;
}

.width-72px {
    width: 72px;
}

.width-36px {
    width: 36px;
}

.height-36px {
    height: 36px;
}

.height-18px {
    height: 18px;
}

.width-200px {
    width: 200px;
}

.font-size-18px {
    font-size: 18px;
}

.width-10px {
    width: 10px;
}

.margin-4px {
    margin: 4px;
}

.width-fit-content {
    width: fit-content;
}

.table-border-collapse {
    border-collapse: collapse;
    margin: auto;
    border: 1px solid black;
}

.table-header-cell {
    width: 240px;
    border: 1px solid black;
    padding: 6px;
    font-weight: bold;
    text-align: center
}

.height-30px {
    height: 30px;
}

.table-data {
    border: 1px solid black;
    text-align: center;
    font-size: 14px
}

.tbl-border-collapse {
    border-collapse: collapse;
}

.tbl-data-padding-4px-width-176px {
    text-align: center;
    font-size: 14px;
    padding: 4px;
    width: 176px;
    border: 1px solid black
}

.overflow-x-y {
    overflow-x: auto;
    overflow-y: auto;
    border: 0.5px solid black;
    padding: 10px;
}

.max-width-300px {
    max-width: 300px;
}

.background-color-gray {
    background-color: gray;
}

.min-width-300px {
    min-width: 300px;
}

.min-width-330px {
    min-width: 330px;
}

.min-width-700px {
    min-width: 700px;
}

.width-100px {
    width: 100px;
}

.margin-right-105px {
    margin-right: 105px;
}

.width-auto {
    width: auto;
}

.cursor-default {
    cursor: default;
}

.width-400px {
    width: 400px;
}

.form-padding {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0px
}

.padding-top-8px {
    padding-top: 8px;
}

.padding-bottom-8px {
    padding-bottom: 8px;
}

.font-weight-400px {
    font-weight: 400;
}

.padding-left-10px {
    padding-left: 10px;
}

.background-color-FAFAFA {
    background-color: #FAFAFA;
}

.width-24px {
    width: 24px;
}

.background-color-333333 {
    background-color: #333333;
}

.height-16px {
    height: 16px;
}

.margin-bottom-8px {
    margin-bottom: 8px;
}

.font-size-06rem {
    font-size: 0.6rem;
}

.min-height-42px {
    min-height: 42px;
}

.max-width-250px {
    max-width: 250px;
}

.min-height-150px {
    min-height: 150px;
}

.max-width-901px {
    max-width: 901px;
}

.min-height-50px {
    min-height: 50px;
}

.min-width-350px {
    min-width: 350px;
}

.min-width-280px {
    min-width: 280px;
}

.background-color-f8f9fa {
    background-color: #f8f9fa;
}

.min-height-156px {
    min-height: 156px;
}

.max-height-160px {
    max-height: 160px;
}

.tooltip-content-bicycle {
    max-height: 80vh;
    overflow-y: auto;
}

.zoom-content {
    transform: scale(var(--zoom-scale, 1));
    transform-origin: top left;
    transition: transform 0.2s;
}

.nowrap {
    white-space: nowrap;
}

.height-33px {
    height: 33px;
}

.min-width-740px {
    min-width: 740px;
}

.width-740px {
    width: 740px;
}

.max-width-740px {
    max-width: 740px;
}

.min-width-200px {
    min-width: 200px;
}

.max-width-280px {
    max-width: 280px;
}

.width-1025px {
    width: 1025px;
}

.height-55px {
    height: 55px;
}

.summary-header {
    background-color: white;
    border-color: white;
    border-width: 0 0;
}

.border-style-hidden {
    border-style: hidden;
}

.max-width-401px {
    max-width: 401px;
}

.buy-now-btn {
    width: 36px;
    height: 18px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.margin-right-80px {
    margin-right: -80px;
}

.btn-zindex-100 {
    z-index: 100;
}

.comparison-col {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    display: inline-block;
}

.comparison-col-first {
    margin-left: auto !important;
    min-width: auto;
}

.virtualized-table-container {
    height: 400px;
    overflow: auto;
}

.gridStyle {
    height: 320px;
    overflow-y: scroll;
}

.rectBtn {
    width: 120px;
    font-size: 38px;
}

.gaugeCanvas {
    width: 40%;
}

.lineCanvas {
    margin-top: 80px;
    width: 60%;
}

.virtualized-table-container {
    height: 100%;
    overflow: auto;
}

.td {
    white-space: normal !important;
    word-wrap: break-word;
    min-width: 150px;
    max-width: 150px;
}

.td_md {
    white-space: normal !important;
    word-wrap: break-word;
    min-width: 120px;
    max-width: 120px;
}

.td_sm {
    white-space: normal !important;
    word-wrap: break-word;
    min-width: 100px;
    max-width: 100px;
}

.td_xsm {
    white-space: normal !important;
    word-wrap: break-word;
    min-width: 60px;
    max-width: 60px;
}

.td_h_font {
    font-size: 0.8rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #eeeeee;
}

.InfoValueTextBlock {
    color: #eeeeee;
    font-size: 10px;
    flex-wrap: wrap;
    font-style: italic;
}

.GroupHeaderTextBlock {
    color: #eeeeee;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}

.header-cell {
    background-color: LightSkyBlue;
    border: 1px solid Black;
    padding: 5px;
    font-size: 10px;
}

.value-cell {
    background-color: white;
    border: 0.5px solid Black;
    padding: 10px;
    font-size: 10px;
    cursor: pointer;
}

    .value-cell:hover {
        background-color: SeaGreen;
    }

.value-cell-selected {
    background-color: YellowGreen;
    font-size: 10px;
    padding: 10px;
    cursor: pointer;
}

.form-check {
    display: flex;
    align-items: center;
}

    .form-check label {
        margin-left: 10px;
        margin-top: 2px;
        font-size: 18px;
        font-weight: 500;
    }

    .form-check .form-check-input[type=checkbox] {
        border-radius: .25em;
        height: 20px;
        width: 20px;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.radioDiv {
    background: #dc3545;
    width: 80px;
}

.radio {
    margin-left: 20px;
    margin-top: 20px;
    width: 40px;
    height: 40px;
}

.divFrameInvite {
    margin-left: 85px;
}

.buttonDiv {
    background: #dc3545;
    width: 80px;
}

.divFrameMerge {
    margin-left: 85px;
}

.form-check {
    display: flex;
    align-items: center;
}

    .form-check label {
        margin-left: 10px;
        margin-top: 2px;
        font-size: 18px;
        font-weight: 500;
    }

    .form-check .form-check-input[type=checkbox] {
        border-radius: .25em;
        height: 20px;
        width: 20px;
    }

.startBtn {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 32px;
    background: #FFFFFF;
    border: 2px solid #E97984;
    border-radius: 8px;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 16px;
    width: 260px;
    height: 60px;
    text-transform: uppercase;
    color: #DC3545;
}

.radioBtn {
    margin: 0;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    width: 165px;
    line-height: 40px;
    text-transform: uppercase;
    color: #4F4F4F;
}

.input {
    visibility: hidden;
}

    .input + label {
        cursor: pointer;
    }

    .input:checked + label {
        border-radius: 8px;
        width: 140px;
        background: #FFECF1;
        color: #DC3545;
    }

.changeBeltBtn {
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #DC3545;
    color: #FFD0D9;
    border-radius: 0;
    font-size: 22px;
}

.recordBtn {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 32px;
    width: 280px;
    height: 60px;
    background: #FFFFFF;
    border: 2px solid #E97984;
    border-radius: 8px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #DC3545;
    flex: none;
}

.stopButton {
    width: 50px;
    height: 50px;
    margin-top: 48px;
}

.nextBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    width: 140px;
    height: 60px;
    border-radius: 8px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F2F2F2;
}

    .nextBtn:disabled,
    .nextBtn.disabled {
        background: #BDBDBD;
        border-radius: 8px;
        background: #BDBDBD;
        border-radius: 8px;
        color: #F2F2F2;
        border-color: #BDBDBD;
    }

.inner_box {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    display: inline-block;
}

/* bicycle.css */
.pdf-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.background-color-dc3545 {
    background-color: #dc3545;
}

.background-color-28a745 {
    background-color: #28a745;
}

.hidden{
    display: none;
}

.width-40px {
    width: 40px;
}

.width-80px {
    width: 80px;
}

.width-8px {
    width: 8px;
}

.max-height-400px {
    max-height: 400px;
}

.form-container-500 {
    max-width: 500px;
    width: 100%;
}

.form-container-600 {
    max-width: 600px;
    width: 100%;
}

.status-col-header {
    width: 8px;
    padding: 0;
}

.status-indicator-bar {
    width: 8px;
    min-height: 30px;
}

.td-fill {
    padding: 0;
    vertical-align: middle;
    height: 1px;
}

.td-fill > .alert {
    min-height: 100%;
    margin: 0;
}
