/*******************************
            Global
*******************************/

html,body {
  height: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  color: #555555;
  text-rendering: optimizeLegibility;
  min-width: 320px;
}

/*******************************
          UI Overrides
*******************************/

.ui.header {
  font-family: 'Source Sans Pro', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.ui.header, h1,h2 {
  font-weight: normal !important;
}

#homebanner h1.ui.header {
  font-size: 3em;
  text-shadow: #515151 2px 2px 1px;
}

h3.ui.shadowed.header {
  text-shadow: #515151 2px 2px 1px;
}

h4.ui.header, h5.ui.header, .ui.icon.header {
  font-weight: bold !important;
}

.ui.button {
  font-weight: normal;
  text-decoration: none;
}

a {
  color: #009FDA;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #00BAFF;
}

p a {
  font-weight: bold;
}

.line-through, a.line-through, a.line-through:visited {
	text-decoration: line-through;
}

div.ui.inverted.relaxed.stackable.container.grid {
	background-color: #000;
	color: #ffffff;
}

.blackbg {
	background-color: #000;
	color: #fff;
}

/* @group MJB */

.ui.header.nobottommargin {
	margin-bottom: 0;
}

.column img {
	width: 100%;
}

td.alignright, .ui.table th.alignright {
	text-align: right;
}

td.aligncenter, .ui.table th.aligncenter {
	text-align: center;
}

span.grey {
	color: #c5c5c5;
}

div#tournamenttimerbackgrounder {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	

}

div#tournamenttimer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.unknown {	
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);  
}

.hidden {
	display: none;
}

#display_big_blind {
	margin-top: 0;
	margin-bottom: 0;
}

#display_big_blind h1 {
	font-size: 15em;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	line-height: 1em;
}

.paused h1 {
	color: #d33355;
}

.active h1 {
	color: #30d800}

#timebutton {
	font-size: 5em;
	padding: .2em;
}

#blind_time_remaining i {
	padding-top: .25em;
}

#timebuttonvalue {

}

.clearboth {
	clear: both;
}

.player_name {
	text-overflow: ellipsis;
	overflow: hidden;
	
}

.semitransparent {
	opacity: 0.75;
}

@media only screen and (max-width: 768px) {
td.alignright, .ui.table th.alignright {
	text-align: left;
}

td.aligncenter, .ui.table th.aligncenter {
	text-align: left;
}	
	}

/* @end */

/*******************************
            Global
*******************************/

.menu .right.menu > .mobile.item {
  display: none;
}

.ui.page.grid.segment {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

#homebanner {
  background-image: url(/images/home-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0em;
  padding-top: 4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.1) inset !important;
  box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.1) inset !important;
}

.masthead.segment .column {
  position: relative;
}

.masthead.segment .information {
  margin: 3em 1em 1em 280px;
}

.masthead.segment .information p {
  max-width: 600px;
  margin: 0em 0px 2em 0em;
  font-size: 1.2em;
}

.masthead.segment h1.ui.header .sub {
  font-size: 0.7em;
}

.masthead.segment .image {
  position: absolute;
  left: 0%;
  bottom: -110px;
}

.overview .divided.grid .header + p {
  min-height: 100px;
}

.ui.shape .icon,
.link.list .icon {
  margin: 0em;
  padding: 0em;
}

.ui.cube.shape .side {
  background-color: transparent;
}

#regdiv {
	padding-right: 1em;
	padding-left: 1em;
}

/*******************************
          Responsive
*******************************/

/* Mobile Only */

@media only screen and (max-width : 768px) {

.masthead.segment {
  background-image: url(/images/home-bg-mob.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0em;
  padding-top: 4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.1) inset !important;
  box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.1) inset !important;
}
  .ui.page.grid.segment {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu .right.menu > .item {
    display: none;
  }

  .menu .right.menu > .mobile.item {
    display: block;
  }

  h1.ui.header {
    font-size: 1.5em;
  }

  .masthead.segment {
    -webkit-background-size: auto;
    background-size: auto;
  }

  .masthead.segment .information {
    margin-left: 190px;
  }

  .masthead.segment .image {
    bottom: -65px;
    width: 150px;
  }

  .masthead.segment .button {
    font-size: 1rem;
  }

  .overview .divided.grid .header .icon {
    font-size: 1.5em;
  }

  .overview .divided.grid .header + p {
    min-height: 0px;
  }

  .masthead.segment .column {
    font-size: 0.7rem;
  }

  .masthead.segment .column p {
    display: none;
  }

  .selection.list .right.floated {
    display: none;
  }
}

@media only screen and (max-width : 1000px) {

}