html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-default {
  color: #006600;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  margin-bottom: 60px;
  overflow-y: scroll;
}

.navbar > .container {
    background: linear-gradient(rgb(230,230,230), rgb(170,170,170));
    vertical-align: top;
    padding-top: 0px;
    align-items: start;
}

.navbar {
    padding: 0px;
}

.nav-link {
    color: #006600 !important;
}

    .nav-link:hover {
        color: white !important;
        background-color: rgb(150,150,150);
    }

.content {
    padding: 0px;
}

.logo {
    height: 76px;
    background: linear-gradient(to right, rgb(225,240,222), rgb(81,140,20)) !important;
    padding: 0px;
}

    .logo > span {
        text-align: right;
        color: white;
        font-size: large;
        padding-right: 10px;
        width: 250px;
    }

@media screen and (min-width: 570px) {
    .logo {
        height: 64px;
    }

        .logo > span {
            width: 400px;
        }
}

.titleImage {
    top: 0px;
    left: 6px;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.footer > .container {
    text-align: center;
}

.languageCombo > form > select {
  background-color: transparent;
  color: white;
  font-size: small;
  border: 0px solid black;
  padding: 1px 30px 1px 1px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: right;
  width: 120px;
  text-align: right;
}

  .languageCombo > form > select > option {
    background-color: rgb(81,140,20);
  }

h3 {
  font-size: 24px;
}

/* All related to tabs above the page */
.tabrow {
  margin: 20px 0px 10px 6px;
}

.tab {
  border-top: 1px solid rgb(160,160,160);
  border-left: 1px solid rgb(160,160,160);
  border-right: 1px solid rgb(160,160,160);
  border-bottom: 0px;
  border-radius: 8px 8px 0px 0px;
  padding: 5px 11px 5px 11px;
  margin: 0px -1px 0px -1px;
  color: #006600;
  white-space: nowrap;
  line-height: 2;
  display: inline !important;
  text-decoration: none;
}

  .tab:hover {
    background-color: inherit;
    text-decoration: none;
    color: #006600;
  }

.unselected {
  background-color: rgb(210,210,210);
  border-bottom: 1px solid rgb(160,160,160);
}

  .unselected:hover {
    background-color: rgb(120,120,120);
    color: white;
    text-decoration: none;
  }

.tab:focus {
  text-decoration: none;
  color: #006600;
}

.myinvisible {
  visibility: hidden;
  display: none;
}

.modal-body {
  text-align: left;
  white-space: normal;
  line-height: normal;
  color: #333;
}

.zebraRows tr:nth-child(odd) {
  background: #f0f0f0;
}