/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

BODY.ui-widget-overlay {
  opacity: 1 !important;
  filter: Alpha(Opacity=100) !important;
  position: static;
  padding-top: 65px;
}

.ui-widget-header {
  padding: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
}

#main-panel {
  margin-top: 5px;
  min-height: 500px;
  margin-bottom: 0;
}

.main-heading {
  padding: 5px;
  line-height: 2em;
}

#main-panel a[href] {
  text-decoration: underline;
}

.max-width-fluid {
  max-width: 1024px;
}

fieldset {
  border-width: thin !important;
  border-style: solid !important;
}

fieldset legend {
  margin-left: 1em;
  padding: 0 .5em;
  width: auto;
  font-size: 1.1em;
  color: inherit;
  border-bottom: 0;
  margin-bottom: 0;
}

.dropdown-menu {
  color: inherit !important;
}

a.btn {
  text-decoration: none !important;
}

a.btn.btn-sm {
  font-size: small;
}

a.btn.btn-primary,
a.btn.btn-secondary,
a.btn.btn-success,
a.btn.btn-info,
a.btn.btn-warning,
a.btn.btn-danger {
  color: white;
}

.popover-content img {
  max-width: 750px !important;
}

.dataTables_wrapper .fg-toolbar {
  font-size: small;
}

.dataTables_wrapper .dataTable {
  font-size: small;
}

.dataTables_wrapper .dataTables_filter input {
  color: white !important;
}

.ui-widget {
  font-family: Arial !important;
}

.ui-widget .ui-widget-header {
  margin-bottom: 0;
}

.ui-widget > .ui-widget-content {
  padding: 10px;
  border-top: none;
  font-size: initial;
}

.ui-widget.ui-widget-content .ui-widget-header {
  margin-bottom: 5px;
}

.ui-widget.btn.btn-sm {
  font-size: .875rem;
}

form .form-control.error {
  background-color: #FF7777;
}

form .form-errors {
  font-size: 10pt;
  font-style: italic;
  padding: 5px;
  max-height: 6em;
  overflow-y: auto;
  margin-top: 20px;
  display: none;
}

form .form-errors li {
  line-height: 1.0em;
}

form .form-group em {
  display: inline;
  margin-left: 20px;
}

button.ui-state-default.btn-xs,
button.ui-state-active.btn-xs,
button.ui-state-error.btn-xs {
  font-size: 9px;
}

button.ui-state-default.btn-sm,
button.ui-state-active.btn-sm,
button.ui-state-error.btn-sm {
  font-size: 10px;
}

#comments-and-discussions {
  padding: 0;
  min-height: 15em;
}

#discussions,
#comments {
  font-size: 10pt;
}

#comment-sidebar {
  margin-top: 3em;
}

/*********   Toastr notifications override ****************/

#toast-container {
  top: 70px;
}

.toast {
  opacity: .9 !important;
}

#toast-container.toast-top-center > div {
  width: initial;
  border-width: 4px;
  font-weight: bold;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

#side-menu {
  margin-top: 5px;
  display: none;
}

nav.navbar.topbar div#login-register-logout {
  margin-right: 20px;
}

ul.dropdown-menu,
ul.navbar-nav a:hover,
ul.navbar-nav a:active {
  background-color: transparent;
}

.navbar-brand {
  border: none;
}

ul.navbar-nav a.dropdown-toggle,
ul.navbar-nav a.dropdown-toggle:focus,
ul.navbar-nav a:focus,
ul.navbar-nav a:visited {
  background-color: transparent;
}

nav.navbar.topbar .navbar-header {
  padding-top: 5px;
}

ul.navbar-nav ul {
  padding: 0;
}

ul.navbar-nav ul li {
  margin: 0;
  padding: 0;
}

ul.navbar-nav ul li a {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  display: block;
  font-size: 10pt;
  font-weight: normal;
  height: 25px;
  padding: 3px;
}

#login-register-logout ul.navbar-nav ul li a {
  width: 100px;
}

ul.navbar-nav ul li a:hover {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

ul.theme-selector-container a.dropdown-toggle {
  width: 12em;
  text-align: right;
  margin-right: 20px;
}

ul.vmenu,
ul.vmenu ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}

ul.vmenu li {
  font-size: 8pt;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 5px;
  cursor: pointer;
}

ul.vmenu li span {
  width: 15px;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

ul.vmenu a {
  text-decoration: none;
  cursor: none;
}

nav.navbar {
  height: 55px;
}

.main-content-row {
  margin-top: 60px;
}

#main-panel .main-heading {
  text-align: left;
}

#widget-table td.content-col {
  width: 180px;
}

#widget-table td.actions-col {
  width: 180px;
}

.popover {
  max-width: 800px !important;
}

.btn-row button,
.btn-row a {
  width: 150px;
}

form#add-edit-page #styles,
form#add-edit-page #scripts {
  font-size: 12px;
}

form#add-edit-page .panel-table {
  font-size: 12px;
}

form#add-edit-page .panel-table td.component-slug-col {
  min-width: 50px;
  cursor: move;
}

form#add-edit-page .panel-table td.mobile-col {
  width: 30px;
}

form#add-edit-page .panel-table td.actions-col {
  width: 50px;
}

form#add-edit-page .panel-table td.actions-col button {
  padding: 2px;
  font-size: 10px;
}

#product-table {
  table-layout: fixed;
}

#product-table td.product-status-col {
  text-align: center;
}

#product-table td.product-status-col label {
  font-weight: bold;
  border-radius: 5px;
  padding: 4px 10px;
}

#product-table td.commodity-type-col {
  text-align: center;
}

#product-table .images-col {
  width: 150px;
}

#product-table .images-col ul {
  list-style-type: none;
  padding-left: 5px;
  margin-bottom: 0px;
  overflow-x: auto;
  white-space: nowrap;
  width: 150px;
}

#product-table .images-col ul li {
  display: inline-block;
  margin-right: 5px;
}

#product-table .images-col ul li img {
  height: 50px;
  border: thin solid grey;
  cursor: zoom-in;
}

form#add-edit-product #product-image-table {
  width: 100%;
  font-size: 10pt;
}

form#add-edit-product #product-image-table .sequence-col {
  width: 30px;
  text-align: center;
  cursor: move;
}

form#add-edit-product #product-image-table .thumbnail-col {
  width: 110px;
  text-align: center;
}

form#add-edit-product #product-image-table .thumbnail-col img {
  width: 100px;
  height: auto;
  text-align: center;
  cursor: zoom-in;
}

form#add-edit-product #product-image-table .actions-col {
  width: 60px;
  text-align: center;
}

#products-table,
#add-product-table {
  font-size: small;
  width: 100%;
}

#products-table .check-col,
#add-product-table .check-col {
  text-align: center;
}

#products-table td.title-col,
#add-product-table td.title-col {
  cursor: move;
}

#products-table .product-status-col,
#add-product-table .product-status-col {
  text-align: center;
}

#products-table .product-status-col label,
#add-product-table .product-status-col label {
  font-weight: bold;
  border-radius: 5px;
  padding: 4px 10px;
}

#products-table .images-col,
#add-product-table .images-col {
  padding: 2px 5px;
  width: 120px;
}

#products-table .images-col ul,
#add-product-table .images-col ul {
  list-style-type: none;
  width: 120px;
  margin: 0;
  padding-left: 5px;
}

#products-table .images-col ul li,
#add-product-table .images-col ul li {
  display: inline;
}

#products-table .images-col ul li img,
#add-product-table .images-col ul li img {
  width: 30px;
  max-height: 30px;
  cursor: zoom-in;
}

#products-table .actions-col,
#add-product-table .actions-col {
  text-align: center;
  width: 90px;
}

.popover-img {
  max-width: 800px !important;
}

#product-type-table {
  table-layout: fixed;
}

#product-type-table td.actions-col {
  text-align: center;
}

#volume-pricing-type-table .tier-count-col {
  width: 120px;
}

#volume-pricing-type-table .description-col {
  width: 100px;
}

#volume-pricing-type-table .actions-col {
  width: 120px;
}

#volume-pricing-type-table .actions-col button {
  width: 60px;
}

#volume-pricing-tier-table .actions-col {
  width: 120px;
}

#volume-pricing-tier-table .actions-col button {
  width: 60px;
}

#product-status-table td.name-col {
  cursor: move;
}

#product-status-table .color-col {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

#product-status-table .color-col label {
  padding: 2px 4px;
  font-weight: bold;
  border-radius: 5px;
  margin: 5px;
}

#product-status-table .product-count-col {
  width: 100px;
}

#product-status-table .actions-col {
  width: 200px;
}

/**************** Edit ***********************/

#add-edit-product-status input#name {
  max-width: 400px;
}

#add-edit-product-status input.colorpicker {
  width: 200px;
  height: 35px;
}

