/*** Custom CSS ***/
body {
	background-color:#e6e6e6;
	margin:0px;
	padding:0px
}

img {border:0}

/* HEADER */
.bg-header {
	background-color: #0e73a8;
}

.floating-img {
	position: absolute; top: 7px; right: 15px; z-index: 1
}

.navbar-container {
  position: relative;
  display: flex;
  flex-wrap: wrap; 
  align-items: center;
  justify-content: space-between; 
  margin-left: -15px
}


/* CONTENT */
.btn-orange {
	background: linear-gradient(180deg, #ffb20a, #e7820e);
	background-color: #ffb20a
}

.cell-primary {
	background-color:#ffffff;
}

.cell-secondary {
	background-color:#eaeaea;
}

.cell-tertiary {
	background-color:#eaeaea;
}

.cell-highlight {
	background-color:#f1f1f1;
	border:1px solid white;
}

.cell-announce {
	background-color:#f1f1f1;
}

.cell-announce-item {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1rem;
}

.cell-announce-item-alt {
	border-right: 1px dotted grey;
}



.login-box-container {
	display: none;
	z-index: 1;
    /*background: linear-gradient(180deg, #00ff1a , #00c60f);
	background-color: 00c60f */
}

.login-box {

}