.tsrv-seat-btn {
	width: 90%;
}

a.tsrv-seat-btn {
	text-decoration: none;
}

.tsrv-seat-btn {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  margin: 30px 0 0;
  padding: 0 25px;
  border: 1px solid #041E2E;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 25px/60px "Questrial", Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(-90deg, rgb(61,72,100) 0, rgb(38,36,100) 100%), rgb(61,72,100);
  background: -moz-linear-gradient(180deg, rgb(61,72,100) 0, rgb(38,36,100) 100%), rgb(61,72,100);
  background: linear-gradient(180deg, rgb(61,72,100) 0, rgb(38,36,100) 100%), rgb(61,72,100);
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 0 1px 2px rgb(50,114,40) ;
}

.tsrv-seat-btn:hover {
  background: rgb(61,72,100);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
  -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
}

.tsrv-seat-btn:active {
  border: 1px solid rgba(180,180,180,0.2);
  background: rgba(77,168,74,1);
  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#SvgjsImage1009.sold-out-icon {
	width: 30px;
}

.tsrv-seat-hide {
	display: none;
}

.tsrv-seat-btn {
	width: 90%;
}

a.tsrv-seat-btn {
	text-decoration: none;
}

.tsrv-seat-btn {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  margin: 30px 0 0;
  padding: 0 25px;
  border: 1px solid #4A5790;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 25px/60px "Questrial", Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  -o-text-overflow: clip;
  text-overflow: clip;
  /*background: -webkit-linear-gradient(-90deg, rgb(90,190,87) 0, rgb(53,146,56) 100%), rgb(90, 190, 87);
  background: -moz-linear-gradient(180deg, rgb(90,190,87) 0, rgb(53,146,56) 100%), rgb(90, 190, 87);
  background: linear-gradient(180deg, rgb(90,190,87) 0, rgb(53,146,56) 100%), rgb(90, 190, 87);*/
	background: #4A5790;
background: -moz-linear-gradient(top, #4A5790 0%, #839AFF 100%);
background: -webkit-linear-gradient(top, #4A5790 0%, #839AFF 100%);
background: linear-gradient(to bottom, #4A5790 0%, #839AFF 100%);
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 0 1px 2px rgb(50,114,40) ;
}

.tsrv-seat-btn:hover {
  /*background: rgb(90, 190, 87);*/
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
  /*-webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);*/
background: #839AFF;
background: -moz-linear-gradient(top, #839AFF 0%, #4A5790 100%);
background: -webkit-linear-gradient(top, #839AFF 0%, #4A5790 100%);
background: linear-gradient(to bottom, #839AFF 0%, #4A5790 100%);
}

.tsrv-seat-btn:active {
  border: 1px solid rgba(180,180,180,0.2);
  /*background: rgba(77,168,74,1);*/
  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
  /*-webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;*/
}

.tsrv-layout-date-6, .tsrv-seatbox-6 {
	display: none;
}

