/*!
    *
    * Wijmo Library 5.20252.44
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */

////////////////////////////////////////////////////////////////
// midnight theme
//

////////////////////////////////////////////////////////////////
// set variables
//
$wj-bkg: #0d2c45;
$wj-txt: #fff;
$wj-bdr-rad: 0;

$wj-hdr-bkg: #000;
$wj-hdr-txt: #fff;

$wj-sel-bkg: #19a26b;
$wj-sel-txt: #fff;
$wj-msel-bkg: #85cfb1;
$wj-msel-txt: #fff;
$wj-cell-grp-bkg: #87acca;
$wj-cell-grp-txt: #000;
$wj-cell-alt: #113a5a;
$wj-cell-frz: #295744;
$wj-cell-frz-alt: #316852;
$wj-cell-frz-bdr-clr: white;

$wj-btn-bkg: #3b546b;
$wj-btn-hvr: #4d6e8c;
$wj-btn-txt: #fff;
$wj-btn-grp-bdr: none;

$wj-tooltip: #e6edf2;
$wj-tooltip-txt: #000;

$wj-btn-grd: true; // if 'true' will render buttons with gradient
$wj-hdr-grd: true; // if 'true' will render grid headers with gradient
$wj-sort-index-txt: $wj-sel-bkg;

////////////////////////////////////////////////////////////////
// apply variables
//
@import "../wijmo.scss";
