header {
	position: relative;
	padding: 20px;
}

header.with-back {
	padding: 20px 20px 20px 50px;
}

header .go-back {
	width: 20px;
	height: auto;
	position: absolute;
	top: 40px;
	left: 15px;
	cursor: pointer;
}
header .go-back img {
	width: 100%;
	height: auto;
}

header .logo {
	width: 100%;
	height: auto;
}

header .logo2 {
	width: 100%;
	height: auto;
}

header .logo2 img {
	width: 100%;
	height: auto;
}

#menu {
	margin: 20px;
	padding: 0;
	text-align: center;
}

#menu li {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}

#menu li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
}

#loading {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 200;
	display: none;
}

#loading .spinner {
	background: #fff;
	padding: 30px;
	border-radius: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.msg-error {
	margin-bottom: 15px;
	font-weight: bold;
}

.user {
	padding: 10px;
	text-align: center;
}

.user .user-name {
	font-size: 140%;
}

.user .user-points {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}

.user .my-rank {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}

.user .logout {
	background: rgb(233, 63, 51);
	color: #000000;
	border-radius: 3px;
	padding: 2px 8px;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
}

.home {
	padding: 15px;
}

.home .tabs .tab {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}

.home .tabs .tab.active {
	background: #1d1d1d;
	border: 1px solid rgba(255,255,255,0.1);
	border-width: 1px 1px 0 1px;
	position: relative;
	z-index: 2;
}

.home .tabs .tab-content {
	display: none;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	background: #1d1d1d;
	position: relative;
	z-index: 1;
	margin-top: -1px;
}

.home .tabs .tab-content.active {
	display: block;
}

label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

input[type="text"], input[type="number"], input[type="password"] {
	-webkit-appearance: none;
	border: 0;
	background: white;
	padding: 10px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 5px;
	color: black;
}

input[type="submit"] {
	border: 0;
	padding: 10px;
	background: rgb(88, 172, 62);
	color: black;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	border-radius: 5px;
}

.otp {
	padding: 20px;
}

.otp p {
	display: block;
	margin-bottom: 20px;
}

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

.otp-result p {
	display: block;
	margin-bottom: 20px;
}

.otp-result .btn {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	padding: 10px;
	background: rgba(241, 196, 15,1.0);
	color: black;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}

.otp .resend-otp {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	padding: 10px;
	background: rgba(241, 196, 15,1.0);
	color: black;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}

.otp input[type="submit"] {
	border: 0;
	padding: 10px;
	background: rgb(88, 172, 62);
	color: black;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: auto !important;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
}

.single-schedule {
	display: none;
	padding: 20px;
	font-size: 20px;
}

.single-schedule .date {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 3px;
}

.schedule {
	padding: 15px;
	margin-bottom: 20px;
	padding: 20px;
}

.schedule .day {
	padding: 15px;
	margin-bottom: 20px;
	background: #1d1d1d;
	font-size: 20px;
	border-radius: 2px;
	display: block;
	color: inherit;
	text-decoration: none;
}

.schedule .day .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 3px;
}

.schedule .day .current {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 3px;
	background: rgb(88, 172, 62);
	padding: 2px 5px;
	color: #1d1d1d;
	letter-spacing: 1px;
	border-radius: 2px;
	margin-left: 10px;
}

.schedule .day .over {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 3px;
	background: rgba(255, 255, 255, 0.1);
	padding: 2px 5px;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 2px;
	margin-left: 10px;
}

.will-start {
	background: #1d1d1d;
	padding: 4px 4px 4px 10px;
	margin: 6px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
}

.categories {
	padding: 5px 0px;
}

.team-description {
	padding: 10px;
}

.categories .category {
	background: rgb(88, 172, 62);
	color: white;
	padding: 11px 15px 10px 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	font-size: 12px;
	font-size: 15px;
	color: black;
}

.categories .category.full {
	background: rgb(233, 63, 51);
	color: #000;
}

.category-heading:first-of-type {
	margin-top: 0px;
}

.category-heading {
	margin-top: 30px;
}

.player {
	background: #1d1d1d;
	padding: 4px 4px 4px 10px;
	margin: 6px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
	position: relative;
}

.player .cat-label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 8px;
	border-radius: 2px;
}

.player .team-name {
	display: block;
	font-size: 10px;
}

.player .toggle {
	display: block;
	background: rgb(88, 172, 62);
	color: #1d1d1d;
	float: right;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 12px;
	z-index: 30;
	cursor: pointer;
}

.player .toggle.added {
	background: rgb(244, 128, 36);
}

.team {
	padding: 5px;
}

.user-player {
	padding: 5px 8px;
	background: rgb(149, 193, 43);
	color: #000;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
}

.user-player.bowling {
	padding-right: 30px;
	background: rgba(241, 196, 15,1.0) url('../images/ball.svg') no-repeat;
	background-position: center right;
	background-size: 20px;
}

.user-player.batting {
	padding-right: 40px;
	background: rgba(241, 196, 15,1.0) url('../images/bat.svg') no-repeat;
	background-position: center right;
	background-size: 30px;
}

.create-team {
	background: rgb(88, 172, 62);
	color: #000000;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px 6px 30px 6px;
	display: none;
	cursor: pointer;
}

.summary-wrap {
	height: 50px;
	width: 100%;
}

.summary {
	background: #000;
	border-top: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	padding: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
}

.summary .count {
	font-size: 12px;
	letter-spacing: 1px;
	float: left;
}

.player-dialog {
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: none;
}

.player-dialog .dialog {
	padding: 10px;
	background: #fff;
	color: black;
	width: 350px;
	margin: 100px auto;
	border-radius: 3px;
	text-align: center;
}

.player-dialog .dialog .player-name {
	font-size: 20px;
	margin-bottom: 10px;
}

.player-dialog .dialog p {
	margin-bottom: 8px;
}

.player-dialog .dialog .btn-captain {
	text-align: center;
	background: rgb(88, 172, 62);
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	margin: 10px;
	cursor: pointer;
}

.player-dialog .dialog .btn-cancel {
	text-align: center;
	background: rgb(233, 63, 51);
	color: #fff;
	padding: 5px 20px;
	display: block;
	vertical-align: middle;
	font-size: 13px;
	margin: 10px 20px;
	cursor: pointer;
}

.points {
	background: #1d1d1d;
	padding: 20px 20px 20px 20px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 20px
}

.points span {
	float: right;
}

.points .position {
	background: #333333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	letter-spacing: normal;
}

.rules span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

.teams {
	margin: 50px 0 30px 0;
	text-align: center;
}

.teams img {
	width: 80%;
	height: auto;
	margin-bottom: 50px;
}

.banner {
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	border-radius: 4px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner img {
	width: 100%;
	height: auto;
}
.footer {
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
/*--GENERAL--*/
html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

*, ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style: decimal;
}

body {
	font-family: 'Raleway', sans-serif;
  width: 100%;
  font-size: 16px;
  color: #fff;
	background: #000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  position: relative;
  height: 100%;
  text-rendering:optimizeLegibility;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

::-webkit-scrollbar {
  width: 10px;
  height:8px;
  background:#eee;
}

::-webkit-scrollbar-button {
  width: 8px;
  height:8px;
}

::-webkit-scrollbar-track {
  background:#eee;
  border: none;
  box-shadow: 0px 0px 3px #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
  background:#BDBDBD;
  border: none;
  border-radius:15px;
}

::-webkit-scrollbar-thumb:hover {
  background:#CCCCCC;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

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

.pull-right {
	float: right;
}

.pull-left{
	float: left;
}

@media (max-width: 680px) {
	.banner {
		margin-bottom: 30px;
		height: auto;
	}

	.player-dialog .dialog {
		width: 300px;
	}

	.player .cat-label {
		margin-left: 5px;
		padding: 0 4px;
	}
}
