/*
 *
 *      GREEN.CSS
 *
 */

body {
   background-color: #fff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
   color: #3b3e43;
}

blockquote {
   color: #64A76D;
}

a {
   color: #64A76D;
}

a:hover,
a:focus {
   color: #64A76D;
}

.hr {
   border-top-color: #000;
}


input,
select,
textarea {
   border-color: #ccc;
   background-color: transparent;
}

input[type="text"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
   border-color: #000;
}

/*adding id ldbody to overwride bootstrap css */

/* hover over menus */
#ldbody a.nav-link.active,
#ldbody a.nav-link:hover,
#ldbody a.nav-link:focus
{
   color: #64A76D;
}

#ldbody a.nav-link
{
   color: #232323; /* #343434 */
}

.navbar-nav > li:hover {
   background-color: #EEE;
}

.table .thead-custom-ld th {
  color: #444;
  background-color: #e0e0e0; /* 218838 */
  border-color: #32383e;
}

.totalsrow {
   background-color: #E0E0E0; /*#71cc49;*/
}

.displaynone {
   display: none;
}

/* Green 1 through 5(dark) */
/* g1 #99d478 */
/* g2 #71cc49 */
/* g3 #1f7b24 */
/* g4 #043b04 */
/* g5 #031c06 */
