/*
 * Copyright (c) 2022. Ayman Cheet, WLAB.io
 */

.related-widget-wrapper > *:nth-child(2)::before {
    content: "\A ";
    white-space: pre;
}

.zoomLens {
    image-rendering: pixelated;
}

.zoomable, .zoomable-ez {
    cursor: zoom-in;
}

.zoomable.active {
    border: 1px solid #FF0000;
}

.zoom-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000bb;
    z-index: 10000;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

.app-SensioClassificationMonitor.model-job.change-list td.field-details_text {
    max-width:244px;
}

.app-SensioClassificationMonitor.model-job.change-list td.field-details_text > textarea {
    max-width:244px;
    width:234px;
    background-color: #d0d0d0;
    border-color: #767676;
    border-width: 3px;
    border-radius: 0px;
    color: #00363a;
}

.model-mlclass.change-list .vTextField {
    width: 100px;
}

.change-list .results th {
    white-space: nowrap;
}

.model-mlclass.change-list .results td:last-child {
    width: 100%;
}

.model-samplesdataset.change-list .results .field-description,
.model-testingdataset.change-list .results .field-description{
    width: 100%;

}

.model-samplesdataset.change-list .results .vLargeTextField,
.model-testingdataset.change-list .results .vLargeTextField {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

#site-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.model-samplesdataset.change-list .column-main_class__size_min {
    border-left: 1px solid #666;
}

.model-samplesdataset.change-list .field-main_class__size_min {
    border-left: 1px solid #333;
}

.model-samplesdataset.change-list .column-main_class__size_max {
    border-right: 1px solid #666;
}

.model-samplesdataset.change-list .field-main_class__size_max {
    border-right: 1px solid #333;
}

.model-samplesdataset.change-list .field-max_particle_size, .model-samplesdataset.change-list .column-max_particle_size {
    border-right: 1px solid #333;
}


table.dataTable td {
    color: #333 !important;
    white-space: pre-line !important;
}

#changelist-form select {
    max-width:120px;
}

td.field-full_name {
    white-space: nowrap;
}
body {
    /*margin: 0!important;*/
    /*padding: 0!important;*/
    /*font-size: 14px!important;*/
    /*font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif!important;*/
    color: var(--body-fg)!important;
    background: var(--body-bg)!important;
}

p{
    box-sizing: content-box;
    -webkit-box-sizing:content-box;
}

/*!* VARIABLE DEFINITIONS *!*/
/*    :root {*/
/*      --primary: #cd6f03 !important;*/
/*      --secondary: #cd9903!important;*/
/*      --accent: #f5dd5d!important;*/
/*      --primary-fg: #fff!important;*/
/*    */
/*      --body-fg: #333!important;*/
/*      --body-bg: #fff!important;*/
/*      --body-quiet-color: #666!important;*/
/*      --body-loud-color: #000!important;*/
/*    */
/*      --header-color: #ffc!important;*/
/*      --header-branding-color: var(--accent)!important;*/
/*      --header-bg: var(--secondary)!important;*/
/*      --header-link-color: var(--primary-fg)!important;*/
/*    */
/*      --breadcrumbs-fg: #c4dce8!important;*/
/*      --breadcrumbs-link-fg: var(--body-bg)!important;*/
/*      --breadcrumbs-bg: var(--secondary)!important;*/
/*    */
/*      --link-fg: var(--secondary)!important;*/
/*      --link-hover-color: var(--primary)!important;*/
/*      --link-selected-fg: var(--accent)!important;*/
/*    */
/*      --hairline-color: #e8e8e8!important;*/
/*      --border-color: #ccc!important;*/
/*    */
/*      --error-fg: #ba2121!important;*/
/*    */
/*      --message-success-bg: #dfd!important;*/
/*      --message-warning-bg: #ffc!important;*/
/*      --message-error-bg: #ffefef!important;*/
/*    */
/*      --darkened-bg: #f8f8f8!important; !* A bit darker than --body-bg *!*/
/*      --selected-bg: #e4e4e4!important; !* E.g. selected table cells *!*/
/*      --selected-row: #ffc!important;*/
/*    */
/*      --button-fg: #fff!important;*/
/*      --button-bg: var(--primary)!important;*/
/*      --button-hover-bg: var(--accent)!important;*/
/*      --default-button-bg: var(--secondary)!important;*/
/*      --default-button-hover-bg: var(--primary)!important;*/
/*      --close-button-bg: #888!important; !* Previously #bbb, contrast 1.92 *!*/
/*      --close-button-hover-bg: #747474!important;*/
/*      --delete-button-bg: #ba2121!important;*/
/*      --delete-button-hover-bg: #a41515!important;*/
/*    */
/*      --object-tools-fg: var(--button-fg)!important;*/
/*      --object-tools-bg: var(--close-button-bg)!important;*/
/*      --object-tools-hover-bg: var(--close-button-hover-bg)!important;*/
/*    }*/
/*    */
/*    @media (prefers-color-scheme: dark) {*/
/*      :root {*/
/*        --primary: #cd9903!important;*/
/*        --primary-fg: #eee!important;*/
/*    */
/*        --body-fg: #eeeeee!important;*/
/*        --body-bg: #121212!important;*/
/*        --body-quiet-color: #e0e0e0!important;*/
/*        --body-loud-color: #ffffff!important;*/
/*    */
/*        --breadcrumbs-link-fg: #e0e0e0!important;*/
/*        --breadcrumbs-bg: var(--secondary)!important;*/
/*    */
/*        --link-fg: var(--secondary)!important;*/
/*      --link-hover-color: var(--primary)!important;*/
/*      --link-selected-fg: var(--accent)!important;*/
/*    */
/*        --hairline-color: #272727!important;*/
/*        --border-color: #353535!important;*/
/*    */
/*        --error-fg: #e35f5f!important;*/
/*        --message-success-bg: #006b1b!important;*/
/*        --message-warning-bg: #583305!important;*/
/*        --message-error-bg: #570808!important;*/
/*    */
/*        --darkened-bg: #212121!important;*/
/*        --selected-bg: #1b1b1b!important;*/
/*        --selected-row: #00363a!important;*/
/*    */
/*        --close-button-bg: #333333!important;*/
/*        --close-button-hover-bg: #666666!important;*/
/*      }*/
/*    }*/
