﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 59px; /* Vertically center the text there */
}


/**Custom css **/
.movie-timeline {
    padding-top: 0px;
    height: 50px;
    color: #24447F;
    clear: both;
    width: 100%;
}

@media (min-width: 750px) {
    .movie-timeline .purchase-timeline-line {
        width: 100%;
        background-color: #DFE5E5;
        height: 5px;
        position: absolute;
        top: 15px;
    }
}
@media (min-width: 750px) {
    .movie-timeline .t-seg {
        position: absolute;
        float: none;
        margin-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 750px) {
    .movie-timeline .t-seg {
        position: relative;
        float: left;
        left: auto !important;
        margin-right: 10px;
    }
}
.purchase-timeline-wrapper {
    position: relative;
}

.back-button {
    margin: 10px 0px;
}

.poster {
    width: 100%
}

.attribute-icon {
    margin: 0;
    height: 15px;
    display: inline-block;
    vertical-align: inherit;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #000;
    background-color: lightgrey;
    border-color: lightgrey;
}