 .btn-primary, .btn-primary:hover {
    background: #e0e0e0 ;
    border: 1px solid #e0e0e0;
    color: #00833E !important;
}

 .btn-secondary, .btn-secondary:hover {
    background: #00833E;
    border: 1px solid #00833E;
    color: #ffffff;
}

 .btn-loading, .btn-loading:hover {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color:  #ffffff;
}

 .btn-default, .btn-default:hover {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}

 .primary-color {
    color: #000000;
}

 .secondary-color {
    color: #00833E;
}

 .primary-bg-color {
    background-color: #00833E;
}

 .secondary-bg-color {
    background-color: #00833E;
}

 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: #00833E;
    color: #00833E;
}

 .bullet_item_container.active .bullet-item {
    border-color: #00833E;
}

 .bullet_item_container.active .bullet_title {
    color: #00833E;
}

 .bullet_item_container.active .bullet-item div {
    background-color: #00833E;
}

 #submit_search {
    color: #00833E;
}

 .footable-sort-indicator {
    color: #00833E;
}

    
 .breadcrumb a:after {
    color: #00833E;
}

  a:hover, a:focus {
    color: #00833E;
}

  .border-color-secondary {
    border-color: #00833E;
}
    
  .border-color-primary {
    border-color: #000000;
}

  .order-steps li.active {
    color: #00833E;
}

  .order-steps li.active i {
    border: 2px solid #00833E;
}
