/*a {
    color: #FB471F;
    text-decoration: none;
    background-color: transparent;
}*/

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
        background-color: #FB471F;
    color: #fff;
}

.card-primary.card-outline {
    border-top: 3px solid #FB471F;
}

.card-primary.card-outline-tabs>.card-header a.active {
    border-top: 3px solid #FB471F;
}

[class*=sidebar-dark-] {
    background-color: #212225;
   /* background-color: #000000;*/
}

.btn-primary {
  color: #fff;
  background-color: #FB471F;
  border-color: #FB471F;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #FF8D78;
  border-color: #FF8D78;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #FF8D78;
  border-color: #FF8D78;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #FB471F;
  border-color: #FB471F;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #FB471F;
  border-color: #005cbf;
}

.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 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}


/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
    left: -2.25rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-label::after {
    top: calc(.25rem + 3px);
    left: calc(-2.25rem + 4px);
    width: calc(1.5rem - 6px);
    height: calc(1.5rem - 6px);
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.4rem);
}

.custom-switch-lg .custom-control-label::before {
    height: 1.5rem;
}

.custom-switch-lg .custom-control-label {
    padding-left: 1.5rem;
    line-height: 1.7rem;
}

.info-box-custom {
    max-height:40px;
}

.notify-badge2{
    position: relative;
   /* background: rgba(0,0,255,1);*/
   /* height:2rem;*/
    top:-3rem;
    left:9rem;
   /* width:4rem;*/
    text-align: center;
  /*  line-height: 2rem;;*/
    font-size: 1rem;
   /* border-radius: 50%;*/
  /*  color:white;*/
  /*  border:1px solid blue;*/
}

.notify-badge{
    position: relative;
   /* background: rgba(0,0,255,1);*/
   /* height:2rem;*/
    top:1rem;
    left:4rem;
   /* width:4rem;*/
    text-align: center;
  /*  line-height: 2rem;;*/
    font-size: 0.7rem;
   /* border-radius: 50%;*/
  /*  color:white;*/
  /*  border:1px solid blue;*/
}

