body
{
  background-color: #F5F5F5;
}
.btn-primary {
    color: #fff;
    background-color: #F36900;
    border-color: #F36900;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #eb6600;
    border-color: #eb6600;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #eb6600;
    border-color: #eb6600;
    box-shadow: 0 0 0 0.2rem rgba(235, 102, 0, 1);
  }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #F36900;
    border-color: #F36900;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 102, 0, 0.522);
  }

  
.btn-outline-primary {
  color: #F36900;
  border-color: #F36900;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #F36900;
  border-color: #F36900;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 102, 0, 0.522);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F36900;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #F36900;
  border-color: #F36900;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 102, 0, 0.522);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff!important;
  background-color: #F36900!important;
  border-color: #F36900!important;
}

.nav-tabs{
  border-bottom-color:#F36900;
}
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #FFF;
    background-color: #F36900;
  }  

  a {
    color:#eb6600
  }
  a:hover {
    color:#F36900
  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eb6600;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 132, 0, 0.25);
  }
#sidebarMenu {
  color:white;
}
#sidebarMenu a {
  color:white;
}
#sidebarMenu a:hover{
  color:#F36900;
}
#sidebarMenu a.active{
  color:#F36900;
}
#sidebarMenu hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.feather {
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
}
/*
 * Sidebar
 */

 .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  /*padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}



.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

#invoice_status_nav a{
  border-style: solid;
  margin:0 1px 0 1px;
  border-color: #999;
}

  