@import url('https://fonts.googleapis.com/css?family=Bungee+Shade|Krona+One|Ubuntu|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Ultra');

/*
font-family: 'Krona One', sans-serif;
font-family: 'Bungee Shade', cursive;
font-family: 'Montserrat', sans-serif;
*/

/* Basic
=================================================================== */

body {
	background: #F5F5F5;
	color: #e4e4e4;
	border: none;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 400;
  padding:0 0;
}
a {
	text-decoration: none;
	color:inherit;
}
a:hover, a:active, a:checked {
	/* color: #00284b; */
}
.noMarginLeft {
	margin-left: 0px !important;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
}

h2 {
	font-size: 16px;
	line-height: 16px;
}

h3 {
	font-size: 15px;
	line-height: 15px;
}

h4 {
	font-size: 14px;
	line-height: 14px;
}

h5 {
	font-size: 13px;
	line-height: 13px;
}

h6 {
	font-size: 12px;
	line-height: 12px;
}

button:focus {outline:0;}

.navbar-toggler {
    margin-top: -80px;
}
.navbar-brand {
    margin: 10px 20px;
}
.go_logo {
    max-width: 150px;
    margin: -5px auto;
}
/* Header Section
=================================================================== */
.navbar {
	margin-bottom: 0px;
}

.navbar-inner {
	margin-bottom: 0px;
  	min-height: 40px;
  	padding-right: 20px;
  	padding-left: 20px;
	background: #080808;
	filter: none;
	text-shadow: 1px 1px 1px #0a0c0e;
	border: none;
	color: #fff;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	*zoom: 1;
	border-bottom: 1px solid #38383D; /* rgba(0, 0, 0, 0.05); */

}

.navbar-inner a {
	color: #7b7b7b;
	text-shadow: 0 -1px 1px #0b090a;
}

.navbar-inner a i {
	margin-top: 2px;
}

.navbar-inner a:hover i {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.navbar-toggler {
    border: none;
}
.brand img {
	margin: -12px 0px -5px 0px;
}

a.brand span {
	color: #fff;
	text-shadow: none;
}

.header-nav {
	padding: 0px;
	color: #fff !important;
	background: #000 !important;
}

.header-nav .nav {
	margin: 0px;
}
.header-nav .btn {
  	display: inline-block;
  	padding: 21px 20px;
	margin-top: 0px;
  	margin-left: 0px;
  	font-size: 14px;
  	line-height: 20px;
  	text-align: center;
  	text-shadow: none;
  	vertical-align: middle;
  	cursor: pointer;
  	background: transparent;
  	border-left: none;
	border-right: none;
	border-top: 0px;
	border-bottom: 0px;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	-webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
          	box-shadow: none !important;
}

.header-nav a.btn  {
	color: #fff !important;
	text-shadow: none !important;
	padding: 10px 25px !important;
}

.header-nav .btn .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}

.header-nav .btn:hover .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}
header {
    position: relative;
    background-color: black;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
    max-height: 880px;
    /* max-width: 2135px; */
    margin: 0 auto;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #031301;
    opacity: 0.2;
    z-index: 1;
}
.header-box {
    z-index: 10;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    display: block;
		text-align: center;
}
.navbar, #navbarHeader {
	z-index:10;
	/* position:relative; */
	background: #333;
}
.jumbotron video {
	width:100%;
}
.player_img {
	width:100%;
	margin-top: -7px;
}
.container_100 {
	width:100%;
}
header video {
    position: absolute;
    top: 45%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.player_name {
    position: absolute;
    padding: 3px 8px;
    background: #fafd12;
    color: #000;
    font-weight: 800;
    top: 3%;
    left: 6%;
		text-transform:uppercase;
}
.home_club {
    position: absolute;
    padding: 5px 10px;
		background: #fafd12;
    color: #000;
    font-weight: 300;
    bottom: 3%;
    right: 6%;
}
@media screen and (max-width: 1024px) {
.player_img {
    margin-top: 0px;
    margin-bottom: 7px;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media screen and (max-width: 1024px) {
header video {
    position: absolute;
    top: 45%;
    left: 28%;
}
.go_logo {
	max-width: unset;
	width:25%;
}
.navbar-brand {
    margin: 0px;
}
.navbar-toggler {
    margin-top: -30px;
		display:none;
}
.display-3 {
    font-size: 2.5rem;
}
body {
    background: #323232;
}
}
/* Navigation Section
=================================================================== */
/*
#sidebar-left {
	background: #3A3A3A;
}

.sidebar-nav > ul{
	margin: 0px;
	padding-bottom: 1px;
	font-size: 14px;
}

.sidebar-nav > ul > li > ul {
	list-style: none;
	margin: 0px;
	display: none;
	background: rgba(0,0,0,.25);
}

.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > ul > li > a {
	padding: 15px 10px 14px 10px;
	color: #fff;
	border-top: none;
  	border-bottom: 1px solid #666;
	border-left: none;
	border-right: none;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  	border-bottom: 1px solid transparent;
}

.nav-tabs.nav-stacked > li > ul > li > a{
	padding: 15px 10px 14px 10px;
	display: block;
}

.nav-tabs.nav-stacked > li > a > i,
.nav-tabs.nav-stacked > li > ul > li > a > i {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 16px;
}

.nav-tabs.nav-stacked > li > ul > li > a > i {
	font-size: 20px;
}

.nav-tabs.nav-stacked > li > a:hover > i {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > ul > li > a:hover {
  	color: #666;
}

.nav-tabs.nav-stacked  > li.active > a,
.nav-tabs.nav-stacked  > li > ul > li.active > a {
  	background: #2D89EF;
	border-bottom: 1px solid #2D89EF;
}

.nav-tabs.nav-stacked  > li.active > a:hover,
.nav-tabs.nav-stacked  > li > ul > li.active > a:hover {
  	background: #2D89EF;
	color: #fff;
	border: none;
	border-bottom: 1px solid #2D89EF;
}

.nav-tabs.nav-stacked  > li.active > ul {
	padding: 5px 0px;
  	color: #3b3b41;
  	background: #fff;
}

.nav-tabs.nav-stacked > li:first-child > a {
	margin: 0px 0px 0px 0px;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  	color: #555555;
  	background-color: #000;
  	outline: 0;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.dropdown-menu:after,
.dropdown-menu:before {
	top: -1px;
	left: 10px;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #222 !important;
	border-left: 9px solid transparent;
	content: '';
}

.dropdown-menu {
  	position: absolute;
  	top: 100%;
  	left: 0;
  	z-index: 1000;
  	display: none;
  	float: left;
  	min-width: 160px;
	max-width: 300px;
  	padding: 0px 0;
  	margin: 5px 0 0 0;
  	list-style: none;
	text-shadow: none;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.dropdown-menu.pull-right {
  	right: 0;
  	left: auto;
}

.dropdown-menu .divider {
  	*width: 100%;
  	height: 1px;
  	margin: 0px 1px;
  	*margin: -5px 0 5px;
  	overflow: hidden;
  	background-color: #eee;
  	border-bottom: 1px solid #ffffff;
}

.dropdown-menu li a {
  	display: block;
  	padding: 7px 10px !important;
  	clear: both;
  	font-weight: normal;
  	line-height: 20px;
  	color: #000;
	text-shadow: none;
  	white-space: normal !important;
}

.dropdown-menu li {
	border-bottom: 1px solid #eee;
}

.dropdown-menu li:first-child {
	border-top: 0px !important;
}

.dropdown-menu li:last-child {
	border-bottom: 0px !important;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  	color: #ffffff;
  	text-decoration: none;
  	background: #2D89EF;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  	color: #ffffff;
  	text-decoration: none;
  	background: #2D89EF;
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  	color: #999999;
}

.dropdown-menu .disabled > a:hover {
  	text-decoration: none;
  	cursor: default;
  	background-color: transparent;
}

.dropdown-menu-title {
	background: #222;
	color: #fff;
	padding: 8px 0px;
	position: relative;
}

.dropdown-menu-title span {
	margin-left: 15px;
}

.dropdown-menu-title a:link {
	position: absolute;
	right: 4px;
	top: 4px;
	padding: 4px 6px !important;
}

.dropdown-menu-title a i {
	color: #fff;
}

.dropdown-menu-title a:hover {
	background: #fff !important;
}

.dropdown-menu-title a:hover i {
	color: #222 !important;
}

.dropdown-menu-sub-footer {
	background: #eee;
}

.dropdown-menu ul,
.dropdown-menu ul li  {
	padding: 0px !important;
	margin: 0px !important;
}

ul.notifications li,
ul.tasks li,
ul.messages li{
	width: 260px;
}

ul.notifications li .avatar img,
ul.tasks li .avatar img,
ul.messages li .avatar img {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
}


ul.messages li .header {
	display: block;
}

ul.messages li .header .from {
	font-size: 12px;
	font-weight: bold;
}

ul.notifications li .icon {
	margin: 0px 10px 0px -10px !important;
	padding: 7px 10px 9px 10px;
}

ul.notifications li .time,
ul.tasks li .header .percent,
ul.messages li .header .time {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	right: 5px;
}
ul.tasks li .title,
ul.notifications li .message {
	font-size: 12px;
}

ul.notifications li.warning a {
	color: #FA5833;
}

ul.messages li .message {
	font-size: 11px;
}
*/
/* Content and Main Elements
=================================================================== */

#content {
	background: #ffffff;
	filter: none;
	min-height: 100%;
	padding: 20px 20px;
	position: relative;
}

.breadcrumb {
	margin: -28px -28px 28px -28px;
	line-height: 34px;
	background: #eee;
	border: 0px;
	color: #aaa;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
	        border-radius: 0px;
}

.breadcrumb span {
	text-shadow: 1px 1px 0px #fff;
}

.breadcrumb a {
	color: #aaa;
	text-shadow: 0px 1px 1px #fff;
}

.breadcrumb a:hover {
	color: #646464;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
}

.dark {
	background: #fdfdfd;
	text-shadow: 0px 1px 1px #fff !important;
	padding: 20px;
	top: -28px;
	right: -28px;
	margin-bottom: -56px;
	margin-right: -30px;
	position: relative;
	border-left: 2px solid #eee;
	min-height: 100%;
	overflow: hidden;
}

.well {
	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
	        border-radius: 0px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		    box-shadow: none;
}

.statbox {
	height: 120px;
	padding: 10px;
	position: relative;
	margin-bottom: 28px;
}

	.statbox .number {
		font-size: 40px;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.statbox .title {
		font-size: 16px;
		position: absolute;
		top: 50px;
		right: 10px;
	}

	.statbox .footer {
		background: rgba(0,0,0,.1);
		background-color: #19FFFFFF;
		position: absolute;
		bottom: 0px;
		left: 0px;
		padding: 10px;
	}

	.statbox .footer:hover {
		background: rgba(0,0,0,.2);
	}

	.statbox .footer a {
		color: #fff;
		text-decoration: none;
	}

.widget {
	padding: 10px;
	margin-bottom: 28px;
}

.widget h2 {
	padding: 10px 10px 0px 10px;
	font-size: 18px !important;
	line-height: 18px !important;
	margin-bottom: -5px;
	font-weight: 300;
	text-shadow: 0px 1px 0px #fff;
}

.widget h2 .glyphicons i:before {
	margin-top: -7px;
	font-size: 20px !important;
	line-height: 20px !important;
}

.box {
	border: 2px solid #eee;
	background: #fff !important;
	margin-bottom: 28px;
}

.box-header {
	height: 16px;
	font-size: 16px;
	line-height: 16px;
  	padding: 10px;
  	background: #eee;
	-webkit-box-shadow: none;
     	-moz-box-shadow: none;
          box-shadow: none;
	overflow: hidden;
}

.box-header h2{
	float:left;
	margin-top: 0px;
	font-weight: 300;
}

.box-header h2 i {
	margin: 0px 3px 0px 4px;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.box-header .break{
	border-left: 1px solid #FFF;
	margin: -12px 10px -10px 10px;
	padding: 12px 0px 10px 0px;

}

.box-header .box-icon {
	float:right;
	margin-top: 1px;
}

.box-header .box-icon i {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.box-header .box-icon i:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.box-header .box-icon a {
	margin: 0px 5px;
}

.box-content {
	position: relative;
	z-index: 50;
  	margin-top: -1px;
	padding: 10px;
	background: #fff !important;
}

/* Vertical Bar Chart
=================================================================== */

.verticalChart {
	width: 100%;
}

.verticalChart .singleBar {
	width: 9%;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.verticalChart .singleBar .bar {
	position: relative;
	height: 200px;
	background: rgba(255,255,255,0.2);
	overflow: hidden;
}

.verticalChart .singleBar .bar .value {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	color: #fff;
}

.verticalChart .singleBar .bar .value span{
	position: absolute;
	font-size: 12px;
	bottom: 0;
	width: 100%;
	height: 20px;
	color: #ddd;
	text-shadow: 0px -1px 0px #fff, 0px 1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, -1px -1px 0px #fff,-1px 1px 0px #fff, 1px 1px 0px #fff, 1px -1px 0px #fff;
	display: none;
	text-align: center;
}

.verticalChart .singleBar .title {
	margin-top: 5px;
	text-align: center;
}

/* Browsers Stats
=================================================================== */

.browserStat.big {
	display:inline-block;
	width: 49%;
	text-align: center;
	margin-bottom: 20px;
	padding: 0px;
}

.browserStat {
	display:inline-block;
	width: 32%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.browserStat span{
	display:block;
	text-align: center;
	margin-top: 10px;
}

/* Notifications & Labels
=================================================================== */

.notification {
	position: absolute;
	top: -1px;
	right: -1px;
	line-height: 16px;
	height: 16px;
	padding: 3px 6px;
	color: white !important;
	text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
	border-width: 1px;
	border-style: solid;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
			box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification-small {
	padding: 2px 7px;
	color: white !important;
	text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
	border-width: 1px;
	border-style: solid;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
			box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}



/* Quick Buttons
=================================================================== */

.quick-button {
	border: 1px solid #ddd;
	margin-bottom: -1px;
  	padding: 30px 0px 10px 0px;
	font-size: 14px;
  	background-color: #fafafa;
  	background-image: -moz-linear-gradient(top, #fafafa, #efefef);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
  	background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
  	background-image: -o-linear-gradient(top, #fafafa, #efefef);
  	background-image: linear-gradient(to bottom, #fafafa, #efefef);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
  	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
	   -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
			box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
  	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
          	border-radius: 2px;
	display:block;
	color: #646464;
	text-shadow: 0 1px 0px rgba(255, 255, 255, .6);
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.quick-button:hover {
	text-decoration: none;
	border-color: #a5a5a5;
	color: #444444;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
          	box-shadow: 0px 0px 3px rgba(0,0,0,.25);
}
.quick-button:hover .notification {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
          	box-shadow: 0px 0px 3px rgba(0,0,0,.6);
}

.quick-button i {
	font-size: 32px;
}

/* Quick Buttons Metro Style
=================================================================== */

.quick-button.metro {
	position: relative;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	filter: none;
	padding: 30px 10px 0px 10px;
	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
}

.quick-button.metro p {
	text-align: left;
	margin-top: 20px;
}

.quick-button.metro:hover {
	color: rgba(255,255,255,.9);
	text-shadow: none;
}

.quick-button.metro i {
	font-size: 64px;
	text-align: center !important;
}

.quick-button.metro .badge {
	text-align: center !important;
	position: absolute;
	top: 50%;
	left: 70%;
	background: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}


/* Quick Buttons Small
=================================================================== */

.quick-button-small {
	border: 1px solid #ddd;
  	padding: 15px 0px 0px 0px;
	font-size: 10px;
  	background-color: #fafafa;
  	background-image: -moz-linear-gradient(top, #fafafa, #efefef);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
  	background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
  	background-image: -o-linear-gradient(top, #fafafa, #efefef);
  	background-image: linear-gradient(to bottom, #fafafa, #efefef);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
  	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
	   -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
			box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
  	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
          	border-radius: 2px;
	display:block;
	color: #646464;
	text-shadow: 0 1px 0px rgba(255, 255, 255, .6);
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.quick-button-small:hover {
	text-decoration: none;
	border-color: #a5a5a5;
	color: #444444;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
          	box-shadow: 0px 0px 3px rgba(0,0,0,.25);
}

.quick-button-small:hover .notification {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
          	box-shadow: 0px 0px 3px rgba(0,0,0,.6);
}

.quick-button-small i {
	font-size: 20px;
}

/* Dashboard Lists ex.
=================================================================== */

ul.dashboard-list li{
	padding: 5px 0;
	list-style:none;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}

ul.dashboard-list li i{
	font-size: 18px;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	padding: 2px 2px 0px 2px;
	margin-right: -2px;
}

ul.dashboard-list li:first-child {
	border-top: none;
	border-bottom: 1px solid #eee;
}

ul.dashboard-list li:last-child {
	border-bottom: none;
}

ul.dashboard-list a:hover{
	text-decoration:none;
}

ul.dashboard-list{
	margin:0;
}

ul.dashboard-list li a span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 0px 4px;
}

ul.dashboard-list li .avatar {
	height: 50px;
	width: 50px;
	padding: 1px;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	border: 1px solid #eee;
}

ul.dashboard-list li .avatar img{
	height: 40px;
	width: 40px;
	padding: 1px;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	border: 1px solid #eee;
}

/* Dashboard Lists Metro Style ex.
=================================================================== */

ul.dashboard-list.metro {
	margin: -10px -10px;
}

ul.dashboard-list.metro li {
	padding: 5px 0;
	list-style:none;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}

ul.dashboard-list.metro li:last-child {
	border-bottom: none;
}

ul.dashboard-list.metro li i {
	font-size: 18px;
	padding: 9px 7px;
	margin: -5px 10px -5px 0px;
}

ul.dashboard-list a:hover{
	text-decoration:none;
}

ul.dashboard-list.metro li .avatar {
	height: 50px;
	width: 50px;
	float: left;
	margin: 3px 15px 0px 10px;
	border: none;
}

/* Support tickets
=================================================================== */

ul.tickets {
	margin:0;
}

ul.tickets li {
	list-style: none;
	padding: 5px 0;
  	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}

ul.tickets li:first-child {
	border-top: none;
	border-bottom: 1px solid #eee;
}

ul.tickets li:last-child {
	border-bottom: none;
}


ul.tickets li.ticket .header {
	width: 100%;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
}

ul.tickets li.ticket .header .title {
	float: left;
	text-align: left;
}

ul.tickets li.ticket .header .number {
	float: right;
	text-align: right;
}

ul.tickets li.ticket .avatar img {
	height: 36px;
	width: 36px;
	padding: 1px;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	border: 1px solid #eee;
}

ul.tickets li.ticket .content{
	display: inline-block;
	width: 100%;
}

ul.tickets li.ticket .content .name,
ul.tickets li.ticket .content .status {
	float: left;
	text-align: left;
	width: 40%;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}

ul.tickets li.ticket .content .priority,
ul.tickets li.ticket .content .date {
	float: right;
	text-align: right;
}

/* Support tickets Metro Style
=================================================================== */

ul.tickets.metro {
	margin: -10px;
}

ul.tickets.metro li {
	padding: 5px 10px;
}

ul.tickets.metro li a {
	color: #fff !important;
}

ul.tickets li.ticket .avatar img {
	padding: 0px;
	border: none;
}

/* Chat
=================================================================== */

ul.chat {
	margin:0;
}

ul.chat li {
	list-style: none;
	padding: 5px 0;
	margin: 10px auto;
	font-size: 12px;
}


ul.chat li img.avatar {
	height: 50px;
	width: 50px;
	padding: 1px;
	border: 1px solid #eee;
}

ul.chat li.left img.avatar {
	float: left;
	margin-right: 10px;
}

ul.chat li.right img.avatar {
	float: right;
	margin-left: 10px;
}

ul.chat li .message {
	display: block;
	border: 2px solid #eee;
	padding: 5px;
	position: relative;
	-webkit-border-radius: 4px;
   	   -moz-border-radius: 4px;
      		border-radius: 4px;
}

ul.chat li.left .message {
	text-align: left;
	margin-left: 65px;
	background: #fff
}

ul.chat li.left .message .arrow {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 5px;
	left: -20px;
	background: url(../img/chat-left.png) no-repeat 0px 0px;
}

ul.chat li.right .message .arrow {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 5px;
	right: -20px;
	background: url(../img/chat-right.png) no-repeat 0px 0px;
}

ul.chat li.right .message {
	text-align: right;
	margin-right: 65px;
	background: #fcfcfc;
}

ul.chat li .message .text {
	display: block;
}

.chat-form {
	border-top: 1px solid #ddd;
	background: #eee;
	padding: 10px;
	margin: 20px -10px -10px -10px;
}

.chat-form textarea {
	width: 100%;
	padding: 0.5em;
	-webkit-box-sizing: border-box; /* Safari, Chrome et al  */
	   -moz-box-sizing: border-box; /* Firefox */
	        box-sizing: border-box; /* Opera/IE 8+ */
	height: 80px;
	outline: 0px !important;
	font-size: 12px;
}

/* Chat Metro Style
=================================================================== */

ul.chat.metro {
	margin:-10px -10px -20px -10px;
	padding: 10px;
}

ul.chat.metro li img.avatar {
	padding: 0px;
	border: none;
}

ul.chat.metro li .message {
	background: rgba(0,0,0,.2) !important;
	border: 2px solid rgba(0,0,0,.27) !important;
	-webkit-border-radius: 0px;
   	   -moz-border-radius: 0px;
      		border-radius: 0px;
}

ul.chat.metro li.left .message .arrow {
	left: -22px;
	background: url(../img/chat-left-metro.png) no-repeat 0px 0px;
}

ul.chat.metro li.right .message .arrow {
	right: -22px;
	background: url(../img/chat-right-metro.png) no-repeat 0px 0px;
}

/* Forms
=================================================================== */

.form-actions {
  	padding: 19px 20px 20px;
  	margin: 20px -10px -30px -10px;
  	background-color: #eee;
  	border-top: 1px solid #eee;
  	*zoom: 1;
}

.form-actions:before,
.form-actions:after {
  	display: table;
  	line-height: 0;
  	content: "";
}

.form-actions:after {
 	clear: both;
}

/* Buttons
=================================================================== */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #a7a9aa;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.btn i {
	margin-top: 2px;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 14px;
  font-size: 17.5px;
  border-radius: 0px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 0px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn {
 	color: #ffffff;
  	background-color: #a7a9aa;
  	border-color: #a7a9aa;
	background-image: none;
	filter: none;
	text-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #9a9c9d;
  border-color: #8d9091;
}

.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}

.btn-primary {
  background-color: #2D89EF;
  border-color: #2D89EF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #357ebd;
  border-color: #3071a9;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active {
  background-color: #2D89EF;
  border-color: #2D89EF;
}

.btn-warning {
  background-color: #FFC40D;
  border-color: #FFC40D;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #eea236;
  border-color: #ec971f;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active {
  background-color: #FFC40D;
  border-color: #FFC40D;
}

.btn-danger {
  background-color: #EB3C00;
  border-color: #EB3C00;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #d43f3a;
  border-color: #c9302c;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active {
  background-color: #EB3C00;
  border-color: #EB3C00;
}

.btn-success {
  background-color: #00A300;
  border-color: #00A300;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #4cae4c;
  border-color: #449d44;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active {
  background-color: #00A300;
  border-color: #00A300;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #46b8da;
  border-color: #31b0d5;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link {
  font-weight: normal;
  color: #2D89EF;
  cursor: pointer;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333;
  text-decoration: none;
}

/* Alert Boxes
=================================================================== */
/* .alert {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	padding: 14px 40px 14px 18px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.alert.alert-success {
	background-color: #edf6e5 !important;
	color: #7a9659 !important;
	border: 1px solid #9fc76f !important;
}

.alert.alert-error {
	background-color: #fdeaea !important;
	color: #ca6f74 !important;
	border: 1px solid #f27b81 !important;
}

.alert {
	background-color: #fffee1 !important;
	color: #daac50 !important;
	border: 1px solid #f5c056 !important;
}

.alert.alert-info {
	background-color: #e9f8ff !important;
	color: #5d9fa9 !important;
	border: 1px solid #75c7d3 !important;
}
*/
/* Tables
=================================================================== */

.table th,
.table td {
  border-top: 1px solid #eee;
}

.table-bordered {
  border-color: #eee;
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #eee;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

.pagination ul {
  -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
          border-radius: 0px !important;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
}

/* Tabs
=================================================================== */

.tab-menu.nav-tabs {
  	*zoom: 1;
	margin-top: -46px;
}

.tab-menu.nav-tabs > li {
  	float: right;
}

.tab-menu.nav-tabs {
  	border-bottom: none;
}

.tab-menu.nav-tabs > li {
  	margin-bottom: -1px;
}

.tab-menu.nav-tabs > li > a {
  	padding-top: 10px;
  	padding-bottom: 10px;
  	line-height: 16px;
	margin-left: 0px;
	border: none;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.tab-menu.nav-tabs > li > a:hover {
	border: none;

}

.tab-menu.nav-tabs > .active > a  {
  	color: #555555;
  	cursor: default;
  	background-color: #fff;
  	border: none;
}

.tab-menu.nav-tabs > .active > a:hover {
	background-color: #fafafa;
}

/* Masonry Gallery
=================================================================== */

.masonry-thumb {
  	display: inline-block;
  	vertical-align: top;
  	margin-bottom: 6px;
}

/* Login Box
=================================================================== */

.login-box {
	width: 400px;
	margin: 100px auto;
	background: rgb(245,245,245); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 77%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(19%,rgba(255,255,255,1)), color-stop(77%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 77%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 77%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 77%,rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 77%,rgba(245,245,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
	color: #000;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.15);
         	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.15);
}

.login-box .icons {
	text-align: right;
	margin: 20px 15px;

}

.login-box .icons i {
	text-align: right;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	margin: 0px 5px;
}

.login-box .icons i:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.login-box h2 {
	color: #646464;
	margin-left: 30px;
	font-family: monaco;
	font-weight: normal;
}

.login-box h3 {
	color: #646464;
	margin-left: 30px;
	font-family: monaco;
	font-weight: normal;
}

.login-box p {
	margin: 10px 30px;
	font-weight: normal;
}

.login-box .input-prepend {
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	border-left: 3px solid #fff;
}

.login-box .input-prepend-focus {
	background: #fcfcfc;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	border-left: 3px solid #646464;
}

.login-box .add-on {
	border: 1px solid #eee !important;
	background: #fff;
	margin-left: -10px;
}

.login-box .add-on i{
	opacity: .1;
	filter: alpha(opacity=10);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.login-box input[type="text"],
.login-box input[type="password"] {
	border: 1px solid #eee !important;
	color: #aaa;
	border-left: none !important;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.login-box .remember {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.login-box .button-login {
	margin-top: 20px;
	margin-right: 20px;
	float: right;
}

/* UI - Uniform
=================================================================== */

div.checker {
	margin-top: -4px !important;
}

div.radio {
	margin-top: -4px !important;
}

div.uploader{
	-webkit-border-radius:14px;
	   -moz-border-radius:14px;
			border-radius:14px;
}

/* UI - Sliders & Progress
=================================================================== */

.ui-slider-handle {
	display: inline-block;
	border: 1px solid #ddd;
	height: 16px;
	width: 16px;
	position: absolute !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll #f4f4f4 !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, -webkit-linear-gradient(top , #F4F4F4 0%, #F7F7F7 100%) !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, -moz-linear-gradient(top , #F4F4F4 0%, #F7F7F7 100%) !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, -o-linear-gradient(top , #F4F4F4 0%, #F7F7F7 100%) !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, -ms-linear-gradient(top , #F4F4F4 0%, #F7F7F7 100%) !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, linear-gradient(top , #F4F4F4 0%, #F7F7F7 100%) !important;
	margin-top: -1px !important;
	outline: none !important;
}

.sliderVertical .ui-slider-handle {
	margin: 0px 0px -10px 0px !important;
}

.slider {
	background: #eee !important;
	border: 1px solid #ddd !important;
	height: 10px;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.slider .ui-slider-range {
	position: absolute;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.sliderVertical {
	background: #eee !important;
	border: 1px solid #ddd !important;
	width: 6px;
	top: auto;
	bottom: auto;
	padding: 15px 3px !important;
	position: relative;
	margin: 8px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float: left;
    height: 100px;
    margin-right: 40px;
}


.sliderVertical .ui-slider-range {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.ui-slider-range-max {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.ui-slider-range-min {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.sliderVertical .ui-slider-range-max {
	top: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.sliderVertical .ui-slider-range-min {
	bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.progress {
	background: #eee !important;
	border: 1px solid #ddd !important;
	height: 14px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
	position: relative;
}

.ui-progressbar-value {
	border-color: transparent;
	height: 100%;
	top: 0px;
	position: absolute;
	left: 0px;
}

.progressBarValue span{
	font-size: 12px;
}

.progressBarValue span.progressCustomValueVal {
	font-size: 18px; font-weight: 700; padding:0 5px; color: #FA5833;
}


.progressSlim {
	background: #ddd !important;
	height: 12px;
	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
	        border-radius: 0px;
	position: relative
}

.tasks .progressSlim {
	overflow: hidden;
	border: none !important;
	height: 12px;
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
			box-shadow: none !important;
	margin-top: 0px;
}

.tasks .progressSlim .ui-progressbar-value {
	overflow: hidden;
	margin: 0px;
	border: none !important;
	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
	        border-radius: 0px;
}

.progressSlim .ui-progressbar-value {
	border-color: transparent;
	height: 100%;
	top: 0px;
	position: absolute;
	left: 0px;
}

/* ToDo List
=================================================================== */
.todo ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.todo ul li{
	margin-left: 0px !important;
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f6f6f6;
	font-size: 12px;
	position: relative;
}

.todo-actions{
	position: absolute;
	right: 0px;
}

.todo .label {
	position: absolute;
	right: 60px;
}

.todo-actions i {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	margin: 2px 5px 0px 5px;
}

.todo-actions i:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.todo ul li:first-child{
	border-top: 0px;
}

.todo ul li:last-child{
	border-bottom: 0px;
}

/* ToDo List Metro Style
=================================================================== */
.todo.metro ul{
	list-style: none;
	padding: 0px;
	margin: -10px;
}

.todo.metro ul li {
	padding: 8px;
	border-bottom: none;
	font-size: 12px;
	position: relative;
	color: #fff !important;
}

.todo.metro ul li a {
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
}

.todo.metro ul li strong {
	position: absolute;
	right: 10px;
}

.todo .label {
	position: absolute;
	right: 60px;
}

.todo-actions i {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	margin: 2px 5px 0px 5px;
}

.todo-actions i:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.todo ul li:first-child{
	border-top: 0px;
}

.todo ul li:last-child{
	border-bottom: 0px;
}

/* Skill Bars
=================================================================== */
.skill-bar h5 {
	margin-bottom:6px;
}

.skill-bar li {
	margin-bottom:12px;
	list-style: none;
	margin-left: -26px;
	padding-left: 0px;
}

.meter {
	height: 14px;
	position: relative;
	background: #fff !important;
	border: 1px solid #ddd;
}

.meter > span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	background:#ddd;
}

.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.meter > span:after,
.animate > span > spans li.current {
}

/* Star Rating
=================================================================== */

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}
.rating span.star,
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999999;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #e3cf7a;
}

/* Footer
=================================================================== */

footer {
	min-height: 24px;
	background: #3A3A3A;
	color: #fff !important;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	      	border-radius: 0px;
}

/* Sparkline stats
=================================================================== */

.sparkLineStats {
	position: relative;
	margin-bottom: -4px;
}

.sparkLineStats ul {
	margin:0;
}

.sparkLineStats li {
	margin-bottom: 0;
	line-height: 42px;
	padding-top:3px;
	font-size: 12px
}

.sparkLineStats li .number {
	font-size: 17px;
	font-weight: 700;
	padding:0px 0px 0px 2px;
	color: #fff;
}

.sparkLineStats li span:first-child {
	margin-right: 5px;
}

.sparkLineStats h4 {
	position: relative;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 37px;
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	   -moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
			box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

/* Circle stats
=================================================================== */

.circleStats {text-align: center; position: relative;}

.circleStatsItemBox {
	position: relative;
	background: #67C2EF;
	width:100%;
	min-width: 130px;
	height: 160px;
	padding-top: 40px;
	margin-bottom: 28px;
}

.circleStatsItemBox .header {
	background: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.9);
	width: 100%;
	height: 20px;
	padding: 5px 0px;
	position: absolute;
	top: 0px;
}

.circleStatsItemBox .footer {
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.9);
	width: 100%;
	height: 20px;
	padding: 5px 0px;
	position: absolute;
	bottom: 0px;
}

.circleStatsItemBox .footer .count{
	font-size: 12px;
}

.circleStatsItemBox .footer .value{
	font-weight: bold;
}

.circleStatsItemBox .percent {
	font-size: 12px;
	position: absolute;
	top:110px;
	width: 100%;
	left: 0px;
	text-align: center;
	color: rgba(255,255,255,0.9);
}

.circleStatsItemBox input {
	cursor: default;
	box-shadow: none;
	border:none;
	height: auto;
	position: absolute;
	top:30px;
	padding: 5px 0px !important;
	border-color: rgba(0, 0, 0, 0.8);
}

.circleStatsItemBox input:focus {
	outline: 0;
	outline: thin dotted 0;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
         	box-shadow: none;
}

/* Typography - Blockquote
=================================================================== */
blockquote {
	background: url(../img/quote.png) no-repeat 0px 10px;
	font-style: italic;
	border-left: none;
	padding: 0 0 0 30px;
}

/* Icons
=================================================================== */

.the-icons {
	list-style: none;
}

.glyphicons p {
	width: 33%;
	float: left;
	line-height: 44px;
}

/* Page: Messages
=================================================================== */

ul.messagesList {
	list-style: none;
	margin: 0px;
	font-size: 12px;

}

ul.messagesList li {
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
}

ul.messagesList li .glyphicons{
	padding: 5px 0 5px 25px;
}

ul.messagesList li .glyphicons i:before{
	font-size: 14px;
	margin: -2px 0px 0px 5px;
	color: #3b3b41;
}

ul.messagesList li:nth-child(odd) {
	background: #fff !important;
}

ul.messagesList li.odd {
	background: #fff !important;
}

ul.messagesList li span.from {
	display: inline-block;
	width: 25%;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}

ul.messagesList li span.title {
	display: inline-block;
	width: 55%;
	font-weight: 300;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}

ul.messagesList li span.date {
	display: inline-block;
	width: 20%;
	text-align: right;
}

.message .header {
	margin-bottom: 30px;
}

.message .header h1{
	background: #67C2EF; /* rgba(103, 194, 239, 1); */
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,.15);
	margin: -20px -20px 10px -20px;
	padding: 20px;
}

.message .header i {
	margin-top: 1px;
}

.message .header .from {
	display: inline-block;
	width: 70%;
	font-size: 12px;
}

.message .header .date {
	display: inline-block;
	width: 29%;
	text-align: right;
	float: right;
	font-size: 12px;
}

.message .attachments {
	border-top: 3px solid #f9f9f9;
	border-bottom: 3px solid #f9f9f9;
	padding: 10px 0px;
	margin-bottom: 20px;
	font-size: 12px;
}

.message .attachments ul {
	list-style: none;
	margin: 0;
}

.message .attachments ul li {
	margin: 10px 0;
}

.message .attachments ul li span.label {
	font-size: 12px !important;
}

.message .attachments ul li span.quickMenu {
	float: right;
	text-align: right;
}

.message .attachments ul li span.quickMenu .glyphicons {
	padding: 5px 0 5px 25px;
}

.message .attachments ul li span.quickMenu .glyphicons i:before{
	font-size: 14px;
	margin: -2px 0px 0px 5px;
	color: #3b3b41;
}

/* Page: Tasks
=================================================================== */

.priority.high {
	background: #FFEFEC; /* rgba(250,96,61,.1); */
	margin-bottom: 1px;
}

.priority.high span {
	background: #FA603D; /* rgba(250,96,61,1); */
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.priority.medium {
	background: #FFF7EB; /* rgba(250,187,61,.1); */
	margin-bottom: 1px;
}

.priority.medium span {
	background: #FABB3D; /* rgba(250,187,61,1); */
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.priority.low {
	background: #F1F9ED; /* rgba(120,205,81,.1); */
	margin-bottom: 1px;
}

.priority.low span {
	background: #78CD51; /* rgba(120,205,81,1); */
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.task {
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 1px;
}

.task.last {
	border-bottom: 1px solid transparent;
}

.task.high {
	border-left: 2px solid #FA603D; /* rgba(250,96,61,1); */
}

.task.medium {
	border-left: 2px solid #FABB3D; /* rgba(250,187,61,1) */;
}

.task.low {
	border-left: 2px solid #78CD51; /* rgba(120,205,81,1); */
}

.task .desc {
	display: inline-block;
	width: 75%;
	padding: 10px 10px;
	font-size: 12px;
}

.task .desc .title{
	font-size: 18px;
	margin-bottom: 5px;
}

.task .time {
	display: inline-block;
	float: right;
	width: 15%;
	padding: 10px 10px 10px 0px;
	font-size: 12px;
	text-align: right;
}

.task .time .date {
	font-size: 18px;
	margin-bottom: 5px;
}

.timeline_ {
	width: auto;
	height: 100%;
	margin: 20px auto;
	background: url(../img/timeline-bg.png) repeat-y center top;
}

.timeslot {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 5px 0px;
}

.timeslot .task {
	position: absolute;
	width: 42%;
	padding-right: 18px;
	display: block;
	height: auto;
	border: none;
}

.timeslot.alt .task {
	left: auto;
	right: -20px;
	padding-left: 18px;
}

.timeslot .task span {
	border: 2px solid #67C2EF; /* rgba(103, 194, 239, 1); */
	background: #EDF6FB; /* rgba(103, 194, 239, .1); */
	padding: 5px;
	display: block;
	font-size: 11px;
}

.timeslot .task span span{
	border: 0px;
	background: transparent;
	padding: 0px;
}

.timeslot .task span span.details{
	font-size: 16px;
	margin-bottom: 10px;
}

.timeslot .task span span.remaining{
	font-size: 14px;
}

.timeslot .task .arrow {
	position: absolute;
	top: 6px;
	right: 0px;
	height: 20px;
	width: 20px;
	background: url(../img/timeline-left-arrow.png) no-repeat;
}

.timeslot.alt .task .arrow {
	position: absolute;
	top: 6px;
	left: 0px;
	height: 20px;
	width: 20px;
	background: url(../img/timeline-right-arrow.png) no-repeat;
}

.timeslot .icon {
	position: absolute;
	border: 2px solid #67C2EF; /* rgba(103, 194, 239, 1); */
	background: #3b3b41;
	-webkit-border-radius: 50em;
	   -moz-border-radius: 50em;
			border-radius: 50em;
	height: 30px;
	width: 30px;
	left: 50%;
	margin-left: -16px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-shadow: none;
	z-index: 2;
}

.timeslot.alt .icon {

}

.timeslot .time {
	background: #f9f9f9;
	position: absolute;
	top: 1px;
	left: 50%;
	padding: 5px 10px 5px 40px;
	z-index: 1;
	margin-top: 1px;
}

.timeslot.alt .time {
	top: 1px;
	left: auto;
	right: 50%;
	padding: 5px 40px 5px 10px;
}

/* Retina Display Hack
=================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.timeslot .task .arrow {
		background: url(../img/timeline-left-arrow@2x.png) no-repeat;
		background-size: 100%;
	}

	.timeslot.alt .task .arrow {
		background: url(../img/timeline-right-arrow@2x.png) no-repeat;
		background-size: 100%;
	}

	ul.chat li.left .message .arrow {
		background: url(../img/chat-left@2x.png) no-repeat 0px 0px;
		background-size: 100%;
	}

	ul.chat li.right .message .arrow {
		background: url(../img/chat-right@2x.png) no-repeat 0px 0px;
		background-size: 100%;
	}

	ul.chat.metro li.left .message .arrow {
		background: url(../img/chat-left-metro@2x.png) no-repeat 0px 0px;
		background-size: 100%;
	}

	ul.chat.metro li.right .message .arrow {
		background: url(../img/chat-right-metro@2x.png) no-repeat 0px 0px;
		background-size: 100%;
	}

}
.no-width {
  *width:auto;
  *display:inline;
}
.labelDiv {
  width:30%;
  display:inline-block;
}
.inputDiv {
  width:70%;
  display:inline-block;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.pxBox {
    position: relative;
    width: 100%;
    display: block;
}
.pBox {
    position:relative;
  width:45%;
  background: #aaa;
  display: block;
  float:left;
  padding: 5px;
  height:50px;
  font-size:12px;
  text-transform:uppercase;
  line-height:40px;
}
.w110 {
    position:absolute;
  right:1;
  top:1;
    height:100%;
  background: #992222;
  display: block;
color:#fff;
}
.w201 {
    position:absolute;
  left:1;
  top:1;
    height:100%;
  background: #992222;
  display: block;
color:#fff;
}
.w110:before, .w201:before {
content:"1";
}
.scoreboard li, .scoreboard {
        width: 50%;
    position: relative;
    top: 0;
    height: 100%;
}
.scoreboard li:nth-child(odd) {
text-align: right;
    padding-right: 20px;
    *margin-left: -40px;
    left: 0;
}
.scoreboard li:nth-child(even) {
    padding-left: 20px;
    right: 0;
}
ul.scoreboard, .scoreboard {
    width: 100%;
    display: block;
    height: 50px;
  position:relative;
  padding:0;
}
/*
li.hl20 {
background:#efefef;
  border: 1px solid #fff;
}
li.hl201:nth-child(odd) {
background:#efefef;
}
li.hl201:nth-child(even) {
background:#990000;
  color:#fff;
}
li.hl210:nth-child(odd), li.hl21:nth-child(odd) {
background:#000099;
  color:#fff;
}
li.hl210:nth-child(even), li.hl21:nth-child(even) {
    background: #999;
    color: #efefef;
}
li.hl110:nth-child(odd), li.hl22:nth-child(odd) {
    background: #999;
    color: #efefef;
}
li.hl110:nth-child(even), li.hl22:nth-child(even) {
background:#990000;
  color:#fff;
}
.hl11  {
background:#000099;
  color:#fff;
  float:left;
}
.hl22  {
background:#990000;
  color:#fff;
}
.hl12 {
  background: #999;
    color: #efefef;
  float:left;
}
.hl21 {
    background: #999;
    color: #efefef;
}
.hul-no {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    display: block;
    width: 30px;
    background: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    top: 10px;
    z-index: 1002;
    border-radius: 50%;
    height: 30px;
    color: #666;
}
*/
.score-box1 {
    position: absolute;
    z-index: 1001;
    color: #efefef;
    top: 14px;
    left: 10px;
}
.score-box0 {
    display:none;
}
.score-box2 {
    position: absolute;
    z-index: 1001;
    color: #efefef;
    top: 14px;
    right: 10px;
}
.btn-score {
    width: 33%;
    border: 1px solid #efefef;
    height: 50px;
    line-height: 35px;
}
.buttons {
  margin: 10px auto 40px auto;
  display:block;
  width:100%;
  text-align:center;
}
.w100p {
  width:200px;
  padding:10px 20px;
  margin:0 auto;
}
.holeCard {
    width: 150px;
    height: 150px;
    display: block;
    Margin: 50px auto;
    text-align: center;
    font-size: 80px;
    background: #990000;
    line-height: 150px;
    border-radius: 50%;
    color: #fff;
}
.player-score:last-of-type {
    display:none;
}
.box-score {
    position:fixed;
  bottom:-10px;
  left:0px;
  z-index:100;
  width:100%;

}
.navTop  {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
}

.btn-back, .btn-scores {
    display: inline-block;
    width: 50%;
    height: 30px;
  font-size:12px;
  line-height:30px;
  text-align:center;
  color:#efefef;
  float:left;
}
.btn-back {
    background:#666;
}
.btn-scores {
    background:#999;
}


/*** LEADERBOARD ***/
.lb_firstrow {
    width: 100%;
    display: block;
    background: #efefef;
}
.lb_secondrow {
    width: 100%;
    display: flex;
    background: #eee;
    height: auto;
		font-family: Oswald, sans-serif;
		font-size: 12px;
}
.lb_h140 {
    /* height: 140px; */
}
.lb_course_name {
    font-size: 14px;
		font-family: Oswald, sans-serif;
		text-transform: uppercase;
}
.lb_hole_row {
    width: 5%;
    display: block;
    height: auto;
		float:left;

		color: #fff;
}
.lb_hole_no {
		background: #007b54;
		text-align: center;
		padding: 5px 0;
		border-bottom: 1px solid #0d9579;
		border-right: 1px solid #0d9579;
}
.lb_hole_par {
		background: #00ae89;
		text-align: center;
		padding: 5px 0;
		position:relative;
		border-right: 1px solid #0d9579;
		border-bottom: 1px solid #0d9579;
}
.lb_hole_score {
		background: #fff;
		text-align: center;
		padding: 5px 0;
		position:relative;
		color: #333;
		border-right: 1px solid #dcd9db;
		border-bottom: 1px solid #dcd9db;
}
.lb_hole_pts {
		background: #eee;
		text-align: center;
		padding: 5px 0;
		position:relative;
		color: #333;
		border-right: 1px solid #dcd9db;
		border-bottom: 1px solid #dcd9db;
}
.lb_hole_net {
		background: #ccc;
		text-align: center;
		padding: 5px 0;
		position:relative;
		color: #333;
		border-right: 1px solid #dcd9db;
		border-bottom: 1px solid #dcd9db;
}
.lb_first_col {
		border-left: 1px solid #0d9579;
}
.lb_first_col1 {
		border-left: 1px solid #dcd9db;
}
.day_hole_row {
    width: 4.7368421052%;
    display: block;
    height: auto;
		float:left;
		color: #fff;
}
.day_hole_no, .day_player_first {
		/* background: #007b54; */
		background: #000;
		text-align: center;
		padding: 5px 0;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
		/* border-bottom: 1px solid #0d9579;
		border-right: 1px solid #0d9579; */
}
.day_player_first {
		padding-left: 10px;
		text-align: left;
		border-left: 1px solid #666;
		/* border-left: 1px solid #0d9579; */
}
.day_player_row {
    width: 10%;
    display: block;
    height: auto;
		float:left;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
}
.lb_day_scoreboard_container {
		width: 70%;
		margin: 0px auto;
		display: block;
		/* border-bottom: 1px solid #4f4f4f; */
}
.leaderboard_footer {
		font-size: 12px;
		margin: 5px 10px 80px 10px;
		display: block;
}
.lb_day_scoreboard {
		width: 100%;
		font-family: Oswald, sans-serif;
		font-size: 24px;
		font-weight: 400;
		background: #323232;
    border-top: 1px solid #4f4f4f;
		height: 56px;
    line-height: 56px;
}
.lb_round_scoreboard, .lb_total_scoreboard {
    display: inline-block;
		width: 13.5%;
		text-align: center;
		border-right: 1px solid #4f4f4f;
		border-bottom: 0px solid #4f4f4f;
		/* padding-top: 20px;
		padding: 5px 0; */
}
.lb_total_scoreboard {
		border-left: 1px solid #4f4f4f;
		width: 11%;
}
.lb_name_scoreboard {
    width: 38%;
		display: inline-block;
		/* text-transform: uppercase;
		padding: 5px 0 5px 10px; */
		border-right: 1px solid #4f4f4f;
		border-bottom: 0px solid #4f4f4f;
		height: 56px;
}
.narrow_col {
    width: 8%;
}
.thick_right_border {
		border-right: 3px solid #4f4f4f;
}
.rank_points, .allotted {
    font-size: 11px;
    vertical-align: top;
    padding-left: 2px;
    position: absolute;
		line-height: 34px;
}
.hole {
	color: #e4e4e4;
}
.strokes0 {
	/* color: #14c43e; */
}
.strokes1 {
	/* color: #ff0000; */
}
@media screen and (max-width: 1024px) {

.day_hole_row {
    width: 4.44%;
		font-size: 13px;
}
.day_player_row {
    width: 20%;
		font-size: 13px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
		max-width:none;
}
.lb_day_scoreboard {
		font-size: 16px;
}
}
.day_hole_score {
		background: #323232;
		text-align: center;
		padding: 5px 0;
		position:relative;
		/* color: #000; */
		border-right: 1px solid #4f4f4f;
		border-bottom: 1px solid #4f4f4f;
}
.day_hole_score_last {
    background: #181818;
    color: #e4e4e4;
}
.day_player {
		background: #323232;
		padding: 5px 5px 5px 10px;
		position:relative;
		color: #e4e4e4;
		border-right: 1px solid #4f4f4f;
		border-bottom: 1px solid #4f4f4f;
}
.day_first_col1 {
		border-left: 1px solid #4f4f4f;
}
.lb_hole_strokes0 {
    display: none;
}
.lb_hole_strokes1, .lb_hole_strokes2, .lb_hole_strokes3 {
    font-size: 9px;
    vertical-align: top;
    padding-left: 2px;
		position: absolute;
}
.sc_stroke0, .rank0, .lb_stroke4099 {
    color: #323232;
}
.allotted0 {
    color: #007b54;
}
.lb_stroke0 {
    color: #fff;
}
.lb_pts0 {
    color: #eee;
}
.lb_net0 {
    color: #ccc;
}
.lb_player_name {
    font-size: 25px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}
.lb_player_hcp {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    position: absolute;
    padding: 5px;
}
.lb_course_details {
    font-size: 12px;
    padding: 20px 5px 5px;
}
.player_details_headline {
    padding-top: 10px;
    text-align: center;
}
.day_stroke0 {
    color: #181818;
}
.scpoints3, .bpoints3, .birdie {
	background: #aed4f6;
	color: #000;
}
.scpoints4, .bpoints4, .eagle {
	background: #32b1e4;
	color: #000;
}
.scpoints0, .bpoints0, .dbogey {
		background: #ee5a00;
		/* color: #fff; */
}
.scpoints1, .bpoints1, .bogey {
	background: #f7b942;
	color: #000;
}
.bpoints2, .par {
  background: #eee;
	color: #000;
}
.scpar {
    background: #fff;
}
.scpoints2 .bpoints2, .par {
    background: #fff;
}
.score_legend {
    width: 100%;
    display: block;
		margin-bottom:300px;
		height: 30px;
}
.legend_item {
    width: 14.25%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}
.legend_square {
	padding: 5px;
	display: inline-block;
	border: 1px solid #aaa;
	padding-top: 5px;
	margin-right: 5px;
}
/* .par {
	background: #e4e4e4;
}
.bogey {
	background: #f7b942;
}
.birdie {
	background: #aed4f6;
}
.eagle {
	background: #32b1e4;
}
.dbogey {
	background: #ee5a00;
} */
.deagle {
	/* background: #6d98bb; */
	background: #0086BE;
}
.tbogey {
	background: #9f5924;

}
.toggleScorecard  {
    display:none;
}
.headline_row {
    display: block;
    width: 100%;
}
.prev_round, .next_round {
    width: 20%;
    color: #efefef;
    display: inline-block;
		font-size: 25px;
    text-align: center;
		background: #424242;
		padding: 9.75px 0;
		position: absolute;
		top: 0;
		z-index: 10;
}
.prev_round {
    left: 0;
}
.next_round {
    right: 0;
}
@media screen and (max-width: 1024px) {
.lb_day_scoreboard_container {
    width: 100%;
}
.rank_points {
    font-size:  12px;
    padding-left: 1px;
}
#ajax_sc7, #ajax_sc8, #ajax_sc9 {
	width: 100%;
}
}
@media screen and (orientation:landscape) {
  .player_details {
    padding-top: 0!important;
  }
}
@media screen and (max-width: 767px) and (orientation:portrait) {
  .player_details {
    height: 100vh;
    transform: rotate(90deg);
		left: -77.777%!important;
    width: 177.777%!important;
/*		transform-origin: 0 100%;
		transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0; */
  }
}
@media screen and (max-width: 1024px) {
	main {
    /* margin-top: 30px; */
}

.navbar, #navbarHeader {
	background: #333;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	padding:0;
}
.lb_day_scoreboard {
    font-size: 5vw; /* 14px; */
}
.lastName  {
    text-transform: uppercase;
		/* display: block; */
		font-size: 0.75rem;
		color: #999;
}
.day_player, .day_player_first {
    padding: 5px 3px;
}

.day_details {
		color: #efefef;
		width: 100%;
		padding: 12px 0;
		text-align: center;
}
.course_details {
    text-transform: uppercase;
    font-size: 18px;
}
.format_details {
    font-style: italic;
    font-size: 12px;
		line-height: 1.9;
}
.lb_name_scoreboard {
    padding-left: 5px;
}
.back7, .back8, .back9, .scorecard, .sc_hidden, .hide_player_details {
    display:none;
}
.player_details {
    z-index: 11;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
		background: #323232;
		margin-right: 0;
		margin-left: 0;
}
.close_player {
    position: absolute;
    top: 0;
  	right: 50px;
    font-size: 30px;
    color: #777;
}
.lb_firstrow {
    background: #323232;
}
.day_hole_row {
    width: 8%;
}
.toggler, .topToggler  {
	display: inline-block;
	width: 50%;
	color: #efefef;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Oswald, sans-serif;
	padding: 6px 0;
	background: #444;
	font-weight: 300;
	/* border: 1px solid #111; */
}
.topToggler {
		width:35%;
		font-size: 16px;
		font-family: Oswald, sans-serif;
		padding: 6px 0;
		font-weight: 400;
}
.toggleLeaderboard {
		width:100%;
}
.toggleScorecard {
    display:block;
		width:100%;
}
.reloadBTN  {
	display: inline-block;
	width: 30%;
	text-align: center;
	font-size: 18px;
	padding: 10px 0 0 0;
	background: #000;
	border-radius: 4px 4px 0 0;
	height: 60px;
	vertical-align: bottom;
}
#toggleBack7, #toggleBack8, #toggleBack9, #toggleSC {
		background-color: #cc0000;
}
#toggleSC {
		border-radius: 0 4px 0 0;
}
#toggleLB {
		border-radius: 4px 0 0 0;
}
.sc_spacer {
	height: 54px;
	display:block;
	width:100%;
}
.leaderboard_headline {
    display: inline-block;
    width: 33.3%;
    color: #efefef;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Oswald, sans-serif;
    padding: 12px 0px;
    margin: 0 auto;
    background: #424242;
		background: rgb(18,18,18);
		background: linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(50,50,50,1) 50%, rgba(18,18,18,1) 100%);
		position: fixed;
		top: 0;
		left: 0;
		z-index:3;
}
.scoreboard_headline {
    display: inline-block;
    width: 33.3%;
    color: #efefef;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Oswald, sans-serif;
    padding: 4px 0px;
    margin: 0 auto;
    background: #424242;
    position: relative;
}
.toggleSC7, .toggleSC8, .toggleSC1, .toggleSC2 {
		border-right: 1px solid #222;
}
.sc_focus, .leaderboard_  {
		padding-bottom: 30px;
}
}
.lb_headline {
    width: 60%;
    /* margin: 0; */
}
.admin_icon, .score_icon {
	/*
	padding: 11px 0;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	position: fixed;
	top: 0px;
	z-index: 1003;
	color: #bbb; */
}
.admin_icon {
	/* right: 15px; */
}
.score_icon {
	/* left: 15px; */
}
.right_icon {
	/* left: 50px; */
}
#countdown {
	display: inline-block;
	margin: 0 auto;
	position: fixed;
	left: 10px;
	top: 8px;
	z-index: 1;
  height: 40px;
  width: 40px;
  text-align: center;
}

#countdown-number {
	color: #bbb;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: #bbb;
  fill: none;
  animation: countdown 60s linear infinite forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
.admin_icon_first {
    border-right: 1px solid #424242;
}
#navTop {
    position:relative;
		width:100%;
		color: #fff;
		font-family: Montserrat, sans-serif;
		font-size:12px;
		z-index:1003;
}
.navInner {
    margin-top:54px;
    padding: 35% 0 70%;
    text-align: center;
		background: #000;
		border-bottom: 1px solid #fff;
		z-index:10003;
		/* position:fixed; */
}
.navInner p {
    margin: 0 auto;
		width:100px;
		font-size:16px;
		text-transform: uppercase;
		text-align: center;
}
#navClose {
		font-size: 25px;
		font-weight:100;
		position: absolute;
		top:-44px;
		right:15px;
		background: #000;
}
.form-control {
    color: #fff;
    background-color:inherit;
    border: none;
}
.md-form label {
    color: #fff;
}
#playerscores  {
    background: #323232;
}
@media screen and (max-width: 767px) {
.legend_item {
    width: 25%;
    text-align: left;
    font-size: 10px;
    padding: 10px 0 0 10px;
		color: #efefef;
}
.lb_secondrow {
		font-size: 12px;
}
.lb_outer {
    width: 500px;
    height: 100px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.lb_outer div {
    width: 24.5%;
    background-color: #eee;
    float: none;
    height: 90%;
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;
}
}
@media screen and (min-width: 668px) {
.day_hole_row {
		font-size:3.4vw; /* 13px; */
}
.day_player_row {
		font-size:3.4vw; /* 13px; */
}
.rank_points {
    font-size:  2vw; /* 8px; */
}
.lb_day_scoreboard {
    font-size: 3.5vw; /* 14px */
}
.lb_secondrow {
		font-size:2vw; /* 12px; */
}
.lb_course_name {
    font-size: 3vw; /* 14px; */
}
}
.score_row {
    width: 100vw;
    display: block;
		margin-bottom: 25px;
}
.score_form {
    display: block;
}

.number-input-wrapper  {
    display: inline-block;
    width: 60%;
}
.input-group-button span {
    /* padding: 15px 30px; */
    background: #efefef;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #333;
    font-size: 30px;
    font-weight: 900;
		display:block;
}
.p_name {
		font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 400;
		text-transform: uppercase;
		padding-left:15px;
		overflow-x: hidden;
vertical-align: middle;
width: 38%;
display: inline-block;
padding-bottom: 17px;
}
.hole_number {
    margin: 40px auto 30px;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #cc0000;
    color: #efefef;
    /* font-family: Oswald, sans-serif; */
    font-size: 36px;
    font-weight: 900;
    line-height: 80px;
}
.input-group>input[type="number"], .input-group>input[type="text"], #score_strokes {
    background: inherit;
    border: none;
    color: #efefef;
    font-size: 54px;
    text-align: center;
    font-weight: 600;
		margin: 0;
		margin-top: -7px;
    font-size: 54px;
		line-height: 48px;
    padding: 0;
		-webkit-text-fill-color: rgba(255, 255, 255, 1);
	 -webkit-opacity: 1;
	 UITextField.enabled = NO;
}
.score_wrapper {
    position: absolute;
    height: 100%;
    background: #323232;
    z-index: 3;
}
.score_inner {
	padding: 30px 0;
}
.input-group-button {
    margin: 0 5px;
}

@media screen and (max-width: 386px) {
.input-group-button span {
    /* padding: 15px 30px; */
    background: #efefef;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 24px;
    font-weight: 900;
		display:block;
}
.hole_number {
    font-size: 40px;
		line-height: 70px;
		height: 70px;
		width:70px;
}
.btn-back, .btn-forward {
    top: 88px!important;
}
.player-name-col {
    font-size: 4vw;
}
.c_name {
		display: none;
}
.hole_number_inv {
    margin: 40px auto 10% auto;
}
.p_name {
		font-family: Oswald, sans-serif;
    font-size: 28px;
    font-weight: 400;
		text-transform: uppercase;
		padding-left:15px;
		width:40%;
}
.number-input-wrapper {
    display: inline-block;
    width: 55%;
}

.hole_number {
    margin: 25px auto 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #cc0000;
    color: #efefef;
    /* font-family: Oswald, sans-serif; */
    font-size: 32px;
    font-weight: 900;
    line-height: 60px;
}
.input-group>input[type="number"], #score_strokes {
    background: inherit;
    border: none;
    color: #efefef;
    text-align: center;
    font-weight: 600;
		margin: 0;
		margin-top: -9px;
    font-size: 45px;
    /* height: 40px; */
    /* width: 40px; */
		-webkit-text-fill-color: rgba(255, 255, 255, 1);
	 -webkit-opacity: 1;
	 line-height: 45px;
	 UITextField.enabled = NO;
}
.score_row {
		margin-bottom: 15px;
}
}
.btn-lg {
    border-radius: 27px!important;
		width:200px;
}
.scoreWrapper {
    display: none;
}
.disable-dbl-tap-zoom {
  touch-action: manipulation;
	touch-action: none;
}
.form-center {
    margin: 0 40px;
		text-align:center;
}
.group {
	position: relative;
	margin: 30px auto 25px auto;
}

input {
	font-size: 18px;
	padding: 15px 20px;
	-webkit-appearance: none;
	display: block;
	/* width: 100%; */
	color: #000;
	border: none;
	border-radius: 30px;
	border-bottom: 1px solid #757575;
	background: #fff;
}

input:focus { outline: none; }


/* Label */

.loginForm label {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}


/* active */

input:focus ~ label {
	top: -20px;
  transform: scale(.75); left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}


/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	/* background: #4a89dc; */
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}
.form {
    width: 100%;
    display: block;
    padding: 20px;
}
.menuItemLeft {
    width: 50%;
    display: inline-block;
}
.menuItemRight {
    display: inline-block;
    width: 45%;
}
.logoutForm {
    display:inline-block;
}
.logout {
    font-size:14px;
		padding:15% 0 85%;
}
.logOutBtn {
    font-size: inherit;
    padding: 0;
    -webkit-appearance: none;
    display: block;
    color: inherit;
    border: none;
    border-radius: 0;
    border-bottom: none;
    background: inherit;
    text-decoration: underline;
    font-weight: 600;
		display: inline-block;
}
.navInner-txt-top {
    display:block;
		margin-bottom: 23px;
}
.ball_info {
    padding:20px;
		margin-top: -250px;
}
.teetime {
    padding-top: 20px;
    font-weight: 600;
		font-size: 24px;
}
.teename {
    font-size: 14px;
}
.navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
}
select, option, .numberForm input[type=number], .md-form input[type=number] {
    /* font-size: 2em;
    text-align: center;
		color: #fff!important; */
}
.pl_form_main {
    margin: 50px;
}
.ld_form_container {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    background-color: #ededed;
    color: #000;
		z-index:100;
    opacity: 0.9;
}
.ld_dist, .fairwayToggle, .ld_submit {
    width: 30%;
    display: inline-block;
    float: left;
    margin: 14px auto;
    text-align: center;
}
.ld_dist_m {
    display: block;
    font-size: 1.5rem;
    margin-top: 6px;
}
.fairwayTitle {
    display: block;
    /* line-height: 30px; */
    /* height: 3.4em; */
}
.ld_submit_btn {
    /* opacity: 1; */
    font-weight: 600;
    font-size: 1.2rem;
}
.ld_top_line {
    font-size: 1.25rem;
    line-height: 25px;
}
@media screen and (min-width: 1024px) {
	body {
	    background: #323232;
	    position: fixed;
	    left: 20%;
	}
.lb_day_scoreboard_container, .big100 {
		width: 100%;
}
.lb_day_scoreboard {
    font-size: 2.4vw;
		height: 75px;
		line-height: 75px;
}
.lb_total_scoreboard, .lb_name_scoreboard, .lb_round_scoreboard{
    height: 75px;
}
.leaderboard {
	margin-bottom: 10000px;
}
.rank_points {
    font-size: 1vw;
}
.navbar, .admin_icon {
	/* display:none; */
	position: absolute;
	padding: 15px 0;
}
.leaderboard_headline {
    text-align: center;
    font-size: 3.5vw;
    text-transform: uppercase;
    font-weight: 100;
    padding: 20px;
}
}
.something {
  margin:0;
  padding:0;
  border:0;
}

@keyframes slide {
  from { left:100%; transform: translate(0, 0); }
  to { left: -100%; transform: translate(-100%, 0); }
}
@-webkit-keyframes slide {
  from { left:100%; transform: translate(0, 0); }
  to { left: -100%; transform: translate(-100%, 0); }
}

.marquee {
  color:red;
  background:#f0f0f0;
  width:100%;
  height:120px;
  line-height:120px;
  overflow:hidden;
  position:relative;
}

.textScores {
  position:absolute;
  top:0;
  white-space: nowrap;
  height:120px;
  font-size:30px;
  animation-name: slide;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 30s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}
