/*!
 Theme Name:   LeaguesHub
 Description:  Aplicación deportiva para administración de ligas en distintos deportes.
 Author:       Digital Gecko Caracas
 Author URI:   https://digitalgeckocaracas.io
 Version:      1.0.1
*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";
 */
@import "css/breadcrumb.css";
@-ms-viewport {
	width: device-width;
}
textarea {
	resize: vertical;
}
a {
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f1f1f1;
	font-size: 14px;
	color: #808080;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
}
html {
	width: 100%;
}
.logo-lh {
	padding-top: 20px;
}
.btn {
	min-width: 100px;
	padding: 6px 25px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.btn-white-animation {
	background: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	overflow: hidden;
}
.btn-white-animation:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 1);
	-moz-transform: scale3d(0.1, 0.1, 1);
	-o-transform: scale3d(0.1, 0.1, 1);
	-ms-transform: scale3d(0.1, 0.1, 1);
	transform: scale3d(0.1, 0.1, 1);
}
.btn-white-animation:hover {
	-webkit-transition: background-color 1s 0s, color 1s 0s;
	-moz-transition: background-color 1s 0s, color 1s 0s;
	-o-transition: background-color 1s 0s, color 1s 0s;
	transition: background-color 1s 0s, color 1s 0s;
}
.btn-white-animation:hover:before {
	-webkit-animation: anim-white 1s 0s forwards;
	-moz-animation: anim-white 1s 0s forwards;
	-o-animation: anim-white 1s 0s forwards;
	animation: anim-white 1s 0s forwards;
	opacity: 0.4;
	background: #ffffff;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.focus-pointer {
	cursor: pointer;
}
.no-focus {
	background-color: #eee;
	text-align: center;
	font-weight: 900;
	color: #000;
	border: 1px solid #ccc;
}
.valign {
	vertical-align: top;
}
@-webkit-keyframes anim-white {
	to {
		opacity: 0;
		-webkit-transform: scale3d(3, 3, 1);
		-moz-transform: scale3d(3, 3, 1);
		-o-transform: scale3d(3, 3, 1);
		-ms-transform: scale3d(3, 3, 1);
		transform: scale3d(3, 3, 1);
	}
}
@keyframes anim-white {
	to {
		opacity: 0;
		-webkit-transform: scale3d(3, 3, 1);
		-moz-transform: scale3d(3, 3, 1);
		-o-transform: scale3d(3, 3, 1);
		-ms-transform: scale3d(3, 3, 1);
		transform: scale3d(3, 3, 1);
	}
}
.btn-blue {
	color: #ffffff;
	background-color: #1c629d;
	border-color: transparent;
}
.btn-blue:hover,
.btn-blue:focus {
	border-color: transparent;
	color: #ffffff;
}
.btn-info {
	color: #ffffff;
	background-color: #29abe2;
	border-color: transparent;
	opacity: 0.9;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-info:hover,
.btn-info:focus {
	border-color: transparent;
	color: #ffffff;
	opacity: 1;
}
.btn-red {
	color: #ffffff;
	background-color: #e53935;
	border-color: transparent;
}
.btn-red:hover,
.btn-red:focus {
	border-color: transparent;
	color: #ffffff;
}
.list-sign {
	list-style: none;
	margin-bottom: 0;
	float: right;
	margin-top: 30px;
}
.list-sign li {
	float: left;
	border-right: solid 1px #808080;
	padding-right: 10px;
}
.list-sign li:last-child {
	border: none;
	padding-right: 0px;
	padding-left: 10px;
}
.navbar {
	margin-bottom: 0;
	min-height: 30px;
}
.navbar .container-fluid {
	padding-left: 0;
}
.navbar-lh {
	list-style: none;
	margin-bottom: 0;
	border-bottom: solid 1px #f0f0f0;
}
.navbar-lh li {
	border-left: solid 1px #ccc;
}
.navbar-lh li:first-child {
	border-left: none;
}
.navbar-lh li a {
	padding: 10px 5px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #808080;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-lh li a:hover {
	color: #e53935;
	text-decoration: none;
}
.navbar-toggle {
	background-color: #1c629d;
}
.navbar-toggle .icon-bar {
	background: #ffffff;
}
.list-menu-bottom-gray {
	list-style: none;
	margin-bottom: 0;
}
.list-menu-bottom-gray li {
	width: 25%;
	float: left;
	border-left: solid 1px #666;
}
.list-menu-bottom-gray li:first-child {
	border-left: none;
}
.list-menu-bottom-gray li a {
	padding: 5px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #838383;
	font-weight: 600;
}
.list-menu-bottom-gray li a:hover {
	color: #29abe2;
	text-decoration: none;
}
.container-blue {
	background: #1c629d;
	padding-top: 50px;
	padding-bottom: 50px;
}
p.text-white {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
p.text-gray {
	color: #808080;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
.container-white {
	background: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container-white-top-no-space {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 25px;
	overflow: hidden;
}
.container-white-top-no-space-nopd {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.container-white-top {
	padding-bottom: 25px;
}
.container-black {
	background: #283755;
}
.container-gray-dark-no-space {
	background: #292929;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	border-bottom: solid 1px #4f4f4f;
}
.container-gray-dark-no-space .border-left {
	border-left: solid 1px #333333;
}
.container-gray-dark-no-space .border-right {
	border-right: solid 1px #333333;
}
.container-gray-dark-no-space .border-bottom {
	border-bottom: solid 1px #333333;
}
.container-gray-dark-no-space .table-name {
	width: 100%;
}
.container-gray-dark-no-space .table-name tbody tr:first-child {
	border-bottom: solid 1px #333333;
}
.title-white-min {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}
.title-white-min a {
	color: #ffffff;
}
.container-gray-no-space {
	background: #333333;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	border-bottom: solid 1px #4f4f4f;
}
.container-gray-no-space .border-left {
	border-left: solid 1px #3d3d3d;
}
.container-gray-no-space .border-right {
	border-right: solid 1px #3d3d3d;
}
.container-gray-no-space .border-bottom {
	border-bottom: solid 1px #3d3d3d;
}
.container-gray-no-space .table-name {
	width: 100%;
}
.container-gray-no-space .table-name tbody tr:first-child {
	border-bottom: solid 1px #3d3d3d;
}
.title-white {
	margin-top: 0;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}
.container-white-schedule {
	background: #ffffff;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	padding-bottom: 20px;
}
.container-white-schedule .table-bordered > thead > tr > th,
.container-white-schedule .table-bordered > tbody > tr > th,
.container-white-schedule .table-bordered > tfoot > tr > th,
.container-white-schedule .table-bordered > thead > tr > td,
.container-white-schedule .table-bordered > tbody > tr > td,
.container-white-schedule .table-bordered > tfoot > tr > td {
	border-color: #cccccc;
}
.no-border-top {
	border-top: 0;
}
.title-gray {
	margin-top: 0;
	color: #808080;
	font-weight: 300;
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}
.title-gray-min {
	margin-top: 0;
	color: #808080;
	font-weight: 300;
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}
.status-detail {
	padding-left: 5px;
}
.title-gray-min small {
	font-size: 22px;
}
.results {
	background: #f5f5f5;
}
.bg-blue-form {
	border-bottom: solid 1px #4d8abc;
	overflow: hidden;
}
.bg-blue-form label {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
}
.bg-blue-form .form-group {
	margin-bottom: 30px;
}
.bg-white-form label {
	color: #808080;
	font-weight: 400;
	font-size: 16px;
}
.bg-white-form .form-group {
	margin-bottom: 15px;
}
label small {
	font-size: 11px;
	color: #999;
}
.container-image-profile {
	margin-bottom: 20px;
	position: relative;
	padding: 4px;
	background-color: #fff;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.container-image-profile .upload-picture {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.container-image-profile .upload-picture i {
	font-size: 26px;
	color: #ffffff;
	opacity: 0.5;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.container-image-profile .upload-picture span {
	color: #ffffff;
	opacity: 0;
	font-weight: 400;
	display: inline-block;
	padding-left: 5px;
}
.container-image-profile .upload-picture:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
}
.container-image-profile .upload-picture:hover i {
	font-size: 30px;
}
.container-image-profile .upload-picture:hover span {
	opacity: 0.5;
}
.container-image-profile:hover {
	cursor: pointer;
}
.btn-default {
	border: 1px solid #ccc;
}
.btn-group {
	display: block;
	overflow: hidden;
}
.btn-group .btn-gender {
	background: #e8e8e8;
	color: #808080;
	font-weight: 300;
}
.btn-group .btn-gender:first-child.active {
	background: #ea7e7e;
	color: #ffffff;
}
.btn-group .btn-gender:last-child.active {
	background: #1c629d;
	color: #ffffff;
}
.btn-group .btn-select {
	background: #e8e8e8;
	color: #808080;
	font-weight: 300;
}
.btn-group .btn-select:first-child.active {
	background: #e53935;
	color: #ffffff;
}
.btn-group .btn-select:last-child.active {
	background: #8acb3b;
	color: #ffffff;
}
/*
.btn-group .btn-select:first-child.active2 {
  background: #E53935;
  color: #FFFFFF;
}
.btn-group .btn-select:last-child.active2 {
  background: #8acb3b;
  color: #FFFFFF;
}*/

.btn-group .btn-selects {
	background: #e8e8e8;
	color: #808080;
	font-weight: 300;
	border: solid 1px #ccc !important;
	width: 33.33%;
}
.btn-group .btn-selects:hover {
	background: #e0e0e0;
}
.btn-group .btn-selects:last-child {
	width: 33.6%;
}
.btn-group .btn-selects.active {
	background: #1c629d;
	color: #ffffff;
}
.btn-group .btn-colors {
	background: #e8e8e8;
	color: #808080;
	font-weight: 300;
	border: solid 1px #ccc !important;
	width: 33.33%;
}
.btn-group .btn-colors:hover {
	background: #e0e0e0;
}
.btn-group .btn-colors:last-child {
	width: 33.6%;
}
.btn-group .active#sure {
	background: #96c03d;
	color: #ffffff;
}
.btn-group .active#no {
	background: #c82031;
	color: #ffffff;
}
.btn-blue-light {
	background: #29abe2;
	color: #ffffff;
}
.btn-blue-light:hover {
	color: #ffffff;
	background: #1c629d;
}
.full-width {
	width: 100%;
}
.input-group div.input-group-btn .btn-default {
	border: 1px solid #ccc;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 5px 25px;
}
.input-group div.input-group-btn .btn-default:hover,
.input-group div.input-group-btn .btn-default:focus {
	color: #ffffff;
	background: #29abe2;
}
.formError {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #dc222f;
	position: relative;
	color: #ffffff;
	min-width: 120px;
	font-size: 11px;
	border: 0px solid #ddd !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 4px 10px 4px 10px;
	-webkit-border-radius: 6px !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius: 6px !important;
	-moz-background-clip: padding !important;
	border-radius: 6px !important;
	background-clip: padding-box !important;
}
.formError + input,
.formError + textarea,
.formError + select {
	background: #fcc2c7;
	border-color: #fcc2c7;
}
.formError + input:focus {
	background: #fcc2c7;
	border-color: #fcc2c7;
}
.formError .formErrorArrow div {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px solid #ddd !important;
	background: #dc222f;
}
.bg-gray {
	background: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt10 {
	margin-top: 17px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb40 {
	margin-bottom: 40px;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
	position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
	left: auto;
	right: 0;
}
.bootstrap-timepicker.pull-right
	.bootstrap-timepicker-widget.dropdown-menu:before {
	left: auto;
	right: 12px;
}
.bootstrap-timepicker.pull-right
	.bootstrap-timepicker-widget.dropdown-menu:after {
	left: auto;
	right: 13px;
}
.bootstrap-timepicker .input-group-addon {
	cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
	padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
	display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
	left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
	left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
	right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
	right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
	top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
	top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
	border-radius: 4px;
}
.bootstrap-timepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-timepicker-widget table td {
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
	min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
	width: 100%;
}
.bootstrap-timepicker-widget table td a {
	border: 1px transparent solid;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 8px 0;
	outline: 0;
	color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
	text-decoration: none;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
	margin-top: 2px;
	font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
	width: 25px;
	margin: 0;
	text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
	padding: 4px;
}
@media (min-width: 767px) {
	.bootstrap-timepicker-widget.modal {
		width: 200px;
		margin-left: -100px;
	}
}
@media (max-width: 767px) {
	.bootstrap-timepicker {
		width: 100%;
	}
	.bootstrap-timepicker .dropdown-menu {
		width: 100%;
	}
}
.img-responsives {
	max-width: 100%;
	height: auto;
}
.button-add {
	position: fixed;
	/*position: sticky; */
	float: right;
	bottom: 15px;
	right: 15px;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	width: 58px;
	height: 58px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.button-add a {
	display: block;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	/* padding: 15px 22px; Se reemplaza esta regla para reparar los botones add*/
	padding: 20px 22px;
	font-size: 20px;
	color: #ffffff;
	background: #1c629d;
}
.button-add a:hover {
	background: #e53935;
}
.container-menu-singin {
	background: #1c629d;
}
.container-menu-singin .logo-lh-signin {
	padding-top: 14px;
	padding-bottom: 14px;
}
.container-menu-singin .container-blue-signin {
	background: #1c629d;
	padding-left: 0;
	padding-right: 0;
}
.container-menu-singin .container-blue-signin .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar {
	border: none;
}
.list-menu-signin {
	list-style: none;
	margin-bottom: 0;
}
.list-menu-signin li {
	border-left: solid 1px #216aa5;
}
.list-menu-signin li:first-child {
	border-left: none;
}
.list-menu-signin li a {
	display: block;
	padding: 22px 15px 18px 15px;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.list-menu-signin li a span.badge {
	background-color: #db4437;
	color: #ffffff;
	font-weight: 400;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}
.list-menu-signin li a:hover,
.list-menu-signin li a:focus {
	text-decoration: none;
	background: #ffffff;
	color: #1c629d;
}
.list-menu-signin li a:focus {
	background-color: #283755;
	color: #ffffff;
}
.list-menu-signin li.active {
	background-color: #283755;
	color: #ffffff;
}
.list-menu-signin li.active a:hover {
	background-color: #283755;
	color: #ffffff;
}
li.user-profile.open a {
	background-color: #135489;
	border-color: transparent;
}
li.user-profile.open a:hover,
li.user-profile.open a:focus {
	background-color: #135489;
	border-color: transparent;
}
.pdlrn {
	padding-left: 0;
	padding-right: 0;
}
li.user-profile a {
	display: block;
	padding: 20px 15px;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	font-weight: 400;
	text-transform: none;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
li.user-profile a img {
	border-radius: 50px;
	height: 25px;
	margin-bottom: -8px;
	margin-right: 5px;
	margin-top: -8px;
	vertical-align: middle;
	width: 25px;
}
li.user-profile a:hover,
li.user-profile a:focus {
	text-decoration: none;
	background: #135489;
	color: #ffffff;
}
li.user-profile .dropdown-menu {
	right: 15px;
	min-width: 250px;
	left: inherit;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topright: 0;
	-moz-background-clip: padding;
	border-top-right-radius: 0;
	background-clip: padding-box;
	padding: 0;
	margin-top: 1px;
	border-top: none;
}
li.user-profile .dropdown-menu:before {
	content: "";
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -5px;
	right: 10px;
	background: #ffffff;
}
li.user-profile .dropdown-menu li {
	display: block;
}
li.user-profile .dropdown-menu li a {
	background: #ffffff !important;
	color: #808080;
	padding: 10px 25px;
	font-size: 12px;
	text-transform: none;
}
li.user-profile .dropdown-menu li a i {
	margin-right: 5px;
}
li.user-profile .dropdown-menu li a:hover {
	background: #135489 !important;
	color: #ffffff;
}
li.user-profile .dropdown-menu li.text-dropdown {
	padding-top: 10px;
	font-weight: 600;
	font-size: 12px;
	padding-left: 10px;
}
.kv-avatar .file-preview-frame,
.kv-avatar .file-preview-frame:hover {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	text-align: center;
}
.file-preview-frame img {
	max-width: 100%;
	height: auto;
}
.kv-avatar .file-input {
	display: table-cell;
	max-width: 100%;
	height: auto;
}
.bg-white {
	background: #ffffff;
}
.fileinput-remove-button,
.btn-file {
	width: 49%;
}
.btn-file {
	background: #1c629d;
	color: #ffffff;
}
.checkbox {
	overflow: hidden;
}
.checkbox a {
	color: #ffffff;
	float: right;
}
.text-left {
	text-align: left !important;
}
.bg-gray-input {
	background: #4d4d4d;
	border: none;
	color: #999;
}
select,
select option {
	outline: none !important;
	color: #999 !important;
}
.breadcrumb {
	padding: 8px 5px;
	margin-bottom: 10px !important;
}
.breadcrumb li + li:before {
	content: "\f101";
	padding: 0 5px;
	color: #ccc;
	font: normal normal normal 14px/1 FontAwesome;
}
.btn-success {
	background: #96c03d;
	color: #ffffff;
}
.pdt90 {
	padding-top: 90px;
}
.url-menu-top {
	display: block;
	color: #eeeeee;
	border-right: solid 1px #808080;
	font-size: 14px;
	min-height: 70px;
	padding-top: 14px;
}
.url-menu-top:last-child {
	border-right: none;
}
.url-menu-top i {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
}
.url-menu-top:hover,
.url-menu-top:focus {
	text-decoration: none;
	color: #29abe2;
}
.border {
	border-right: solid 1px #808080 !important;
}
.mgb10 {
	margin-bottom: 10px;
}
.menu-carousel {
	width: 100%;
	overflow: hidden;
}
.menu-carousel .item {
	float: left;
	margin-bottom: 10px;
	min-width: 100%;
}
.menu-carousel .item a {
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
}
.menu-carousel .owl-item {
	width: 12.5% !important;
}
.menu-carousel-team {
	width: 100%;
	overflow: hidden;
}
.menu-carousel-team .item {
	float: left;
	margin-bottom: 10px;
	min-width: 100%;
}
.menu-carousel-team .item a {
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
}
.menu-carousel-team .owl-item {
	width: 50% !important;
}
.menu-carousel-roster {
	width: 100%;
	overflow: hidden;
}
.menu-carousel-roster .item {
	float: left;
	margin-bottom: 10px;
	min-width: 100%;
}
.menu-carousel-roster .item a {
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
}
.menu-carousel-roster .owl-item {
	width: 50% !important;
}
.carousel-calendar {
	width: 100%;
}
.carousel-calendar .item {
	min-width: 100%;
}
.carousel-calendar .item a {
	padding: 6px;
	display: block;
	background: #f2f2f2;
	min-height: 80px;
	color: #9b9b9b;
	text-align: center;
	font-size: 12px;
	border-right: solid 1px #f0f0f0;
}
.carousel-calendar .item a span {
	display: block;
	font-size: 24px;
	min-height: 7px;
}
.carousel-calendar .item a .date-calendar {
	font-size: 12px;
}
.carousel-calendar .item a:hover,
.carousel-calendar .item a:focus {
	text-decoration: none;
	background: #e53935;
	color: #ffffff !important;
}
.carousel-calendar .item a.active-day {
	text-decoration: none;
	color: #e53935;
}
.carousel-calendar .item a.active {
	text-decoration: none;
	background: #e53935;
	color: #ffffff;
	cursor: default;
}
.owl-controls {
	margin-top: 0px !important;
}
.owl-nav div {
	position: absolute;
}
.owl-nav .owl-prev {
	left: -5px;
	top: -5px;
	height: 100%;
	-webkit-border-radius: 0 !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius: 0 !important;
	-moz-background-clip: padding !important;
	border-radius: 0 !important;
	background-clip: padding-box !important;
	background: rgba(0, 0, 0, 0.3) !important;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-nav .owl-prev i {
	font-size: 40px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 14px;
}
.owl-nav .owl-prev:hover {
	background: rgba(0, 0, 0, 0.6) !important;
}
.owl-nav .owl-next {
	right: -5px;
	top: -5px;
	height: 100%;
	-webkit-border-radius: 0 !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius: 0 !important;
	-moz-background-clip: padding !important;
	border-radius: 0 !important;
	background-clip: padding-box !important;
	background: rgba(0, 0, 0, 0.3) !important;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-nav .owl-next i {
	font-size: 40px;
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 10px;
}
.owl-nav .owl-next:hover {
	background: rgba(0, 0, 0, 0.6) !important;
}
.pdn {
	padding-left: 0;
	padding-right: 0;
}
.breadcrumb {
	display: inline-block;
	padding: 0 11px;
	border: 1px solid #d6d4d4;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	min-height: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}
.breadcrumb a {
	display: inline-block;
	background: #fff;
	padding: 0 15px 0 22px;
	margin-left: -26px;
	position: relative;
	z-index: 2;
	color: #333;
}
.breadcrumb a:before {
	display: inline-block;
	content: ".";
	position: absolute;
	left: -10px;
	top: 3px;
	width: 18px;
	height: 18px;
	background: transparent;
	border-right: 1px solid #d6d4d4;
	border-top: 1px solid #d6d4d4;
	border-radius: 2px;
	text-indent: -5000px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb a:hover {
	color: #29abe2;
}
.breadcrumb a.home {
	font-size: 17px;
	color: #777777;
	width: 38px;
	text-align: center;
	padding: 0;
	margin: 0 0 0 -10px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomleft: 3px;
	-moz-background-clip: padding;
	border-bottom-left-radius: 3px;
	background-clip: padding-box;
	z-index: 99;
	line-height: 22px;
	display: inline-block;
	height: 25px;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.breadcrumb a.home i {
	vertical-align: -1px;
}
.breadcrumb a.home:before {
	border: none;
}
.breadcrumb a.home:after {
	display: inline-block;
	content: ".";
	position: absolute;
	right: -10px;
	top: 3px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-right: 1px solid #d6d4d4;
	border-top: 1px solid #d6d4d4;
	border-radius: 2px;
	text-indent: -5000px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb a.home:hover {
	color: #29abe2;
}
.breadcrumb a.back {
	display: inline-block;
	background: #fff;
	padding: 0 15px 0 22px;
	margin-left: -26px;
	position: relative;
	z-index: 2;
	color: #777777;
}
.breadcrumb a.back i {
	vertical-align: -1px;
}
.breadcrumb a.back:before {
	border: none;
}
.breadcrumb a.back:after {
	display: inline-block;
	content: "";
	position: absolute;
	right: -10px;
	top: 3px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-right: 1px solid #d6d4d4;
	border-top: 1px solid #d6d4d4;
	border-radius: 2px;
	text-indent: -5000px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb a.back:hover {
	color: #29abe2;
	text-decoration: none;
}
.breadcrumb .navigation-pipe {
	width: 18px;
	display: inline-block;
	text-indent: -5000px;
}
.table-hl thead {
	background: #e6e6e6;
	font-size: 10px;
}
.table-hl .blue-text {
	color: #0075bb;
}
.table-hl .yellow-text {
	color: #fbab34;
}
.table-hl .green-text {
	color: #8acb3b;
}
.table-hl .graylight-text {
	color: #e3e3e3;
}
.table-hl i {
	font-size: 18px;
}
.table-hl-nopd {
	margin-bottom: 0 !important;
}
.table-gray-dark thead {
	background: #4d4d4d;
	font-size: 10px;
	color: #ffffff;
}
.table-gray-dark thead tr th {
	border: 1px solid transparent;
}
.table-gray-dark .blue-text {
	color: #0075bb;
}
.table-gray-dark .yellow-text {
	color: #fbab34;
}
.table-gray-dark .green-text {
	color: #8acb3b;
}
.table-gray-dark .graylight-text {
	color: #e3e3e3;
}
.table-gray-dark i {
	font-size: 18px;
}
.more {
	font-size: 10px;
	font-weight: 700;
	padding-top: 7px;
}
.place-warning {
	background: #ffecbc !important;
}
.place-warning tr:hover {
	background: #ffecbc !important;
}
.league-name {
	display: block;
}
.league-name a {
	color: #111111;
	font-weight: 700;
}
.league-name a:hover,
.league-name a:focus {
	color: #1c629d;
	text-decoration: none;
}
.league-name small {
	display: block;
	font-weight: 300;
}
.league-name-detail a {
	display: inline-block;
}
.league-name-detail a span {
	color: #999999;
	display: block;
	font-size: 11px;
	font-weight: 400;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdt55 {
	padding-top: 55px;
}
.pdt44 {
	padding-top: 44px;
}
.pdt25 {
	padding-top: 25px;
}
.pdt30 {
	padding-top: 30px;
}
.pdt6 {
	padding-top: 6px;
}
.text-strong {
	font-weight: 700;
}
.img-league {
	display: block;
}
.img-league img {
	height: auto;
	max-width: 40px;
	margin-right: 5px;
	border: solid 1px #ccc;
}
.img-league-detail {
	display: block;
}
.img-league-detail img {
	height: auto;
	max-width: 100%;
	border: solid 1px #ccc;
}
.line-lh-gray {
	background: #e6e6e6;
	font-size: 14px;
	color: grey;
	padding: 8px;
	line-height: 1.42857143;
	font-weight: bold;
	margin-bottom: 25px;
}
.mgbn {
	margin-bottom: 0;
}
.box-league-name h1 {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
.box-league-name h2 {
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	margin-top: 0;
}
.box-league-name a {
	display: inline-block;
	margin-bottom: 15px;
}
.box-league-name a:hover {
	color: #e53935;
	text-decoration: none;
}
.box-league-name .one-option {
	font-size: 18px;
	color: #333;
}
.box-league-name .one-option:hover {
	color: #e53935;
	text-decoration: none;
}
.box-league-detail {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #4d4d4d;
	padding-top: 50px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.box-league-detail {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 11px;
		font-weight: 600;
		color: #4d4d4d;
		padding-top: 50px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.box-league-detail div span {
		font-size: 11px;
		font-weight: 600;
	}
}

.box-league-detail div {
	margin-bottom: 5px;
}
.box-league-detail div span {
	font-size: 14px;
	font-weight: 400;
}
.box-league-detail div i {
	margin-left: 5px;
}
.box-game-detail {
	font-size: 14px;
	font-weight: 400;
	color: #4d4d4d;
}
.box-game-detail .vs {
	font-size: 16px;
	font-weight: 600;
}
.box-game-detail a {
	font-size: 12px;
	font-weight: 600;
}
.box-game-detail .pdl18 {
	padding-left: 18px;
}
.btn-full {
	width: 100% !important;
}
.social-league {
	text-align: center;
	padding-top: 65px;
}
.social-league a {
	color: #b3b3b3;
	font-size: 30px;
	display: inline-block;
	margin-right: 5px;
}
.social-league a:hover {
	text-decoration: none;
	color: #1c629d;
}
.eq_result a {
	color: #000000;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}

.table-results {
	font-weight: bold;
	margin-bottom: 15px;
	background: #ffffff;
}
.table-results td span {
	display: inline-block;
	margin-right: 5px;
	min-width: 12px;
}
.table-results td span i {
	font-size: 12px;
	color: #f3be5f;
}
.table-results td .date {
	font-weight: 300;
}
.min-height70 {
	min-height: 70px;
}
.min-height170 {
	min-height: 170px;
}
.border-right {
	border-right: solid 1px #cccccc;
}
.text-table-top10 {
	display: block;
	padding-top: 10px;
}
span.more {
	padding-top: 10px;
}
span.more a {
	font-size: 9px;
	color: #333333;
	font-weight: 600;
	display: block;
	padding-top: 5px;
}
span.more a i {
	display: block;
	margin-bottom: 1px;
}
span.more a:hover {
	color: #1c629d;
	text-decoration: none;
}
.text-table-top6 {
	display: block;
	padding-top: 6px;
}
.list-roles {
	list-style: none;
	margin-bottom: 0px;
	margin-top: 10px;
}
.list-roles li {
	display: inline-block;
	margin-right: 10px;
	color: #29abe2;
}
.list-roles li:last-child {
	margin-right: 0;
}
.prf-image {
	overflow: hidden;
	position: relative;
	display: block;
}
.prf-image:hover {
	cursor: pointer;
}
.news p {
	font-family: "Open Sans", Verdana !important;
	font-size: 12px;
}
.over,
.prf-image .overlay {
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	height: 28%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	bottom: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
.over:hover,
.prf-image .overlay:hover {
	cursor: pointer;
}
.over:hover i,
.prf-image .overlay:hover i {
	font-size: 26px;
}
.over:hover,
.prf-image .over:hover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.65);
}
.over span {
	position: absolute;
	left: 15px;
	top: 50%;
	width: 100%;
	margin-top: -11px;
}
.over span i {
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.over span span {
	margin-left: 25px;
	font-weight: 600;
	padding-top: 2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: left;
}
.lupa {
	color: #fbbc30 !important;
	background: #fff;
	padding: 8px;
	border-radius: 50%;
	opacity: 0.8;
}
.btn-group .btn {
	min-width: 100px;
}
.modal {
	background: rgba(28, 98, 157, 0.5);
	overflow: auto;
}
.modal .modal-header {
	background: #1c629d;
	color: #ffffff;
}
.modal .modal-header .close {
	color: #ffffff;
}
.modal .modal-content {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
}
.modal-footer {
	text-align: center;
}
.text-notification {
	font-weight: 600 !important;
}
.text-orange-n {
	color: #ff9e00 !important;
}
.text-red-n {
	color: #e53935 !important;
}
.checkbox-inline {
	font-size: 14px !important;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.checkbox-inline:hover {
	color: #e53935;
}
.modal-body {
	padding: 10px;
}
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.checkbox-inline + .checkbox-inline:last-child {
	margin-right: 0px;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	background: #f0f0f0;
	-webkit-border-radius: 1px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 1px;
	-moz-background-clip: padding;
	border-radius: 1px;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	outline: none;
}
input[type="checkbox"]:active,
input[type="radio"]:active {
	border-color: #cccccc;
	background: #ebebeb;
}
input[type="checkbox"]:checked::after {
	content: url(images/checkmark.png);
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
}
input[type="checkbox"]:focus {
	outline: none;
	border-color: #283755;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.result-game {
	color: #ffffff;
	font-size: 14px;
}
.outs {
	font-size: 14px;
	color: #000000;
}
.table-shedule {
	margin-bottom: 0;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.table-shedule .name-info-detail {
	width: 24%;
}
.table-shedule tbody th {
	background: #f5f5f5;
}
.table-shedule tbody tr td {
	border-top: 0;
}
.table-shedule .text-yellow {
	color: #fbb03b;
}
.table-shedule .team-info .status-winner {
	display: inline-block;
	padding-right: 10px;
	padding-left: 5px;
}
.table-shedule .team-info .additional-info {
	display: block;
	padding-left: 32px;
	font-weight: 300;
	color: #999999;
	font-size: 12px;
}
.table-shedule .team-info .name a {
	font-weight: 700;
	font-size: 14px;
	color: #000000;
}
.table-shedule .team-info .name a:hover,
.table-shedule .team-info .name a:focus {
	color: #29abe2;
	text-decoration: none;
}
.table-shedule .team-info .name-gray {
	color: #999999;
}
.table-shedule .team-info .name-gray span {
	color: #999999;
}
.strong {
	font-weight: 700;
}
.inning-th {
	text-align: center;
}
.inning-th span {
	display: block;
	padding-top: 3px;
	color: #454545;
	font-weight: 300;
}
.no-border-top {
	border-top: 0;
}
.inning {
	text-align: center;
}
.inning span {
	display: block;
	padding-top: 10px;
	color: #000000;
}
.inning-current {
	background: #f5f5f5;
}
td.runs,
td.hits,
td.errors {
	text-align: center;
}
td.runs span,
td.hits span,
td.errors span {
	display: block;
	padding-top: 10px;
}
.runs,
.hits,
.errors {
	width: 5%;
	text-align: center;
}
.runs span,
.hits span,
.errors span {
	display: block;
	padding-top: 3px;
}
.status-game {
	position: relative;
}
.status-game .diamond {
	width: 77px;
	height: 47px;
	margin-left: -38px;
	position: absolute;
	display: block;
	left: 50%;
}
.status-game .game-off {
	background: url(images/bases.png) 0px 0px no-repeat;
	margin-top: 32px;
}
.status-game .game-3b {
	background: url(images/bases.png) 0px -234px no-repeat;
}
.table-scorer {
	background-color: transparent !important;
	margin-bottom: 0;
	margin-top: 8px;
}
.table-scorer thead {
	color: #fbb03b;
	font-weight: 600;
}
.table-scorer tbody {
	color: #ffffff;
	font-weight: 600;
}
.text-blue {
	color: #29abe2;
	font-weight: 600;
}

.table-gray {
	background: #f5f5f5;
}

.links-list {
	margin-bottom: 0;
	list-style: none;
}
.links-list li {
	display: inline-block;
}
.links-list li a {
	display: block;
	border: solid 1px #bdbdbd;
	padding: 3px 6px;
	font-size: 12px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
}
.links-list li a:hover,
.links-list li a:focus {
	background: #ffffff;
	text-decoration: none;
}

.box-last-play {
	margin-top: 10px;
	overflow: hidden;
	max-height: 95px;
}
.box-last-play p {
	font-size: 11px;
	margin-bottom: 5px;
}
.box-last-play p b {
	color: #000000;
	margin-right: 5px;
}
.game-status {
	width: 24%;
}
.opacity3 {
	opacity: 0.3;
}
.balls,
.strikes {
	color: #ffffff;
	font-weight: 400;
	font-size: 12px;
}
.badge-default {
	display: inline-block;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	width: 10px;
	height: 10px;
	background: #4d4d4d;
	margin-left: 7px;
}
.badge-green {
	background: #29c862;
}
.badge-red {
	background: #e53935;
}
.option-menu {
	border: 1px solid #4d4d4d;
	border-bottom: 0;
	padding: 5px;
}
.list-menu-schedule {
	list-style: none;
}
.list-menu-schedule li {
	display: inline-block;
	margin-right: 10px;
	min-width: 40px;
}
.list-menu-schedule li:last-child {
	margin-right: 0px;
}
.text-yellow {
	color: #fbb03b;
}
.font-strong {
	font-weight: 600;
}
.send-message {
	display: inline-block;
	margin-left: 5px;
	color: #ffffff;
}
.send-message:hover {
	color: #29abe2;
}
.send-message i {
	font-size: 14px;
}
.text-gray {
	color: #333333;
	display: inline-block;
}
.text-gray:hover {
	color: #333333;
}
.more-option {
	color: #999999;
	font-size: 10px;
	margin-top: 7px;
	display: block;
	opacity: 0.5;
}
.more-option i {
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
}
.more-option:hover,
.more-option:focus {
	color: #29abe2;
	text-decoration: none;
	opacity: 1;
}
.pdna {
	padding: 0px !important;
}
.btn-help {
	background: #ffffff;
	color: #999999;
	border: none;
	outline: none;
	font-size: 14px;
}
.popover-title {
	background: #1c629d;
	color: white;
}
.btn-select-xs {
	font-size: 12px !important;
}
/*=================================================
    Reponsive web design
=================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
	.list-menu-signin li a {
		padding: 16px 15px 17px 15px;
	}
	li.user-profile a {
		padding: 16px 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mgb10r {
		margin-bottom: 10px;
	}
	li.user-profile a {
		padding: 15px;
	}
	.list-menu-signin li a {
		padding: 16px 15px 15px 15px;
	}
	.container-menu-singin .logo-lh-signin {
		padding-top: 17px;
	}
}
.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs li.active a {
	color: #ffffff;
	background-color: #1c629d;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	color: #ffffff;
	background-color: #1c629d;
}
.table-list thead {
	font-size: 10px;
}
.link-more {
	background: transparent;
	border: none;
}
.link-more:focus {
	outline: none;
}
.link-more:hover {
	color: #1c629d;
}
.title-section-step {
	font-size: 30px;
	color: #484848;
	padding-bottom: 25px;
}
.title-section-step small {
	display: block;
	font-weight: 300;
	color: #666;
	margin-top: 10px;
	font-size: 14px;
}
.btn-default {
	background: #f0f0f0;
}
.list-options {
	list-style: none;
	margin-bottom: 0;
}
.list-options li {
	display: inline-block;
}
.list-options li a {
	display: block;
	font-size: 10px;
	font-weight: 600;
	color: #ffffff;
	padding: 4px 8px;
}
.list-options li:first-child {
	background: #283755;
	margin-right: 5px;
}
.list-options li:last-child {
	background: #e53935;
}
.container-icons {
	position: relative;
	max-height: 125px;
}
.send-note {
	display: inline-block;
	font-size: 12px !important;
	color: #29abe2 !important;
}
.send-note:hover {
	text-decoration: underline !important;
}
.width-auto {
	min-width: auto;
}
/*+ New changes ===============================================================================================================================================+*/
.logo-lh-signin {
	max-height: 60px;
}
.pdln {
	padding-left: 0;
}
@font-face {
	font-family: "Material Design Iconic Font";
	src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.eot?v=1.0");
	src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.eot?#iefix&v=1.0")
			format("embedded-opentype"),
		url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.woff?v=1.0")
			format("woff"),
		url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.ttf?v=1.0")
			format("truetype"),
		url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.svg?v=1.0#Material-Design-Iconic-Font")
			format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="md-"],
[class*=" md-"] {
	display: inline-block;
	font: normal normal normal 14px/1 "Material Design Iconic Font";
	font-size: inherit;
	speak: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.md {
	line-height: inherit;
	vertical-align: bottom;
}
.md-inbox:before {
	content: "\f10c";
}
.md-movie:before {
	content: "\f19e";
}
.md-star:before {
	content: "\f2e5";
}
.md-send:before {
	content: "\f119";
}
.md-drafts:before {
	content: "\f107";
}
.md-arrow-back:before {
	content: "\f297";
}
.md-arrow-forward:before {
	content: "\f298";
}
/* -- You can use this sidebar in Bootstrap (v3) projects. HTML-markup like Navbar bootstrap component will make your work easier. -- */
/* -- Box model ------------------------------- */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* -- Demo style ------------------------------- */
.sidebar-overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: #000;
	z-index: 1034;
	-webkit-transition: visibility 0 linear 0.4s,
		opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: visibility 0 linear 0.4s,
		opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: visibility 0 linear 0.4s,
		opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.sidebar-overlay.active {
	opacity: 0.5;
	visibility: visible;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
}
.top-bar {
	height: 25px;
	background: rgba(0, 0, 0, 0.1);
}
/* -- Google typography ------------------------------- */
.headline {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.1;
	color: #212121;
	text-transform: inherit;
	letter-spacing: inherit;
}
.subhead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
	color: #212121;
	text-transform: inherit;
	letter-spacing: inherit;
}
/* -- Bootstrap-like style ------------------------------- */
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown-menu {
	display: none;
}
/* -- Constructor style ------------------------------- */
.constructor {
	position: relative;
	margin: 0;
	padding: 0 50px;
	-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidebar-stacked.open + .wrapper .constructor {
	margin-left: 280px;
}
@media (max-width: 768px) {
	.sidebar-stacked.open + .wrapper .constructor {
		margin-left: 240px;
	}
}
/* -- Sidebar style ------------------------------- */
.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	min-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	border: none;
	z-index: 99;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar:before,
.sidebar:after {
	content: " ";
	display: table;
}
.sidebar:after {
	clear: both;
}
.sidebar::-webkit-scrollbar-track {
	border-radius: 2px;
}
.sidebar::-webkit-scrollbar {
	width: 5px;
	background-color: #f7f7f7;
}
.sidebar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #bfbfbf;
}
.sidebar .sidebar-header {
	position: relative;
	height: 157.5px;
	margin-bottom: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-header.header-cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sidebar .sidebar-header:hover .sidebar-toggle {
	opacity: 1;
}
.sidebar .sidebar-toggle {
	position: relative;
	float: right;
	margin: 16px;
	padding: 0;
	background-image: none;
	border: none;
	height: 40px;
	width: 40px;
	font-size: 28px;
	opacity: 0.7;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-toggle:before,
.sidebar .sidebar-toggle:after {
	content: " ";
	display: table;
}
.sidebar .sidebar-toggle:after {
	clear: both;
}
.sidebar .icon-material-sidebar-arrow:before {
	content: "\e610";
}
.sidebar .sidebar-image img {
	width: 54px;
	height: 54px;
	margin: 16px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-brand {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0;
	padding-left: 16px;
	padding-right: 56px;
	text-decoration: none;
	clear: both;
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-brand:hover,
.sidebar .sidebar-brand:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.sidebar .sidebar-brand .caret {
	position: absolute;
	right: 24px;
	top: 24px;
}
.sidebar .sidebar-brand .sidebar-badge {
	position: absolute;
	right: 16px;
	top: 12px;
}
.sidebar .sidebar-brand:hover,
.sidebar .sidebar-brand:focus {
	text-decoration: none;
}
.sidebar .sidebar-badge {
	display: inline-block;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0 3px;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-webkit-border-radius: 25px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 25px;
	-moz-background-clip: padding;
	border-radius: 25px;
	background-clip: padding-box;
}
.sidebar .sidebar-badge.badge-circle {
	border-radius: 50%;
}
.sidebar .sidebar-divider,
.sidebar .sidebar-nav .divider {
	position: relative;
	display: block;
	height: 1px;
	margin: 8px 0;
	padding: 0;
	overflow: hidden;
}
.sidebar .sidebar-text {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0;
	padding-left: 16px;
	padding-right: 56px;
	text-decoration: none;
	clear: both;
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-text:hover,
.sidebar .sidebar-text:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.sidebar .sidebar-text .caret {
	position: absolute;
	right: 24px;
	top: 24px;
}
.sidebar .sidebar-text .sidebar-badge {
	position: absolute;
	right: 16px;
	top: 12px;
}
.sidebar .sidebar-icon {
	display: inline-block;
	margin-right: 16px;
	min-width: 40px;
	width: 40px;
	text-align: left;
	font-size: 20px;
}
.sidebar .sidebar-icon:before,
.sidebar .sidebar-icon:after {
	vertical-align: middle;
}
.sidebar .sidebar-nav {
	margin: 0;
	padding: 0;
}
.sidebar .sidebar-nav li {
	position: relative;
	list-style-type: none;
}
.sidebar .sidebar-nav li a {
	position: relative;
	cursor: pointer;
	user-select: none;
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0;
	padding-left: 16px;
	padding-right: 56px;
	text-decoration: none;
	clear: both;
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-nav li a:hover,
.sidebar .sidebar-nav li a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.sidebar .sidebar-nav li a .caret {
	position: absolute;
	right: 24px;
	top: 24px;
}
.sidebar .sidebar-nav li a .sidebar-badge {
	position: absolute;
	right: 16px;
	top: 12px;
}
.sidebar .sidebar-nav li a:hover {
	background: transparent;
}
.sidebar .sidebar-nav .dropdown-menu {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sidebar-default {
	background-color: #fff;
	font-family: "RobotoDraft", "Roboto", "Helvetica Neue, Helvetica, Arial",
		sans-serif;
}
.sidebar-default .sidebar-header {
	background: url(images/bg_user.jpg) left top no-repeat #1c629d;
	background-size: cover;
}
.sidebar-default .sidebar-toggle {
	background-color: transparent;
}
.sidebar-default .sidebar-brand {
	color: #ffffff;
	background-color: transparent;
}
.sidebar-default .sidebar-brand:hover,
.sidebar-default .sidebar-brand:focus {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-default .sidebar-badge {
	color: #fff;
	background-color: #e53935;
}
.sidebar-default .sidebar-divider,
.sidebar-default .sidebar-nav .divider {
	background-color: #bdbdbd;
}
.sidebar-default .sidebar-text {
	color: #212121;
}
.sidebar-default .sidebar-nav li > a {
	color: #212121;
	background-color: transparent;
}
.sidebar-default .sidebar-nav li > a i {
	color: #757575;
}
.sidebar-default .sidebar-nav li:hover > a,
.sidebar-default .sidebar-nav li > a:hover {
	color: #212121;
	background-color: #e0e0e0;
}
.sidebar-default .sidebar-nav li:hover > a i,
.sidebar-default .sidebar-nav li > a:hover i {
	color: #757575;
}
.sidebar-default .sidebar-nav li:focus > a,
.sidebar-default .sidebar-nav li > a:focus {
	color: #212121;
	background-color: transparent;
}
.sidebar-default .sidebar-nav li:focus > a i,
.sidebar-default .sidebar-nav li > a:focus i {
	color: #757575;
}
.sidebar-default .sidebar-nav > .open > a,
.sidebar-default .sidebar-nav > .open > a:hover,
.sidebar-default .sidebar-nav > .open > a:focus {
	color: #212121;
	background-color: #e0e0e0;
}
.sidebar-default .sidebar-nav > .active > a,
.sidebar-default .sidebar-nav > .active > a:hover,
.sidebar-default .sidebar-nav > .active > a:focus {
	color: #212121;
	background-color: #e0e0e0;
}
.sidebar-default .sidebar-nav > .disabled > a,
.sidebar-default .sidebar-nav > .disabled > a:hover,
.sidebar-default .sidebar-nav > .disabled > a:focus {
	color: #e0e0e0;
	background-color: transparent;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu {
	background-color: #e0e0e0;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
	background-color: #e0e0e0;
	color: #212121;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
	background-color: #cecece;
	color: #212121;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
	color: #212121;
	background-color: #e0e0e0;
}
.sidebar-inverse {
	background-color: #212121;
}
.sidebar-inverse .sidebar-header {
	background-color: #eceff1;
}
.sidebar-inverse .sidebar-toggle {
	color: #212121;
	background-color: transparent;
}
.sidebar-inverse .sidebar-brand {
	color: #757575;
	background-color: transparent;
}
.sidebar-inverse .sidebar-brand:hover,
.sidebar-inverse .sidebar-brand:focus {
	color: #212121;
	background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-inverse .sidebar-badge {
	color: #212121;
	background-color: #e0e0e0;
}
.sidebar-inverse .sidebar-divider,
.sidebar-inverse .sidebar-nav .divider {
	background-color: #bdbdbd;
}
.sidebar-inverse .sidebar-text {
	color: #f5f5f5;
}
.sidebar-inverse .sidebar-nav li > a {
	color: #f5f5f5;
	background-color: transparent;
}
.sidebar-inverse .sidebar-nav li > a i {
	color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav li:hover > a,
.sidebar-inverse .sidebar-nav li > a:hover {
	color: #bdbdbd;
	background-color: #000;
}
.sidebar-inverse .sidebar-nav li:hover > a i,
.sidebar-inverse .sidebar-nav li > a:hover i {
	color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav li:focus > a,
.sidebar-inverse .sidebar-nav li > a:focus {
	color: #f5f5f5;
	background-color: transparent;
}
.sidebar-inverse .sidebar-nav li:focus > a i,
.sidebar-inverse .sidebar-nav li > a:focus i {
	color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav > .open > a,
.sidebar-inverse .sidebar-nav > .open > a:hover,
.sidebar-inverse .sidebar-nav > .open > a:focus {
	color: #bdbdbd;
	background-color: #000;
}
.sidebar-inverse .sidebar-nav > .active > a,
.sidebar-inverse .sidebar-nav > .active > a:hover,
.sidebar-inverse .sidebar-nav > .active > a:focus {
	color: #f5f5f5;
	background-color: #000;
}
.sidebar-inverse .sidebar-nav > .disabled > a,
.sidebar-inverse .sidebar-nav > .disabled > a:hover,
.sidebar-inverse .sidebar-nav > .disabled > a:focus {
	color: #757575;
	background-color: transparent;
}
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu {
	background-color: #000;
}
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
	background-color: #000;
	color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
	background-color: #000000;
	color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
	color: #f5f5f5;
	background-color: #000;
}
.sidebar-colored {
	background-color: #fff;
}
.sidebar-colored .sidebar-header {
	background-color: #e91e63;
}
.sidebar-colored .sidebar-toggle {
	color: #f5f5f5;
	background-color: transparent;
}
.sidebar-colored .sidebar-brand {
	color: #e0e0e0;
	background-color: transparent;
}
.sidebar-colored .sidebar-brand:hover,
.sidebar-colored .sidebar-brand:focus {
	color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored .sidebar-badge {
	color: #fff;
	background-color: #ec407a;
}
.sidebar-colored .sidebar-divider,
.sidebar-colored .sidebar-nav .divider {
	background-color: #bdbdbd;
}
.sidebar-colored .sidebar-text {
	color: #212121;
}
.sidebar-colored .sidebar-nav li > a {
	color: #212121;
	background-color: transparent;
}
.sidebar-colored .sidebar-nav li > a i {
	color: #757575;
}
.sidebar-colored .sidebar-nav li:hover > a,
.sidebar-colored .sidebar-nav li > a:hover {
	color: #e91e63;
	background-color: #e0e0e0;
}
.sidebar-colored .sidebar-nav li:hover > a i,
.sidebar-colored .sidebar-nav li > a:hover i {
	color: #f06292;
}
.sidebar-colored .sidebar-nav li:focus > a,
.sidebar-colored .sidebar-nav li > a:focus {
	color: #212121;
	background-color: transparent;
}
.sidebar-colored .sidebar-nav li:focus > a i,
.sidebar-colored .sidebar-nav li > a:focus i {
	color: #f06292;
}
.sidebar-colored .sidebar-nav > .open > a,
.sidebar-colored .sidebar-nav > .open > a:hover,
.sidebar-colored .sidebar-nav > .open > a:focus {
	color: #e91e63;
	background-color: #e0e0e0;
}
.sidebar-colored .sidebar-nav > .active > a,
.sidebar-colored .sidebar-nav > .active > a:hover,
.sidebar-colored .sidebar-nav > .active > a:focus {
	color: #212121;
	background-color: #f5f5f5;
}
.sidebar-colored .sidebar-nav > .disabled > a,
.sidebar-colored .sidebar-nav > .disabled > a:hover,
.sidebar-colored .sidebar-nav > .disabled > a:focus {
	color: #e0e0e0;
	background-color: transparent;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu {
	background-color: #e0e0e0;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
	background-color: #e0e0e0;
	color: #e91e63;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
	background-color: #cecece;
	color: #e91e63;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
	color: #212121;
	background-color: #f5f5f5;
}
.sidebar-colored-inverse {
	background-color: #e91e63;
}
.sidebar-colored-inverse .sidebar-header {
	background-color: #eceff1;
}
.sidebar-colored-inverse .sidebar-toggle {
	color: #212121;
	background-color: transparent;
}
.sidebar-colored-inverse .sidebar-brand {
	color: #757575;
	background-color: transparent;
}
.sidebar-colored-inverse .sidebar-brand:hover,
.sidebar-colored-inverse .sidebar-brand:focus {
	color: #212121;
	background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse .sidebar-badge {
	color: #212121;
	background-color: #e0e0e0;
}
.sidebar-colored-inverse .sidebar-divider,
.sidebar-colored-inverse .sidebar-nav .divider {
	background-color: #bdbdbd;
}
.sidebar-colored-inverse .sidebar-text {
	color: #e0e0e0;
}
.sidebar-colored-inverse .sidebar-nav li > a {
	color: #f5f5f5;
	background-color: transparent;
}
.sidebar-colored-inverse .sidebar-nav li > a i {
	color: #e0e0e0;
}
.sidebar-colored-inverse .sidebar-nav li:hover > a,
.sidebar-colored-inverse .sidebar-nav li > a:hover {
	color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse .sidebar-nav li:hover > a i,
.sidebar-colored-inverse .sidebar-nav li > a:hover i {
	color: #f5f5f5;
}
.sidebar-colored-inverse .sidebar-nav li:focus > a,
.sidebar-colored-inverse .sidebar-nav li > a:focus {
	color: #f5f5f5;
	background-color: transparent;
}
.sidebar-colored-inverse .sidebar-nav li:focus > a i,
.sidebar-colored-inverse .sidebar-nav li > a:focus i {
	color: #f5f5f5;
}
.sidebar-colored-inverse .sidebar-nav > .open > a,
.sidebar-colored-inverse .sidebar-nav > .open > a:hover,
.sidebar-colored-inverse .sidebar-nav > .open > a:focus {
	color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse .sidebar-nav > .active > a,
.sidebar-colored-inverse .sidebar-nav > .active > a:hover,
.sidebar-colored-inverse .sidebar-nav > .active > a:focus {
	color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.2);
}
.sidebar-colored-inverse .sidebar-nav > .disabled > a,
.sidebar-colored-inverse .sidebar-nav > .disabled > a:hover,
.sidebar-colored-inverse .sidebar-nav > .disabled > a:focus {
	color: #bdbdbd;
	background-color: transparent;
}
.sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse
	.sidebar-nav
	> .dropdown
	> .dropdown-menu
	> li
	> a:focus {
	background-color: rgba(0, 0, 0, 0.1);
	color: #f5f5f5;
}
.sidebar-colored-inverse
	.sidebar-nav
	> .dropdown
	> .dropdown-menu
	> li
	> a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	color: #f5f5f5;
}
.sidebar-colored-inverse
	.sidebar-nav
	> .dropdown
	> .dropdown-menu
	> .active
	> a,
.sidebar-colored-inverse
	.sidebar-nav
	> .dropdown
	> .dropdown-menu
	> .active
	> a:hover,
.sidebar-colored-inverse
	.sidebar-nav
	> .dropdown
	> .dropdown-menu
	> .active
	> a:focus {
	color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.2);
}
.sidebar {
	width: 0;
	-webkit-transform: translate3d(-280px, 0, 0);
	transform: translate3d(-280px, 0, 0);
}
.sidebar.open {
	min-width: 280px;
	width: 280px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sidebar-fixed-left,
.sidebar-fixed-right,
.sidebar-stacked {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1035;
}
.sidebar-stacked {
	left: 0;
}
.sidebar-fixed-left {
	left: 0;
	box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
}
.sidebar-fixed-right {
	right: 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
	-webkit-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0);
}
.sidebar-fixed-right.open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sidebar-fixed-right .icon-material-sidebar-arrow:before {
	content: "\e614";
}
@media (max-width: 768px) {
	.sidebar.open {
		min-width: 75%;
		width: 75%;
	}
	#main-container.on {
		left: 75% !important;
	}
	.sidebar .sidebar-header {
		height: 135px;
	}
	.sidebar .sidebar-image img {
		width: 44px;
		height: 44px;
	}
}
.menus {
	border: none;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	width: 45px;
	height: 45px;
	padding: 2px 0 0 0;
	box-sizing: border-box;
	background: 0 0;
	margin-top: 7px;
	margin-left: 8px;
}
.menus .line {
	background: #ffffff;
	border-radius: 2px;
	box-shadow: 0 5px 0 0 #ffffff, 0 -5px 0 0 #ffffff;
	display: block;
	margin: 0 auto;
	height: 3px;
	width: 16px;
	content: " ";
	overflow: visible;
}
.menus:hover .line {
	background: #ffffff;
	box-shadow: 0 5px 0 0 #ffffff, 0 -5px 0 0 #ffffff;
}
.over-hidden {
	overflow: hidden;
}
.pdt10xs {
	padding-top: 10px;
}
/*#main-container {
  width: auto;
  left: 0px;
  -webkit-overflow-scrolling: touch;
  /* This gives us scrollbars. */
/* -webkit-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
}*/
#sub-container {
	position: relative;
}
#content {
	font-size: 1.5em;
	text-align: justify;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.menu-icon {
	padding: 5px 7px 9px 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 30px;
	float: left;
}
.menu-icon .bar {
	background: white;
	border-radius: 5px;
	width: 40px;
	height: 5px;
	margin: 5px 0 0 0;
}
.slide-in {
	background-color: #2d4b5a;
	width: 270px;
	position: absolute;
	box-shadow: inset -20px 0 30px rgba(0, 0, 0, 0.2);
	top: 0;
	left: -270px;
	-webkit-transition: left 0.2s ease-in;
	transition: left 0.2s ease-in;
}
.slide-in ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.slide-in ul li {
	padding: 10px;
	font-weight: bold;
	font-size: 2em;
	border-bottom: 2px solid #3d6071;
	color: #c4d6e0;
}
.slide-in ul li:hover {
	background-color: #3d6071;
	color: #fff;
}
.slide-in.on {
	left: 0px !important;
}
#main-container.on {
	left: 280px;
}
/*+ End new changes===============================================================================================================================================+*/
@media (min-width: 180px) and (max-width: 991px) {
	.list-sign {
		margin-top: 20px;
	}
	.btn {
		min-width: 100%;
	}
	.btn-group-r {
		min-width: 30%;
	}
	.btn-selects {
		border: none;
		border-bottom: solid 1px #ccc !important;
		min-width: 33.33%;
		font-size: 14px;
	}
	.btn-selects {
		border: none;
		border-bottom: solid 1px #ccc !important;
		min-width: 33.33%;
	}
}
.frame {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}
.frame .over {
	display: none;
}
.frame > img {
	width: 100%;
}
.frame > img + .over {
	bottom: 6px;
	color: white;
	display: block;
	font-weight: normal;
	height: 70px;
	left: 5px;
	margin-bottom: 0;
	width: calc(100% - 10px);
}
.frame > img + .over + #controls {
	display: none;
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.logo-lh-signin {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.list-menu-signin li a {
		padding: 20px 15px 19px 15px !important;
	}
	.logo-lh-signin {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
}
@media (min-width: 870px) and (max-width: 991px) {
	.list-menu-signin li a {
		padding: 20px 15px 20px 15px !important;
	}
}
@media (min-width: 800px) and (max-width: 837px) {
	.list-menu-signin li a {
		padding: 19px 15px 18px 15px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.menus {
		border: none;
		color: #fff;
		font-weight: 700;
		display: inline-block;
		width: 45px;
		height: 45px;
		padding: 2px 0 0 0;
		box-sizing: border-box;
		background: 0 0;
		margin-top: 5px;
		margin-left: 12px;
	}
	.list-menu-signin li a {
		padding: 18px 15px 17px 15px;
	}
}
@media (min-width: 180px) and (max-width: 767px) {
	.inning-th,
	.inning {
		display: none;
	}
	.frame {
		border: 0;
		border-radius: 4px;
		padding: 5px;
		position: relative;
		overflow: hidden;
	}
	.frame .over {
		display: none;
	}
	.frame > img {
		width: 100%;
	}
	.frame > img + .over {
		bottom: 6px;
		color: white;
		display: block;
		font-weight: normal;
		height: 70px;
		left: 5px;
		margin-bottom: 0;
		width: calc(100% - 10px);
	}
	.frame > img + .over + #controls {
		display: none;
	}
	.image-upload-icon {
		position: relative;
	}
	.image-upload-icon span {
		display: block;
		-webkit-border-radius: 50%;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 50%;
		-moz-background-clip: padding;
		border-radius: 50%;
		background-clip: padding-box;
		width: 40px;
		height: 40px;
		-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
		top: -42px; /*#### JFM por que pega con el nuevo sub-menu ####*/
		right: 45px;
		position: absolute;
		background: #29abe2;
	}
	.image-upload-icon span i {
		padding-left: 12px;
		padding-top: 13px;
		color: #ffffff;
	}
	.guillotine-window img {
		-webkit-border-radius: 0%;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 0%;
		-moz-background-clip: padding;
		border-radius: 0%;
		background-clip: padding-box;
	}
	.pdt20r {
		padding-top: 20px !important;
	}
	.img-round-xs {
		max-width: 50% !important;
		height: auto;
		-webkit-border-radius: 50%;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 50%;
		-moz-background-clip: padding;
		border-radius: 50%;
		background-clip: padding-box;
	}
	.pdt10xs {
		padding-top: 0;
	}
	.container-white {
		padding-top: 20px;
	}
	.menu-options {
		position: relative;
	}
	.menu-options .toogle-menu {
		background: transparent;
		border: none;
		margin-top: 5px;
		padding: 5px 7px;
		display: block;
	}
	.menu-options .toogle-menu:hover,
	.menu-options .toogle-menu:focus {
		outline: none;
	}
	.menu-options .toogle-menu span {
		width: 4px;
		height: 4px;
		margin-bottom: 3px;
		display: block;
		background: #999999;
	}
	.menu-options .optional-menu {
		display: none;
		position: absolute;
		right: 0px;
		top: 35px;
		background: #ffffff;
		min-width: 120px;
		border: solid 1px #f0f0f0;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
		z-index: 2;
	}
	.menu-options .optional-menu ul {
		margin-bottom: 0;
		list-style: none;
	}
	.menu-options .optional-menu ul li {
		display: block;
	}
	.menu-options .optional-menu ul li a {
		color: grey;
		padding: 10px 25px;
		font-size: 12px;
		text-transform: none;
		display: block;
	}
	.menu-options .optional-menu ul li a i {
		margin-right: 10px;
	}
	.menu-options .optional-menu ul li a:hover,
	.menu-options .optional-menu ul li a:focus {
		text-decoration: none;
		background: #f0f0f0;
	}
	.show {
		display: block;
	}
	.pull-left-xs {
		float: left !important;
	}
	.menus {
		width: 20px;
		margin-top: 6px;
		margin-left: -5px;
		margin-right: 5px;
	}
	.logo-lh-xs {
		margin-top: 16px;
		margin-right: 5px;
	}
	.pdrn {
		padding-right: 0;
	}
	.navbar-toggle {
		margin-top: 10px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 5px;
		height: 4px;
		border-radius: 1px;
	}
	.logo-lh-signin {
		margin-top: 5px;
		max-height: 47px;
	}
	.url-menu-top {
		padding-top: 5px;
	}
	.pdn {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pdt90 {
		padding-top: 20px;
	}
	.navbar-lh li {
		border-left: none;
		border-bottom: solid 1px #cccccc;
	}
	.navbar-lh li:last-child {
		border-bottom: none;
	}
	.list-sign {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.list-sign li {
		float: none;
		display: inline-block;
		border-right: solid 1px #808080;
		padding-right: 10px;
	}
	.list-sign li:last-child {
		border: none;
		padding-right: 0px;
		padding-left: 10px;
	}
	.navbar-brand {
		float: left;
		padding: 15px;
		font-size: 18px;
		line-height: 20px;
		height: 50px;
		width: 200px;
	}
	.navbar-brand img {
		max-width: 100%;
		height: auto;
	}
	.title-white {
		font-size: 28px;
	}
	.container-blue p.text-white {
		font-size: 12px;
		line-height: 18px;
	}
	.list-menu-bottom-gray li {
		width: 33.33%;
	}
	.list-menu-bottom-gray li a {
		font-size: 12px;
	}
	.list-menu-signin li {
		border-left: none;
		border-bottom: solid 1px #206caa;
	}
	.list-menu-signin li a {
		text-align: center;
	}
	.navbar-collapse {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.pdnr {
		padding-left: 0;
		padding-right: 0;
	}
	.pdt8r {
		padding-top: 8px;
	}
	.league-name {
		font-size: 12px;
		display: block;
		max-width: 290px;
		overflow: hidden;
		padding-left: 0;
		text-overflow: ellipsis;
		word-wrap: break-word;
		/* white-space: nowrap;*/
		font-weight: 700;
	}
	.border {
		border-right: none !important;
	}
	.mgt10 {
		margin-top: 0;
	}
	.table-hl {
		margin-bottom: 50px !important;
	}
	.btn-group {
		display: block;
		overflow: hidden;
	}
	.btn-group .btn-select,
	.btn-group .btn-gender {
		margin-bottom: 15px;
	}
	.border-right {
		border-right: none;
	}
	.min-height170 {
		min-height: auto;
	}
	.box-league-name h1 {
		font-size: 18px;
		font-weight: 600;
		color: #333333;
		margin-top: 0;
	}
	.box-league-name h3 {
		font-size: 18px;
		font-weight: 600;
		color: #333333;
		margin-top: 0;
	}
	.box-league-detail {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
	}
	.social-league {
		padding-top: 10px;
		text-align: left;
	}
	.btn-selects {
		border: none;
		border-bottom: solid 1px #ccc !important;
		min-width: 33.33%;
		font-size: 14px;
	}
	.text-center-xs {
		text-align: center;
	}
}
@media (min-width: 180px) and (max-width: 620px) {
	.btn-group-r {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.modal-footer .btn + .btn {
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.game-status {
		width: 35%;
	}
	.table-shedule .name-info-detail {
		width: 35%;
	}
}
@media (min-width: 180px) and (max-width: 440px) {
	.league-name {
		font-size: 12px;
		display: block;
		max-width: 290px;
		overflow: hidden;
		padding-left: 0;
		text-overflow: ellipsis;
		word-wrap: break-word;
		/* white-space: nowrap;*/
	}
	.min-text {
		display: block;
		font-weight: 300;
	}
	.breadcrumb {
		font-size: 10px;
	}
	.hidden-xss {
		display: none !important;
	}
}
html {
	-ms-overflow-style: scrollbar;
}
#controls {
	margin-top: 5px;
}
#controls button {
	color: #555;
	font-size: 1.5em;
	line-height: 2em;
	margin: 0;
	padding-bottom: 0.1em;
	width: 20%;
}
#controls button:hover {
	color: #333;
}
@-ms-viewport {
	width: device-width;
}
.no-vertical-space {
	margin-bottom: 0;
}

/*+################################### ESTILOS JHONY ###########################+*/
.list-options-add {
	list-style: none;
	margin-bottom: 0;
}
.list-options-add li {
	display: inline-block;
}
.options {
	padding: 14px 0px 10px 10px;
	position: relative;
}
.options img {
	max-width: 30px;
	height: auto;
	width: 30px;
	height: 30px;
}
.options .menu-additional {
	z-index: 9999;
	list-style: none;
	position: absolute;
	background: #ffffff;
	min-width: 200px;
	right: 0;
	top: 105%;
	border: solid 1px #e5e5e5;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: top right;
}
.options .menu-additional li {
	display: block;
	border-top: solid 1px #e5e5e5;
}

/*
.options .menu-additional li:first-child {
  margin-top: 10px;
}
.options .menu-additional li:last-child {
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
*/

.options .menu-additional li a {
	display: block;
	box-sizing: border-box;
	color: #808080;
	padding: 14px 12px;
	font-size: 14px;
}
.options .menu-additional li a i {
	width: 20px;
	margin-right: 5px;
}
.options .menu-additional li a:hover {
	text-decoration: none;
	background: #1c629d;
	color: #ffffff;
}
.options .menu-additional:before {
	content: "";
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -5px;
	right: 8px;
	background: #ffffff;
	z-index: 1;
}
.open-menu-additional {
	transform: scale(1) !important;
}
/*+################################### END ESTILOS JHONY ###########################+*/
.league-name-custom {
	font-size: 14px !important;
	font-weight: 700 !important;
}

@media (max-width: 426px) {
	.league-name-custom {
		font-size: 11px !important;
	}
}

@media (min-width: 992px) and (max-width: 1336px) {
	.hidden-md {
		display: none !important;
	}
}

@media (prefers-color-scheme: dark) {
	select.form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555 !important;
		background-color: #fff !important;
		background-image: none !important;
		border: 1px solid #ccc !important;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
		box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
		-webkit-transition: border-color ease-in-out 0.15s,
			-webkit-box-shadow ease-in-out 0.15s;
		-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}
}
/* Light-mode */
@media (prefers-color-scheme: light) {
	select.form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555 !important;
		background-color: #fff !important;
		background-image: none !important;
		border: 1px solid #ccc !important;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
		box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
		-webkit-transition: border-color ease-in-out 0.15s,
			-webkit-box-shadow ease-in-out 0.15s;
		-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}
}
