﻿/* --------------------------------------------------------------------------
// NXM.System
// Copyright NXM Sp. z o.o. All Rights reserved 2010-2025
//
// nxm.default.theme CSS
//
// theme variables 
// 
// created: 2020-03-05/../2025-06-04
-------------------------------------------------------------------------- */

:root, [data-nxm-theme="default"] {
    /*general theme settings*/
    --nxm-surface-back-color: #f2f7fb;
    --nxm-surface-header-back-color: #40668A;
    --nxm-active-document-header-back-color: #9DC1E9;
    --nxm-surface-header-color: white;
    --nxm-header-color: white;
    --nxm-form-section-back-color: #f5f5f5;
    --nxm-box-back-color: #f2f7fb;
    --nxm-base-font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
    --nxm-base-font-size: 0.8rem;
    --nxm-base-line-height: 1.25;
    --nxm-document-border-color: #a0a0a0;
    --nxm-document-border-style: solid;
    --nxm-document-border-radius: 10px;
    --nxm-panel-border-radius: 7px;
    --nxm-document-border-witdh: 2px;
    --nxm-data-panel-border-color: #eeeeee;
    --nxm-data-panel-back-color: #ffffff;
    --nxm-action-header-back-color: #7599C0;
    --nxm-box-shadow-default: 0 6px 12px rgb(0 0 0 / 18%);
    --nxm-summary-back-color: #c0e0ff;
    --nxm-wizard-panel: #efefef;
    --nxm-regular-data: white;
    --nxm-highlighted-data: #5c95c5;
    /*generic back colors*/
    --nxm-generic-back-color-0: #5438dcff;
    --nxm-generic-back-color-1: #9b4782ff;
    --nxm-generic-back-color-2: #8342a0ff;
    --nxm-generic-back-color-3: #5438dcff;
    --nxm-generic-back-color-4: #357dedff;
    --nxm-generic-back-color-5: #56eef4ff;
    --nxm-generic-back-color-6: #44ebb5ff;
    --nxm-generic-back-color-7: #32e875ff;
    --nxm-generic-back-color-8: #feffff4d;
    --nxm-generic-back-color-10: #5c5cff;
    --nxm-generic-back-color-11: #3f3fca;
    --nxm-generic-back-color-12: #272891;
    --nxm-generic-back-color-13: #181a62;
    --nxm-generic-back-color-20: #008f00;
    --nxm-generic-back-color-21: #006610;
    --nxm-generic-back-color-22: #005a18;
    --nxm-generic-back-color-23: #004420;
    --nxm-generic-back-color-30: #b48c72;
    --nxm-generic-back-color-31: #aa6f4b;
    --nxm-generic-back-color-32: #805538;
    --nxm-generic-back-color-33: #63422c;
    /*dashboard icon colors*/
    --nxm-dashboard-icon-color-1: #319DA0;
    --nxm-dashboard-icon-color-2: #810955;
    --nxm-dashboard-icon-color-3: #3AC47D;
    --nxm-dashboard-icon-color-4: #3F6AD8;
    --nxm-dashboard-icon-color-5: #F7B924;
    --nxm-dashboard-icon-color-6: #D92550;
    --nxm-dashboard-icon-color-7: #839AA8;
    --nxm-dashboard-icon-color-8: #3D56B2;
    /*common statuses colors*/
    --nxm-success-color: green;
    --nxm-warning-color: #548cff;
    --nxm-error-color: red;
    --nxm-missing-color: gray;
    --nxm-special-1-color: lightblue;
    --nxm-special-2-color: magenta;
}
