/* CSS Document */

		.header-confirm {
		   background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.7), 
          rgba(0, 0, 0, 0.7)
        ), url("../data/backgrounds/basket.jpg");
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
			display: relative;
			text-align: center;
  line-height: 200px;font-size: 50px;color: white;
		
		}
		.header-online {
		  height: 100%;
  margin: 0;
		}
		.bg {
  /* The image used */
  background-image: url("../data/backgrounds/paymentphoto.jpeg");
​
  /* Full height */
  height: 100%; 
​
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

		.container-confirm{
		width: 80%;
			max-width: 1600px;
		margin-bottom: 2em;
			margin-top: 2em;
		margin-left: auto;
		margin-right: auto;
			
		}
		.picture{
			width: 100%;
			filter: brightness(70%);
			border-radius: 40px 40px 0 0;
		}
.wrapper{
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
	color: white;
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #CA0018;
	left: 40px;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
margin: 30px 0 3px 60px;
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  position: relative;
}
.row-1 section::before{
  left: -10px;
}
.row-2 section::before{
  left: -10px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: black;
  height: 50px;
  width: 50px;
	padding: 10px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  color: red;
  font-size: 15px;
  box-shadow: 0 0 0 4px #CA0018, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
	
  top: 15px;
  left: -63px;
}
.row-2 section .icon{
  top: 15px;
  left: -63px;
}
.row section .details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin: 10px 0 17px 0;
}

		.footer{
			padding: 20px;
			line-height: 25px;
			display: inline-block;
			position: relative;
		}
		.foot-left{
			float: left;
		}
		.foot-rigth{
			float: right;
		}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 10px 0;
  }
  .container-confirm{
  width: 100%;
  }
}
#tickets {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
	margin-left: 20px;
  width: 80%;
}

#tickets td, #tickets th {
  border: 0px solid #ddd;
  padding: 8px;
}

#tickets tr:nth-child(even){background-color: black;color:white}

#tickets th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #CA0018;
  color: white;
}