/** duoton fontawesome */
.theme-result {
	--fa-primary-color: #1E90FF;
	--fa-secondary-color: #1E90FF;
	--fa-primary-opacity: 1.0;
	--fa-secondary-opacity: 0.2;
}
.theme-entry {
	--fa-primary-color: #32CD32;
	--fa-secondary-color: #32CD32;
	--fa-primary-opacity: 1.0;
	--fa-secondary-opacity: 0.2;
}
.theme-invitation {
	--fa-primary-color: #FF4500;
	--fa-secondary-color: #FF4500;
	--fa-primary-opacity: 1.0;
	--fa-secondary-opacity: 0.2;
}

/* Buttons colors */
.btn-red { background-color: #C02942; color: #FFF !important; }
.btn-teal { background-color: #53777A; color: #FFF !important; }
.btn-yellow { background-color: #ECD078; color: #333 !important; }
.btn-green { background-color: #59BA41; color: #FFF !important; }
.btn-brown { background-color: #774F38; color: #FFF !important; }
.btn-aqua { background-color: #40C0CB; color: #FFF !important; }
.btn-lime { background-color: #AEE239; color: #FFF !important; }
.btn-purple { background-color: #5D4157; color: #FFF !important; }
.btn-leaf { background-color: #A8CABA; color: #333 !important; }
.btn-pink { background-color: #F89FA1; color: #FFF !important; }
.btn-dirtygreen { background-color: #1693A5; color: #FFF !important; }
.btn-blue { background-color: #1265A8; color: #FFF !important; }
.btn-amber { background-color: #EB9C4D; color: #FFF !important; }
.btn-black { background-color: #111; color: #FFF !important; }
.btn-white { background-color: #F9F9F9; color: #333 !important; }

.fullwidth.btn-red:hover,
.fullwidth.btn-teal:hover,
.fullwidth.btn-yellow:hover,
.fullwidth.btn-green:hover,
.fullwidth.btn-brown:hover,
.fullwidth.btn-aqua:hover,
.fullwidth.btn-lime:hover,
.fullwidth.btn-purple:hover,
.fullwidth.btn-leaf:hover,
.fullwidth.btn-pink:hover,
.fullwidth.btn-dirtygreen:hover,
.fullwidth.btn-blue:hover,
.fullwidth.btn-amber:hover,
.fullwidth.btn-black:hover,
.fullwidth.btn-white:hover {
	color:#fff !important;
	background-color:#434343;
}
.btn-Goldenrod {
	color: #FFF;
	background-color: rgba(218, 165, 32, 1);
	border-color: #999;
}
.btn-Goldenrod:hover {
	color: #FFF;
	background-color: rgba(218, 165, 32, 0.6);
	border-color: #999;
}
.btn-SteelBlue {
	color: #FFF;
	background-color: rgba(70, 130, 180, 1);
	border-color: #999;
}
.btn-SteelBlue:hover {
	color: #FFF;
	background-color: rgba(70, 130, 180, 0.6);
	border-color: #999;
}
.btn-DodgerBlue {
	color: #FFF;
	background-color: rgba(30, 144, 255, 1);
	border-color: #999;
}
.btn-DodgerBlue:hover {
	color: #FFF;
	background-color: rgba(30, 144, 255, 0.6);
	border-color: #999;
}
.btn-Orange {
	color: #FFF;
	background-color: rgba(255, 165, 0, 1);
	border-color: #999;
}
.btn-Orange:hover {
	color: #FFF;
	background-color: rgba(255, 165, 0, 0.6);
	border-color: #999;
}
.btn-BlueViolet {
	color: #FFF;
	background-color: rgba(138, 43, 226, 1);
	border-color: #999;
}
.btn-BlueViolet:hover {
	color: #FFF;
	background-color: rgba(138, 43, 226, 0.6);
	border-color: #999;
}
.btn-Coral {
	color: #FFF;
	background-color: rgba(255, 127, 80, 1);
	border-color: #999;
}
.btn-Coral:hover {
	color: #FFF;
	background-color: rgba(255, 127, 80, 0.6);
	border-color: #999;
}
.btn-DarkCyan {
	color: #FFF;
	background-color: rgba(0, 139, 139, 1);
	border-color: #999;
}
.btn-DarkCyan:hover {
	color: #FFF;
	background-color: rgba(0, 139, 139, 0.6);
	border-color: #999;
}
.btn-DarkGreen {
	color: #FFF;
	background-color: rgba(0, 102, 0, 1);
	border-color: #999;
}
.btn-DarkGreen:hover {
	color: #FFF;
	background-color: rgba(0, 102, 0, 0.6);
	border-color: #999;
}
.btn-DarkRed {
	color: #FFF;
	background-color: rgba(139, 0, 0, 1);
	border-color: #999;
}
.btn-DarkRed:hover {
	color: #FFF;
	background-color: rgba(139, 0, 0, 0.6);
	border-color: #999;
}
.btn-WhiteSmoke {
	color: #999;
	background-color: rgba(245, 245, 245, 1);
	border-color: #999;
}
.btn-WhiteSmoke:hover {
	color: #333;
	background-color: rgba(245, 245, 245, 0.6);
	border-color: #999;
}
.btn-finsw {
	color: #FFF;
	background-color: rgba(0, 120, 240, 1);
	border-color: #999;
}
.btn-finsw:hover {
	color: #FFF;
	background-color: rgba(0, 120, 240, 0.6);
	border-color: #999;
}
/* background colors */
.bg-AliceBlue { background-color: #F0F8FF !important; }
.bg-AntiqueWhite { background-color: #FAEBD7 !important; }
.bg-Aqua { background-color: #00FFFF !important; }
.bg-Aquamarine { background-color: #7FFFD4 !important; }
.bg-Azure { background-color: #F0FFFF !important; }
.bg-Beige { background-color: #F5F5DC !important; }
.bg-Bisque { background-color: #FFE4C4 !important; }
.bg-Black { background-color: #000000 !important; }
.bg-BlanchedAlmond { background-color: #FFEBCD !important; }
.bg-Blue { background-color: #0000FF !important; }
.bg-BlueViolet { background-color: #8A2BE2 !important; }
.bg-Brown { background-color: #A52A2A !important; }
.bg-BurlyWood { background-color: #DEB887 !important; }
.bg-CadetBlue { background-color: #5F9EA0 !important; }
.bg-Chartreuse { background-color: #7FFF00 !important; }
.bg-Chocolate { background-color: #D2691E !important; }
.bg-Coral { background-color: #FF7F50 !important; }
.bg-CornflowerBlue { background-color: #6495ED !important; }
.bg-Cornsilk { background-color: #FFF8DC !important; }
.bg-Crimson { background-color: #DC143C !important; }
.bg-Cyan { background-color: #00FFFF !important; }
.bg-DarkBlue { background-color: #00008B !important; }
.bg-DarkCyan { background-color: #008B8B !important; }
.bg-DarkGoldenrod { background-color: #B8860B !important; }
.bg-DarkGray { background-color: #A9A9A9 !important; }
.bg-DarkGreen { background-color: #006400 !important; }
.bg-DarkKhaki { background-color: #BDB76B !important; }
.bg-DarkMagenta { background-color: #8B008B !important; }
.bg-DarkOliveGreen { background-color: #556B2F !important; }
.bg-DarkOrange { background-color: #FF8C00 !important; }
.bg-DarkOrchid { background-color: #9932CC !important; }
.bg-DarkRed { background-color: #8B0000 !important; }
.bg-DarkSalmon { background-color: #E9967A !important; }
.bg-DarkSeaGreen { background-color: #8FBC8F !important; }
.bg-DarkSlateBlue { background-color: #483D8B !important; }
.bg-DarkSlateGray { background-color: #2F4F4F !important; }
.bg-DarkTurquoise { background-color: #00CED1 !important; }
.bg-DarkViolet { background-color: #9400D3 !important; }
.bg-DeepPink { background-color: #FF1493 !important; }
.bg-DeepSkyBlue { background-color: #00BFFF !important; }
.bg-DimGray { background-color: #696969 !important; }
.bg-DodgerBlue { background-color: #1E90FF !important; }
.bg-finsw { background-color: #0078f0 !important; }
.bg-FireBrick { background-color: #B22222 !important; }
.bg-FloralWhite { background-color: #FFFAF0 !important; }
.bg-ForestGreen { background-color: #228B22 !important; }
.bg-Fuchsia { background-color: #FF00FF !important; }
.bg-Gainsboro { background-color: #DCDCDC !important; }
.bg-GhostWhite { background-color: #F8F8FF !important; }
.bg-Gold { background-color: #FFD700 !important; }
.bg-Goldenrod { background-color: #DAA520 !important; }
.bg-Gray { background-color: #808080 !important; }
.bg-Green { background-color: #008000 !important; }
.bg-GreenYellow { background-color: #ADFF2F !important; }
.bg-Honeydew { background-color: #F0FFF0 !important; }
.bg-HotPink { background-color: #FF69B4 !important; }
.bg-IndianRed { background-color: #CD5C5C !important; }
.bg-Indigo { background-color: #4B0082 !important; }
.bg-Ivory { background-color: #FFFFF0 !important; }
.bg-Khaki { background-color: #F0E68C !important; }
.bg-Lavender { background-color: #E6E6FA !important; }
.bg-LavenderBlush { background-color: #FFF0F5 !important; }
.bg-LawnGreen { background-color: #7CFC00 !important; }
.bg-LemonChiffon { background-color: #FFFACD !important; }
.bg-LightBlue { background-color: #ADD8E6 !important; }
.bg-LightCoral { background-color: #F08080 !important; }
.bg-LightCyan { background-color: #E0FFFF !important; }
.bg-LightGoldenrodYellowÂ { background-color: #FAFAD2 !important; }
.bg-LightGray { background-color: #D3D3D3 !important; }
.bg-LightGreen { background-color: #90EE90 !important; }
.bg-LightPink { background-color: #FFB6C1 !important; }
.bg-LightSalmon { background-color: #FFA07A !important; }
.bg-LightSeaGreen { background-color: #20B2AA !important; }
.bg-LightSkyBlue { background-color: #87CEFA !important; }
.bg-LightSlateGray { background-color: #778899 !important; }
.bg-LightSteelBlue { background-color: #b0c4de !important; }
.bg-LightYellow { background-color: #FFFFE0 !important; }
.bg-Lime { background-color: #00FF00 !important; }
.bg-LimeGreen { background-color: #32CD32 !important; }
.bg-Linen { background-color: #FAF0E6 !important; }
.bg-Magenta { background-color: #FF00FF !important; }
.bg-Maroon { background-color: #800000 !important; }
.bg-MediumAquamarine { background-color: #66CDAA !important; }
.bg-MediumBlue { background-color: #0000CD !important; }
.bg-MediumOrchid { background-color: #BA55D3 !important; }
.bg-MediumPurple { background-color: #9370DB !important; }
.bg-MediumSeaGreen { background-color: #3CB371 !important; }
.bg-MediumSlateBlueÂ { background-color: #7B68EE !important; }
.bg-MediumSpringGreen { background-color: #00FA9A !important; }
.bg-MediumTurquoise { background-color: #48D1CC !important; }
.bg-MediumVioletRed { background-color: #C71585 !important; }
.bg-MidnightBlue { background-color: #191970 !important; }
.bg-MintCream { background-color: #F5FFFA !important; }
.bg-MistyRose { background-color: #FFE4E1 !important; }
.bg-Moccasin { background-color: #FFE4B5 !important; }
.bg-NavajoWhite { background-color: #FFDEAD !important; }
.bg-Navy { background-color: #000080 !important; }
.bg-OldLace { background-color: #FDF5E6 !important; }
.bg-Olive { background-color: #808000 !important; }
.bg-OliveDrab { background-color: #6B8E23 !important; }
.bg-Orange { background-color: #FFA500 !important; }
.bg-OrangeRed { background-color: #FF4500 !important; }
.bg-Orchid { background-color: #DA70D6 !important; }
.bg-PaleGoldenrod { background-color: #EEE8AA !important; }
.bg-PaleGreen { background-color: #98FB98 !important; }
.bg-PaleTurquoise { background-color: #AFEEEE !important; }
.bg-PaleVioletRed { background-color: #DB7093 !important; }
.bg-PapayaWhip { background-color: #FFEFD5 !important; }
.bg-PeachPuff { background-color: #FFDAB9 !important; }
.bg-Peru { background-color: #CD853F !important; }
.bg-Pink { background-color: #FFC0CB !important; }
.bg-Plum { background-color: #DDA0DD !important; }
.bg-PowderBlue { background-color: #B0E0E6 !important; }
.bg-Purple { background-color: #800080 !important; }
.bg-Red { background-color: #FF0000 !important; }
.bg-RosyBrown { background-color: #BC8F8F !important; }
.bg-RoyalBlue { background-color: #4169E1 !important; }
.bg-SaddleBrown { background-color: #8B4513 !important; }
.bg-Salmon { background-color: #FA8072 !important; }
.bg-SandyBrown { background-color: #F4A460 !important; }
.bg-SeaGreen { background-color: #2E8B57 !important; }
.bg-Seashell { background-color: #FFF5EE !important; }
.bg-Sienna { background-color: #A0522D !important; }
.bg-Silver { background-color: #C0C0C0 !important; }
.bg-SkyBlue { background-color: #87CEEB !important; }
.bg-SlateBlue { background-color: #6A5ACD !important; }
.bg-SlateGray { background-color: #708090 !important; }
.bg-Snow { background-color: #FFFAFA !important; }
.bg-SpringGreen { background-color: #00FF7F !important; }
.bg-SteelBlue { background-color: #4682B4 !important; }
.bg-Tan { background-color: #D2B48C !important; }
.bg-Teal { background-color: #008080 !important; }
.bg-Thistle { background-color: #D8BFD8 !important; }
.bg-Tomato { background-color: #FF6347 !important; }
.bg-Turquoise { background-color: #40E0D0 !important; }
.bg-Violet { background-color: #EE82EE !important; }
.bg-Wheat { background-color: #F5DEB3 !important; }
.bg-White { background-color: #FFFFFF !important; }
.bg-WhiteSmoke { background-color: #F5F5F5 !important; }
.bg-Yellow { background-color: #FFFF00 !important; }
.bg-YellowGreen { background-color: #9ACD32 !important; }
/* text colors */
.txt-AliceBlue { color: #F0F8FF !important; }
.txt-AntiqueWhite { color: #FAEBD7 !important; }
.txt-Aqua { color: #00FFFF !important; }
.txt-Aquamarine { color: #7FFFD4 !important; }
.txt-Azure { color: #F0FFFF !important; }
.txt-Beige { color: #F5F5DC !important; }
.txt-Bisque { color: #FFE4C4 !important; }
.txt-Black { color: #000000 !important; }
.txt-BlanchedAlmond { color: #FFEBCD !important; }
.txt-Blue { color: #0000FF !important; }
.txt-BlueViolet { color: #8A2BE2 !important; }
.txt-Brown { color: #A52A2A !important; }
.txt-BurlyWood { color: #DEB887 !important; }
.txt-CadetBlue { color: #5F9EA0 !important; }
.txt-Chartreuse { color: #7FFF00 !important; }
.txt-Chocolate { color: #D2691E !important; }
.txt-Coral { color: #FF7F50 !important; }
.txt-CornflowerBlue { color: #6495ED !important; }
.txt-Cornsilk { color: #FFF8DC !important; }
.txt-Crimson { color: #DC143C !important; }
.txt-Cyan { color: #00FFFF !important; }
.txt-DarkBlue { color: #00008B !important; }
.txt-DarkCyan { color: #008B8B !important; }
.txt-DarkGoldenrod { color: #B8860B !important; }
.txt-DarkGray { color: #A9A9A9 !important; }
.txt-DarkGreen { color: #006400 !important; }
.txt-DarkKhaki { color: #BDB76B !important; }
.txt-DarkMagenta { color: #8B008B !important; }
.txt-DarkOliveGreen { color: #556B2F !important; }
.txt-DarkOrange { color: #FF8C00 !important; }
.txt-DarkOrchid { color: #9932CC !important; }
.txt-DarkRed { color: #8B0000 !important; }
.txt-DarkSalmon { color: #E9967A !important; }
.txt-DarkSeaGreen { color: #8FBC8F !important; }
.txt-DarkSlateBlue { color: #483D8B !important; }
.txt-DarkSlateGray { color: #2F4F4F !important; }
.txt-DarkTurquoise { color: #00CED1 !important; }
.txt-DarkViolet { color: #9400D3 !important; }
.txt-DeepPink { color: #FF1493 !important; }
.txt-DeepSkyBlue { color: #00BFFF !important; }
.txt-DimGray { color: #696969 !important; }
.txt-DodgerBlue { color: #1E90FF !important; }
.txt-finsw { color: #0078f0 !important; }
.txt-FireBrick { color: #B22222 !important; }
.txt-FloralWhite { color: #FFFAF0 !important; }
.txt-ForestGreen { color: #228B22 !important; }
.txt-Fuchsia { color: #FF00FF !important; }
.txt-Gainsboro { color: #DCDCDC !important; }
.txt-GhostWhite { color: #F8F8FF !important; }
.txt-Gold { color: #FFD700 !important; }
.txt-Goldenrod { color: #DAA520 !important; }
.txt-Gray { color: #808080 !important; }
.txt-Green { color: #008000 !important; }
.txt-GreenYellow { color: #ADFF2F !important; }
.txt-Honeydew { color: #F0FFF0 !important; }
.txt-HotPink { color: #FF69B4 !important; }
.txt-IndianRed { color: #CD5C5C !important; }
.txt-Indigo { color: #4B0082 !important; }
.txt-Ivory { color: #FFFFF0 !important; }
.txt-Khaki { color: #F0E68C !important; }
.txt-Lavender { color: #E6E6FA !important; }
.txt-LavenderBlush { color: #FFF0F5 !important; }
.txt-LawnGreen { color: #7CFC00 !important; }
.txt-LemonChiffon { color: #FFFACD !important; }
.txt-LightBlue { color: #ADD8E6 !important; }
.txt-LightCoral { color: #F08080 !important; }
.txt-LightCyan { color: #E0FFFF !important; }
.txt-LightGoldenrodYellowÂ { color: #FAFAD2 !important; }
.txt-LightGray { color: #D3D3D3 !important; }
.txt-LightGreen { color: #90EE90 !important; }
.txt-LightPink { color: #FFB6C1 !important; }
.txt-LightSalmon { color: #FFA07A !important; }
.txt-LightSeaGreen { color: #20B2AA !important; }
.txt-LightSkyBlue { color: #87CEFA !important; }
.txt-LightSlateGray { color: #778899 !important; }
.txt-LightSteelBlue { color: #b0c4de !important; }
.txt-LightYellow { color: #FFFFE0 !important; }
.txt-Lime { color: #00FF00 !important; }
.txt-LimeGreen { color: #32CD32 !important; }
.txt-Linen { color: #FAF0E6 !important; }
.txt-Magenta { color: #FF00FF !important; }
.txt-Maroon { color: #800000 !important; }
.txt-MediumAquamarine { color: #66CDAA !important; }
.txt-MediumBlue { color: #0000CD !important; }
.txt-MediumOrchid { color: #BA55D3 !important; }
.txt-MediumPurple { color: #9370DB !important; }
.txt-MediumSeaGreen { color: #3CB371 !important; }
.txt-MediumSlateBlueÂ { color: #7B68EE !important; }
.txt-MediumSpringGreen { color: #00FA9A !important; }
.txt-MediumTurquoise { color: #48D1CC !important; }
.txt-MediumVioletRed { color: #C71585 !important; }
.txt-MidnightBlue { color: #191970 !important; }
.txt-MintCream { color: #F5FFFA !important; }
.txt-MistyRose { color: #FFE4E1 !important; }
.txt-Moccasin { color: #FFE4B5 !important; }
.txt-NavajoWhite { color: #FFDEAD !important; }
.txt-Navy { color: #000080 !important; }
.txt-OldLace { color: #FDF5E6 !important; }
.txt-Olive { color: #808000 !important; }
.txt-OliveDrab { color: #6B8E23 !important; }
.txt-Orange { color: #FFA500 !important; }
.txt-OrangeRed { color: #FF4500 !important; }
.txt-Orchid { color: #DA70D6 !important; }
.txt-PaleGoldenrod { color: #EEE8AA !important; }
.txt-PaleGreen { color: #98FB98 !important; }
.txt-PaleTurquoise { color: #AFEEEE !important; }
.txt-PaleVioletRed { color: #DB7093 !important; }
.txt-PapayaWhip { color: #FFEFD5 !important; }
.txt-PeachPuff { color: #FFDAB9 !important; }
.txt-Peru { color: #CD853F !important; }
.txt-Pink { color: #FFC0CB !important; }
.txt-Plum { color: #DDA0DD !important; }
.txt-PowderBlue { color: #B0E0E6 !important; }
.txt-Purple { color: #800080 !important; }
.txt-Red { color: #FF0000 !important; }
.txt-RosyBrown { color: #BC8F8F !important; }
.txt-RoyalBlue { color: #4169E1 !important; }
.txt-SaddleBrown { color: #8B4513 !important; }
.txt-Salmon { color: #FA8072 !important; }
.txt-SandyBrown { color: #F4A460 !important; }
.txt-SeaGreen { color: #2E8B57 !important; }
.txt-Seashell { color: #FFF5EE !important; }
.txt-Sienna { color: #A0522D !important; }
.txt-Silver { color: #C0C0C0 !important; }
.txt-SkyBlue { color: #87CEEB !important; }
.txt-SlateBlue { color: #6A5ACD !important; }
.txt-SlateGray { color: #708090 !important; }
.txt-Snow { color: #FFFAFA !important; }
.txt-SpringGreen { color: #00FF7F !important; }
.txt-SteelBlue { color: #4682B4 !important; }
.txt-Tan { color: #D2B48C !important; }
.txt-Teal { color: #008080 !important; }
.txt-Thistle { color: #D8BFD8 !important; }
.txt-Tomato { color: #FF6347 !important; }
.txt-Turquoise { color: #40E0D0 !important; }
.txt-Violet { color: #EE82EE !important; }
.txt-Wheat { color: #F5DEB3 !important; }
.txt-White { color: #FFFFFF !important; }
.txt-WhiteSmoke { color: #F5F5F5 !important; }
.txt-Yellow { color: #FFFF00 !important; }
.txt-YellowGreen { color: #9ACD32 !important; }