/**
 * Namespace: D3_Lithology.css
 *
 * The file d3_lithology.css is a css file to providing styling for the well
 *  lithollogy grapher.
 *
 * version 3.01
 * November 26, 2024
*/

/*
###############################################################################
# Copyright (c) Oregon Water Science Center
# 
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included
# in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
###############################################################################
*/
.svg_error {
	color: red;
	font-weight: bold;
}

.none
  {
   background-color: #FFFFFF;
   fill: #FFFFFF;
  }

.BE, .Blue
  {
   background-color: #b3d1ff;
   fill: #b3d1ff;
  }
.BK, .Black
  {
   background-color: #808080;
   fill: #808080;
  }
.BN, .Brown
  {
   background-color: #D2B48C;
   fill: #D2B48C;
  }
.BT, .Burnt
  {
   background-color: #A0522D;
   fill: #A0522D;
  }
.CM, .Cream
  {
   background-color: #FCFBE3;
   fill: #FCFBE3;
  }
.GD, .Gold
  {
   background-color: #FFD700;
   fill: #FFD700;
  }
.GN, .Green
  {
   background-color: #008000;
   fill: #008000;
  }
.GY, .Gray
  {
   background-color: #d9d9d9;
   fill: #d9d9d9;
  }
.OE, .Orange
  {
   background-color: #FFA500;
   fill: #FFA500;
  }
.PE, .Purple
  {
   background-color: #800080;
   fill: #800080;
  }
.PK, .Pink
  {
   background-color: #FFC0CB;
   fill: #FFC0CB;
  }
.RD, .Red
  {
   background-color: #FF0000;
   fill: #FF0000;
  }
.TN, .Tan
  {
   background-color: #D2B48C;
   fill: #D2B48C;
  }
.WE, .White
  {
   background-color: #FFFFFF;
   fill: #FFFFFF;
  }
.YW, .Yellow
  {
   background-color: #FFFF00;
   fill: #FFFF00;
  }
.MC, .Multi-color
  {
   background-color: #eedef7;
   fill: #eedef7;
  }
