@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700);
body {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0px;
  padding-top: 20px; }

h3 {
  margin-bottom: 8px;
  text-align: center; }

.container {
  margin: auto;
  max-width: 900px;
  margin-top: 20px; }

#seatingPlan {
  padding: 20px;
  width: 1000px;
  margin: auto; }

.row {
  margin-bottom: 4px; }

#seatingPlan_tables {
  width: 610px;
  margin: auto; }

#blockLeft {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 170px;
  float: left;
  width: 300px; }

#blockMid {
  margin-top: 80px;
  float: left; }

#blockRight {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 170px;
  float: left;
  width: 300px; }

.selected {
  background-color: #2bad2b !important;
  color: white !important; }

.rowNumber {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  text-align: center; }

.seat {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #EAEAEA;
  color: black;
  margin-left: 4px; }

.seatSpace {
  display: inline-block;
  width: 24px;
  height: 24px; }

.seatHalfSpace {
  display: inline-block;
  width: 12px;
  height: 12px; }

.seatTaken {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: white;
  margin-left: 4px;
  background-color: #D00809 !important; }

.segConOption {
  display: inline-block;
  text-decoration: none;
  color: black;
  background-color: #EAEAEA;
  padding: 8px;
  margin-left: 4px; }

.seatingPlan_tableBlock {
  margin-left: 8px;
  margin-right: 8px;
  float: left;
  width: 100px;
  height: 100px; }

.seatingPlan_table {
  display: inline-block;
  text-align: center;
  background-color: #0B2144;
  color: white;
  border-radius: 200%;
  width: 44px;
  height: 44px;
  padding: 8px;
  font-size: 18px;
  margin: 0px;
  margin-left: 8px;
  margin-bottom: -4px; }

.bgYellow {
  background-color: #F4D348; }

.bgOrange {
  background-color: #FFB051; }

.bgTurquoise {
  background-color: #86E2DC; }

.mini {
  font-size: 11px;
  margin-bottom: -4px;
  margin-top: 0px; }

#catsAndInfo {
  margin-top: 50px;
  border-top: 1px solid #999999;
  padding-top: 20px; }

#selectedCategories, #personalInfo {
  width: 450px; }

#selectedCategories {
  border-right: 1px solid #999999;
  padding-right: 20px; }

#personalInfo  {
  border-right: 1px solid #999999 !important; }

input[type=text] {
  height: 36px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #EAEAEA;
  margin-left: 8px;
  padding: 4px; }

.label {
  display: inline-block;
  width: 130px;
  text-align: right; }

.paymentButton {
  margin-top: 10px;
  display: inline-block;
  width: 260px;
  color: white !important;
  background-color: #f39200;
  padding: 5px;
  text-decoration: none;
  text-align: center; }

.paymentButton:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none; }

.paymentButton:active {
  box-shadow: none; }

.errors {
  background-color: #D00809;
  color: white;
  padding: 10px;
  border-bottom: 2px solid #999999;
  border-radius: 10px; }

a {
  color: #2bad2b;
  text-decoration: none; }

a:visited {
  color: #2bad2b; }

table {
  border-collapse: collapse;
  width: 100%; }

th, td {
  border-bottom: 1px solid #ddd; }

th, td {
  padding: 8px;
  text-align: left; }

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