﻿/*	= color type
		- background-color
		- text-color
		- border-color

	= special
		- corp
		- liteblue
		- litegreen
	= bootstrap matches
		- primary
		- secondary
		- warning
		- danger
		- success
		- info
		- light
		- dark
		- white
*/

/* background-color */
.wsmbg-corpblue { background-color: rgb(41,88,140) !important; }
.wsmbg-corpblue-dark { background-color: rgb(35,75,119) !important; }
.wsmbg-corpblue-darker { background-color: rgb(29,62,98) !important; }
.wsmbg-corpblue-darkest { background-color: rgb(21,44,70) !important; }

.wsmbg-liteblue { background-color: rgb(141,208,222) !important; }
.wsmbg-liteblue-dark { background-color: rgb(120,177,189) !important; }
.wsmbg-liteblue-darker { background-color: rgb(99,146,155) !important; }
.wsmbg-liteblue-darkest { background-color: rgb(71,104,111) !important; }

.wsmbg-litegreen { background-color: rgb(167,217,188) !important; }
.wsmbg-litegreen-dark { background-color: rgb(142,184,160) !important; }
.wsmbg-litegreen-darker { background-color: rgb(117,152,132) !important; }
.wsmbg-litegreen-darkest { background-color: rgb(84,109,94) !important; }

.wsmbg-primary { background-color: rgb(66,130,208) !important; }
.wsmbg-primary-dark { background-color: rgb(56,111,177) !important; }
.wsmbg-primary-darker { background-color: rgb(46,91,146) !important; }
.wsmbg-primary-darkest { background-color: rgb(33,65,104) !important; }

.wsmbg-secondary { background-color: rgb(130,68,109) !important; }
.wsmbg-secondary-dark { background-color: rgb(111,58,93) !important; }
.wsmbg-secondary-darker { background-color: rgb(91,48,76) !important; }
.wsmbg-secondary-darkest { background-color: rgb(65,34,55) !important; }

.wsmbg-warning { background-color: rgb(246,153,65) !important; }
.wsmbg-warning-dark { background-color: rgb(209,130,55) !important; }
.wsmbg-warning-darker { background-color: rgb(172,107,46) !important; }
.wsmbg-warning-darkest { background-color: rgb(123,77,33) !important; }

.wsmbg-danger { background-color: rgb(225,95,85) !important; }
.wsmbg-danger-dark { background-color: rgb(191,81,72) !important; }
.wsmbg-danger-darker { background-color: rgb(158,67,59) !important; }
.wsmbg-danger-darkest { background-color: rgb(113,48,43) !important; }

.wsmbg-success { background-color: rgb(72,108,99) !important; }
.wsmbg-success-dark { background-color: rgb(61,92,84) !important; }
.wsmbg-success-darker { background-color: rgb(50,76,69) !important; }
.wsmbg-success-darkest { background-color: rgb(36,54,50) !important; }

.wsmbg-info { background-color: rgb(255,217,106) !important; }
.wsmbg-info-dark { background-color: rgb(217,184,90) !important; }
.wsmbg-info-darker { background-color: rgb(179,152,74) !important; }
.wsmbg-info-darkest { background-color: rgb(128,109,53) !important; }

.wsmbg-light { background-color: rgb(216,206,188) !important; }
.wsmbg-light-dark { background-color: rgb(184,175,160) !important; }
.wsmbg-light-darker { background-color: rgb(151,144,132) !important; }
.wsmbg-light-darkest { background-color: rgb(108,103,94) !important; }

.wsmbg-dark { background-color:#000000 !important; }
.wsmbg-white { background-color:#ffffff !important; }
.wsmbg-gray-80 { background-color:#333333 !important; }
.wsmbg-gray-60 { background-color:#666666 !important; }
.wsmbg-gray-40 { background-color:#999999 !important; }
.wsmbg-gray-20 { background-color:#e5e5e5 !important; }

/* text-color */
.wsmtext-corpblue { color: rgb(41,88,140) !important; }
.wsmtext-corpblue-dark { color: rgba(41,88,140,0.85) !important; }
.wsmtext-corpblue-darker { color: rgba(41,88,140,0.7) !important; }
.wsmtext-corpblue-darkest { color: rgba(41,88,140,0.5) !important; }

.wsmtext-liteblue { color: rgb(141,208,222) !important; }
.wsmtext-liteblue-dark { color: rgba(141,208,222,0.85) !important; }
.wsmtext-liteblue-darker { color: rgba(141,208,222,0.7) !important; }
.wsmtext-liteblue-darkest { color: rgba(141,208,222,0.5) !important; }

.wsmtext-litegreen { color: rgb(167,217,188) !important; }
.wsmtext-litegreen-dark { color: rgba(167,217,188,0.85) !important; }
.wsmtext-litegreen-darker { color: rgba(167,217,188,0.7) !important; }
.wsmtext-litegreen-darkest { color: rgba(167,217,188,0.5) !important; }

.wsmtext-primary { color: rgb(66,130,208) !important; }
.wsmtext-primary-dark { color: rgba(66,130,208,0.85) !important; }
.wsmtext-primary-darker { color: rgba(66,130,208,0.7) !important; }
.wsmtext-primary-darkest { color: rgba(66,130,208,0.5) !important; }

.wsmtext-secondary { color: rgb(130,68,109) !important; }
.wsmtext-secondary-dark { color: rgba(130,68,109,0.85) !important; }
.wsmtext-secondary-darker { color: rgba(130,68,109,0.7) !important; }
.wsmtext-secondary-darkest { color: rgba(130,68,109,0.5) !important; }

.wsmtext-warning { color: rgb(246,153,65) !important; }
.wsmtext-warning-dark { color: rgba(246,153,65,0.85) !important; }
.wsmtext-warning-darker { color: rgba(246,153,65,0.7) !important; }
.wsmtext-warning-darkest { color: rgba(246,153,65,0.5) !important; }

.wsmtext-danger { color: rgb(225,95,85) !important; }
.wsmtext-danger-dark { color: rgba(225,95,85,0.85) !important; }
.wsmtext-danger-darker { color: rgba(225,95,85,0.7) !important; }
.wsmtext-danger-darkest { color: rgba(225,95,85,0.5) !important; }

.wsmtext-success { color: rgb(72,108,99) !important; }
.wsmtext-success-dark { color: rgba(72,108,99,0.85) !important; }
.wsmtext-success-darker { color: rgba(72,108,99,0.7) !important; }
.wsmtext-success-darkest { color: rgba(72,108,99,0.5) !important; }

.wsmtext-info { color: rgb(255,217,106) !important; }
.wsmtext-info-dark { color: rgba(255,217,106,0.85) !important; }
.wsmtext-info-darker { color: rgba(255,217,106,0.7) !important; }
.wsmtext-info-darkest { color: rgba(255,217,106,0.5) !important; }

.wsmtext-light { color: rgb(216,206,188) !important; }
.wsmtext-light-dark { color: rgba(216,206,188,0.85) !important; }
.wsmtext-light-darker { color: rgba(216,206,188,0.7) !important; }
.wsmtext-light-darkest { color: rgba(216,206,188,0.5) !important; }

.wsmtext-dark { color:#000000 !important; }
.wsmtext-white { color:#ffffff !important; }
.wsmtext-gray-80 { color:#333333 !important; }
.wsmtext-gray-60 { color:#666666 !important; }
.wsmtext-gray-40 { color:#999999 !important; }
.wsmtext-gray-20 { color:#e5e5e5 !important; }

/* border-color */
.wsmborder-corpblue { border-color: rgb(41,88,140) !important; }
.wsmborder-corpblue-dark { border-color: rgba(41,88,140,0.85) !important; }
.wsmborder-corpblue-darker { border-color: rgba(41,88,140,0.7) !important; }
.wsmborder-corpblue-darkest { border-color: rgba(41,88,140,0.5) !important; }

.wsmborder-liteblue { border-color: rgb(141,208,222) !important; }
.wsmborder-liteblue-dark { border-color: rgba(141,208,222,0.85) !important; }
.wsmborder-liteblue-darker { border-color: rgba(141,208,222,0.7) !important; }
.wsmborder-liteblue-darkest { border-color: rgba(141,208,222,0.5) !important; }

.wsmborder-litegreen { border-color: rgb(167,217,188) !important; }
.wsmborder-litegreen-dark { border-color: rgba(167,217,188,0.85) !important; }
.wsmborder-litegreen-darker { border-color: rgba(167,217,188,0.7) !important; }
.wsmborder-litegreen-darkest { border-color: rgba(167,217,188,0.5) !important; }

.wsmborder-primary { border-color: rgb(66,130,208) !important; }
.wsmborder-primary-dark { border-color: rgba(66,130,208,0.85) !important; }
.wsmborder-primary-darker { border-color: rgba(66,130,208,0.7) !important; }
.wsmborder-primary-darkest { border-color: rgba(66,130,208,0.5) !important; }

.wsmborder-secondary { border-color: rgb(130,68,109) !important; }
.wsmborder-secondary-dark { border-color: rgba(130,68,109,0.85) !important; }
.wsmborder-secondary-darker { border-color: rgba(130,68,109,0.7) !important; }
.wsmborder-secondary-darkest { border-color: rgba(130,68,109,0.5) !important; }

.wsmborder-warning { border-color: rgb(246,153,65) !important; }
.wsmborder-warning-dark { border-color: rgba(246,153,65,0.85) !important; }
.wsmborder-warning-darker { border-color: rgba(246,153,65,0.7) !important; }
.wsmborder-warning-darkest { border-color: rgba(246,153,65,0.5) !important; }

.wsmborder-danger { border-color: rgb(225,95,85) !important; }
.wsmborder-danger-dark { border-color: rgba(225,95,85,0.85) !important; }
.wsmborder-danger-darker { border-color: rgba(225,95,85,0.7) !important; }
.wsmborder-danger-darkest { border-color: rgba(225,95,85,0.5) !important; }

.wsmborder-success { border-color: rgb(72,108,99) !important; }
.wsmborder-success-dark { border-color: rgba(72,108,99,0.85) !important; }
.wsmborder-success-darker { border-color: rgba(72,108,99,0.7) !important; }
.wsmborder-success-darkest { border-color: rgba(72,108,99,0.5) !important; }

.wsmborder-info { border-color: rgb(255,217,106) !important; }
.wsmborder-info-dark { border-color: rgba(255,217,106,0.85) !important; }
.wsmborder-info-darker { border-color: rgba(255,217,106,0.7) !important; }
.wsmborder-info-darkest { border-color: rgba(255,217,106,0.5) !important; }

.wsmborder-light { border-color: rgb(216,206,188) !important; }
.wsmborder-light-dark { border-color: rgba(216,206,188,0.85) !important; }
.wsmborder-light-darker { border-color: rgba(216,206,188,0.7) !important; }
.wsmborder-light-darkest { border-color: rgba(216,206,188,0.5) !important; }

.wsmborder-dark { border-color:#000000 !important; }
.wsmborder-white { border-color:#ffffff !important; }
.wsmborder-gray-80 { border-color:#333333 !important; }
.wsmborder-gray-60 { border-color:#666666 !important; }
.wsmborder-gray-40 { border-color:#999999 !important; }
.wsmborder-gray-20 { border-color:#e5e5e5 !important; }



