@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
@import url(bootstrap.min.css);
.navbar {
  background-color: #1d67b4 !important;
  box-shadow: 0px 3px 20px #7EA0C1;
  -webkit-box-shadow: 0px 3px 20px #7EA0C1;
  -moz-box-shadow: 0px 3px 20px #7EA0C1; }
  .navbar .navbar-brand {
    width: 10%; }
    .navbar .navbar-brand .icon-logo {
      width: 100%; }
  .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 50px; }
    .navbar .navbar-nav a {
      font-size: 18px;
      font-weight: bold;
      color: #e8e8f8 !important;
      margin-right: 2rem; }

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  border-top: 1px solid transparent;
  border-color: #9e9d9d;
  background-color: #333; }
  .footer #footer-links {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .footer #footer-links a {
      margin-right: 3rem;
      margin-left: 3rem;
      color: #e8e8f8;
      font-size: 17px; }
      .footer #footer-links a img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px; }

#copyright {
  background-color: #e8e8f8;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }

.carousel-caption {
  position: absolute;
  left: 25%;
  width: 50%;
  text-align: center; }
  .carousel-caption h1 {
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(96, 28, 138, 0.7); }
  .carousel-caption p {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: rgba(0, 39, 51, 0.7); }

.formated-carousel {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px; }

.home-p {
  margin-bottom: 3.5rem; }
  .home-p:first {
    margin-top: 1rem; }

#boxOffice {
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 1454px; }
  #boxOffice table {
    float: left;
    margin-right: 10px; }
    #boxOffice table td {
      padding: 10px 10px;
      background-color: #e8e8f8;
      border: black 0.5px solid;
      font-size: 24px; }
  #boxOffice #last-box-office {
    margin-right: 0px !important;
    margin-left: 70px; }
  #boxOffice .glyphicon-check {
    color: green; }
  #boxOffice .glyphicon-lock {
    color: red; }
  #boxOffice #caption {
    margin-top: 50px;
    float: right;
    font-size: 18px !important; }
    #boxOffice #caption p {
      margin-right: 20px;
      text-align: right; }
    #boxOffice #caption td {
      font-size: 18px !important; }
  #boxOffice td {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease; }
    #boxOffice td .box-office-id {
      position: absolute;
      color: black;
      text-decoration: none;
      margin-top: -13px;
      font-size: 16px;
      width: 22px;
      text-align: center; }
    #boxOffice td.not-available a {
      pointer-events: none; }
    #boxOffice td:hover {
      box-shadow: inset 0 0 0 3px #3a7999; }
      #boxOffice td:hover.available {
        background-color: green; }
      #boxOffice td:hover.not-available {
        background-color: red; }
        #boxOffice td:hover.not-available a {
          cursor: default; }
      #boxOffice td:hover span {
        color: white; }
      #boxOffice td:hover p {
        color: white; }

#ofice-box-unavailable {
  margin-top: 100px;
  height: 300px; }
  #ofice-box-unavailable p {
    margin-bottom: 40px; }
  #ofice-box-unavailable #box-office-report {
    margin-left: 50px; }

@media screen and (min-width: 992px) {
  .col-md-offset-2 {
    margin-left: 0px; } }

@media screen and (min-width: 992px) {
  .col-md-8 {
    width: 100%; } }

.container {
  text-align: center;
  font-size: 18px; }
  @media (min-width: 1200px) {
    .container {
      width: 80%; } }
  .container .panel-default {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }

.panel-heading {
  margin-bottom: 3rem;
  text-align: center;
  background-color: #e8e8f8;
  box-shadow: 0px 3px 20px #999;
  -webkit-box-shadow: 0px 3px 20px #999;
  -moz-box-shadow: 0px 3px 20px #999; }
  .panel-heading h2 {
    line-height: 4rem; }

#app {
  min-height: 800px;
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
  background-image: url(/img/background.png);
  background-position-y: 100%;
  background-repeat: no-repeat; }

.formated-button {
  background-color: #1d67b4;
  padding: 10px 20px;
  color: white;
  font-size: 30px;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }
  .formated-button:hover {
    text-decoration: none; }
  .formated-button:hover {
    background-color: white;
    color: black;
    box-shadow: inset 0 0 0 3px #3a7999; }

/*# sourceMappingURL=style.css.map */