/* ********************************************
	Bootstrap Overwrite
-----------------------------------------------
NEVER update this file (add customizations
to BOTTOM of style.less).
******************************************** */
.panel-title {
  font-size: 14px;
  font-weight: bold;
}
.text-major {
  font-size: 14px;
  font-weight: bold;
}
.text-muted {
  color: #4d4d4d;
}
.fa-stack > .fa {
  color: #ffffff;
}
.fa-stack > .fa + .fa {
  color: #000000;
}
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,
.text-center.table {
  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: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  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: #ffffff;
}
.btn-default {
  background-color: #efefef;
  background-image: none;
  border-color: #c9c9c9;
  box-shadow: getShadow(1px 1px 1px #d9d9d9);
  text-decoration: none;
  color: #333333 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  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: #333333;
}
/* ---------------------------------
	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: #dddddd;
}
.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[onmouseover]:hover .panel-heading,
.panel-primary.itemgroup:hover .panel-heading {
  background-color: #000000;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #000000;
  background-image: none;
  border: none;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-primary > .panel-heading .badge {
  color: #000000;
  background-color: #ffffff;
}
.panel-primary > .panel-heading a {
  color: #ffffff;
}
.panel-primary > .panel-heading h2,
.panel-primary > .panel-heading .panel-title {
  vertical-align: middle;
  color: #ffffff;
}
.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: #dddddd;
}
.panel-primary > .panel-heading a {
  color: #d9d9d9;
}
.panel-default {
  border-color: #dddddd;
}
.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[onmouseover]:hover .panel-heading,
.panel-default.itemgroup:hover .panel-heading {
  background-color: #c9c9c9;
}
.panel-default > .panel-heading {
  color: #b5a268;
  background-color: #efefef;
  background-image: none;
  border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #efefef;
  background-color: #b5a268;
}
.panel-default > .panel-heading a {
  color: #b5a268;
}
.panel-default > .panel-heading h2,
.panel-default > .panel-heading .panel-title {
  vertical-align: middle;
  color: #b5a268;
}
.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: #dddddd;
}
.panel-info {
  border-color: #dddddd;
}
.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[onmouseover]:hover .panel-heading,
.panel-info.itemgroup:hover .panel-heading {
  background-color: #c9c9c9;
}
.panel-info > .panel-heading {
  color: #333333;
  background-color: #efefef;
  background-image: none;
  border: none;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-info > .panel-heading .badge {
  color: #efefef;
  background-color: #333333;
}
.panel-info > .panel-heading a {
  color: #333333;
}
.panel-info > .panel-heading h2,
.panel-info > .panel-heading .panel-title {
  vertical-align: middle;
  color: #333333;
}
.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: #dddddd;
}
.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: calc(-10px);
  margin-bottom: calc(-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: #000000;
}
.list-group > .list-group-item.active {
  background-color: #000000;
  border-color: #000000;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.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
--------------------------------- */
.container {
  width: auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  /* causes errors with pyos: img,*/
}
.container table {
  max-width: 100%;
}
.row {
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.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;
}
[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
[class^="col-"] h1:first-child,
[class^="col-"] .h1:first-child,
[class^="col-"] h2:first-child,
[class^="col-"] .h2:first-child,
[class^="col-"] h3:first-child,
[class^="col-"] .h3:first-child {
  margin-top: 0;
}
.row ~ * {
  margin-top: 10px;
}
.container > div > img,
.row > div > img,
[class^="col-"] > div > img,
.container > p > img,
.row > p > img,
[class^="col-"] > p > img,
.container > img,
.row > img,
[class^="col-"] > img {
  max-width: 100%;
}
/* ---------------------------------
	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: calc(-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: #ff0000 !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%;
}
.auto-width {
  width: auto;
}
/* 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: calc(-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: 'Conv_GothamRnd-Book', sans-serif;
  font-size: 10px;
  text-align: center;
  color: #2F4F4F;
  background-color: #d1d1d1;
}
.lineitemtable {
  font-family: 'Conv_GothamRnd-Book', 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: 'Conv_GothamRnd-Book', 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 */
.smalltable .ev_SectionCol,
.smalltable2 .ev_SectionCol,
.lineitemtable .ev_SectionCol {
  overflow: hidden;
  /*white-space: nowrap;*/
}
.smalltable .ev_RowCol,
.smalltable2 .ev_RowCol,
.lineitemtable .ev_RowCol {
  width: 10%;
}
.smalltable .ev_SeatCol,
.smalltable2 .ev_SeatCol,
.lineitemtable .ev_SeatCol {
  width: 7%;
}
.smalltable .ev_PTCol,
.smalltable2 .ev_PTCol,
.lineitemtable .ev_PTCol {
  width: 40%;
}
.smalltable .ev_PTCol select,
.smalltable2 .ev_PTCol select,
.lineitemtable .ev_PTCol select {
  width: 90% !important;
}
.smalltable .ev_PriceCol,
.smalltable2 .ev_PriceCol,
.lineitemtable .ev_PriceCol {
  width: 10%;
  text-align: right !important;
}
.smalltable .ev_TrashCol,
.smalltable2 .ev_TrashCol,
.lineitemtable .ev_TrashCol {
  width: 5%;
}
.smalltable .ev_TrashCol img,
.smalltable2 .ev_TrashCol img,
.lineitemtable .ev_TrashCol img {
  width: 16px;
  height: 16px;
}
.smalltable .ev_TrashCol .fa,
.smalltable2 .ev_TrashCol .fa,
.lineitemtable .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;*/
  text-align: center;
}
#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: 'Conv_GothamRnd-Book', sans-serif;
  font-size: 12px;
  color: #000000;
}
body.nobg,
table.nobg {
  margin: 0;
  padding: 15px;
}
/* popups */
body.pop {
  background: #ffffff;
  margin: 0;
  padding: 15px 15px calc(60px);
}
/* unskinned */
body.simpleBody {
  height: 100%;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
select,
textarea {
  color: #000000;
}
input.inputright {
  text-align: right;
}
input.disabled {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
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: #dddddd;
  color: #dddddd;
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Conv_GothamRnd-Book', sans-serif;
  font-weight: bold;
  color: #b5a268;
}
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
------------------------------ */
#timer_hover {
  /* ------------------------------
		Mini Cart - left lower corner version
	------------------------------ */
}
#timer_hover #cartIcon {
  background-color: transparent;
  color: #4d4d4d;
  width: 300px;
  z-index: 10;
  position: absolute;
  margin-top: -14px;
  margin-left: 780px;
  padding: 2px;
}
#timer_hover .minicart {
  background: none;
}
#timer_hover .minicart #expStr,
#timer_hover .minicart .fa {
  color: #000000;
}
#timer_hover .minicart-over {
  background: url('../images/minicart-bgTile.png');
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 48px;
  padding-bottom: 10px;
}
#timer_hover .minicart-over #expStr,
#timer_hover .minicart-over .fa {
  color: #fff;
}
#timer_hover #carttimer {
  font-size: 10px;
  padding: 2px 4px;
  text-align: center;
}
#timer_hover #mCart {
  padding: 10px 0;
}
#timer_hover #timer {
  background-color: #eee;
  margin: 0 0 0 0;
  padding: 5px 5px;
  font-size: 10px;
  text-align: center;
  line-height: 22px;
  color: #fff;
}
#timer_hover #timer input {
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #808080;
  text-align: center;
  background-color: #eee;
}
#timer_hover #timer a:link,
#timer_hover #timer a:active,
#timer_hover #timer a:visited {
  color: #09326f;
  text-decoration: none;
}
#timer_hover #timer a:hover {
  color: #ff0000;
}
#timer_hover .timer {
  font-size: 13px;
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #808080;
  text-align: center;
  background-color: #eee;
  padding: 3px 5px;
}
#timer_hover a.timer:link {
  font-size: 10px;
  color: #09326f;
  border: 1px outset #808080;
  text-decoration: none;
  padding: 3px 8px;
}
#timer_hover a.timer:hover {
  color: #ff0000;
  text-decoration: none;
}
#timer_hover #minicartContainer {
  margin: 1em 0.5em 1em 0.5em;
  border-collapse: collapse;
}
#timer_hover body.minicartBody {
  background-color: #ffffff;
  padding: 0;
}
#timer_hover table#minicart {
  margin: 0;
  padding: 0;
}
#timer_hover #minicart td,
#timer_hover #minicart div {
  font-size: 10px;
  line-height: 1.5em;
  text-align: left;
}
#timer_hover #minicart td {
  white-space: nowrap;
  border-left: 1px solid #dddddd;
  padding: 0 10px;
}
#timer_hover #minicart div {
  margin: 0;
  padding: 4px;
  border-bottom: 1px solid #dddddd;
}
#timer_hover #minicart td img,
#timer_hover #minicart div img {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 30px;
  height: 30px;
}
#timer_hover #minicart td input,
#timer_hover #minicart div input {
  margin: 4px auto 0;
  padding: 0;
  font-size: 10px;
}
/* ------------------------------
	end of mini cart - top hover
------------------------------ */
/* ------------------------------
	Mini Cart - side tag version
------------------------------ */
#timer_tag #cartIcon {
  padding: 10px;
  width: 60px;
  height: 60px;
  position: fixed;
  right: -10px;
  cursor: pointer;
  z-index: 9999999999;
  margin: 0;
  border-radius: 0px;
  display: none;
}
#timer_tag .minicart {
  background: none;
}
#timer_tag .minicart #expStr,
#timer_tag .minicart .fa {
  color: #ffffff;
}
#timer_tag .minicart-over {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 48px;
  padding-bottom: 10px;
  display: block;
}
#timer_tag .minicart-over #expStr,
#timer_tag .minicart-over .fa {
  color: #fff;
}
#timer_tag #carttimer {
  font-size: calc(10px);
  padding: 2px 4px;
  text-align: center;
}
#timer_tag #mCart {
  background-color: #333;
  position: absolute;
  padding: 10px;
  z-index: 9999999;
  min-height: 60px;
}
#timer_tag #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_tag #timer input {
  font-size: 12px;
  color: red;
  font-weight: bold;
  border: 1px solid #808080;
  text-align: center;
  background-color: #eee;
}
#timer_tag #timer a:link,
#timer_tag #timer a:active,
#timer_tag #timer a:visited {
  color: #09326f;
  text-decoration: none;
}
#timer_tag #timer a:hover {
  color: red;
}
#timer_tag .timer {
  font-size: 13px;
  color: red;
  font-weight: bold;
  text-align: center;
}
#timer_tag #cartIcon input.timer {
  color: #fff;
  width: 55px;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  margin-left: -5px;
}
#timer_tag #cartIcon,
#timer_tag #mCart {
  background-color: #000000;
}
#timer_tag #cartIcon input.timer,
#timer_tag .minicart #expStr,
#timer_tag .minicart .fa {
  color: #ffffff;
}
/* ------------------------------
	end of mini cart - side tag version
------------------------------ */
/* ------------------------------
	Other Layout Elements
------------------------------ */
#login {
  /*float: left;*/
  padding: 10px 10px 10px 0;
}
#pleasewait {
  background: #ffffff;
  border: 6px double #dddddd;
  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 #dddddd;
  padding: 10px;
}
.boxedhead,
.boxedheadsm,
.bgmed {
  background-color: #000000;
  padding: 4px 10px;
  font-weight: bold;
  color: #ffffff;
}
.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 #0000ff;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  color: #0000ff;
}
#ada img {
  vertical-align: middle;
}
#ada a {
  white-space: nowrap;
  font-weight: bold;
  color: #00f;
}
.ada {
  font-size: 12px;
  font-weight: bold;
  color: #0000ff;
}
.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;
}
.formTable th,
.formTable td {
  background: transparent;
  padding: 10px 5px;
  font-weight: normal;
  vertical-align: top;
  color: #000000;
}
.formTable th.input_label,
.formTable td.input_label {
  min-width: 40%;
  text-align: right;
}
.formTable th div.input_label,
.formTable td div.input_label {
  margin-bottom: 0.5em;
}
.formTable th .labelMax,
.formTable td .labelMax {
  text-align: center;
}
.formTable th .labelMax > div + div,
.formTable td .labelMax > div + div {
  margin-top: 0.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;
}
/* ------------------------------
	All forms
------------------------------ */
.formTable label,
.formList label {
  display: block;
  font-weight: normal;
  text-align: left;
}
.formTable label input[type="radio"],
.formList label input[type="radio"],
.formTable label input[type="checkbox"],
.formList label input[type="checkbox"] {
  margin-top: 0;
  vertical-align: middle;
}
.formTable label:hover,
.formList label:hover {
  background-color: #eee;
}
.formTable label + label .row,
.formList label + label .row {
  margin-top: 0.5em;
}
.formTable .header > :first-child,
.formList .header > :first-child {
  margin-top: 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 #dddddd;
  margin: 0 0 10px;
  padding: 5px;
}
div.guestFormContainer 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;
}
.formList div.guestFormContainer {
  border: none;
}
/* ------------------------------
	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 #dddddd;
  margin-top: 1em;
  padding: 1em 0;
  font-size: 10px;
}
#eventInfo strong {
  color: #000000;
}
/* ------------------------------
	Event Info CHOCOLATE
------------------------------ */
table#eventCols {
  border: 1px solid #dddddd;
  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 #dddddd;
}
/* ------------------------------
	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: #000000 !important;
}
.cartbox strong {
  display: none;
}
.carthead {
  background-color: #b5a268;
  color: #ffffff;
  padding: calc(2px) 4px;
  font-size: 10px;
  font-weight: bold;
}
.amounthead {
  background-color: #000000;
  color: #ffffff;
  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: #ffffff !important;
}
.button:hover,
.button:focus,
.button.focus {
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}
.button:visited,
.button:active,
.button.active {
  outline: 0;
  color: #ffffff;
}
.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: #ff0000;
}
.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: #999999 !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: #ff0000;
}
#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 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 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 {
  padding-right: 10px;
}
.logoContainer.pull-left {
  min-width: 80px;
}
.logoContainer.pull-right {
  text-align: right;
}
.logoContainer .logo {
  max-width: 100%;
}
td.logoContainer {
  min-width: 80px;
}
.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 #dddddd;
  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: #ffff00;
}
.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-major {
  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.logoContainer {
  width: 25%;
}
#eventListTable table > tbody > tr > td.text-right {
  padding-left: 10px;
  width: 25%;
}
#eventListTable table > tbody > tr > td.text-right .btn-block {
  width: auto;
  min-width: 100%;
}
#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 *********/
/* ------------------------------
	custom fonts
------------------------------ */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-book.eot');
  src: url('fonts/gotham-book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/gotham-book.woff') format('woff'), /* Modern Browsers */ url('fonts/gotham-book.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/gotham-book.svg#svgFontName') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'GothamItalic';
  src: url('fonts/gotham-bookitalic.eot');
  src: url('fonts/gotham-bookitalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/gotham-bookitalic.woff') format('woff'), /* Modern Browsers */ url('fonts/gotham-bookitalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/gotham-bookitalic.svg#svgFontName') format('svg');
  font-style: italic;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Conv_GothamRnd-Book';
  src: url('fonts/GothamRnd-Book.eot');
  src: local('☺'), url('fonts/GothamRnd-Book.woff') format('woff'), url('fonts/GothamRnd-Book.ttf') format('truetype'), url('fonts/GothamRnd-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------
	END custom fonts
------------------------------ */
body {
  background-color: #a7a9ac;
}
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;
}
.negPadding {
  margin: -10px;
}
/* added by cc#431563 */
.ev_missingField {
  border: 2px solid red;
}
.ev_BigCheck {
  cursor: pointer;
  font-size: 3em !important;
  color: #000000 !important;
}
/* ------------------------------
	Layout
------------------------------ */
.container {
  max-width: 1000px;
}
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: #000;
  box-shadow: 0 2px 3px rgba(1, 2, 2, 0.2);
}
#header > .container {
  position: relative;
}
#header #header-logo {
  position: absolute;
  top: 15px;
  left: 0;
}
#header #header-logo img {
  max-height: 95px;
}
#contentWrapper {
  margin-top: 80px;
  /* to account for sticky header */
  /* myaccount_embedded_chocolate.inc */
}
#contentWrapper > .container {
  background-color: #fff;
  padding-top: 15px;
}
#contentWrapper #content {
  padding-bottom: 75px;
}
#contentWrapper #header_menu {
  float: right;
}
#footer {
  background-color: #b5a268;
  text-align: center;
}
#footer > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer a.secret {
  color: #666;
}
#footer p.copyrightText,
#footer #secret {
  /*color: #fff;*/
}
#footer #logoTextColor {
  /*fill: #fff;*/
}
#footer #logoSymbolColor {
  /*fill: #D71920;*/
}
/* ------------------------------
	Nav
	(responsive)
------------------------------ */
/* basic nav */
/* ********************************************
	Basic dropdown
-----------------------------------------------
NEVER update this file (add customizations
to BOTTOM of style.less, AFTER importing).
-----------------------------------------------
	REQUIREMENTS:
		1. import into style.less

	UPDATES:
	10/8/20115
		- Created for purdue upgrade to 7.2
******************************************** */
.ev_dropdown {
  /* reset lists */
  /* basic */
}
.ev_dropdown ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ev_dropdown ul > li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ev_dropdown a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .ev_dropdown {
    /* main menu */
    /* dropdown menu */
  }
  .ev_dropdown > ul > li {
    float: left;
  }
  .ev_dropdown > ul > li:hover > a {
    background-color: #000000;
    color: #ffffff;
  }
  .ev_dropdown > ul > li > a {
    display: block;
  }
  .ev_dropdown li > div {
    display: none;
    z-index: 999;
    position: absolute;
    background-color: #000000;
    padding: 10px;
  }
  .ev_dropdown li > div a {
    color: #ffffff;
  }
  .container #navbar {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ev_dropdownWide {
    width: 100%;
    position: relative;
    /* dropdown menu */
  }
  .ev_dropdownWide li > div {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .ev_dropdown {
    z-index: 999;
    background-color: #000000;
    padding: 10px;
    /* basic */
    /* main */
    /* dropdown menu */
  }
  .ev_dropdown a {
    color: #ffffff;
  }
  .ev_dropdown > ul > li {
    margin-bottom: 10px;
  }
  .ev_dropdown li > div {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
/* -----------------------------------------------
	Bootstrap cleanup
----------------------------------------------- */
.navbar-collapse {
  padding-left: 10px;
  padding-right: 10px;
}
.container .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/* toggle menu button on small screens */
.navbar-toggle,
.navbar-toggle.collapsed {
  background-color: #000000;
  border: none;
  padding: 10px;
  color: #ffffff;
}
.navbar-toggle:hover,
.navbar-toggle.collapsed:hover,
.navbar-toggle:active,
.navbar-toggle.collapsed:active,
.navbar-toggle:focus,
.navbar-toggle.collapsed:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar-toggle .fa,
.navbar-toggle.collapsed .fa {
  font-size: 30px;
}
/* -----------------------------------------------
	Override mobile breakpoint
----------------------------------------------- */
@media (max-width: 768px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
}
/* customize dropdown */
@media (min-width: 768px) {
  #navbar {
    float: right;
    margin-top: 20px;
  }
  .ev_dropdown {
    /* main menu */
    /* dropdown */
  }
  .ev_dropdown a {
    font-size: 1.3em;
  }
  .ev_dropdown > ul > li {
    /*&+li:before {
					display: block;
					float: left;
					content: "//";
					font-size: 1.3em;
					color: #fff;
				}*/
  }
  .ev_dropdown > ul > li > span {
    display: block;
    font-size: 1.3em;
  }
  .ev_dropdown > ul > li > span,
  .ev_dropdown > ul > li > a {
    padding: 10px 8px;
    font-weight: normal;
    white-space: nowrap;
    color: #fff;
  }
  .ev_dropdown > ul > li:hover > a {
    background-color: #333;
  }
  .ev_dropdown li > div {
    background-color: #f1f2f3;
  }
  .ev_dropdown li > div a {
    padding: 0 5px;
    line-height: 20px;
    color: #000;
  }
  .ev_dropdown li > div a:hover {
    background-color: #fff;
  }
}
/* ------------------------------
	Nav - mobile
	(responsive)
------------------------------ */
/* ------------------------------
	Bootstrap override
------------------------------ */
