﻿/* _Layout_forestage.cshtml */
.au-shortcut-link {
    color: #fff;
    top: 0;
}

.az-shortcut-link {
    color: #fff;
}

.gcse-search-area {
    position: absolute;
    left: -999px;
    width: 100px;
}

/* Index.cshtml */
.ac-shortcut-link {
    color: #fff;
    scroll-margin-top: 6rem;
    width: fit-content;
}

.home-entry-result-scroll {
    max-height: 150px;
    overflow-y: auto;
}

/* Home/Entry.cshtml */
#calendar .k-today > span {
    color: #00A8B2;
    font-weight: 900;
}

#FAQRC-bar-area {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.home-calendar-state--audit {
    --state-color: #3DBC1D;
}

.home-calendar-state--counseling {
    --state-color: #FF9900;
}

.clickable-card {
    cursor: pointer;
}

/* _UserLoginPartial.cshtml */
.img-cursor {
    cursor: pointer;
}

.front-mt-15 {
    margin-top: 15px;
}

.captcha-img-sm {
    cursor: pointer;
    height: 38px;
}

/* DisableData/Index.cshtml */
#DisableDataSearchGrid input::-webkit-outer-spin-button,
#DisableDataSearchGrid input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#DisableDataSearchGrid input[type=number] {
    -moz-appearance: textfield;
}

/* ProducerSearch/Index.cshtml */
.producer-map-area {
    height: 600px;
    border: 0;
}

/* PrimaryProcess/List.cshtml */
.primary-process-intro-width {
    width: min(100%, 667px);
}

.primary-process-image-1 {
    transform: translateY(-100%);
}

.primary-process-image-2 {
    transform: translate(0, -85%);
}

.primary-process-bg-light {
    background-color: #D7E5E8;
}

.primary-process-bg-dark {
    background-color: #00838A;
}

/* PrimaryProcess/Detail.cshtml */
.factory-detail-status.green {
    background-color: #509936;
}

/* Linkchain/Index.cshtml, Linkchain/GisTest.cshtml */
.linkchain-page-container {
    padding: 20px;
}

.linkchain-content-table {
    border-collapse: separate;
    border-spacing: 0 20px;
}

.linkchain-action-cell {
    text-align: right;
}

/* ProducerApplication/Upsert.cshtml */
.product-img-box {
    width: 140px;
    padding: 0 10px;
    margin-bottom: 12px;
    margin-top: 12px;
}

/* TrackingNumberApplication/ApplicationBasicPartial.cshtml */
/* TrackingNumberApplication/FieldBoatPartial.cshtml */
.tracking-application-status-dialog {
    max-width: 1326px;
}

.tracking-uppercase-input {
    text-transform: uppercase;
}

/* TrackingNumberApplication/LicensePartial.cshtml */
.tracking-license-cal-icon {
    z-index: 2000;
}

.product-img-close {
    width: 1rem;
    line-height: 1rem;
    border-radius: 50%;
    background-color: #F14545;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.product-img-close:after {
    content: "–";
    font-size: 0.75rem;
    color: white;
    font-weight: bold;
}

.product-img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.product-img-preview-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.changed-form {
    box-shadow: 0 0 3px #CC0000;
}

.label-required-right:after,
.label-required:before {
    color: #fd5656;
    content: "*";
}

.valid-error {
    color: #dc3545;
}

.tracking-csp-modal-visible {
    display: block;
}

/* TrackingNumberReview/*.cshtml, TrackingNumberReview/PreliminaryReviewReceiveScan.js */
.tracking-review-upload-label {
    cursor: pointer;
}

.tracking-review-scan-date-field {
    width: 33%;
}

/* Audit/*.cshtml, Counseling/_UploadFilePartial.cshtml, Counseling/_UploadImagePartial.cshtml */
.audit-readonly-select {
    pointer-events: none;
    background-color: #e9ecef;
}

/* Counseling/*.cshtml */
.counseling-readonly-select {
    pointer-events: none;
    background-color: #e9ecef;
}

.counseling-datepicker-z-0 {
    z-index: 0 !important;
}


/* Issue/Manage.cshtml, Issue/ManageType.js, Issue/Manage.js */
.issue-modal-textarea {
    height: 150px;
}

/* RelatedLink/Manage.cshtml */
.related-link-remark-textarea {
    height: 150px;
}

/* Keyword/Index.cshtml, Keyword/Manage.cshtml */
.manage-modal-icon .material-symbols-sharp {
    font-variation-settings:
        'FILL' 1,
        'wght' 500,
        'GRAD' 0,
        'opsz' 20;
}

.keyword-remark-textarea {
    height: 150px;
}

/* LineUnitSetting/Index.cshtml */
.line-unit-remark-textarea {
    height: 150px;
}

/* Seafood/Manage.cshtml */
.seafood-query-actions {
    margin-top: 15px;
}

/* ProcessManage/Manage.cshtml */
.process-manage-query-actions {
    margin-top: 15px;
}

/* ShippingManage/Manage.cshtml, ShippingManage/_BasicPartial.cshtml */
.shipping-manage-query-actions {
    margin-top: 15px;
}

.shipping-manage-copy-date-warning {
    font-size: larger;
}

.shipping-manage-note-container {
    justify-content: flex-end;
}

.shipping-manage-upload-module {
    padding-top: 10px;
}

.shipping-manage-print-trigger {
    cursor: pointer;
}

/* FishingManage/Upsert.cshtml */
.fishing-manage-operate-spacer {
    border-color: rgba(0, 0, 0, 0);
}

/* Aquatic/ManageNews.cshtml, Aquatic/ManageDownloads.cshtml, Aquatic/ManageCourses.cshtml, Aquatic/ManageMedia.cshtml */
.aquatic-query-actions {
    margin-top: 15px;
}

.aquatic-upload-file-area {
    padding-top: 10px;
}

/* PrimaryProcess/_BasicPartial.cshtml, PrimaryProcess/_ProductPartial.cshtml */
.primary-process-reg-cert-row {
    margin-left: 2px;
}

.primary-process-reg-cert-width-40 {
    width: 40px;
}

.primary-process-reg-cert-width-50 {
    width: 50px;
}

.primary-process-reg-cert-width-60 {
    width: 60px;
}

.primary-process-reg-cert-width-75 {
    width: 75px;
}

.primary-process-reg-cert-uppercase {
    text-transform: uppercase;
}

.primary-process-reg-cert-separator {
    margin: 5px;
}

.primary-process-grid-actions {
    margin-top: 15px;
}

/* OnlineQuestion/List.cshtml */
.online-question-handle-state-none {
    color: #dc3545;
}

.online-question-handle-state-processing {
    color: blue;
}

.online-question-pre-line {
    white-space: pre-line;
}

/* UserProfile/Index.cshtml */
.user-profile-review-status-none {
    color: blue;
}

.user-profile-review-status-unpass,
.user-profile-list-status-stop {
    color: #dc3545;
}

/* InterviewRecord/Index.cshtml, InterviewRecordController.Index */
.interview-record-status-accepted {
    color: #03AB00;
}

/* News/Index.cshtml */
.news-file-module {
    padding-top: 10px;
}

/* FileDownload/*.cshtml, FileDownload/*.js, StyleTool.GetFileFormatHtml */
.file-download-search-actions {
    margin-top: 15px;
}

/* FisherStatistic/partial_FisherStatistic.cshtml */
.fisher-stat-month-header {
    left: 100px;
    z-index: 9;
}

.fisher-stat-county-header {
    left: 200px;
    z-index: 10;
}

.fisher-stat-month-cell {
    left: 100px;
    z-index: 3;
}

.fisher-stat-county-cell {
    left: 200px;
    z-index: 3;
}

.file-download-file-module {
    padding-top: 10px;
}

/* ExportUserManage/Manage.cshtml */
.export-user-manage-query-actions {
    padding-top: 10px;
}

.file-download-remark-textarea {
    height: 150px;
}


.file-download-format-text {
    margin-right: 5px;
}

.jstree-themeicon.root {
    background-image: url("../images/jsTreeIcon/icon_group.png");
}

.jstree-themeicon.folder {
    background-image: url("../images/jsTreeIcon/icon_folder.gif");
}

.jstree-themeicon.function {
    background-image: url("../images/jsTreeIcon/icon_function.gif");
}

.jstree-themeicon.event {
    background-image: url("../images/jsTreeIcon/icon_event.png");
}


/* TestCase/Upsert.cshtml, TestCaseController.Index */
.testcase-result-remark-field {
    min-height: inherit;
}

.testcase-report-upload-label {
    line-height: 1.2;
}

.testcase-result-unqualified {
    color: #dc3545;
}

/* IssueInformationPrint/Modify.cshtml */
.issue-information-print-form-panel {
    margin-bottom: 4rem;
}

.issue-information-print-remark {
    height: 150px;
}


