.labo-label-alert-success {
  font-size: 12px;
  padding-left: 5px;
  padding-top: 9px;
  color: 	green;
}

.labo-label-alert-danger {
  font-size: 12px;
  padding-left: 5px;
  padding-top: 9px;
  color: 	red;
}

.labo-alert-success {
  height:  35px;
  background-color: #BFFFE2;
}

.labo-alert-danger {
  height:  35px;
  background-color: #FFC9D2;
}

.labo-alert-warning {
  height:  35px;
  background-color:orange;
}


.labo-btn-red {
  background-color: red;
  border-style: none;
  font-size: 8px;
  color: white;
}

.labo-btn-blue {
  background-color: #019EE3;
  border-style: none;
  font-size: 8px;
}

.labo-btn-success {
  background-color:  #2ecc71;
  border-style: none;
  font-size: 8px;
}

.labo-btn-primary {
  background-color: #2196F3;
  border-style: none;
  font-size: 8px;
  color:white;
}


.labo-search {
  background-color: rgba(255, 255, 255, 0.2);
  border-style: none;
  font-size: 11px;
  color:white;
  border-radius: 5px;
}


/* Accordions
   ========================================================================== */
.accordion {
  margin-bottom: 20px; }

.accordion-group {
  border: 1px solid #e5e5e5;
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.accordion-inner {
  border-top: 1px solid #e5e5e5;
  padding: 10px 20px; }

.accordion-heading .accordion-toggle {
  display: block;
  position: relative;
  color: #434343; }

.accordion-heading .accordion-toggle:before {
  color: #505050;
  content: "\e763";
  display: inline-block;
  float: right;
  font-family: "entypo";
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-heading .title {
  margin: 0;
  padding: 12px 20px;
  font-size: 16px; }

.accordion-toggle {
  cursor: pointer; }



