/*
 ** UltraCart - Wordpress Plugin
 ** http://www.ultracart.com/
 ** Copyright (c) 2016 BPS Info Solutions Inc.  All rights reserved.
 */

.btn-add-shortcode {
  background: #30b2d6;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px;
  border-radius: 5px;
}

.btn-cancel-shortcode {
  background: #999;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}


.selectize-dropdown .selectize-dropdown-content .uc-selectize-option .image-wrapper img {
  margin-right: 10px;
}

.selectize-dropdown .selectize-dropdown-content .uc-selectize-option .id-description-wrapper {

}

.id-description-wrapper .description {
  font-weight: bold;
  margin-bottom: 10px;
}

.id-description-wrapper .itemId {
  font-size: 12px;
  color: #999;
}

body .selectize-dropdown {
  z-index: 1000000;
}

body .selectize-dropdown-content {
  max-height: 500px;
}