/* CSS Document */

	*{
  box-sizing: border-box;
  margin:0;
  padding:0;
		}
		body{
			background-color: #2C2C2C;
		}
		.order-head {
  		background-color: #cccccc;
  		height: 600px;
  		background-position: center;
  		background-repeat: no-repeat;
  		background-size: cover;
			position: relative;
		
		}
		.files{
			color: #8C8C8C;
    		font-style: italic;
			font-size: 20px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.info{
			position: absolute;
			max-width: 1400px;
			margin: 0 auto;
			left: 0px;
			right: 0px;
			bottom: 20px;
			text-align: left;
			padding-left: 2em;
			padding-top: 2.5em;
			display: grid;
			grid-column-gap: 5%;
			grid-row-gap: 1em;
			grid-template-columns: 45% 45%;
		}
		.info_right{
			position: absolute;
			bottom: 20px;
			right: 100px;
		}
		.info {
			color: white;
		}
		.description{
			margin-top: 10px;
			margin-left: 40px;
			color: lightgray;
		}
		h1 {
			color: white;
			margin-bottom: 5px;
			font-size: 50px;
		}
		.container-tickets{
		width: 80%;
		max-width: 1600px;
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		display: grid;
		grid-column-gap: 1%;
		grid-template-columns: 70% 30%;
		justify-content: center;  
		}
		.header{
			position: relative;
			padding: 
		}
		.picture{
			width: 100%;
			filter: brightness(70%);
			border-radius: 40px 40px 0 0;
		}
		.item h2{
			margin-left: 5px;
			position: absolute;
		  	bottom: 8px;
		  	left: 16px;
			font-size: 30px;
		}
		.btn{
			border-radius: 10px;
			padding: 5px;
			background: #35ac1fff;
			margin: 15px;
			cursor: pointer;
		}
		.right{
			float: right;
		}
		.ticket-list {
			color: white;
			display: grid;
			grid-column-gap: 10px;
			grid-row-gap: 10px;
			grid-template-columns: 50% 50%;
			text-align: center;
		}
		h2{
			margin-bottom: 10px;
		}
		.ticket {
			background: black;
			border-radius: 10px;
			padding: 20px;
			width: 70%;
			margin: auto;
		}
		.ticket .title {
			
		}
		
		.input-number {
			width: 100px;
			  padding: 0 12px;
			font-size: 50px;
			background: black;
			color: white;
			  vertical-align: top;
			  text-align: center;
			  outline: none;
		}
		.input-number,
		.input-number-decrement,
		.input-number-increment {
		  border: 0px solid #ccc;
		  height: 50px;
		  user-select: none;
		}
		.input-number-decrement,
.input-number-increment{
  display: inline-block;
  width: 30px;
  line-height: 38px;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
		}

  .input-number-decrement:active,
.input-number-increment:active{
   color: #35ac1fff}

.input-number-decrement{
  border-right: none;
  border-radius: 4px 0 0 4px;
		}

.input-number-increment{
  border-left: none;
  border-radius: 0 4px 4px 0;}
		.disable_icon{
			display: none;
		}
		.first_section{
			margin-bottom: 20px;
		}
		.big{
		  	height: 50px;
		  	width: 50px;
		}
		.panel {
			display: block;
        	border-radius: 40px;
        	color:white;
			height: 150px;
			padding: 10px;
        	margin-bottom: 1em;
        	margin-top: 1em;
		}
		.panel p{
			text-align: center;
			font-size: 23px;
		}
		.panel span{
			font-weight: bold;
		}
		hr{
			margin-top: 15px;
			margin-bottom: 15px;
			width: 20%;
			border: 1px solid #35ac1fff;
			color: #35ac1fff;
			text-align: center;
		}
	input[type=number]::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  cursor: pointer;
	  display: block;
	  width: 10px;
	  text-align: center;
	  position: relative;
	  background: transparent;
	}
	input[type=number]::-webkit-inner-spin-button::before,
	input[type=number]::-webkit-inner-spin-button::after {
	  content: "";
	  position: absolute;
	  right: 0;
	  width: 0;
	  height: 0;
	}
	input[type=number]::-webkit-inner-spin-button::before {
	  top: 7px;
	}
	input[type=number]::-webkit-inner-spin-button::after {
	  bottom: 7px;
	  transform: rotate(180deg);
	}
input[type=text], input[type=email], input[type=tel], .number, input[type=time], input[type=datetime-local], textarea, select {
 -webkit-appearance: none; 
  width: 100%;
  padding: 12px;
  border: 0px;
  border-bottom: 1px solid #35ac1fff;
	outline:none;
  border-radius: 4px;
	background-color: #2C2C2C;
	color: white;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  -webkit-appearance: none;
  background-color: #35ac1fff;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
input[type=submit]:hover, .btn:hover {
  background-color: darkgreen;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
}

.col-1 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-2 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 

.soldout{
 border:3px solid #35ac1fff;
  border-radius:10px;
  color:#35ac1fff;
  padding: 10px 20px;
  transform:rotate(5deg);
  display: block;

}

.selector input[type="radio"]{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.bank{background-image:url("/data/payments/bank.png");}
.card{background-image:url("/data/payments/cards.png");}
.cash{background-image:url("/data/payments/cash.png");}

.selector input:active +.drinkcard{opacity: .5;}
.selector input:checked +.drinkcard{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
	list-style: none;
}
input[type="radio"]{
  appearance: none;
  display: none
}
.drinkcard{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:70px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/* Extras */
a:visited{color:white}
a{color:white;text-decoration:none;}
p{margin-bottom:.3em;}

input[type="submit"]:disabled, input[type="submit"]:disabled:hover{
  -webkit-appearance: none;
  background-color: lightsalmon;
  color: black;
  cursor: no-drop;
}
.off {
	background: #410405;
	cursor: crosshair;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
	.info, .container-tickets{
		grid-template-columns: 100%;
	}
	.info_right{
		position:relative;
		display: block;
		margin-left: 100px;
		margin-top: 20px;
		bottom: none;
		right: none;
	}
  .col-1, .col-2, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
	.ticket-list{
		grid-template-columns: 100%;
	}
}