/* -----------------------------------------------------
 * Layout settings
 * ----------------------------------------------------- */
/* -----------------------------------------------------
 * App-wide specs: colors, dimensions, etc.
 * Controller- and page-specific variables should be declared in
 * the controller-specific SASS stylesheet.
 * ----------------------------------------------------- */
.user-order-history table {
  color: #6d6d6d;
  font-size: 1rem;
  line-height: 1.46;
}

/*
 * Utopia-specific SASS variables and mixins.
 */
/* Page layouts
 */
/* -----------------------------------------------------
 * Grids
 *
 * Programmatically generate the widths of elements that
 * belong in the grid.
 *
 * Usage:
 *
 * .container
 *   @include row
 *   .primary
 *     @include col(8)
 *     @include internal-margin
 *   .secondary
 *     @include col(4)
 *     @include last
 * .container
 *   @include row
 *   .tertiary
 *     @prepend(4)
 *     @include(4)
 *     @append(4)
 *
 * Inspired by:
 *   http://bjorkoy.com/2010/05/css-grids-with-sass/
 * ----------------------------------------------------- */
/* math magic */
/* create row div */
/* create a column div */
/* make an element span n columns */
/* the first and last columns in a row needs these */
/* prepend n blank columns */
/* append n blank columns */
/*
 * Book display styles.
 */
.user-order-history table {
  width: 100%;
  margin: 0;
}
.user-order-history table td, .user-order-history table th {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 6px 10px;
  background-color: white;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f2f2f2), color-stop(5%, #ffffff));
  background: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 5%);
  background: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 5%);
  background: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 5%);
  background: linear-gradient(left, #f2f2f2 0%, #ffffff 5%);
}
.user-order-history table thead td, .user-order-history table thead th {
  background: #f2f2f2;
}

.user-order-history table tbody tr:nth-child(odd) td, .user-order-history table tbody tr:nth-child(odd) th {
  background-color: white;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f2f2f2), color-stop(5%, #ffffff));
  background: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 5%);
  background: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 5%);
  background: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 5%);
  background: linear-gradient(left, #f2f2f2 0%, #ffffff 5%);
}
.user-order-history table tbody th, .user-order-history table tbody td {
  background-color: #e6f2f5;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #d4e9ee), color-stop(5%, #e6f2f5));
  background: -webkit-linear-gradient(left, #d4e9ee 0%, #e6f2f5 5%);
  background: -moz-linear-gradient(left, #d4e9ee 0%, #e6f2f5 5%);
  background: -o-linear-gradient(left, #d4e9ee 0%, #e6f2f5 5%);
  background: linear-gradient(left, #d4e9ee 0%, #e6f2f5 5%);
}

.user-order-history table {
  font-size: 13px;
  line-height: 1.46em;
}

.nospace {
  margin: 0 !important;
  padding: 0 !important;
}

.light {
  color: #a29c83;
}

#contentMainArea {
  padding-left: 20px;
  padding-right: 20px;
  width: 710px;
}

.full {
  width: 710px;
}

.extrafull {
  width: 900px;
}

.superwide {
  width: 890px;
}

h3 {
  margin-bottom: 20px;
  width: 710px;
}

h2 {
  width: 590px;
}
h2.auto {
  width: auto;
}

.slick-container {
  width: 710px;
  margin-bottom: 20px;
}
.slick-container .disclaimer-message {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f9e4e4;
  padding: 20px;
}

.columns .column {
  position: relative;
  float: left;
}
.columns .column.third {
  width: 270px;
  margin-right: 15px;
}
.columns .column.half {
  position: relative;
  float: left;
  width: 285px;
  margin-right: 20px;
}
.columns .column.codelookup {
  position: relative;
  float: left;
  margin-right: 20px;
}
.columns .column.last {
  margin-right: 0;
}
.columns .column.slickshadow {
  border-bottom: 2px solid #d7d3c0 !important;
}

.full .columns .column.third {
  width: 225px;
}

.user-order-history {
  margin: 10px;
}
.user-order-history h2 {
  float: left;
}
.user-order-history header {
  clear: both;
  overflow: hidden;
  *zoom: 1;
}

.order-table-row {
  font-weight: bold;
  background: #f2f2f2;
}

/*input.radio, input.checkbox{margin-right:5px;} */
ul.reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.reset li {
  padding: 0;
  margin: 0;
}

div.slick-table {
  margin-bottom: 10px;
}
div.tableshadow {
  position: relative;
  width: 587px !important;
}
div.tableshadow table {
  left: 0 !important;
  width: 587px !important;
}
div.tableshadow table th {
  padding-top: 10px;
  font-weight: bold;
  color: #535143;
}
div.slick-table table {
  width: 600px;
  position: relative;
  left: -10px;
}
div.slick-table table tr th {
  text-align: left;
  padding-bottom: 5px;
}
div.slick-table table tr.oddrow {
  background: #f8f3e4;
}
div.slick-table table tr td {
  padding: 3px 0;
}
div.slick-table table tr td.first {
  padding-left: 10px;
}
div.slick-table table tr th.first {
  padding-left: 10px;
}
div.shortcork {
  background-image: url(/images/cork/short_cork.gif);
  background-repeat: repeat-x;
  padding: 10px;
}
div.shortcork div.corknote {
  background-color: #f9f4e4;
  padding: 20px;
  width: 550px;
  position: relative;
}

tr.hover {
  background-color: #fbb177 !important;
  cursor: pointer;
}
