::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #EBF7E7;
}
::-webkit-scrollbar-thumb {
  background: #639307;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-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;
}
.navbar-inner {
  background-color: #ABC971;
  background-image: -moz-linear-gradient(top, #ffffff, #ABC971);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ABC971));
  background-image: -webkit-linear-gradient(top, #ffffff, #ABC971);
  background-image: -o-linear-gradient(top, #ffffff, #ABC971);
  background-image: linear-gradient(to bottom, #ffffff, #abc971);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr=#ABC971, GradientType=0);
  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;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #BDCC9D !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BDCC9D !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BDCC9D !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #BDCC9D !important;
}
.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;
}
.well-primary {
  background-color: #ABC971;
}
.input-20 {
  width: 20px;
}
.input-30 {
  width: 30px;
}
.input-40 {
  width: 40px;
}
.input-50 {
  width: 50px;
}
body#PageEditor .wrapper {
  max-width: 1118px;
}
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 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-productcollections li a,
#t-products li .label,
#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-productcollections li a.t-product-delete,
#t-products li .label.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#Colours .pick-a-color .dropdown-menu {
  top: -100px;
}
body#Colours #edit-modal-body {
  min-height: 440px;
}
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#ProductCategory #t-assets,
body#ProductCollectionCategory #t-assets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body#ProductCategory #t-assets li,
body#ProductCollectionCategory #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 {
  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 {
  position: absolute;
  right: 5px;
}
body#ProductCategory #t-assets li img.remove-icon,
body#ProductCollectionCategory #t-assets li img.remove-icon {
  right: 80px;
  cursor: pointer;
}
body#ProductCategory #t-assets li.selected,
body#ProductCollectionCategory #t-assets li.selected {
  background-color: #639307;
  color: White;
}
body#ProductCategory #t-assets .ui-state-highlight,
body#ProductCollectionCategory #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 {
  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"] {
    width: 270px !important;
  }
}
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: 390px;
}
#productCollectionThumbs {
  width: 96%;
}
#productCollectionThumbs #t-productcollections {
  width: 90%;
  max-height: 390px;
}
#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-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 .cf:before,
body#CreateOrder #tab-products .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
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 table {
  border-collapse: collapse;
  border: solid 1px #999;
  margin: 20px 20px 0 20px;
}
body#CreateOrder #tab-products table.table-option-prices {
  font-size: 11px;
  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 .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 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #848484 0px 0px 20px;
  -moz-box-shadow: #848484 0px 0px 20px;
  box-shadow: #848484 0px 0px 20px;
}
body#CreateOrder #modal-background {
  background-color: #000000;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -moz-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;
  /*min-width: 500px;*/
}
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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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;
}
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;
}
.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 #btnUpdateOfferProducts {
  display: none;
}
body#Offers .popover {
  width: 400px;
  max-width: 400px;
}
body#Offers .popover .popover-content {
  text-align: left;
}
body#Offers .productSearch {
  margin-bottom: 0;
  width: 98%;
}
body#CatalogueRequest .thumb {
  float: right;
}
body#CatalogueRequest .wrapper {
  max-width: 1200px;
}
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#Report .wrapper {
  max-width: 1400px;
}
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-colour {
  width: 100% !important;
}
.asset-slots {
  border: solid 1px #e0e0e0;
  padding: 10px 10px 0 10px;
  margin: 0 0 0 0;
}
.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;
}
#optiongrid-code {
  width: 12%;
}
#optiongrid-size {
  width: 14%;
}
#optiongrid-colour {
  width: 22%;
}
#optiongrid-price {
  width: 5%;
}
#optiongrid-pricewas {
  width: 5%;
}
#optiongrid-costprice {
  width: 5%;
}
#optiongrid-vatexempt {
  width: 7%;
}
#optiongrid-binlocation {
  width: 4%;
}
#optiongrid-stocklevel {
  width: 4%;
}
#optiongrid-stockstatus {
  width: 15%;
}
#optiongrid-weight {
  width: 4%;
}
#optiongrid-delete {
  width: 3%;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right;
}
#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-template {
  display: none;
}
#product-options-grid tr.option-row.border {
  border-top: #ccc 1px solid;
}
#product-options-grid select {
  max-width: 250px !important;
}
.validation-summary-errors {
  color: #cc0000;
  font-weight: bold;
}
#billing-val-summary {
  padding-top: 10px;
  padding-bottom: 10px;
}
#bulk-option-add td {
  vertical-align: top;
}
.small {
  font-size: 0.75em;
  line-height: 1.4em;
}
#colour-order-list {
  padding: 10px 0 0 20px;
  margin-left: 0;
  width: 350px;
  list-style-type: none;
}
#colour-order-list li {
  margin-bottom: 4px;
  cursor: move;
  padding: 3px 10px 3px 85px;
  border: solid 1px #ccc;
}
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;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  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;
}
/* iPad portrait and smaller */
@media (max-width: 768px) {
  body#CreateOrder #popoverCustomerNotes {
    max-width: 250px;
    max-height: 70px;
    overflow: hidden;
  }
}
.option-grid-error {
  border-color: #b94a48 !important;
  border-width: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !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%;
  /*roughly 16:9 ratio (56.25%)*/
  display: block;
  content: '';
}
#dashboard-modules .dashboard-module-content > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*fill parent*/
}
#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 {
  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;
  zoom: 1.5;
  -moz-transform: scale(1.5);
  /* Firefox */
}
#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;
}
.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;
}
.table-striped > thead th {
  background-color: #EBF7E7;
}
.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
  background-color: #f5f7f5;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #fff;
}
.table .table {
  margin-bottom: 0;
}
.payment-history {
  color: #639307;
  outline: 0;
  cursor: pointer;
}
.payment-history:hover,
.payment-history:focus,
.payment-history:active {
  color: #324a04;
}
.payment-history:hover,
.payment-history:focus {
  text-decoration: underline;
}
/* BEGIN THUMBNAIL LIST COMPONENT STYLES */
.thumbnail-list {
  overflow: auto;
  list-style-position: outside;
  list-style-type: none;
  background: #333 url('../Common/Images/bg_tile.jpg');
  max-height: 290px;
  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;
  -webkit-animation: spring 0.25s 1 normal forwards;
  /* Safari 4+ */
  -moz-animation: spring 0.25s 1 normal forwards;
  /* Fx 5+ */
  -o-animation: spring 0.25s 1 normal forwards;
  /* Opera 12+ */
  animation: spring 0.25s 1 normal forwards;
  /* IE 10+ */
}
.thumbnail-list li.unavailable {
  background-color: #ffc26d;
  opacity: 0.8;
}
.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: 30px;
  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;
}
/* END THUMBNAIL LIST COMPONENT STYLES */
