/*@viewport {
  zoom: 1.0;
  width: device-width;
}*/
@keyframes loginbodybackgroundanimation {
  0%   {background: url("images/sfondo_ca_1.jpg") no-repeat center center fixed;}
  50%   {background: url("images/sfondo_ca_2.jpg") no-repeat center center fixed;}
  100%   {background: url("images/sfondo_ca_3.jpg") no-repeat center center fixed;}
}

@keyframes pulse {
  0% {
    background-color: #FF4136;
  }
  100% {
    background-color: #DDDDDD;
  }
}

@font-face {
    font-family: SegoeUI;
    src:
    url(fonts/maven_pro_regular-webfont.woff) format("woff"),
    url(fonts/maven_pro_regular-webfont.ttf) format("truetype");
    font-weight: 400;
}

body {
	color: #000000;
	font-family:SegoeUI;
	font-size:12px;
	text-align:left;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	min-height:100%;
	table-layout: fixed;
	width:100%;
	height:calc(100%);
	position:absolute;	
}

.listsmallcell
{
	width:32px;
	vertical-align:top;
	white-space: normal;
}

.listindexcell
{
	width:20px;
	vertical-align:top;
	text-align:center;
	white-space: normal;
	font-size:8px;
}

.smallcommandcell
{
	width:32px;
	vertical-align:top;
	text-align:center;
	white-space: normal;
}

.commandcell
{
	width:48px;
	vertical-align:top;
	text-align:center;
	white-space: normal;
}

.listtable
{
	background-color: #FFFFFF;
	color: #000000;
	border-collapse:separate;
	padding: 3px;
	font-size:12px;
	table-layout:fixed;
	width:100%;
}

.visiblenotepanel {
	left:calc(100% - 320px);
	width:320px;
	height:calc(100%);
	position:absolute;
}

.hiddennotepanel {
	visibility: hidden;
}

.editpanelwithoutnotes {
	width:calc(100%);
	height:calc(100%);
	position:absolute;
}

.editpanelwithnotes {
	width:calc(100% - 320px);
	height:calc(100%);
	position:absolute;
}

.formtitlebuttons
{
	width:36px;
}

.formtab:hover {
	background-color:#E89E9B;
}

.formtab {
	display: inline-block;
	text-align: center;
	padding: 0px 8px 0px 4px;
	color: black;
	font-size:12px;
	text-decoration: none;
}

.selectedformtab {
	display: inline-block;
	text-align: center;
	padding: 0px 8px 0px 4px;
	color: black;
	font-size:12px;
	text-decoration: none;
	background: linear-gradient(180deg, #E89E9B calc(100% - 2px), #E50700 calc(100% - 2px));
}

@media screen and (max-width: 800px) 
{
	.selectedformtab {
		width:32px;
		font-size: 0;
	}
	
	.formtab {
		width:32px;
		font-size: 0;
	}
}

.embeddedformtab:hover {
	background-color: #E89E9B;
}

.embeddedformtab {
	display: inline-block;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: black;
	width:32px;
	height:32px;
	vertical-align:middle;
	text-decoration: none;
}

.selectedembeddedformtab {
	display: inline-block;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: black;
	width:32px;
	height:32px;
	vertical-align:middle;
	text-decoration: none;
	/*background-color: #5A70AA;*/
	background: linear-gradient(180deg, #E89E9B calc(100% - 2px), #E50700 calc(100% - 2px));
}

.navbar .icon 
{
  display: none;
}

@media screen and (max-width: 800px) 
{
	.navbar a:not(:first-child) 
	{
		display: none;
	}
	.navbar a.icon 
	{
		float: right;
		display: block;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) 
{
	.navbar.responsive 
	{
		position: relative;
	}
	.navbar.responsive a.icon 
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	.navbar.responsive a 
	{
		float:none;
		display: block;
		text-align: left;
	}
	.navbar.responsive a:hover 
	{
		background-color: #E89E9B;
	}
}

 /* Style the navigation bar */
.lockbar {
  width: 100%;
  background-color: #ffb3b3;
  overflow: auto;
  font-size:12px;	
}

.lockbartitle{
	float: left;
	text-align: center;
	color: black;
	background-color: #ffb3b3;
	text-decoration: none;
	font-family:SegoeUI;
	font-size:16px;	
}

.lockbar-left{
  float: left;
}
.lockbar img {
	filter: invert(100%);
}

/* lockbar links */
.lockbar a {
	display: block;
	text-align: center;
	padding: 0px 8px 0px 4px;
	color: black;
	text-decoration: none;
	font-family:SegoeUI;
}

/* Navbar links on mouse-over */
.lockbar a:hover {
  background-color: #ff8080;
  color: black;
}

.lockbar a.lockbartitle:hover
{
	background-color: #ffb3b3;
}

.usergroupcell{
	padding:4px;
	font-size:14pt;
	font-weight: bold;
}

 /* Style the navigation bar */
.navbar {
  width: 100%;
  background-color: #EEEEEE;
  overflow: auto;
  font-size:12px;	
}

.navbaruser{
	text-align: right;
	color: black;
	text-decoration: none;
	font-family:SegoeUI;
	font-size:12px;	
}

.navbartitle{
	float: left;
	text-align: center;
	color: black;
	background-color: #EEEEEE;
	text-decoration: none;
	font-family:SegoeUI;
	font-size:16px;	
}

.navbar-button
{
	max-width:32px;
}

.navbar-left{
  float: left;
}

.navar-hidden {
	width:32px;
	display:inline;
}

.navbar-showed {
	width:340px;
	display:inline;
}

.navbar-popupheader{
	width:100%;
	height:32px;
	background-color:#DDDDDD;
}

.navbar-collapsedheader{
	width:32px;
	background-color:#DDDDDD;
	height:100%;
}

.navbar-right {
  float: right;
}

.navbar-secondary{
	background-color:#DDDDDD;
}
.navbar-secondary a {
	display: block;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: black;
	text-decoration: none;
	font-family:SegoeUI;
}

/* Navbar links on mouse-over */
.navbar-secondary  a:hover {
  background-color: #E89E9B;
  color:#FFFFFF;
}

.navbar-secondarytitle{
	float: left;
	text-align: center;
	color: black;
	background-color:#DDDDDD;
	text-decoration: none;
	font-family:SegoeUI;
	font-size:14px;	
	opacity:0.5;
}

.navbar-secondary a.navbar-secondarytitle:hover
{
	background-color: #DDDDDD;
}

/* Navbar links */
.navbar a {
	display: block;
	text-align: center;
	padding: 0px 8px 0px 4px;
	color: black;
	text-decoration: none;
	font-family:SegoeUI;
}

/* Navbar links on mouse-over */
.navbar a:hover {
  background-color: #E89E9B;
}

.navbar a.navbartitle:hover
{
	background-color: #EEEEEE;
}

/* Current/active navbar link */
.active {
  background-color: #4CAF50;
}

.pagebar
{
	left:0px;
	top:0px;
	width:calc(100%);
	height:32px;
	position:absolute;	
	z-index:9999;
}

.pagebody
{
	left:0px;
	top:32px;
	width:calc(100%);
	height:calc(100% - 32px);
	position:absolute;	
	overflow-x:auto;
	overflow-y:auto;
}

.mainpanel
{
	top:0px;
	height:calc(100%);
	position:absolute;	
}

.cclogo
{
	width: 128px;
}

.logintext
{
	padding:4px;
}

.loginbody {
	width:100%;
	height:calc(100%);
	position:absolute;
	text-align:center;
	background: url("images/sfondo_ca_1.jpg") no-repeat center center fixed;
	background-size: cover;
	
	animation-name: loginbodybackgroundanimation;
    animation-duration: 20s;	
	animation-iteration-count: infinite;
}

.loginpage {

	display: inline-block;
	height:100%;
	left:calc(100% - 380px);
	top:0px;
	width:380px;
	min-width:380px;
	position:absolute;
	background: rgba(255, 255, 255, 0.5);
}

.loginblock 
{
	 display:inline-block;
	 vertical-align:middle;
}

.page {
	color: #000000;
	font-family:SegoeUI;
	font-size:12px;
	text-align:left;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	min-height:100%;
	table-layout: fixed;
}

.messagetable {
	padding:0px;
	background-color: #EEEEEE;
	font-family:SegoeUI;
	font-size:12px;
	table-layout: fixed;
}

.menupage {
	padding:0px;
	background-color: #EEEEEE;
	font-family:SegoeUI;
	font-size:12px;
	table-layout: fixed;
}

.sidepanel {
	padding: 0px;
	font-family:SegoeUI;
	font-size:12px;	
	overflow: hidden;
	vertical-align:middle;
	width:340px;
	height:100%;
}

.menuheader {
	padding: 2px;
	background-color: #EEEEEE;
	height: 36px;
	font-family:SegoeUI;
	font-size:12px;	
	overflow: hidden;
	vertical-align:middle;
	table-layout: fixed;
    white-space: nowrap;	
	text-overflow: ellipsis;
}

.mediumsmallimage {
	vertical-align:text-bottom;
	width: 32px;
}
.ultrasmallimage {
	vertical-align:text-bottom;
	width: 24px;
}

.ultrasmalllink {
	font-size:9px;
	color: black;
	font-weight: bold;
	text-decoration:underline;
}

.ultrasmalltext {
	font-size:9px;
	color: black;
	text-decoration:none;
}

.formtext {
	font-size:15px;
}

.formtitle {
	font-size:16px;
	font-weight: bold;
}

.subtitle {
	font-size:12px;
	color: #000000;
	text-decoration: none;		
}

.title {
	font-size:14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

th {
	color: #000000;
	white-space: normal;
	spacing: 2px;
	padding: 2px;
	height: 36px;
	overflow: hidden;
	table-layout: fixed;
}

td {
	padding:0px;
	vertical-align: top;
	overflow: hidden;
	table-layout: fixed;
}

.logo {
	color: #000000;
	font-family: SegoeUI;
	font-size:9px;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 8px;
	height:100px;
}

.selectedpaneltd {
	color: #000000;
	background-color: #000000;
	cursor:pointer;
	padding:2px;
	font-family:SegoeUI;
	font-size:13px;
	text-align:left;
	vertical-align: middle;
}

.unselectedpaneltd {
	color: #000000;
	background-color: #EEEEEE;
	cursor:pointer;
	padding:2px;
	font-family:SegoeUI;
	font-size:13px;
	text-align:left;
	vertical-align: middle;			
}

.selectedtd {
	color: #000000;
	background-color: #000000;
	cursor:pointer;
	padding:2px;
	font-family:SegoeUI;
	font-size:13px;
	text-align:left;
	vertical-align: middle;
}

.unselectedtd {
	color: #000000;
	background-color: #000000;
	cursor:pointer;
	padding:2px;
	font-family:SegoeUI;
	font-size:13px;
	text-align:left;
	vertical-align: middle;			
}

a {
	color: #E50700;
}	

.biglinkbuttons {
	font-size:15px;
	color: black;
	text-decoration:none;
	cursor:pointer;
}	

/*.linkbuttons:hover {
	background-color: #E89E9B;
}*/

.coordinatepanel{
	text-align: right;
	font-size:10px;
	color: black;
	text-decoration:none;
}

.linkbuttons {
	font-size:12px;
	color: black;
	text-decoration:none;
	cursor:pointer;
}	

hr {
	border-top: 0px solid #444444;
}

.secondaryseparator {
	border-top: 0px solid #DDDDDD;
}

input {
	font-family: 'SegoeUI';
	font-size: 12px;   
	background-color: #EEEEEE;
	color: #000000;		
	border:1px solid #333333;
}

.logininput {
margin: 0px 0px 4px 0px;
font-size: 18px;   
width:200px;
}

.loginbutton {
margin: 0px 0px 4px 0px;
font-size: 18px;   
}

.passwordrecoveryinput 
{
	margin: 0px 0px 4px 0px;
	font-size: 18px;   
	width:200px;
}

.titleinput {
margin: 0px 0px 4px 0px;
font-size: 18px;   
width:420px;
}

.cavename{
font-size: 15px;   
font-weight:bold;
}

select {font-family: 'SegoeUI';
  font-size: 12px;   
  background-color: #EEEEEE;
color: #000000;			  
border:1px solid #333333;
}

textarea {font-family: 'SegoeUI';
  font-size: 12px;   
background-color: #EEEEEE;
color: #000000;			 
border:1px solid #333333;			
}

.ultralargeinput {
	width:600px;
	height:240px;
	resize: none;
}

.largeinput {
	width:600px;
	height:120px;
	resize: none;
}

.tinyinput {
	width:600px;
	height:60px;
	resize: none;
}

.longinput {
	width:600px;
}

.mediuminput {
	width:400px;
}

.smallinput {
	width:200px;
}

.ultrasmallinput {
	width:70px;
}

.tablerowheader {
vertical-align:middle;
width: 140px;
}

@media screen and (max-width: 800px) 
{
	.titleinput {
		width:320px;
	}
	
	.ultralargeinput {
		width:280px;
		height:240px;
		resize: none;
	}

	.largeinput {
		width:280px;
		height:120px;
		resize: none;
	}

	.tinyinput {
		width:320px;
		height:60px;
		resize: none;
	}
	
	.tablerowheader {
	vertical-align:middle;
	width: 120px;
	}

	.longinput {
		width:280px;
	}
	
	.mediuminput {
		width:240px;
	}

	.smallinput {
		width:140px;
	}
}

.requiredinput {
	border:1px solid red;			
}

.readonlyinput {
	background-color: #EEEEEE;		
}

.menupanels {
background-color: #EEEEEE;
color: #000000;
border:0px;
text-align:left;
vertical-align: top;
overflow: hidden;
table-layout: fixed;
}

.menutext{
vertical-align: middle;
border:0px;
font-size:13px;
color: black;
text-decoration:none;
cursor:pointer;
}

.menutextselected{
vertical-align: middle;
border:0px;
color: #000000;
font-size:13px;
text-decoration:none;
cursor:pointer;
overflow: hidden;
table-layout: fixed;
}

.loginlogoimage {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:180px;
  background: url("images/logoebanner.png") no-repeat;
  background-size:contain;
  background-position: center; 
}

.logoimage {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("images/logo.png") no-repeat;
  background-size:contain;
  background-position: center;   
}

.extendedtext::after {
  content: "  ";
  white-space: pre;
}

.logotext {
	padding:4px;
	font-size:10pt;
	font-weight:bold;
}

@media screen and (min-width: 800px) 
{

	.logoimage {
	  width: 95px;
	  /*height: 48px;
	  padding-left: 77px;*/
	}

	.menulogo {
		padding:8px;
	}
	
	.menupanel
	{
		width:110px;
		font-size:13px;
	}	
	.menuitem 
	{
		width:110px;
		font-size:13px;
	}
	.menuitemselected 
	{
		width:110px;
		font-size:13px;
	}
	
	.mainpanel
	{
		left:110px;
		width:calc(100% - 110px);
	}
}

@media screen and (max-width: 800px) 
{
	
	.logoimage {
	  width: 32px; 
	  height: 32px;
	  padding-left: 32px;
	  background-size:contain;
	  background-position: center; 
	}
	
	.logotext {
	  display:none;
	}
	
	.menulogo {
		padding:1px;
	}
	.menupanel
	{
		width:36px;
		font-size:0;
	}	
	.menuitem 
	{
		width:36px;
		font-size:0;
	}
	.menuitemselected 
	{
		width:36px;
		font-size:0;
	}

	.mainpanel
	{
		left:36px;
		width:calc(100% - 36px);
	}
}

.menupanel
{
	left:0px;
	top:0px;
	height:calc(100%);
	position:absolute;	
	background-color: #EEEEEE;
}

.menuitem {
	float: left;
	border:0px;
	text-align: left;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	color: black;
	text-decoration: none;
	font-family:SegoeUI;
	overflow: hidden;
	table-layout: fixed;	
}

.menuitemselected  {
	float: left;
	border:0px;
	text-align: left;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	/*background-color: #E50700;*/
	background: linear-gradient(90deg, #E89E9B calc(100% - 2px), #E50700 calc(100% - 2px));
	color: black;
	text-decoration: none;
	font-family:SegoeUI;
	/*background-repeat: no-repeat;*/
	/*background-image: url('images/menuclip.png');*/
	/*background-position: right center;	*/
	overflow: hidden;
	table-layout: fixed;
}

.menuitem:hover {
  /* background-color: #E50700;*/
  background-color: #E89E9B;
}

.stattab 
{
	height:48px;
}

.stattext {
	vertical-align: middle;
}

.statimage{
	float:left;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	border:0px;	
}

.stattable td{
	padding:2px;
}

.stattable {
	border-collapse: collapse;
	overflow: hidden;
	table-layout: fixed;
	margin:4px;
	padding:2px;
}

.statregpanel
{
	background-color: #DDDDDD; 
	position:absolute;
	left:0px;
	top:0px;
	height:48px;
	width:calc(100%);
}

@media screen and (max-width: 800px) 
{
	
	.statseltable{
		vertical-align:middle;		
		height:32px;
		table-layout:fixed;
	}
	
	.statsel {
		border-collapse:separate;
		padding: 3px;
		font-size:12px;
		vertical-align: center;	
	}
	
	.ministatpanel {
		background-color: #CCCCCC; 
		position:absolute;
		left:0px;
		top:0px;
		height:32px;
		width:calc(100%);
	}

	.mainstatpanel
	{
		position:absolute;
		top:32px;
		left:0px;
		/*height:calc(100%);*/
		width:calc(100%);
		overflow:auto;
	}

	.shiftmainstatpanel
	{
		top:80px;
		height:calc(100% - 80px);
	}
	
	.statpanel {
		display:none;
	}

}

@media screen and (min-width: 800px) 
{
	.ministatpanel {
		display:none;
	}
		
	.mainstatpanel
	{
		position:absolute;
		top:0px;
		left:240px;
		height:calc(100%);
		width:calc(100% - 240px);
		overflow:auto;
	}
	
	.shiftmainstatpanel
	{
		top:48px;
		height:calc(100% - 48px);
	}

	.statpanel {
		display:block;
		overflow-y:auto;
		overflow-x:hidden;
		left:0px;
		top:0px;
		height:100%;
		position:absolute;	
		width:240px;
		font-size:12px;	
		background-color: #f7f7f7;
	}
}

.statbody {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  
  /*background-color: #333333;*/
  overflow-y:auto;
}

.statseparator {
	float: left;
	border:0px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	background-color: #444444;
	text-decoration: none;
	overflow: hidden;
	table-layout: fixed;	
	width:240px;
	height:1px;
	display: block;
}

.statitem {
	float: left;
	border:0px;
	text-align: left;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	color: black;
	text-decoration: none;
	font-family:SegoeUI;
	overflow: hidden;
	table-layout: fixed;	
	width:240px;
	display: block;
	border-right: 1px solid #E50700;
}

.statitem:hover {
  /* background-color: #E50700;*/
  background-color: #E89E9B;
}

.statitemselected{
	vertical-align: middle;
	border:0px;
	padding: 2px 0px 2px 0px;
	background: linear-gradient(90deg, #E89E9B calc(100% - 2px), #E50700 calc(100% - 2px));
	color: #000000;
	text-decoration:none;
	cursor:pointer;
	overflow: hidden;
	table-layout: fixed;
	width:240px;
	display: block;
	border-right: 1px solid #E50700;
	/*background-repeat: no-repeat;*/
	/*background-image: url('images/menuclip.png');*/
	/*background-position: right center;		*/
}

.shiftministatpanel
{
	top:48px;
}

.shiftstatpanel
{
	top:48px;
	height:calc(100% - 48px);
}

.linedtabpanels {
color: #000000;
border-collapse:separate;
padding: 3px;
font-size:12px;
vertical-align: center;
}

.tabpanels td {
	padding:2px;
}

.tabpanels {
background-color: #FFFFFF;
color: #000000;
/*border-collapse:separate;*/
padding: 4px;
font-size:12px;
width:100%;
}

.selectedtabpanels {
background-color: #DDDDDD;
}

.inputbuttonsimage {
width: 28px;
height: 28px;
vertical-align: middle;
cursor:pointer;
}

.inputbuttons {
	background-color: #000000;
	border:0px;
	border-collapse:separate;
	padding: 0px;
	cursor:pointer;
	width: 32px;
	height: 32px;	
}

.ultrasmalltabbuttons {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border:0px;
}

.smalltabbuttons {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	border:0px;
}

.tabbuttons {
width: 32px;
height: 32px;
vertical-align: middle;
border:0px;
}

.bigtabbuttons {
width: 48;
height: 48px;
vertical-align: middle;
border:0px;
}

.imagebuttons {
width: 48px;
height: 48px;
vertical-align: middle;
cursor:pointer;
}

.imagethumb
{
	display:inline-block;
	border:0;
	outline-style: none;
	width: 64px;	
	height: 48px;
	background-position:center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.imagewidththumb {
width: 64px;
vertical-align: middle;
}

.imagelistthumbcell
{
	width:68px;
	height:48px;
	padding-right: 2px;
	text-align:center;
}

.imagelistthumbtable
{
	table-layout:fixed;
	height:48px;
	border:0;
	outline-style: none;
}

.imageheightthumb {
height: 48px;
vertical-align: middle;
}

.imageicon {
width: 24px;
height: 24px;
vertical-align: middle;
}

.tab {
border-collapse:separate;
}

.formbody
{
	padding: 2px;
	width:100%;
	border-collapse:separate;	
}

.formheader
{
	padding: 2px;
	background-color: #f1f1f1;
	width:100%;
	border-collapse:separate;	
}

.specialformrow
{
	background-color: #f1f1f1;
}

.searchtablerowheader {
font-size:11px;
vertical-align:middle;
width: 140px;
padding: 1px;
}

.searchtablerow {
font-size:11px;
vertical-align:middle;
padding: 1px;
}

.infoerrorparameters 
{
	font-weight: bold;
	color: darkred;
}

.infocell {
vertical-align:top;
white-space: normal;
}

.classictable {
	overflow: hidden;
	table-layout: fixed;
	font-size:11px;
}

.classiccell {
vertical-align:middle;
white-space: normal;
}		

.parkssign{
width:34px;
height:34px;
color: #000000;
border:1px solid  black;
padding: 3px;
vertical-align: middle;
}

fieldset{
	border:1px solid #222222;
	width:90%;
	border-radius:2px
}
.notetext{
	width:270px;
	height:100px;
}

.notetable {
	width:100%;
}

.mynote {
	background-color:#DDDDDD;	
	text-align:left;
}

.notmynote {
	background-color:#EEEEEE;	
	text-align:right;
}


.headerclassification
{
	backdrop-filter: brightness(100%);
}

/*--------------------------------*/
/*-- stile tabella tile homapage --*/

.homesmallbutton {
	width:135px;
	height:96px;
	border-spacing:2px;
	border-collapse:separate;
	padding:4px;
	vertical-align:middle;
	text-align:center;
}

.homesmallbuttoncell{
	width:135px;
	vertical-align:middle;
	text-align:center;
}

.homebigdoublebutton {
	width:270px;
	height:196px;
	border-spacing:2px;
	border-collapse:separate;
	padding:4px;
}

.listitem 
{
	width:400px
}
@media screen and (max-width: 800px) 
{
	.listitem 
	{
		width:200px
	}
}
/*----------------------------------------------*/
.homeframechart{
	overflow-x:hidden;
	overflow-y:hidden;
	border-style:none;
	width:100%;
	height:100%
}

.homebuttontext{
	vertical-align:middle;
}

.homebuttonimage{
	width:52px;
	vertical-align:middle;
}

.homebutton {
	width:100%;
	height:113px; 
	border-spacing:2px;
	border-collapse:separate;
	padding:4px;
	vertical-align:middle;
}

.homequadbutton {
	width:100%;
	height:231px; 
	border-spacing:2px;
	border-collapse:separate;
	padding:4px;
	vertical-align:middle;
}

.homefindinput{
	margin: 0px 0px 4px 0px;
	font-size: 18px;   
	width:48px;
}

.hometable {
	border-spacing:0px;
	border-collapse:separate;
	padding:2px;	
	table-layout: fixed;
    overflow: hidden;
	font-size: 12px;
}

.hometablequadpanel {
	font-size: 12px;
    width:448px;
	border-spacing:0px;
	border-collapse:separate;
	padding:2px;
	background-color:#DDDDDD;	
	vertical-align:top;
	text-align:left;
	display:inline-block;
	border-bottom:2px solid #000000;
}

.hometabledoublepanel {
	font-size: 12px;
    width:224px;
	border-spacing:0px;
	border-collapse:separate;
	padding:2px;	
	background-color:#DDDDDD;	
	vertical-align:top;
	text-align:left;
	display:inline-block;
	border-bottom:2px solid #000000;
}

@media screen and (max-width: 540px) 
{
	.hometabledoublepanel {
		width:calc(100%);
		display:block;
	}
	
	.hometablequadpanel {
		width:calc(100%);
		display:block;
	}
}

.hometablequadcell {
    width:448px;
	height:112px;
	border-spacing:0px;
	border-collapse:separate;
	padding:2px;	
	vertical-align:middle;
	text-align:left;
	display:inline-block;
}

.homecellbutton:hover{
	background-color: #E89E9B;
}

.hometabledoublecell {
	width:224px;
	height:112px;
	border-spacing:0px;
	border-collapse:separate;
	padding:2px;	
    vertical-align:middle;
	text-align:left;
	display:inline-block;
}

.hometablecell {
    width:112px;
	height:112px;
	border-spacing:0px;
	border-collapse:separate;
	padding:2px;	
	vertical-align:middle;
	text-align:center;    
	display:inline-block;
}

.hometablerow {
	height:112px;
	border-spacing:2px;
	border-collapse:separate;
	padding:0px;	
}

.homemaincell {
	vertical-align: top;
}
/*--------------------------------*/

.degradecoordinate
{
	height:32px;
	background-color: peachpuff;
	font: 12px SegoeUI;
	padding:4px;
	display: flex;
  align-items: center;	
}

.degradecoordinate div
{
	display: inline-block;
}

/*--------------------------------*/

.legend {
  margin-left: 5px !important;
  width:64px;
  height:32px;
  padding: 4px 6px;
  font: 10px SegoeUI;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  line-height:32px;
  color: #555;
}

.legend:hover {
	margin-left: 5px !important;
	width:auto;
	height:auto;
	padding: 4px 6px;
	font: 10px SegoeUI;
	background: white;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	line-height: 20px;
	color: #555;
}


.legend h3 {
  font-size: 12px;
  margin: 2px 2px 8px;
  color: #777;
}

.legend h4 {
  font-size: 14px;
  margin: 2px 2px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legendcircle {
	border-radius:9px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}
