/* app.css */
body {
	color: #C8C8C8;
	background-color: #ecf0ef;
	background-attachment:fixed;
	Backgound-size:cover;
    padding-top: 70px;
	text-rendering: optimizelegibility;
	font-family: "Roboto",UILanguageFont,Arial,sans-serif;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141619+0,202226+26,202226+75,141619+100 */
background: rgb(20,22,25); /* Old browsers */
background: -moz-linear-gradient(left, rgba(20,22,25,1) 0%, rgba(32,34,38,1) 26%, rgba(32,34,38,1) 75%, rgba(20,22,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,22,25,1)), color-stop(26%,rgba(32,34,38,1)), color-stop(75%,rgba(32,34,38,1)), color-stop(100%,rgba(20,22,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(20,22,25,1) 0%,rgba(32,34,38,1) 26%,rgba(32,34,38,1) 75%,rgba(20,22,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(20,22,25,1) 0%,rgba(32,34,38,1) 26%,rgba(32,34,38,1) 75%,rgba(20,22,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(20,22,25,1) 0%,rgba(32,34,38,1) 26%,rgba(32,34,38,1) 75%,rgba(20,22,25,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(20,22,25,1) 0%,rgba(32,34,38,1) 26%,rgba(32,34,38,1) 75%,rgba(20,22,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141619', endColorstr='#141619',GradientType=1 ); /* IE6-9 */
}

html{ overflow-y :scroll} /* prevents hop when flipping between scrollable and no scrollable pages */

.well {
    background-image: linear-gradient(to bottom, #333 0px, #4D4C59 100%);
    background-repeat: repeat-x;
    border-color: #0E0E0E;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
}

h1, .h1 {
    color: #4184f3;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 24px 0;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

a {
   color: #FFF;
	font-weight: bold;
	outline: 0;
}

a:hover, a:active, a:focus {
	color: #FFF;
	outline: 0;
}



a:hover{
	color: #FFF;
}


.SiteLogo{
	
	background-image: url(../images/icons/TKWebsiteLogo.png);
	height: 35px;
	width:170px;
	background-size: 100% 100%;
	float:right;
	cursor:pointer;
	transition-duration:0.25s;
}



.SiteLogo:hover{
	opacity:0.75;
	transition-duration:0.25s;
}
.menuicon{
	padding: 8px 10px 5px 7px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}

.footer{
	 clear: both;
}

.footer a{
	Padding:30px;
	color:grey;
}
.bg_red{
background-color: red;
}

.bg_green{
background-color: green;
}

.bg_purple{
background-color: purple;
}

.bg_gold{
background-color: gold;
}

.bg_blue{
background-color: blue;
}

.bg_violet{
background-color: violet;
}

.bg_1{
background-color: red;
}

.bg_2{
background-color: green;
}

.bg_3{
background-color: purple;
}

.bg_4{
background-color: gold;
}

.bg_5{
background-color: blue;
}

.bg_6{
background-color: violet;
}

.clearfloats{
clear:both;
}
.tallrow{
	padding:10px;
}


.Feature{
    width: 100%;
    padding: 50px 10px 50px 10px;
    clear: both;
    height: 320px;
	 border-radius:10px;
}

.FeatureAlt{
    width: 100%;
    padding: 50px 10px 50px 10px;
    clear: both;
    height: 320px;
    Background-color: #333;
    border-radius: 5px;
}

.FeatureTitle{
	Font-size: 40px;
    /* font-family: serif; */
    color: #ffa827;
}

.FeatureText{
    Font-size: 20px;

}




@media (max-width: 400px) {	
	.tallrow{
		padding:0px;
	}
}

.MagicHover:hover{
//transform: scale(1.05) translateZ(200px);
transition-duration: .1s;
}

.MagicHover{
transition-duration: .25s;
}

@media (max-width: 1200px) {	
	.MagicHover:hover{
	//transform: scale(1.00) translateZ(200px);
	transition-duration: .1s;
	border-color: #337ab7;
	border-width:5px;
	}
}

.pthumbnail {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}
@media (max-width: 768px) {	
	.pthumbnail {
		 position: relative;
		 width: 100%;
		 height: 318px;
		 overflow: hidden;
	}
}

@media (max-width: 400px) {	
	.pthumbnail {
		 position: relative;
		 width: 100%;
		 height: 160px;
		 overflow: hidden;
	}
}

@media (max-width: 500px) {	
	.pthumbnail {
		 position: relative;
		 width: 100%;
		 height: 200px;
		 overflow: hidden;
	}
}

@media (max-width: 600px) {	
	.pthumbnail {
		 position: relative;
		 width: 100%;
		 height: 240px;
		 overflow: hidden;
	}
}

@media (max-width: 700px) {	
	.pthumbnail {
		 position: relative;
		 width: 100%;
		 height: 295px;
		 overflow: hidden;
	}
}

.pthumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.pthumbnail img.portrait {
  width: 100%;
  height: auto;
}

.pthumbnail_product img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
@media (max-width: 700px) {	
	.pthumbnail_product img {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  height: 100%;
	  width: auto;
	  -webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			
	}
	
	.pthumbnail_product {
		 position: relative;
		 width: 100%;
		 height: 295px;
		 overflow: hidden;
	}
}

.pthumbnail_product {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}


.navbar-brand {
    color: #FFF;

}
.navbar-default {
    border-color: #25272E;
background: #222433 none repeat scroll 0% 0%;
border: 1px solid rgba(255,255,255,.07);
}

.navbar-default .dropdown-menu
{
  background-color: #000;
}

.navbar-right {
	/*padding: 15px 2px;*/
	max-height:50px;
}

.CenterVertContainer{
}

.LoginButton{
    float: right;
    padding: 4px 10px;
    background-color: rgba(251,151,0,0.50);
    border-radius: 5px;
    margin: 10px 10px;
    border: solid 1px #FF9900;
}

.LoginButton:hover{
    float: right;
    padding: 4px 10px;
    background-color: rgba(251,151,0,1);
    border-radius: 5px;
    margin: 10px 10px;
    border: solid 1px #FF9900;
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: none;
    border-color: #337ab7;
	border-width:0px;
}


.ng-aside.horizontal .modal-dialog {
    top: 50px;
}




.btn {
    -moz-user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	transition-duration: .25s;
	color:#FFF;
}

.btn,
.btn:hover {
  border-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color:#fff;
}

.ActButton{
    background-color: #e40a5d;
    border: medium none;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    color: #f1f1f1;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    outline: medium none;
    padding: 0;
    position: fixed;
	width:64px;
	height:64px;
	
	Bottom:40px;
	right:40px;
}

.btn-danger {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}	

.btn-default {
	background-Color:#454B52;
}
.btn-default:hover {
	background-Color:#000;
}


.btn-default {

  background-color: #464545;
  border-color: #464545;
}
.btn-default:focus,
.btn-default.focus {

  background-color: #2c2c2c;
  border-color: #060606;
}
.btn-default:hover {

  background-color: #2c2c2c;
  border-color: #272727;
}





 
.btn-bla {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-bla:hover, .btn-bla:focus, .btn-bla:active, .btn-bla.active, .open > .dropdown-toggle.btn-bla {
    background: #33a6cc;
}
 
.btn-bla:active, .btn-bla.active {
    background: #007299;
    box-shadow: none;
}

#page-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
	text-align: left;
    background-color:transparent;
	/*background-color: #1B1C21;
	box-shadow: 0px 0px 0px 1px #25272E;
	border-radius: 5px;
	*/
	min-height: 500px;
    height: auto;
	padding: 15px 15px 10px !important;
}

.card {
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
	background-color: #000;
    text-align: left;
	}
	
.gamecard {
    border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    text-align: left;
    width: 29.3%;
	 min-width:300px;	 
    float: left;
    margin: 10px;
	 border: 2px solid rgba(248, 148, 006, 0.0);
	 transition : border 500ms ease-out;
	 cursor: pointer;
	 background-Color:black;
	}

.gamecard:hover {
	    border: 2px solid rgba(248, 148, 006, 1.0);
		 transition : border 250ms ease-out;
	}		
	

	
@media (max-width: 768px)
	{
		.gamecard {
			 border-radius: 2px;
			 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
			 margin-left: auto;
			 margin-right: auto;
			 margin-top: 16px;
			 background-color: #000;
			 text-align: left;
			 margin: 10px;
			 width:100%
		}
	}	
	
.CatalogDescription {
	}

.CatalogPrice {
	color:gold;
	font-weight:800;
	}
	
.CatalogQuantity {
	color:gold;
	}	
	
.catalog-purchase-page {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

    /*
    text-align: center;
    */
}

.PaytableItem{
	 position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #2B3138;
    border: 1px solid #000;
	 min-height:41px;
}

.PaytableItemPrice{
	 position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #000;
	 min-height:90px;
}

.PaytableItemPrice span{
	Font-size:45px;
	min-height:41px;
}

.PaytableItemButton{
	position: relative;
   display: block;
   padding: 10px 15px;
   margin-bottom: -1px;
   background-color: #2B3138;
   border: 1px solid #000;
	min-height:80px;	
	font-weight:800;
}

.PaytableItemTitle{
	Font-size:20px;
	font-weight:800;
	min-height:41px;
	color:white;
	padding:15px;
	border-radius: 10px 10px 0px 0px;
}

sup {
    font-size: 25px;
}



#payment-form-container {
    /*
        The combination of "text-align: center" in .catalog-purchase-page
        and "display: inline-block" centers the brick widget nicely,
        though it also centers the rest of the text.
        The problem is that when you switch to the other payment options
        iframe, the iframe takes up only the same width as the brick widget
        which makes it like 1/3 as wide as it ought to be
    */
    /*
    display: inline-block;
    */
}

.NoResultsButton{
	margin: 10px;
	padding: 10px;
}

.NoResultsContainer{
	text-align:center; 
	padding:20px
}

@media (max-width: 400px) {	
	.card {
		border-radius: 2px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		text-align: left;
		}
		

}	

.BasicContainer {
    border-radius: 2px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    background-color: #282832;
    text-align: left;
    padding: 15px;
}

/* Angular UI Bootstrap */

.modal-content {
    position: relative;
    background-color: #272727;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0px none;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
}

.nav, .pagination, .carousel, .panel-title a {
	cursor: pointer;
}



.navbar-default .navbar-nav   li  a {
    color: #FFF;
	outline: 0;

}

.navbar-default .navbar-brand {
    color: #FFF;
}

.navbar-default .navbar-nav   li   a :hover{
    color: #FFF;
}

.navbar-default .navbar-brand:hover {
    color: #FFF;
}

.navbar-default .navbar-brand:focus {
    color: #FFF;
}

.ClusterHeading {

    font-size: 28px;
	margin: 16px 0px 0 0;
    min-height: 37px;
    padding: 5px;
	color: grey;
}






.TeamHeader{
padding:5px;
font-weight:600;
font-size: 1.25em;
}


.ListingContainer{
  height: 100px;
  cursor: pointer;
  position:relative;
  
}

@media (max-width: 768px) {
	.ListingContainer{
	  cursor: pointer;
	  position:relative;  
	}
}



div.ListingContainer a {
	text-decoration: none; /* No underlines on the link */
}

.ListingContainerHeader{
    width: 100%;
    Background-color: rgba(20,22,25,1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    Color: #777;
    padding: 4px 10px;
    font-weight: 600;
}

div.ListingContainerHeader a{
	text-decoration: none; /* No underlines on the link */
}

div.ListingContainerHeaderDone a{
	text-decoration: none; /* No underlines on the link */
}

.ListingContainerHeaderDone{
	width:100%;
	Background-color:#5F5E5E;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	Color:black;
	padding: 4px 10px;
	font-weight:600;
}

.ListingContainerHeaderValue{
	Float:right;
	
	
}

.ListCatIcon{
cursor: pointer;
color:grey;
padding:0px 10px 0px 0px;
}




.Cover {
  position: relative;
  height: 100%;
  width: 100px;
  overflow: hidden;
  float: left;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 1);

}

.Cover a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.Cover img {
  width: 100%;
  opacity: 1;
  transition: all 0.25s ease 0s;
  position: absolute;
}


.Cover img:hover {
  width: 100%;
  height: auto;
  //opacity: .5;
  transition: all 0.25s ease 0s;
}

@media (max-width: 600px) {
  .Cover {
	position: relative;
	overflow: hidden;
	background: #000 none repeat scroll 0px 0px;
	float: left;
	width: 100%;
	height: 150px;
  }
  
  .Cover img {
	opacity: 1;
	transition: all 0.25s ease 0s;
	position: absolute;
	left: 0px;
	width: 100%;
	height: auto;
}


.Cover img:hover {
  width: 100%;
  height: auto;
  //opacity: .5;

  }
  
}

.ListCard {
    border-radius: 4px;

	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.63);
    margin-left: 5px;
    margin-right: auto;
    margin-top: 16px;
    background-color: #000;
    text-align: left;
    width: 49%;
    Float: left;
	transition: all 0.5s;
	}
	
.ListCard:hover {
    bbackground-color: #111;
	border-color:White;
	border-width:2px;	
	box-shadow: 0px 0px 0px 2px rgba(66, 72, 86, 0.63);
	transition: all 0.1s;

	}
	
.EventInfo{
	margin: 15px 0px 0px 0px;
	width: 80%;
	position: relative;
	float: left;
}

@media (max-width: 600px) {
	.EventInfo{
		margin: 15px 0px 0px 0px;
		width: 100%;
		position: relative;
	}
}

.Eventline{
	Font-weight:800;
	color:#696D79;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

}

.EventIncomplete{
	Font-weight:600;
	color:#F89406;
}

@media (max-width: 1200px) {
	.ListCard {
		width: 100%;
	}
}	


.GroupName{
	display: inline-block;
    vertical-align: top;
    Nullwidth: 232px;
	color: #F89406;
    font-weight: 600;
}

.EventHeader{
    display: inline-block;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.EventNotice{
	display: inline-block;
   vertical-align: top;
	color: #ff9800;
   font-weight: 600;
	white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.EventNotice a{
	display: inline-block;
    vertical-align: top;
	color: rgba(255, 0, 0, 0.87);
    font-weight: 600;
}

.RunnerupBox{
	clear:both;
}

.ListEventCountLabel{

}

.ListMemberCountLabel{

}

.SiteName {
	display: inline-block;
    Nullwidth: 340px;
	color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
	}	

.OldSubText {
	color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
	}	

.SubText {
	color: rgba(144, 144, 149, 0.5);
	font-weight: 400;	
	}	

	
.ContextMenu{
	Float:right;
	text-align: right;
}

.tk_jumbotron {
    position: absolute;
    top: 0;
    margin-top: 60px;
    opacity: .1;
    width: 100%;
    height: auto;
    z-index: 1;
}

.FontPageHeading {
	color: #E09203;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 1.2em;
	margin-bottom: 0;
	font-weight:600;
	padding-top:15%;
	text-align: center;
}

.FontPageHeading h1 {
    font-size: 35px;
	 font-weight:200;
	 color: rgba(255, 255, 255, 0.9);
	 padding:1px 5px 15px;
}

.FontPageHeading h2 {
    font-size: 20px;
	 font-weight:600;
	 color: rgba(255, 255, 255, 0.9);
	 padding:1px 5px 15px;
}


.Title{
	display: inline-block;
    width: 100%;
	color: white;
    font-weight: Bold;
	background-Color:black;
	font-size:10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Subtitle{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	color: rgba(255, 255, 255, 0.87);
    font-weight: 600;
	font-size:8pt;
	padding: 0 0 0.5em;
}

.Member{

	color: lightgray
    font-weight: Bold;
	background-Color:black;
	font-size:8pt;
}

.Owner{

	color: Lime;
    font-weight: Bold;
	background-Color:black;
	font-size:8pt;
}

.UserDetails{
	background-color: black;
}

.UserContextMenu{
    color: white;
    position: absolute;
    top: 5px;
	Right:-0px;

}

.UserContextMenu a{
    color: inherit;
	font-size:14pt;
}

.EventContextMenu{
     /* background-color: white; */
    color: darkgray;
    /* float: right; */
    height: 100%;
    position: absolute;
    right: 10px;
    width: 25px;
}

.EventContextMenu span{
	z-index:5;
}

.EventContextMenu ul{
	z-index:10;
}


.EventContextMenu a{
    color: inherit;
	font-size:14pt;
}


.UserCard {
    border-radius: 2px;
    margin-top: 16px;
    max-width: 200px;
	width: 113px;
	background-color: #fff;
    text-align: center;
	float:left;
	margin:5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.InfoIcon{
	cursor: pointer;
	padding:0px 10px 0px 0px;
}
.UserCardContent{
position:relative;
}

.UserCardHorz  {
    border-radius: 2px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    background-color: #282832;
    float: left;
    margin: 5px;
    text-align: center;
    width: 48%;
}


.UserCoverHorz {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    cursor: pointer;
    float: left;
    position: relative;
    width: 50px;
}

.UserCoverHorz img {
  width: 100%;
  opacity: 1;
  transition: all 0.25s ease 0s;
}

@media (max-width: 768px) {	
	.UserCardHorz  {
		border-radius: 2px;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
		background-color: #282832;
		float: left;
		margin: 5px;
		text-align: center;
		width: 100%;
	}
}


.UserCoverHorz img:hover {
  width: 100%;
  height: auto;
  //opacity: .5;
  transition: all 0.25s ease 0s;
}

.UserContextMenuHorz{
	position:absolute;
	right:0px;
}

.UserContextMenuHorz a{
    color: grey;
	font-size:14pt;
}

.UserDetailsHorz {
    float: left;
}

.TitleHorz {
    color: white;
    display: inline-block;
    font-size: 11pt;
    font-weight: bold;
    margin-left: auto;
    padding-top: 5px;
    width: 100%;
}
	
.ClusterPanel {
	
	 clear: both;
    padding: 55px 20px 10px;
    margin: 0px 0px 20px 0px;
    /* background: #1E212A; */
    /* border-radius: 4px; */
    /* overflow: hidden; */
    /*box-shadow: 0px 0px 0px 1px #24272F inset; */
    width: 100%;
}	

.ClusterPanelButtonTop {
    //bottom: 7px;
    //position: absolute;
    //right: 2px;
	float:right;
	}


.ClusterPanelHeader {
	padding:20px 0px 3px 0px;
	position: relative;
	clear:both;
	border-bottom: 1px solid rgba(200, 200, 200, 0.26);
	}		
	
.ClusterPanelButtonBottom {
	clear:both;
	margin-right:-20px;
	}		

.ClusterSubtitle {
	Color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    padding-bottom: 4px;
	 display: block;
	}

.ClusterTitle {
	color: #E09203;
    text-decoration: none;
	cursor: default;
    font-size: 22px;
	}

a.ClusterTitleBrowse{
   font-size: 18px;
   opacity: 0.6;
   float: right;
	Color:gray;
   padding-top: 8px;
   text-decoration: none;
	}
	
	a.ClusterTitleBrowse:visited{
	font-size: 18px;
	opacity:0.6;
	float:right;
	Color:gray;
	}

a.ClusterTitleBrowse:hover  {
	font-size: 18px;
	opacity:1;
	Color:white;
	}
	
.TkNavBarButton{
    border-left: 1px #474953 solid;
    border-right: 1px #474953 solid;
    padding-right: 10px;
    padding-left: 10px;
    height: 48px;
    float: left;
    padding-top: 15px;
	 transition: Background-color .25s ease;
	 font-Size:14px;
	 color:#C8C8C8;
}

.TkNavBarButton:hover{
	 Background-color:black;
	 transition: Background-color .25s ease;
	 color:white;
	 
}

a.TkNavBarButton{
	text-decoration:none;
	color:#C8C8C8;
}

a.TkNavBarButton:hover{
	color:white;
}

	
.UserCover {
  position: relative;
  width: 100%;
  /*overflow: hidden; */
  float: left;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
  cursor:pointer;

}

.UserCover img {
  width: 100%;
  opacity: 1;
  transition: all 0.25s ease 0s;
}

.UserCover img:hover {
  width: 100%;
  height: auto;
  //opacity: .5;
  transition: all 0.25s ease 0s;
}	

.LocationBar{
    background-color: black;
    height: 50px;
    position: fixed;
    top: 51px;
	left:0px;
    width: 100%;
    z-index: 50;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	border-width: 0 0 1px;
    top: 50px;
}
.RunnerUpItem{
	float:left;
	padding-left: 20px;
	color: #fff6eb;
   font-Size: 12pt;
   Font-weight: 600;
}

.RunnerUpItemPrize{
	display:none;
}



@media (max-width: 768px) {	
.LocationBar{
    background-color: black;
    height: 50px;
    position: absolute;
    top: 51px;
	left:0px;
    width: 100%;
    z-index: 5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	border-width: 0 0 1px;
    top: 50px;
	}
	
	.ClusterSubtitle {
	display: None;
	}
}
@media (max-width: 1024px) {	
	.NavbarSearch{
		display:none;
	}
}
@media (max-width: 400px) {	
.LocationBar{
    background-color: black;
    height: 35px;
    position: absolute;
    top: 51px;
	left:0px;
    width: 100%;
    z-index: 5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	border-width: 0 0 1px;
    top: 50px;
	}
	

}

.LocationBarContent{
    position: absolute;
    top: 5px;
	left:60px;
	font-size: 28px;
    font-weight: 600;
    min-height: 37px;
	color: gray;
	white-space: nowrap;
}

@media (max-width: 600px) {	
	.LocationBarContent{
    color: gray;
    font-size: 4vw;
    font-weight: 600;
    left: 15px;
    min-height: 20px;
    position: absolute;
    top: 10px;
    white-space: nowrap;
	}
}

@media (max-width: 800px) {	
	.LocationBarContent{
    color: gray;
    font-size: 20px;
    font-weight: 600;
    left: 15px;
    min-height: 20px;
    position: absolute;
    top: 10px;
    white-space: nowrap;
	}
}
@media (max-width: 600px) {	
	.GetItButton{
		display:none;
	}
}

.GetItButton{
	margin:10px 10px 0 0
}

.LocationBarTitle{
    position: absolute;
    top: 5px;
	left:60px;
	font-size: 28px;
    font-weight: 600;
    min-height: 37px;
	color: gray;
	
}

.LocationBarSpacer{
    height: 30px;
}
@media (max-width: 400px) {	
	.LocationBarSpacer {
		height: 15px;
	}
}
@media (max-width: 400px) {	
.nav > li > a {
    display: block;
    padding: 1px 7px;
    position: relative;
}
}
.LocationBarIcon{
	padding:6px 6px 6px 10px;
	font-size: 28px;
    font-weight: 600;
	color: gray;
}
@media (max-width: 600px) {	
	.LocationBarIcon {
		display: none;
	}
}
@media (max-width: 600px) {	
	.PhoneHide{
	 display:none;
	}
}

.LocationBarIconRight{
    color: gray;
}

.ContextMenuBracketRound{
    color: gray;
	height: 100%;
    position: absolute;
    right: 0;
}


.LocationBarJoin{
    /*background-color: black;*/
    height: 100%;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
}


.Banner{
   overflow:hidden;
   width: 100%;
	background-color:#131317;

	position:relative;
	box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.5);
	background-size: 100% auto;
   background-repeat: no-repeat;
	text-align: center;
}

.Banner img{
   width: 100%;
	height:auto;
}
@media (max-width: 100px) {	
	.Banner{
		overflow:hidden;
		width: 100%;
		background-color:#131317;
		max-height: 100px;
		height: 140px;	
		position:relative;
		box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.5);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}

.BannerBackground{
    width: 100%;
	height:100%;
	background-size:cover;
	background-attachment:fixed;
	position:absolute;
	z-index:-10;
	left:0px;
	opacity:0.4;
	transition: all 0.25s ease 0s;
	
}

.EventCoverImage{
    overflow:hidden;
    width: 100%;
	background-color:#131317;
	max-height: 320px;
	height: 320px;	
	position:relative;
	box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.5);
	background-size: 100% auto;
    background-repeat: no-repeat;
}

.EventBackground{
    width: 100%;
	height:100%;
	background-size:cover;
	background-attachment:fixed;
	position:absolute;
	z-index:-10;
	left:0px;
	opacity:0.4;
	transition: all 0.25s ease 0s;
	
}

@media (max-width: 400px) {	
.LocationBarJoin{
	background-color: black;
    height: 100%;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 0;
	}
	
.EventCoverImage{
	max-height: 150px;
	height: 150px;	
	}

	
}

@media (max-width: 768px) {	
	.EventCoverImageTag{
		display:none;
	}
}

.EventCoverImageTag{
	width:75px;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align: center;
	color: black;
}

.EventCoverImage img{
	width:100%;
	height:auto;
}

.EventDetailTitle{
	color: white;
    font-size: 30pt;
    font-weight: 600;
    padding: 10px;
    position: absolute;
    top: 9em;
	text-shadow: 0 0 5px #000000;
	display:none;
}

.EventDetailTitle h3{
	color: white;
	text-shadow: 0 0 5px #000000
}

.EventDetailInfo{
padding:15px;
}

.EventWinner{
text-align:Center;
Padding:5px;
}

#MainMenuAside li {
list-style: none outside none;
padding-top:5px;
font-size:1.2em;
}

#MainMenuAside {
}

.mmodal-content {
height: 100%;
background-color:white;
}

.more{
    background-color: #337ab7;
    color: white;
    font-weight: 600;
    margin-left: auto;
    padding: 3px;
    text-align: center;
    width: 100px;
	border-radius: 4px;
	float:right;
}
.more a{

    color: white;
    font-weight: 600;
    margin-left: auto;
    padding: 3px;
    text-align: center;
}

.navimagecontainer{
    float: left;
    height: 30px;
    margin: -5px 10px;
    width: 30px;
}

.navimagecontainer img{
	height:auto;
	width: 100%;
	border-radius: 4px;
}

.btn-info{
    background-color: #2e3338;
    background-image: none;
    border: 1px solid #ccc;
	color: #aaa;
	

}
/* slate experment */

.panel {
  margin-bottom: 20px;
  background-color: #2e3338;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #3e444c;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #1c1e22;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.panel-default {
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-default > .panel-heading {
  color: #c8c8c8;
  background-color: #3e444c;
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-default > .panel-heading .badge {
  color: #3e444c;
  background-color: #c8c8c8;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-primary {
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #7a8288;
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-primary > .panel-heading .badge {
  color: #7a8288;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-success {
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #62c462;
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-success > .panel-heading .badge {
  color: #62c462;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-info {
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-info > .panel-heading .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-warning {
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #656565;
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-warning > .panel-heading .badge {
  color: #f89406;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-danger {
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ee5f5b;
  border-color: rgba(0, 0, 0, 0.6);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-danger > .panel-heading .badge {
  color: #ee5f5b;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}

.btn-info:hover{
background-color:#28A4C9;
}


.btn-info {
  color: #ffffff;
  //background-color: #5bc0de;;
  //border-color: #5bc0de;
    background-color: #222433;
    border-color: #333846;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1f7e9a;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-warning {
  color: #ffffff;
  background-color: #f89406;
  border-color: #f89406;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #c67605;
  border-color: #7c4a03;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #c67605;
  border-color: #bc7005;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c67605;
  border-color: #bc7005;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a36104;
  border-color: #7c4a03;
}


.MainLink {
        display:none;
    }


@media (max-width: 768px)
{
    /* don't use the fixed navbar on iPhone */
    .navbar-fixed-top
    {
    position: relative;
    top: auto;
    }

    body {
        background-color: #ecf0ef;
        padding-top: 0px;
    }

    .ng-aside.horizontal .modal-dialog {
        top: 0px;
    }
	
.MainLink {
        display:inline;
    }
}


 
/* Slate nav tabs start */ 
 .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #1c1e22 #1c1e22 #1c1e22;
  background-color: #3e444c;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #E17F00;
  border: 1px solid #1c1e22;
  border-bottom-color: transparent;
  cursor: default;
  transition:0.2s;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #1c1e22;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #353941;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #272b30;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #1c1e22;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #1c1e22;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #272b30;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* Slate nav tabs end */

/* Bracket */

.BracketContainer{
  position: relative;
  width: 100%;
  margin: 0px 0px;
  overflow: hidden;
  padding: 0px 10px;
  background-color: #222;
}

.BracketContainerFullWidth{
  position: absolute;
  width: 100vw;
  left: 0px;
  z-index: 10000;
  margin-left: auto;
  Height: 100vh;
  top: 173px;
  background-Color:#131317;
}

.FullScreen{
  position: absolute;
  width: 100vw;
  left: 0px;
  z-index: 10000;
  margin-left: auto;
  Height: 100vh;
  top: 0px;
}

.bracket {
  position: relative;
}

.bracket-round-header {
  width: 225px;
  text-align: center;
  float: left;
  padding-top: 3px;
  padding-right: 25px;
  border-width: 0px;
  border-style: solid;
}

.bracket-round-header-container {
    position: absolute;
    background-color: #3E444C;
    width: 250px;
    height: 25px;
    padding-right: 50px;
    border-right: 1px solid #040404;
}
.bracket-round-header-spacer {

	width: 25px;
	border-width: 0px;	
	border-style: solid;	
	border-right: 1px solid #C5C5C5;
	float:left;
	height:25px;
}


.EventContainerCard {
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
	background-color: #131317;
    text-align: left;
	}

@media (max-width: 400px) {	
	.EventContainerCard {
		border-radius: 2px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		text-align: left;
		}
}	

.bracket-box {
  position: absolute;
  width: 200px;
  /*min-width: 150px;*/
  height: 30px;
  table-layout: fixed;
  cursor: pointer;
  color:white;
}

.bracket-box-top-right {
  position: absolute;
  width: 25px;
  height: 32px;
  border-width: 2px;
  border-style: none;
  border-top-style: solid;
  border-right-style: solid;
}

.bracket-box-bottom-right {
  position: absolute;
  width: 25px;
  height: 32px;
  border-width: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-right-style: solid;
}

.bracket-box-top {
  position: absolute;
  width: 25px;
  height: 2px;
  border-width: 2px;
  border-style: none;
  border-top-style: solid;
}

.bracket-winner-box {
    position: absolute;
    width: 200px;
    height: 64px;
    table-layout: fixed;
    border-radius: 10px;
    color: #000;
    background-color:#FFCF45;
	box-shadow: 0px 0px 9px;
}

.bracket-winner-box div {
    color: #000;
}

.bracket-highlight {
  color: rgb(255, 207, 69);
}

.bracket-highlight-winner {
  color: #FFCF45;
}

.HoverSelect:hover{
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px 5px #1E90FF;
	transition-duration: 0.1s;
	transition-timing-function: linear;
}

.SelectPlayerPicture:hover{
	 margin: 10px;
    border: 2px solid gold;
    transition: border 500ms ease-out;
    cursor: pointer;
    background-Color: black;
	 width:128px;

}

.SelectPlayerPicture{
    margin: 10px;
    border: 2px solid black;
    transition: border 500ms ease-out;
    cursor: pointer;
    background-Color: black;
	 width:128px;

}

.SelectPlayerPicture img{

	 width:100%;
	 height:auto;

}



.bracket_matchnumber{
  background-color:#2196F3;
  /*min-width:30px;*/
  width: 30px;
  Text-align:center;
  border-radius: 10px 0 0 10px;
  color:white;
}

.bracket_teamname{
	background-color:#2196F3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*min-width:140px;*/
  width: 140px;
	padding-left:5px;
	/* box-shadow:0px 1px 2px rgba(0, 0, 0, 0.5); */
}

.bracket_teamresult{
  background-color:#A5A195;
  /*min-width:30px;*/
  width: 30px;
  Text-align:center;
  border-radius: 0 10px 10px 0;
  color:#000;
}

.bracket_teamresult span{
visibility: hidden;
}

.bracket_teamresult_win{
  background-color:#FFCF45;
  /*min-width:30px;*/
  width: 30px;
  Text-align:center;
  border-radius: 0 10px 10px 0;
  color:#000;
}

.bracket_teamresult_win span{
visibility: visable;
}

/* Bracket End */


.ProductSelector{
background-color:black;
cursor:pointer;
margin:5px;
Float:left;
width:130px;
max-width:140px;
}

.ProductSelectorImage{
height:auto;
width:100%;
text-align:center;
}


.ProductSelectorName{
color:white;
Font-weight:800;
text-align:center;
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
font-Size:14px;
padding:0 3px;
}

.ProductSelector:hover .ProductSelectorName{
color:orange;
}

@media (max-width: 400px)
{
	.ProductSelector{
		background-color:black;
		cursor:pointer;
		margin:5px;
		Float:left;
		width:100%;
		max-width:100%;
		display:table-cell;
		vertical-align:center;
	}

	.ProductSelectorImage{
		height:64px;
		width:64px;
		float:left;
	}

	.ProductSelectorImage.img{
		height:auto;
		width:100%;
		text-align:center;
		max-height:100px;
	}


	.ProductSelectorName{
		color:white;
		Font-weight:800;
		text-align:center;
		white-space: nowrap;
		overflow:hidden;
		text-overflow: ellipsis;
		font-Size:14px;
		padding:0 3px;
		float:left;
	}
}


.ProductSelectorTitle{
	color:grey;
	Font-weight:800;
	text-align:center;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	font-Size:14px;
	padding:0 3px;
   width: 100%;
   background-color: black;
}

.ProductSelectorTitle:hover{
color:White;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #FFF;
    background-color: #31333E;
    background-image: none;
    border: 1px solid #474953;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #2B3138;
    border: 1px solid #000;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #31333E;
	opacity: 0.45;
	color: #FFF;
	}

	
.dropdown-menu {
    color: #FFF;
    background-color: #000;
	border: 1px solid #25272E;
	z-index:250;
}

.dropdown-menu > li > a {
    color: #FFF;
    text-decoration: none;
	background-Color:#000;
}
	
.dropdown-menu > li > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #1B2A6B;
}

.cg-busy-animation {
  position: fixed;
  left: 0;
  right: 0;
  top: 10%;
}

.EventProductIcon {
    width: 120px;
    Height: auto;
    position: absolute;
    right: 2px;
    bottom: 2px;
    border-radius: 6px;
    overflow: hidden;
    border-color: black;
	box-shadow: 0px 0px 5px #000;
	Transform:Scale(1);
	transition-duration:0.25s;
}

.EventProductIcon:hover {
	Transform:Scale(1.05);
	transition-duration:0.25s;
	box-shadow: 0px 0px 10px 3px #FFF;
}

@media (max-width: 768px)
{
	.EventProductIcon {
    width: 64px;
	}
	
}

@media (max-width: 400px)
{
	.EventProductIcon {
    width: 64px;
	left: 0px;
	}
	
}

.WinBoxContainer{
	width: 100%;
	padding:10px;
}

.WinBox{
	width: 100%;
	border-radius: 8px;
	background-color: #1D1D1D;
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	min-height: 139px;
	border: solid 2px #E18F00;
	box-shadow: 0 0 10px #E18F00, 0px -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
	margin:20px 0px;

}

.WinBoxLeft{
}


.WinBoxMessage{
	color:#e17f00;
	font-Size:16pt;
	Font-weight:600;
	width:100%;
}

.WinBoxName{
	color:#FFF;
	font-Size:30pt;
	Font-weight:600;
	text-shadow: 0 0 10px #e17f00, 0px 0px 10px #e17f00
}

.PrizeBox{
	border-width: 5px;
	border-color: #E17F00;
	padding: 5px;
	border-radius: 8px;
	background-color: #363636;
	height: 100px;

}

.PrizeBoxText{
	color:#e17f00;
	font-weight: bold;	
}

.PrizeBoxIcon{
}

.PrizeBoxValue{
	Color:#FFF;
	font-weight: bold;
	font-Size:20pt;
}

.PrizeBoxLabel{
	Color:#FFF;
	font-weight: bold;	
	font-Size:12pt;	
}

.alert-info {
    color: #E17F00;
    background-color: #000;
    border-color: #000000;
}

.TeamCard{
	width: 100%;
	border-radius: 8px;
	background-color: #1D1D1D;
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	min-height: 139px;
	border: solid 2px #111;
	margin:20px 0px;
}
	
@media (max-width: 400px)
{

.WinBoxContainer{
	width: 100%;
	padding:10px;
}

.WinBox{
	width: 100%;
	border-radius: 8px;
	background-color: #1D1D1D;
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	min-height: 139px;
	border: solid 2px #E18F00;
	box-shadow: 0 0 10px #E18F00, 0px -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
	margin:20px 0px;

}

.WinBoxLeft{
	width: 100%;
	float: left;
}


.WinBoxMessage{
	color:#e17f00;
	font-Size:16pt;
	Font-weight:600;
	width:100%;
}

.WinBoxName{
	color:#FFF;
	font-Size:20pt;
	Font-weight:600;
	text-shadow: 0 0 10px #e17f00, 0px 0px 10px #e17f00
}

.PrizeBox{
	border-width: 5px;
	border-color: #E17F00;
	padding: 5px;
	margin: 10px;
	border-radius: 8px;
	background-color: #363636;
	width: 97%;
	height: 70px;
	float: left;
}

.PrizeBoxText{
	color:#e17f00;
	font-weight: bold;	
}

.PrizeBoxIcon{
}

.PrizeBoxValue{
	Color:#FFF;
	font-weight: bold;
	font-Size:14pt;
}

.PrizeBoxLabel{
	Color:#FFF;
	font-weight: bold;	
	font-Size:10pt;	
}


}

.SignupFormContainer{
	border-radius: 7px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	background-color: #000;
	text-align: left;
	width: 400px;
	padding: 18px 30px 60px;
	float: left;
}

.SignupContainer{
	border-radius: 7px;
	background-color: none;
	text-align: left;
	padding: 20px;
	float: left;
	margin-left:20px;
	height:400px;
}

.SignupContainer h1{
	Color: #F89406;
	Font-size:30px;
}

.SignupContainer span{
	Color: #grey;
	Font-size:20px;
	font-weight:600;
}


@media (max-width:  768px)
{

	.SignupFormContainer{
		border-radius: 7px;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
		background-color: #000;
		text-align: left;
		width: 100%;
		padding: 18px 30px 60px;

	}

	.SignupContainer{
		border-radius: 7px;
		text-align: left;
		width: 100%;
		margin-left:20px;
	}
}


.LoginFormContainer{
	border-radius: 7px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	background-color: #000;
	text-align: left;
	width: 400px;
	padding: 18px 30px 60px;
	float: left;
}

.LoginContainer{
	border-radius: 7px;
	background-color: none;
	text-align: left;
	padding: 20px;
	float: left;
	margin-left:20px;
	height:400px;
}

.LoginContainer h1{
	Color: #F89406;
	Font-size:30px;
}

.LoginContainer span{
	Color: #grey;
	Font-size:20px;
	font-weight:600;
}

@media (max-width:  768px)
{

	.LoginFormContainer{
		border-radius: 7px;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
		background-color: #000;
		text-align: left;
		width: 100%;
		padding: 18px 30px 60px;

	}

	.LoginContainer{
		border-radius: 7px;
		text-align: left;
		width: 100%;
		margin-left:20px;
	}
}

/* Overide fixes to for Dark theme */
.HelpIcon{
	cursor: pointer;
	padding: 0px 10px 0px 8px;
	color: #464545;
	font-size: 1.5em;
	vertical-align: middle;
}

.HelpIcon:hover{
	color: #FFF;
}


.popover {
    #background: #333;
	color:black;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .70;
}

.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1.0;

/* Dark Pagination test */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  background-color: #3a3f44;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.6);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #232628;
  border-color: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #7a8288;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.6);
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #3a3f44;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #7a8288;
  background-color: #3a3f44;
  cursor: not-allowed;
}


/* Bluesnap Hosted Payment Fields styles*/
.helper-text {
  color: #e93143;
  font-size: 12px;
  margin-top: 5px;
  height: 12px;
  display: block;
}

.hosted-field-focus { 
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.hosted-field-invalid {
  border: 1px solid #e93143;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,49,67, 0.8);
}

.hosted-field-valid {
  border: 1px solid #14ba57 ;
}

