*{
	font-family: Arial, Helvetica, sans-serif;
}
.statistics {
  border-collapse: collapse;
  width: 100%;
margin-bottom: 20px;
}

.statistics th, .statistics td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.totalStats{
border-top: 5px double #35ac1fff;
border-bottom: 2.5px solid #35ac1fff;
}
.containerStats{
		width: 90%;
		max-width: 1264px;
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		display: grid;
		grid-column-gap: 5%;
		grid-row-gap: 1em;
		grid-template-columns: 33% 33% 33%;
		justify-content: center;  

}
.header-main {
    background-color: black;
    margin: 0 auto;
}

 .img {
    margin: 0 auto;
    height: 100px;
    background-image: url("../data/logos/JMTickets.png");
	background-size: 150px;
	  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
    background-color: #313133;
    margin: 0;
    color: white;
    padding: 10px;
    display: block;
	width: 100%;
}

.foot-center{
	text-align: center;
}
.foot-center hr{
	margin: 20px auto;
	
}

.foot-left{
	text-align: left;
	
}
.main_content {
    /*border: 1px solid black;*/
    margin: 0 auto;
	display: block;
}
.idk{
  border-radius: 10px;
background: white;
}
.infomsg {
    background-color: black;
    padding: 12px;
    display:block;
    position:relative;
    border: 1px solid #9c9c48;
    margin: 10px;
    border-radius: 4px;
    color: white;
}
form{
	display: block;
}
.error_msg {
    background-color: #ffdddd;
    padding: 12px;
    border: 1px solid #9c4848;
    border-radius: 4px;
    color: #2c2c09;
}

#order_form {
    padding: 12px;
}

#order_form .plan {
    float: left;
    width: 800px;
    height: 832px;
    position: relative;
    background-image: url(../img/plan-bg2.png);
}

#order_form .detail {
    float: right;
    width: 370px;
    min-height: 1000px;
}

#order_form .detail .info {
    color: #555;
    font-style: italic;
}

#order_form .plan .table_box {
    transform: rotate(45deg);
    width: 70px;
    height: 70px;
    position: absolute;
}
#order_form .plan .table_box .table {
    border: 1px black solid;
    background: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 17px;
    left: 17px;
}

#order_form .plan .table_box .number {
    transform: rotate(-45deg);
    margin: 0px;
    position: relative;
    top: 5px;
    left: 20px;
    user-select: none;
}

#order_form .plan .table_box .seat {
    border: 1px black solid;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    position: absolute;
}

#order_form .plan .table_box .seat_available {
    cursor: pointer;
    background-color: #21bf21;
}

#order_form .plan .table_box .seat_selected {
    cursor: pointer;
    background-color: yellow;
}

#order_form .plan .table_box .seat_used {
    background-color: #999;
}

.reset {
    clear: both;
}

#order_form .detail .remove_link {
    color: gray;
    cursor: pointer;
}
#order_form .detail .remove_link:hover {
    color: #555;
    text-decoration: underline;
}
a,a:link,a:visited{
	color: white;
}
