
.big-logo {
  width: 100px;
}

.sort-arrow {
  width: 10px;
}


.logo {
  flex: 1;
  flex-direction: column;
}

.logo img {
  width: 100%;
  max-width: 400px;
  display: block;
}

.logo h3 {
  font-weight: 300;
}

.spacer {
  padding: 20px;
}


.message-block {
  height: 50px;
}

span.profile {
  font-weight: bold;
  
  padding-right: 20px;
}


nav {
	background-color: lightgrey;
}

@keyframes cssHide {
	to {
		opacity: 0;
	}
}

.filter {
  width: 150px;
}


.msg {
	height: 50px;
	margin: 15px;
	opacity: 100;
	animation-name: cssHide;
	animation-delay: 4s;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

#settings {
	height: 100%;
}

a.open {
  cursor: pointer;
}

td {
	padding: 0px;

}

th {
	padding: 0px;
}

.entity_list {
	height: 400px;
	overflow-y: scroll;
}

.small-btn {
	font-size: .75em;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-card {
  position: absolute;
  width: 50%;
  left: 25%;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.side-panel{
  background-image: url('../img/steelback.jpg');

}
.side-logo {
  padding: 20px;
}

.side-top-spacer {
  height: 100px;
}

.side-menu-spacer {
  height: 100px;
}

.side-menu-icon {
  height: 20px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;

}

.side-menu-text {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;

}

tr:hover {
  background-color: lightgrey !important;
}

label {
  padding-right: 5px;
}