@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}
@-moz-keyframes throbber-loader {
  0% {
    background: #d7dbe4;
  }
  10% {
    background: #337ab7;
  }
  40% {
    background: #d7dbe4;
  }
}
@-webkit-keyframes throbber-loader {
  0% {
    background: #d7dbe4;
  }
  10% {
    background: #337ab7;
  }
  40% {
    background: #d7dbe4;
  }
}
@keyframes throbber-loader {
  0% {
    background: #d7dbe4;
  }
  10% {
    background: #337ab7;
  }
  40% {
    background: #d7dbe4;
  }
}
/* :not(:required) hides these rules from IE9 and below */
.throbber-loader:not(:required) {
  -moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
  animation: throbber-loader 2000ms 300ms infinite ease-out;
  background: #dde2e7;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 1.6em;
}
.throbber-loader:not(:required):before, .throbber-loader:not(:required):after {
  background: #dde2e7;
  content: 'x200B';
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}
.throbber-loader:not(:required):before {
  -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
  animation: throbber-loader 2000ms 150ms infinite ease-out;
  left: -1.6em;
}
.throbber-loader:not(:required):after {
  -moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
  animation: throbber-loader 2000ms 450ms infinite ease-out;
  right: -1.6em;
}
.session-table-outer {
  overflow-x: auto; }

.session-list-table {
  margin-bottom: 0;
  border-bottom: 1px solid #afafaf;
  background: #fff; }
  .session-list-table thead th {
    padding: 10px 8px !important; }
  .session-list-table .sub-section {
    padding: 8px 0; }
  .session-list-table tr td {
    vertical-align: middle !important;
    border-top: 0 !important; }
  .session-list-table tr td:last-child {
    border-right: 0; }
  .session-list-table .inner-table {
    width: 100%; }
  .session-list-table .align {
    text-align: center; }
  .session-list-table .last-row {
    border-bottom: 1px solid #ddd; }
  .session-list-table .last-row:last-child {
    border-bottom: 0; }
  .session-list-table .line-breaker {
    text-align: center; }
  .session-list-table .line-breaker strong {
    display: block; }
  .session-list-table .sold-label strong {
    color: #7087c5; }
  .session-list-table .hold-label strong {
    color: #96d48d; }
  .session-list-table .in-order-label strong {
    color: #d5c060; }
  .session-list-table .remained-label strong {
    color: #db832d; }
  .session-list-table .progress-bar {
    color: #666 !important; }
  .session-list-table td.line-breaker {
    font-size: 12px; }

.sold-progress {
  width: 25%;
  height: 100%;
  background-color: #d8dff2;
  float: left; }

.hold-progress {
  width: 25%;
  height: 100%;
  background-color: #dbf2d8;
  float: left; }

.in-order-progress {
  width: 10%;
  height: 100%;
  background-color: #fef5cc;
  float: left; }

.remained-progress {
  width: 10%;
  height: 100%;
  background-color: #ffdfc0;
  float: left; }

.session-detail-table .align .fa-remove {
  margin-top: 5px; }

#edit-session-name .btn-group-xs {
  margin-top: 3px !important; }

html body {
  background-color: #f4f4f4;
  /* Simulate chrome default css for customize broswer which hide scrollbar - for TP-163502186 */
  /* end of simulate */ }
  html body ::-webkit-scrollbar {
    width: auto; }
  html body ::-webkit-scrollbar-track {
    -webkit-box-shadow: auto;
    -webkit-border-radius: auto;
    border-radius: auto;
    background: #f9f9f9;
    border: 1px solid #e2e2e2; }
  html body ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b5b5b5;
    border: 3px solid #f9f9f9;
    -webkit-box-shadow: auto; }
  html body ::-webkit-scrollbar-thumb:window-inactive {
    background: auto; }
  html body #lang-toggle-wrapper #lang-toggle .btn {
    outline: 0; }
  html body textarea, html body select, html body input, html body button {
    outline: none; }
  html body a {
    color: #06C; }
  @media only screen and (max-width: 767px) {
    html body > div.container-fluid:nth-child(1) {
      padding-left: 0;
      padding-right: 0; } }
  html body input {
    border: solid 1px #ccc; }
  html body .mouse-inactive {
    pointer-events: none; }
  html body span.asteriskField {
    color: #f00;
    padding-left: 3px; }
  html body .red-txt {
    color: #d43f3a; }
  html body .not-bold {
    font-weight: normal; }
  html body .ui-datepicker,
  html body .ui-timepicker {
    z-index: 2; }
  html body .box-office__action-label, html body .box-office__action-link-wrapper {
    margin-left: 15px; }
  html body .box-office__action-label {
    margin-bottom: 20px; }
  html body .box-office__action-description {
    margin-top: 20px; }
    html body .box-office__action-description > p {
      padding-left: 15px; }
  html body .color-green {
    color: green; }
  html body .opacity-100 {
    opacity: 1; }
  html body .opacity-75 {
    opacity: .75; }
  html body .opacity-50 {
    opacity: .50; }
  html body .opacity-25 {
    opacity: .25; }
  html body .opacity-0 {
    opacity: 0; }
  html body button.btn-primary:disabled, html body button.btn:disabled {
    background: #adb0b1;
    border-color: #828789; }
    html body button.btn-primary:disabled:hover, html body button.btn:disabled:hover {
      background: #606263;
      border-color: #46494a; }
  html body button.btn-primary.btn-sharp, html body button.btn.btn-sharp {
    background: #3fa7ff;
    border-color: #3991f2; }
    html body button.btn-primary.btn-sharp:hover, html body button.btn.btn-sharp:hover {
      background: #56c5ff;
      border-color: #4eb2f7; }
    html body button.btn-primary.btn-sharp:disabled, html body button.btn.btn-sharp:disabled {
      background: #8396a6;
      border-color: #778795; }
      html body button.btn-primary.btn-sharp:disabled:hover, html body button.btn.btn-sharp:disabled:hover {
        background: #8396a6;
        border-color: #778795; }
  html body .fc-unthemed .fc-today > span {
    background: #fff;
    border: 1px solid #fff; }

html section#messages > ul {
  padding-left: 0; }

html fieldset {
  border-radius: 5px;
  overflow: initial !important; }

html table thead tr:first-child {
  background-color: #d7dbe4; }
  html table thead tr:first-child th {
    font-weight: normal; }

html a.text-link {
  cursor: pointer; }
  html a.text-link.black {
    color: #000; }
  html a.text-link.inactive {
    color: #bbb;
    pointer-events: none; }

@media only screen and (max-width: 767px) {
  html section#content {
    padding: 0 15px; } }

html .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

html .padding-top-15 {
  padding-top: 15px; }

html .padding-top-25 {
  padding-top: 25px; }

html .padding-right-15 {
  padding-left: 0px;
  padding-right: 15px; }

html .padding-left-15 {
  padding-left: 15px;
  padding-right: 0px; }

html .padding-both-15 {
  padding-left: 15px;
  padding-right: 15px; }

html .padding-both-5 {
  padding-left: 5px;
  padding-right: 5px; }

html .padding-right-5 {
  padding-left: 0px;
  padding-right: 5px; }

html .padding-0 {
  padding: 0;
  margin: 0; }

html .force-padding-0 {
  padding: 0 !important;
  margin: 0 !important; }

html .margin-left-5 {
  margin-left: 5px; }

html .margin-left-15 {
  margin-left: 15px; }

html .margin-bottom-5 {
  margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  html .full-width-xs {
    width: 100%; } }

html .full-width-child > input {
  width: 100%; }

html .force-show {
  display: block !important; }

html .force-hide {
  display: none !important; }

html .bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

html .bottom-15 {
  margin-bottom: 15px !important; }

html .min-height-150 {
  min-height: 150px; }

html .min-height-250 {
  min-height: 250px; }

html .min-height-300 {
  min-height: 300px; }

html .childs-inline > div {
  display: inline; }

html .xs-hr {
  width: 100% !important;
  margin: 0;
  padding: 0; }

html .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

html .float-to-title-right {
  float: right;
  top: -3em;
  position: relative; }

@keyframes blink {
  50% {
    color: transparent; } }

html .tiny-loader {
  pointer-events: none;
  position: absolute;
  z-index: 9;
  font-size: 17px;
  top: 55%;
  left: 47%; }
  html .tiny-loader > span {
    pointer-events: none;
    animation: 1.8s blink infinite; }
    html .tiny-loader > span:nth-child(2) {
      animation-delay: 250ms; }
    html .tiny-loader > span:nth-child(3) {
      animation-delay: 500ms; }
    html .tiny-loader > span:nth-child(4) {
      animation-delay: 750ms; }
    html .tiny-loader > span:nth-child(5) {
      animation-delay: 1000ms; }

html .panel-title {
  color: #494f58;
  font-size: 1.1em; }

html .panel-default > .panel-heading {
  color: #494f58;
  background-color: #d7dbe4;
  border-color: #d7dbe4; }

#header-container {
  margin-top: 35px;
  padding: 0; }

#header-username {
  padding: 13px 11px 13px 0; }
  @media (min-width: 992px) {
    #header-username {
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    #header-username {
      padding-top: 0px;
      padding-left: 0px;
      padding-bottom: 15px; } }

#header-pref {
  margin-left: 8px; }

#header-office-loc {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 0px 0px;
  font-size: 11px;
  color: #777;
  padding: 0px 3px; }

#header > .container-fluid > .pull-right {
  padding-right: 0; }
  @media only screen and (max-width: 767px) {
    #header > .container-fluid > .pull-right {
      padding: 15px 0px; } }

html .detail-page h3 {
  margin: 0;
  padding-bottom: 10px; }

@media only screen and (max-width: 767px) {
  #event-detail-page #lang-toggle, #host-detail-page #lang-toggle {
    margin-top: 10px;
    margin-bottom: 10px; } }

#event-detail-page #url-container, #host-detail-page #url-container {
  margin: 0 -15px; }
  #event-detail-page #url-container > div, #host-detail-page #url-container > div {
    margin: 0 0 15px 0; }
    #event-detail-page #url-container > div .input-group, #host-detail-page #url-container > div .input-group {
      table-layout: fixed;
      width: 100%; }
      #event-detail-page #url-container > div .input-group .input-group-addon, #host-detail-page #url-container > div .input-group .input-group-addon {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 75%; }
      #event-detail-page #url-container > div .input-group > input, #host-detail-page #url-container > div .input-group > input {
        width: 100%; }

#event-detail-page > h3 {
  min-height: 50px; }

#event-detail-page #ticket-create .tab-conten, #event-detail-page #ticket-create .text-right {
  display: inline-block;
  width: 100%; }
  #event-detail-page #ticket-create .tab-conten #lang-tab, #event-detail-page #ticket-create .text-right #lang-tab {
    margin-right: 0 !important; }

#event-detail-page #event-edit-page .form-panel .tab-content {
  padding: 0 10px; }

#event-detail-page #event-edit-page .select2 {
  width: 100% !important; }

#event-detail-page #event-edit-page input#id_image {
  margin-top: 5px; }

#event-detail-page #event-edit-page div.checkbox {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px; }

#event-detail-page #event-edit-page .control-label {
  width: 100%;
  text-align: left; }

#event-detail-page #sm_app #svg.seat_visible .overlay-section-name {
  opacity: .2; }

#event-create-page .control-label {
  width: 100%;
  text-align: left; }

#event-create-page .row > h4 {
  padding: 15px; }

#host-detail-page #event-edit-page #lang-tab {
  margin-right: 0 !important; }

.image-field-container-column {
  margin-left: -15px;
  margin-right: -15px; }

.cols-parent > div {
  padding-left: 15px;
  padding-right: 15px; }

a.custom-disabled {
  color: grey !important;
  pointer-events: none !important; }

.left-lined-block {
  padding-left: 15px;
  border-left: solid 5px #d7dbe4; }

#event-create-page .venue-wrapper {
  margin-top: 10px;
  margin-left: 15px;
  padding: 0 0 0 15px;
  border-left: solid 14px #d7dbe4; }

.event_edit_main .form-group label {
  margin-bottom: 15px; }

.event_edit_main .form-group .form-control, .event_edit_main .form-group .select2 {
  max-width: 445px;
  margin-top: 0 !important; }

.event_edit_main .form-group .input-group {
  display: flex; }

.event_edit_main .form-group .input-group .input-group-btn {
  width: auto;
  margin-top: 10px; }

.event_edit_main #multi-sessions-message {
  padding-left: 0;
  padding-right: 0; }

.event_edit_main .tab-content {
  margin-bottom: 20px; }

.event_edit_main .image-field-wrapper {
  position: relative;
  min-height: 110px; }

.event_edit_main .image-field-wrapper img {
  position: absolute;
  right: 0;
  top: 0;
  height: 108px; }

.event_edit_main .featured-img-padding {
  padding: 0 !important;
  text-align: right;
  line-height: 23px; }

.event_edit_main .featured-img-padding #id_image_featured_1,
.event_edit_main .featured-img-padding #id_seat_map_reference_image_1 {
  float: right;
  width: 18px;
  margin-top: -6px !important;
  margin-left: 5px;
  border: 0;
  box-shadow: none;
  margin-right: 0; }

.event_edit_main .form-control {
  display: inline-block; }

.event_edit_main .app-image-control {
  margin-left: 0px !important;
  display: inline-block; }

.event_edit_main .app-image-control img {
  margin-right: 10px; }

.event_edit_main .cropping-btn {
  background: #e7e7e7;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block; }

.event_edit_main .external-event-head {
  margin-top: 25px; }

.event_edit_main textarea.form-control, .event_edit_main .pref-field-wrapper textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid #ccc; }

.event_edit_main .subcategory-wrapper {
  margin-top: 46px; }

.event_edit_main .time-out-wrapper .form-group:last-child {
  margin: 0 !important; }

.event_edit_main .twitter-wrap .form-group .form-control {
  width: 100% !important;
  max-width: 405px;
  display: block; }

.event_edit_main .twitter-wrap .form-group .input-group {
  display: inline-table; }

.event_edit_main .checkbox-list-wrpper {
  padding: 0; }

.event_edit_main .checkbox-list-wrpper .checkbox label {
  width: 100% !important; }

.event_edit_main .admission-minute .form-control {
  max-width: 104px; }

.event_edit_main #featuredImage {
  padding: 0; }

.event_edit_main #featuredImage .controls {
  margin-left: 0 !important;
  max-width: 445px; }

.event_edit_main .venue-wrapper {
  padding: 0 0 0 15px;
  border-left: solid 14px #d7dbe4; }

.event_edit_main .venue-wrapper .form-group {
  margin: 0;
  padding: 0; }

.event_edit_main .app-image-recurrent {
  padding: 0 !important; }

.event_edit_main .app-image-recurrent .controls {
  margin-left: 20px !important; }

.event_edit_main .event-editor {
  padding: 0;
  margin: 0 15px; }

.event_edit_main .event-editor .tab-content .tab-pane {
  padding: 0; }

.event_edit_main .event-editor .control-group.actions {
  margin-left: -15px; }

.event_edit_main .event-editor .controls {
  margin-left: 0 !important; }

.event_edit_main .event-editor .btn-group {
  margin: 0 15px 0 -15px; }

.event_edit_main .security-editor {
  margin: 0;
  padding: 0; }

.event_edit_main .security-editor .checkbox label {
  width: 100% !important; }

.event_edit_main .adv-menu-title, .event_edit_main .custom-title {
  padding: 0;
  margin-bottom: 15px; }

.event_edit_main .checkbox label {
  width: auto !important; }

@media (max-width: 768px) {
  .event_edit_main .checkbox label {
    width: 100% !important; } }

.event_edit_main .upsell-title-field input, .event_edit_main .schema-wrapper input, .event_edit_main .performer-section input {
  width: 100%;
  max-width: 445px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.event_edit_main .schema-wrapper textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc; }

.event_edit_main .schema-wrapper .btn-group {
  margin-left: -15px !important; }

.event_edit_main .payment-select-wrap {
  display: flex;
  padding: 0; }

.event_edit_main .payment-select-wrap .checkbox {
  margin-right: 15px; }

.event_edit_main #id_metatag_description_en {
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #ccc; }

.event_edit_main .admission-minute .form-group {
  display: flex; }

.event_edit_main .admission-minute .form-group .control-label {
  width: auto !important;
  margin-right: 62px; }

.event_edit_main .time-out-wrapper {
  padding: 0 !important; }

.event_edit_main .time-out-wrapper .form-group {
  margin: 0; }

.event_edit_main .light-box-wrapper {
  padding: 0; }

.event_edit_main .division-small {
  margin: 0;
  padding: 4px 0; }

.event_edit_main .best-available-wrapper {
  margin-top: 10px;
  padding: 0; }

.event_edit_main .image-field-wrapper .controls {
  max-width: 445px;
  width: 68%; }

@media (max-width: 1352px) {
  .event_edit_main .image-field-wrapper .controls {
    width: 50%; } }

@media (max-width: 1660px) {
  .event_edit_main .image-field-wrapper .controls {
    max-width: 245px; }
  .event_edit_main .image-field-wrapper.main-image-field .form-control {
    width: 62%; } }

@media (max-width: 1140px) {
  .event_edit_main .image-field-wrapper .controls {
    max-width: unset;
    width: 54%; }
  .event_edit_main .image-field-wrapper.main-image-field .form-control {
    width: 50%; } }

@media (max-width: 991px) {
  .event_edit_main .image-field-wrapper img {
    position: unset; }
  .event_edit_main .image-field-wrapper.main-image-field img {
    position: unset;
    float: left;
    clear: both; }
  .event_edit_main .image-field-wrapper.main-image-field .form-control {
    float: left;
    width: 100%; } }

.table-wrapper tbody .actions a {
  margin: 0;
  padding-right: 5px; }

.table-wrapper tbody .actions form {
  display: inline-block; }
  .table-wrapper tbody .actions form button, .table-wrapper tbody .actions form a {
    padding: 0 5px 0 0; }

@media screen and (max-width: 1750px) {
  .table-wrapper tbody .actions {
    font-size: 0; }
    .table-wrapper tbody .actions * {
      font-size: initial; } }

html body .event-color-for-front_end input[type="color"] {
  width: revert;
  padding: 0; }

html .offline-msg {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #666;
  background-color: #e2e2e2;
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin-bottom: 5px; }
  html .offline-msg i {
    cursor: pointer;
    margin-left: 5px; }
    html .offline-msg i:hover {
      color: #5bc0de; }

html #box-office-events-container #shopping-area > div:empty {
  margin-bottom: 0; }

html #shopping-area.collapse {
  z-index: -1;
  position: absolute;
  left: -5000px; }

@media (min-width: 749px) {
  html #patron-create-form .help-block {
    padding-left: 25%; } }

html .one-seat-allocation {
  border-radius: 3px;
  padding: 1px 6px;
  border: solid 1px #ddd;
  font-size: 13px;
  cursor: default; }
  html .one-seat-allocation .fa {
    padding-right: 4px; }
    html .one-seat-allocation .fa.fa-minus-circle {
      writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -o-writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl;
      text-orientation: sideways; }
  html .one-seat-allocation:hover {
    background: #eee; }

html #box-office-events.is-not-shopping .box-office-order-summary #orders-table .btn,
html #box-office-events.is-not-shopping .box-office-voucher-products-summary .table .btn {
  display: none !important; }

html #resume-shopping {
  border-top: solid 4px #204d74;
  padding-top: 15px; }
  html #resume-shopping .alert {
    margin-bottom: 0; }

html #search-form-wrapper .table-container {
  width: 100%; }
  html #search-form-wrapper .table-container table {
    max-width: 100%;
    width: 100%; }

html #search-form-wrapper .table-responsive,
html #agent-group-list .table-responsive {
  clear: both; }

html #agent-detail-body {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  padding: 9px 5px;
  margin-bottom: 22px;
  border: solid 1px #ddd; }
  html #agent-detail-body > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0; }
    @media only screen and (max-width: 767px) {
      html #agent-detail-body > div {
        flex-direction: column; } }
  html #agent-detail-body .item {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      html #agent-detail-body .item {
        width: 100%; } }
    html #agent-detail-body .item:first-child {
      display: inline-block; }
  html #agent-detail-body.agent-type-op .item {
    width: 100%; }
    html #agent-detail-body.agent-type-op .item:first-child {
      display: none; }
  html #agent-detail-body .item {
    display: inline-block;
    margin: 0; }
    html #agent-detail-body .item.your-account {
      text-align: right; }
      html #agent-detail-body .item.your-account .edit_item {
        margin-top: 0px; }
    html #agent-detail-body .item label, html #agent-detail-body .item i {
      font-weight: normal;
      color: #aaa;
      font-size: .9em;
      line-height: 1.6em;
      width: auto;
      margin: 0 5px 0 0; }
    html #agent-detail-body .item b {
      font-weight: bold;
      color: #333;
      margin-right: 7px; }
  html #agent-detail-body .your-credit {
    clear: both; }
  @media only screen and (max-width: 767px) {
    html #agent-detail-body {
      display: block; }
      html #agent-detail-body .item {
        text-align: left; }
        html #agent-detail-body .item:first-child {
          border-bottom: solid 1px #ddd;
          margin-bottom: 7px;
          padding-bottom: 8px;
          padding-top: 2px; }
        html #agent-detail-body .item .your-info {
          text-align: left; } }

html #sell-tickets #sell-type-toggle {
  margin-bottom: 20px !important;
  border-bottom: solid 4px #204d74; }
  html #sell-tickets #sell-type-toggle button {
    border-radius: 0; }

html #sell-tickets .each-step label.col-xs-12, html #sell-tickets .each-step .row > h4 {
  padding-top: 7px;
  padding-left: 0;
  font-size: 1.2em;
  padding-bottom: 5px;
  font-weight: bold; }

html #sell-tickets #box-office-events > .row > div {
  margin-bottom: 30px; }
  html #sell-tickets #box-office-events > .row > div:empty {
    margin-bottom: 0; }
  html #sell-tickets #box-office-events > .row > div:nth-child(2) {
    margin-bottom: 0; }
  html #sell-tickets #box-office-events > .row > div#box-office-ticket-categories {
    margin-bottom: 15px; }
    html #sell-tickets #box-office-events > .row > div#box-office-ticket-categories:empty {
      margin-bottom: 0; }

html #sell-tickets #box-office-events select#events-list {
  height: 34px;
  width: 100%; }

html #sell-tickets #box-office-events .align-choose-event-subtitle {
  margin-top: 40px;
  width: 100%; }

html #sell-tickets .voucher-subsection {
  margin-top: 30px; }

html #box-office-events-right {
  min-height: 10px; }
  html #box-office-events-right .order-booking-container > .panel {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    html #box-office-events-right #order-booking-container {
      display: none; } }
  html #box-office-events-right.sticky-mobile {
    display: none; }
  html #box-office-events-right .panel-body .sub-header {
    font-size: 12px;
    padding-top: 12px;
    margin-bottom: 5px;
    color: #999; }
    html #box-office-events-right .panel-body .sub-header i {
      margin-right: 5px; }
    html #box-office-events-right .panel-body .sub-header b {
      background: #0ab9cc;
      color: #fff;
      padding: 2px 7px;
      margin-right: 3px;
      border-radius: 100px; }
  html #box-office-events-right .panel-body .cart-label {
    background: #d7dbe4;
    margin-top: 20px; }
  html #box-office-events-right .panel-body .cart-row {
    margin-bottom: 10px; }
  html #box-office-events-right .panel-body .each-order .html-rendered {
    padding-bottom: 5px; }
  html #box-office-events-right .panel-body .each-order > .row {
    border: solid 1px #d7dbe4;
    display: inline-block;
    border-left: solid 10px #5bc0de;
    margin-top: 5px;
    padding-top: 10px;
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; }
  html #box-office-events-right .panel-body .each-order .show-hide-detail {
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    color: #06C;
    position: relative;
    top: 3px; }
    html #box-office-events-right .panel-body .each-order .show-hide-detail i {
      font-size: 22px;
      line-height: 19px;
      color: #0ab9cc; }
    html #box-office-events-right .panel-body .each-order .show-hide-detail span:nth-child(2) {
      display: none; }
  html #box-office-events-right .panel-body .each-order.collapsed-order .optional {
    display: none; }
  html #box-office-events-right .panel-body .each-order.collapsed-order .show-hide-detail span:nth-child(1) {
    display: none; }
  html #box-office-events-right .panel-body .each-order.collapsed-order .show-hide-detail span:nth-child(2) {
    display: block; }
  html #box-office-events-right .panel-body .each-order .small-promo-summary {
    font-size: 11px; }
  html #box-office-events-right .panel-body .section {
    margin-top: 2px; }
    html #box-office-events-right .panel-body .section > h5 {
      color: #bbb;
      font-size: 11px;
      margin-right: 3px;
      display: inline; }
    html #box-office-events-right .panel-body .section > span {
      font-weight: normal;
      display: inline; }
    html #box-office-events-right .panel-body .section .tiny-title {
      font-size: 11px; }
    html #box-office-events-right .panel-body .section .price-model-label h5, html #box-office-events-right .panel-body .section .price-model-label span {
      display: inline; }
    html #box-office-events-right .panel-body .section .pricing-list {
      margin-top: 5px;
      margin-bottom: 5px; }
      html #box-office-events-right .panel-body .section .pricing-list .text-tiny {
        font-size: 12px; }
      html #box-office-events-right .panel-body .section .pricing-list .unique {
        color: #0ab9cc !important; }
      html #box-office-events-right .panel-body .section .pricing-list .label-text-tiny {
        margin-top: 2px;
        margin-bottom: 2px; }
        html #box-office-events-right .panel-body .section .pricing-list .label-text-tiny > .row > div {
          font-size: 10px;
          color: #bbb;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      html #box-office-events-right .panel-body .section .pricing-list .floating-field {
        text-align: right;
        padding-right: 4px; }
        html #box-office-events-right .panel-body .section .pricing-list .floating-field.border-top {
          border-top: solid 1px #ddd;
          margin-top: 5px;
          padding-top: 5px; }
        html #box-office-events-right .panel-body .section .pricing-list .floating-field .field-label {
          display: inline;
          text-align: right;
          padding-right: 0px;
          font-size: 11px; }
          html #box-office-events-right .panel-body .section .pricing-list .floating-field .field-label.middle {
            padding-right: 0px; }
        html #box-office-events-right .panel-body .section .pricing-list .floating-field .field-value {
          display: inline-block;
          min-width: 35%; }
    html #box-office-events-right .panel-body .section .sub-total {
      border-top: solid 1px #d7dbe4;
      margin-top: 4px;
      padding-top: 5px; }
  html #box-office-events-right .panel-body .event-name {
    font-size: 17px;
    padding-top: 0;
    margin-top: 0; }
  html #box-office-events-right .panel-body .border-top {
    border-top: solid 2px #d7dbe4; }
  html #box-office-events-right .panel-body .voucher-box {
    border: solid 1px #eee;
    border-left: solid 5px #337ab7;
    padding: 6px 10px;
    background: #f5f5f5;
    margin-top: 5px; }
    html #box-office-events-right .panel-body .voucher-box div {
      color: #aaa;
      font-size: 12px;
      line-height: 1.6em; }
      html #box-office-events-right .panel-body .voucher-box div span {
        color: #000;
        margin-left: 5px; }
        html #box-office-events-right .panel-body .voucher-box div span.voucher-name {
          font-weight: bold;
          font-size: 15px;
          line-height: 2em; }
  html #box-office-events-right .panel-footer .total-field {
    text-align: right;
    font-size: 17px;
    color: #0ab9cc;
    margin-bottom: 5px; }
    html #box-office-events-right .panel-footer .total-field b {
      font-size: 24px;
      margin-left: 10px; }

html #upcoming-days-label,
html #package-selection-label {
  margin-top: 30px; }

html #event-sessions-days-of-the-week {
  padding: 0;
  margin: 0; }
  html #event-sessions-days-of-the-week .form-group {
    display: flex; }
    html #event-sessions-days-of-the-week .form-group .day-of-the-week {
      margin: 0 0.5%;
      width: 13.4%;
      max-width: 990px;
      max-width: 100%;
      padding: 14px 2px;
      font-size: 1em;
      line-height: 1.2em;
      overflow: hidden;
      border-radius: 5px; }
      html #event-sessions-days-of-the-week .form-group .day-of-the-week i {
        font-size: 0.85em;
        font-weight: normal;
        letter-spacing: 0.05em;
        white-space: nowrap; }
      html #event-sessions-days-of-the-week .form-group .day-of-the-week.selected {
        border-radius: 5px;
        background: #3fa7ff;
        border-color: #3991f2; }
      html #event-sessions-days-of-the-week .form-group .day-of-the-week:nth-child(1) {
        margin-left: 0; }
      html #event-sessions-days-of-the-week .form-group .day-of-the-week:nth-child(7) {
        margin-right: 0; }

html #box-office-date-picker table thead tr:first-child {
  background: transparent; }

html #event-sessions-list tbody > tr td.info {
  color: #fff;
  background: #5bc0de; }

html #event-sessions-list tbody > tr.info > td {
  color: #fff;
  background: #5bc0de; }

html #event-sessions-list tbody > tr.period-subtitle {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  background: transparent !important; }

html #event-sessions-list tbody > tr.period-type-tr.info > td {
  color: #333;
  background: #fff;
  font-weight: bold; }
  html #event-sessions-list tbody > tr.period-type-tr.info > td > i {
    color: #333; }

html .fa.cta-before, html .fa.cta-after {
  font-size: 18px;
  font-weight: bold;
  color: #777;
  padding: 2px 15px 0 16px;
  vertical-align: baseline;
  margin: 0; }
  html .fa.cta-before.fa.cta-after, html .fa.cta-after.fa.cta-after {
    float: right; }

html .info > td > .fa.cta-before {
  color: #fff; }

html #box-office-session-status h4 {
  padding-bottom: 0; }

html #box-office-session-status #realtime-status-table {
  font-size: 12px;
  letter-spacing: -.4px;
  margin-bottom: 5px; }
  html #box-office-session-status #realtime-status-table th {
    font-size: 11px; }
  html #box-office-session-status #realtime-status-table td, html #box-office-session-status #realtime-status-table th {
    padding: 3px 8px;
    vertical-align: bottom; }

html #box-office-ticket-types #ticket-type-container .sale-disabled-msg,
html #box-office-voucher-quantity .sale-disabled-msg, html #box-office-package-quantity .sale-disabled-msg {
  color: #bf83aa;
  font-size: 12px;
  padding-bottom: 20px; }

html #box-office-ticket-types #ticket-type-container table,
html #box-office-voucher-quantity table, html #box-office-package-quantity table {
  margin-bottom: 0; }
  html #box-office-ticket-types #ticket-type-container table thead th.col-ms-4,
  html #box-office-voucher-quantity table thead th.col-ms-4, html #box-office-package-quantity table thead th.col-ms-4 {
    text-align: center; }

html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container,
html #box-office-voucher-quantity table tbody td .plus-minus-input-container, html #box-office-package-quantity table tbody td .plus-minus-input-container {
  text-align: center;
  height: 46px; }
  html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container > div,
  html #box-office-voucher-quantity table tbody td .plus-minus-input-container > div, html #box-office-package-quantity table tbody td .plus-minus-input-container > div {
    display: inline-block;
    vertical-align: top; }
    html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container > div > button,
    html #box-office-voucher-quantity table tbody td .plus-minus-input-container > div > button, html #box-office-package-quantity table tbody td .plus-minus-input-container > div > button {
      width: 100%;
      height: 46px; }
  html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container .plus-minus-input-box input,
  html #box-office-voucher-quantity table tbody td .plus-minus-input-container .plus-minus-input-box input, html #box-office-package-quantity table tbody td .plus-minus-input-container .plus-minus-input-box input {
    width: 60px;
    height: 46px;
    margin: 0 7px;
    border-radius: 5px;
    text-align: center;
    padding: 13px 0px;
    position: relative;
    top: 1px; }
  @media only screen and (max-width: 810px) {
    html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container .plus-minus-input-box input,
    html #box-office-voucher-quantity table tbody td .plus-minus-input-container .plus-minus-input-box input, html #box-office-package-quantity table tbody td .plus-minus-input-container .plus-minus-input-box input {
      width: 46px; } }
  @media only screen and (max-width: 767px) {
    html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container,
    html #box-office-voucher-quantity table tbody td .plus-minus-input-container, html #box-office-package-quantity table tbody td .plus-minus-input-container {
      width: 100%; }
      html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container > div,
      html #box-office-voucher-quantity table tbody td .plus-minus-input-container > div, html #box-office-package-quantity table tbody td .plus-minus-input-container > div {
        width: 30%; }
        html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container > div > button,
        html #box-office-voucher-quantity table tbody td .plus-minus-input-container > div > button, html #box-office-package-quantity table tbody td .plus-minus-input-container > div > button {
          width: 100%;
          margin: 0; }
      html #box-office-ticket-types #ticket-type-container table tbody td .plus-minus-input-container .plus-minus-input-box input,
      html #box-office-voucher-quantity table tbody td .plus-minus-input-container .plus-minus-input-box input, html #box-office-package-quantity table tbody td .plus-minus-input-container .plus-minus-input-box input {
        width: 100%;
        margin: 0; } }

html #box-office-package-quantity {
  margin-top: 33px; }
  html #box-office-package-quantity .buttton-container {
    margin-top: 10px; }

html #box-office-ticket-categories .row.box-office-ticket-categories > h4 {
  display: inline-block; }

html #box-office-ticket-categories #override-pricemodel-picker {
  color: #999;
  display: inline;
  font-weight: normal;
  font-size: 14px;
  margin-left: 10px; }
  html #box-office-ticket-categories #override-pricemodel-picker .text-link {
    text-decoration: underline;
    margin-left: 5px; }

html #box-office-ticket-categories .box-office-ticket-categories {
  margin-bottom: 0; }
  html #box-office-ticket-categories .box-office-ticket-categories table {
    color: #333;
    margin-bottom: 0; }
    html #box-office-ticket-categories .box-office-ticket-categories table .color-box {
      width: 20px;
      height: 20px;
      background: grey; }
    html #box-office-ticket-categories .box-office-ticket-categories table .service-fee {
      font-size: 11px;
      color: #999;
      font-weight: normal;
      margin-left: 5px; }
    html #box-office-ticket-categories .box-office-ticket-categories table .tc-cell .tc-name {
      display: inline-block;
      padding-top: 7px;
      margin-right: 5px; }
    html #box-office-ticket-categories .box-office-ticket-categories table .tc-cell .tc-ba-btn {
      display: inline-block;
      float: right; }

html #box-office-ticket-categories table thead tr th {
  text-align: left; }

html #box-office-ticket-categories table tbody tr td {
  text-align: left !important; }

html #box-office-ticket-categories table tbody tr:hover {
  background: #5bc0de; }
  html #box-office-ticket-categories table tbody tr:hover td, html #box-office-ticket-categories table tbody tr:hover i {
    color: #fff; }

html #box-office-ticket-categories table.not-selectable-list tbody tr i.fa {
  display: none; }

html #box-office-ticket-categories table.not-selectable-list tbody tr:hover {
  background: transparent; }

html #box-office-ticket-categories table.not-selectable-list tbody tr:hover td, html #box-office-ticket-categories table.not-selectable-list tbody tr:hover i {
  color: #333; }

html #best-available-or-select-on-map > .row div {
  display: inline;
  float: right; }
  html #best-available-or-select-on-map > .row div button {
    width: 100%; }

html #confirm-seat-selection-modal .modal-body p b {
  color: #d9534f; }

html #box-office-seating #area_canclick_notify {
  position: relative; }

html #box-office-seating .fa-sort-down.as-arrow-down {
  display: none;
  font-size: 5em;
  position: absolute;
  color: #d4f1ff;
  z-index: 1;
  transform: translateX(-49%);
  bottom: -20px; }
  @media only screen and (max-width: 767px) {
    html #box-office-seating .fa-sort-down.as-arrow-down {
      font-size: 4.7em; } }

html #box-office-seating #svg_content_container {
  border-left: none; }
  html #box-office-seating #svg_content_container #scroll-done {
    display: none; }
  html #box-office-seating #svg_content_container #scroll-done.scroll-info {
    display: block;
    border: solid 1px #bbb;
    color: #000;
    background: #d7dbe4;
    border-radius: 3px;
    font-size: 13px;
    width: 260px;
    padding: 5px;
    z-index: 99;
    bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    pointer-events: none; }
    @media only screen and (max-width: 748px) {
      html #box-office-seating #svg_content_container #scroll-done.scroll-info {
        bottom: 30px; } }
    html #box-office-seating #svg_content_container #scroll-done.scroll-info > div {
      font-size: 11px;
      margin-top: 3px;
      border-top: solid 1px #bbb;
      padding-top: 6px; }
      html #box-office-seating #svg_content_container #scroll-done.scroll-info > div b {
        font-size: 10px; }
      html #box-office-seating #svg_content_container #scroll-done.scroll-info > div > div {
        border-top: solid 1px #bbb;
        padding-top: 5px;
        margin-top: 5px; }
        html #box-office-seating #svg_content_container #scroll-done.scroll-info > div > div #held-dot {
          width: 6px;
          height: 6px;
          background: #ffa8e1;
          display: inline-block;
          vertical-align: middle;
          top: -1px;
          position: relative;
          margin-right: 5px;
          border-radius: 10px; }
  html #box-office-seating #svg_content_container #scroll-done.scroll-info.mouse-interact {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto; }
  html #box-office-seating #svg_content_container #svg.seat_visible .overlay-section-name {
    opacity: .2; }

html #box-office-seating .category-dot {
  height: 10px;
  padding: 0 7px;
  background: transparent;
  display: inline;
  margin-right: 5px; }

html #box-office-seating .more-status {
  color: #5bc0de;
  cursor: pointer; }
  html #box-office-seating .more-status .fa {
    color: #5bc0de; }
  html #box-office-seating .more-status .fa-txt {
    font-weight: normal; }
    @media (max-width: 979px) {
      html #box-office-seating .more-status .fa-txt {
        display: none; } }

html #box-office-seating #side-realtime-status-table {
  font-size: 12px;
  letter-spacing: -.4px; }
  html #box-office-seating #side-realtime-status-table th {
    font-size: 11px; }
  html #box-office-seating #side-realtime-status-table td, html #box-office-seating #side-realtime-status-table th {
    padding: 3px 8px;
    vertical-align: bottom; }
  html #box-office-seating #side-realtime-status-table tbody > tr:hover td:nth-child(1) {
    color: #fff;
    background: #5bc0de; }

html #box-office-seating .section-row.bing-highlight {
  color: #fff;
  background: #5bc0de; }

html #box-office-seating .box-office-realtime-status-container > .row {
  padding-left: 0px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    html #box-office-seating .box-office-realtime-status-container > .row {
      padding-right: 0px; } }

@media (min-width: 768px) {
  html #box-office-seating .box-office-seating-map-container.map-expanded {
    padding-right: 60px;
    margin-bottom: 55px; } }

html #box-office-seating .seating-overflow {
  z-index: 2; }
  html #box-office-seating .seating-overflow > .row {
    background: #f4f4f4;
    /* For browsers that do not support gradients */
    background: linear-gradient(transparent 0%, #f4f4f4 5%, #f4f4f4 95%, transparent 100%) transparent;
    width: 100vw; }

html #box-office-vouchers-and-promos .entry-row, html #box-office-promos-for-voucher-product .entry-row {
  margin-top: 10px; }
  html #box-office-vouchers-and-promos .entry-row.first, html #box-office-promos-for-voucher-product .entry-row.first {
    margin-top: 0; }
  html #box-office-vouchers-and-promos .entry-row label, html #box-office-promos-for-voucher-product .entry-row label {
    padding-top: 0.5em; }

html #box-office-vouchers-and-promos .code-entry-label, html #box-office-promos-for-voucher-product .code-entry-label {
  font-weight: normal; }

html #box-office-vouchers-and-promos .error-box, html #box-office-promos-for-voucher-product .error-box {
  text-align: center; }
  html #box-office-vouchers-and-promos .error-box p, html #box-office-promos-for-voucher-product .error-box p {
    padding: 0 5px; }

html #box-office-vouchers-and-promos .vue-loader-tiny > .card, html #box-office-promos-for-voucher-product .vue-loader-tiny > .card {
  margin-top: 5px;
  margin-bottom: 0; }

html #box-office-vouchers-and-promos .offline-msg h5, html #box-office-promos-for-voucher-product .offline-msg h5 {
  margin-top: 8px;
  margin-bottom: 8px; }

html #box-office-vouchers-and-promos .validated-field, html #box-office-promos-for-voucher-product .validated-field {
  padding-top: 6px;
  font-weight: bold;
  font-size: 16px; }

html #box-office-vouchers-and-promos .display-discount-row, html #box-office-promos-for-voucher-product .display-discount-row {
  border-radius: 5px;
  background-color: #fff;
  margin-top: 10px;
  text-align: center;
  border: solid 1px #ddd; }
  html #box-office-vouchers-and-promos .display-discount-row .effective-code, html #box-office-promos-for-voucher-product .display-discount-row .effective-code {
    color: #5bc0de;
    font-size: 17px;
    top: -1px;
    position: relative; }
  html #box-office-vouchers-and-promos .display-discount-row .clear-btn, html #box-office-promos-for-voucher-product .display-discount-row .clear-btn {
    display: inline-block;
    position: relative;
    top: 1px; }

html .box-office-voucher-products-container {
  position: relative;
  top: -20px; }

html #box-office-order-summary, html #box-office-order-summary-clone, html #box-office-voucher-products-summary {
  margin-bottom: 15px !important; }
  html #box-office-order-summary .table td,
  html #box-office-order-summary .table th, html #box-office-order-summary-clone .table td,
  html #box-office-order-summary-clone .table th, html #box-office-voucher-products-summary .table td,
  html #box-office-voucher-products-summary .table th {
    text-align: center;
    vertical-align: middle; }
  html #box-office-order-summary .box-office-order-summary p, html #box-office-order-summary .box-office-voucher-products-summary p, html #box-office-order-summary-clone .box-office-order-summary p, html #box-office-order-summary-clone .box-office-voucher-products-summary p, html #box-office-voucher-products-summary .box-office-order-summary p, html #box-office-voucher-products-summary .box-office-voucher-products-summary p {
    font-size: 12px; }
  html #box-office-order-summary .box-office-order-summary p.tcat, html #box-office-order-summary .box-office-voucher-products-summary p.tcat, html #box-office-order-summary-clone .box-office-order-summary p.tcat, html #box-office-order-summary-clone .box-office-voucher-products-summary p.tcat, html #box-office-voucher-products-summary .box-office-order-summary p.tcat, html #box-office-voucher-products-summary .box-office-voucher-products-summary p.tcat {
    color: #337ab7;
    font-weight: bold; }
  html #box-office-order-summary .box-office-order-summary ul, html #box-office-order-summary .box-office-voucher-products-summary ul, html #box-office-order-summary-clone .box-office-order-summary ul, html #box-office-order-summary-clone .box-office-voucher-products-summary ul, html #box-office-voucher-products-summary .box-office-order-summary ul, html #box-office-voucher-products-summary .box-office-voucher-products-summary ul {
    padding: 0 25px; }
    html #box-office-order-summary .box-office-order-summary ul li, html #box-office-order-summary .box-office-voucher-products-summary ul li, html #box-office-order-summary-clone .box-office-order-summary ul li, html #box-office-order-summary-clone .box-office-voucher-products-summary ul li, html #box-office-voucher-products-summary .box-office-order-summary ul li, html #box-office-voucher-products-summary .box-office-voucher-products-summary ul li {
      text-align: left;
      font-size: 12px; }
  html #box-office-order-summary #orders-table tr.animate, html #box-office-order-summary-clone #orders-table tr.animate, html #box-office-voucher-products-summary #orders-table tr.animate {
    background: rgba(92, 192, 222, 0.8);
    -moz-transition: all 1300ms;
    -o-transition: all 1300ms;
    -webkit-transition: all 1300ms;
    transition: all 1300ms; }
    html #box-office-order-summary #orders-table tr.animate.bing, html #box-office-order-summary-clone #orders-table tr.animate.bing, html #box-office-voucher-products-summary #orders-table tr.animate.bing {
      background: rgba(92, 192, 222, 0); }

html #box-office-order-summary {
  padding-top: 15px !important;
  margin-top: 15px !important;
  border-top: solid 4px #204d74; }

html #box-office-actions .box-office-summary-btn > button {
  width: 100%;
  white-space: normal; }

html #box-office-patron {
  margin-bottom: 15px !important; }
  html #box-office-patron .remarks-updated textarea#remark {
    background: #eee; }
  html #box-office-patron .dropdown-container {
    padding: 0;
    margin: 0; }
    html #box-office-patron .dropdown-container > div {
      padding-right: 15px; }
  html #box-office-patron .input-container,
  html #box-office-patron .showmore-container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px; }
  html #box-office-patron .mobile-container {
    margin-top: 10px; }
    html #box-office-patron .mobile-container label {
      padding: 7px 0; }
    html #box-office-patron .mobile-container .mobile-dropdown,
    html #box-office-patron .mobile-container .mobile-input {
      padding-left: 15px;
      padding-right: 0;
      margin: 0; }
  html #box-office-patron .submit-container {
    padding: 0;
    text-align: right; }
  html #box-office-patron .create-container {
    padding: 0;
    text-align: left; }
  html #box-office-patron .patron-list {
    padding: 10px 15px;
    margin-bottom: 0;
    border-bottom: solid 1px #ddd !important; }
    html #box-office-patron .patron-list:hover {
      background: #ebebeb; }
    html #box-office-patron .patron-list.selected {
      background: #5bc0de;
      border: none;
      width: 100%;
      border-radius: 0;
      color: #fff; }
      html #box-office-patron .patron-list.selected .patron-name, html #box-office-patron .patron-list.selected .patron-spec, html #box-office-patron .patron-list.selected i {
        color: #fff; }
      html #box-office-patron .patron-list.selected .patron-history a {
        color: #fff !important;
        text-decoration: underline; }
    html #box-office-patron .patron-list:nth-child(2) {
      border-top: solid 1px #ddd !important; }
    html #box-office-patron .patron-list .patron-name {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.3em;
      width: 100%; }
    html #box-office-patron .patron-list .patron-spec {
      color: #666;
      padding: 5px 0; }
      html #box-office-patron .patron-list .patron-spec > span:before {
        content: ", "; }
      html #box-office-patron .patron-list .patron-spec > span:nth-child(1):before {
        content: ""; }
    html #box-office-patron .patron-list .patron-history {
      padding: 0;
      text-align: left; }
  html #box-office-patron .alert {
    margin-top: 10px; }
  html #box-office-patron select#id_phone_mobile_0, html #box-office-patron select#id_phone_office_0, html #box-office-patron select#id_phone_home_0 {
    margin-bottom: 5px; }
  html #box-office-patron .patron-id-box {
    display: inline;
    border: solid 1px #ccc;
    padding: 1px 6px;
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    border-radius: 3px;
    font-weight: normal;
    color: #999;
    white-space: nowrap; }
  html #box-office-patron .selected-patron tbody > tr > td {
    vertical-align: middle; }
    html #box-office-patron .selected-patron tbody > tr > td.patron-name {
      text-transform: uppercase;
      font-weight: bold; }
      html #box-office-patron .selected-patron tbody > tr > td.patron-name i {
        display: none; }
    html #box-office-patron .selected-patron tbody > tr > td.patron-detail {
      font-size: 12px; }
      html #box-office-patron .selected-patron tbody > tr > td.patron-detail > span:before {
        content: ", "; }
      html #box-office-patron .selected-patron tbody > tr > td.patron-detail > span:nth-child(1):before {
        content: ""; }

html #box-office-payment-buttons .button-container {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  width: auto;
  float: none; }
  html #box-office-payment-buttons .button-container:first-child button {
    margin-right: 15px; }

html .send-email-checkbox {
  display: inline-block;
  margin-right: 10px; }

html #box-office-payments .box-office-payments {
  border-radius: 5px;
  border: solid 1px #ddd;
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 0px; }
  html #box-office-payments .box-office-payments .left-side {
    background: #d7dbe4; }
    html #box-office-payments .box-office-payments .left-side.col-xs-12 {
      background: #fff; }
      html #box-office-payments .box-office-payments .left-side.col-xs-12 .confirm-blue {
        font-size: 20px; }
    html #box-office-payments .box-office-payments .left-side .cashin-info {
      font-size: 12px;
      padding-left: 15px;
      color: #666; }
    html #box-office-payments .box-office-payments .left-side .remove-icon {
      cursor: pointer;
      color: #000; }
      html #box-office-payments .box-office-payments .left-side .remove-icon:hover {
        color: #3fa7ff; }
  html #box-office-payments .box-office-payments .right-side .card-info-box .card-number {
    margin-bottom: 5px; }
  html #box-office-payments .box-office-payments .right-side .add-payment-btn-container {
    margin-top: 15px;
    margin-bottom: 5px; }
  html #box-office-payments .box-office-payments .right-side .complete-order-container {
    text-align: right;
    margin-top: 20px; }
  html #box-office-payments .box-office-payments .right-side .exact-amount {
    cursor: pointer; }
  html #box-office-payments .box-office-payments .right-side .tiny-label {
    font-size: 10px;
    font-weight: normal;
    color: #999;
    letter-spacing: -.1px;
    white-space: nowrap; }

html .box-office-take-account-payment .payment-label {
  color: #999;
  margin-bottom: 5px;
  font-size: 14px;
  padding-top: 4px; }

html .box-office-take-account-payment .payment-value {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 18px; }
  html .box-office-take-account-payment .payment-value.price {
    color: #0ab9cc; }

html .box-office-take-account-payment .confirm-box {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 1px #d7dbe4;
  border-radius: 10px; }

html .summary-box {
  padding-bottom: 15px; }
  html .summary-box .added-payment {
    margin-top: 15px; }
    html .summary-box .added-payment b {
      color: #999;
      font-size: 12px;
      text-decoration: underline; }
  html .summary-box .after-all-payments {
    height: 15px; }

html .confirm-order-container {
  margin-top: 20px;
  margin-bottom: 50px; }

html .confirm-warning {
  margin-top: 5px; }

html .confirm-blue {
  color: #0ab9cc; }

html #order-group-summary-modal h5 {
  font-size: 18px;
  margin: 0; }

html #order-group-summary-modal .first-line {
  padding: 15px 15px; }

html #order-group-summary-modal .format-label {
  padding-top: 7px; }

html #order-group-summary-modal .emailed-patron-icon {
  margin-left: 4px; }

html #cancel-order-modal .btn.awaiting {
  opacity: .4;
  pointer-events: none; }

html #box-office-guest-list-data .guest-list-data {
  margin-bottom: 0;
  border-bottom: solid 1px #ddd !important; }

html #box-office-guest-list-data .guest-list-data:hover {
  cursor: pointer;
  background: #ebebeb; }

html #box-office-guest-list-data .guest-list-data .guest-list-field {
  font-weight: bold;
  font-size: 1.3em; }

html #next-package-item-btn-container {
  margin-top: 15px; }

html #box-office-package-explain .package-category-row {
  color: #666; }
  html #box-office-package-explain .package-category-row i {
    display: none;
    margin-right: 5px; }
  html #box-office-package-explain .package-category-row.done-row i.fa-check {
    display: inline; }
  html #box-office-package-explain .package-category-row.active-row {
    color: #3991f2;
    font-weight: bold;
    background: #d9edf7; }
    html #box-office-package-explain .package-category-row.active-row i.fa-pencil {
      display: inline; }
  html #box-office-package-explain .package-category-row.changing-row {
    font-weight: bold;
    background: #fcf8e3; }
    html #box-office-package-explain .package-category-row.changing-row i.fa-pencil {
      color: #f0ad4e;
      display: inline; }
    html #box-office-package-explain .package-category-row.changing-row i.fa-check {
      display: none !important; }
  html #box-office-package-explain .package-category-row button {
    display: inline-block;
    width: auto; }

html #box-office-package-explain .is-active-item-selected > .package-category-row.active-row i.fa-check {
  display: inline; }

html #box-office-package-explain .is-active-item-selected > .package-category-row.active-row i.fa-pencil {
  display: none; }

html #box-office-package-explain .is-changing-item.is-active-item-selected > .package-category-row.active-row {
  color: #666;
  background: transparent; }

html #box-office-package-explain .package-name {
  background-color: #d7dbe4;
  font-size: 1.2em;
  padding: 12px 8px 4px 8px;
  font-weight: bold; }

html #box-office-package-explain table thead tr:first-child {
  color: #777;
  font-size: 0.9em; }

html .under-package .box-office-order-summary h4.col-xs-12 {
  display: none; }

html #box-office-package-summary label.col-xs-12 {
  margin: 0 -15px; }

html .tab-package #upcoming-days-label {
  margin-top: 5px; }

#hold-seats-modal .expiry-date-time {
  clear: both;
  height: 35px; }
  #hold-seats-modal .expiry-date-time > div {
    float: left; }
    #hold-seats-modal .expiry-date-time > div:nth-child(1) {
      width: 40%;
      padding-right: 10px; }
    #hold-seats-modal .expiry-date-time > div:nth-child(2) {
      width: 40%;
      padding-right: 10px; }
    #hold-seats-modal .expiry-date-time > div:nth-child(3) {
      width: 15%; }

#box-office-seating #svg_container #svg_navigator #refetch-seat-state {
  width: auto; }
  #box-office-seating #svg_container #svg_navigator #refetch-seat-state i, #box-office-seating #svg_container #svg_navigator #refetch-seat-state span {
    font-size: 12px;
    line-height: 12px;
    display: inline-block !important;
    position: relative;
    top: auto;
    left: auto;
    top: -10px; }
  #box-office-seating #svg_container #svg_navigator #refetch-seat-state i {
    left: 3px; }
  #box-office-seating #svg_container #svg_navigator #refetch-seat-state span {
    color: #000; }

#box-office-seating #svg_container #svg_navigator #clear-selected-seats span {
  padding-left: 2px; }

.box-office-seating-map-container.hide-held-seat-control #svg_navigator #held-select-trigger,
.box-office-seating-map-container.hide-held-seat-control #svg_navigator #seats-holdcode-trigger {
  display: none !important; }

.box-office-seating-map-container.hide-held-seat-control.hide-held-seat-control-casino-sales-override #svg_navigator #seats-holdcode-trigger {
  display: block !important; }

.box-office-seating-map-container.hide-seats-by-css #svg_content_container svg use {
  display: none !important; }

.box-office-seating-map-container.hide-seats-by-css #svg.melco_section_transparent [id^=BACKGROUND_] {
  opacity: 1 !important;
  pointer-events: auto !important; }

.vue-loader-tiny > .card {
  margin: 35px auto;
  text-align: center; }

.box-office-session-status {
  max-height: 0;
  transition: max-height 1s ease-out;
  overflow: hidden; }
  .box-office-session-status.animate-show {
    max-height: 9999px;
    transition: max-height 1s ease-in; }

h4.above-tiny-loader {
  z-index: 999; }

.valign-tiny-loader-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(244, 244, 244, 0.85); }
  .valign-tiny-loader-container .vue-loader-tiny {
    position: relative;
    height: 100%; }
    .valign-tiny-loader-container .vue-loader-tiny .card {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#price-model-select {
  margin-bottom: 10px; }

html #svg-controls {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 1%;
  padding-right: 1%; }
  html #svg-controls .control-box {
    display: inline-block;
    vertical-align: top;
    font-size: 13px; }
    html #svg-controls .control-box h4 {
      font-size: 15px; }
    html #svg-controls .control-box li {
      cursor: pointer; }
    html #svg-controls .control-box.no-pointer li {
      cursor: default; }
    html #svg-controls .control-box .selected {
      color: blue;
      font-weight: bold; }
  html #svg-controls #ctrl-actions {
    width: 26%; }
  html #svg-controls #zoom-actions, html #svg-controls #move-and-num-actions {
    width: 15%; }
  html #svg-controls #change-actions {
    width: 40%; }
    html #svg-controls #change-actions #clear_seat {
      cursor: pointer; }
    html #svg-controls #change-actions .change-actions-form {
      display: inline-block;
      vertical-align: top; }
      html #svg-controls #change-actions .change-actions-form label {
        padding: 0; }
  html #svg-controls #tc-selector {
    text-indent: 20px; }
  html #svg-controls #tc-color-preview {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 9px;
    left: 24px; }

html #legend_rollover_text {
  display: none; }

html .svg-zoom-btn i.fa {
  font-size: 12px;
  padding-top: 2px; }

html .svg-zoom-btn span {
  display: block;
  padding-top: 2px;
  padding-left: 5px; }

html .svg-zoom-btn#home-button i.fa {
  font-size: 15px;
  padding-top: 0px; }

.noselect {
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome and Opera */ }

html #svg_navigator {
  display: inline-block;
  padding: 5px 10px;
  padding-bottom: 0;
  width: 100%;
  position: relative; }
  html #svg_navigator .svg-zoom-btn {
    position: relative !important;
    display: block !important;
    top: 0 !important;
    left: 0;
    float: left;
    margin-right: 10px;
    height: 22px !important;
    margin-top: 3px;
    margin-bottom: 3px; }
    html #svg_navigator .svg-zoom-btn i, html #svg_navigator .svg-zoom-btn span {
      display: inline !important; }
    html #svg_navigator .svg-zoom-btn#multiple-select-trigger.active i, html #svg_navigator .svg-zoom-btn#multiple-select-trigger.active span, html #svg_navigator .svg-zoom-btn#rect-select-trigger.active i, html #svg_navigator .svg-zoom-btn#rect-select-trigger.active span, html #svg_navigator .svg-zoom-btn#seats-name-trigger.active i, html #svg_navigator .svg-zoom-btn#seats-name-trigger.active span, html #svg_navigator .svg-zoom-btn#multiple-unselect-trigger.active i, html #svg_navigator .svg-zoom-btn#multiple-unselect-trigger.active span, html #svg_navigator .svg-zoom-btn#rect-unselect-trigger.active i, html #svg_navigator .svg-zoom-btn#rect-unselect-trigger.active span {
      color: #337ab7; }
    html #svg_navigator .svg-zoom-btn.force-hide-for-seat-preview {
      display: none !important; }

html body #svg_container #svg.is-selecting svg, html body #svg_container #svg.is-selecting path, html body #svg_container #svg.is-selecting rect, html body #svg_container #svg.is-selecting polygon, html body #svg_container #svg.is-selecting use {
  cursor: copy !important; }

html body #svg_container svg use.multiple-selecting {
  stroke: #337ab7 !important;
  stroke-width: 7px  !important; }

html body #svg_container #home-button,
html body #svg_container #large,
html body #svg_container #small {
  width: auto; }

#master-seating-template-edit-page #ets-panel-element-name {
  font-size: 15px; }

#master-seating-template-edit-page #ets-element-summary > .btn {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 48%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 5px; }
  #master-seating-template-edit-page #ets-element-summary > .btn.full-width {
    width: calc(5px + 96%); }

#master-seating-template-edit-page .btn.half-width {
  width: calc(-2.5px + 50%);
  display: inline-block; }

#master-seating-template-edit-page #batch-action-header {
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
  font-size: 12px;
  color: #aaa;
  width: calc(100% - 10px);
  font-style: italic; }

#master-seating-template-edit-page #batch-action-container {
  width: 100%;
  margin-bottom: 15px; }
  #master-seating-template-edit-page #batch-action-container > .btn {
    width: calc(20% - 5px);
    font-size: 12px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden; }

.ets-popup-scroller {
  margin: auto; }
  .ets-popup-scroller > .ets-popup-form {
    position: relative;
    overflow: auto;
    white-space: nowrap;
    height: 60vh; }
  .ets-popup-scroller thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #d7dce5; }
  .ets-popup-scroller tr > td:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    left: 0px; }
