.RIT_Calendar_Theme_Submenu1_Footer_Div
{
	margin-top: 30px;
	width: 99%;
	height: 140px;
	background-color: #6f6e6e; 
	padding: 5px;
}
.Theme_Title_Span
{
	color: white;
	margin-left: 25px;
	font-size: 25px;
	font-family: Gabriola;
}
.RIT_Calendar_search_theme_field
{
	height: 25px;
	margin-top: -10px;
	border-radius: 3px;
}
.RIT_Calendar_Reset_Theme_button
{
	width: 100px;
	background-color: #6f6e6e;
	color: white;
	border: 2px solid #6f6e6e;
	border-radius: 3px;
	box-shadow: 0px 0px 30px white;
	margin-left: 5px;
	cursor: pointer;
}
.searched_theme_calendar_does_not_exist
{
	color: white;
	font-family: Gabriola;
	font-size: 25px;
	margin-left: 15px;
}
.Create_New_Theme_Calendar_button
{
	cursor: pointer;
	width: 120px;
	background-color: #6f6e6e;
	color: #ffffff;
	border: 2px solid #0073aa;
	border-radius: 3px;
	box-shadow: 0px 0px 30px #ffffff;
	margin-right: 25px;
	float: right;
}
.RIT_Calendar_Event_Submenu_Div
{
	margin-top: 10px;
}
.RIT_Calendar_Theme_Sub_Main_Table
{
	width:99.5% ;
	margin:15px 0 0 0; 
	height:40px;
	border:1px solid #6f6e6e;
	padding: 2px;
}
.RIT_Calendar_Theme_Sub_first_row
{
	background:#6f6e6e !important;
	color:white;
	text-align: center;
	font-family: Gabriola;
	font-size: 20px;
}
.RIT_Calendar_Theme_Sub_main_id_item,.RIT_Calendar_Theme_Sub_id_item
{
	width:5%;
}
.RIT_Calendar_Theme_Sub_main_name_item,.RIT_Calendar_Theme_Sub_name_item
{
	width:30%;
}
.RIT_Calendar_Theme_Sub_main_shortcode_item,.RIT_Calendar_Theme_Sub_shortcode_item
{
	width:25%;
}
.RIT_Calendar_Theme_Sub_main_actions_item
{
	width:40%;
}
.RIT_Calendar_Theme_Sub_edit_item,.RIT_Calendar_Theme_Sub_delete_item
{
	width:20%;
	text-decoration: underline;
	color: #0073aa;
}
.RIT_Calendar_Theme_Sub_edit_item:hover,.RIT_Calendar_Theme_Sub_delete_item:hover
{
	cursor: pointer;
	color: #f68935;
}
.RIT_Calendar_Theme_Sub_Table,.RIT_Calendar_Theme_Sub_Table1
{
	width:99.5% ;
	padding: 2px;
	border:1px solid #6f6e6e;
	margin-top: 1px;
	background-color: #c0c0c0;
}
.RIT_Calendar_Theme_Sub_Table1
{
	display: none;
}
.RIT_Calendar_Theme_Sub_Table tr:nth-child(odd),.RIT_Calendar_Theme_Sub_Table1 tr:nth-child(odd)
{
	background:#f0f0f0 !important;
	color:#717171;
	text-align: center;
	font-size: 14px;
	height: 30px;	
}
.RIT_Calendar_Theme_Sub_Table tr:nth-child(even),.RIT_Calendar_Theme_Sub_Table1 tr:nth-child(even)
{
	background:#e4e3e3 !important;
	color:#717171;
	text-align: center;
	font-size: 14px;
	height: 30px;	
}
.RIT_Calendar_Event_Submenu_Div1
{
	margin-top: 10px;
	display: none;
}
.RIT_Cal_Them_Sub_Tab_Buttons
{
	background-color: #ffffff;
	color: #0073aa;
	border: 1px solid #0073aa;
	box-shadow: 0px 0px 30px #ffffff;
	width: 150px;
	cursor: pointer;
	margin-left: 10px;
	padding: 5px;
  	border-radius: 10px;
}
.RIT_Cal_Them_Sub_Tab_Buttons:hover
{
	background-color: #6f6e6e;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.RIT_Cal_Them_Sub_Tab_Buttons:active
{
	background-color: #ffffff;
	color: #6f6e6e;
	border: 1px solid #6f6e6e;
}
.RIT_Logo_Orange
{
  float: left;
  height: 70px;
}
.RIT_Cal_AI
{
  margin-top: 15px;
  display: none;
}

.Full_Version
{
	position: relative;
	text-align: center;
	padding: 5px 10px 5px 10px;
	float: right;
	background-color: #ffffff;
	font-size: 20px;
	margin-right: 40%;
	transition-duration: 1s;
}
.roboitcal
{
	margin-right: 15px;
	font-size: 30px !important;
}
.Full_Version_Span
{
	position: relative;
	margin-top: 60px;
	color:#ffffff;
	font-size:16px;
	text-align: center;
}
.Full_Version:hover
{
	background-color: #0073aa;
	color:#ffffff;
}