.text-white {
  color: #ffffff;
}
.background-dkgreen {
  background-color: #003300;
}
.background-ltgreen {
  background-color: #4b9130;
}
.background-skyblue {
  background-color: #173b79;
}
.text-dkgreen {
  color: #003300;
}
.text-white {
  color: #ffffff;
}
.mygrid-wrapper-div {
    overflow: scroll;
    height: 40%;
}
.fixed-nav-bar {
  position: fixed;
  top: ;
  left: ;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: ;
  background-image: url('http://www.process-direct.com/assets/img/bg-texture.jpg');
  background-repeat:repeat;
}
.bgimage {
  background-image: url('http://www.process-direct.com/assets/img/bg-texture.jpg');
  background-repeat:repeat;
}
.dropdown {
  background-color: #003300;
  text-color: #FFFFFF;
}
.rounded {
  border-radius: 5px;
  border: 1px solid #003300;
}
  
  