﻿.dxbl-btn-outline-primary {
  color: #0f6cbd;
}
.dxbl-btn-outline-info {
  color: #6259e6;
}
.dxbl-btn-outline-warning {
  color: #bc4b09;
}
.dxbl-btn-outline-danger {
  color: #d31222;
}
.dxbl-btn-outline-success {
  color: #0b680b;
}
.dxbl-btn-outline-dark {
  color: #797979;
}
.dxbl-btn.dxbl-btn-outline-primary:not(.dxbl-disabled):not(:disabled):hover {
  color: white;
  background: #0f6cbd;
}
.dxbl-btn.dxbl-btn-outline-info:not(.dxbl-disabled):not(:disabled):hover {
  color: white;
  background: #6259e6;
}
.dxbl-btn.dxbl-btn-outline-warning:not(.dxbl-disabled):not(:disabled):hover {
  color: white;
  background: #bc4b09;
}
.dxbl-btn.dxbl-btn-outline-danger:not(.dxbl-disabled):not(:disabled):hover {
  color: white;
  background: #d31222;
}
.dxbl-btn.dxbl-btn-outline-success:not(.dxbl-disabled):not(:disabled):hover {
  color: white;
  background: #0b680b;
}
.dxbl-btn.dxbl-btn-outline-dark:not(.dxbl-disabled):not(:disabled):hover {
  color: white;
  background: #797979;
}