.btn-outline-orange {
  color: #E46C0A !important;
  background-color: transparent;
  background-image: none;
  border-color: #E46C0A; }
  .btn-outline-orange:hover {
    color: #fff !important;
    background-color: #E46C0A;
    border-color: #E46C0A; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #E46C0A;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #fff !important;
    background-color: #E46C0A;
    border-color: #E46C0A; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-orange {
    background-color: #E46C0A;
    border-color: #E46C0A;
    color : #fff;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus{
    color : #fff !important;
}