/*
Diseño para las citas en credit request

*/
.label-orange{
  background-color:#FF9900;
}

.box.box-approved { 
  border-top-color: #7e65c7;
}
.box.box-orange {
  border-top-color: #FF9900;
}
.box-orange > .box-heading {
  color: #030302;
  background-color: #FFAD33;
  border-color: #FF9900;
}
.box-orange > .box-heading + .box-collapse > .box-body {
  border-top-color: #FF9900;
}
.box-orange > .box-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.box-orange > .box-footer + .box-collapse > .box-body {
  border-bottom-color: #FF9900;
}

.btn-orange {
    background-color:#FF9900;
    color: white;
}

/*
Diseño para las citas en QC APPROVED

*/
.label-approval{
  background-color:#7E65C7;
}

.box-approval {
  border-color: #B6A4EB;
}
.box-approval > .box-heading {
  color: #030302;
  background-color: #B6A4EB;
  border-color: #B6A4EB;
}
.box-approval > .box-heading + .box-collapse > .box-body {
  border-top-color: #B6A4EB;
}
.box-approval > .box-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.box-approval > .box-footer + .box-collapse > .box-body {
  border-bottom-color: #B6A4EB;
}

.btn-approval {
    background-color:#B6A4EB;
    color: white;
}