
/*  ------------------ */
.center {text-align: center;}

/* ----------------------- */

  .ui-tooltip {
    background: rgba(255,0,0,0);
    background-color:rgba(255,0,0,0);
    padding: 5px;
    border : none;
    border-radius: 20px; 
    font: bold 18px Tahoma, sans-serif;
/*    text-transform: uppercase; */ 
    box-shadow: 0 0 7px black; 
  }


label { display: inline-block;}

/* table.tip {background-color:#fdfdcb; border-radius: 10px;} */
table.tip {}
.tip { border: none; font-size: 1.0em; padding: 0px 5px 0px 5px; }
.tip td {font-size: 0.8em; font-weight: 400; }
.tip td.lst {text-align: center; font-weight: 600; white-space: nowrap; }


.NoDisplay {
	visibility:collapse;
	display : hidden;
}

/*  ------------------ */
#buttonBack {
  display: inline-block;
  background-color: #69F;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  margin: 10px;
  position: fixed;
  top: 0px; 
  right: 25px; /* 250 */
  transition: background-color .3s;
  padding:1em;
  z-index: 1000;
}

#buttonBack:hover {
  cursor: pointer;
  background-color: #C0C0C0;
}
#buttonBack:active {
  background-color: #555;
}
/*
#buttonBack::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
*/