/*
    Header and footer colours are common
*/
/*
  Basic body colours
*/
/*
  Popovers highlight session information
*/
/*
  Variable mixins
*/
/*
  Shadow constant for images and highlight boxes
*/
/*
    Page header classes, /inc/adminheader.php and /inc/htmlheader.php
*/
.navbar {
  background: #465d9c;
}

.nav-link,
.navbar-brand {
  margin: 0 0.2em 0 0.2em;
  cursor: pointer;
  color: #ffffff;
}

.nav-link:hover,
.navbar-brand:hover {
  color: #6fcfff;
}

.navbar-small {
  margin: 0 0.2em 0 0.2em;
  color: #ffffff;
  font-size: 0.8em;
}

.navbar-collapse {
  justify-content: flex-end;
}

/*
    Page footer classes, /inc/adminfooter.php and /inc/htmlfooter.php
*/
.page-footer {
  background-color: #465d9c;
  color: #ffffff;
  padding: 2em 0 1em;
  min-width: 100%;
}

.footer-copyright {
  color: #ffffff;
  padding: 1em 0 2em;
  bottom: 0;
}

.footmenu {
  color: #ffffff;
}

.footmenu:hover {
  color: #6fcfff;
}

/*
  Basic body definitions
*/
body {
  padding: 0;
  margin: 0;
  background: #f7f7f7;
  color: #0a0a0a;
}

.text-muted p {
  color: #0a0a0a;
}

.header {
  position: static;
}

.container {
  padding-bottom: 30px;
}

.description {
  text-align: center;
}

.description h1 {
  color: #ed9740;
}

.description p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.error {
  color: #ff0000;
}

/*
  Features used in /inc/welcome.php landing page
*/
.features {
  margin: 1em auto;
  padding: 1em;
  position: relative;
  background: #fdfdfd;
}

.features img {
  margin-bottom: 16px;
  height: 128px;
  width: 128px;
}

.featuresalt {
  margin: 1em auto;
  padding: 1em;
  position: relative;
}

.featuresalt img {
  margin-bottom: 16px;
  height: 128px;
  width: 128px;
}

.features input {
  border-radius: 0;
}

/*
  Popovers highlight session information
*/
h3.popover-header {
  background: #465d9c;
  color: #ffffff;
}

.popover-body {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #305591;
  color: #fafafa;
  font-weight: 500;
}

/*
  Boxes used to highlight information, session, txn info, etc
*/
.sessiondetails {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 0.5em;
  padding: 0.5em;
  background: #fafaf7;
  color: #0a0a0a;
  width: auto;
  font-size: 0.8em;
}

.sessiondetails img {
  max-width: 288px;
  max-height: 400px;
}

.sessiondetailslarge {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 0.5em;
  padding: 0.5em;
  background: #fafaf7;
  color: #0a0a0a;
  width: auto;
  padding-bottom: 0.5em;
}

.sessiondetailslarge img {
  max-width: 166px;
  max-height: 300px;
}

.txndetails {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 0.5em;
  padding: 0.5em;
  background: #fafaf7;
  color: #0a0a0a;
  width: auto;
  font-size: 0.8em;
}

.txndetailslarge {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 0.5em;
  padding: 0.5em;
  background: #fafaf7;
  color: #0a0a0a;
  width: auto;
  padding-bottom: 0.5em;
}

/*
  Form classes extend bootsrap classes
*/
.form-control {
  color: #0a0a0a;
}

.form-control input[type=text] {
  color: #0a0a0a;
}

.form-label {
  font-size: 1rem;
  padding-right: 3px;
}

.form-control-inline {
  width: auto;
}

.form-group {
  padding-left: 10px;
}

.tktqty {
  width: 100px;
}

.tktline {
  padding-bottom: 4px;
}

.browse {
  color: #0a00ff;
  background: #d3ebed;
}

.vspace {
  padding-top: 5px;
}

.txntimer {
  color: #ed9740;
  font-weight: 700;
  text-align: center;
}

.btn-fixed-size {
  width: 100px;
}

.formheader {
  background: #5a5a5a;
  color: #ffffff;
}

.vttabs {
  color: #0a0a0a;
}

.vttabs:hover {
  color: #3366FF;
}

.movie {
  color: #465d9c;
  cursor: pointer;
  padding: 2em;
  text-decoration: none;
  display: inline-block;
}

.movie a {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  color: #0a0a0a;
  text-decoration: none;
}

.movie:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  background-color: #fafaf7;
  color: #0a0a0a;
  text-decoration: none;
}

.rating {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  height: 50px;
  width: 50px;
  float: right;
}

.img-thumbnail {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
  height: 155px;
  width: 110px;
  padding: 3px;
}

.img-large {
  margin: 0px;
  padding: 0px;
}

.movieinfo {
  position: absolute;
}

.btn-primary:hover {
  background: #f5a422;
  border: 1px solid #f5a422;
}

.btn-dark:hover {
  background: #f5a422;
  border: 1px solid #f5a422;
}

.moviename {
  color: #363636;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.moviename:hover {
  color: #f5a422;
  text-decoration: none;
}

.session {
  color: #363636;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
  margin-left: 0.5em !important;
}

.sessiontime {
  margin-left: 1em !important;
  padding-left: 1em;
  text-decoration: none;
}

.session:hover {
  color: #f5a422;
  text-decoration: none;
}

.seatlegend {
  width: 28px;
  height: 28px;
  float: right;
}

.table-sm {
  font-size: 0.8em;
}

form input[type=email] {
  text-transform: lowercase;
}

pre {
  background-color: #ffffff;
  color: #000000;
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.supportdetails {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: left top;
     object-position: left top;
  width: 100%;
}

.rating_plain {
  height: 80px;
  padding: 10px;
  float: left;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.modal-content {
  background: #f7f7f7;
  color: #0a0a0a;
}

.btn-close {
  filter: brightness(0) invert(0);
}

.sitelist {
  position: absolute;
  -o-object-position: right top;
     object-position: right top;
}