.Juna_IT_Easy_Calendar_Theme_Submenu1_Footer_Div
{
	margin-top: 30px;
	width: 99%;
	height: 120px;
	background-color: #0073aa; 
	border-radius: 10px;
	padding: 5px;
}
.Theme_Title_Span
{
	color: white;
	margin-left: 25px;
	font-size: 25px;
	font-family: Gabriola;
}
.Juna_IT_Easy_Calendar_search_theme_field
{
	height: 25px;
	margin-top: -10px;
	border-radius: 3px;
}
.Juna_IT_Easy_Calendar_Reset_Theme_button
{
	width: 100px;
	background-color: #0073aa;
	color: white;
	border: 2px solid #0073aa;
	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: #0073aa;
	color: #f68935;
	border: 2px solid #f68935;
	border-radius: 3px;
	box-shadow: 0px 0px 30px #f68935;
	margin-right: 25px;
	float: right;
}
.Juna_IT_Easy_Calendar_Event_Submenu_Div
{
	margin-top: 85px;
}
.Juna_IT_Easy_Calendar_Theme_Sub_Main_Table
{
	width:99.5% ;
	margin:15px 0 0 0; 
	height:40px;
	border:1px solid #0073aa;
	border-radius: 5px;
	padding: 2px;
}
.Juna_IT_Easy_Calendar_Theme_Sub_first_row
{
	background:#0073aa !important;
	color:white;
	text-align: center;
	font-family: Gabriola;
	font-size: 20px;
}
.Juna_IT_Easy_Calendar_Theme_Sub_main_id_item,.Juna_IT_Easy_Calendar_Theme_Sub_id_item
{
	width:5%;
}
.Juna_IT_Easy_Calendar_Theme_Sub_main_name_item,.Juna_IT_Easy_Calendar_Theme_Sub_name_item
{
	width:30%;
}
.Juna_IT_Easy_Calendar_Theme_Sub_main_shortcode_item,.Juna_IT_Easy_Calendar_Theme_Sub_shortcode_item
{
	width:25%;
}
.Juna_IT_Easy_Calendar_Theme_Sub_main_actions_item
{
	width:40%;
}
.Juna_IT_Easy_Calendar_Theme_Sub_edit_item,.Juna_IT_Easy_Calendar_Theme_Sub_delete_item
{
	width:20%;
	text-decoration: underline;
	color: #b12201;
}
.Juna_IT_Easy_Calendar_Theme_Sub_edit_item:hover,.Juna_IT_Easy_Calendar_Theme_Sub_delete_item:hover
{
	cursor: pointer;
	color: #f68935;
}
.Juna_IT_Easy_Calendar_Theme_Sub_Table,.Juna_IT_Easy_Calendar_Theme_Sub_Table1
{
	width:99.5% ;
	padding: 2px;
	border:1px solid #0073aa;
	border-radius: 5px;
	margin-top: 1px;
	background-color: #c0c0c0;
}
.Juna_IT_Easy_Calendar_Theme_Sub_Table1
{
	display: none;
}
.Juna_IT_Easy_Calendar_Theme_Sub_Table tr:nth-child(odd),.Juna_IT_Easy_Calendar_Theme_Sub_Table1 tr:nth-child(odd)
{
	background:#f0f0f0 !important;
	color:#717171;
	text-align: center;
	font-size: 14px;
	height: 30px;	
}
.Juna_IT_Easy_Calendar_Theme_Sub_Table tr:nth-child(even),.Juna_IT_Easy_Calendar_Theme_Sub_Table1 tr:nth-child(even)
{
	background:#e4e3e3 !important;
	color:#717171;
	text-align: center;
	font-size: 14px;
	height: 30px;	
}
.Juna_IT_Easy_Calendar_Event_Submenu_Div1
{
	margin-top: 85px;
	display: none;
}
.Juna_IT_Easy_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;
}
.Juna_IT_Easy_Cal_Them_Sub_Tab_Buttons:hover
{
	background-color: #0073aa;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.Juna_IT_Easy_Cal_Them_Sub_Tab_Buttons:active
{
	background-color: #ffffff;
	color: #0073aa;
	border: 1px solid #0073aa;
}
/*OnOffSwitch*/
.onoffswitch 
{
	position: relative; 
	width: 80px;
	-webkit-user-select:none;
	-moz-user-select:none; 
	-ms-user-select: none;
}
.onoffswitch-checkbox 
{
    display: none !important;
}
.onoffswitch-label 
{
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border: 1px solid #0073aa; 
    border-radius: 15px;
    height: 25px;
}
.onoffswitch-inner 
{
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after 
{
    display: block; 
    float: left; 
    width: 50%; 
    height: 25px; 
    padding: 0; 
    line-height: 25px;
    font-size: 14px; 
    color: white; 
    font-family: 
    Trebuchet, Arial, sans-serif; 
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before 
{
    content: "Yes";
    padding-left: 10px;
    background-color: #0073aa; 
    color: #f2f2f2;
    text-align: left;

}
.onoffswitch-inner:after 
{
    content: "No";
    padding-right: 10px;
    background-color: #f2f2f2; 
    color: #0073aa;
    text-align: right;
}
.onoffswitch-switch 
{
    display: block; 
    width: 18px; 
    margin: 6px;
    background: #0073aa;
    position: absolute; 
    top: 0; 
    bottom: 0;
    right: 45px;
    border: 1px solid #999999; 
    border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner 
{
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch 
{
    right: 0px; 
    background: #f2f2f2;
}

input[type=range] 
{
  -webkit-appearance: none;
  width: 153px;
  margin: 11px 0;
}
input[type=range]:focus 
{
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track 
{
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 2.1px 2.1px 15px #c0c0c0, 0px 0px 2.1px #cdcdcd;
  background: #0073aa;
  border-radius: 25px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb 
{
    box-shadow: 4.4px 4.4px 6px #c0c0c0, 0px 0px 4.4px #cdcdcd;
  border: 0px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 11px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track 
{
    background: #0073aa;
}
input[type=range]::-moz-range-track 
{
  width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 2.1px 2.1px 15px #c0c0c0, 0px 0px 2.1px #cdcdcd;
    background: #0073aa;
    border-radius: 25px;
    border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb 
{
    box-shadow: 4.4px 4.4px 6px #c0c0c0, 0px 0px 4.4px #cdcdcd;
    border: 0px solid rgba(0, 0, 0, 0);
    height: 29px;
    width: 11px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track 
{
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower 
{
    background: #0073aa;
    border: 0px solid #010101;
    border-radius: 50px;
    box-shadow: 2.1px 2.1px 15px #c0c0c0, 0px 0px 2.1px #cdcdcd;
}
input[type=range]::-ms-fill-upper 
{
    background: #0073aa;
    border: 0px solid #010101;
    border-radius: 50px;
    box-shadow: 2.1px 2.1px 15px #c0c0c0, 0px 0px 2.1px #cdcdcd;
}
input[type=range]::-ms-thumb 
{
    box-shadow: 4.4px 4.4px 6px #c0c0c0, 0px 0px 4.4px #cdcdcd;
    border: 0px solid rgba(0, 0, 0, 0);
    height: 29px;
    width: 11px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower 
{
  background: #0073aa;
}
input[type=range]:focus::-ms-fill-upper 
{
  background: #0073aa;
}   

/*wpcolorPicker*/
.wp-color-result
{
  background-color: #ffa350;
}
.wp-picker-clear
{
  display: none !important;
}
.wp-picker-container .iris-picker {
  margin-left: 120px;
  position: absolute;
}
/*wpcolorPicker*/

legend
{
	color: #0073aa;
	font-style:italic;
	margin-left: 10px;
	font-size: 15px;
}

.Juna_IT_Easy_Cal_Theme_Sub_Fieldset
{
  background-color:white;
  border-radius:10px;
  margin: 5px;
  border:1px solid #0073aa;
  padding: 5px;
  float: left;
}
.Juna_IT_Easy_CalThemeSubTable
{
  width: 380px !important;
}
.Juna_IT_Easy_CalThemeSubTable td:nth-child(odd)
{
  width: 150px;
  height: 30px;
  text-align: center;
  font-size: 13px;
  background-color: #f5f6f6;
  color:#6e6f6f;
  border-radius: 3px;
}
.Juna_IT_Easy_CalThemeSubTable td:nth-child(even)
{
  text-align: left;
  padding-left: 10px;
}
.Juna_IT_Easy_Calendar_Select_Menu
{
  width:180px;
}
.Juna_IT_Easy_Calendar_Input
{
  width:180px;
}
.Juna_IT_Easy_Cal_Theme_Sub_Main_Fieldset
{
  background-color:white;
  border-radius:10px;
  margin: 5px;
  border:1px solid #0073aa;
  padding: 5px;
  float: left;
  display: none;
}
.Juna_IT_Logo_Orange
{
  float: left;
  height: 70px;
}
.Juna_IT_Easy_Calendar_Table1
{
  width: 770px;
}
.Juna_IT_Easy_Calendar_Table1 td img
{
  border:1px solid white;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
}
.Juna_IT_Easy_Calendar_Table1 td img:hover
{
  border:1px solid #0073aa !important;
  background-color: #eaeaea !important;
}
.Juna_IT_Easy_Calendar_Table1 td img:active
{
  border:1px solid #0073aa !important;
  background-color: #c5c5c5 !important;
}	
#Juna_IT_Easy_Calendar_Image_1,#Juna_IT_Easy_Calendar_Image_2,#Juna_IT_Easy_Calendar_Image_3
{
  display: none;
} 
.Juna_IT_Easy_Calendar_Button_Div
{
  margin-top: 15px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  width: 99%;
  background-color: #f68935;
}
.Juna_IT_Easy_Calendar_Full_Version_Image
{
  height: 50px;
  width: 250px;
  background-image: url("../Images/full-version.png");
  background-size: 250px 50px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  transition-duration:1s; 
}
.Juna_IT_Easy_Calendar_Full_Version_Image:hover
{
  background-image: url("../Images/full-version-1.png");
}