
.btn-success {
  border-color: #87CB16;
  color: #FFffFF;
  background-color: #87CB16;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  border-color: #87CB16;
  color: #FFffFF;
  background-color: #87CB16;
}

.tooltip-inner {
    max-width: 512px;
}



.xat-bg-success {
	background-color: #87CB16;
}

.xat-bg-inactive {
	background: grey;
}

.xat-bg-warning {
	background: yellow;
}

.xat-bg-alert {
	background: orange;
}

.xat-bg-danger {
	background: red;
	stroke: white;
}

.xat-bg-ooo {
	background: purple;
}