/* ***************** */
@media print {
  body {
    zoom: 50%;
    margin: 50mm 25mm 25mm 25mm;
  }
  @page {
    size: A4 portrait;
    margin: 0mm;
  }
  .screen {
    height: 100px !important;
  }
}
.session-header {
  width: 100%;
}
.session-endtime {
  float: right;
}
.date-select a {
  color: #000;
}
.progress {
  margin-bottom: 0px;
  height: 5px;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: 9px;
  background-color: #918a8a;
}
.strong {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
.center {
  text-align: center;
}
.panel {
  box-shadow: none;
}
.panel .table {
  padding-left: 10px;
  padding-right: 10px;
}
.alamoLogo {
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.alamoLogo img {
  max-width: 200px;
}
.alamoLogoSmall {
  display: inline;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.alamoLogoSmall img {
  max-height: 35px;
}
.btn-info {
  background-color: #F0B323;
  border-color: #F0B323;
}
.panel-heading {
  background-color: #EDEDED !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.glyphicon-refresh {
  font-size: 25px;
  margin-left: 5px;
  animation: spin 4s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
    Floating
  */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.full-schedule {
  border: 1px solid #ccc;
  padding: 0;
  position: relative;
}
.mobile-schedule {
  padding: 0;
}
/*
 *  full screen scheudle header
 */
.header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  position: relative;
  width: 100%;
  height: 42px;
  background: #fafafa;
  padding: 0 4px;
  z-index: 1000;
}
.full-header div {
  height: 100%;
}
.header-center {
  margin: auto;
  text-align: center;
  white-space: nowrap;
}
.header-left {
  float: left;
  height: 100%;
}
.header-left .input-group {
  width: 230px;
  display: inline-table;
}
.header-left .btn {
  margin-top: 0;
}
.header-right {
  float: right;
  text-align: right;
}
.header-right .btn {
  margin-top: 3px;
}
.header-right .btn img {
  max-width: 20px;
}
.header-right div {
  display: inline-block;
}
.header-search {
  width: 200px;
  display: inline-block;
}
.header .input-group {
  margin-top: 3px;
}
.title {
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
}
.screens-frame {
  overflow: scroll;
  overflow-y: hidden;
}
.screens {
  width: 100%;
  position: relative;
}
.screen {
  width: 100%;
  height: 83px;
  position: relative;
  border-bottom: 2px solid rgba(200, 200, 200, 0.41);
}
.screen-label {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  font-weight: 400;
  font-size: x-large;
  text-align: center;
  line-height: 83px;
  background: #666;
  color: #f0f0f0;
}
.preshow {
  position: absolute;
  height: 100%;
  top: 0px;
  width: 30px;
  background: repeating-linear-gradient(135deg, #dcdcdc, #dcdcdc 5px, #ffffff 5px, #ffffff 10px);
  z-index: 1;
}
.preshow__alert {
  width: 100%;
  display: block;
}
.preshow__alert i {
  text-align: center;
  width: 100%;
  color: orange;
  cursor: pointer;
}
.preshow__alert img {
  width: 50%;
  color: orange;
  cursor: pointer;
}
.session {
  position: absolute;
  height: 100%;
  top: 0px;
  background: #ffffff;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07), 0 1px 6px 0 rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.session-title {
  font-size: 16px !important;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  max-width: 90%;
  letter-spacing: normal !important;
}
.session-line {
  color: #757575;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  height: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}
.session-line .left {
  position: absolute;
  left: 0;
  background: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  letter-spacing: 1px;
}
.session-line .left .glyphicon {
  color: #c8c8c8;
}
.session-line .seats-ratio {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.session-line .right {
  position: absolute;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  min-width: 20px;
  color: #000000;
}
.session-line .progress-seats {
  background-color: #c8c8c8;
  box-shadow: none;
  height: 4px;
  margin: 0;
  position: relative;
  top: 7px;
  right: 0;
  border-radius: 0;
}
.progressForceBlue .progress-bar {
  background-color: #03a9f4 !important;
}
.progress-seats .progress-bar {
  line-height: 4px;
  box-shadow: none;
}
.progress-seats .progress-bar-normal {
  background-color: #03a9f4;
}
.progress-seats .progress-bar strong {
  color: #333;
  overflow: visible;
  white-space: nowrap;
  padding-left: 3px;
}
.session-channels {
  margin: 0;
  padding: 0px;
  text-align: right;
}
.session-channels .label {
  margin-left: -2px;
  padding-top: 0;
  padding-bottom: 2px;
  border-radius: 50px;
  max-width: 5px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0);
}
.session-channels .label-success2 {
  background-color: #999;
}
.session-channels li {
  float: right;
  padding-left: 2px;
}
.session-channels-detail li {
  display: inline;
}
.session-channels .danger,
.session-channels-detail .danger {
  color: #f44336;
}
.session-channels .warning,
.session-channels-detail .warning {
  color: #f0ad4e;
}
.session-channels .success,
.session-channels-detail .success {
  color: #449d44;
}
.time-alert {
  color: red;
}
.screens .timeline {
  position: absolute;
  height: 100%;
  top: 0;
  border: none;
  border-right: dotted 3px red;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9;
  pointer-events: none;
}
.screens-footer {
  background-color: #fff;
  width: 100%;
  height: 41px;
  position: relative;
}
.screens-footer .half {
  height: 21px;
}
.screens-footer .daypart {
  position: absolute;
  height: 100%;
  top: 0px;
  border-left: solid 1px #c8c8c8;
  padding: 3px;
  font-size: 13px;
  font-weight: 500;
  vertical-align: bottom;
}
.screens-footer .daypart .daypart-tickets {
  font-weight: 400;
}
.screens-footer .clock {
  position: absolute;
  bottom: 0px;
  right: 8px;
  font-size: 30px;
  font-weight: 700;
}
/** Session Modal **/
.session-modal {
  padding: 0px;
}
.modal-nav {
  text-align: right;
  padding: 10px;
}
.modal-nav button {
  margin: 0;
  margin-left: 5px;
}
.progress-time .progress-bar-done {
  background-color: #ccc;
}
.session-panel {
  padding: 10px;
  margin-bottom: 20px;
}
.panel-nav {
  text-align: right;
}
.panel-nav button {
  margin: 0;
  margin-top: 5px;
  margin-left: 5px;
}
.options-panel {
  background-color: #ddd;
  position: absolute;
  top: 42px;
  right: 0;
}
.options-panel div {
  padding: 5px;
}
ul.highlight {
  list-style-type: none;
  padding: 0;
  text-align: center;
  font-size: 15px;
}
li.highlight {
  display: block;
  color: #111;
  width: auto;
  margin-bottom: 4px;
  text-align: center;
}
.loading-panel {
  widht: 100%;
  font-size: 40px;
  text-align: center;
}
.loading-panel .loading {
  margin: auto 20px;
}
.onSaleDateBlock {
  display: block !important;
}
.onSaleStatus-P {
  color: red !important;
}
.onSaleStatus-D {
  color: orange !important;
}
/** Highlighting Backgrounds **/
.pricecard-0,
.f2-pricecard-0,
.f2-pricecard-0 .session-line .left,
.format-0,
.f3-format-0,
.f3-format-0 .session-line .left {
  background-color: #99CC22;
}
.pricecard-1,
.f2-pricecard-1,
.f2-pricecard-1 .session-line .left,
.format-1,
.f3-format-1,
.f3-format-1 .session-line .left {
  background-color: #ff9900;
}
.pricecard-2,
.f2-pricecard-2,
.f2-pricecard-2 .session-line .left,
.format-2,
.f3-format-2,
.f3-format-2 .session-line .left {
  background-color: #ff99ff;
}
.pricecard-3,
.f2-pricecard-3,
.f2-pricecard-3 .session-line .left,
.format-3,
.f3-format-3,
.f3-format-3 .session-line .left {
  background-color: #ccffff;
}
.pricecard-4,
.f2-pricecard-4,
.f2-pricecard-4 .session-line .left,
.format-4,
.f3-format-4,
.f3-format-4 .session-line .left {
  background-color: #0099ff;
}
.pricecard-5,
.f2-pricecard-5,
.f2-pricecard-5 .session-line .left,
.format-5,
.f3-format-5,
.f3-format-5 .session-line .left {
  background-color: #ffffcc;
}
.pricecard-6,
.f2-pricecard-6,
.f2-pricecard-6 .session-line .left,
.format-6,
.f3-format-6,
.f3-format-6 .session-line .left {
  background-color: #cc9999;
}
.pricecard-7,
.f2-pricecard-7,
.f2-pricecard-7 .session-line .left,
.format-7,
.f3-format-7,
.f3-format-7 .session-line .left {
  background-color: #FF3399;
}
.pricecard-8,
.f2-pricecard-8,
.f2-pricecard-8 .session-line .left,
.format-8,
.f3-format-8,
.f3-format-8 .session-line .left {
  background-color: #6666FF;
}
.pricecard-9,
.f2-pricecard-9,
.f2-pricecard-9 .session-line .left,
.format-9,
.f3-format-9,
.f3-format-9 .session-line .left {
  background-color: #66CCCC;
}
.fillstatus-warning,
.f1-fillstatus-warning,
.f1-fillstatus-warning .session-line .left {
  background-color: #f0ad4e;
}
.fillstatus-danger,
.f1-fillstatus-danger,
.f1-fillstatus-danger .session-line .left {
  background-color: #f44336;
}
.f1-fillstatus-warning div div .progress-bar-warning,
.f1-fillstatus-danger div div .progress-bar-danger {
  background-color: #777;
}
.bookingDetailRow {
  display: none;
}
@media not print {
  .onlyprint {
    display: none;
  }
}
@media only print {
  .noprint {
    display: none;
  }
  #full-schedule .session {
    border: solid 1px #333;
    background: #eee !important;
    font-weight: bold;
  }
  #full-schedule .preshow {
    border: solid 1px #333;
  }
  #full-schedule .header-center {
    text-align: left;
  }
}
table.fb-summary {
  border: 1px;
  border-collapse: collapse;
}
table.fb-summary td,
table.fb-summary th {
  padding: 0 5px 0 10px;
  text-align: right;
}
table.fb-summary td {
  border: 1px solid black;
  width: 80px;
}
table.fb-summary th.left {
  width: 140px;
  text-align: left;
}
