@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body {
  margin: 0px;
  padding: 0px;

  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c { text-align: center; }
.r { text-align: right; }
.l { text-align: left; }
.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
div.notice {
  background: #09f;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color: #fff;
}
div.menu {
  background: #900;
  text-align: right;
  padding: 5px;
  font-weight: bold;
  color: #fff;
}
div.menu a {
  color: #fff;
  margin-right: 15px;
}
div.menu a:hover {
  color: #f90;
}
div.menu span.username {
  position: absolute;
  left: 5px;
}

div.tickets#chart {
  width: 75%;
  margin: auto auto 20px auto;
  display: inline-block;
}
div.tickets#right_pane {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
div#game_list {
  margin: auto;
  vertical-align: top;
}
div#game_list table {
  width: 99%;
}
div#search_list {
  vertical-align: top;
  margin: auto;
  padding: 5px;
}
div#submenu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: #c66;
  border-bottom: 2px solid #fcc;
}
div#submenu a {
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
}
div#submenu a:hover {
  background-color: #a33;
}
.g {
	background: #f90;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.t { font-weight: bold; }
.b { margin: 15px 0px;  background:#fff; border: 2px solid #000;}
table tr.odd td { background: #eef; }
table tr.even td { background: #eee; }
table tr.strike td { text-decoration:line-through; color: #666; }
.editform {
  left:0;
  right:0;
  top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 5;
  width: 40%;
  outline: 1px solid black;
  background: #fff;
}
.editform div.field {
  padding: 5px;
}
.editform div.field span.label {
  text-align: right;
  display: inline-block;
  width: 150px;
}
.editform div.field input {
  width: 300px;
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 10%;}
  .col-s-2 {width: 20%;}
  .col-s-3 {width: 30%;}
  .col-s-4 {width: 40%;}
  .col-s-5 {width: 50%;}
  .col-s-6 {width: 60%;}
  .col-s-7 {width: 70%;}
  .col-s-8 {width: 80%;}
  .col-s-9 {width: 90%;}
  .col-s-10 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 10%;}
  .col-2 {width: 20%;}
  .col-3 {width: 30%;}
  .col-4 {width: 40%;}
  .col-5 {width: 50%;}
  .col-6 {width: 60%;}
  .col-7 {width: 70%;}
  .col-8 {width: 80%;}
  .col-9 {width: 90%;}
  .col-10 {width: 100%;}
}
div.item {
  display: inline-block;
  width: 350px;
  min-height: 50px;
  background:#eee;
  margin: 5px;
  padding: 5px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #666;
  border-bottom: 2px solid #666;
}
div.item:hover {
}
div.item div.item_img {
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 5px;
}
div.item div.info {
  display: inline-block;
  vertical-align: top;
  height: 50px;
}
div.item div.item_img img {
  max-width: 100px;
  max-height: 100px;
}
div.item div.item_links {
  /* position: absolute; */
  /*right: 15px; */
  display: inline-block;
  height: 75px;
  /* top: -15px; */
}
div.item a {
  display: block;
  height: 100%;
  margin: 0px;
  padding: 2px;
  text-decoration: none;
  text-align: center;
  font-size: 2.5em;
}
div.item a:hover {
  background: #dfd;
}
div.item div.item_links div.label {
  height: 90px;
  width: 90px;
  display: inline-block;
}
div.item div.info span.item_name {
  font-size: 1.2em;
  font-weight: bold;
}
div.label {
  position: relative;
  overflow: hidden;
}
div.label a i {
  z-index: 1px;
  bottom: 0px;
  text-align: center;
  opacity: 0.5;
  color: #33d;
}
div.item span.label[title="Shared List"] {
  font-size: 2em;
  position:absolute;
  top: 35px;
  opacity: 0.5;
}
div.label:hover a i {
  color: #aaf;
}
div.item div.list_action a {
	font-size: 0.75em;
}
div.item a.main span.label {
	font-size: 0.75em;
}
div.label a span.link_text {
  position: absolute;
  z-index: 2px;
  bottom: 0px;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 1.0em;
}
div.label:hover a span.link_text {
  color: #666;
}
form.large {
  text-align: center;
}
input.full {
  width: 80%;
  margin: 100%;
  text-align: center;
  font-size: 1.0em;
}
.sub {
}
.note, .item_notes {
}
form.edit_form div.line {
  margin: 15px 5px 0px 5px;
}
form.edit_form div.line span.one {
  display: inline-block;
  width:  350px;
}
form.edit_form div.line span.two {
  display: inline-block;
  width:  100%;
}
form.edit_form div.line span.one input,
form.edit_form div.line span.two input,
form.edit_form div.line span.two select {
  font-size: 2.5em;
  border: 2px solid #ccc;
  width: 95%;
  margin: 0px;
}
.large_link {
  font-size: 2.0em;
  text-align: right;
}
.large_link:hover {
  cursor: pointer;
  color: #009;
}
.purchased {
  color: #ccc;
  font-size: 0.9em;
}
.toggle_purchased {
  padding: 10px;
  position: absolute;
  right: 10px;
  font-size: 1.2em;
  border: 2px solid #009;
  border-radius: 10px;
  background: #ccf;
}
.toggle_purchased:hover {
  color: #f00;
}
#overlay {
  z-index: 1;
  top: 0px;
  left: 0px;
  background: #010;
  opacity: 0.75;
  position: fixed;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
table tbody tr.border td {
  border-top: 2px solid #999;
}

table tbody tr.active td {
}

table tbody tr.disabled td {
  font-style: italic;
  color: #999;
}

table tbody tr.deleted td {
  background: #ccc;
  color: #fff;
}
