.card-header {
  background-color: #027133;
  border-color: #042A0B;
  color: #FFFFFF;
}
.btn-primary  {
  background-color: #027133;
  border-color: #042A0B;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #42b272;
    border-color: #042A0B; /*set the color you want here*/
}
.bar {
    height: 18px;
    background: green;
}
.modal-lg {
    max-width: 80% !important;
}
/* Allow elements to be absolutely positioned within this container */

.decap-body-wrapper { position: relative; }

/* Pin the table header wrapper to the top of the viewport */

.decap-head-wrapper {
  position: fixed;
  top: 0;/* left: 0;   // should be supplied by designer (equal to body margin) */
    /* right: 0;  // should be supplied by designer (equal to body margin) */
}

/* Hide the cloned table header until it hits the top of the viewport */
/* Can't use `display: none` because we need the element to occupy its full height */

.decap-head-wrapper.affix-top .decap-head { visibility: hidden; }

/* Position the cloned table header relative to the last row of the table */

.decap-head-wrapper.affix-bottom {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;/* bottom: 0;  // should be supplied by designer (equal to height of last table row) */
}
