
* {
  box-sizing: border-box;
}

div.mainContainer {
	text-align:	center;
	display:	block;
	display:	inline-block;
	margin:		auto;
	width:		600px;
	display:	table;
	background-color: transparent;
	border:	5px solid Chocolate;
}

/*	
.hintsChBox {
	width: 20px;
	height:20px;
	margin-top: 5px;
	padding-top:15px;
	text-align: center;
}
*/

.exeNavigatorToolBar {
	background-color:brown;
	border-radius: 3%;
	padding: 5px;
}

.exeToolBar {
	background-color:darkorange;
	/*
	border-radius: 3%;
	border:	5px solid Chocolate;
	*/
}

.HIDDEN {
	visibility:hidden;
}

.HINTS_BLINK_BG_COLOR {
    background-color: yellow;
}
.HINTS_STOP_BLINK_BG_COLOR {
    background-color: GreenYellow;
}



/* ========== FONTS ===========*/

.DEF_FZ						{	font-size: 20px;	}
/*
.DEFAULT_FONT_HEIGHT		{	font-size: 30px;	}
.DEFAULT_FONT_WIDTH			{	font-size: 30px;	}
*/
.DEFAULT_CARRY_FONT_SIZE	{	font-size: 15px;	}
/*.DEFAULT_BORROW_FONT_SIZE	{	font-size: 15px;	}*/
.EMOJI_SUB_FONT_SIZE		{	font-size: 20px;	}


.DEFAULT_CARRY_FONT_SIZE	{	font-size: 15px;	}

.TEXT_001	{	font-size: 13px;	}

.DEFAULT_BORROW_FONT		{	
	font-family:arial;
	font-size:	17px;	
	color:		red;
	margin:		0;
}


/* ========== BACKGROUND COLOR ===========*/
.BG_000	{	background-color:	rgb(255, 255, 180);		} /*	 = def_BG			*/
.BG_001	{	background-color:	rgb(230, 255, 255);		} /*	 = def_BG			*/
.BG_002	{	background-color:	rgb(255, 220, 255);		} /*	 = def_BG			*/
.BG_003	{	background-color:	rgb(235, 255, 180);		} /*	 = def_BG			*/
.BG_004	{	background-color:	rgb(255, 255, 180);		} /*	 = def_BG			*/
.BG_005	{	background-color:	rgb(230, 255, 255);		} /*	 = def_BG			*/
.BG_006	{	background-color:	rgb(255, 220, 255);		} /*	 = def_BG			*/
.BG_007	{	background-color:	rgb(235, 255, 180);		} /*	 = def_BG			*/
.BG_008	{	background-color:	rgb(255, 255, 180);		} /*	 = def_BG			*/
.BG_009	{	background-color:	rgb(230, 255, 255);		} /*	 = def_BG			*/

.BG_01	{	background-color:	rgb(255, 220, 150);		} /*	 = ??				*/
.BG_02	{	background-color:	rgb(255, 200, 125);		} /*	 = def_args_bg		*/
.BG_03	{	background-color:	rgb(255, 180, 100);		} /*	 = ??				*/
.BG_04	{	background-color:	rgb(255, 160,  75);		} /*	 = def_answer_bg	*/
.BG_05	{	background-color:	rgb(255, 140,  50);		} /*	 = ??				*/
.BG_06	{	background-color:	rgb(255, 120,  25);		} /*	 = ??				*/
.BG_07	{	background-color:	rgb(255, 120,  25);		} /*	 = ??				*/
.BG_08	{	background-color:	white;					} /*	 = ??				*/
.BG_09	{	background-color:	white;					} /*	 = ??				*/
.BG_10	{	background-color:	LightGray;				} /*	 = def_borrow_bg,
																	def_carry_bg,
																	def_mul_add_carry_bg,
																	def_add_carry_bg 	*/
/*.BG_11	{	background-color:	HotPink;				}*/ /*	 = def_mul_R1_bg	*/
/*.BG_12	{	background-color:	SkyBlue;				}*/ /*	 = def_mul_R2_bg	*/
/*.BG_13	{	background-color:	OrangeRed;				}*/ /*	 = def_mul_R3_bg	*/

.BG_14	{	background-color:	white;					} /*	 = ??							*/
.BG_15	{	background-color:	white;					} /*	 = ??							*/
.BG_16	{	background-color:	LightGreen;				} /*	 = def_correct_ans_color		*/
.BG_17	{	background-color:	Salmon;					} /*	 =  def_wrong_ans_color	= 17;	*/
.BG_18	{	background-color:	rgb(255, 255, 130);		} /*	 =  button_cell_BG	= 18;		*/
.BG_19	{	background-color:	LightYellow;			} /*	 = table empty rows,			*/

.BG_101	{	background-color:	rgb(255, 240, 175);		} /*	 = def_mul_R1_bg	*/
.BG_102	{	background-color:	rgb(255, 220, 150);		} /*	 = def_mul_R2_bg	*/
.BG_103	{	background-color:	rgb(255, 200, 125);		} /*	 = def_mul_R3_bg	*/
.BG_104	{	background-color:	rgb(255, 180, 100);		} /*	 = def_mul_R4_bg	*/
.BG_105	{	background-color:	rgb(255, 160,  75);		} /*	 = def_mul_R5_bg	*/
.BG_106	{	background-color:	rgb(255, 140,  50);		} /*	 = def_mul_R6_bg	*/
.BG_107	{	background-color:	rgb(255, 120,  25);		} /*	 = def_mul_R7_bg	*/
.BG_108	{	background-color:	rgb(255, 100,  25);		} /*	 = def_mul_R8_bg	*/
.BG_109	{	background-color:	rgb(255, 080,  25);		} /*	 = def_mul_R9_bg	*/


/* ========== COLORS ===========*/
.COLOR_00	{	color:	white;					}	/* COLOR_00 =  ?????				= 0;	*/
.COLOR_01	{	color:	black;					}	/* COLOR_01 =  def_FC				= 1;	*/
.COLOR_02	{	color:	yellow;					}	/* COLOR_02 =  def_blink_color		= 2;	*/
.COLOR_03	{	color:	white;					}	/* COLOR_03 =  def_editable_color	= 3;    */
.COLOR_04	{	color:	blue;					}	/* COLOR_04 =  def_arrows_color		= 4;    */
.COLOR_05	{	color:	rgb(179, 215, 255);		}	/* COLOR_05 =  def_border_color		= 5;    */
.COLOR_06	{	color:	DarkGreen;				}	/* COLOR_06 =  def_answer_color		= 6;    */
.COLOR_07	{	color:	DarkGreen;				}	/* COLOR_07 =  def_remaider_color 	= 7;    */
.COLOR_08	{	color:	DarkBlue;				}	/* COLOR_08 =  def_arg1_color		= 8;    */
.COLOR_09	{	color:	Blue;					}	/* COLOR_09 =  def_arg2_color		= 9;    */
.COLOR_10	{	color:	Crimson;				}	/* COLOR_10 =  def_sub_numbers_color= 10;	*/
.COLOR_11	{	color:	DarkBlue;				}	/* COLOR_11 =  def_div_numbers_color= 11;	*/
.COLOR_12	{	color:	DarkBlue;				}	/* COLOR_12 =  def_down_digits_color= 12;	*/
.COLOR_13	{	color:	GreenYellow;			}	/* COLOR_13 =  def_end_blink_color	= 13;	*/
.COLOR_14	{	color:	Blue;					}	/* COLOR_14 =  def_carry_color		= 14;	*/
.COLOR_15	{	color:	Brown;					}	/* COLOR_15 =  def_blinkr_color		= 15;	*/
.COLOR_16	{	color:	red;					}	/* COLOR_16 =  def_borrow_color		= 16;	*/
/*.COLOR_17	{	color:	Salmon;					}*/	/* COLOR_17 =  def_wrong_ans_color	= 17;	*/
.COLOR_18	{	color:	Gray;					}	/* COLOR_18 =  ???	= 18;	*/


