.custom-btn-info{
  height: 25px;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  border: 0;
  background-color: #29B6F6;
}

.custom-btn-success{
  height: 25px;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  border: 0;
  background-color: #66BB6A;
}

.custom-btn-primary{
  height: 25px;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  border: 0;
  background-color: #3F51B5;
}

.custom-btn-warning{
  height: 25px;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  border: 0;
  background-color: #FFA726;
}

.custom-btn-danger{
  height: 25px;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  border: 0;
  background-color: #E53935;
}

.custom-btn-default{
  height: 25px;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  border: 0;
  background-color: #34495E;
}

.custom-btn-success:hover{
  background-color: #2E7D32;
}

.custom-btn-info:hover{
  background-color: #0277BD;
}

.custom-btn-primary:hover{
  background-color: #283593;
}

.custom-btn-warning:hover{
  background-color: #D84315;
}

.custom-btn-danger:hover{
  background-color: #C62828;
}

.custom-btn-default:hover{
  background-color: #2C3E50;
}