﻿@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700;900&display=swap");

.cadeiras {
  overflow-x: scroll;
}

.cadeiras::-webkit-scrollbar {
  height: 8px;
}

.cadeiras::-webkit-scrollbar-track {
  background: #dfdfdf;
  border-radius: 4px;
}

.cadeiras::-webkit-scrollbar-thumb {
  background: #03275A;
  border-radius: 4px;
  transition: all .3s ease-in;
}

.cadeiras::-webkit-scrollbar-thumb:hover {
  background: #021C40;
  transition: all .3s ease-in;
}

.inner {
  display: inline-block;
  margin: 10px;
}

#faded-Left {
  left: 30px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

#faded-Right {
  right: 30px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}

.filas {
  display: block;
  font-weight: bold;
}

.filas ul {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  font-size: 17px;
  height: auto;
}

.filas ul li {
  height: 20px;
  padding: 2px;
  font-weight: 900;
  margin-bottom: .4rem;
  list-style: none;
}

.seat-available div,
.seat-not-available div,
.seat-badvis div,
.seat-empty div,
.seat-not-applicable div {
  height: 20px !important;
  width: 20px !important;
  border-radius: 10px;
  cursor: pointer;
}

.seat-cursel div {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50%;
  cursor: pointer;
  background: #03275A;
  border: #03275A solid 1px;
}

.seat-available div {
  background: #fff;
  border: #000 solid 1px;
}

.seat-not-available div {
  background: #000;
  border: #000 solid 1px;
}

.seat-badvis div {
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(to right, #777 0%, #777 51%, #fff 51%, #fff 100%);
  border: 1px solid #000;
}

.seat-empty div {
  border-radius: 10px;
  cursor: pointer;
}

.seat-not-applicable div {
  background: #ccc;
  border: #000 solid 1px;
  cursor: not-allowed !important;
}

.lugares {
  margin: 0;
}

.lugares td {
  padding: 2px !important;
}

.seat-selected div {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50%;
  cursor: pointer;
  background: #1A7DD7;
  border: #1A7DD7 solid 1px;
}

.seat-selother div {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50%;
  cursor: pointer;
  background: #F44336;
  border: #F44336 solid 1px;
}

tbody > tr:last-child > td {
  border: none !important;
}

.legendas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.legendas li {
  line-height: 1;
  font-size: 0.62rem;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 1.25rem;
  margin-bottom: 5px;
  font-size: 12px;
  white-space: normal;
}

.legendas li:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: .4rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.legendas li:after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  left: 6px;
  top: 2px;
  margin-bottom: 5px;
}
