ul.nav {
  margin: 0;
}

.imgSelected {
  border: 4px solid yellow;
}

.dnnInputFileWrapper > #optionImage {
  display: none !important;
}

.verticalCenterCanvas {
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#fmZoomModal {
  width: 1035px;
  height: auto;
}

.fmCatalogCanvasImg {
  max-height: 80px;
}

#imageCanvas, .fmCatalogZoomable {
  cursor: zoom-in;
}

.fmCatalogCanvasImg {
  cursor: pointer;
}

#fmCatalogImageWrapper {
  margin: 0 auto;
}

.imageWrapper {
  height: 110px;
  overflow-x: scroll;
  white-space: nowrap;
}

.slide {
  background: #ccc;
  height: 100px;
  display: inline-block;
  width: auto;
}

.slide:hover {
  border: 2px solid yellow;
}

div.scrollmenu {
  background-color: #e0e0e0;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 8px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.productImages {
  max-height: 100px;
}

.editProductImages {
  border: 2px dashed rgba(0, 0, 0, 0.3);
  margin: 20px;
  min-height: 100px;
}

a.fm-btn-link {
  text-decoration: none;
}

.dnnFormMessage {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

#fmEditProductTabs ul.dnnAdminTabNav {
  height: 40px;
}

a.btn-primary:visited,
a.btn-success:visited,
a.btn-info:visited,
a.btn-warning:visited,
a.btn-danger:visited,
a.btn-primary:link,
a.btn-success:link,
a.btn-info:link,
a.btn-warning:link,
a.btn-danger:link {
  color: #fff;
}

a.btn-default:visited {
  color: #333;
}

.fmForm .dnnFormItem {
  width: auto;
}

.dnnLabel.fmDnnLabel {
  float: none;
  margin-right: 0;
  width: auto;
}

.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email],
.form-group input[type=tel],
.form-group textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: auto;
}
.form-group input.has-error {
  border-color: #a94442;
}
.form-group a.btn-primary:visited,
.form-group a.btn-success:visited,
.form-group a.btn-info:visited,
.form-group a.btn-warning:visited,
.form-group a.btn-danger:visited {
  color: #fff;
}
.form-group a.btn-default:visited {
  color: #333;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}

.cat-name-col {
  width: 50%;
}

.product-admin-grid-wrap {
  position: relative;
}

.fm-loading-div {
  position: absolute;
  z-index: 1000;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
  left: 0;
  right: 0;
  top: -15px;
  bottom: -15px;
}

.fm-loading-div.fm-loader-masked {
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  padding-top: 50px;
  font-size: 24px;
}

.fm-checkbox-list {
  margin: 0;
}
.fm-checkbox-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fm-admin-tab-panel {
  position: relative;
}

.ui-sortable-placeholder {
  background: #7cfc6c;
  padding: 5px 0;
}

.ui-sortable-helper {
  display: table;
  cursor: move;
  border-width: 2px;
}
.ui-sortable-helper td {
  background-color: #c0ebf0;
}

.sortable-table tr {
  cursor: move;
}
.sortable-table tr td.prod-name-col {
  width: 125px;
}

.fm-image-preview-wrap img {
  max-width: 200px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #efefef;
}

.fm-product-catalog-edit-entity-btn {
  position: absolute;
  right: 98px;
  top: 30px;
  border: 1px solid #a7a6a6;
}

.fm-working {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(200, 200, 200, 0.7);
  position: absolute;
  z-index: 1049;
  font-size: 20px;
  display: none;
}

.fm-form-group {
  margin-bottom: 15px;
}

.select2-container .select2-choice {
  height: auto;
  padding: 4px 8px;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 4px;
}
.select2-container .select2-choice abbr {
  top: 11px;
}