/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc;
    border-top: none; */
}

#panel {
  visibility: visible;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}
#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}
.fixed-nav {
    position: fixed;
    background-color: #b7b7b7;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    line-height: 50px;
    display: block;
    z-index: 100;
}
.page-top-pad {
    padding-top: 100px;
}
.boldfont {
  	font-weight: bold;
}
.lgreybg {
  	background-color: #DCDCDC;
}
.dgreybg {
  	background-color: #B5B5B5;
}
.bmargin {
	margin: auto;
}
#usernamebox {
  	height: 20px;
  	font-size: 14pt;
}
#content {
  	padding-top: 150px;
}
#loginbox {
  	width: 250px;
}
