.text-danger{
  color: #DC4C64;
}

.text-success{
  color: #14A44D;
}

.text-primary{
  color: #3B71CA;
}

.text-info{
  color: #54B4D3;
}

.text-warning{
  color: #E4A11B;
}

.text-secondary{
  color: #9FA6B2;
}

.alert-success{
  background-color: #14A44D !important;
}

.btn-active{
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-active img{
  width: 30px;
}

.btn-active .btn-title:after{
  content:'. . .';

}

.form-alert{
  width: 100%;
  text-align: center;
}

