.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
/* Generic color classes for the main accent color of each theme */
.accent-color-1 {
  color: #FF3300;
}
.accent-bkgd-color-1 {
  background-color: #FF3300;
}
.accent-border-color-1 {
  border-color: #FF3300;
}
.access-code-tt {
  border-left-color: #0F8DCA;
}
body {
  background: #fefefe url('https://res.cloudinary.com/eventservice/image/upload/saas/base/background_brewzoo.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* This changes the footer disclaimer text to white */
#footer p span,
#footer p a {
  color: #fefefe !important;
}
#footer a span {
  color: #fefefe !important;
}
h1 {
  color: #fefefe;
}
h1 a {
  color: #fefefe;
}
h1 a:hover {
  color: #fff;
}
#eventTitleArea,
#activityTitleArea {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
}
#header {
  border-top-color: #fff;
  background-color: white;
  border-bottom-color: #bbb;
}
#header a.menu {
  color: #fff;
  border-left-color: #eee;
}
.contentArea {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.contentArea .contentTitle {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #FF3300;
  color: white;
}
.contentArea .content {
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-main {
  background-color: #FF3300;
  color: white;
}
.btn.btn-sub {
  background-color: #0F8DCA;
  color: white;
}
.btn.btn-sub:hover {
  background-color: #0d7cb2;
}
.btn.btn-neutral {
  background-color: #555;
  color: white;
}
.btn.btn-neutral:hover {
  background-color: #333;
}
.addthisevent-drop {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FF3300;
}
.heading.alt {
  color: #FF3300;
}
.heading.alt2 {
  color: #0F8DCA;
}
.subLabel {
  color: #0F8DCA;
}
.revLabel {
  color: #0F8DCA;
}
.alert-danger {
  color: white;
  background-color: #FF3300;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.error-message {
  color: white;
  background-color: #FF3300;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
#receiptArea .orderId {
  color: #555;
}
input:required,
select:required {
  border-left-color: #2878EB;
}
.checkbox-required {
  border-left: 6px solid #2878EB;
  padding-left: 10px;
}
.payment-element-classic {
  border-left: 6px solid #2878EB;
  padding: 8px 12px;
}
.form-control.form-error {
  border-left-color: #ff3300;
}
.ajax_loader_sm {
  height: 11px;
  width: 43px;
  background-image: url('https://res.cloudinary.com/eventservice/image/upload/saas/base/ajax_loader_sm.gif');
}
#process_bar .ticket_tab {
  background-color: #EEEEEE;
  color: #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#process_bar .timer_tab {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#process_bar .active {
  background-color: #FF3300;
  color: #ffffff;
}
#process_bar .ended {
  background-color: #800000;
}
#notice {
  background-color: #FF3300;
  color: white;
}
/* adding for gratuities */
.gratuity-selected {
  color: #0F8DCA;
  border-color: #0F8DCA;
  background-color: #0F8DCA;
  color: #ffffff !important;
}
.gratuity-option:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #1eaaee;
}
.gratuity-selected:hover {
  color: #0F8DCA;
  border-color: #0F8DCA;
  background-color: #0F8DCA;
  color: #ffffff;
}
