html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

body > .container-fluid {
  padding: 0;
}

.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

#treeview_container {
  margin-top: 15px;
}

#treeview {
  padding-left: 15px;
}

.hummingbird-treeview, .hummingbird-treeview * {
    font-size: 0.9rem;
    line-height: 1rem;
}

.hummingbird-base label {
    margin-bottom: 4px;
}

.hummingbird-treeview input[type=checkbox] {
    vertical-align: bottom;
}

#btnModeChart {
    font-size: 0.9rem;
}

#frmModeContainer label {
    font-size: 0.9rem;
}

#frmModeContainer option {
    font-size: 0.9rem;
}

#frmModeContainer .form-check {
    height: 1.1rem;
}

#frmModeDate {
    height: 6.6rem;
}

#treeview_button {
    padding-bottom: 15px;
}

#treeview_button button {
    font-size: 0.9rem;
}

.myCard {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mydropdownMenu {
  border:1px solid darkgrey;
  border-radius:0;
}
.mydropdownMenuList {
  min-width:0;
}
.mydropdownMenuList .dropdown-item {
  padding: .25rem 1rem;
  min-width:0;
}
