html,body{
	padding:0;
	margin:0;
	font-family:helvetica;
	font-size:14px;
}
button{
  z-index:10;
}
.coverDiv{
	position:absolute;
	width:100%;
	height:100%;
}
.settingUpdating{
	display:none;
}
.modalBackground{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
}
.modalLoading{
	box-shadow: 10px 10px 120px #ffffff;
    width: 400px;
    color: white;
    border-radius: 20px;
    background: black;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding: 9px;
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
}
#chartdiv {
  width: 100%;
  height: 500px;
}
#boxList{
	color: white;
    margin-top: 15px;
}
#boxTable{
	margin-top:20px;
}
#boxTable th{
	text-align:left;
}
.boxIDHeader{
	width: 164px !important;
}
#boxTable th, #boxTable td{
	padding:5px 8px;
}
#boxTable .boxRow:nth-child(odd), .dailyValRow:nth-child(odd){
background-color: #dedede;
    color: #000;
}
#beeHours{
	text-align:left;
}
#beeHours td, #beeHours th{
	padding:5px;
}

#boxTable input{
	width:70px;
}
#boxTable input.limit {
	width:20px;
}
#boxTable button{
	padding: 7px 3px;
    border-radius: 5px;
    width: 50px;
    border: 1px solid #797979;
}
.centeredDiv{
	width:1300px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
width: 35px;
    background-image: url(../images/logo.png);
    height: 35px;
    top: 7px;
    background-size: cover;
    position: absolute;
}
.headerLink{
	float:right;
	margin:10px;
	color:black;
}
#logoutButton{
	border-radius: 10px;
    border: 2px solid #cb9334;
    padding: 5px;
    /* top: 20px; */
    color: #cb9334;
}
	
#navBar{
	background: #2f2f2f;
    height: 48px;
    width: 100%;
    border-bottom: 3px solid #cb9334;
}
.backgroundImg{
	width: 100%;
	height:100%;
	background-image: url("../images/bee.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.modal{
    box-shadow: 10px 10px 120px #ffffff;
    width: 278px;
    color: white;
    border-radius: 20px;
    background: #000000c4;
    position: absolute;
    top: 28%;
    left: 18%;
    padding: 47px;
    text-align: center;
}
input{
border-radius: 5px;
    background: #ffffe9;
    padding: 7px;
    border-style: none;
}
.button{
    border-radius: 10px;
    padding: 5px;
    width: 300px;
    height: 40px;
    background-color: #ffd823;
    border-style: none;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}