body,td{font-family:verdana;color:#60686d; background-color: #f1f2f3}

.ClickedInCount{
	position: absolute;
    top: 64px;
	font-family: verdana;
    font-size: 55px;
    color: #8d8f8f;
    height: 100px;
    width: 100px;
    line-height: 100px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: white;
	background-color: #888888;
    text-align: center;
}

.ClickedInCountMobile{
	position: absolute;
    top: 64px;
	font-family: verdana;
    font-size: 45px;
    color: #8d8f8f;
    height: 80px;
    width: 80px;
    line-height: 80px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: white;
	background-color: #888888;
    text-align: center;
}

.GameTileGuage{
	position: absolute;
    right: -15px;
    bottom: -24px;
    width: 120px;
    height: 100px;
    display: inline-block;
    margin: 1em;
}

.GameTile{
	float: left;
	position: relative;
	border: 2px solid gray;
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 15px;
	cursor: pointer;
	min-width: 350px;
	border-radius: 10px;
    min-height: 190px;
	box-shadow: 5px 10px #888888;
	text-align: left;
}

.GameTileMobile{
	float: left;
	position: relative;
	border: 2px solid gray;
	margin-right: 15px;
	margin-bottom: 25px;
	padding: 15px;
	cursor: pointer;
	min-width: 275px;
	border-radius: 10px;
    min-height: 190px;
	box-shadow: 5px 10px #888888;
	text-align: left;
}

.GameTile:hover{
	background-color: #deeaee;
	box-shadow: 5px 10px #517290;
}

.ActivatedGame{
	position: absolute;
    left: 12px;
    bottom: 8px;
    background-color: #057705;
    color: #fff;
    padding: 6px 14px 6px 14px;
    border-radius: 7px;
	font-size: 13px;
}

.CanceledGame{
	position: absolute;
    left: 12px;
    bottom: 8px;
    background-color: #b92003;
    color: #fff;
    padding: 6px 14px 6px 14px;
    border-radius: 7px;
	font-size: 13px;
}

.RNDVoteBox {
    background-color: #acf5ac;
    color: #000;
    border: 1px solid #666565;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
    min-width: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.GrayButton{
	background-color: #e5eaed;
    color: #31363b;
    padding: 5px 15px 5px 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 7px;
    outline: 0;
    cursor: pointer;
    border: 1px solid gray;
	text-decoration: none;
}

.GrayButton:hover{
	background-color: #dfebef;
	color: #107482;
}

.ReplyButton {
  background: #585c60;
    background-image: -webkit-linear-gradient(top, #18191a, #393c3d);
    background-image: -moz-linear-gradient(top, #18191a, #393c3d);
    background-image: -ms-linear-gradient(top, #18191a, #393c3d);
    background-image: -o-linear-gradient(top, #18191a, #393c3d);
    background-image: linear-gradient(to bottom, #696e70, #767b7d);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    padding: 3px 7px 3px 7px;
    border: solid #979899 2px;
    text-decoration: none;
    outline: 0;
}

.ReplyButton:hover {
  background: #616263;
  background-image: -webkit-linear-gradient(top, #616263, #5f6061);
  background-image: -moz-linear-gradient(top, #616263, #5f6061);
  background-image: -ms-linear-gradient(top, #616263, #5f6061);
  background-image: -o-linear-gradient(top, #616263, #5f6061);
  background-image: linear-gradient(to bottom, #616263, #5f6061);
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

.SpinnerContainer{
	display: none;
	position: absolute;
    text-align: center;
    z-index: 10;
    top: 248px;
    left: calc(50% - 110px);
    background-color: #828283;
    border: 4px solid #febc65;
    padding: 21px 53px 33px 27px;
}

.spinner.loading {
  padding: 40px;
  position: relative;
  text-align: center;
}

.spinner.loading:before {
  content: "";
  height: 40px; /* WARNING: You can change the height/width, but certain dimensions make the spinner wobble. Example: 50x50 wobbles! */
  width: 40px; /* WARNING: You can change the height/width, but certain dimensions make the spinner wobble. Example: 50x50 wobbles! */
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation .7s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  } to {
    transform: rotate(359deg);
  }
}

.RSVPPlayedPastWeek{
	background-color: #008000;
    color: #fff;
}

.RSVPPlayedPastMonth{
	background-color: #f6d669;
    color: #1a0c03;
}

.RSVPNotPlayedPastMonth{
	background-color: #a13333;
    color: #ffe4e4;
}

.RSVPInvitee{
	float: left;
	height: 26px;
    padding: 6px 10px 1px 10px;
    border: 2px solid #808080;
    margin: 5px 5px 5px 5px;
    border-radius: 9px;
}

.RSVPInviteeLegend{
    width: 93px;
    height: 20px;
	vertical-align: middle;
	padding: 6px 10px 1px 10px;
    border: 2px solid #808080;
    margin: 5px 5px 5px 5px;
    border-radius: 9px;
}

.RSVPIcon{
	border-radius: 9px;
    vertical-align: text-top;
	margin: -6px 11px -1px -10px;
	cursor: pointer;
}

.RSVPInviteeAlt{
	float: left;
    padding: 6px;
    border: 2px solid #808080;
    margin: 5px 5px 5px 5px;
    border-radius: 9px;
	background-color:gray;
	color:white;
}

.RSVPDatePicker{
	color: #191919;
    font-size: 38px;
    font-size: 18px;
    width: 107px;
}

.RSVPCalendarIcon{
	vertical-align: middle;
	margin-bottom: 4px;
	cursor: pointer;
}

.NiceTextBox{
	font-size:18px;
	width: 400px;
}

.NiceCheckBox{
	width: 16px;
    height: 16px;
    vertical-align: text-top;
}

a{font-family:verdana;color:#393f42}

.CoolButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #eeb44f;
	display:inline-block;
	color:navy;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
	cursor:pointer;
	outline:0;
}

.CoolButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}

.CoolButton:active {
	position:relative;
	top:1px;
}

.flipswitch {
  position: relative;
  width: 158px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
}
.flipswitch input[type=checkbox] {
  display: none;
}
.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 50px;
}
.flipswitch-inner {
  width: 200%;
  text-align: left;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 43px;
  padding: 0;
  line-height: 43px;
  font-size: 18px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "Recurring";
  padding-left: 12px;
  background-color: #256799;
  color: #FFFFFF;
}
.flipswitch-inner:after {
  content: "Manual";
  padding-right: 33px;
  background-color: #EBEBEB;
  color: #888888;
  text-align: right;
}
.flipswitch-switch {
  width: 31px;
  margin: 6px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 113px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}

.flipswitch2 {
  position: relative;
  width: 158px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
}
.flipswitch2 input[type=checkbox] {
  display: none;
}
.flipswitch2-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 50px;
}
.flipswitch2-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch2-inner:before, .flipswitch2-inner:after {
  float: left;
  width: 50%;
  height: 43px;
  padding: 0;
  line-height: 43px;
  font-size: 18px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flipswitch2-inner:before {
  content: "Enabled";
  padding-left: 12px;
  background-color: #256799;
  color: #FFFFFF;
}
.flipswitch2-inner:after {
  content: "Disabled";
  padding-right: 33px;
  background-color: #EBEBEB;
  color: #888888;
  text-align: right;
}
.flipswitch2-switch {
  width: 31px;
  margin: 6px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 113px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.flipswitch2-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch2-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}