@import url(https://fonts.googleapis.com/css?family=Nunito);

/*
 * for the navigation
 */
.navbar {
    border-bottom: 5px solid #63c939;

}

.nav-item .nav-link {
    color: black!important;
}

/* Footer */
footer {
    border-top: 5px solid #63c939;
    padding: 20px 0;
}


/*
 * For the cards lay-out
 */
.card {
    border-color: #63c939;
}

.card-header {
    background-color: #63c939;
    color: white;
    border-color: #63c939;
    border-radius: 0px;
}

.card-body {
    border-radius: 0px;
}

.card hr {
    border-color: #63c939;
}

.text-sp-blue {
    color: #63c939;
}
/*
 * For the forms
 */
.col-label {
    text-align: right;
}


/*
 * For the submenu lay-out
 */
#submenu ul {
  list-style: none;
  padding: 0;
}

#submenu li {
  padding-left: 1.3em;
  color: #ffbf00;
  padding-bottom: 0.4em
}

#submenu li a {
    color: gray;
}

#submenu li a:hover {
    color: #ffbf00;
    text-decoration: none;
}

#submenu li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
