/**
 * Esperim Technology sp. z o.o. ("COMPANY") CONFIDENTIAL
 * Copyright (c) Esperim Technology sp. z o.o., All Rights Reserved
 *
 * NOTICE: All information contained herein is, and remains the property of COMPANY. The intellectual and
 * technical concepts contained herein are proprietary to COMPANY and are protected by trade secret or
 * copyright law. Dissemination of this information or reproduction of this material is strictly forbidden
 * unless prior written permission is obtained from COMPANY. Access to the source code contained herein is
 * hereby forbidden to anyone except current COMPANY employees, managers or contractors who have executed
 * Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 * The copyright notice above does not evidence any actual or intended publication or disclosure of this
 * source code, which includes information that is confidential and/or proprietary, and is a trade secret,
 * of COMPANY. ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC PERFORMANCE, OR PUBLIC DISPLAY OF OR
 * THROUGH USE OF THIS SOURCE CODE WITHOUT THE EXPRESS WRITTEN CONSENT OF COMPANY IS STRICTLY PROHIBITED,
 * AND IN VIOLATION OF APPLICABLE LAWS AND INTERNATIONAL TREATIES. THE RECEIPT OR POSSESSION OF THIS SOURCE
 * CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS TO REPRODUCE, DISCLOSE OR DISTRIBUTE
 * ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT MAY DESCRIBE, IN WHOLE OR IN PART.
 *
 * @copyright Esperim Technology sp. z o.o., ul. Technologiczna 2, 45-839 Opole, Poland
 */

@charset "UTF-8";

/* ################################################################################################################## */
/* Custom widths */
#s-o .metric-overview-day-status {                                                                                      /* The width of the day column within the "Object summary" and "Object details" pages */
    width: 18px;

}

#s-o .metric-overview-actions-obj-summary {                                                                             /* The width of the "Actions" column in the table on the "Object summary" pages */
    width: 70px;
}

#s-o .metric-overview-actions-obj-details {                                                                             /* The width of the "Actions" column in the table on the "Object details" pages */
    width: 90px;
}

#s-o .metric-overview-metric-attributes {                                                                               /* The width of the column with metric attribute details in the table on the "Object details" pages */
    width: 50px;
}

#s-o .dq-colour-status-ref td {                                                                                         /* Cell width of the status colour reference table (short one) */
    width: 170px;
    padding: 7px;
}

#s-o ul.metric_note_summ {                                                                                              /* Metric details page - note list */
    padding-left: 20px;
    margin-bottom: 0px;
}

.mini-chart-container > canvas {                                                                                        /* Mini-chart popover canvas size */
    height: 275px;
}

.mini-chart-popover {                                                                                                   /* Mini-chart popover size */
    background-color: #FAFAFA;
    max-width: 600px;
    max-height: 500px;
}

@media (max-width: 767px) {    /* xs -> sm */
    #s-o .multiselect-native-select > .btn-group {                                                                      /* Note list - multiselect width */
        width: 200px;
    }

    #s-o .note-list-status-charts-col {                                                                                 /* Note list - Status & charts column width */
        width: 170px;
    }

    #note-editor-comments-chart {                                                                                       /* Note editor - Comments tab - metric chart */
        height: 260px !important;
        width: 100%;
    }
}

@media (min-width: 768px) {    /* md */
    #s-o .multiselect-native-select > .btn-group {                                                                      /* Note list - multiselect width */
        width: 200px;
    }

    #s-o .note-list-status-charts-col {                                                                                 /* Note list - Status & charts column width */
        width: 170px;
    }

    #note-editor-comments-chart {                                                                                       /* Note editor - Comments tab - metric chart */
        height: 260px !important;
        width: 100%;
    }
}

@media (min-width: 992px) {    /* lg */
    #s-o .multiselect-native-select > .btn-group {                                                                      /* Note list - multiselect width */
        width: 340px;
    }

    #s-o .note-list-status-charts-col {                                                                                 /* Note list - Status & charts column width */
        width: 250px;
    }

    #note-editor-comments-chart {                                                                                       /* Note editor - Comments tab - metric chart */
        height: 300px !important;
        width: 100%;
    }
}

@media (min-width: 1200px) {    /* xl */
    #s-o .multiselect-native-select > .btn-group {                                                                      /* Note list - multiselect width */
        width: 540px;
    }

    #s-o .note-list-status-charts-col {                                                                                 /* Note list - Status & charts column width */
        width: 300px;
    }
}

@media (min-width: 1400px) {    /* xxl */
    #s-o .multiselect-native-select > .btn-group {                                                                      /* Note list - multiselect width */
        width: 600px;
    }

}

.note-editor .note-editable {                                                                                           /* Note editor - default line height for Summernote editor */
    line-height: 18px;
}

#note-editor-tab-content {                                                                                              /* Note editor - default height of each tab */
    height: 445px;
}

.datepicker td, th{                                                                                                     /* Styling for nicer datepicker popovers */
    background-color: #FAFAFA;
    padding: 4px 8px;
    font-size: 0.9em;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback) {                              /* Multiselect - change of background colour shade for selected items */
    background-color: #F0F6FF;
}

.note-editor-linked-metric-check {
    margin-left: 0px;
    margin-right: 5px;
}


/* ################################################################################################################## */
/* ################################################################################################################## */


