#Cart .jumbotron {
  padding: 45px 0;
}
#Cart .jumbotron:first-child {
  border-bottom: 1px solid #ecedee;
}
#Cart .jumbotron .container-fluid {
  padding: 0;
}
#Cart .jumbotron .container-fluid > .header {
  background: #ffffff;
  padding: 0 20px;
  border-bottom: none;
}
#Cart .jumbotron .container-fluid > .header h1 {
  line-height: 50px;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  text-transform: none;
  height: 50px;
}
#Cart .jumbotron .container-fluid span {
  margin: 5px 20px 0 20px;
  display: block;
}
#Cart .list-item {
  padding: 0;
}
#Cart .list-item > .container {
  height: 115px;
}
#Cart .list-item > .container > div {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#Cart .list-item > .container > div > p {
  margin: 0;
}
#Cart .list-item > .container > div.prises-box {
  margin-top: 0;
}
#Cart .list-item > .container > div.prises-box .row .pull-left {
  margin: 0;
  margin-right: 20px;
  float: left!important;
}
#Cart .list-item > .container > div.prises-box .row .delete {
  float: right!important;
  margin: 0;
}
#Cart .list-item > .container > div.prises-box .row .delete > a {
  margin-right: 15px;
}
#Cart .list-item > .container > div.prises-box .row .price {
  margin-top: 3px;
}
#Cart .box .btn {
  margin-top: 49px;
  float: none;
  width: auto;
}
#Cart .customer-form .form-container #LoginForm {
  padding: 100px;
  padding-right: 180px;
  padding-left: 180px;
}
#Cart .customer-form .form-container #CheckEmailForm {
  padding: 100px;
  padding-right: 180px;
  padding-left: 180px;
}

#DayByDay .agenda .agenda-date {
  text-align: left;
}
#DayByDay .agenda .agenda-date .dayofmonth {
  margin-top: 0px;
  float: left;
  margin-right: 10px;
}
#DayByDay .agenda .agenda-date .dayofweek {
  margin-top: 0px;
}
#DayByDay .agenda .agenda-date .shortdate {
  margin-top: 0px;
}

#List .jumbotron:first-child {
  background: #fafafa;
}
#List .jumbotron .container {
  width: 50%;
}
#List .jumbotron h1 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 100;
}
#List .jumbotron p {
  font-size: 19px;
}
#List .list-item {
  border-bottom: 1px solid #ecedee;
}
#List .list-item .container {
  height: 115px;
}
#List .list-item .container > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  margin-bottom: 0px;
}
#List .list-item .container > div > p {
  margin: 0;
}
#List .list-item .container > div.date {
  background: transparent;
  padding: 0;
  border: none;
  font-weight: 300;
  margin: 0;
}
#List .list-item .container > div.title {
  font-weight: 300;
}
#List .list-item .container > div:first-child {
  text-align: left;
}
#List .list-item .container > div:last-child {
  text-align: right;
  padding-right: 0;
}
#List.MyBookings .details .list-item:last-child {
  border-bottom: 0px;
}

#Login .loginbox {
  width: 40%;
  margin: 40px auto;
  background: #ffffff;
  padding: 2%;
  border: 1px solid #e3e4e6;
  border-radius: 5px;
  text-align: center;
}
#Login .loginbox .form-group label {
  display: block;
  text-align: left;
}
#Login .loginbox .form-group.row {
  margin: 30px 0;
}

#Receipt .header-box P {
  max-width: 50%;
  margin: 0 auto;
}
#Receipt .jumbotron {
  padding: 10px 0;
  border-bottom: 1px solid #ecedee;
}
#Receipt .jumbotron.no-border {
  border: none;
}
#Receipt .jumbotron .container-fluid {
  padding: 0;
}
#Receipt .jumbotron .container-fluid > .header {
  background: #ffffff;
  padding: 0 20px;
  border-bottom: none;
}
#Receipt .jumbotron .container-fluid > .header h1 {
  line-height: 50px;
  text-align: left;
  font-weight: 300;
  font-size: 30px;
  text-transform: none;
  height: 50px;
}
#Receipt .jumbotron .container-fluid span {
  margin: 40px 20px 0 20px;
  display: block;
}
#Receipt .box .btn {
  width: auto;
  margin-top: 25px;
}
#Receipt .list-item {
  border-bottom: 1px solid #ecedee;
}
#Receipt .list-item > .container {
  height: 115px;
}
#Receipt .list-item > .container > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-bottom: 0px;
}

.ticket {
  padding: 25px;
  border: 3px solid #2d2d30;
  margin: 20px auto;
}
.ticket > div {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
}
.ticket .ticket-info {
  text-align: center;
}
.ticket .ticket-info span,
.ticket .ticket-info b {
  display: block;
}
.ticket .ticket-info b {
  margin: 30px auto;
}
.ticket .ticket-info .price-info {
  text-align: left;
  background: #ffffff;
  padding: 20px;
}
.ticket .customer-info {
  padding-left: 65px;
}
.ticket .customer-info img {
  max-width: 100%;
}
.ticket .customer-info .form-group {
  margin: 0;
}

#Tickets .jumbotron:first-child {
  background: #fafafa;
}
#Tickets .jumbotron h1 {
  font-size: 32px;
  font-weight: 100;
}
#Tickets .list-item {
  padding: 0;
}
#Tickets .list-item > .container > div b {
  position: relative;
}
#Tickets .list-item > .container > div:first-child p {
  margin: 0;
}
#Tickets .list-item > .container > div .price-box {
  width: 250px;
  float: right;
}
#Tickets .list-item > .container > div .price-desc-box {
  clear: both;
  float: none;
  margin: 0 0 20px 0;
  min-height: 50px;
}
#Tickets .list-item > .container > div .max-count {
  margin: 5px 0;
  padding-top: 3px;
}
#Tickets .list-item > .container > div > .row {
  margin: 0;
}
#Tickets .list-item > .container > div > .row > div {
  padding: 0;
  margin: 0;
}
#Tickets .btn-down-row .btn {
  width: auto;
}
#Tickets .desc-button-big {
  display: inline-block;
  float: none;
  position: absolute;
}
#Tickets .desc-box-big {
  padding: 15px;
  font-family: 'Avenir LT Std 45 Book';
  color: #4c4c4c;
  font-weight: 100;
  border: 1px solid #ecedee;
  -webkit-box-shadow: 10px 13px 69px -18px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 10px 13px 69px -18px rgba(0, 0, 0, 0.24);
  box-shadow: 10px 13px 69px -18px rgba(0, 0, 0, 0.24);
  display: none;
  min-width: 500px;
  background: #ffffff;
  position: absolute;
  margin-left: 70px;
  z-index: 1000;
  font-size: 16px;
  /* creates triangle */
}
#Tickets .desc-box-big:before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  top: 6px;
  bottom: auto;
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ecedee;
}
#Tickets .desc-box-big:after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  top: 7px;
  bottom: auto;
  left: -9px;
  border-width: 9px 9px 9px 0;
  border-color: transparent  #ffffff;
}
