<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hidden-form {
    display: none;
}
.create-btn  {
    margin-bottom: 5px;
    padding: 6px 12px;
}
.defect-image {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.defect-control {
    padding: 0;
}
.defect-control select {
    width: 100%;
    height: 30px;
}
.clear-all a {
    cursor: pointer;
}
#PartExchangeFormContainer {
    margin-bottom: 10px;
    min-height: 70vh;
}
.page-num-label {
    margin-bottom: 20px;
}
.part-form-link {
    cursor: pointer;
    white-space: pre-line;
}
#px-wrapper .manual-form-link {
    margin-top: 20px;
    text-align: center;
}
#px-wrapper .defect-control {
    display: inline-block;
    width: 70%;
}
#px-wrapper .create-btn  {
    padding: 4px 12px;
    margin-top: 4px;
}
.defect-editor-control {
    display: inline-block;
    width: 24%;
    margin-left: 10px;
}
.defect-map-wrapper {
    position: relative;
    display: inline-block;
    left: 30%;
}
.SumoSelect {
    width: 100%;
}
.defectBlock {
    width: 40px;
    height: 40px;
    text-align: center !important;
    font-weight: bold;
    position: absolute !important;
    top: 0;
    left: 0;
    cursor: pointer;
}
.ui-draggable-dragging {
    cursor: move;
}
.defectBlockHover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
}
.form-horizontal .control-label-left {
    text-align: left;
    padding-left: 0px;
}
.form-horizontal .control-input-right {
    padding-right: 0px;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.control-submit-both, .main-site-form-error-block {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 991px) {
    .defect-image {
        text-align: center;
    }
    #PartExchangeFormContainer label {
        text-align: left;
    }
}
@media (max-width: 899px) {
    #px-wrapper .defect-control {
        width: 69%;
    }
}
@media (min-width: 600px) and (max-width: 759px) {
    .control-submit-both {
        padding-left: 15px;
        padding-right: 27px;
    }
    .main-site-form-error-block {
        width: 77%;
    }
    .form-horizontal .control-input-right {
        padding-left: 15px;
    }
}
@media (max-width: 599px) {
    #px-wrapper .defect-control {
        width: 65%;
    }
    .defect-map-wrapper {
        left: 26%;
    }
}
@media (max-width: 415px) {
    .manual-form-link {
        display: block;
        margin-top: 22px;
    }
    #px-wrapper .defect-control {
        width: 55%;
    }
    .defect-map-wrapper {
        left: 15%;
    }
}</pre></body></html>