body
{
    /*background-color:#ffffff;*/
    margin: 0;
}

.center {
  z-index: 100;
  display: none;
  border: 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  font-family: Calibri, Arial, "Lucida Sans";
  font-size: 16px;
  border-radius: 25px;
  background-color: #FFFFFF;
}

.center h1 {
	color: #0BA3DF;
	font-size: 20px;
}

.fullscreen {
	z-index: 10;
	display: none;
	position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
	opacity: 50%;
	background-color:lightgrey;	
}

.header {
  z-index: 50;
  overflow: hidden;
  background-color: #29a7df;
  font-family: Calibri, Arial, "Lucida Sans";
}

.header a {
  float: left;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.header a:hover {
  background-color: #000000;
  color: #FFFFFF;
  cursor:pointer;
}

.header-right {
  float: right;
}

.header-left {
  float: left;
  z-index: 50;
}

.menuicon {
	height: 17px;
}

.nameHeader {
  overflow: hidden;
  padding: 5px 10px 5px 10px;
  background-color: #000000;
  font-family: Calibri, Arial, "Lucida Sans";
  font-size: 14px;
  color: #FFFFFF;
}

.nameHeader-right {
	float: right;
}

.leftPanel {
	float:left;
	width: 25%;
	background-color: #FFFFFF;
	height:50%;
}

.rightPanel {
	float:right;
	width: 75%;
	background-color: #FFFFFF;
	height:50%;
}

.welcome {
	padding: 10px;
	color: #29a7df;
  	font-family: Calibri, Arial, "Lucida Sans";
	font-size: 46px;
}
.welcome h2{
	font-size: 72px;
}

.error {
	color:#FE060A;
	font-size: 18px;
	display:none;
}

.hidearea {
	display: none;
}

.footer {	
  background-color: rgba(0,0,0,0.75);
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  font-family: 'Century Gothic',Verdana;
  font-weight: bold;
  font-size: 10px;
}

/* Menu */
/* Dropdown Content (Hidden by Default) */
.sideMenuBar {
  display: none;
  position: absolute;
  background-color: #29a7df;
  color: #ffffff;
  min-width: 160px;
  z-index: 60;  
}

.sideMenuBar ul {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  list-style-type:none;
}

.sideMenuBar li {
    font-family: 'Helvetica Neue',Tahoma, Geneva;
	padding: 10px 15px 10px 15px;
}

.sideMenuBar li:hover {
    color: #000000;
    cursor:pointer;
}

