body {
  margin: 0;
  height: 100vh;
  width: 100vw
}

.top-nav {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 9999;
  align-items: center;
  height: 60px;
  background-color: #eaeaea;
  justify-content: center;
}

.ctrl .fnavbar {
  background-color: transparent;
  background-image: none;
}

.ctrl .fnavbar .fnav {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.ctrl .fnavbar .fnav .fnav-item>a {
  color: #4e4e4e;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.ctrl .fnavbar .fnav .fnav-item {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctrl .fnavbar .fnav .fnav-item>a:hover {
  color: #21b0e6;
}

/*Active control item */
.ctrl .fnavbar .fnav>.active {
  background-color: transparent;
}

/*Active control item link color */
.ctrl .fnavbar .fnav-item.active a {
  color: #21b0e6;
}

/*Active control item disabled color */
.ctrl .fnavbar .fnav .fnav-item.disabled a {
  color: #bcbcbc;
}

.ctrl .fnavbar .fnav .dropup .caret {
  border-bottom-color: #4e4e4e;
  transform: rotate(180deg);
}

/* Dropdown menu */
.ctrl .fnavbar .fnav .dropup .menu {
  bottom: -170px;
}

.view {
  margin-top: -48px;
}

/* Pagina selectie inputs */
.ctrl .pages {
  display: flex;
  flex-direction: row;
}

.ctrl .pages .number {
  height: 32px;
  padding: 8px;
  min-width: 80px;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 0px;
  background-color: #f5f5f5;
}

.ctrl .pages .number:focus {
  border: none;
  outline: none;
  background-color: white;
  border: 1px solid #21b0e6;
  transition: 0.1s ease-in;
}

.ctrl .pages .amount {
  background-color: #7d7d7d;
  height: 32px;
  font-size: 13px;
  padding: 8px;
  border-radius: 0px;
  color: white;
  min-width: 40px;
}

.ctrl .pages .amount:focus {
  outline: none;
}

#content {
  width: 100%;
  height: 100%;
}

.flip-book-container {
  background-color: #7d7d7d;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.flip-book .float-wnd {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.ctrl .toc .toc-view {
  padding: 0;
}

.ctrl .toc .toc-iconmenu {
  display: flex;
  flex-direction: row;
  height: 48px;
  justify-content: space-around;
  align-items: center;
}
.ctrl .toc .toc-iconmenu .icon-button {
  width: 40px;
  height: 40px;
  font-size: 16px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctrl .toc .toc-iconmenu .icon-button span{
  font-size: 18px;
  color: #4e4e4e;
}

.ctrl .toc .toc-iconmenu .icon-button.active span{
  font-size: 18px;
  color: #21b0e6;
}

.ctrl .toc .toc-view input {
  height: 48;
  padding: 8px;
  background-color: #f5f5f5;
  transition: 0.1s ease-in;
  border: none;
  border-bottom: 1px solid #eaeaea;
}

.ctrl .toc .toc-view input:focus {
  outline: none;
  background-color: transparent;
  border: none;
  border: 1px solid #21b0e6;
}


.flip-book .float-wnd .body {
  border: none;
}

.ctrl .thumbnails .thumbnail {
  border: 5px solid #eaeaea;
}

.ctrl .thumbnails .item a {
  color: #4e4e4e;
}

.ctrl .thumbnails .item:hover {
  border-color: #eaeaea;
  background-color: #f5f5f5;
}