/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1;
  color: #454952; /* primaryMain */
}
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
  color: rgba(56, 62, 75, 0.5);
}

/* general CSS */
html,
body {
  font-family: 'benton-sans', sans-serif;
  font-size: 10px;
}
body {
  font-size: 14px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/*
 * gets rid of the spin box on number fields
 * (see http://stackoverflow.com/questions/3790935/can-i-hide-the-html5-number-input-s-spin-box)
 */
input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* specific CSS */
.new-release-banner + #site-header {
  padding-top: 40px;
}

#site-header + div {
  padding-top: 56px;
}

.new-release-banner + #site-header + div {
  padding-top: 96px;
}

.main,
.flexible {
  display: flex;
  margin: 0em;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
}

.main-content {
  width: 100%;
}

.event-mgmt-container,
.flexible-content {
  flex: 1 0 auto;
  align-self: stretch;
}

.event-mgmt-container {
  flex: auto;
}

.right-side-content {
  margin-left: 0;
}

ul {
  list-style: none;
}

a {
  color: #383e4b;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
  cursor: pointer;
}

a.React-Router-link:hover {
  text-decoration: none;
}

.calculated-column-width {
  /* SINGLE_COLUMN_WIDTH - LEFT_MARGIN_PIXELS */
  width: calc(38.5rem - 30px) !important;
}

.calculated-column-width-5 {
  /* SINGLE_COLUMN_WIDTH - 5 pixels */
  width: calc(38.5rem - 5px) !important;
}

.calculated-column-width-10 {
  /* SINGLE_COLUMN_WIDTH - 10 pixels */
  width: calc(38.5rem - 10px) !important;
}

.calculated-column-width-15 {
  /* SINGLE_COLUMN_WIDTH - 15 pixels */
  width: calc(38.5rem - 15px) !important;
}

.calculated-column-width-20 {
  /* SINGLE_COLUMN_WIDTH - 20 pixels */
  width: calc(38.5rem - 20px) !important;
}

.calculated-column-width-25 {
  /* SINGLE_COLUMN_WIDTH - 25 pixels */
  width: calc(38.5rem - 25px) !important;
}

.uh-tooltip {
  padding: 1em !important;
  line-height: 1.3em !important;
  text-align: left !important;
  opacity: 1 !important;
  border-radius: 6px !important;
  background-color: #393c44 !important;
}

.uh-tooltip.place-top::after {
  border-top-color: #393c44 !important;
}

.uh-tooltip.place-right::after {
  border-right-color: #393c44 !important;
}

.uh-tooltip.place-left::after {
  border-left-color: #393c44 !important;
}

.uh-tooltip.place-bottom::after {
  border-bottom-color: #393c44 !important;
}

.charge-failure-tooltip {
  width: 15em !important;
}

.customer-terms h1,
.event-description h1,
.DraftEditor-root h1,
.rich-text-container h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.customer-terms h2,
.event-description h2,
.DraftEditor-root h2,
.rich-text-container h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.customer-terms h3,
.event-description h3,
.DraftEditor-root h3,
.rich-text-container h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.customer-terms ul,
.event-description ul,
.rich-text-container ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.customer-terms ol,
.event-description ol,
.rich-text-container ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.customer-terms strong,
.event-description strong,
.rich-text-container strong {
  font-weight: bold;
}

.customer-terms em,
.event-description em,
.rich-text-container em {
  color: inherit;
}
.uh-calendar-loader {
  display: inline-block;
  margin: 0 9px;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(33, 150, 243, 0.1);
  border-radius: 50%;
  border-top-color: rgb(33, 150, 243);
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

button.link {
  align-items: normal;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(0, 0, 238);
  border-style: none;
  box-sizing: content-box;
  color: rgb(0, 0, 238);
  cursor: pointer;
  display: inline;
  font: inherit;
  height: auto;
  padding: 0;
  perspective-origin: 0 0;
  text-align: start;
  transform-origin: 0 0;
  width: auto;
  -moz-appearance: none;
  -webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
  -webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
}

button.link:hover {
  text-decoration: underline;
}

button.link:focus {
  outline: 0;
}

/* Mozilla uses a pseudo-element to show focus on buttons, */
/* but anchors are highlighted via the focus pseudo-class. */

@supports (-moz-appearance: none) {
  /* Mozilla-only */
  button.link::-moz-focus-inner {
    /* reset any predefined properties */
    border: none;
    padding: 0;
  }
  button.link:focus {
    /* add outline to focus pseudo-class */
    outline-style: dotted;
    outline-width: 1px;
  }
}

.ReportTable {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  font-size: 13px;
}

.ReportTable td {
  padding: 14px;
}

.ReportTable th {
  border-bottom: 1px solid #e2e2e2;
  padding: 12px;
  text-align: left;
  font-weight: bold;
}

.ReportTable thead tr,
.ReportTable tbody tr:nth-child(odd) {
  background-color: white;
}

.ReportTable tfoot td {
  font-weight: bold;
}

.ReportTable tfoot:after {
  content: '';
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 41px;
  z-index: -1;
}

.ReportTable thead:last-child:after,
.ReportTable tbody:last-child:after {
  content: '';
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.SalesDetailTable th:first-child,
.SalesDetailTable td:first-child {
  width: 25%;
}

.SalesDetailTable th:last-child,
.SalesDetailTable td:last-child {
  width: 10em;
}

.OrderHistoryTable td {
  padding: 0;
}

.OrderHistoryTable td {
  padding-top: 3px;
  padding-left: 12px;
  text-align: left;
}

.OrderHistoryTable .centered {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .OrderHistoryTable td p {
    text-align: right;
    padding-top: 16px;
    padding-right: 5px;
  }

  .OrderHistoryTable .centered {
    text-align: right;
  }

  .OrderHistoryTable td.icon-menu {
    padding-left: 85%;
  }
}

.MuiSvgIcon-root {
  /* The rem in Playmaker is 16px, so we mimic that here. */
  font-size: calc((9 / 7) * 16px) !important;
}

.hide-scrollbars::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Chrome/Safari/Webkit */
}

.hide-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
