@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Mulish);
/* line 1, app/assets/stylesheets/event/custom.scss */
.color-orange-600 {
  color: #E4710B;
}

/* line 5, app/assets/stylesheets/event/custom.scss */
.package-bundle {
  border-radius: 8px;
}

/* line 8, app/assets/stylesheets/event/custom.scss */
.package-bundle .bundle-icon {
  padding: 8px;
  border: 3px solid #F9F9F9 !important;
  border-radius: 14px;
}

/* line 14, app/assets/stylesheets/event/custom.scss */
.package-bundle .package-name {
  font: normal normal 20px/32px 'Mulish';
  color: #6C757D;
}

/* line 19, app/assets/stylesheets/event/custom.scss */
.package-bundle .package-price {
  font: normal 600 16px/24px 'Mulish';
}

/* line 23, app/assets/stylesheets/event/custom.scss */
.package-bundle .user-icon {
  color: #78BA4D;
  font-size: 20px;
}

/* line 28, app/assets/stylesheets/event/custom.scss */
.package-bundle .include-players {
  background-color: #f9f9f9;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 33, app/assets/stylesheets/event/custom.scss */
.package-bundle .include-players .text1 {
  font: normal 600 14px/25px 'Open Sans';
  color: #6C757D;
}

/* line 40, app/assets/stylesheets/event/custom.scss */
.package-bundle .package-description p {
  font: normal normal 14px/25px 'Open Sans';
  color: #6C757D;
}

/* line 46, app/assets/stylesheets/event/custom.scss */
.package-bundle .btn-continue-pkg {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

/* line 54, app/assets/stylesheets/event/custom.scss */
.btn-main-green {
  background-color: #6A962C !important;
}

/* line 60, app/assets/stylesheets/event/custom.scss */
.player-register-form [data-toggle="collapse"] .fa:before {
  content: "\f077";
}

/* line 66, app/assets/stylesheets/event/custom.scss */
.player-register-form .collapsed[data-toggle="collapse"] .fa:before {
  content: "\f078";
}

/* line 71, app/assets/stylesheets/event/custom.scss */
.player-register-form label.normal-label {
  font: normal normal 14px/25px 'Open Sans';
  color: #343A40;
  margin-bottom: 6px;
}

/* line 2, app/assets/stylesheets/event/custom_modal.scss */
.custom-modal .modal-content {
  width: 600px;
  height: 350px;
  border-radius: 0;
}

/* line 8, app/assets/stylesheets/event/custom_modal.scss */
.custom-modal .modal-header {
  border-bottom: none;
}

/* line 11, app/assets/stylesheets/event/custom_modal.scss */
.custom-modal .modal-header button.close {
  font-size: 40px;
}

/* line 16, app/assets/stylesheets/event/custom_modal.scss */
.custom-modal .modal-body {
  padding-top: 0;
}

/* line 19, app/assets/stylesheets/event/custom_modal.scss */
.custom-modal .modal-body .title-text {
  color: #719B3E;
  font-size: 20px;
}

/* line 24, app/assets/stylesheets/event/custom_modal.scss */
.custom-modal .modal-body .body-text {
  padding: 30px;
  font-size: 15px;
  opacity: 0.6;
}

/* line 30, app/assets/stylesheets/event/custom_modal.scss */
.custom-modal .modal-body .btn-close {
  border: 1px solid #ccc;
  padding: 10px 30px;
}

/* line 37, app/assets/stylesheets/event/custom_modal.scss */
.modal-backdrop {
  opacity: 0.5 !important;
}

/* line 41, app/assets/stylesheets/event/custom_modal.scss */
.close-text {
  text-transform: none !important;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/* line 9, app/assets/stylesheets/event/featherlight.css */
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/event/featherlight.css */
.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
/* line 36, app/assets/stylesheets/event/featherlight.css */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

/* line 40, app/assets/stylesheets/event/featherlight.css */
.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 48, app/assets/stylesheets/event/featherlight.css */
.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
/* line 76, app/assets/stylesheets/event/featherlight.css */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
/* line 82, app/assets/stylesheets/event/featherlight.css */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

/* line 88, app/assets/stylesheets/event/featherlight.css */
.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
/* line 111, app/assets/stylesheets/event/featherlight.css */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 116, app/assets/stylesheets/event/featherlight.css */
.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

/* line 122, app/assets/stylesheets/event/featherlight.css */
.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 129, app/assets/stylesheets/event/featherlight.css */
.featherlight iframe {
  /* styling */
  border: none;
}

/* line 134, app/assets/stylesheets/event/featherlight.css */
.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  /* line 142, app/assets/stylesheets/event/featherlight.css */
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */
@media print {
  /* line 155, app/assets/stylesheets/event/featherlight.css */
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/* line 9, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: rgba(0, 0, 0, 0);
}

/* line 29, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-previous {
  left: 25px;
  right: 80%;
}

/* line 34, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* line 40, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

/* line 63, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-next span {
  right: 5%;
  left: auto;
}

/* line 69, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block;
}

/* line 74, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none;
}

/* Hide navigation while loading */
/* line 80, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none;
}

/* Hide navigation in case of single image */
/* line 85, app/assets/stylesheets/event/featherlight.gallery.css */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  /* line 93, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next:hover,
.featherlight-previous:hover {
    background: none;
  }
  /* line 97, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next span,
.featherlight-previous span {
    display: block;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  /* line 105, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next,
.featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  /* line 112, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  /* line 117, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next span,
.featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}

/* Global
================================================================*/
/* line 6, app/assets/stylesheets/event/main.css */
body {
  background: #fff;
  margin: 0;
  padding: 0;
}

/* line 12, app/assets/stylesheets/event/main.css */
body,
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  color: #333;
  letter-spacing: .02em;
}

/* line 21, app/assets/stylesheets/event/main.css */
strong {
  font-weight: 700;
}

/* line 22, app/assets/stylesheets/event/main.css */
.border-top {
  border-top: 1px dotted #ccc !important;
}

/* line 23, app/assets/stylesheets/event/main.css */
.border-bottom {
  border-bottom: 1px dotted #ccc !important;
}

@media (min-width: 1200px) {
  /* line 25, app/assets/stylesheets/event/main.css */
  .container {
    max-width: 1240px;
  }
}

/* line 29, app/assets/stylesheets/event/main.css */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 34, app/assets/stylesheets/event/main.css */
.d-flex-column {
  display: flex;
  flex-direction: column;
}

/* Fonts
-----------------------------------------*/
/* line 40, app/assets/stylesheets/event/main.css */
.pagination h2 {
  display: none;
}

/* line 42, app/assets/stylesheets/event/main.css */
.nav-links {
  width: 100%;
  text-align: center;
}

/* line 46, app/assets/stylesheets/event/main.css */
.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
}

/* line 55, app/assets/stylesheets/event/main.css */
.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
}

/* line 57, app/assets/stylesheets/event/main.css */
.page-numbers.current {
  font-weight: 600;
}

/* Forms
-----------------------------------------*/
/* line 61, app/assets/stylesheets/event/main.css */
label {
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

/* line 63, app/assets/stylesheets/event/main.css */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
}
input::placeholder,
textarea::placeholder {
  color: #ccc !important;
  font-size: 14px !important;
}

/* line 69, app/assets/stylesheets/event/main.css */
input, select,
.input-group input,
.form-control {
  border-radius: 0;
  height: 44px !important;
  margin: 0 0 15px;
}

/* line 77, app/assets/stylesheets/event/main.css */
.first-option {
  border: 2px sold red;
}

/* line 79, app/assets/stylesheets/event/main.css */
textarea.form-control {
  height: 100px !important;
}

/* line 82, app/assets/stylesheets/event/main.css */
.form-group.decimal .input-group, .form-group.float .input-group {
  flex-wrap: nowrap;
}

/* Fonts
-----------------------------------------*/
/* line 89, app/assets/stylesheets/event/main.css */
h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

/* line 95, app/assets/stylesheets/event/main.css */
h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

/* line 102, app/assets/stylesheets/event/main.css */
h3 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 300;
  color: #4e5256;
}

/* line 109, app/assets/stylesheets/event/main.css */
h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

/* line 115, app/assets/stylesheets/event/main.css */
h5 {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* line 117, app/assets/stylesheets/event/main.css */
h6 {
  font-size: 14px;
}

/* line 119, app/assets/stylesheets/event/main.css */
.font11 {
  font-size: 11px;
  line-height: 110% !important;
}

/* line 120, app/assets/stylesheets/event/main.css */
.font12 {
  font-size: 12px;
  line-height: 120% !important;
}

/* line 121, app/assets/stylesheets/event/main.css */
.font14 {
  font-size: 14px;
  line-height: 130% !important;
}

/* line 122, app/assets/stylesheets/event/main.css */
.font18 {
  font-size: 18px;
  line-height: 100% !important;
}

/* line 123, app/assets/stylesheets/event/main.css */
.font20 {
  font-size: 20px;
  line-height: 100% !important;
}

/* links
----------------------*/
/* line 128, app/assets/stylesheets/event/main.css */
a,
a:hover,
a:focus,
a:visited {
  color: #3e9cd0;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/event/main.css */
.red,
a.red {
  color: #d53016;
}

/* line 138, app/assets/stylesheets/event/main.css */
a.green, .green {
  color: #6b8961;
}

/* line 140, app/assets/stylesheets/event/main.css */
.bg-red {
  background: #c74c5e;
}

/* line 141, app/assets/stylesheets/event/main.css */
.bg-red-light {
  background: #efced3;
}

/* line 142, app/assets/stylesheets/event/main.css */
.bg-register {
  background: #e08853;
}

/* line 143, app/assets/stylesheets/event/main.css */
.bg-register2 {
  background: #FEF4EB;
}

/* line 144, app/assets/stylesheets/event/main.css */
.bg-sponsor {
  background: #6c9db4;
}

/* line 145, app/assets/stylesheets/event/main.css */
.bg-gold {
  background: #f2f3d5;
  border: 1px solid #cdcea8;
}

/* line 146, app/assets/stylesheets/event/main.css */
.bg-green {
  background: #6b8961;
}

/* line 147, app/assets/stylesheets/event/main.css */
.bg-green-light {
  background: #91c46c !important;
}

/* line 148, app/assets/stylesheets/event/main.css */
.bg-green-very-light {
  background: #effae8 !important;
}

/* line 149, app/assets/stylesheets/event/main.css */
.bg-grey-md {
  background: #f1f2f3;
}

/* Spacing
-----------------------------------------*/
/* line 154, app/assets/stylesheets/event/main.css */
.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 159, app/assets/stylesheets/event/main.css */
.sm-gutter [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

/* Images
-----------------------------------------*/
/* line 167, app/assets/stylesheets/event/main.css */
img.responsive {
  width: 100%;
  height: auto;
}

/* line 172, app/assets/stylesheets/event/main.css */
.image-crop {
  position: relative;
  width: auto;
  padding-bottom: 75%;
  margin: 0 0 4px;
  overflow: hidden;
}

/* line 180, app/assets/stylesheets/event/main.css */
.image-crop img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

/* Buttons
-----------------------------------------*/
/* line 188, app/assets/stylesheets/event/main.css */
.btn {
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 40px;
}

/* line 196, app/assets/stylesheets/event/main.css */
.btn-cart,
.btn-donate,
.btn-register,
.btn-leaderboard {
  padding: 8px 20px;
}

/* line 201, app/assets/stylesheets/event/main.css */
.btn-cart,
.btn-cart:visited,
.btn-add,
.btn-add:visited {
  background: #91c46c;
  color: #fff;
}

/* line 206, app/assets/stylesheets/event/main.css */
.btn-cart:hover,
.btn-add:hover {
  background: #71a54c;
  color: #fff;
}

/* line 209, app/assets/stylesheets/event/main.css */
.btn-donate,
.btn-donate:visited {
  background: #c74c5e;
  color: #fff;
}

/* line 211, app/assets/stylesheets/event/main.css */
.btn-donate:hover {
  background: #a92e40;
  color: #fff;
}

/* line 213, app/assets/stylesheets/event/main.css */
.btn-register,
.btn-register:visited {
  background: #e08853;
  color: #fff;
}

/* line 215, app/assets/stylesheets/event/main.css */
.btn-register:hover {
  background: #c26934;
  color: #fff;
}

/* line 217, app/assets/stylesheets/event/main.css */
.btn-sponsor,
.btn-sponsor:visited {
  background: #6c9db4;
  color: #fff;
  padding: 15px 25px;
}

/* line 219, app/assets/stylesheets/event/main.css */
.btn-sponsor:hover {
  background: #4b7d94;
  color: #fff;
}

/* line 220, app/assets/stylesheets/event/main.css */
.btn-leaderboard {
  background-color: #566C7E;
  color: #fff !important;
}

/* line 222, app/assets/stylesheets/event/main.css */
.w50 {
  width: 50px !important;
}

/* line 223, app/assets/stylesheets/event/main.css */
.w100 {
  width: 100px !important;
}

/* line 224, app/assets/stylesheets/event/main.css */
.w200 {
  width: 200px !important;
}

/* Header
================================================================*/
/* line 228, app/assets/stylesheets/event/main.css */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  background: #fff;
  text-align: center;
}

/* line 237, app/assets/stylesheets/event/main.css */
img.company-logo {
  max-width: 200px;
  max-height: 65px;
}

/* line 242, app/assets/stylesheets/event/main.css */
.site-menu {
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: center;
}

/* line 249, app/assets/stylesheets/event/main.css */
.action-buttons {
  position: absolute;
  right: 80px;
  top: 30px;
}

/* line 255, app/assets/stylesheets/event/main.css */
.site-menu a,
.site-menu a:visited,
.site-menu a:hover,
.site-menu a:focus {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
}

/* line 265, app/assets/stylesheets/event/main.css */
.site-menu .fas {
  font-size: 18px;
  height: 22px;
}

/* line 270, app/assets/stylesheets/event/main.css */
.action-buttons {
  position: absolute;
  right: 80px;
  top: 30px;
}

@media screen and (max-width: 992px) {
  /* line 277, app/assets/stylesheets/event/main.css */
  header {
    position: relative;
    text-align: center !important;
  }
  /* line 278, app/assets/stylesheets/event/main.css */
  .action-buttons {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  /* line 286, app/assets/stylesheets/event/main.css */
  .site-menu {
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  /* line 291, app/assets/stylesheets/event/main.css */
  .site-menu {
    top: 0;
    right: 10px;
    background: #eaeaea;
    border: 1px solid #ccc;
    padding: 8px 12px 4px;
  }
  /* line 298, app/assets/stylesheets/event/main.css */
  .site-menu span {
    display: none;
  }
}

/* Main Nav
================================================================*/
/* line 303, app/assets/stylesheets/event/main.css */
.site-menu,
.panel {
  border: none;
  display: block;
}

/* line 309, app/assets/stylesheets/event/main.css */
.site-menu {
  line-height: 100%;
}

/* line 311, app/assets/stylesheets/event/main.css */
.panel-top {
  background: #434242;
  padding: 20px 20px 20px 25px;
}

/* line 316, app/assets/stylesheets/event/main.css */
.panel-content {
  position: relative;
  background: #363636;
  padding: 0;
  overflow-y: auto;
  height: 100%;
  text-align: left;
}

/* line 325, app/assets/stylesheets/event/main.css */
.panel-content .panel-close {
  position: absolute;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  display: block;
  color: #fff;
  right: 30px;
  top: 15px;
}

/* line 335, app/assets/stylesheets/event/main.css */
.panel-content .panel-close span {
  position: absolute;
  top: 5px;
  right: 40px;
  font-size: 18px;
  color: #f4517a;
}

/* line 343, app/assets/stylesheets/event/main.css */
.panel-content .panel-close:before {
  content: "";
  color: #fff;
  z-index: 998px;
}

/* line 349, app/assets/stylesheets/event/main.css */
.panel {
  z-index: 998;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  bottom: 0;
  top: 0;
  transition: all 0.3s ease;
  right: -100%;
  width: 40%;
  margin: 0;
  border-radius: 0;
}

/* line 364, app/assets/stylesheets/event/main.css */
.panel .row {
  padding: 0 0 20px;
  margin: 0 0 30px;
}

/* line 369, app/assets/stylesheets/event/main.css */
.panel ul {
  margin-left: 0;
}

/* line 371, app/assets/stylesheets/event/main.css */
.panel ul li {
  color: #fff;
  margin: 0 0 40px;
}

/* line 376, app/assets/stylesheets/event/main.css */
.panel ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 15px 15px 15px 30px;
}

/* line 383, app/assets/stylesheets/event/main.css */
.panel ul ul {
  margin: 0;
  list-style: none;
}

/* line 388, app/assets/stylesheets/event/main.css */
.panel ul ul li {
  margin: 0;
}

/* line 390, app/assets/stylesheets/event/main.css */
.panel ul ul li a {
  text-transform: capitalize;
  padding: 15px 15px 15px 0;
}

/* line 395, app/assets/stylesheets/event/main.css */
.panel ul ul li a:before {
  content: "\f054  ";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 300;
  color: #8b0526;
  z-index: 998px;
}

/* line 404, app/assets/stylesheets/event/main.css */
.panel-content .border-top {
  border-top: 1px solid #585858 !important;
}

/* line 406, app/assets/stylesheets/event/main.css */
.tournament-contact h5 {
  color: #6c9db4;
}

/* line 408, app/assets/stylesheets/event/main.css */
.file-downloads h5,
.file-downloads .fa-download {
  color: #91c46c;
}

/* line 411, app/assets/stylesheets/event/main.css */
.manage-order .btn {
  color: #fff;
  border: 1px solid #585858;
}

/* line 413, app/assets/stylesheets/event/main.css */
.panel .social {
  padding: 0 0 20px 35px;
}

/* line 415, app/assets/stylesheets/event/main.css */
.panel.expanded {
  right: 0;
}

@media screen and (max-width: 1200px) {
  /* line 418, app/assets/stylesheets/event/main.css */
  .panel {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  /* line 421, app/assets/stylesheets/event/main.css */
  .panel {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  /* line 424, app/assets/stylesheets/event/main.css */
  .panel-top {
    padding-left: 30px;
  }
  /* line 425, app/assets/stylesheets/event/main.css */
  .panel-top span {
    display: none;
  }
}

/* Home: Image
================================================================*/
/* line 431, app/assets/stylesheets/event/main.css */
#MainContent .container img {
  max-width: 100%;
}

/* Home: Banner
================================================================*/
/* line 437, app/assets/stylesheets/event/main.css */
.banner {
  background: #363636;
}

/* line 440, app/assets/stylesheets/event/main.css */
.banner-container {
  position: absolute;
  top: 180px;
  left: 20%;
  right: 20%;
  padding: 100px;
  text-transform: uppercase;
}

/* line 450, app/assets/stylesheets/event/main.css */
.banner-container-shadow {
  background-color: rgba(54, 54, 54, 0.8);
}

/* line 454, app/assets/stylesheets/event/main.css */
.banner-container h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
}

/* line 459, app/assets/stylesheets/event/main.css */
.banner-container h3 {
  font-size: 20px;
  letter-spacing: .08em;
}

@media screen and (max-width: 1260px) {
  /* line 465, app/assets/stylesheets/event/main.css */
  .banner {
    min-height: 300px;
  }
}

@media screen and (max-width: 992px) {
  /* line 469, app/assets/stylesheets/event/main.css */
  .banner {
    min-height: auto;
  }
  /* line 470, app/assets/stylesheets/event/main.css */
  .banner-container {
    top: 10%;
    left: 2%;
    right: 2%;
  }
  /* line 475, app/assets/stylesheets/event/main.css */
  .home-actions .font14 {
    font-size: 11px;
  }
}

@media screen and (max-width: 700px) {
  /* line 478, app/assets/stylesheets/event/main.css */
  .banner {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  /* line 482, app/assets/stylesheets/event/main.css */
  .banner-container {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}

/* Goal
================================================================*/
/* line 492, app/assets/stylesheets/event/main.css */
.progress {
  position: relative;
  height: 40px;
  background: #cdcea8;
  border-radius: 15px;
}

/* line 499, app/assets/stylesheets/event/main.css */
.raised {
  position: absolute;
  left: 10px;
  top: 9px;
}

/* line 505, app/assets/stylesheets/event/main.css */
.progress-amounts span,
.progress-totals span {
  color: #8f906e;
  font-size: 12px;
}

/* line 511, app/assets/stylesheets/event/main.css */
.tournament-info span {
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  /* line 518, app/assets/stylesheets/event/main.css */
  .goal .bg-red {
    text-align: center;
  }
  /* line 519, app/assets/stylesheets/event/main.css */
  .goal .bg-red br {
    display: none;
  }
  /* line 520, app/assets/stylesheets/event/main.css */
  .goal .bg-red .mt-4 {
    margin: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 524, app/assets/stylesheets/event/main.css */
  .progress-amounts .w-25 {
    width: 49% !important;
  }
}

/* Footer
================================================================*/
/* line 530, app/assets/stylesheets/event/main.css */
footer .btn {
  border: 1px solid #6a6a6a;
  margin: 0 5px;
}

/* line 535, app/assets/stylesheets/event/main.css */
.fa-facebook-square {
  color: #4f8adb;
}

/* line 537, app/assets/stylesheets/event/main.css */
.fa-twitter {
  color: #1bbdec;
}

/* line 539, app/assets/stylesheets/event/main.css */
.fa-linkedin {
  color: #2867B2;
}

/* line 541, app/assets/stylesheets/event/main.css */
.fa-instagram {
  color: #C13584;
}

@media screen and (max-width: 992px) {
  /* line 544, app/assets/stylesheets/event/main.css */
  footer .btn {
    padding: 8px;
  }
}

/* Sponsors
================================================================*/
/* line 549, app/assets/stylesheets/event/main.css */
figure.logo {
  display: inline-block;
  width: 15%;
}

/* line 554, app/assets/stylesheets/event/main.css */
.control-right,
.control-left {
  position: absolute;
  right: 50px;
  z-index: 300;
  top: 40px;
  font-size: 24px;
  display: none;
}

/* line 563, app/assets/stylesheets/event/main.css */
.control-left {
  left: 50px;
}

/* line 565, app/assets/stylesheets/event/main.css */
.carousel-item {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  /* line 568, app/assets/stylesheets/event/main.css */
  figure.logo {
    width: 30%;
  }
}

/* Gallery
================================================================*/
/* line 575, app/assets/stylesheets/event/main.css */
.featherlight .featherlight-content {
  padding: 20px;
}

/* line 577, app/assets/stylesheets/event/main.css */
.featherlight .featherlight-close-icon {
  width: 40px;
  height: 40px;
  font-size: 0;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 8px 0;
}

/* line 588, app/assets/stylesheets/event/main.css */
.featherlight .featherlight-close-icon:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 300;
  content: "\f057";
  font-size: 30px;
  color: #91c46c;
}

/*.featherlight .featherlight-close-icon:before,*/
/*.featherlight-previous:before,*/
/*.featherlight-next:before{*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-weight: 300;*/
/*    content: "\f057";*/
/*    font-size: 30px;*/
/*    color: #91c46c*/
/*}*/
/*.featherlight-previous,*/
/*.featherlight-next{*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    top: 45%;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    font-size: 0;*/
/*    padding: 10px;*/
/*}*/
/*.featherlight-previous{ left: 20px; }*/
/*.featherlight-previous:before,*/
/*.featherlight-next:before{*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    content: "\f053";*/
/*    color: #fff;*/
/*    opacity: 0.5;*/
/*}*/
/*.featherlight-next:before{*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-weight: 300;*/
/*    content: "\f35a";}*/
/*        @media screen and (max-width: 400px) {*/
/*            .tournament-info .col-6 {*/
/*                flex:none;*/
/*                max-width: 100%;*/
/*                }*/
/*            }*/
/* Store
================================================================*/
/* line 639, app/assets/stylesheets/event/main.css */
.card {
  border-radius: 0;
  min-height: 260px;
}

/* line 644, app/assets/stylesheets/event/main.css */
.player-includes {
  position: absolute;
  right: 0;
  top: 0;
  color: #6b8961;
  padding: 10px;
  background: #fff;
}

/* line 652, app/assets/stylesheets/event/main.css */
.card .image-crop img {
  left: 0;
}

/* line 653, app/assets/stylesheets/event/main.css */
.cart-title {
  font-weight: 600;
}

/* line 655, app/assets/stylesheets/event/main.css */
span.item-sold-out {
  text-decoration: line-through;
}

/* line 657, app/assets/stylesheets/event/main.css */
.sold-out {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 664, app/assets/stylesheets/event/main.css */
.player a {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 24px;
}

/* line 671, app/assets/stylesheets/event/main.css */
[data-toggle="collapse"] .fa:before {
  content: "\f139";
}

/* line 675, app/assets/stylesheets/event/main.css */
.collapsed[data-toggle="collapse"] .fa:before {
  content: "\f13a";
}

/* line 679, app/assets/stylesheets/event/main.css */
table.player-list {
  background: #ecf5fe !important;
}

/*
table.cart td:nth-child(2){width:40%}

table.player-list td:first-child {width: 50px!important;}
table.player-list td:nth-child(2) {width:40%}

table.cart td:nth-child(3),
table.player-list td:nth-child(3){width:150px}
table.cart td:nth-child(5),
table.player-list td:nth-child(5){width:240px}

table.cart td:nth-child(4) {width:50px;text-align: center}
table.player-list td:nth-child(4) {width:54px;text-align: center}
*/
/* line 697, app/assets/stylesheets/event/main.css */
.cart-description {
  width: 50%;
}

/* Registration
================================================================*/
/* line 702, app/assets/stylesheets/event/main.css */
.register-pkg {
  min-height: 340px;
  padding: 90px 20px 10px;
}

/* line 707, app/assets/stylesheets/event/main.css */
.register-pkg .py-3,
.register-image {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

/* line 715, app/assets/stylesheets/event/main.css */
.register-pkg .py-3 {
  bottom: 5px;
  top: auto;
}

/* Modals
================================================================*/
/* line 723, app/assets/stylesheets/event/main.css */
.modal-body {
  border: none;
  border-radius: 0;
  padding: 40px 40px 40px;
  color: #000;
  z-index: 800;
}

/* line 731, app/assets/stylesheets/event/main.css */
.modal-body p {
  color: #444;
}

/* line 734, app/assets/stylesheets/event/main.css */
.modal-dialog .fa-times-circle {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}

/* line 743, app/assets/stylesheets/event/main.css */
.modal-actions {
  padding: 20px 0 0;
  margin: 10px 0 0;
  border-top: 1px dotted #ccc;
}

/* line 749, app/assets/stylesheets/event/main.css */
.modal-backdrop {
  opacity: 0.9 !important;
}

/* Checkout
================================================================*/
/* line 753, app/assets/stylesheets/event/main.css */
.summary-view {
  display: none;
}

@media screen and (max-width: 992px) {
  /* line 758, app/assets/stylesheets/event/main.css */
  .summary-view {
    display: block;
  }
  /* line 761, app/assets/stylesheets/event/main.css */
  .cart-summary {
    border-left: none !important;
  }
}

/* Payment Successful!
-----------------------*/
/* line 768, app/assets/stylesheets/event/main.css */
.checkmark {
  width: 200px;
  margin: 0 auto;
}

/* line 773, app/assets/stylesheets/event/main.css */
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}

/* line 780, app/assets/stylesheets/event/main.css */
.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

/* line 787, app/assets/stylesheets/event/main.css */
p {
  animation: text .5s linear .4s;
  -webkit-animation: text .4s linear .3s;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 822, app/assets/stylesheets/event/main.css */
.reg-option-icon {
  position: absolute;
  text-align: center;
  width: 110px;
  height: 110px;
  padding-top: 8px;
  margin: 0 auto;
  /*top: -30px;*/
  left: 0;
  right: 0;
  border-radius: 50%;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

/* line 836, app/assets/stylesheets/event/main.css */
.reg-option-icon img {
  width: 80px;
  height: 80px;
}

/* line 841, app/assets/stylesheets/event/main.css */
.horizontal-line {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 848, app/assets/stylesheets/event/main.css */
.partner-logo {
  width: 184px;
  height: 59.74px;
  left: 628px;
  top: 1970px;
}

/* line 1, app/assets/stylesheets/event/event.css */
.dangerous {
  color: red;
}

/* line 5, app/assets/stylesheets/event/event.css */
.error, .help-block {
  color: red;
  font-size: 12px;
}

/* line 10, app/assets/stylesheets/event/event.css */
input.error, select.error, textarea.error {
  border: 1px solid red;
}

/* line 14, app/assets/stylesheets/event/event.css */
.schedule-table {
  height: 430px;
  overflow-y: scroll;
}

@media screen and (max-width: 992px) {
  /* line 20, app/assets/stylesheets/event/event.css */
  .schedule-table {
    height: auto;
    overflow-y: visible;
  }
}

/* line 26, app/assets/stylesheets/event/event.css */
a {
  overflow-wrap: break-word;
}

/* line 30, app/assets/stylesheets/event/event.css */
.top-menu {
  height: 65px;
}

/* line 34, app/assets/stylesheets/event/event.css */
.player-form-label {
  line-height: 3.5;
}

@media screen and (max-width: 360px) {
  /* line 39, app/assets/stylesheets/event/event.css */
  .tournament-detail {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/event/website.css.scss */
.btn-main-green {
  background-color: #6A962C !important;
}

/* line 6, app/assets/stylesheets/event/website.css.scss */
.table-cart td {
  border-top: unset;
}

/* line 12, app/assets/stylesheets/event/website.css.scss */
.payment-section .payment-method {
  cursor: pointer;
  border: 1px solid #D8D9D9;
}

/* line 16, app/assets/stylesheets/event/website.css.scss */
.payment-section .payment-method .outer-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

/* line 24, app/assets/stylesheets/event/website.css.scss */
.payment-section .payment-method .outer-circle .inner-circle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #78BA4D;
  display: none;
}

/* line 33, app/assets/stylesheets/event/website.css.scss */
.payment-section .payment-method.payment-selected {
  border: 2px solid #78BA4D;
  background-color: #F1F8ED;
}

/* line 38, app/assets/stylesheets/event/website.css.scss */
.payment-section .payment-method.payment-selected .outer-circle .inner-circle {
  display: block;
}

/* line 48, app/assets/stylesheets/event/website.css.scss */
.modal-confirm-order .modal-header {
  padding: 40px;
}

/* line 51, app/assets/stylesheets/event/website.css.scss */
.modal-confirm-order .modal-header .close {
  font-size: 36px;
}

/* line 55, app/assets/stylesheets/event/website.css.scss */
.modal-confirm-order .modal-header .modal-title {
  font: normal 600 26px 'Mulish';
}

/* line 60, app/assets/stylesheets/event/website.css.scss */
.modal-confirm-order .modal-content {
  width: 650px;
}

/* line 63, app/assets/stylesheets/event/website.css.scss */
.modal-confirm-order .modal-content .body-text {
  font: normal normal 16px 'Open Sans';
}

/* line 67, app/assets/stylesheets/event/website.css.scss */
.modal-confirm-order .modal-content .check-icon-contain {
  width: 72px;
  height: 72px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #78BA4D;
  border-radius: 23px;
}

/* line 78, app/assets/stylesheets/event/website.css.scss */
.modal-confirm-order .modal-content .order-success-text {
  font: normal 600 20px 'Mulish';
}

/* line 1, app/assets/stylesheets/modal.css.scss */
.ajax-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url(/assets/ajax-loader-94d31f2be6c58559fcedad264f4e1d9eb7c9c5517ef1f260992662cea1b8be0d.gif) 50% 50% no-repeat;
}

/* line 15, app/assets/stylesheets/modal.css.scss */
body.loading {
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/modal.css.scss */
body.loading .ajax-modal {
  display: block;
}

/* line 23, app/assets/stylesheets/modal.css.scss */
.ajax-text {
  position: fixed;
  font-weight: bold;
  font-size: large;
  color: #DD4B39;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
}

/* line 1, app/assets/stylesheets/customer/order.css.scss */
#search-order-container, #search-result-container {
  padding-top: 50px;
}

/* line 5, app/assets/stylesheets/customer/order.css.scss */
#search-empty-container {
  padding-top: 30px;
}

/* line 9, app/assets/stylesheets/customer/order.css.scss */
#search-order-container label {
  font-size: 10px;
}

/* line 13, app/assets/stylesheets/customer/order.css.scss */
#search-order-container .btn-search-order {
  margin-top: 20px;
  width: 100px;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/customer/order.css.scss */
#search-order-container label {
  font-size: 10px;
}

/* line 23, app/assets/stylesheets/customer/order.css.scss */
#orders-navigations {
  margin: auto;
  width: 30%;
}

/* line 28, app/assets/stylesheets/customer/order.css.scss */
.nav-tabs {
  border-bottom: none;
}

/* line 32, app/assets/stylesheets/customer/order.css.scss */
.tab-content {
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}

/* line 37, app/assets/stylesheets/customer/order.css.scss */
.team-header {
  width: 100px;
  height: 30px;
  background-color: #90a9bd;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

/* line 47, app/assets/stylesheets/customer/order.css.scss */
#orders-navigations li {
  width: 120px;
}

/* line 51, app/assets/stylesheets/customer/order.css.scss */
#orders-navigations a {
  text-decoration: none;
  outline: 0;
}

/* line 56, app/assets/stylesheets/customer/order.css.scss */
#orders-navigations a {
  background-color: #c5c5c5;
  color: #413f40;
}

/* line 61, app/assets/stylesheets/customer/order.css.scss */
#orders-navigations li.active a {
  background-color: #86be37;
  color: white;
}

/* line 66, app/assets/stylesheets/customer/order.css.scss */
.player-answer {
  font-size: 12px;
}

/* line 70, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table thead th {
  height: 30px;
}

/* line 74, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table thead {
  background-color: #9fb8ce;
  color: white;
  font-size: 10px;
}

/* line 80, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table tbody th,
table.search-order-table tbody td {
  height: 50px;
  font-size: 13px;
}

/* line 86, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table tbody a {
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table tbody tr {
  border-bottom: 1px solid #dddddd;
  color: #6d6b6c;
}

/* line 95, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table tbody .index-data {
  color: #ababab;
}

/* line 107, app/assets/stylesheets/customer/order.css.scss */
.action-header {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

/* line 113, app/assets/stylesheets/customer/order.css.scss */
.action-body {
  padding: 0 10px 30px 10px;
  text-align: center;
}

/* line 118, app/assets/stylesheets/customer/order.css.scss */
.modal-btn {
  text-align: center;
  font-weight: bold;
  height: 42px;
}

/* line 124, app/assets/stylesheets/customer/order.css.scss */
.btn-manage-order, .btn-manage-order:hover {
  background-color: #676566;
  text-decoration: none;
  color: white;
}

/* line 130, app/assets/stylesheets/customer/order.css.scss */
.btn-save-modal, .btn-save-modal:hover {
  text-decoration: none;
  color: white;
  background: #86be37;
  padding-top: 10px;
}

/* line 137, app/assets/stylesheets/customer/order.css.scss */
.btn-delete-modal, .btn-delete-modal:hover {
  text-decoration: none;
  color: white;
  background: #e14b4c;
  padding-top: 10px;
  width: 150px;
}

/* line 145, app/assets/stylesheets/customer/order.css.scss */
.btn-close-modal, .btn-close-modal:hover {
  text-decoration: none;
  color: white;
  background: #4c4c4c;
  padding-top: 10px;
}

/* line 152, app/assets/stylesheets/customer/order.css.scss */
select#player_id {
  width: 300px;
}

/* line 156, app/assets/stylesheets/customer/order.css.scss */
.modal-form-phone {
  margin-left: 10px;
  width: 100px;
}

/* line 161, app/assets/stylesheets/customer/order.css.scss */
.modal-form-phone-small {
  margin-left: 5px;
  width: 70px;
}

/* line 166, app/assets/stylesheets/customer/order.css.scss */
.modal-form-element {
  width: 270px;
}

/* line 170, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table thead tr .header {
  background-image: url(/assets/images/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

/* line 177, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table tbody tr.odd td {
  background-color: #F0F0F6;
}

/* line 180, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table thead tr .headerSortUp {
  background-image: url(/assets/images/asc.gif);
}

/* line 183, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table thead tr .headerSortDown {
  background-image: url(/assets/images/desc.gif);
}

/* line 186, app/assets/stylesheets/customer/order.css.scss */
table.search-order-table thead tr .headerSortDown, table.search-order-table thead tr .headerSortUp {
  background-color: #428BCA;
}

/* line 1, app/assets/stylesheets/customer/modal.css.scss */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 8, app/assets/stylesheets/customer/modal.css.scss */
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

/* line 22, app/assets/stylesheets/customer/modal.css.scss */
.image-loader {
  text-align: center;
}
