html, body {
  height: 100%;
}

body {
  /*background: #ffffff url("nik-macmillan-280300-unsplash.jpg") no-repeat right top;*/
  /*background-size: contain;*/
  /*padding-top: 60px;*/
  padding-top: 96px;
  position: relative;
}

th:first-child, td:first-child {
  background-color: #ffffff;
  position:sticky;
  left:0px;
}

/* colors: https://getbootstrap.com/docs/4.0/getting-started/theming/#theme-colors */

.sidebarLeft {
  top: 96px;
}

.sidebarLeft .nav-link {
  color: #6c757d !important;
}
.sidebarLeft .nav-link.active {
  /*color: #343a40 !important;*/
  color: #000000 !important;
}
.sidebarLeft .nav-pills .nav-link {
  padding: 0;
  margin: 0;
}
.sidebarLeft .nav-pills .nav-link:not(.active),
.sidebarLeft .nav-pills .nav-link.active {
    /*background-color: #f8f9fa;*/
    background-color: #ffffff;
}
/*
.sidebarLeft li.active > a {
    color: red;
    background-color: blue;
}
*/
.pt-100 {
  padding-top: 100px;
}

.landingPage {}

.landingPage::after {
  content: "";
  background: #f8f9fa url("images/pexels-photo-705674.jpeg") no-repeat center top;
  background-size: cover;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.dropdown-toggle:after {
  display:none;
}

.custom-carets .dropdown-toggle:after {
  content: '\f107';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900; /* Fix version 5.0.9 */
}

.custom-carets .dropdown-toggle > span.caret {
  display:none;
}

td.container-image {
  text-align: center;
  min-width: 44px;
}
td.space {
  min-width: 16px;
}

.dropdown .dropdown-item {
  /*background-color: #f8f9fa;*/
  color: #999999;
}

.dropdown .dropdown-item .fas, .dropdown .dropdown-item .fab {
  font-size: 185%;
}
/*
.dropdown .dropdown-item:hover, .dropdown .dropdown-item:active, .dropdown .dropdown-item strong:active {
  color: #1d1e21;
}
*/
.dropdown,
.dropdown-menu,
.dropdown-menu>a,
.dropdown-menu>a:focus,
.dropdown-item {
  background-color: transparent;
}

.dropdown-menu>a:hover {
    background-color: transparent;
    color: #1d1e21;
}

footer .col a {
  font-size: 95%;
}
footer .col a::before {
  content: "\A";
  white-space: pre;
}

footer .col span {
  display: inline-block;
  padding-bottom: 8px;
}

footer .brand p {
  text-align: left;
  font-size: 95%;
}

.eudprblue {
  color: #1e4695;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  color: #408080;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #1d1e21; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 120px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  transition: all 0.3s;
}

/* The navigation menu links */
.sidenav span,
.sidenav .active,
.sidenav a {
  padding: 8px 0;
  text-decoration: none;
  font-size: 22px;
  color: #d8d6d2;
  display: block;
  transition: all 0.3s;
}

.sidenav .fab,
.sidenav .fas {
  font-size: 36px;
}

.sidenav .d-inline {
  padding: 0;
  margin: 0;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #999999;
  transition: all 0.3s;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
.sidenav .navbar-brand {
  position: absolute;
  top: 10px;
  left: 16px;
}

@media all and (orientation: landscape) {}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {}

.logo60 {
  display: block;
  width: 180px;
  height: 60px;
  background: transparent url("flag60.png") no-repeat left center;
  background-size: 60px 60px;
  padding-left: 75px;
  padding-top: 4px;
  font-size: 9pt;
}

.logo100 {
  display: block;
  width: 300px;
  height: 100px;
  background: transparent url("flag.png") no-repeat left center;
  background-size: 100px 100px;
  padding-left: 125px;
  padding-top: 7px;
  font-size: 15pt;
}

.logo100-light, .logo60-light {
  color: #1d1e21;
}

.logo100-dark, .logo60-dark {
  color: #d8d6d2;
}

.landingPage .list-group-item {
  padding: 0;
  margin-left: 0;
}

input {
  display: table-cell;
  vertical-align:bottom;
}
