@font-face {
  font-family: "Roustel";
  src: url("../Fonts/roustel/Roustel.woff2") format("woff2"), url("../Fonts/roustel/Roustel.woff") format("woff"), url("../Fonts/roustel/Roustel.ttf") format("truetype"), url("../Fonts/roustel/Roustel.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #ebf7e7;
}

::-webkit-scrollbar-thumb {
  background: #639307;
  border-radius: 1ex;
  box-shadow: none !important;
}

::-webkit-scrollbar-corner {
  background: #000;
}

.wrapper {
  margin: 78px auto 40px;
}

.modal-small {
  left: 50%;
  width: 560px;
  margin-left: -280px;
}

.blockMsg {
  max-width: none !important;
}

.bootbox .modal-body {
  min-height: 0;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 0;
}

.modal-header .product-site-selector {
  float: left;
  margin-right: 20px;
}
.modal-header .product-site-selector img {
  margin-bottom: 11px;
}

.ws-navbar .site-info select {
  width: 70px !important;
}

.navbar-inner {
  background-color: #abc971;
  background-image: linear-gradient(to bottom, #ffffff, #abc971);
  background-repeat: repeat-x;
  border: 1px solid #639307;
}
.navbar-inner .navbar-search input, .navbar-inner .navbar-search btn-group, .navbar-inner .navbar-search select, .navbar-inner .navbar-search a {
  margin-bottom: 0;
}

textarea:focus, input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

.placeholder {
  color: #BDCC9D;
}

::-moz-placeholder {
  color: #BDCC9D !important;
  opacity: 1;
}

::placeholder {
  color: #BDCC9D !important;
  opacity: 1;
}

select.editable,
input.editable {
  background-color: #DFF5B5;
}

.accordion .accordion-heading {
  background-color: #639307;
}
.accordion .accordion-heading a {
  color: White;
}
.accordion .accordion-body {
  background: #333333 url("../Common/Images/bg_tile.jpg");
}
.accordion .accordion-body .accordion-inner {
  padding: 15px;
}
.accordion .accordion-body table {
  background-color: White;
  margin-bottom: 0;
}

.well-alert {
  background-color: #fded78;
}

#map_canvas {
  width: 450px;
  height: 250px;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 0px;
  border: solid 1px #BCBCBC;
}

.well-primary {
  background-color: #abc971;
}

.btn.btn-left {
  float: left;
}
.btn.btn-right {
  float: right;
}

.input-20 {
  width: 20px;
}

.input-30 {
  width: 30px;
}

.input-40 {
  width: 40px;
}

.input-50 {
  width: 50px;
}

body#PageEditor .wrapper {
  max-width: 1402px;
}

body#HomePage .wrapper {
  max-width: 94%;
}

.main-navigation {
  overflow: auto;
}
.main-navigation .btn-large {
  padding: 0;
}

.uneditable-input {
  background-color: #ECECEC;
}

.btn.disabled,
.btn[disabled] {
  opacity: 0.2;
}

.table p {
  margin: 0;
}
.table tr.success > th {
  background-color: #ebf7e7;
}
.table tr.error > th {
  background-color: #f2dede;
}
.table tr.warning > th {
  background-color: #fcf8e3;
}
.table tr.info > th {
  background-color: #d9edf7;
}
.table .right {
  text-align: right;
}
.table .ctr {
  text-align: center;
}

.popover-content {
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

#t-products, #t-productcollections {
  list-style-type: none;
}
#t-products .image_picker_selector .thumbnail.warning, #t-productcollections .image_picker_selector .thumbnail.warning {
  background-color: #b94a48;
}
#t-products .thumbnail.warning, #t-productcollections .thumbnail.warning {
  background-color: #b94a48;
  color: #FFF;
}
#t-products .thumbnail.colourways, #t-productcollections .thumbnail.colourways {
  background-image: url("../Images/colourways.png");
  background-repeat: repeat-x;
  z-index: 100;
  opacity: 1;
}
#t-products li, #t-productcollections li {
  cursor: move;
}
#t-products li img, #t-productcollections li img {
  height: 100px;
  width: 90px;
  max-height: 100px;
  max-width: 90px;
}
#t-products li span, #t-productcollections li span {
  display: none;
}
#t-products li div, #t-productcollections li div {
  cursor: move;
  height: 137px;
  width: 104px;
  max-height: 137px;
  max-width: 104px;
}
#t-products li a, #t-products li .label, #t-productcollections li a, #t-productcollections li .label {
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  display: block;
  padding: 2px 3px;
  font-size: 9px;
}
#t-products li a.t-product-delete, #t-products li .label.t-product-delete, #t-productcollections li a.t-product-delete, #t-productcollections li .label.t-product-delete {
  top: 0;
  right: 0;
}
#t-products li.selected, #t-productcollections li.selected {
  background-color: Green;
}
#t-products .ui-state-highlight, #t-productcollections .ui-state-highlight {
  width: 10px;
  height: 134px;
  background-color: Yellow;
  padding: 6px;
}

body#Customers .control-group .control-label {
  width: 190px;
}
body#Customers .control-group .controls {
  margin-left: 210px;
}

body#Reviews .wrapper {
  max-width: 1118px;
}
body#Reviews #editReviewModal {
  min-width: 800px;
}
body#Reviews #editReviewModal .modal-body {
  min-width: 750px;
  min-height: 500px;
}
body#Reviews .tab-content {
  overflow: visible;
}

body#Testimonials .wrapper {
  max-width: 1118px;
}
body#Testimonials #editTestimonialModal {
  min-width: 800px;
}
body#Testimonials #editTestimonialModal .modal-body {
  min-width: 750px;
  min-height: 600px;
}
body#Testimonials .tab-content {
  overflow: visible;
}

body#Countries .control-group .control-label {
  width: 190px;
}
body#Countries .control-group .controls {
  margin-left: 210px;
}

body#Brands #edit-modal-body {
  min-height: 490px;
}

body#Colours .pick-a-color .dropdown-menu {
  top: -100px;
}
body#Colours #edit-modal-body {
  min-height: 440px;
}
body#Colours .swatchimage {
  float: right;
  width: 50px;
  max-width: 50px;
}

body#Products .wrapper {
  max-width: 1118px;
}
body#Products li input[type=checkbox] {
  margin-top: 0;
}
body#Products li.highlight {
  background-color: #d1edc8;
}
body#Products .btn-setPrimaryCategory {
  margin-left: 20px;
  float: right;
}
body#Products #product-editor-category-selector, body#Products .product-editor-filter-selector, body#Products #product-editor-style-selector, body#Products #product-editor-fabric-selector {
  list-style-type: none;
}
body#Products .control-group .control-label {
  width: 220px;
}
body#Products .control-group .controls {
  margin-left: 240px;
}
body#Products .modal-body {
  display: flex;
  flex-direction: column;
}
body#Products .tab-content {
  flex-grow: 1;
}

body#ProductCategory #t-assets, body#ProductCollectionCategory #t-assets, body#ProductCollections #t-assets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body#ProductCategory #t-assets li, body#ProductCollectionCategory #t-assets li, body#ProductCollections #t-assets li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 0.8em;
  position: relative;
  height: 70px;
}
body#ProductCategory #t-assets li .remove-icon, body#ProductCollectionCategory #t-assets li .remove-icon, body#ProductCollections #t-assets li .remove-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 80px;
  background: url(../Images/delete.png) 0 0 no-repeat;
  cursor: pointer;
}
body#ProductCategory #t-assets li img, body#ProductCollectionCategory #t-assets li img, body#ProductCollections #t-assets li img {
  position: absolute;
  right: 5px;
}
body#ProductCategory #t-assets li img.remove-icon, body#ProductCollectionCategory #t-assets li img.remove-icon, body#ProductCollections #t-assets li img.remove-icon {
  right: 80px;
  cursor: pointer;
}
body#ProductCategory #t-assets li.selected, body#ProductCollectionCategory #t-assets li.selected, body#ProductCollections #t-assets li.selected {
  background-color: #639307;
  color: White;
}
body#ProductCategory #t-assets .ui-state-highlight, body#ProductCollectionCategory #t-assets .ui-state-highlight, body#ProductCollections #t-assets .ui-state-highlight {
  height: 70px;
  line-height: 1.2em;
}
body#ProductCategory #t-assets.category-assets li, body#ProductCollectionCategory #t-assets.category-assets li, body#ProductCollections #t-assets.category-assets li {
  height: 130px;
}
@media (max-width: 1550px) {
  body#ProductCategory #t-assets.category-assets li input[type=text], body#ProductCollectionCategory #t-assets.category-assets li input[type=text], body#ProductCollections #t-assets.category-assets li input[type=text] {
    width: 270px !important;
  }
}
body#ProductCategory .category-asset-slots, body#ProductCollectionCategory .category-asset-slots, body#ProductCollections .category-asset-slots {
  border: solid 1px #e0e0e0;
  padding: 10px 10px 0 10px;
  margin: 10px 0 0 0;
}
body#ProductCategory .category-asset-slots .asset-slot, body#ProductCollectionCategory .category-asset-slots .asset-slot, body#ProductCollections .category-asset-slots .asset-slot {
  margin: 0 0 10px 0;
  background-color: #86A054;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: relative;
}
body#ProductCategory .category-asset-slots .asset-slot.selected, body#ProductCollectionCategory .category-asset-slots .asset-slot.selected, body#ProductCollections .category-asset-slots .asset-slot.selected {
  background-color: #9CCC3F;
}
body#ProductCategory .category-asset-slots .asset-slot .asset-label, body#ProductCollectionCategory .category-asset-slots .asset-slot .asset-label, body#ProductCollections .category-asset-slots .asset-slot .asset-label {
  font-size: 11px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
body#ProductCategory .category-asset-slots .asset-slot .remove-icon, body#ProductCollectionCategory .category-asset-slots .asset-slot .remove-icon, body#ProductCollections .category-asset-slots .asset-slot .remove-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../Images/delete.png) 0 0 no-repeat;
}
body#ProductCategory .category-asset-slot, body#ProductCollectionCategory .category-asset-slot, body#ProductCollections .category-asset-slot {
  border: solid 1px #e0e0e0;
  margin-bottom: 10px;
}
body#ProductCategory .category-asset-slot .category-asset-container, body#ProductCollectionCategory .category-asset-slot .category-asset-container, body#ProductCollections .category-asset-slot .category-asset-container {
  padding: 10px;
}
body#ProductCategory .category-asset-slot .span12 .category-asset-container, body#ProductCollectionCategory .category-asset-slot .span12 .category-asset-container, body#ProductCollections .category-asset-slot .span12 .category-asset-container {
  padding-bottom: 0;
}
body#ProductCategory .category-asset-slot .span4 .category-asset-container, body#ProductCollectionCategory .category-asset-slot .span4 .category-asset-container, body#ProductCollections .category-asset-slot .span4 .category-asset-container {
  padding-left: 0;
}
body#ProductCategory .category-asset-slot input, body#ProductCollectionCategory .category-asset-slot input, body#ProductCollections .category-asset-slot input {
  margin-bottom: 5px;
}
body#ProductCategory .category-asset-slot label, body#ProductCollectionCategory .category-asset-slot label, body#ProductCollections .category-asset-slot label {
  display: block;
  font-size: 11px;
  line-height: 11px;
  margin: 0;
}
body#ProductCategory .category-asset-slot button:not(.dropdown-toggle), body#ProductCollectionCategory .category-asset-slot button:not(.dropdown-toggle), body#ProductCollections .category-asset-slot button:not(.dropdown-toggle) {
  margin-top: 5px;
}
body#ProductCategory #product-category-image-picker, body#ProductCategory .asset-picker-container, body#ProductCollectionCategory #product-category-image-picker, body#ProductCollectionCategory .asset-picker-container, body#ProductCollections #product-category-image-picker, body#ProductCollections .asset-picker-container {
  margin-top: 10px;
}

body#ProductCollections .asset-slots {
  height: auto;
  margin: 0;
}
body#ProductCollections .asset-slots .video:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 5px;
  background-image: url("../Images/play.png");
  background-repeat: no-repeat;
  z-index: 100;
  opacity: 1;
}
body#ProductCollections #productcollection-editor-category-selector {
  list-style-type: none;
}
body#ProductCollections #productcollection-editor-category-selector input {
  margin: 0;
}
body#ProductCollections #productcollection-editor-category-selector label.selected {
  font-weight: bold;
}

#image-picker-hide {
  display: none;
}

#image-picker-form.assetThumbs #AssetCategoryID {
  margin-bottom: 10px;
}

.productThumbs {
  width: 96%;
}
.productThumbs #t-products {
  width: 90%;
  max-height: 780px;
}

#productCollectionThumbs {
  width: 96%;
}
#productCollectionThumbs #t-productcollections {
  width: 90%;
}
#productCollectionThumbs ul.thumbnails.image_picker_selector {
  max-height: 490px;
}

#orderDetailsModal #order-notes-form .input-prepend, #orderHistoryDetailModal #order-notes-form .input-prepend {
  width: 84%;
}
#orderDetailsModal #order-notes-form .add-on, #orderHistoryDetailModal #order-notes-form .add-on {
  width: 130px;
  text-align: left;
}
#orderDetailsModal #order-notes-form .add-on input[type=checkbox], #orderHistoryDetailModal #order-notes-form .add-on input[type=checkbox] {
  vertical-align: top;
}
#orderDetailsModal #order-notes-form .order-note, #orderHistoryDetailModal #order-notes-form .order-note {
  margin-bottom: 10px;
  min-width: 500px;
}

body#CreateOrder .wrapper {
  max-width: 1400px;
}
body#CreateOrder .tab-content {
  min-height: 400px;
}
body#CreateOrder #showCustomerSearch {
  margin-bottom: 10px;
}
body#CreateOrder #popoverCustomerNotes {
  margin-bottom: 5px;
  max-width: 400px;
  text-align: left;
}
body#CreateOrder .breadcrumb {
  position: relative;
  width: 98%;
}
body#CreateOrder .breadcrumb .order-summary {
  margin-left: 30px;
  font-size: 1em;
}
body#CreateOrder .breadcrumb #order-basket-summary {
  position: absolute;
  top: 0;
  right: 10px;
}
body#CreateOrder .breadcrumb #order-basket-summary img {
  margin-bottom: 6px;
}
body#CreateOrder .order-types {
  text-align: left;
}
body#CreateOrder .order-types h4 {
  display: inline;
  vertical-align: middle;
}
body#CreateOrder .order-types .input_hidden {
  position: absolute;
  left: -9999px;
}
body#CreateOrder .order-types .selected {
  background-color: #abc971;
}
body#CreateOrder .order-types label {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-radius: 4px;
  margin-right: 5px;
}
body#CreateOrder .order-types label:hover {
  background-color: #efefef;
}
body#CreateOrder .order-types label img {
  padding: 3px;
}
body#CreateOrder .order-types select {
  margin-bottom: 0;
  background-color: #abc971;
  font-weight: bold;
  font-size: 1.2em;
}
body#CreateOrder #order-tabs li {
  position: relative;
  width: 90px;
}
body#CreateOrder #order-tabs li.wide {
  width: 122px;
}
body#CreateOrder #order-tabs li li {
  width: auto;
}
body#CreateOrder #order-tabs li a.selected:before {
  content: " ";
  border-radius: 50% 50% 50% 50%;
  background: #79AE22 url("../Common/Bootstrap/img/glyphicons-halflings-white.png") no-repeat -283px 5px;
  height: 24px;
  left: -8px;
  position: absolute;
  text-indent: -3000em;
  top: -8px;
  width: 24px;
}
body#CreateOrder #apply-offercode-form .alert {
  margin-bottom: 0;
}
body#CreateOrder #tab-products .row-fluid {
  position: relative;
}
body#CreateOrder #tab-products .row-fluid .col-product-matrix {
  position: relative;
}
body#CreateOrder #tab-products .row-fluid .col-product-details {
  position: relative;
}
body#CreateOrder #tab-products .row-fluid .col-product-images {
  position: relative;
}
body#CreateOrder #tab-products .btn-primary {
  margin-bottom: 0;
}
body#CreateOrder #tab-products .productSearch {
  margin-bottom: 0;
}
body#CreateOrder #tab-products h1, body#CreateOrder #tab-products h2, body#CreateOrder #tab-products h3, body#CreateOrder #tab-products h4, body#CreateOrder #tab-products p, body#CreateOrder #tab-products ul, body#CreateOrder #tab-products ol, body#CreateOrder #tab-products li, body#CreateOrder #tab-products form, body#CreateOrder #tab-products blockquote {
  margin: 0;
  padding: 0;
  line-height: normal;
}
body#CreateOrder #tab-products ul {
  padding-left: 50px;
  margin-top: 15px;
}
body#CreateOrder #tab-products ul li {
  line-height: 1.5em;
}
body#CreateOrder #tab-products .cf:before,
body#CreateOrder #tab-products .cf:after {
  content: " ";
  display: table;
}
body#CreateOrder #tab-products .cf:after {
  clear: both;
}
body#CreateOrder #tab-products .control-group {
  margin-bottom: 10px;
}
body#CreateOrder #tab-products .control-group .control-label {
  font-size: 0.85em;
}
body#CreateOrder #tab-products p {
  padding: 5px 30px 0 20px;
  line-height: 1.5em;
  margin: 0;
}
body#CreateOrder #tab-products #add-to-basket-form-main .control-label {
  width: 50px;
  text-align: left;
}
body#CreateOrder #tab-products #add-to-basket-form-main .controls {
  margin-left: 60px;
}
body#CreateOrder #tab-products #add-to-basket-form-main .controls p {
  padding-left: 0;
}
body#CreateOrder #tab-products #add-to-basket-form-main div.alert {
  margin-top: 10px;
}
body#CreateOrder #tab-products #add-to-basket-form-main p.note {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}
body#CreateOrder #tab-products #add-to-basket-form-main ul {
  margin-top: 0;
  padding-left: 0;
}
body#CreateOrder #tab-products #add-bundle-to-basket-form p {
  padding: 0;
}
body#CreateOrder #tab-products table {
  border-collapse: collapse;
  border: solid 1px #999;
  margin: 20px 20px 0 20px;
}
body#CreateOrder #tab-products table.table-option-prices {
  font-size: 12px;
  margin: 10px 0 0 0;
}
body#CreateOrder #tab-products table.table-option-prices th, body#CreateOrder #tab-products table.table-option-prices td {
  padding: 2px 4px;
}
body#CreateOrder #tab-products caption {
  border-collapse: collapse;
  border: solid 1px #999;
  border-bottom: 0;
}
body#CreateOrder #tab-products th {
  border-collapse: collapse;
  border: solid 1px #999;
  padding: 3px 6px;
}
body#CreateOrder #tab-products td {
  border-collapse: collapse;
  border: solid 1px #999;
  padding: 3px 6px;
}
body#CreateOrder #tab-products h1 {
  font-size: 2em;
  margin: 0;
  padding: 0 20px 0 20px;
  font-weight: normal;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body#CreateOrder #tab-products h2 {
  font-size: 1.6em;
  padding: 20px 20px 0 20px;
  font-weight: normal;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
body#CreateOrder #tab-products h3 {
  padding: 20px 20px 0 20px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
body#CreateOrder #tab-products .price {
  font-size: 16px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
body#CreateOrder #tab-products .price-was {
  font-size: 16px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: line-through;
}
body#CreateOrder #tab-products span.price-sale {
  text-decoration: none;
  color: #C76200;
  padding-left: 5px;
}
body#CreateOrder #tab-products .style-no {
  font-size: 11px;
  padding-top: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body#CreateOrder #tab-products .rating {
  font-size: 11px;
  padding-top: 6px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
body#CreateOrder #tab-products .rating img {
  display: inline;
  vertical-align: middle;
}
body#CreateOrder #tab-products .rating a {
  color: #999;
  vertical-align: middle;
}
body#CreateOrder #tab-products .asset-widget {
  width: 262px;
  margin-top: 20px;
}
body#CreateOrder #tab-products .product-options .price-details {
  margin-bottom: 0;
  border-top: 1px solid #eeeeee;
}
body#CreateOrder #tab-products .product-options .price-details p {
  padding: 5px 0 0 0;
}
body#CreateOrder #tab-products .product-options .bundle-price-details p {
  padding: 5px 0 0 0;
}
body#CreateOrder #tab-products .product-options .bundle-price-details .bundle-price {
  font-weight: bold;
  font-size: 16px;
}
body#CreateOrder #tab-products .product-options select, body#CreateOrder #tab-products .product-options .bootstrap-select {
  font-family: Consolas, "Lucida Console", "DejaVu Sans Mono";
}
body#CreateOrder #tab-products .bundles h4 {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
}
body#CreateOrder #tab-products .bundles select {
  font-family: Consolas, "Lucida Console", "DejaVu Sans Mono";
}
body#CreateOrder #tab-products .tabgroup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 20px 20px 0 22px;
}
body#CreateOrder #tab-products .tabgroup .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}
body#CreateOrder #tab-products .tabgroup .tabs li {
  float: left;
  margin: 0 5px 0 0;
  border: solid 1px #999;
  border-bottom: none;
  background-color: #999;
  color: #fff;
}
body#CreateOrder #tab-products .tabgroup .tabs .current {
  background-color: #fff;
}
body#CreateOrder #tab-products .tabgroup .tabs a {
  display: block;
  color: #fff;
  text-decoration: none;
}
body#CreateOrder #tab-products .tabgroup .tabs .current a {
  color: #999;
}
body#CreateOrder #tab-products .tabgroup .tabs span {
  display: block;
  padding: 3px 10px 4px 10px;
}
body#CreateOrder #tab-products .tabgroup .tab {
  border: solid 1px #999;
  padding-bottom: 20px;
  z-index: 5;
  margin: -1px 0 0 0;
}
body#CreateOrder #tab-products .review-tab {
  padding-top: 10px;
}
body#CreateOrder #tab-products .review-tab h2 {
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
body#CreateOrder #tab-products .review-tab h2 span {
  display: block;
  color: #535353;
  font-size: 11px;
}
body#CreateOrder #tab-products .review-tab p {
  padding-top: 0;
}
body#CreateOrder #tab-products .review-tab img {
  vertical-align: middle;
}
body#CreateOrder #tab-products .review-tab a {
  color: #3c3c3c;
}
body#CreateOrder #tab-products #product-image-viewer {
  margin: 0 0 0 20px;
  overflow: hidden;
  border-bottom: solid 1px #cdcdcd;
}
body#CreateOrder #tab-products #product-image-viewer .large {
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
}
body#CreateOrder #tab-products #product-image-viewer .thumb {
  float: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 15px;
}
body#CreateOrder #tab-products .product-matrix {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border: none;
  position: relative;
}
body#CreateOrder #tab-products .product-matrix th {
  padding: 0;
  border: solid 3px #fff;
  height: 27px;
  font-size: 11px;
  position: relative;
}
body#CreateOrder #tab-products .product-matrix td {
  padding: 0;
  border: solid 3px #fff;
  height: 27px;
}
body#CreateOrder #tab-products .product-matrix img {
  vertical-align: top;
  border: solid 1px #ccc;
  width: 25px;
  height: 25px;
  max-width: inherit;
}
body#CreateOrder #tab-products .product-matrix img.swatch {
  border: none;
}
body#CreateOrder #tab-products .product-matrix .colour-swatch {
  cursor: default;
  padding: 0 0 0 3px;
  text-align: left;
  font-weight: normal;
  width: 69px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
body#CreateOrder #tab-products .product-matrix th.colour-name {
  text-align: left;
  padding-right: 20px;
  font-weight: normal;
  width: 75px;
  line-height: normal;
}
body#CreateOrder #tab-products .note {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  vertical-align: middle;
  color: #545454;
}
body#CreateOrder #tab-products .note img {
  display: inline;
  vertical-align: middle;
  margin: 0 4px 0 0;
  border: solid 1px #ccc;
}
body#CreateOrder #tab-products .note span {
  margin: 0 10px 0 0;
}
body#CreateOrder #tab-products .key {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #545454;
  line-height: 13px;
  margin-top: 20px;
}
body#CreateOrder #tab-products .key a {
  color: #545454;
}
body#CreateOrder #tab-products .key img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  border: solid 1px #ccc;
}
body#CreateOrder #tab-products #stockModal h1 {
  padding: 0 0 20px 0;
}
body#CreateOrder #tab-products #stockModal p.stockmessage {
  padding: 0 0 10px 0;
}
body#CreateOrder #tab-products #stockModal p.stockmessage.stock-ok {
  color: #509307;
}
body#CreateOrder #tab-products #stockModal p.stockmessage.stock-error {
  color: red;
}
body#CreateOrder #tab-products #stockModal p.stockmessage.stock-warning {
  color: #faa732;
}
body#CreateOrder #tab-products #stockModal ul {
  padding: 20px 20px 0 50px;
}
body#CreateOrder #tab-products #stockModal ol {
  padding: 20px 20px 0 55px;
}
body#CreateOrder #tab-products #stockModal dl {
  padding: 0;
  margin: 0;
}
body#CreateOrder #tab-products #stockModal dt {
  width: 60px;
  text-align: right;
  float: left;
  clear: left;
}
body#CreateOrder #tab-products #stockModal dd {
  margin-left: 60px;
}
body#CreateOrder #tab-products #stockModal #stockcheck {
  padding: 0 0 20px 0;
  z-index: 9999;
  width: 528px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  position: absolute;
  top: 150px;
  left: 0;
  display: none;
}
body#CreateOrder #tab-products #stockModal #stockcheck-loader {
  padding: 40px 40px 20px 40px;
  text-align: center;
  font-weight: bold;
}
body#CreateOrder #tab-products #stockModal #stockcheckimage {
  width: 168px;
  float: right;
  margin: 20px 20px 0 0;
  padding: 0;
}
body#CreateOrder #tab-products #stockModal #stockcheckinfo dl {
  font-size: 12px;
}
body#CreateOrder #tab-products #stockModal #stockcheckinfo dt {
  text-align: left;
}
body#CreateOrder #tab-products #stockModal .alert {
  margin-bottom: 0;
  margin-left: 0;
}
body#CreateOrder #tab-products #stockModal hr {
  margin: 5px 0;
}
body#CreateOrder #stockreminder {
  padding: 0 0 20px 0;
  z-index: 9999;
  width: 528px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  position: absolute;
  top: 150px;
  left: 0;
  display: none;
}
body#CreateOrder #stockreminder form p {
  padding: 20px 30px 0 20px;
}
body#CreateOrder #swatch-popup {
  border: 1px solid #e0e0e0;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 372px;
  background-color: #fff;
}
body#CreateOrder #swatch-popup img {
  margin: 10px;
}
body#CreateOrder #tooltip {
  border: 1px solid #e0e0e0;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  background-color: #fff;
}
body#CreateOrder #tooltip span {
  display: block;
  margin: 10px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
body#CreateOrder #colour-tooltip-small {
  border: 1px solid #e0e0e0;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background-color: #fff;
}
body#CreateOrder #colour-tooltip-small span {
  display: block;
  margin: 5px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
body#CreateOrder .shadow-rounded {
  border-radius: 2px;
  box-shadow: #848484 0px 0px 20px;
}
body#CreateOrder #modal-background {
  background-color: black;
  opacity: 0.4;
  z-index: 50;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 5px 5px 0;
  display: none;
}
body#CreateOrder #order-notes-form .input-prepend {
  width: 84%;
}
body#CreateOrder #order-notes-form .add-on {
  width: 130px;
  text-align: left;
}
body#CreateOrder #order-notes-form .add-on input[type=checkbox] {
  vertical-align: top;
}
body#CreateOrder #order-notes-form .order-note {
  margin-bottom: 10px;
}
body#CreateOrder #tab-basket hr {
  margin: 10px 0;
}
body#CreateOrder #tab-basket .order-types {
  text-align: right;
}
body#CreateOrder #tab-basket .order-types h4 {
  display: inline;
  vertical-align: middle;
}
body#CreateOrder #tab-basket .order-types .input_hidden {
  position: absolute;
  left: -9999px;
}
body#CreateOrder #tab-basket .order-types .selected {
  background-color: #abc971;
}
body#CreateOrder #tab-basket .order-types label {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-radius: 4px;
  margin-right: 5px;
}
body#CreateOrder #tab-basket .order-types label:hover {
  background-color: #efefef;
}
body#CreateOrder #tab-basket .order-types label img {
  padding: 3px;
}
body#CreateOrder #tab-basket .order-types select {
  margin-bottom: 0;
  background-color: #abc971;
  font-weight: bold;
  font-size: 1.2em;
}
body#CreateOrder #tab-basket .address {
  font-size: 0.9em;
}
body#CreateOrder #tab-basket #update-basket-form input[type=text] {
  height: 13px;
}

#update-basket-form td.cell-bundle {
  border-top-color: #FFF !important;
  border-top: none !important;
  border: none !important;
}

body#Customers .wrapper {
  max-width: 1400px;
}
body#Customers #showCustomerSearch {
  margin-bottom: 10px;
}
body#Customers .order-summary {
  font-size: 1em;
}
body#Customers .order-summary #popoverCustomerNotes {
  margin-left: 30px;
}

body#Returns .wrapper {
  max-width: 1400px;
}
body#Returns table td, body#Returns table th {
  vertical-align: inherit;
}
body#Returns table.sub-table {
  margin-top: 15px;
}
body#Returns table .col-history-item {
  width: 50%;
}
body#Returns table .col-history-item-price {
  width: 10%;
}
body#Returns table .col-history-qty-returned {
  width: 10%;
}
body#Returns table .col-history-reason {
  width: 10%;
}
body#Returns table .col-history-return-stock {
  width: 10%;
}
body#Returns .label {
  font-size: inherit;
  font-weight: normal;
}
body#Returns span.suffix {
  font-size: 0.8em;
  vertical-align: top;
}

#report-table-container {
  margin-top: 20px;
}

.report-data {
  margin-top: 20px;
}

.datagrid-footer-left .select .dropdown-menu, .datagrid-footer-right .select .dropdown-menu, .datagrid-header-right .type .dropdown-menu {
  top: auto;
  left: auto;
}

.datagrid tfoot .grid-pager {
  position: relative;
}
.datagrid tfoot .input-append {
  margin-bottom: 0;
  margin-top: 0;
}

body#Offers .wrapper {
  max-width: 1200px;
}
body#Offers #edit-modal-body {
  min-height: 470px;
}
body#Offers .popover {
  width: 400px;
  max-width: 400px;
}
body#Offers .popover .popover-content {
  text-align: left;
}
body#Offers .offer-dates-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: center;
  align-content: center;
}
body#Offers .offer-dates-inputs .time-picker {
  margin-left: 2px;
}
body#Offers .offer-dates-inputs > div {
  margin-right: 5px;
}
body#Offers .offer-dates-inputs > div.divider {
  margin: 0 10px 0 5px;
}
body#Offers .offer-dates-inputs .date {
  width: 100px;
}
body#Offers .offer-dates-inputs .time {
  width: 68px;
}
body#Offers .offer-dates-validation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: center;
  align-content: center;
  width: 435px;
}
body#Offers .offer-dates-validation > div:first-child {
  width: 234px;
}
body#Offers .offer-code-hidden-input {
  visibility: hidden;
  width: 0px;
  padding: 5px 0;
}
body#Offers .offer-codes select {
  min-height: 188px;
  margin: 10px 0;
}
body#Offers .label-discount-type-warning {
  padding: 10px;
  line-height: 1.5em;
  max-width: 450px;
  white-space: normal;
}

body#CatalogueRequest .thumb {
  float: right;
}
body#CatalogueRequest .wrapper {
  max-width: 1200px;
}

body#StockManagement .wrapper {
  max-width: 1400px;
}
body#StockManagement #productSearch .btn-primary {
  margin-bottom: 10px;
}
body#StockManagement table .stock-adjusted-up tr, body#StockManagement table .stock-adjusted-up td {
  background-color: #ebf7e7 !important;
}
body#StockManagement table .stock-adjusted-down tr, body#StockManagement table .stock-adjusted-down td {
  background-color: #FFE0E0 !important;
}
body#StockManagement #product-options-grid tr.option-row {
  font-weight: bold;
}
body#StockManagement #product-options-grid tr.option-row th, body#StockManagement #product-options-grid tr.option-row td, body#StockManagement #product-options-grid tr.option-row select, body#StockManagement #product-options-grid tr.option-row input[type=text] {
  font-size: 13px;
}
body#StockManagement #product-options-grid tr.option-row.border {
  border-top: #ccc 1px solid;
}

body#Report .wrapper {
  max-width: 1400px;
}

body#Report-ExportSimple .wrapper {
  max-width: 600px;
}
body#Report-ExportSimple .wrapper .main-content {
  text-align: center;
  height: 200px;
  max-height: 200px;
  min-height: 200px;
}
body#Report-ExportSimple .wrapper .main-content .btn-primary {
  width: 400px !important;
}
body#Report-ExportSimple .wrapper .main-content input[type=checkbox] {
  margin-top: 0;
}

body#OrderDetails .wrapper {
  max-width: 1400px;
}
body#OrderDetails .wrapper .row-fluid {
  background-color: #FFF;
}
body#OrderDetails .wrapper .accordion-wrapper {
  padding: 10px;
  margin-top: 15px;
}
body#OrderDetails .wrapper .sub-table {
  margin-top: 15px;
}
body#OrderDetails .wrapper .span12 {
  padding: 10px;
}
body#OrderDetails .wrapper table td, body#OrderDetails .wrapper table th {
  vertical-align: inherit;
}
body#OrderDetails .wrapper table .col-history-item {
  width: 50%;
}
body#OrderDetails .wrapper table .col-history-item-price {
  width: 10%;
}
body#OrderDetails .wrapper table .col-history-qty-returned {
  width: 10%;
}
body#OrderDetails .wrapper table .col-history-reason {
  width: 10%;
}
body#OrderDetails .wrapper table .col-history-return-stock {
  width: 10%;
}
body#OrderDetails .wrapper .label {
  font-size: inherit;
  font-weight: normal;
}
body#OrderDetails .wrapper span.suffix {
  font-size: 0.8em;
  vertical-align: top;
}
body#OrderDetails .wrapper #order-notes-form .input-prepend {
  width: 84%;
}
body#OrderDetails .wrapper #order-notes-form .add-on {
  width: 130px;
  text-align: left;
}
body#OrderDetails .wrapper #order-notes-form .order-note {
  margin-bottom: 10px;
  min-width: 500px;
}

body#DuplicateCustomers .well {
  background-color: #ebf7e7;
}
body#DuplicateCustomers .control-group {
  margin-bottom: 0;
}
body#DuplicateCustomers td.error {
  background-color: #f2dede;
}
body#DuplicateCustomers span.error {
  color: red;
}
body#DuplicateCustomers td.success {
  background-color: #ebf7e7;
}

.iframeModal {
  width: 90%;
  height: 90%;
  left: 5%;
  margin: 0;
}
.iframeModal.fade.in {
  top: 5%;
}
.iframeModal .modal-body {
  max-height: none;
}

#selector, #action {
  margin-right: 8px;
}

#image-option {
  width: 100% !important;
}

.asset-slots {
  border: solid 1px #e0e0e0;
  padding: 10px 10px 0 10px;
}
.asset-slots div {
  margin: 0 0 10px 0;
  background-color: #86A054;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: relative;
}
.asset-slots div.selected {
  background-color: #9CCC3F;
}
.asset-slots div .asset-label {
  font-size: 11px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
.asset-slots div .remove-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../Images/delete.png) 0 0 no-repeat;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right;
}

.optiongrid-checkbox {
  width: 82px;
}

.optiongrid-numericinput {
  width: 90px;
}
.optiongrid-numericinput.sm {
  width: 45px;
}
.optiongrid-numericinput.md {
  width: 75px;
}

.optiongrid-selectinput {
  width: 180px;
}
.optiongrid-selectinput.xs {
  width: 60px;
}
.optiongrid-selectinput.sm {
  width: 140px;
}
.optiongrid-selectinput.lg {
  width: 210px;
}

#optiongrid-code {
  width: 110px;
}

#optiongrid-unitofmeasure {
  width: 120px;
}

#optiongrid-binlocation {
  width: 80px;
}

#optiongrid-manufacturernum {
  width: 140px;
}

.optiongrid-flex-label {
  width: 100px;
  font-weight: bold;
}

.optiongrid-pricing {
  display: flex;
  margin-top: 5px;
  align-items: center;
}
.optiongrid-pricing .optiongrid-pricing-price {
  width: 60px;
  font-weight: bold;
}
.optiongrid-pricing .optiongrid-pricing-qty {
  width: 30px;
}
.optiongrid-pricing .optiongrid-pricing-discountamount {
  display: flex;
  width: 200px;
  margin-right: 20px;
  align-items: center;
}
.optiongrid-pricing .optiongrid-pricing-discountamount span {
  flex: 0 0 110px;
}
.optiongrid-pricing .optiongrid-pricing-discount {
  width: 100px;
}
.optiongrid-pricing .optiongrid-pricing-discount span {
  font-weight: bold;
}

#product-options-update input {
  margin-bottom: 0;
}

#product-options-grid {
  width: 100%;
  background-color: #FFF;
}
#product-options-grid th, #product-options-grid td, #product-options-grid select, #product-options-grid input[type=text] {
  font-size: 12px;
}
#product-options-grid th, #product-options-grid td {
  padding: 5px;
}
#product-options-grid th {
  text-align: left;
}
#product-options-grid th.right {
  text-align: right;
  padding-top: 16px;
}
#product-options-grid th.center {
  text-align: center;
}
#product-options-grid div.control-group {
  margin-bottom: 0;
}
#product-options-grid tr.option-row .product-option-checkboxes {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
#product-options-grid tr.option-row .product-option-checkboxes .checkbox-inline {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}
#product-options-grid tr.option-row.border {
  border-top: #ccc 1px solid;
}
#product-options-grid tr.option-row.option-row-divider {
  border-bottom: #e8e8e8 1px solid;
}
#product-options-grid tr.option-row.option-row-divider:last-child {
  border-bottom: none;
}
#product-options-grid hr {
  margin: 5px 0 10px 0;
  border: none;
  padding: 0;
  border-top: solid 1px #000;
  background-color: transparent;
}
#product-options-grid select {
  max-width: 250px !important;
}
#product-options-grid select.not-for-sale {
  background-color: #B5B5B5;
}
#product-options-grid .popover-content {
  font-size: 12px;
}
#product-options-grid .popover-content hr {
  margin: 5px 0 2px 0;
}
#product-options-grid input[type=radio], #product-options-grid input[type=checkbox] {
  margin-top: 0;
}
#product-options-grid .optiongrid-price-summary {
  margin-left: 0px;
  background-color: #eee;
}

.validation-summary-errors {
  color: #cc0000;
  font-weight: bold;
}

#billing-val-summary {
  padding-top: 10px;
  padding-bottom: 10px;
}

#bulk-option-add td {
  vertical-align: top;
}

#multiple-update-row {
  display: none;
}

#bulk-option-add-header td, #bulk-option-add-header th, #multiple-update-row td, #multiple-update-row th {
  padding-top: 15px;
}

#bulk-option-add td, #bulk-option-add th {
  padding-top: 5px;
}

.small {
  font-size: 0.75em;
  line-height: 1.4em;
}

.new-row .option-delete {
  display: none;
}

#colour-order-list {
  padding: 10px 0 0 20px;
  margin-left: 0;
  list-style-type: none;
}

#colour-order-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  cursor: move;
  padding: 5px 10px 5px 40px;
  border: solid 2px #ccc;
}
#colour-order-list li.selected {
  border-color: #639307;
}
#colour-order-list li span {
  text-align: left;
}
#colour-order-list li label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#colour-order-list li label input {
  margin-right: 5px;
}
#colour-order-list li .colourways-icon-hidden {
  display: none;
}

.colour-details-placeholder h3 {
  margin-top: 0;
}

body#OrderManagement .wrapper {
  max-width: 1200px;
}

#order-instructions-form {
  max-width: 500px;
}
#order-instructions-form .input-prepend {
  display: block;
}
#order-instructions-form .input-prepend .add-on {
  text-align: right;
  width: 150px;
}
#order-instructions-form .input-prepend .add-on input[type=checkbox] {
  vertical-align: top;
}

#print-confirm, #picking, #picking-confirm, #print-labelsheet-confirm {
  display: none;
}

#picking > div {
  width: 550px;
  margin: 0 auto;
}
#picking > div form, #picking > div input[type=button] {
  float: left;
  margin-left: 10px;
}

.btn-xlarge {
  padding: 19px 28px;
  font-size: 32px;
  border-radius: 6px;
}

#order-detail-popup-buttons .btn {
  margin-left: 6px;
}
#order-detail-popup-buttons .btn-group .btn {
  margin-left: 0;
}

#order-history-detail-placeholder h2 {
  margin-top: 0;
}

@media (max-width: 768px) {
  body#CreateOrder #popoverCustomerNotes {
    max-width: 250px;
    max-height: 70px;
    overflow: hidden;
  }
}
.option-grid-error, .input-validation-error {
  border-color: #b94a48 !important;
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  color: #b94a48 !important;
  background-color: #e3cfcf !important;
}

.option-grid-duplicate {
  background-color: Orange;
}

#grid-items td[data-property=CV2Icon], #grid-items td[data-property=AddressIcon], #grid-items td[data-property=PostcodeIcon] {
  text-align: center;
  padding: 0;
}
#grid-items td[data-property=CV2Icon] a, #grid-items td[data-property=AddressIcon] a, #grid-items td[data-property=PostcodeIcon] a {
  display: block;
  padding: 8px;
}

#dashboard-modules .dashboard-module {
  display: inline-block;
  margin-bottom: 20px;
}
#dashboard-modules .dashboard-module-heading {
  font-weight: bold;
  padding-bottom: 5px;
}
#dashboard-modules .dashboard-module-content {
  position: relative;
}
#dashboard-modules .dashboard-module-content:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
#dashboard-modules .dashboard-module-content > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#dashboard-modules .dashboard-graph .dashboard-module-content {
  border: solid 1px #e0e0e0;
}
#dashboard-modules .dashboard-table > div {
  overflow: auto;
}
#dashboard-modules .dashboard-table table {
  width: 100%;
  border: solid 1px #e0e0e0;
  background-color: #fff;
}
#dashboard-modules .dashboard-table table th {
  border: solid 1px #e0e0e0;
  font-size: 9px;
  padding: 5px 8px;
  line-height: 1em;
}
#dashboard-modules .dashboard-table table td {
  border: solid 1px #e0e0e0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 5px 8px;
  line-height: 1em;
}
#dashboard-modules .dashboard-table table tr:nth-child(even) {
  background-color: #f5f5f5;
}
#dashboard-modules .dashboard-table table .l {
  text-align: left;
}
#dashboard-modules .dashboard-table table .r {
  text-align: right;
}
#dashboard-modules.row-fluid [class*=span]:nth-child(odd) {
  margin-left: 0;
  clear: left;
}
#dashboard-modules .loader {
  background-color: #e0e0e0;
  padding: 10px;
}

#dashboard-buttons {
  text-align: center;
  padding: 10px 0 20px 0;
}
#dashboard-buttons .btnOrderSearch, #dashboard-buttons .btnOrderSearchByID {
  padding: 6px 18px;
  border-radius: 5px;
}
#dashboard-buttons .btn-primary:hover {
  color: #abc971;
}
#dashboard-buttons .btn-bold {
  font-size: 16px;
  font-weight: bold;
}
#dashboard-buttons input {
  margin-bottom: 0;
}
#dashboard-buttons a.btn-primary:hover {
  background-color: #349307;
  color: #fff;
}
#dashboard-buttons [class^=icon-] {
  vertical-align: middle;
  transform: scale(1.5);
}

#order-count-display {
  text-align: center;
  padding-bottom: 20px;
}
#order-count-display .well {
  background-color: #FCFFBD;
  border-color: #B4C400;
  margin: 0;
  position: relative;
  padding: 10px;
}
#order-count-display .well .dashboard-module-heading {
  margin-bottom: 5px;
}
#order-count-display .well-legend {
  position: absolute;
  top: -11px;
  left: 10px;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  background-color: #FCFFBD;
  border: solid 1px #B4C400;
  padding: 1px 3px 2px 3px;
}
#order-count-display a {
  text-decoration: underline;
  color: #000;
}
#order-count-display ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
#order-count-display ul li {
  display: inline;
  padding: 0 0 0 2px;
  margin: 0;
}
#order-count-display ul li:after {
  margin-left: 6px;
  content: "";
  border-right: solid 1px #999;
}
#order-count-display ul li:last-child:after {
  border: none;
}

.new-voucher-value {
  margin-left: 8px;
  margin-bottom: 0;
}

.PaymentReference {
  display: none;
}

.upload-status-message-fail {
  margin-top: 20px;
  color: darkred;
}

.upload-status-message-success {
  margin-top: 20px;
  color: forestgreen;
}

.robots-choose-file-button {
  margin-top: 10px;
}

.tooltip, .popover {
  z-index: 10000;
}

.popover {
  max-width: 350px;
}
.popover.right {
  text-align: left;
}

ul.sitemap label {
  padding-bottom: 2px;
}
ul.sitemap .btn.disabled, ul.sitemap .btn[disabled] {
  opacity: 0.8 !important;
}

body#SiteSettings .control-group {
  margin-bottom: 10px;
}
body#SiteSettings .control-group .control-label {
  font-size: 0.85em;
  width: 280px;
}
body#SiteSettings .control-group .controls {
  margin-left: 300px;
}

.thumbnail-list {
  overflow: auto;
  list-style-position: outside;
  list-style-type: none;
  background: #333 url("../Common/Images/bg_tile.jpg");
  max-height: 420px;
  padding: 15px 15px 0;
  margin: 0 0 20px 0;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.thumbnail-list li {
  margin: 0px 12px 12px 0px;
  float: left;
  background-color: #fff;
  border-radius: 4px;
  width: 102px;
  cursor: pointer;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.thumbnail-list li:after {
  border-radius: 50% 50% 50% 50%;
  content: " ";
  height: 24px;
  left: -8px;
  position: absolute;
  text-indent: -3000em;
  top: -8px;
  width: 24px;
  background: #79AE22 url("../Common/Bootstrap/img/glyphicons-halflings-white.png") no-repeat -283px 5px;
  opacity: 0;
}
.thumbnail-list li.selected {
  background-color: #C5D5AA !important;
}
.thumbnail-list li.selected:after {
  opacity: 1;
  animation: spring 0.25s 1 normal forwards;
}
.thumbnail-list li.unavailable {
  background-color: #ffc26d;
  opacity: 0.8;
}
.thumbnail-list li.colourways {
  background-image: url("../Images/colourways.png");
  background-repeat: repeat-x;
  z-index: 100;
  opacity: 1;
}
.thumbnail-list li.productcollection {
  background-image: url("../Images/bundle-x2-watermark.png");
  background-repeat: repeat-y;
  z-index: 100;
  opacity: 1;
}

.thumbnail-list .zoom {
  background: #79AE22 url("../Common/Bootstrap/img/glyphicons-halflings-white.png") no-repeat -43px 5px;
  border-radius: 50% 50% 50% 50%;
  height: 24px;
  width: 24px;
  display: block;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
}

.thumbnail-list img {
  margin: 6px 6px 0 6px;
}

.thumbnail-list p {
  font-size: 0.8em;
  margin: 5px 0 6px 0;
  text-align: center;
  line-height: 15px;
  height: 90px;
  overflow: hidden;
  word-wrap: break-word;
}

.thumbnail-list-remove {
  display: block;
  position: absolute;
  background-color: #000;
  top: 0;
  right: 0;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}
.thumbnail-list-remove:visited, .thumbnail-list-remove:hover, .thumbnail-list-remove:active, .thumbnail-list-remove:focus {
  color: #fff;
  text-decoration: none;
}

.thumbnail-list .ui-state-highlight {
  background-color: #ABC971;
  border: none;
}

.form-help {
  display: inline-block;
  vertical-align: top;
}
.form-help .icon-info-sign {
  margin-top: 0;
}

.StripeElementContainer {
  margin-left: 0.2px;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.TestPayment {
  clear: both;
}

.consent-radio-label-overview {
  float: none !important;
  width: auto !important;
  text-align: left !important;
}

.consent-radio-label-inline {
  display: inline-flex;
  margin-right: 10px;
  padding-left: 0 !important;
}

.sp-container {
  border-color: #666;
  border-radius: 4px;
  margin-top: 2px;
}

.sp-replacer {
  border-color: #ccc;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #aaa;
}
.sp-replacer .sp-preview {
  width: 24px;
  border-color: #333;
  border-radius: 2px;
}
.sp-replacer .sp-dd {
  padding: 0;
  height: 22px;
  line-height: 22px;
}

.ws-invisible {
  position: absolute;
  height: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sitemap .menu-help {
  color: White;
  padding: 4px;
  font-size: 0.8em;
  border-radius: 14px;
  margin-top: 0;
}
.sitemap .menu-help [class^=icon-] {
  margin-top: -1px;
}
.sitemap .menu-help.red {
  background-color: Red;
  opacity: 0.6;
}
.sitemap .menu-help.orange {
  background-color: orangered;
  opacity: 0.6;
}
.sitemap .menu-help.green {
  background-color: #639307;
  opacity: 0.6;
}

body#LocalisationAdmin .wrapper {
  max-width: 1340px;
  width: 1340px;
}

body#Redirects .wrapper {
  max-width: 1340px;
  width: 1340px;
}

/* BEGIN INTERSOFT DISPATCH MANAGER STYLES */
.inline-input, input[type=text].inline-input {
  margin-bottom: 0;
}

.form-horizontal.amend-form .control-group {
  margin-bottom: 10px;
}

.icon-spinner {
  animation: spin 500ms infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.submitting .btn.disabled, .submitting .btn[disabled] {
  opacity: 0.65;
}

/* END INTERSOFT DISPATCH MANAGER STYLES */
body#ShippingMethodsGrouped .wrapper {
  max-width: 1400px;
}
body#ShippingMethodsGrouped .control-label {
  width: 260px;
}
body#ShippingMethodsGrouped .controls {
  margin-left: 280px;
}
body#ShippingMethodsGrouped .info {
  margin-top: 5px;
}
body#ShippingMethodsGrouped .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

.shipping-pricebands-desc, .shipping-pricebands-shortdesc {
  width: 400px;
}
.shipping-pricebands-desc select, .shipping-pricebands-shortdesc select {
  width: 100%;
}

.shipping-pricebands-num {
  width: 100px;
  text-align: center;
}
.shipping-pricebands-num input {
  text-align: right;
}

.shipping-pricebands {
  width: 96%;
}
.shipping-pricebands td {
  vertical-align: top;
  padding-top: 5px;
}
.shipping-pricebands tr.error td input, .shipping-pricebands tr.error td select {
  border-color: #b94a48;
}
.shipping-pricebands label.checkbox {
  margin-top: 5px;
  margin-left: 5px;
}

.shipping-pricebands-validation {
  margin-top: 10px;
}
.shipping-pricebands-validation .alert {
  margin-bottom: 10px;
}
.shipping-pricebands-validation ul {
  margin-bottom: 0;
}

body#Zones .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

.set-min-value, .set-max-value {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}

.shippingmethod-priceband {
  border-bottom: solid 1px #e0e0e0;
}
.shippingmethod-priceband:last-child {
  border: none;
}

.placeholder-offer-productoptions, .productOptionsForProductPlaceholder {
  margin-top: 15px;
}
