



/*---------------------------
  ALERTS
---------------------------*/
.float-none {
  float: none !important; }

swatchcount-edit .alert {
  border-color: #8D8D8D;
  color: #fff; }

swatchcount-edit .alert-danger {
  background-color: #ff0000; }

swatchcount-edit .alert-success {
  background-color: #009e0c; }

swatchcount-edit .alert-duplicate {
  background-color: #0041C0; }

swatchcount-edit .alert-notonlist {
  background-color: #8d8d8d; }

swatchcount-edit .alert h2 {
  font-weight: 800;
  font-size: 270%;
  letter-spacing: 2px; }

swatch-scan .alert {
  border-color: #8D8D8D;
  color: #fff; }

swatch-scan .alert-danger {
  background-color: #ff0000; }

swatch-scan .alert-success {
  background-color: #009e0c; }

swatch-scan .alert-duplicate {
  background-color: #0041C0; }

swatch-scan .alert-notonlist {
  background-color: #8d8d8d; }

swatch-scan .alert h2 {
  font-weight: 800;
  font-size: 270%;
  letter-spacing: 2px; }

swatchlist-edit .alert {
  border-color: #8D8D8D;
  color: #fff; }

swatchlist-edit .alert-danger {
  background-color: #ff0000; }

swatchlist-edit .alert-duplicate {
  background-color: #0041C0; }

swatchlist-edit .alert-success {
  background-color: #009e0c; }

swatchlist-edit .alert-warning {
  background-color: #0041C0; }

swatchlist-edit .alert h2 {
  font-weight: 800;
  font-size: 270%;
  letter-spacing: 2px; }

/*---------------------------
  IBOX
---------------------------*/
.ibox.gray-2 .ibox-title, .ibox.gray-2 .ibox-content {
  background-color: #cacaca; }

.ibox.gray-2 .ibox-content {
  padding: 10px; }

.bg-1 {
  background-color: #fff; }

/*---------------------------
  QUICK STOCK CHECK TOOL
---------------------------*/
.quick-stock-checker-wrap {
  height: 100%;
  min-height: 736px;
  min-height: 100vh; }

.qsct-welcome-message {
  font-size: 2.5em;
  margin-top: 30px;
  margin-bottom: 25px;
  letter-spacing: 6px; }

.logo-wrap img {
  background-color: #fff;
  width: 100%;
  max-width: 150px;
  height: auto; }

