/*!
    *
    * 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
    *
    */

////////////////////////////////////////////////////////////////
// coral theme
//

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

$wj-hdr-bkg: #f7f4df;
$wj-hdr-txt: #1b5c74;

$wj-sel-bkg: #137ba3;
$wj-sel-txt: #fff;
$wj-msel-bkg: #7dbbd2;
$wj-msel-txt: #fff;
$wj-cell-grp-bkg: #ede9d0;
$wj-cell-grp-txt: #1b5c74;
$wj-cell-frz: #e4f0f5;
$wj-cell-frz-alt: #d1e6ee;

$wj-btn-bkg: #137ba3;
$wj-btn-hvr: #189dd1;
$wj-btn-txt: #fff;

$wj-tooltip: #f7f4df;
$wj-tooltip-txt: #000;
$wj-sort-index-txt: $wj-sel-bkg;

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

