body, h1,h2,h3,h4,h5,h6 {  
  font-family: "Segoe UI", sans-serif;
  color: #757575;
}


li > .btn {
  margin-top: 7px;
  margin-right: 7px;
  margin-left: 10px;
}

.container, .container-fluid {
  width: 100%;   
}


.whiteText {
  color: whitesmoke;
}
a.whiteText {
  color: whitesmoke !important;
}

.w3-button:hover {
  background-color: whitesmoke !important;
  color: #306600 !important;
}

.green {
  background-color: #306600;
  color: whitesmoke;
}
.greenText {
  /* color: green; */
  color: #306600 !important; 
}
/* .red {
  background-color: red;
  color: whitesmoke;  
} */
.redText {
  color: red;
}
/* .yellow {
  background-color: yellow;
} */
.yellowText {
  color: darkgoldenrod;
}

h2 {
  margin: 0px;
}

.navbar-brand {
  cursor: pointer;
}

a, a:link, a:visited, a:hover, a:active {
  /* color: green; */
  color: #306600; 
  text-decoration: none;
}




/* Loading Spinner */
.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  /* margin: 150px auto; */
  margin: auto;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  /* background: green; */
  background: #306600; 
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* Loading Spinner End */