@CHARSET "ISO-8859-1";

html {overflow-x: hidden; overflow-y: auto;}.

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

i.fa.fa-square, i.fa.fa-square-o, i.fa.fa-ticket,
i.fa.fa-circle, i.fa.fa-circle-o,
i.fa.fa-check-square 
{
    font-size: 20px;
}

td.row-name {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: verdana;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 290px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 16px;
	letter-spacing: 1px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sp-bottom {
    padding-left: 200px;
    width: 950px !important;
    padding-top: 20px;
}

table.tix-cat-info tr td {
    border-top: 1px solid lightgray;
	padding: 3px;
}

table.seat-tix-table tr td {
    padding: 5px 3px;
    border-bottom: 1px solid lightgray;
}

tr.seat-tix-header td {
    /* background-color: lightgray; */
    color: #444444;
    font-weight: bold;
    letter-spacing: 1px;
}

tr.seat-cart-total td {
    font-weight: bold;
}

table.dig-ven-box tr td i {
    font-size: 24px !important;
}

table.dig-ven-box tr td {
    padding: 1px;
}

.c-btn {
    display: block;
    padding: 10px;
    letter-spacing: 1px;
}

table.tix-cat-info {
    margin-top: 15px;
    margin-bottom: 15px;
}

table.tix-cat-info tr td:nth-child(3) {
    text-align: right !important;
}

table.tix-cat-info tr td {
    border-top: 1px solid lightgray;
    padding: 3px;
    font-size: 12px !important;
}

/* .tix-info-list {
    overflow-y: scroll;
    height: 300px;
    margin-top: 20px;
} */

span.tix-cat-i {
    width: 250px;
    display: inline-block;
}

span.tix-cat-p {
    display: inline-block;
    width: 160px;
    text-align: right;
}

.tix-info-list ul li {
    list-style: none !important;
    border-bottom: 1px solid lightgray;
}

.tix-info-list {
    font-size: 12px;
    /* width: 80%; */
    padding-top: 10px;
    float: left;
    padding: 10px;
    border: 1px solid lightgray;
    margin-top: 10px;
    border-radius: 10px;
	letter-spacing: 1px;
}

div#seat-list {
    border: 1px solid lightgray;
    padding: 10px;
    margin-top: 10px;
    /* width: 60%; */
    float: right;
    border-radius: 10px;
}

.tix-info-list ul {
    margin-left: -40px;
}

.white-box.cart-timer {
    display: block;
    /* background-color: #d90000; */
    font-size: 14px;
    color: #d90000;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 10px;
    margin-top: 5px;
    /* width: 280px; */
    /* float: right; */
}

@media (min-width: 100px) and (max-width: 768px) {
	
	.tix-info-list {
    			float: left !important;	
				width:100% !important;
	}
	
	div#seat-list , table.seat-tix-table {
    			width:100% !important;
	}
	
	.c-btn { text-align: center !important; }
	
	html {overflow-x: auto !important;}
	
}

.row {
	margin: 0px !important;
}

.tix-info-list {
    float: right;
}

div#seat-list {
    float: left;
}


span#timer {
    width: 250px !IMPORTANT;
    white-space: normal !IMPORTANT;
    display: block;
    text-align: center;
    font-weight: bold;
    /* letter-spacing: 1px; */
    color: #d90000;
}

td.row-name {
    text-align: center;
}

span.etfv {
    text-decoration: line-through !Important;
    color: lightgray;
    display: inline-block;
}
