/* -------------------- DROPDOW -------------------- */
.dropdown {
	position: relative;
	display: inline-block;
	width:100%;
}

.dropdown-content {
	color: black;
	display: none;
	width: 100%;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding: 0px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* -------------------- DROPDOW -------------------- */



/* ------- THEME ------- */
.primary-color {
    background:#313A3F;
}
.primary-color th {
	background:#2C2F33;
}
.secondary-color {
    background:#2C2F33;
}

.wrapper{
	width: 500px;
	padding: 20px;
}
/* ------- THEME ------- */



/* --------------- PAGE (BACKGROUND) --------------- */
body {
    background-image:url("../images/background.jpg");
}
#container {
	background:#F5F5F5; /* Page background color */
}
/* --------------- PAGE (BACKGROUND) --------------- */



/* ------------- TABLES ------------- */
.table-design {
	text-align:center;
	color:white;
	margin:auto;
}
.table-design th {
	height:50px;
}
.table-design td {
	height:100px;
	color: white;
	font-size:1em;
}
.table-design h2 {
	font-size:4em;
}
.ok { color:green !important; }
.error { color:red !important; }
.warning { color:yellow !important; }
/* ------------- TABLES ------------- */



/* --------- TOP LINE --------- */
#top {
	height:50px;
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
}
.top-bar-buttons {
	width:100px;
	margin:5px;
    border-radius:5px;
	height:40px;
    color:#EAEAEA;
    transition:0.2s;
	text-align:center;
	line-height:40px;
	text-decoration: none !important;
}
.top-bar-buttons:hover {
	color:#EAEAEA;
    background-color:#414A4F;
}
#welcome-text {
	width: auto;
}
/* --------- TOP LINE --------- */



/* ----------- MENU ----------- */
#buttonsdiv {
	display:flex;
}
.buttons {
	font-family:Arial Black;
	color:#DADADA;
	width:100%;
	height:50px;
	transition:0.15s;
	text-align:center;
	line-height:50px;
	text-decoration: none;
}
.buttons:hover {
	background: #364044;
	color: white;
}
/* ----------- MENU ----------- */



/* --------------------------------------- UNDERLINE FROM CENTER --------------------------------------- */
/* https://ianlunn.github.io/Hover */
.hvr-underline-from-center {
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	box-shadow:0 0 1px rgba(0, 0, 0, 0);
	position:relative;
	overflow:hidden;
}
.hvr-underline-from-center:before {
	content:"";
	position:absolute;
	z-index:-1;
	left:51%;
	right:51%;
	bottom:0;
	background:#2098D1;
	height:4px;
	-webkit-transition-property:left, right;
	transition-property:left, right;
	-webkit-transition-duration:0.15s;
	transition-duration:0.15s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left:0;
	right:0;
}
/* --------------------------------------- UNDERLINE FROM CENTER --------------------------------------- */



/* ------------- FOOTER ------------- */
#footerhr {
	height:3px;
	background-color:black;
	margin:0;
	border:none;
}
#footer {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:200px;
	color:gray;
}
#footer div {
	display:flex;
}
#footer p {
	margin:2px;
}
#footer a {
	margin: 2px;
	color:#A0A0A0;
}
/* ------------- FOOTER ------------- */



/* ------------ DASHBOARD PAGE ------------ */
#clock {
	text-align:center;
	font-size:1.75em;
	margin-top:25px;
}
#date {
	margin-bottom:-15px;
}
#time {
	font-size:2em;
}
#medium {
	text-align:center;
}
#gauges-div {
	display:flex;
	align-items:center;
	justify-content:center;
}
.gauge-single {
	text-align:center;
	width:100%;
}
.gauge-single div {
	height:175px;
}
.gauge-single p {
	margin-top:-250px;
	font-weight:bold;
	font-size:5em;
}
#outside-graph {
	width:100%;
}
#date-field {
	margin:7px;
}
#hives-table {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
/* ------------ DASHBOARD PAGE ------------ */



/* ---------- DATA BROWSE PAGE ---------- */
#selection-zone {
	margin-left: 25px;
	display:flex;
	width:100%;
}
#selection-zone div {
	margin-left: 25px;
	width:200px;
}
#selection-zone input {
	margin:0;
}
/* ---------- DATA BROWSE PAGE ---------- */



/* ---------- MODULES PAGE ---------- */
#modules-table {
  width: 95%;
  border-collapse: collapse;
}
#modules-table tr { 
  border: solid black;
  border-width: 1px 0;
}
/* ---------- MODULES PAGE ---------- */



/* ---------- EXPLANATION PAGE ---------- */
.text-zone {
	margin:auto;
	width:75%;
	backgroud:red;
}
.text-zone h1 {
	text-align:center;
}
.text-zone p {
	font-family:Arial;
	font-size:1.35em;
	text-align:justify;
}
.legend {
	display:flex;
	justify-content:center;
	font-size:1em !important;
}
#summary {
	display:flex;
	flex-wrap: wrap;
	font-size:1em;
}
#summary a {
	color:black;
	font-family:Arial;
	text-decoration: none;
}
/* ---------- EXPLANATION PAGE ---------- */



/* ------ APIARY PAGE ------ */
#add-apiary {
	background-color: light-gray;
	padding: 20px;
	border-radius: 10px;
}

.manage-form {
	display:flex;
	height:45px;
}
.manage-form input {
	width:170px;
}
.manage-form * {
	margin-right: 10px;
}
/* ------ APIARY PAGE ------ */
