/* ********************************************
	Bootstrap Overwrite
-----------------------------------------------
NEVER update this file (add customizations
to BOTTOM of style.less).
******************************************** */
@import "/www/ev_usm/ss/evenue/customize/ev_usm/css/desktop/custom.css";
.panel-title {
  font-size: 14px;
  font-weight: bold;
}
.text-major {
  font-size: 14px;
  font-weight: bold;
}
.text-muted {
  color: #4d4d4d;
}
.fa-stack > .fa {
  color: white;
}
.fa-stack > .fa + .fa {
  color: #000;
}
blockquote {
  font-size: 12px;
}
/* ---------------------------------
	Forms
--------------------------------- */
.form-control {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  font-size: 12px;
}
.form-control[name^="qty"] {
  width: auto;
  text-align: center;
}
.form-inline .radio > label {
  white-space: nowrap;
  margin-right: 10px;
}
.form-inline .form-control + div {
  margin-top: 10px;
}
.text-center .form-control {
  margin-left: auto;
  margin-right: auto;
}
.text-center select {
  text-align: left;
}
/* ---------------------------------
	Buttons
--------------------------------- */
.btn {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-width: 1px;
}
.btn-lg {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-width: 1px;
}
.btn-md {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-width: 1px;
}
.btn-sm {
  padding: 10px 10px;
  font-size: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-width: 1px;
}
.btn-xs {
  padding: calc(5px) calc(5px);
  font-size: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-width: 1px;
}
.btn-xs .fa {
  font-size: 1.5em;
}
.btn-primary {
  background-color: #000000;
  background-image: none;
  border-color: #000000;
  box-shadow: getShadow(1px 1px 1px #d9d9d9);
  text-decoration: none;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary .badge {
  color: #000000;
  background-color: #fff;
}
.btn-default {
  background-color: #efefef;
  background-image: none;
  border-color: #c9c9c9;
  box-shadow: getShadow(1px 1px 1px #d9d9d9);
  text-decoration: none;
  color: #333 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background: #c9c9c9;
  border-color: #a3a3a3;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #efefef;
  border-color: #c9c9c9;
}
.btn-default .badge {
  color: #efefef;
  background-color: #333;
}
/* ---------------------------------
	Panels, Wells, Alerts
--------------------------------- */
.alert,
.well {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  font-size: 12px;
}
.alert-info {
  background-color: #efefef;
  border-color: #c9c9c9;
  color: #000000;
}
.panel-primary {
  border-color: #ddd;
}
.panel-primary.disabled .panel-heading {
  opacity: 0.65;
}
.panel-primary > [class^="panel-"]:first-child:before,
.panel-primary > [class^="panel-"]:first-child:after {
  content: " ";
  display: table;
}
.panel-primary > [class^="panel-"]:first-child:after {
  clear: both;
}
.panel-primary.itemgroup:hover .panel-heading {
  background-color: #000000;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #000000;
  background-image: none;
  border: none;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-primary > .panel-heading .badge {
  color: #000000;
  background-color: #fff;
}
.panel-primary > .panel-heading a {
  color: #fff;
}
.panel-primary > .panel-heading h2,
.panel-primary > .panel-heading .panel-title {
  vertical-align: middle;
  color: #fff;
}
.panel-primary > .panel-heading h2 > .pull-right,
.panel-primary > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-primary > .panel-heading div.panel-title:before,
.panel-primary > .panel-heading div.panel-title:after {
  content: " ";
  display: table;
}
.panel-primary > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary > .panel-heading a {
  color: #d9d9d9;
}
.panel-default {
  border-color: #ddd;
}
.panel-default.disabled .panel-heading {
  opacity: 0.65;
}
.panel-default > [class^="panel-"]:first-child:before,
.panel-default > [class^="panel-"]:first-child:after {
  content: " ";
  display: table;
}
.panel-default > [class^="panel-"]:first-child:after {
  clear: both;
}
.panel-default.itemgroup:hover .panel-heading {
  background-color: #c9c9c9;
}
.panel-default > .panel-heading {
  color: #000000;
  background-color: #efefef;
  background-image: none;
  border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #efefef;
  background-color: #000000;
}
.panel-default > .panel-heading a {
  color: #000000;
}
.panel-default > .panel-heading h2,
.panel-default > .panel-heading .panel-title {
  vertical-align: middle;
  color: #000000;
}
.panel-default > .panel-heading h2 > .pull-right,
.panel-default > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-default > .panel-heading div.panel-title:before,
.panel-default > .panel-heading div.panel-title:after {
  content: " ";
  display: table;
}
.panel-default > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-info {
  border-color: #ddd;
}
.panel-info.disabled .panel-heading {
  opacity: 0.65;
}
.panel-info > [class^="panel-"]:first-child:before,
.panel-info > [class^="panel-"]:first-child:after {
  content: " ";
  display: table;
}
.panel-info > [class^="panel-"]:first-child:after {
  clear: both;
}
.panel-info.itemgroup:hover .panel-heading {
  background-color: #c9c9c9;
}
.panel-info > .panel-heading {
  color: #333;
  background-color: #efefef;
  background-image: none;
  border: none;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-info > .panel-heading .badge {
  color: #efefef;
  background-color: #333;
}
.panel-info > .panel-heading a {
  color: #333;
}
.panel-info > .panel-heading h2,
.panel-info > .panel-heading .panel-title {
  vertical-align: middle;
  color: #333;
}
.panel-info > .panel-heading h2 > .pull-right,
.panel-info > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-info > .panel-heading div.panel-title:before,
.panel-info > .panel-heading div.panel-title:after {
  content: " ";
  display: table;
}
.panel-info > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel,
.panel-group .panel {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
  font-size: 12px;
}
.panel > .panel-heading,
.panel-group .panel > .panel-heading {
  margin: -1px -1px 0;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.panel > .panel-body,
.panel-group .panel > .panel-body {
  padding: 10px;
}
.panel > .panel-footer,
.panel-group .panel > .panel-footer {
  border-radius: 0 0 3.75px 3.75px;
  -moz-border-radius: 0 0 3.75px 3.75px;
  -webkit-border-radius: 0 0 3.75px 3.75px;
  padding: 10px;
}
.panel > .panel-heading > table.full-width,
.panel-group .panel > .panel-heading > table.full-width {
  margin-top: -10px;
  margin-bottom: -10px;
  height: 50px;
}
.panel > .panel-heading > table.full-width > tbody > tr > td,
.panel-group .panel > .panel-heading > table.full-width > tbody > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel > .panel-heading > table.full-width > tbody > tr > td.text-right,
.panel-group .panel > .panel-heading > table.full-width > tbody > tr > td.text-right {
  width: 1px;
}
.panel-group .panel {
  overflow: hidden;
}
/* ---------------------------------
	Accordion
--------------------------------- */
/* ---------------------------------
	List Group
--------------------------------- */
.list-group > .list-group-item {
  color: #262626;
  font-weight: normal;
  text-decoration: none;
}
.list-group > .list-group-item:hover,
.list-group > .list-group-item.hover {
  color: #000;
}
.list-group > .list-group-item.active {
  background-color: #000000;
  border-color: #000000;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.list-group > .list-group-item.active .fa {
  margin-right: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.list-group > .list-group-item:first-child {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.list-group > .list-group-item:last-child {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
/* ---------------------------------
	Grids
--------------------------------- */
.row {
  margin-left: calc(-5px);
  margin-right: calc(-5px);
}
.row > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row > [class^="col-"] > table,
.row > [class^="col-"] > div,
.row > [class^="col-"] > p {
  margin-left: calc(5px);
  margin-right: calc(5px);
}
.row > [class^="col-"] > table > h2,
.row > [class^="col-"] > div > h2,
.row > [class^="col-"] > p > h2 {
  margin-top: 0;
}
.row .col-default {
  float: left;
  position: relative;
  min-height: 1px;
}
.row .col-default + .col-default > .form-control {
  margin-left: 10px;
}
.row .col-default:first-child,
.row .col-default:last-child {
  margin-top: 0;
  padding-top: 0;
}
.row ~ * {
  margin-top: 10px;
}
/* ---------------------------------
	Dropdowns
--------------------------------- */
.dropdown-menu {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
}
.dropdown-menu .dropdown-header {
  background-color: #000000;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  margin-top: -10px !important;
  margin-bottom: 4px !important;
  color: #fff;
  font-weight: bold;
}
.input-group .btn,
.input-group .form-control {
  line-height: normal;
}
.btn-group .dropdown-menu {
  min-width: 125%;
  text-align: left;
}
.btn-group .dropdown-menu > .row {
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em;
}
.btn-group .dropdown-menu > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* ---------------------------------
	Tables
--------------------------------- */
.text-danger {
  color: red !important;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table > [class="active"] {
  background-color: #000000;
}
.table > tr > [class="active"],
.table > thead > tr > [class="active"],
.table > tbody > tr > [class="active"] {
  background-color: #000000;
}
.table > tr > th,
.table > thead > tr > th,
.table > tbody > tr > th {
  background-color: transparent;
  font-size: 12px;
  color: #000;
}
.table > tr > td,
.table > thead > tr > td,
.table > tbody > tr > td {
  /*border-top: none;
			border-bottom: 1px solid @lineColor;*/
  border: none;
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
}
/* ---------------------------------
	Carousel (cart upsell)
--------------------------------- */
#carouselNav .pager a {
  color: #000000;
}
/* ---------------------------------
	Helpers
--------------------------------- */
.full-width {
  width: 100%;
}
/* Center-align a block level element */
.center-block {
  display: inline-block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vtop,
.vtop > th,
.vtop > td,
.vtop > tr > th,
.vtop > tr > td,
.vtop > tbody > tr > th,
.vtop > tbody > tr > td {
  vertical-align: top !important;
}
.vbottom,
.vbottom > th,
.vbottom > td,
.vbottom > tr > th,
.vbottom > tr > td,
.vbottom > tbody > tr > th,
.vbottom > tbody > tr > td {
  vertical-align: bottom !important;
}
.vcenter,
.vcenter > th,
.vcenter > td,
.vcenter > tr > th,
.vcenter > tr > td,
.vcenter > tbody > tr > th,
.vcenter > tbody > tr > td {
  vertical-align: middle !important;
}
div.vcenter {
  display: inline-block;
  float: none;
}
.no-padding {
  padding: 0;
}
.no-rounded-corners,
.no-rounded-corners > .panel-heading,
.no-rounded-corners > .panel-footer {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.escape-padding {
  margin: -10px !important;
}
.space-block {
  width: 10px;
  height: 10px;
}
.space-block.space-block-h2x {
  width: 20px;
}
.space-block.space-block-h3x {
  width: 30px;
}
.space-block.space-block-y2x {
  height: 20px;
}
.space-block.space-block-y3x {
  height: 30px;
}
.reset {
  background-image: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-collapse: collapse !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.reset > tbody > tr > th,
.reset > tbody > tr > td {
  padding: 0 !important;
}
/* ********************************************
	PYOS
-----------------------------------------------
NEVER update this file (add customizations
to BOTTOM of style.less).
******************************************** */
.wait,
.wait * {
  cursor: wait;
}
.smalltable {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #2F4F4F;
  background-color: #d1d1d1;
}
.lineitemtable {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  text-align: center;
  background-color: #fff;
  color: #2F4F4F;
}
.jqifade {
  position: absolute;
  background-color: #333;
}
div.jqi {
  width: 300px;
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  border: solid 1px #eeeeee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 7px;
}
div.jqi .jqicontainer {
  font-weight: bold;
}
div.jqi .jqiclose {
  position: absolute;
  top: 6px;
  right: -2px;
  width: 18px;
  cursor: default;
  color: #bbb;
  font-weight: bold;
}
div.jqi .jqimessage {
  padding: 10px;
  line-height: 20px;
  color: #444444;
}
div.jqi .jqibuttons {
  text-align: right;
  padding: 5px 0 5px 0;
  border: solid 1px #eeeeee;
  background-color: #f4f4f4;
}
/*
div.jqi button{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #eee;
	border: 1px outset #666;
	color: #000 ;
	font-weight: bold;
	font-size: 12px;}
*/
div.jqi button:hover,
div.jqi button.jqidefaultbutton:hover {
  background-color: #728A8C;
}
div.jqi button.jqidefaultbutton {
  background-color: #eee;
}
.jqiwarning .jqi .jqibuttons {
  background-color: #eee;
}
div.wrapper {
  width: 770px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 99;
}
#pyosContainer {
  position: relative;
}
#pyosContainer img {
  vertical-align: baseline;
}
#please_wait {
  z-index: 1004;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pyos/ajax-loader.gif') center center no-repeat;
  /* border: 3px solid red; */
}
/* 6.95.203 */
.hoverTxtTitle {
  color: #000000;
}
.hovernote {
  color: #f54c23;
  font-size: 10px;
  font-style: italic;
}
.smalltable .button {
  background-color: #000000;
  color: #fff;
}
/* ==============================
	webdev code
============================== */
#legendSec,
#legendSeat {
  margin-top: 1em;
  color: #000;
}
.hoverTxt {
  color: #000;
}
.smalltable .fa,
.lineitemtable .fa {
  margin-left: 5px;
  font-size: 1.5em;
}
/* header row */
.smalltable td {
  color: #000 !important;
}
.smalltable2 {
  width: 95%;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  table-layout: fixed;
}
/* seat rows */
.lineitemtable {
  width: 95%;
  border-bottom: 1px solid #dcdcdc;
  table-layout: fixed;
}
.lineitemtable td {
  text-align: center;
  color: #000 !important;
}
.smalltable2 td,
.lineitemtable td {
  padding: 3px 5px !important;
}
/* columns */
.ev_SectionCol {
  overflow: hidden;
  /*white-space: nowrap;*/
}
.ev_RowCol {
  width: 10%;
}
.ev_SeatCol {
  width: 7%;
}
.ev_PTCol {
  width: 40%;
}
.ev_PTCol select {
  width: 90% !important;
}
.ev_PriceCol {
  width: 10%;
  text-align: right !important;
}
.ev_TrashCol {
  width: 5%;
}
.ev_TrashCol img {
  width: 16px;
  height: 16px;
}
.ev_TrashCol .fa {
  font-size: 1.5em;
}
/* ==============================
	Tabbed Layout
============================== */
.price_steps_horizontal {
  width: 45%;
  float: left;
  padding-right: 5px;
}
.price_steps_vertical {
  width: 530px;
  text-align: center;
  padding-left: 250px;
}
#plMapContainer {
  width: 50%;
  float: right;
  padding: 5px;
}
#mapContainer #plMapContainer {
  float: none;
  margin: 1em auto;
}
.dualMapMiniCart {
  position: absolute;
  top: 260px;
  left: 0;
  width: 365px !important;
  height: 61px;
  background-color: #fff;
  border: 1px solid #C0C0C0;
}
.dualMapMiniCart .ev_PTCol select {
  width: auto;
}
#pyoInstructionPanel {
  width: 353px;
  height: 250px;
  float: left;
  border: 2px solid #C0C0C0;
  margin: 0;
  padding: 5px;
  text-align: left;
}
/* ------------------------------
	Basic
------------------------------ */
body {
  margin: 0;
  padding: 0;
}
body,
th,
td,
input,
select {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #000;
}
body.nobg,
table.nobg {
  margin: 0;
  padding: 15px;
}
/* popups */
body.pop {
  background: white;
  margin: 0;
  padding: 15px 15px calc(60px);
}
/* unskinned */
body.simpleBody {
  height: 100%;
  background: white;
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
select,
textarea {
  color: #000;
}
input.inputright {
  text-align: right;
}
input.disabled {
  border-color: transparent;
  background-color: transparent;
}
input.inputrightdisabled {
  border-color: transparent;
  background-color: transparent;
  text-align: right;
}
a {
  color: #000000;
}
a:visited,
a.visited {
  color: #000000;
}
a:hover,
a.hover,
a:active,
a.active {
  color: #000000;
}
[onclick] {
  cursor: pointer;
}
hr {
  border: 0;
  height: 2px;
  margin: 2px 0;
  background-color: #ddd;
  color: #ddd;
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #000000;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 10px;
}
h1.head {
  font-size: 18px;
}
big,
.lgmed,
.lgmedb,
.sectionhead {
  font-size: 14px;
  color: #000000;
}
big,
.lgmedb {
  font-weight: bold;
}
div.lgmedb,
.sectionhead {
  line-height: 1.5em;
}
small,
.small,
.small p,
.small div,
.small td,
.smallbold,
.smallmedbold,
.small input,
.small select,
.small textarea,
.small td,
.errorsm {
  font-size: 10px;
}
.small b,
.small strong,
.smallbold,
.smallmedbold {
  font-weight: bold;
}
.smallmedbold {
  color: #000000;
}
form,
script {
  margin: 0;
  padding: 0;
}
form label {
  cursor: pointer;
}
/* ------------------------------
	Mini Cart - top hover version
------------------------------ */
/*#cartIcon{
	background-color: transparent;
	color: @mutedTextColor;
	width: 300px;
	z-index: 10;
	position: absolute;
	margin-top: -14px;
	margin-left: 780px;
	padding: 2px;}

.minicart{
  background: none;
}

.minicart #expStr,
.minicart .fa {
	color: @client_color1;}

.minicart-over{
	background: url('@{baseImagePath}/minicart-bgTile.png');
	.getBorderRadius(@wideRadius);
	padding-top: 48px;
	padding-bottom: 10px;
}

.minicart-over #expStr,
.minicart-over .fa {
	color: #fff;}

#carttimer {
	font-size: @smallFontSize;
	padding: 2px 4px;
	text-align: center;}

#mCart{
	padding:10px 0;}

#timer {
	background-color: #eee;
	margin: 0 0 0 0;
	padding: 5px 5px;
	font-size: @smallFontSize;
	text-align: center;
	line-height: 22px;
	color: #fff;}

#timer input {
	font-size: @baseFontSize;
	color: @errorColor;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;}

#timer a:link, #timer a:active, #timer a:visited{
  color: #09326f;
  text-decoration: none;}

#timer a:hover{
  color: @errorColor;}

.timer {
	font-size: 13px;
	color: @errorColor;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;
	padding: 3px 5px;}

a.timer:link{
	font-size: @smallFontSize;
	color: #09326f;
	border: 1px outset #808080;
	text-decoration: none;
	padding: 3px 8px;}

a.timer:hover{
	color: @errorColor;
	text-decoration: none;}	*/
/* ------------------------------
	end of mini cart - top hover
------------------------------ */
/* ------------------------------
	Mini Cart - side tag version
------------------------------ */
#cartIcon {
  padding: 10px;
  width: 60px;
  height: 60px;
  position: fixed;
  right: -10px;
  cursor: pointer;
  z-index: 9999999999;
  margin: 0;
  border-radius: 0px;
  display: none;
}
.minicart {
  background: none;
}
.minicart #expStr,
.minicart .fa {
  color: #ffffff;
}
.minicart-over {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 48px;
  padding-bottom: 10px;
  display: block;
}
.minicart-over #expStr,
.minicart-over .fa {
  color: #fff;
}
#carttimer {
  font-size: calc(10px);
  padding: 2px 4px;
  text-align: center;
}
#mCart {
  background-color: #333;
  position: absolute;
  padding: 10px;
  z-index: 9999999;
  min-height: 60px;
}
#timer {
  background-color: #eee;
  margin: 0 0 0 0;
  padding: 5px 5px;
  font-size: calc(10px);
  text-align: center;
  line-height: 22px;
  color: #fff;
}
#timer input {
  font-size: 12px;
  color: red;
  font-weight: bold;
  border: 1px solid #808080;
  text-align: center;
  background-color: #eee;
}
#timer a:link,
#timer a:active,
#timer a:visited {
  color: #09326f;
  text-decoration: none;
}
#timer a:hover {
  color: red;
}
.timer {
  font-size: 13px;
  color: red;
  font-weight: bold;
  text-align: center;
}
#cartIcon input.timer {
  color: #fff;
  width: 55px;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  margin-left: -5px;
}
/* ------------------------------
	end of mini cart - side tag version
------------------------------ */
/* ------------------------------
	Mini Cart - left lower corner version
------------------------------ */
#minicartContainer {
  margin: 1em 0.5em 1em 0.5em;
  border-collapse: collapse;
}
body.minicartBody {
  background-color: white;
  padding: 0;
}
table#minicart {
  margin: 0;
  padding: 0;
}
#minicart td,
#minicart div {
  font-size: 10px;
  line-height: 1.5em;
  text-align: left;
}
#minicart td {
  white-space: nowrap;
  border-left: 1px solid #ddd;
  padding: 0 10px;
}
#minicart div {
  margin: 0;
  padding: 4px;
  border-bottom: 1px solid #ddd;
}
#minicart td img,
#minicart div img {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 30px;
  height: 30px;
}
#minicart td input,
#minicart div input {
  margin: 4px auto 0;
  padding: 0;
  font-size: 10px;
}
/* ------------------------------
	Other Layout Elements
------------------------------ */
#login {
  float: left;
  padding: 10px 10px 10px 0;
}
#pleasewait {
  background: white;
  border: 6px double #ddd;
  width: 400px;
  text-align: center;
  color: #4d4d4d;
}
/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
  margin: 0 0 15px;
  padding: 0;
  font-size: 10px;
  text-align: left;
  color: #4d4d4d;
}
#breadcrumbs a {
  font-weight: normal;
  color: #4d4d4d;
}
#breadcrumbs strong a {
  font-weight: bold;
  color: #000000;
}
/* ------------------------------
	Tables
------------------------------ */
.boxed {
  border: 1px solid #ddd;
  padding: 10px;
}
.boxedhead,
.boxedheadsm,
.bgmed {
  background-color: #000000;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
}
.boxedhead table,
.boxedheadsm table,
.bgmed table {
  background-image: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-collapse: collapse !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.boxedhead table > tbody > tr > th,
.boxedheadsm table > tbody > tr > th,
.bgmed table > tbody > tr > th,
.boxedhead table > tbody > tr > td,
.boxedheadsm table > tbody > tr > td,
.bgmed table > tbody > tr > td {
  padding: 0 !important;
}
.boxedhead a,
.boxedheadsm a,
.bgmed a {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #ff0;
}
.boxedhead a:hover,
.boxedheadsm a:hover,
.bgmed a:hover {
  color: #fff;
}
.boxedheadsm {
  font-size: 10px;
}
.boxed p.eventDate {
  text-indent: -7em;
  margin-left: 7em;
}
#ada {
  margin: 0 auto 1em;
  padding: 5px;
  border: 1px solid #00f;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  color: #00f;
}
#ada img {
  vertical-align: middle;
}
#ada a {
  white-space: nowrap;
  font-weight: bold;
  color: #00f;
}
.ada {
  font-size: 12px;
  font-weight: bold;
  color: #00f;
}
.label {
  text-align: right;
  padding: 0 5px 0 0;
}
.acctInfo {
  text-align: left;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: bold;
}
.myacct a:link {
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}
/* ------------------------------
	Event List Style
------------------------------ */
ul.eventlist li {
  list-style-image: url('../images/bullet.gif');
  margin-bottom: 1.5em;
}
ul#eventlistbig {
  margin: 0 180px;
}
p#eventlistbig {
  margin: 0;
  text-align: center;
}
#eventlistbig {
  list-style: none;
  padding: 2em 0;
  text-align: center;
}
#eventlistbig img {
  margin: 5px;
}
#eventlistbig li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#eventlistbig li a {
  display: block;
  border: 1px solid #eee;
  margin: 10px 0;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
#eventlistbig li a:hover {
  border: 1px solid #999;
  color: #000;
}
.listhead {
  background-color: #000000;
  font-weight: bold;
  color: #fff;
}
.listeven,
.listevenb {
  background-color: transparent;
}
.listevenb {
  font-weight: bold;
}
.listodd,
.listoddb {
  background-color: #eee;
}
.listoddb {
  font-weight: bold;
}
/* ------------------------------
	Form Table
------------------------------ */
.formTable {
  width: 400px;
  border-collapse: collapse;
  margin: 1.5em auto;
  padding: 0;
}
div.input_label,
th.input_label,
td.input_label,
.formTable th {
  color: #000;
}
th.input_label,
td.input_label,
.formTable td.input_label,
.formTable th {
  background: transparent;
  font-weight: normal;
  text-align: right;
  vertical-align: top;
}
.formTable th {
  padding: 10px 5px;
}
.formTable td {
  background: transparent;
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}
.formTable td input[type="radio"] {
  vertical-align: middle;
}
.formTable td.labelMax {
  text-align: center;
}
.formTable td.labelMax div {
  margin: 0;
  padding: 0;
}
.formTable td.labelMax div + div {
  margin-top: 0.5em;
}
.formTable tr + tr td.labelMax div.input_label {
  margin-top: 1.5em;
}
.boxed .formTable {
  width: auto;
  margin: 0;
}
.boxed .formTable th,
.boxed .formTable td {
  padding: 0 5px 3px;
}
/* ------------------------------
	Form List
------------------------------ */
.formList {
  clear: both;
  max-width: 400px;
  /*border: 1px solid @lineColor;*/
  margin: 0 auto 1em;
  padding: 10px;
}
.formList dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.formList dd {
  margin: 0.5em 0 2em 2em;
  padding: 0;
  font-weight: normal;
}
.boxed .formList {
  width: auto;
  border: none;
  margin: 0;
}
/* ------------------------------
	Form: radio/checkbox list
------------------------------ */
.customFormOptions {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.customFormOptions label {
  font-weight: normal !important;
  display: inline;
  margin-left: 0.5em;
}
.customFormOptions + p {
  margin-top: 1em;
}
.formTable td.labelMax .customFormOptions {
  margin-left: 25%;
}
.formList dd .customFormOptions {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------------
	Demo Request #118
	(multi-guest addition)
------------------------------ */
div.guestFormContainer {
  border: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 5px;
}
.formList div.guestFormContainer {
  border: none;
}
div.guestFormLabel {
  background: #000000;
  margin: 0 0 1em;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
div.guestFormContainer table {
  width: 100%;
  margin: 0;
  padding: 0;
}
div.guestFormContainer table div.guestFormLabel {
  margin: 0;
}
/* ------------------------------
	Event Info
------------------------------ */
table#eventInfo {
  border-collapse: collapse;
  margin: 0 0 2em;
  padding: 0;
}
table#eventInfo td {
  padding: 0 10px 0 0;
  vertical-align: top;
}
div#eventInfo {
  padding-bottom: 1em;
}
div#eventInfo td {
  padding-right: 1em;
}
#eventInfo h2 {
  margin: 0;
  padding: 0;
}
#eventInfo p {
  margin: 1em 0 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.5em;
}
#eventInfo #eventInfo_comments {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding: 1em 0;
  font-size: 10px;
}
#eventInfo strong {
  color: #000000;
}
/* ------------------------------
	Event Info CHOCOLATE
------------------------------ */
table#eventCols {
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 0 2em;
  padding: 0;
}
table#eventCols > tbody > tr > td {
  width: 25%;
  padding: 10px 10px 30px;
  vertical-align: top;
}
table#eventCols > tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
/* ------------------------------
	Cart Display
------------------------------ */
.cartdisplay_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 auto;
  padding: 0;
}
.cartdisplay_table > tr > td,
.cartdisplay_table > tbody > tr > td {
  padding: 4px;
}
.cartdisplay_table > tr > td hr,
.cartdisplay_table > tbody > tr > td hr {
  margin: -4px;
}
.cartdisplay_table > tr > td select.form-control,
.cartdisplay_table > tbody > tr > td select.form-control {
  width: 95%;
  font-weight: bold;
}
.cartdisplay_table > tr > td select.form-control option,
.cartdisplay_table > tbody > tr > td select.form-control option {
  font-weight: normal;
}
.cartdisplay_table_headers {
  padding: calc(2px) 4px;
  font-size: 10px;
  font-weight: bold;
}
#cartdisplay_totals .btn {
  width: 75%;
}
.sectionhead {
  background: #eee;
  border: 1px solid #666;
  padding: 4px;
  color: #000;
}
.cartbox {
  border: none;
  padding: 0 0 4px;
  font-size: 10px;
  line-height: 1.5em;
}
.cartbox big {
  font-size: 12px;
  font-weight: bold;
  color: #000 !important;
}
.cartbox strong {
  display: none;
}
.carthead {
  background-color: #000000;
  color: #fff;
  padding: calc(2px) 4px;
  font-size: 10px;
  font-weight: bold;
}
.amounthead {
  background-color: #000000;
  color: #fff;
  padding: calc(2px) 4px;
  font-size: 10px;
  font-weight: bold;
}
.amount {
  background: #eee;
  text-align: right;
}
/* ------------------------------
	Content
------------------------------ */
p.buttonSet a + a,
p.buttonSet input + input,
p.buttonSet button + button,
p.buttonSet span + span {
  margin-left: 2em;
}
div.clear {
  clear: both;
  height: 0;
}
.nowrap {
  white-space: nowrap;
}
.attention {
  font-weight: bold;
  color: #0000ff;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #000000;
  background-image: none;
  border: 1px solid #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  color: #fff !important;
}
.button:hover,
.button:focus,
.button.focus {
  text-decoration: none;
  background: #000000;
  color: #fff;
}
.button:visited,
.button:active,
.button.active {
  outline: 0;
  color: #fff;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
}
.checkOut {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-width: 1px;
}
image.colorBox {
  border: 1px solid #666;
  margin: 2px 5px;
}
.colorBox.fa {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.error,
.errorsm,
.req {
  font-weight: bold;
  color: red;
}
.req {
  font-weight: normal;
  font-size: 9px;
}
ul.extended li,
ol.extended li {
  margin-bottom: 1em;
}
ul.extended ul,
ul.extended ol,
ol.extended ul,
ol.extended ol {
  margin-top: 1em;
}
.hide {
  display: none;
}
.show {
  display: visible;
}
.medbold {
  font-weight: bold;
}
span.secret {
  color: #fff;
}
.secret,
a.secret,
a.secret:hover,
a.secret:visited {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.spaceOut {
  line-height: 1.5em;
}
.white {
  background: #fff;
}
.bold {
  font-weight: bold;
}
.unbold {
  font-weight: normal;
}
.shadow {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
}
/*******  Place holder plug-in ******/
.placeholder,
.form-text {
  color: #999 !important;
}
/* ------------------------------
	eCheck
------------------------------ */
.checkamount {
  font-size: 11pt;
  font-weight: bold;
}
.checkamountbox {
  border: 1px solid #000;
  padding: 4px;
}
.checki {
  font-size: 7pt;
  font-style: italic;
}
.checkmain {
  font-size: 10pt;
}
.checkmaini {
  font-size: 10pt;
  font-style: italic;
}
.checksmall {
  font-size: 7pt;
}
.maincheck {
  background-image: url('../images/echeck-bg.gif');
  border: 2px solid #000;
  padding: 4px;
}
/* ------------------------------
	Showbox
------------------------------ */
#layer,
#layer2 {
  z-index: 3000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#box,
#box2 {
  background-color: transparent;
  font-size: 100%;
  position: absolute;
  z-index: 3001;
}
#box .hd {
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  background-color: #000000;
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
html > body #box .hd {
  background-image: url('../images/opacityHeader2.png') !important;
  background-position: top left;
  background-repeat: repeat-x;
}
*html #box .hd {
  height: 28px;
}
#box .content {
  height: 100%;
  background-color: #fff;
  margin: -10px 0;
  padding: 10px;
  overflow: auto;
}
#box .contentFrame {
  padding: 0;
  overflow: visible;
}
#box .ft {
  white-space: nowrap;
  overflow: hidden;
  height: 22px;
  background-color: #505050;
  position: relative;
  text-align: center;
  padding: 10px;
  color: #fff;
}
*html #box .ft {
  height: 42px;
}
#box .ft .button {
  margin: 0 5px;
}
#box .button {
  padding: 5px 10px;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  background-color: #eee;
  color: #000;
  border: 1px outset #666666;
  margin: 2px 5px;
}
#box a:hover {
  color: red;
}
#box p.buttonSet {
  margin-top: 2em;
}
/* form validation */
.errors {
  background: #ffcece url('../images/error-bkg.gif') top right scroll no-repeat;
  padding: 3px 10px 3px 2px;
  margin: 0;
  height: 19px;
  font-size: 0.9em;
  z-index: 10;
  position: absolute;
}
.acctMenu {
  margin: 8px 0px;
}
/*
#box2 {
	border: 2px solid @client_color1;}
#box2 iframe {
	background: #fff;
	margin: 0;
	padding: 0;}
#box2 table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	background: #fff;
	margin: 0;}
#box2 td {
	padding: 0;
	text-align: center;
	vertical-align: middle;}
*/
#simpleContainer {
  width: 100%;
  height: 100%;
}
/* ------------------------------
	Note Box
------------------------------ */
.closerIcon {
  float: right;
  margin-top: -10px;
  margin-right: -10px;
}
.closerIcon > a > .fa-stack > .fa-stack-2x {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 6px #000000;
}
.closerIcon > a > .fa-stack > .fa-stack-2x + .fa-stack-2x {
  text-shadow: none;
}
/* image lightbox upsells layering over close icon (washst case 421451) */
.closerIcon + .panel > .panel-body {
  padding-top: 2em;
}
.noteBox {
  z-index: 300;
  position: absolute;
  /*background-color: #fff;
	border: 2px solid @client_color1;
	margin: 0;
	padding: 0;
	color: #000;*/
}
table.noteBoxTable {
  width: 100%;
  height: 100%;
  background: transparent;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
td.noteBoxCloser {
  height: 16px;
  margin: 0;
  padding: 0;
  text-align: right;
}
td.noteBoxContent {
  padding: 10px;
  vertical-align: middle;
}
/* ------------------------------
	round corners
	[replace with bootstrap panels]
------------------------------ */
.rdBox {
  border: 1px solid #000000;
  padding: 5px;
}
.rdBoxhd {
  background-color: #000000;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 18px;
}
html > body .rdBoxhd {
  background-image: url('../images/opacityHeader2.png') !important;
  background-position: top left;
  background-repeat: repeat-x;
}
.hdCorner,
.ftCorner {
  display: block;
}
.hdCorner * {
  display: block;
  height: 1px;
  overflow: hidden;
  font-size: .001em;
  /*background-image: url('../media/image/2ColorHeader.png')!important; */
  /* background-image: url('@{baseImagePath}/opacityHeader2.png')!important;*/
  background-color: #000000;
}
html > body .hdCorner * {
  background-image: url('../images/opacityHeader2.png') !important;
  background-position: top left;
  background-repeat: repeat-x;
}
.ftCorner * {
  display: block;
  height: 1px;
  overflow: hidden;
  font-size: .001em;
  background: #505050;
}
.Corner1 {
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 1px;
}
.Corner2 {
  margin-left: 1px;
  margin-right: 1px;
  padding-right: 1px;
  padding-left: 1px;
}
.Corner3 {
  margin-left: 1px;
  margin-right: 1px;
}
.Corner4 {
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
}
.Corner5 {
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
}
.whtCornerfg {
  padding: 3px 6px 3px 6px;
}
/* ------------------------------
	cart links
------------------------------ */
#cartActions {
  margin: 1em auto ;
  text-align: center;
}
.cartActions_H > p {
  display: inline;
}
.cartActions_H > p + p {
  margin-left: 1em;
}
/* ---------------------------------
	7.10.200
--------------------------------- */
.logoContainer {
  width: calc(70px);
}
.logoContainer.pull-right {
  text-align: right;
}
.logoContainer img {
  max-width: 100%;
}
.linkSet a {
  color: #000000;
  text-decoration: underline;
}
.linkSet a .fa {
  font-size: 1.5em;
}
.linkSet > a,
.linkSet > span,
.linkSet > div {
  float: left;
  margin-right: 10px;
}
.linkSet:before,
.linkSet:after {
  content: " ";
  display: table;
}
.linkSet:after {
  clear: both;
}
.scrollThis {
  height: 100px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 10px;
}
div.c_more_hiddenMessage {
  display: inline;
}
.c_more {
  display: inline;
}
.bottom-line:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 4px solid #efefef;
  padding-top: 10px;
  margin-bottom: 10px;
}
.highlight {
  background-color: yellow;
}
.table-condensed input[name^="qty_"] {
  text-align: center;
}
/* ---------------------------------
	Total Table
--------------------------------- */
.table-label-nowrap th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-label-value {
  margin: 5px auto 2em;
  border-collapse: collapse;
  border: 1px solid transparent;
}
.table-label-value th {
  vertical-align: top;
  font-weight: bold;
  padding: 2px 15px 1px 0px;
  font-weight: normal;
  text-align: left;
}
.table-label-value td {
  vertical-align: top;
  padding: 2px 2px 1px 0px;
  font-weight: normal;
}
.table-label-value td + td {
  padding-left: 10px;
}
.table-label-value .item-heading th,
.table-label-value .item-heading td {
  font-size: 13px !important;
}
.row-total > th {
  border: none !important;
  padding-top: 5px;
  text-align: left;
  font-weight: bold !important;
  font-size: 14px !important;
}
.row-total > td {
  border-top: 1px solid #333 !important;
  padding-top: 5px;
}
.row-total > td,
.row-total > td input {
  font-weight: bold !important;
  font-size: 14px !important;
}
.cell-numeric {
  width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right !important;
  text-overflow: ellipsis;
}
.cell-numeric input[type="text"] {
  text-align: right;
}
.cell-numeric input[type="text"].disabled,
.cell-numeric input[type="text"][readonly],
.cell-numeric input[type="text"][disabled] {
  width: auto;
  background-color: transparent;
  border: none;
  padding: 0;
}
/* ---------------------------------
	Form table
--------------------------------- */
.form-table {
  margin: 0 auto 10px;
  border-collapse: collapse;
}
.form-table > tr > th,
.form-table > tbody > tr > th,
.form-table > tr > td:first-child,
.form-table > tbody > tr > td:first-child {
  white-space: nowrap;
  padding: calc(5px);
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.form-table > tr > td,
.form-table > tbody > tr > td {
  padding: calc(5px);
  text-align: left;
  vertical-align: middle;
}
/* ---------------------------------
	Group List CHOCOLATE
--------------------------------- */
#grpRow {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#grpImageHolder {
  text-align: center;
}
#grpImage,
#grpImageHolder img {
  max-width: 100%;
  height: 100%;
}
#eventListTable a {
  text-decoration: none;
}
#eventListTable .text-major {
  font-size: 12px;
}
#eventListTable span.text-major {
  color: #4d4d4d;
}
#eventListTable .btn-primary.btn-sm {
  text-transform: uppercase;
}
#eventListTable .btn-primary.btn-sm .fa {
  color: #d9d9d9;
}
#eventListTable table {
  width: 100%;
}
#eventListTable table > tbody > tr > td {
  line-height: 1.5em;
}
#eventListTable table > tbody > tr > td.text-right {
  padding-left: 10px;
  width: 25%;
}
#eventListTable table > tbody > tr > td .well {
  margin-top: 1em;
}
#eventListTable table + table {
  border-top: 4px solid #efefef;
  margin-top: 10px;
  padding-top: 10px;
}
/* ------------------------------
	Tabbed Layout
------------------------------ */
#tabs.eventInfo {
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0.2em;
}
#tabs.eventInfo ul.nav-tabs {
  background-color: #c9c9c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 5px 0 0 5px;
}
#tabs.eventInfo ul.nav-tabs li:first-child a {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#tabs.eventInfo ul.nav-tabs li a {
  background-color: #efefef;
  text-decoration: none;
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
#tabs.eventInfo ul.nav-tabs li a:hover,
#tabs.eventInfo ul.nav-tabs li a:focus {
  background-color: #eee;
  border: 1px solid #dddddd;
}
#tabs.eventInfo ul.nav-tabs li.active a {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(15px, -2px) scale(1.1);
  -ms-transform: translate(15px, -2px) scale(1.1);
  -o-transform: translate(15px, -2px) scale(1.1);
  transform: translate(15px, -2px) scale(1.1);
}
#tabs.eventInfo .tab-content {
  padding: 1em 1.4em;
}
/*****************************
**
** new modal
** Mike - custom code#514144
**
**
******************************/
@media screen and (min-width: 800px) {
  .modal.modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-backdrop.in {
  opacity: 0.8 !important;
}
.modal.fade .modal-dialog {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.modal .modal-dialog.modal-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal button.closeX {
  position: absolute;
  right: 0px;
  color: #ffffff;
  margin-top: -30px;
  margin-right: -30px;
  font-size: 25px;
  font-weight: bold;
  border: none;
  background: transparent;
}
.modal .modal-title {
  min-height: 10px !important;
}
.modal.modal-center {
  text-align: center;
}
.modal .close :hover {
  color: #000000;
}
/******* new modal *********/
body {
  background-color: #fff;
  color: #000;
}
a {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}
.page-header {
  margin-top: 0;
  padding-top: 0;
}
.page-header h1 {
  margin-top: 1em;
  padding-top: 0;
}
/* ------------------------------
	Layout
------------------------------ */
#wrap {
  background: transparent;
}
/* myaccount_embedded_chocolate.inc */
.dropdown-menu input,
.dropdown-menu label {
  font-size: 11px;
  font-weight: normal;
}
/* showactivecartlist-hover.inc */
/*#cartIcon {
	margin-top: -40px;
	margin-left: 800px;
}*/
/* ------------------------------
	Mini Cart - side tag version
------------------------------ */
#cartIcon,
#mCart {
  background-color: #000000;
}
#cartIcon input.timer,
.minicart #expStr,
.minicart .fa {
  color: #fff;
}
/* ------------------------------
	end of mini cart - side tag version
------------------------------ */
#login {
  position: absolute;
  top: 10px;
  right: 250px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
}
#content {
  background: #fff;
  margin: 0;
  padding: 10px 10px 75px;
}
/* ------------------------------
	Top Menu
------------------------------ */
/* ------------------------------
	Menu
------------------------------ */
#menu {
  margin: 0;
  padding: 0 0 3em 0;
}
#menu ul {
  list-style: none;
  background: url('../images/vanilla-menuBG.gif') bottom right no-repeat;
  margin: 0;
  padding: 0 5px 24px;
}
#menu li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu li a {
  display: block;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #1187a7;
}
#menu li a:hover {
  background: #fff;
  color: #000;
}
#soldoutMsg {
  width: 570px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  line-height: 1.7em;
  border-radius: 6px;
}
/*custom*/
.panel-primary > .panel-heading a {
  color: #FFB500;
}
/*custom*/
.drive-button {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #ffb300;
  width: 350px;
  height: 57px;
  border: 4px solid #000;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  margin: 0 auto;
  text-transform: uppercase;
}
a,
a:hover {
  text-decoration: none;
}
