.contentDiv_container {
  padding-top: 10px;
}
#player_container {
  width: 100%;
}
.player_card {
  padding: 4px;
  background-color: #00330c;
  display: inline-block;
  left: 20px;
  top: 20px;
  position: absolute;
  z-index: 8;
}
.player_card_image {
  margin: 0 auto;
  text-align: center;
}
.player_card_image img {
  display: inline;
}
.player_card_attributes {
  margin: 0 auto;
}
.empty_card_image {
  width: 214px;
  height: 250px;
  border: solid 1px black;
  background: url('/images/logos/site/site.png') no-repeat center;
}
.player_media {
  position: relative;
  height: 100%;
  min-height: 500px;
  background-color: black;
  /*background-color: lighten(@primary_background,10);*/
  background-image: url('/images/logos/site/site.png');
  background-position: center;
  background-repeat: no-repeat;
}
.player_name_ribbon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 7;
  height: 110px;
}
.player_name_wrapper {
  position: absolute;
  bottom: 0;
  z-index: 7;
  width: 100%;
}
.player_wrapper_left {
  width: 43%;
  float: left;
  height: 110px;
}
.player_wrapper_right {
  width: 57%;
  float: right;
  height: 110px;
}
.player_number_wrapper {
  height: 75px;
  width: 75px;
  background-color: #00330c;
  float: right;
  text-align: center;
  position: relative;
  color: white;
  margin-right: 20px;
  margin-top: 18px;
  line-height: 75px;
  font-size: 58px;
  font-weight: bold;
}
.player_names_wrapper {
  height: 75px;
  position: relative;
  top: 15%;
}
.player_name_first {
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.player_name_last {
  color: white;
  float: left;
  clear: both;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
.ribbon_background {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  background-color: black;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
}
.roster_list_background {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  background-color: black;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
}
.attribute_row {
  clear: both;
  padding: 3px 1px;
  overflow: auto;
  font-weight: bold;
  font-size: 13px;
}
div.attribute_name {
  background-color: #004d12;
  float: left;
  width: 77px;
  text-align: center;
  color: white;
  padding: 3px 1px;
}
div.attribute_value {
  color: white;
  float: left;
  overflow: hidden;
  padding: 4px 4px;
  width: 110px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.attribute_value:hover {
  color: white;
  float: left;
  font-weight: bold;
  overflow: hidden;
  padding: 4px 4px;
  width: 110px;
  white-space: normal;
}
#player_tab_container {
  clear: both;
  background-color: #00330c;
  overflow: hidden;
}
#player_tabs {
  padding-top: 4px;
  float: left;
  width: 100%;
  z-index: 10;
}
#player_tabs .tab_content {
  min-height: 450px;
  background-color: white;
  position: relative;
}
#player_tabs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#player_tabs .tab_inside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 5px;
}
#player_tabs ul li.ui-state-default {
  float: left;
  padding: 10px 20px;
  background-color: #00330c;
  color: white;
}
#player_tabs ul li.ui-state-default  a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: white;
}
#player_tabs ul li.ui-state-active {
  background-color: #1a1a1a;
}
#player_tabs ul li.ui-state-active a {
  color: #fab118;
}
#player_tabs ul li.ui-state-hover {
  background-color: #1a1a1a;
}
#player_tabs ul li.ui-state-hover a {
  color: #fab118;
}
#player_tabs .ui-tabs-hide {
  display: none;
}
#player_tabs .ui-tabs-panel {
  width: 100%;
  overflow: hidden;
  color: black;
}
#current_bio {
  width: 68%;
  float: left;
  padding: 1%;
}
#current_stats .ui-tabs-panel {
  background-color: white;
  padding: 5px 0px 5px 0px;
  clear: both;
}
#current_stats ul li a {
  display: block;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
#current_stats ul li.ui-state-active {
  background-color: #1a1a1a;
}
#current_stats ul li.ui-state-active a {
  color: #fab118;
  text-decoration: underline;
}
#current_stats ul li.ui-state-hover {
  background-color: #1a1a1a;
}
#current_stats ul li.ui-state-hover a {
  color: #fab118;
}
#current_stats th {
  font-weight: bold;
  background-color: #00330c;
  color: white;
}
#current_stats tbody > tr:hover td,
#current_stats tbody > tr:hover a {
  background-color: #00701a;
  color: white !important;
}
#current_stats .footer_row td {
  font-weight: bold;
  background-color: #00330c;
  color: white !important;
  border-top: 1px solid black;
}
#current_stats .has_sorting  thead tr {
  cursor: pointer;
}
#current_stats .has_sorting  thead th:hover {
  background-color: #00701a;
  color: white;
  text-decoration: underline;
}
#current_stats .cume_container .center_wide {
  width: 100%;
}
#current_stats .overall_ind_stat_card {
  border: 1px solid gray;
  width: 80px;
  text-align: center;
  height: 60px;
  float: left;
  margin: 2px 2px;
}
#current_stats .overall_stat_key {
  background-color: #00330c;
  color: white;
  font-weight: bold;
  font-size: 10px;
  height: 30px;
  line-height: 14px;
}
#current_stats .overall_stat_value {
  font-weight: bold;
  height: 30px;
  font-size: 21px;
  color: gray;
  line-height: 29px;
}
#current_stats span.locale {
  display: inline-block;
  width: 18px;
}
#related_stories {
  width: 29%;
  float: right;
  background-color: #efefef;
  color: #00330c;
}
.related_stories_header {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding: 7px 15px;
  margin-bottom: -10px;
  margin-top: 10px;
  font-style: italic;
}
.related_stories_body {
  background-color: #efefef;
  color: #00330c;
  overflow: hidden;
  margin-bottom: 10px;
}
.related_stories_body.related_media {
  padding: 5px;
}
.related_stories_body.related_media .related_photo {
  width: 50%;
  padding: 5px;
  float: left;
  height: 74px;
}
.related_story {
  padding: 10px;
  padding-bottom: 0;
}
.roster-bio-show-more {
  border: 2px solid #888888;
  background: transparent;
  color: #888888;
  font-family: inherit;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 6px 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.related_story.no-has-photo .related_story_title {
  background: transparent;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
}
.related_story.no-has-photo .related_story_title a {
  color: #00330c;
}
.related_story.no-has-photo .related_story_summary {
  background: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.related_story.no-has-photo .related_story_summary a {
  color: #00330c;
}
.related_story.has-photo {
  position: relative;
  overflow: hidden;
}
.related_story.has-photo .related_story_image {
  width: 100%;
  height: 120px;
  background: #00330c;
  overflow: hidden;
}
.related_story.has-photo .related_story_image > * {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 15%;
}
.related_story.has-photo .related_story_title a {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
}
.related_story.has-photo .related_story_summary {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.related_story.has-photo .related_story_image > *,
.related_story.has-photo .related_story_title a,
.related_story.has-photo .related_story_summary {
  transition: 250ms ease all;
  -moz-transition: 250ms ease all;
}
.related_story.has-photo:hover .related_story_image > * {
  opacity: 0.3;
}
.related_story.has-photo:hover .related_story_title a {
  bottom: 66%;
}
.related_story.has-photo:hover .related_story_summary {
  top: 33%;
}
.related_story_title a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 14px;
}
.related_story_summary {
  color: white;
  background-color: #00330c;
}
.related_story_summary a {
  color: white;
  text-decoration: none;
}
.roster_list {
  color: #fab118;
  top: 0;
  right: 0;
  position: absolute;
  width: 180px;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  z-index: 7;
  overflow: hidden;
  height: 100%;
}
.roster_list_title {
  z-index: 1;
  background-color: #00330c;
  font-size: 13px;
  text-align: center;
  padding: 3px;
}
.roster_list_title a,
.roster_list_title a:link,
.roster_list_title a:visited {
  text-decoration: none;
  color: white;
  font-weight: bold;
  opacity: 1.0;
}
.roster_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.roster_list li {
  margin: 0;
  padding: 4px 0 2px 2px;
}
.roster_list li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  opacity: 1.0;
}
.roster_list li a span {
  width: 18px;
}
.roster_list li:hover {
  background-color: #00330c;
}
.roster_list li:hover a {
  color: white;
}
.roster_list_body {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  background: rgba(0, 0, 0, 0.5);
  clear: both;
  overflow: auto;
  height: 475px;
  width: 100%;
  padding: 5px 5px 5px 0;
}
.roster_list_body span {
  width: 17px;
  float: left;
}
.page_title {
  display: none;
}
.stats_table {
  margin: 0 auto;
}
.stats_table thead th,
.stats_table thead td {
  padding: 4px;
}
.stats_table tbody td,
.stats_table tfoot td {
  padding: 4px;
  color: black;
}
.stats_table tbody > tr td {
  border-right: 1px solid white;
  border-bottom: 1px solid #dadada;
}
.stats_table td:not(:first-child),
.stats_table th:not(:first-child) {
  text-align: right;
}
.stats_table thead tr:first-child th {
  text-align: center;
  border-color: white;
}
.stats_table thead th,
.stats_table thead td {
  font-weight: bold;
  background-color: #00330c;
  color: white;
}
.stats_table tbody > tr:hover {
  background-color: #00701a;
}
.stats_table tbody > tr:hover td {
  color: white !important;
}
.stats_table tbody > tr:hover a {
  color: white;
  cursor: pointer;
}
.stats_table tfoot > tr {
  background-color: #cccccc;
}
.stats_table tfoot > tr td {
  font-weight: bold;
}
.stats_table span.locale {
  display: inline-block;
  width: 18px;
}
.gamehigh_table {
  margin: 20px auto;
}
.gamehigh_table thead th {
  padding: 4px;
}
.gamehigh_table tbody td,
.gamehigh_table tfoot td {
  padding: 4px;
  color: black;
}
.gamehigh_table tbody > tr td {
  border-right: 1px solid white;
  border-bottom: 1px solid #dadada;
}
.gamehigh_table td:not(:first-child),
.gamehigh_table th:not(:first-child) {
  text-align: left;
}
.gamehigh_table thead tr:first-child th {
  text-align: center;
  border-color: white;
}
.gamehigh_table th {
  font-weight: bold;
  background-color: #00330c;
  color: white;
}
.gamehigh_table tbody > tr:hover {
  background-color: #00701a;
}
.gamehigh_table tbody > tr:hover td {
  color: white !important;
}
.gamehigh_table tbody > tr:hover a {
  color: white;
  cursor: pointer;
}
.gamehigh_table tfoot > tr {
  background-color: #cccccc;
}
.gamehigh_table tfoot > tr td {
  font-weight: bold;
}
.ui-widget-overlay {
  background: #cccccc;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-dialog {
  padding: 20px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: solid 1px #666666;
  overflow: auto;
  max-width: 1000px;
  width: auto !important;
}
.ui-dialog-titlebar {
  text-align: right;
}
.player_dialog .player_title {
  font-size: 20px;
  padding-bottom: 5px;
}
#career_leaders div {
  text-align: center;
}
#career_leaders #stat_categories {
  margin: 10px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 10px 0px;
}
#career_leaders #stat_subcategories {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#career_leaders #stats_display .stats_table tbody tr td {
  padding: 8px 12px;
}
.letter_header {
  padding: 6px;
  font-size: 25px;
  border-bottom: 1px solid #00330c;
  margin-top: 4px;
  background-color: #f8f8f8;
}
.letter_header a {
  color: #00330c;
}
.letter_header .player_counter {
  float: right;
  font-size: 15px;
  color: #00330c;
  font-size: 12px;
}
.history_alphabet {
  text-align: center;
  padding: 15px 0px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 5px 0px;
}
.history_alphabet a.career_letter {
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #00330c;
}
.career_stats_group .career_player_wrapper {
  float: left;
  padding: 5px;
  width: 18%;
}
.career_stats_group .career_player {
  line-height: 20pt;
  color: black;
}
.career_stats_group .title_header {
  overflow: auto;
  margin-bottom: 10px;
}
.career_stats_group .title_header .title_name {
  float: left;
  line-height: 20pt;
  font-size: 15pt;
}
.career_stats_group .title_header .title_links {
  float: right;
}
.career_stats_group .title_header .title_links a {
  text-decoration: none;
}
.career_stats_group .title_header .title_links div {
  float: left;
  margin-left: 10px;
}
.career_stats_group .to_top_link {
  clear: both;
  text-align: center;
  font-size: 11px;
}
.career_stats_group .ui-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 4px 0;
  padding: 4px 0;
}
.career_stats_group .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.career_stats_group .ui-button-text-only .ui-button-text {
  padding: 4px 5px;
}
.career_stats_group .ui-state-default {
  background: #e6e6e6;
  color: #555555;
  border: 1px solid lightgray;
}
.career_stats_group .ui-state-active {
  background-color: white;
  color: #00330c;
  font-weight: bold;
  border: 1px solid #00330c;
}
.career_stats_group .ui-state-hover {
  background-color: #00330c;
  color: white;
}
.career_stats_group .ui-button-text {
  padding: 4px 5px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
  padding-left: 5px;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 5px;
  height: 100%;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
  background-color: black;
}
.jspDrag {
  width: 8px;
  background-color: #00330c;
  position: relative;
  left: 0px;
  cursor: pointer;
  border: solid 1px white;
  margin-left: -6px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
