﻿:root {
  --nfl-color1: #458B48;
  --nfl-color2: #CCFF90;
  --nfl-color3: #76FF03;
    
  --mlb-color1: #DD2C00;
  --mlb-color2: #FF9E80;
  --mlb-color3: #FF3D00;
  
  --nba-color1: #6200EA;
  --nba-color2: #B388FF;
  --nba-color3: #7C4DFF;

  --nhl-color1: #2962FF;
  --nhl-color2: #82B1FF;
  --nhl-color3: #448AFF;
}

.navbar-header .navbar-toggle { display: none !important; }

@media (max-width: 480px) {
  .navbar-top .user-info {
    display: inline-block;
  }
  .navbar-top .user-box .caret {
    display: inline-block;
  }
}

.navbar-side { margin-top: -7px; }

@media (min-width: 992px) {
.navbar-side { margin-top: -3px; }
}

.mb10 {
    margin-bottom: 10px;
}


.navbar-side #nfl .side-nav li.panel.open a { border-right: 3px solid var(--nfl-color1) !important; }
.navbar-side #nfl .side-nav .badge { background-color: var(--nfl-color1) !important; }

.navbar-side #mlb .side-nav li.panel.open a {border-right: 3px solid var(--mlb-color1) !important; }
.navbar-side #mlb .side-nav .badge { background-color: var(--mlb-color1) !important; }

.navbar-side #nba .side-nav li.panel.open a { border-right: 3px solid var(--nba-color1) !important; }
.navbar-side #nba .side-nav .badge { background-color: var(--nba-color1) !important; }

.navbar-side #nhl .side-nav li.panel.open a { border-right: 3px solid var(--nhl-color1) !important; }
.navbar-side #nhl .side-nav .badge { background-color: var(--nhl-color1) !important; }

strong { font-weight: 600; }

.break { display: block; }

/* checkbox and radio spacing and sizing */

/*
input[type=checkbox].tc + .labels:before {
    margin-right: 5px !important; margin-top: -2px !important;
}
input[type=radio].tc + .labels:before {
    margin-right: 5px !important; margin-top: -2px !important; line-height: 14px; letter-spacing: 2px;
}

input[type=radio].tc:checked + .labels::before {
  font-size: 11px;
}

.labels {
    margin-right: 5px !important;
}
*/

.navbar-side .side-nav li > a {
  padding: 10px 8px;
}


/*.bootstrap-select, .select2-container { margin-bottom: 10px !important; }*/


.badge
{
    padding: 3px 6px 3px 6px;
}

textarea, input[type="text"], input[type="password"] { -webkit-appearance: none !important; } /* get rid of top inner shadow on iOS */


.btn:active,
.btn.active,
.dropdown-toggle,
.selectpicker {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.dropdown-menu{
    overflow-y: visible !important;
}

.dropdown-menu li span{
    padding-right: 15px;
}



.Wrap
{
	white-space: normal !important;
}
.NoWrap
{
	white-space: nowrap !important;
}

.SectionDivider
{
	clear: both;
	padding: 0px;
    margin: 10px 0px 10px 0px;
    height: 5px;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    width: 100%;
}

.Full
{
    width: 100%;
    max-width: 900px;
}

.center
{
    text-align: center;
}


@media (max-width: 767px) {
    .gap-sm { margin-top: 15px !important; }
}

@media (max-width: 991px) {
    .gap-md { margin-top: 15px !important; }
}

@media (max-width: 1199px) {
    .gap-lg { margin-top: 15px !important; }
}



/* going to figure out how to remove selected style on dropdown when hovering over other item, then no need for live search hack */
/*

    #weekNav .reg a:hover,
#weekNav .reg .selected a {
background-color: var(--nfl-color1);
color: #ffffff;

}
*/






input[type=radio],
input[type='checkbox'] {
  display: none;
}

input[type=radio] + label {
  display: inline-block;
  margin-right: 10px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  font-weight: normal;
  margin-left: 26px;
  margin-top: 2px;
  line-height: 18px;
  margin-bottom: 5px;
}

input[type=checkbox] + label {
  margin-top: 1px;
}

input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #999999;
    position: absolute;
    left: -26px;
    top: -2px;
}

input[type=radio]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  color: #418c45;
}

input[type=radio] + label:before {
  content: "\f10c";
}

input[type=radio]:checked + label:before {
  content: "\f05d"; 
}

input[type="checkbox"] + label:before {
  content: "\f096";
  font-size: 24px;
  line-height: 22px;
  top: -1px;
}

input[type="checkbox"]:checked + label:before {
  content: "\f14a"; 
  font-size: 22px;
  line-height: 20px;
  top: -1px;
}


input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before,
input[type="checkbox"][disabled] + label::before,
input[type="radio"][disabled] + label::before,
input[type="checkbox"].disabled + label::before,
input[type="radio"].disabled + label::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label,
input[type="checkbox"][disabled] + label,
input[type="radio"][disabled] + label,
input[type="checkbox"].disabled + label,
input[type="radio"].disabled + label {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


.radio label,
.checkbox label {
  padding-left: 0;
}





#dimensions { position: absolute; top: 26px; left: 162px; height: 200px; width: 50px; color: #f5f5f5; font-size: 0.6em; }




#alertScroll a {
    font-size: 0.85em !important;        
}

#alertScroll .alert-icon{
    color: #686868;                                
    margin-top: 5px;
    margin-left: -6px;
    margin-right: 10px;
}

#alertScroll .flaticon-football:before, #alertScroll .flaticon-hockey:before, #alertScroll .flaticon-baseball:before{
    color: #686868;
    font-size: 20px !important;
    font-weight: normal;                                
}

#alertScroll a .small.pull-right {
    margin-top: 7px;
    font-size: 0.9em;
}





.green { color: #418c45; }

#side { display: none; }

.clear { clear: both; }

.navbar-brand
{
	padding-top: 8px;
	padding-left: 12px;
}

.navbar-brand img 
{
    width: 145px;
    height: 37px;
}

.navbar-side .media {
  border-bottom: none;
}

.navbar-side .media .sidebar-shortcuts
{
	border-bottom: 1px solid #2f2f2f;
    padding-top: 2px;
	padding-bottom: 4px;
}

@media (max-width: 991px) {
    .navbar-side .media .sidebar-shortcuts
    {
        padding-top: 6px;
	    padding-bottom: 6px;
    }
}

.navbar-side .media .sidebar-shortcuts li.active .btn {
  background-color: #414141;
}

.navbar-side .media .sidebar-shortcuts li .btn {
  padding: 0px;
  width: 42px;
  display: block;
  height: 32px;
}

.navbar-side .media .sidebar-shortcuts li .btn span {
  margin-top: 3px;
  display: block;
}

.navbar-side .media .sidebar-shortcuts a .fa
{
    color: #555555;
}
.navbar-side .side-nav li > a .fa,
.navbar-side .side-nav li > a .glyphicon {
  color: #999999;
}

.navbar-top .nav-top .navbar-nav > li > a.active,
.top-navbar .nav-top .navbar-nav > li > a.active {
  background-color: #414141;
}

.navbar-side .side-nav li a.active {
  background-color: #414141 !important;
}

.navbar-side .side-nav li > a.active .fa,
.navbar-side .side-nav li > a.active .glyphicon {
  color: #ffffff !important;
}

.navbar-side .side-nav li.panel ul li a,
.navbar-side .side-nav li.panel.open li .fa,
.navbar-side .side-nav li.panel.open li .glyphicon {
  color: #999999;
}


/* edge browser font icons not hovering well using transition */
.navbar-side .side-nav li > a,
.navbar-side .media .sidebar-shortcuts li .btn {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}



/*
.navbar-side .media .sidebar-shortcuts li:nth-child(1).active .btn {
  border: 1px solid var(--nfl-color1);
}
.navbar-side .media .sidebar-shortcuts li:nth-child(2).active .btn {
  border: 1px solid #d15050;
}
.navbar-side .media .sidebar-shortcuts li:nth-child(3).active .btn {
  border: 1px solid #86618f;
}
.navbar-side .media .sidebar-shortcuts li:nth-child(4).active .btn {
  border: 1px solid #4e72c2;
}
*/


.navbar-side .media .sidebar-shortcuts li.active a .fa {
  color: #ffffff;
}

.navbar-side .side-nav .accordion-toggle
{
	cursor: pointer;
}



@media (min-width: 992px) {
	.navbar-top .navbar-left li a
	{
		height: 50px;
	}

	.navbar-top .navbar-left li > a.active {  
      border-color: #418c45;
	  color: #ffffff;
	}

	.navbar-top .navbar-left li > a.active:after {
	  display: block;
	  content: "";
	  position: absolute!important;
	  left: calc(50% - 6px);
	  bottom: 0px;
	  border-color: transparent transparent #418c45 transparent;
	  border-width: 4px 6px;
	  border-style: solid;
	}
	.navbar-top .navbar-left li > a.active:hover,
	.navbar-top .navbar-left li > a.active:focus {
	  border-color: #418c45;
	}

	.navbar-top .navbar-left li > a,
	.navbar-top .navbar-left li a:hover,
	.navbar-top .navbar-left li a:focus,
	.navbar-top .navbar-left li a:active {
	  border-bottom: 2px solid transparent;
	}

	.navbar-top .navbar-left li > a {
	  color: #ffffff;
	  background-color: #373737;
	  outline: none;
	  text-shadow: none !important;
	  display: block;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;

	}
	
	.navbar-top .nav-top .navbar-left.navbar-nav > li {
    background-color: #414141;
  }

}

@media (max-width: 992px) {
    .navbar-top .nav-top .navbar-nav > li > a.active,
    .top-navbar .nav-top .navbar-nav > li > a.active {
        background-color: transparent !important;
    }
}

.login-menu
{
	font-size: 0.9em !important;
	padding-top: 17px !important;
}

@media (max-width: 420px) {
    .login-menu
    {
	    font-size: 0.8em !important;
    }
}

.main-content {
    margin-top: 25px;
}

@media (min-width: 992px) {
    #page-wrapper.fixed {
        margin-top: 50px;
    }

    .default-title #page-wrapper.fixed {
        margin-top: 90px;
    }
}

/* fixed 992 top bar and menu issue JM */
@media (width: 992px) {
  #page-wrapper {
    margin-top: -10px !important;
  }
}

@media (max-width: 460px) {
    .page-header.title {
      margin: 0 -10px 25px;
      padding-left: 10px;
    }
    .breadcrumbs {
      margin: 0 -10px 0 -15px;
    }

    #page-wrapper {
        padding: 0 10px;
    }

    .main-content {
        margin-top: 10px;
        clear: both;
    }
}

.breadcrumb li {
  line-height: 26px;
}

.breadcrumbs > .breadcrumb > li + li:before {
  content: "\f101";
  padding: 0 6px;
  font-family: FontAwesome;
}

.footer { margin-top: 5px; font-size: 0.9em; }

.page-header {
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 80px 80px;
}

@media (max-width: 460px) {
    .page-header {
        background-image: none !important;
    }

    .footer { margin-top: 10px; }
}

.page-header.title
{
    margin-bottom: 0px;
}

.page-header h1 {
  font-size: 28px;
  width: 80%;
}

.page-header h1 :before {
  content: none;
}

@media (max-width: 639px) {
  .page-header.title h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .page-header {
    /*background-size: 64px 64px;*/
    }
}


@media (max-width: 460px) {
    .page-header h1 {
      width: 100%;
    }
}


@media (max-width: 639px) {
    .SQL {
        display: none;
    }
}



.footer a { color: #686868; }



.InnerContent
{
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #e5e5e5;
}

@media (max-width: 460px) {
    .InnerContent {
        margin-bottom: 35px;
    }
}

.InnerContent .Title {
	color: #373737;
	font-size: 22px;
	font-weight: normal;
	padding: 0px 2px 8px 0px;
    margin-top: 15px;
}

.InnerContent .Title:first-child {
	margin-top: 0px;
}

@media (max-width: 639px) {
    .InnerContent .Title {
        font-size: 18px;
    }
}

/*
.InnerContent .Filter {
	margin-right: 0px;
	margin-top: 0px;
	min-height: 31px;
    margin-bottom: 5px;
}


.InnerContent .Filter.Right {
    text-align: right;
}

.InnerContent .Filter.RightCol {
    float: right;
}

.InnerContent .Filter span
{
	font-size: 0.9em;
	font-weight: normal;
}
    */



.tc-tabs {
    margin-bottom: 0px !important;
    position: relative; /* fixed mobile date picker with tabs overlap */
    z-index: 1;
}

.tc-tabs .nav-tabs li a
{
    z-index: 1 !important;
}

.tc-tabs .nav-tabs li:not(.active) a:hover
{
    background-color: #e2e2e2 !important;
    border-color: #c0c0c0 !important;
    z-index: 2 !important;
}

@media (max-width: 460px) {
    /*.InnerContent .Filter.RightCol {
	    float: none;
	    margin-bottom: 10px;
    }*/
    .tc-tabs { font-size: 0.9em; }

    .tc-tabs .nav-tabs li a { padding: 7px; }
}

.InnerContent .Block {
	background-color: #FFF;
	border-top: 6px solid #418c45;
	background-color: #e2e2e2 !important;
	margin-top: 0px;
	padding-bottom: 10px;
	position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /*min-width: 240px;*/
}

.InnerContent .Block.gap { margin-top: 15px; }
.InnerContent .Block.gap:first-child { margin-top: 0px; }

.InnerContent .Legend
{
	padding-left: 5px; font-size: 0.8em; font-style: italic; margin-top: 15px;
}

.InnerContent .Inner .Block table {
	margin: 0 auto;
	margin-top: 10px;
    width: 100%;
    border: none;
    /*table-layout: fixed;*/
}

.InnerContent .Inner .Block table tr.Head td,
.InnerContent .Inner .Block table tr.Head th {
	color: #282828;
    font-size: 1.0em;
    font-weight: bold;
	text-align: center;
	padding: 10px !important;
	vertical-align: bottom;
    /*border: none;*/
}

.InnerContent .Inner .Block table tr.Head td a,
.InnerContent .Inner .Block table tr.Head th a
{
    font-size: 1.0em;
}

.InnerContent .Inner .Block table tr.Underline {
    font-size: 0.95em;
    color: #282828;
    background-color: #f2f2f2;
    border: none;
	/*border-bottom: 2px solid #E2E2E2;*/
}
.InnerContent .Inner .Block table tr.Underline:nth-child(odd) {
	background-color: #ffffff;
}

.InnerContent .Inner .Block table tr.Underline td {
	text-align: center;
    padding: 12px 8px;
    /*border: none;*/
    border-bottom: 1px solid #e2e2e2;
}

.InnerContent .Inner .Block table tr.Underline.Selected td {
    border-bottom: 3px solid #418c45;
}

.InnerContent .Inner .Block table tr.Underline.Selected td.Name {
	font-weight: 600;
    font-size: 1.1em;
}

.InnerContent .Inner .Block table tr.Underline td.TextLeft {
    overflow: hidden;
    text-overflow: ellipsis;
}

.InnerContent .Inner .Block table tr td {
    padding: 12px 8px;
    border: none;
}

.InnerContent .Inner .Block table .Underline a:not(.primary) { color: #282828; }

.InnerContent .Inner .Block table tr.Head td.TextLeft,
.InnerContent .Inner .Block table tr.Head th.TextLeft,
.InnerContent .Inner .Block table tr.Underline td.TextLeft {
	text-align: left;
}


.InnerContent .Block table tr td.TextLeft.Win
{
    font-weight: 600 !important;
}

.InnerContent .Block table tr td.TextLeft.Win:before
{
    font-family: FontAwesome;
    content: '\f0da';
    color: #4e8c45;
    font-size: 15px;
    position: absolute;
    left: 12px;
    margin-top: 2px;
    line-height: 1.06em;
}

@media (max-width: 680px) {
    .InnerContent .Block table tr td.TextLeft.Win:before { font-size: 14px; }
}

@media (max-width: 420px) {
    .InnerContent .Block table tr td.TextLeft.Win:before { font-size: 9px; margin-top: 3px; left: 11px; }
}

/*

.InnerContent .Inner .Block table tr.Underline td.Link a {
	text-decoration: underline;
}*/

.InnerContent tr.Underline.Qualify td {
	border-bottom: 2px solid #418c45 !important;
}

/*
.InnerContent tr.Underline:hover td {
    background-color: #e2e2e2 !important;
    border-color: #c0c0c0 !important;
}
*/

.InnerContent tr.Underline:hover td {
	background-color: #418c45 !important;
    color: #ffffff !important;
}

.InnerContent tr.Underline:hover a,
.InnerContent tr.Underline:hover .fa {
    color: #ffffff !important;
}


/*.Block .dataTables_wrapper .row { margin: 0px !important; padding: 0px !important; }*/

.GridView
{
	border-collapse: separate !important;
    border: none;
}

.GridView th, .GridView td
{
    border: none;
    padding: 6px;
}

.GridView th a
{
	color: #282828 !important;
}

.GridView .Underline .red
{
	color: #D92B11 !important;
    font-weight: 600;
}
.GridView .Underline .green
{
	color: #70AB56 !important;
    font-weight: 600;
}

.GridView .Underline .missed
{
	color: #cccccc !important;
    font-weight: normal !important;
    font-style: italic !important;
}

.GridView .Underline .bye
{
	color: #999999 !important;
    font-weight: normal !important;
    font-size: 0.9em !important;
    font-style: italic !important;
}

.GridView .Underline:hover .red,
.GridView .Underline:hover .green
{
	color: #ffffff !important;
    font-weight: 600;
}

/*.GridView th.rownumber { min-width: 20px; width: 4%; }*/

.GridView th.sorting:after, .GridView th.nosort:after{
    content: "";
}

.GridView .sorting_asc, .GridView .sorting_desc
{
	background-color: #ffffff;
	color: #282828;
    border-top: 1px solid #418c45 !important;
}

.GridView th.sorting_asc, .GridView th.sorting_desc{
    position: relative;
    padding-right: 30px !important;
}

.GridView th.sorting_asc:before, .GridView th.sorting_desc:before { line-height: 18px; }
.GridView th.sorting_asc:before { content: "\f0de"; font-family: FontAwesome; color: #282828; position: absolute; right: 5px; bottom: 8px; }
.GridView th.sorting_desc:before { content: "\f0dd"; font-family: FontAwesome; color: #282828; position: absolute; right: 5px; bottom: 14px; }
.GridView th.sorting_asc:after, .GridView th.sorting_desc:after { content: ""; display: block; width: 15px; white-space: nowrap; }


/*

If you want to highlight the sorted column in a table

.GridView .sorting_1 { background-color: #fff; color: #333; font-weight: 400; border-bottom: 1px solid #fff !important; border-right: 1px solid #e2e2e2 !important; border-left: 1px solid #e2e2e2 !important;  }
.GridView .sorting_asc, .GridView .sorting_desc { border-right: 1px solid #e2e2e2 !important; border-left: 1px solid #e2e2e2 !important;  }

*/


.dataTables_scrollBody .GridView .sorting_asc, .dataTables_scrollBody .GridView .sorting_desc
{
	background-color: transparent;
	color: transparent;
    border-top: none !important;
}

.dataTables_scrollBody .GridView th.sorting_asc:before { content: ""; }
.dataTables_scrollBody .GridView th.sorting_desc:before { content: ""; }


/*
.GridView .SortAsc a, .GridView .SortDesc a
{
	color: #282828 !important;
}*/
/*
.GridView th.SortAsc:after, .GridView th.sorting_asc:after { content: "\f0de"; font-family: FontAwesome; color: #282828; position: relative; top: 4px; left: 6px; }
.GridView th.SortDesc:after, .GridView th.sorting_desc:after { content: "\f0dd"; font-family: FontAwesome; color: #282828; position: relative; top: -1px; left: 6px; }
*/

@media (max-width: 680px) {
    .GridView th.sorting_asc:before { bottom: 6px; }
    .GridView th.sorting_desc:before { bottom: 10px; }
    .GridView th.sorting_asc:before, .GridView th.sorting_desc:before { font-size: 0.85em; }
}

.GridView .Underline .checkbox
{
    margin-left: 5px;
    margin-top: 5px;
}

.GridView .Underline:hover input[type='checkbox'] + label:before
{
    color: #ffffff !important;
}


.GridView tr.Pager td { border: none !important; font-size: 0.95em; margin: 0px !important; padding: 10px 0px 0px 0px !important; }
.GridView tr.Pager td table { float: right;  margin: 0px -1px 0px 0px !important; padding: 0px !important; width: auto !important; }
.GridView tr.Pager td table tr { border-right: solid 1px #e2e2e2 !important; }
.GridView tr.Pager td table tr td { margin: 0px !important; padding: 0px !important; border-spacing: 0 !important; border-collapse: collapse !important; }
.GridView tr.Pager span { border-top: solid 1px #418c45; padding: 7px 14px; font-weight: normal; color: #282828; display: block; background-color: #ffffff; margin-left: 1px; }   
.GridView tr.Pager a { border-top: solid 1px #f2f2f2; text-decoration: none; background-color: #f2f2f2; padding: 7px 14px; font-weight: normal; color: #418c45; display: block; margin-left: 1px; }
.GridView tr.Pager a:hover { border-top: solid 1px #418c45; background-color: #418c45; color: #ffffff !important; text-decoration: none; }


/* pagination overrides */

.dataTables_paginate .pagination { margin: 8px -1px -5px 0px; }
   
.dataTables_scrollHead { margin-bottom: -30px; z-index: 1; }

/*
.GridView .Image
{
	text-align: center;
}
.GridView .Image img
{
	display: block;
	margin-left: auto; margin-right: auto;
}*/
.GridView tr td.TextLeft:first-child
{
	padding-left: 10px !important;
}

.GridView tr .Name
{
    width: 200px;
}

.GridView tr .Week
{
    min-width: 75px;
}

.GridView.tablesaw tr td.Name
{
    width: auto;
}

.GridView div.label {
    font-size: 0.8em;
    margin: 0px 1px 1px 2px;
    line-height: 15px;
}

@media (max-width: 480px) {
    .GridView div.label
    {
        padding-top: 5px;
    }
}

.GridView .action-buttons { white-space: nowrap; display: inline; }

@media (max-width: 839px) {
    .tablet-hide {
        display: none !important;
    }
}

@media (min-width: 840px) {
    .tablet-show {
        display: none !important;
    }
}

@media (max-width: 639px) {
    .phone-hide {
        display: none !important;
    }
    .GridView tr .Name
    {
        width: 175px;
    }
    .Block table th, .Block table td { font-size: 0.9em !important; padding: 10px 6px !important; }
}

@media (min-width: 640px) {
    .phone-show {
        display: none !important;
    }
}

@media (max-width: 419px) {
    .mini-hide {
        display: none !important;
    }
    .GridView tr td.Name
    {
        /*min-width: 60px;*/
        width: auto;      
    }

    .Block table th, .Block table td { font-size: 0.75em !important; padding: 6px 4px !important; }

    .InnerContent .Inner .Block table tr.Head td,
    .InnerContent .Inner .Block table tr.Head th,
    .GridView tr td.TextLeft:first-child {
        padding-left: 5px !important;
    }
}

@media (min-width: 420px) {
    .mini-show {
        display: none !important;
    }
}

.NoRecords {
	width: 100%;
	text-align: center;
	font-size: 18px;
    padding-top: 20px;
}

.Block .Container
{
	margin: 0px 0px 0px -10px;
}

.Block .Container .GridView {
	padding-left: 10px !important;
    float: left;
    min-width: 275px;
}

@media (min-width: 1450px)
{
    .Block .Container .GridView { width: 25% !important; }
}

@media (max-width: 1449px)
{
    .Block .Container .GridView { width: 33.33% !important; }
}

@media (max-width: 1149px)
{
    .Block .Container .GridView { width: 50% !important; }
}

@media (max-width: 658px)
{
    .Block .Container .GridView { width: 100% !important; min-width: 0px; }
}




/* Search section / weeks and position selectors */

/*.Search a.Apply { display: block; margin-top: -2px; }*/
.Search, .Block { position: relative; }
.Search:before, .Search:after, .Block:before, .Block:after { content:" "; display:table; }
.Search:after, .Block:after { clear: both; }

.Search .Column { float: left; padding-right: 10px; }

.Search .Column .bootstrap-select, .Search .Column .select2, .GridView .bootstrap-select { margin-bottom: 10px !important; }

.Search .Column:last-child { padding-right: 0px; }

.Search.RightCol { float: right; }
.Search.RightCol .Column { padding-right: 0px; }
.Search .Column.PadRight { padding-right: 20px; }
.Search .Column.PadRight-50 { padding-right: 50px; }

.Search .Column.Label { padding-right: 5px !important; }
.Search .Column.Label span { margin-top: 7px; display: block; font-size: 0.9em; font-weight: normal; text-transform: uppercase; margin-bottom: 5px; }

@media (max-width: 460px) {
    .Search.RightCol {
        float: none;
    }

    .Search.RightCol .Column { padding-right: 10px; }
}

.Search .FieldHeader, .FieldLabel, .FieldSubLabel { font-weight: 600; font-size: 16px; padding-right: 5px; height: 24px; text-decoration: underline; text-transform: uppercase; }
.FieldLabel { font-size: 14px; text-decoration: none; text-transform: none; }
.FieldSubLabel { font-size: 12px; text-decoration: none; height: 20px; }
.Search .FieldLabel.Pad { margin-top: 3px; }


.Search .teams { min-width: 220px; } /* making this a bit bigger to take away horizontal scrollbar in firefox */

.Search input[type=text] { padding: 4px; height: 34px !important; margin-bottom: 10px; }
.Search input.watermark { background-color: #f2f2f2; color: #999999; }
.Search a.btn { margin-bottom: 10px; }

.Search .Column.CheckRadio
{
    margin-top: -3px !important;
}

.Search .Column.Radios .RadioButtons {
  float: left;
  margin-top: 2px;
  margin-bottom: 10px;
}

.Search .Column.Radios .btn {
  float: left;
  margin-top: -3px;
}

.Search .Column.Radios .form-control {
  float: left;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: 5px;
}

.Search .Column.SliderRadios {
  min-width: 300px;
  margin-bottom: 10px;
}

.RolesList label { min-width: 115px; padding-right: 10px; }

.irs-with-grid { margin-left: 5px; width: 92%; }

@media (max-width: 767px) {
    .irs-with-grid { width: 100%; }
}

/*

.Search .Selector
{
    margin-left: -2px;
    height: 27px;
}
.Selector
{
	line-height: 22px;
    margin-bottom: 15px;
}

.Selector a 
{
    display: block;
    float: left;
    min-width: 16px;
    height: 28px;
    text-align: center;
    color: #373737;
    background-color: #e2e2e2;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 2px;
    font-weight: 600;
    font-size: 11px;
}
.Selector a:hover, .Selector a.Selected
{
    color: #ffffff;
    background-color: #373737;
    text-decoration: none;
}
   


.Search .SectionDivider { width: 100%; margin-bottom: 10px; margin-top: 10px; }

    */




.Selector
{
    margin-left: -5px;
    margin-bottom: 10px;
}

.Selector:before, .Selector:after { content:" "; display:table; }
.Selector:after { clear: both; }

.Selector .btn-group { margin-left: 5px; float: left; }

.Selector a.btn
{
	display: block;
	float: left;
	font-size: 0.9em;
	margin-left: 5px;
    margin-bottom: 5px;
	min-width: 40px;
    height: 34px;
    padding: 7px 10px 0px 10px;
}

.Selector a.btn.selected
{
	background-color: #ffffff;
    border-top: 1px solid #418c45;
    font-weight: 600;
    color: #373737;
}

.Selector a.btn:not(.selected):hover
{
    background-color: #e2e2e2;
    border-color: #c0c0c0;
}




/* Fantasy Tools Select Page */

.FantasyTools {
    margin-top: 10px;
}

    .FantasyTools .col-xs-6, .FantasyTools .col-md-4, .FantasyTools .col-sm-4, .FantasyTools .col-sm-3, .FantasyTools .col-lg-3, .FantasyTools .col-lg-2 {
        padding-left: 0px;
    }

.FantasyTools .btn.btn-app > .badge {
  top: -5px;
  right: -5px;
}

.FantasyTools .badge {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.FantasyTools .btn.btn-app.big {
  width: 100%;
  height: 140px;
  padding: 30px 15px;
  font-size: 13px;
  white-space: normal;
  line-height: 18px;
}

.FantasyTools .btn.btn-app.big > .fa,
.FantasyTools .btn.btn-app.big > .glyphicon,
.FantasyTools .btn.btn-app.big > .ion {
  font-size: 40px;
  margin-top: -3px;
  margin-bottom: 5px;
}

.FantasyTools .btn.btn-app:hover {
    background-color: #e2e2e2;
    border-color: #c0c0c0;
}

@media (max-width: 460px) {
    .FantasyTools .btn.btn-app.big {
      width: 100%;
      height: 119px;
      padding: 20px 10px;
      font-size: 12px;
    }

    .FantasyTools .btn.btn-app.big > .fa,
    .FantasyTools .btn.btn-app.big > .glyphicon,
    .FantasyTools .btn.btn-app.big > .ion {
      font-size: 30px;
    }
}

/*
.FantasyTools .btn.btn-app:hover {
  color: #ffffff;
  background-color: #418c45;
}

.FantasyTools .btn.btn-app:hover > .fa,
.FantasyTools .btn.btn-app:hover > .glyphicon,
.FantasyTools .btn.btn-app:hover > .ion {
  color: #ffffff !important;
}
*/



/* Fantasy Alerts */

.note {
  border: 1px solid #e2e2e2;
  background-color: #f2f2f2;
}

/*
.FantasyAlerts
{
    margin-bottom: -15px;
}
*/
.FantasyAlerts .paging_bootstrap
{
    margin-bottom: 15px;
}

.FantasyAlerts table
{
    border: none !important;
    width: 100%;
    margin-top: -20px !important;
}

.FantasyAlerts tr, .FantasyAlerts th, .FantasyAlerts td
{
    border: none !important;
}

.PlayerAlerts { margin-top: 4px; margin-bottom: 15px; }
.PlayerAlerts .alert { margin: 0px; padding: 0px; }
.PlayerAlerts .alert a { padding-right: 5px; display: block; float: left; }
.PlayerAlerts .alert .meta-date { font-size: 0.8em; }

.FantasyAlerts .paging_bootstrap
{
    margin-right: 1px;
    margin-top: -8px;
}

.PlayerAlert
{
    color: #282828;
}

.PlayerAlert h1.title{
    margin-top: 0px; margin-bottom: 0px; font-size: 1.5em;
}

.PlayerAlert .posted {
    float: left; margin-top: 5px; font-size: 0.8em; font-style: italic; color: #888888;
}

.PlayerAlert .sep {
    float: left; font-size: 0.8em; margin-top: 4px; color: #888888; padding-left: 5px; padding-right: 5px;
}

.PlayerAlert .profile {
    float: left; font-size: 0.8em; margin-top: 5px;
}

.PlayerAlert .share {
    margin-top: 15px; margin-bottom: -8px;
}

.PlayerAlert .Photo
{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.PlayerAlert .Photo img
{
    border: 1px solid #e2e2e2;
}

.PlayerAlert .Info
{
    float: left;
    min-width: 150px;
    padding-bottom: 15px;
}

.PlayerAlert .name
{
    font-size: 1.0em;
    font-weight: 600;
    line-height: 18px;
    margin-top: 4px;
}

.PlayerAlert .name a
{
    font-weight: 600;
    color: #282828;
}

.PlayerAlert .team
{
    position: relative;
    margin-top: 1px;
}

.PlayerAlert .team .fa:before
{
    font-size: 15px !important;
    line-height: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0px;
}

.PlayerAlert .team span
{
    font-size: 0.8em;
    font-weight: 600;
    line-height: 18px;
    height: 18px;
    width: 100%;
    margin-left: 20px;
}

.PlayerAlert .alert-title
{
    font-size: 1.0em;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.PlayerAlert .alert-date
{
    font-size: 0.8em;
    color: #999999;
    line-height: 20px;
}

.PlayerAlert .alert-more a
{
    font-size: 0.8em;
    text-decoration: underline;
    line-height: 14px;
}

.PlayerAlert .alert-description
{
    margin-top: 0px;
    width: 100%;
    margin-bottom: 10px;
}






/* Player Profile Page */

.PlayerProfile .Photo { border: 1px solid #e2e2e2; padding: 5px; float: left; margin-right: 20px; margin-bottom: 5px; }
.PlayerProfile .Photo img { width: 220px; }

@media (max-width: 340px) {
    .PlayerProfile .Photo { width: 100% !important; max-width: 268px;  }
    .PlayerProfile .Photo img { width: 100% !important; }
}

.PlayerProfile .ProfileInfo { float: left; padding-top: 2px; }
.PlayerProfile .ProfileInfo .NameContainer h2 { font-size: 22px; margin-bottom: 0px; margin-top: 5px; }
.PlayerProfile .ProfileInfo .NameContainer .Position { padding-top: 2px; font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.PlayerProfile .ProfileInfo .Origin { font-size: 12px; line-height: 19px; padding-top: 5px; margin-bottom: 12px; }
.PlayerProfile .ProfileInfo .Origin span { display: block; float: left; padding-right: 15px; }
.PlayerProfile .ProfileInfo .seerankings { font-size: 0.8em; display: block; margin-top: 2px; margin-bottom: 17px; }

.PlayerProfile.Team .ProfileInfo .Origin { padding-top: 0px; }

.PlayerRankings { margin: -15px; clear: both; }
.PlayerRankings .RankItem { float: left; margin: 15px; text-align: center; }
.PlayerRankings .RankItem .Label { font-size: 0.85em; margin-bottom: 4px; }
.PlayerRankings .RankItem .Stat1 { font-size: 0.9em; padding-top: 12px; }
.PlayerRankings .RankItem .Stat2 { font-size: 0.7em; }
.PlayerRankings .RankItem .Rank { font-size: 1.25em; font-weight: 600; padding-top: 6px; margin-left: -5px; }

.StatsChart { background-color: #ffffff; padding: 10px; margin: 0px; margin-top: 10px; }
.StatsChart .chart { height: 225px!important; min-height:225px; }

.Block .legendholder table { width: auto !important; }
.Block .legendholder table td { padding: 2px !important; } 
.Block .legendholder .legendColorBox { padding-left: 15px !important; }
.Block .legendholder .legendColorBox > div { border: 1px solid #c0c0c0 !important; }
.Block .legendholder .legendColorBox > div { background-color: #ffffff !important; }

.PlayerProfile .showmorerowslink
{
    float: right;
    display: block;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    font-size: 0.8em;
    text-decoration: underline;
    height: 12px;
}

.PlayerProfile .RelatedComparisons { margin-right: -50px; width: 100%; min-height: 210px; }

.PlayerProfile .RelatedComparisons .Player
{
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 250px;
    margin-right: 50px;
} 


/* Team Profile */

.PlayerProfile.Team .ProfileInfo .StatPanel { margin-top: 4px; margin-right: -30px; }
.PlayerProfile.Team .ProfileInfo .StatPanel .StatItem { float: left; padding-left: 1px; padding-right: 30px; font-size: 0.85em; margin-bottom: 10px; }
.PlayerProfile.Team .ProfileInfo .StatPanel .StatItem div:first-child { font-weight: 600; }


.TeamPlayerFantasy { margin: -8px; clear: both; font-size: 0.85em; }
.TeamPlayerFantasy .PlayerInfo { float: left; margin: 8px; text-align: center; }
.TeamPlayerFantasy .PlayerInfo .SubPhoto { border: 1px solid #e2e2e2; padding: 5px; margin-bottom: 5px; }
.TeamPlayerFantasy .PlayerInfo .Points { font-size: 0.9em; }







/* Strength of Schedule */

.StrengthLegendItem { float: left; padding-right: 15px; padding-bottom: 0px; }
.StrengthLegendItem .StrengthBorder { float: left; margin: 1px 6px; border: 1px solid #c0c0c0; padding: 1px; width: 32px; height: 32px; }
.StrengthLegendItem .Strength { width: 28px; height: 28px; }
.StrengthLegendItem .Strength.Positive { background-color: #70AB56; }
.StrengthLegendItem .Strength.Neutral { background-color: #686868; }
.StrengthLegendItem .Strength.Negative { background-color: #D92B11; }
.StrengthLegendItem .LegendDescription { float: left; font-size: 0.9em; margin-right: 5px; margin-top: -1px; }

@media (max-width: 1380px) {
    .MatchupClear { clear: both; }
}

@media (max-width: 760px) {
    .WeekStrengthClear { clear: both; }
}

@media (max-width: 520px) {
    .StrengthLegendItem { float: none; padding-right: 0px; padding-bottom: 10px; }
    .StrengthLegendItem.Last { padding-bottom: 0px; }
    .StrengthLegendItem .StrengthBorder { width: 30px; height: 30px; }
    .StrengthLegendItem .Strength { width: 26px; height: 26px; }
    .StrengthLegendItem .LegendDescription { font-size: 0.85em; }
}


table span.opp { display: inline-block; }
table span.fpa { display: none; }
table span.par { display: none; }

table.fpa span.opp { display: none; }
table.fpa span.fpa { display: inline-block; }
table.fpa span.par { display: none; }

table.par span.opp { display: none; }
table.par span.fpa { display: none; }
table.par span.par { display: inline-block; }





/* Premium Access control */

.PremiumSignUpContainer { clear: both; padding-top: 15px; }
.Block .PremiumSignUpContainer { padding-top: 10px; }
.PremiumPanel { background-color: #ffffff; padding: 15px 35px 35px 35px; text-align:center; width: 100%; }
.PremiumPanel.Dark { background-color: #f2f2f2; }
.PremiumPanel h2 { font-size: 1.7em; margin-bottom: 5px; }
.PremiumPanel .description { padding-top: 20px; line-height: 24px; max-width: 400px; margin-left: auto; margin-right: auto; }
.PremiumPanel .btn { margin-top: 20px; }
.PremiumPanel .SignIn { padding-top: 20px; font-size: 0.9em; }

/* End of Premium Access control */




/* Tooltips */

.ScoringSystem { margin-bottom: 5px; clear: both; }

.SelectionButtons { float: right; text-align: left; }

.ScoringSystem .FieldLabel, .ScoringSystem .Selector { float: left; }

.ScoringSystem .FieldLabel { margin-top: 6px; }

.ScoringSystem .description-tag { font-size: 0.9em; margin-top: -10px; margin-left: 10px; margin-right: 0px; float: right; text-align: right;}

@media (max-width: 639px) {
    .ScoringSystem .description-tag { font-size: 0.8em; }
}

.ScoringSystem .btn-group .dropdown-menu 
{
    right:0;left:auto
}
@media (max-width: 341px) {
    .ScoringSystem .btn-group .dropdown-menu 
    {
        right:auto;left:0
    }
}

/*.ScoringSystem { font-size: 11px; float: right; line-height: 18px; margin-top: 5px; position: absolute; bottom: 10px; right: 0px; }
.PlayerProfile .ScoringSystem, .PlayerCompare .ScoringSystem { position: relative; bottom: 0px; }*/
/*.PlayerProfile .ScoringSystem .FieldSubLabel, .PlayerCompare .ScoringSystem .FieldSubLabel { padding-top: 4px; font-weight: bold; font-size: 1.2em; }*/
/*.ScoringSystem .Selector a { margin-top: 0px; }*/
/*.ScoringSystem .leaguelink { font-size: 11px; text-decoration: underline; }*/

/*
.NFL .showmorerowslink, .NFL .leaguelink { color: #fb5232 !important; }
.NBA .showmorerowslink, .NBA .leaguelink { color: #824ccf !important; }
.NHL .showmorerowslink, .NHL .leaguelink { color: #3967de !important; }
.MLB .showmorerowslink, .MLB .leaguelink { color: #d73333 !important; }
*/

.qtip { max-width: 380px !important; }

@media (max-width: 480px) {
    .qtip { max-width: 90% !important; }
}

@media (max-width: 340px) {
    .qtip { max-width: 268px !important; }
}

.qtip-default
{
	background-color: #373737 !important;
	color: #ffffff !important;
	padding: 5px 5px 8px 5px !important;
	border: 1px solid #000 !important;
}

.ScoringSystemToolTip, .ToolTip
{
    color: #ffffff;
    display: none;
    font-size: 12px;
    width: auto !important;
}
.ScoringSystemToolTip h3, .ToolTip h3, .ToolTip .Heading
{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 1px solid #f5f5f5;
    color: #ffffff;
    margin: 0px;
    margin-bottom: 5px;
}
.ToolTip h3, .ToolTip .Heading
{
    border-bottom: none;
    padding-bottom: 0px;
}
.ScoringSystemToolTip div.RuleSection
{
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}
.ScoringSystemToolTip div.RuleSection:first-child
{
    margin-top: 0px;
}
.ScoringSystemToolTip div.Rule
{
    min-height: 18px;
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.ScoringSystemToolTip div.Rule span.negative
{
    color: #FF0000;
}
.ToolTip div.Hint
{
	font-size: 1.1em; width: auto; line-height: 16px; white-space: normal;
}              
.ToolTipLink, .tooltiplink { cursor: auto; }
.ToolTipLink:hover, .tooltiplink:hover { cursor: help; }

/*
.HintIcon
{
	float: left; padding-left: 4px; position: relative;
}
.GridHintIcon
{
	display: inline; position: relative; left: 0px; top: 3px;
}
.Search .HintIcon
{
	margin-top: 7px;
	padding-left: 0px;	
	margin-left: -1px;
}
*/



.PointSystemChanger { margin-top: 10px; border-top: 1px solid #c0c0c0; width: 100%; padding-top: 12px; }
.PointSystemChanger label { display: block; height: 16px; }

/*.PointSystemChanger.NoRules { margin-top: 0px; border-top: none; width: 100%; padding-top: 0px; }*/





/* Date Slider for Scores, Schedule, etc */

#dateNav
{
    text-align: center;
    font-size: 0.9em;
  /*  border: 1px solid #dddddd;*/
    margin-bottom: 15px;
    height: 75px;
}

#dateNav a {
    border: 1px solid #e2e2e2;
    padding: 20px 5px;
    display: block;
    margin: 0px;
    position: relative;
    color: #686868;
    text-decoration: none !important;
   /* border-top: 1px solid #f2f2f2;*/
    border-left: 1px solid transparent;
    background-color: #f2f2f2;
    height: 75px;
}

#dateNav a.nogames {
    color: #c0c0c0;
}

#dateNav a.selected {
    color: #373737 !important;
    background-color: #ffffff;
    font-weight: bold;
    border-top: 1px solid #418c45;
    border-left: none;
}

#dateNav .item .date {
    white-space: nowrap;
}

#dateNav .item .games {
    font-size: 0.8em;
    padding-top: 4px;
    white-space: nowrap;
}

#dateNav .slick-prev,
#dateNav .slick-next
{
    border: 1px solid #c0c0c0 !important;
    top: 0px !important;
    width: 22px !important;
    height: 100% !important;
    margin: 0px !important;
    background-color: #e2e2e2 !important;
}

#dateNav .slick-prev:before,
#dateNav .slick-next:before
{
    color: #418c45 !important;
    margin-right: 1px !important;
}

#dateNav .slick-next:before
{
    margin-right: 0px !important;
    margin-left: 1px !important;
}

#dateNav a.selected .datepicker{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#dateNav a.selected .fa-calendar{
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 1.3em;
}

#dateNav a:not(.selected):hover
{
    background-color: #e2e2e2;
    border-color: #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

@media (max-width: 779px) { #dateNav a.selected .fa-calendar{ font-size: 1.4em; } }
@media (max-width: 489px) { #dateNav a.selected .fa-calendar{ font-size: 1.8em; top: 5px; right: 5px; } }

/* Games Bar */

#gamesNav
{
    text-align: left;
    font-size: 0.75em;
    margin-left: -3px;
}

#gamesNav a {
    padding: 2px 4px 5px 7px;
    display: block;
    position: relative;
    color: #686868;
    text-decoration: none !important;
    width: 85px;      
    border: 1px solid #e2e2e2;
    background-color: #f2f2f2;
    margin: 0px;
    margin-bottom: 3px;
    margin-left: 3px;
    float: left;
}

@media (max-width: 420px)
{
    #gamesNav a { width: 98px; }
}

#gamesNav:before, #gamesNav:after { content:" "; display:table; }
#gamesNav:after { clear: both; }

#gamesNav a .time
{
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 600;
    color: #373737 !important;
    margin-left: -2px;
}

#gamesNav a .team
{
    text-align: left;
    width: 40px;
    display: block;
    float: left;
    color: #999999;
}

#gamesNav a .score
{
    text-align: center;
    width: 25px;
    display: block;
    float: right;
    color: #999999;
}

#gamesNav a div:before, #gamesNav a div:after { content:" "; display:table; }
#gamesNav a div:after { clear: both; }

#gamesNav a.selected
{
    color: #373737 !important;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-top: 1px solid #418c45;
}

#gamesNav a .Win .team
{
    font-weight: 600 !important;
    color: #373737 !important;
}

#gamesNav a .Win .team:before
{
    font-family: FontAwesome;
    content: '\f0da';
    color: #418c45;
    font-size: 11px;
    position: absolute;
    left: 1px;
    margin-top: 1px;
    line-height: 1.06em;
}

#gamesNav a .Win .score
{
    font-weight: 600 !important;
    color: #373737 !important;
}

#gamesNav a:not(.selected):hover
{
    background-color: #e2e2e2;
    border-color: #c0c0c0;
}




/* Scores */
   
.InnerContent .Title.Scores { margin-bottom: -15px; } 
.InnerContent .Title.Scores:first-child { margin-top: -5px; } 
.InnerContent .Block.Scores { margin-top: 15px; position: relative; }
.InnerContent .Block.Scores:first-child { margin-top: 0px; }

.InnerContent .Block.Scores table
{
    table-layout: fixed;
}

.InnerContent .Block.Scores table tr.Underline td,
.InnerContent .Block.Scores table tr.Underline td a
{
	background-color: #ffffff !important;
    color: #373737 !important;
}

.InnerContent .Block.Scores table tr.Underline td.Bg
{
	background-color: #f5f5f5 !important;
	font-weight: 600;	
}

.InnerContent .Block.Scores table .SeriesDescription
{
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    height: 10px;
    line-height: 18px;
    color: #373737;
}

.InnerContent .Block.Scores .scoring
{
    margin: 0px !important;
    padding: 6px !important;
    background-color: #ffffff;
    width: 100%;
    font-size: 0.9em;
    color: #373737;
}

@media (max-width: 639px)
{
    .InnerContent .Block.Scores .scoring { font-size: 1.0em; }
}

.InnerContent .Block.Scores .scoring table
{
    margin: 0px !important;
    padding: 0px !important;
}

.InnerContent .Block.Scores .scoring table tr td
{
    padding: 4px !important;
}

.InnerContent .Block.Scores .scoring table tr td div
{
    line-height: 20px;
}

.InnerContent .Block.Scores .scoring table tr td a
{
    color: inherit !important;
    font-weight: normal;
}
.InnerContent .Block.Scores .scoring table tr td b
{
    font-weight: 600;
}

.InnerContent .Block.Scores .addthis
{
    float: left;
}

.InnerContent .Block.Scores .addthis_toolbox
{
    position: absolute;
    bottom: 7px;
    left: 8px;
    height: 30px;
}

.InnerContent .Block.Scores .addthis_toolbox a
{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 4px;
}

.InnerContent .Block.Scores .buttons
{
    float: right;
    padding-top: 10px;
}

@media (max-width: 640px)
{
    .InnerContent .Block.Scores .addthis_toolbox { bottom: 4px; }
    .InnerContent .Block.Scores .addthis_toolbox a { margin-right: 3px; }
    .InnerContent .Block.Scores .buttons a { padding: 4px 8px; font-size: 0.9em; }
}









/* Odds */

.Block .Odds .Title {
    position: absolute;
    top: 1px;
    left: 9px;
}

.Block .Odds table
{
	margin-top: 5px !important;
}

.Block .Odds table tr.Rows td.Total div.Center
{
	display: table;
	margin: 2px auto 0;
}

.Block .Odds table tr.Rows td.Total span.Row1,
.Block .Odds table tr.Rows td.Total span.Row2,
.Block .Odds table tr.Rows td.Total div.Row3 {
	display: block;
	float: left;
	position: relative;
}

.Block .Odds table tr.Rows td.Total span.Row1 {
	margin-top: 12px;
	padding-right: 8px;
}

.Block .Odds table tr.Rows td.Total span.Row2 {
	width: 10px; height: 44px;
	/*background: transparent url(/images/img-odds.png) no-repeat center center;*/
    border: 1px solid #272727;
    border-right: none;
}

.Block .Odds table tr.Rows td.Moneyline {
	border-right: 1px solid #e2e2e2;
}

.Block .Odds table tr.Rows td.Total div.Row3 span {
	display: block;
	position: relative;
	text-align: left;
	left: 2px;
	top: -11px;
}
.Block .Odds table tr.Rows td.Total div.Row3 span.Bottom {
	top: 13px;
}

@media (max-width: 640px)
{
    .Block .Odds table tr.Rows td.Total div.Row3 span {
	    top: -9px;
    }
    .Block .Odds table tr.Rows td.Total div.Row3 span.Bottom {
	    top: 17px;
    }
}

@media (max-width: 540px)
{
    .Block .Odds table tr.Rows td.Total span.Row1 {
	    margin-top: 0px;
	    padding-right: 0px;
        margin-bottom: 18px;
        float: none;
    }
    .Block .Odds table tr.Rows td.Total span.Row2 { width: 6px; height: 30px; }

    .Block .Odds table tr.Rows td.Total div.Row3 span.Bottom {
	    top: 3px;
    }
}

@media (max-width: 420px)
{
    .Block .Odds table tr.Rows td.Total span.Row1 {
        margin-bottom: 10px;
    }

    .Block .Odds table tr.Rows td.Total span.Row2 { width: 4px; height: 22px; }

    .Block .Odds table tr.Rows td.Total div.Row3 span {
	    top: -8px;
    }

    .Block .Odds table tr.Rows td.Total div.Row3 span.Bottom {
	    top: -2px;
    }
}

/* END of Odds */








/* Game Preview, Detail, Fantasy, Recap */

.game-head { position: relative; margin-top: 12px; }

/*
.game-head h3
{
    margin: 0px;
    padding: 0px;
    font-size: 1.4em;
    margin-bottom: 6px;
    margin-top: 12px;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    padding-top: 15px;
    line-height: 24px;
}


.game-head h2
{
    margin: 0px;
    padding: 0px;
    font-size: 2.2em;
    margin-bottom: 15px;
    line-height: 34px;
}
  */
        
.game-head .share
{
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 999;
}

.game-head .share label
{
    font-size: 11px;
    color: #373737;
    float: left;
    padding: 8px 5px 0px 2px;
    height: 14px;
}

.game-head .share .addthis_toolbox
{
    float: left;
}

@media (max-width: 720px)
{
    .game-head { margin-top: 9px; }

    .game-head .share { margin-top: -15px; margin-left: -3px; margin-bottom: 10px; padding-top: 10px; position: relative; }

    .game-head .share label, .game-head .share .addthis_toolbox
    {
        float: none; padding-top: 0px;
    }
}

@media (max-width: 420px)
{
    .game-head h3 span { display: block; }
} 

.preview-recap
{
    margin-bottom: 15px;
}

.preview-recap h4
{
    margin-bottom: 15px;
}



.Poll
{
    min-height: 135px;
}

.PollResult
{
    width: 240px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.PollResult #donut-chart
{
    height: 130px !important;
    min-height: 130px;
}

@media (max-width: 520px) 
{
	.PollResult
    {
        width: 220px;
        top: 17px;
    }

    .PollResult #donut-chart
    {
        height: 110px !important;
        min-height: 110px;
    }
}

@media (max-width: 460px) 
{
	.PollResult
    {
        width: 100%;
        top: -7px;
        right: 0px;
        position: relative;
    }

    .PollResult #donut-chart
    {
        height: 140px !important;
        min-height: 140px;
    }
}



.Inner .Block .Title {
	padding-left: 2px; padding-top: 5px;
}

.Inner .Block .SeasonSeries .Games {
	padding: 5px 10px 10px 10px;
    background-color: #ffffff;
    margin-bottom: -10px;
    display: table;
    width: 100%;
    font-size: 0.9em;
}

.Inner .Block .SeasonSeries .game {
	padding: 6px 3px;
    clear: both;
}

.Inner .Block .SeasonSeries .game span {
	float: left;
	color: #888888;
	font-weight: normal;
}
.Inner .Block .SeasonSeries .game span span
{
	float: none;
}
.Inner .Block .SeasonSeries .game span span.Win
{
	font-weight: 600;
	color: #282828;
}

.Inner .Block .SeasonSeries .game span.Date {
	color: #282828; width: 150px;
}

@media (max-width: 520px) 
{
	.Inner .Block .SeasonSeries .Games { font-size: 0.9em; }

    .Inner .Block .SeasonSeries .game span.Date { width: 120px; }
}

@media (max-width: 420px) 
{
	.Inner .Block .SeasonSeries .Games { font-size: 0.8em; }

    .Inner .Block .SeasonSeries .game span.Date { width: 85px; }
}

@media (max-width: 330px) 
{
    .Inner .Block .SeasonSeries .game {
	    padding: 4px 2px;
    }
    .Inner .Block .SeasonSeries .game span.Date { width: 80px; }
}

/* End of Game Preview, Recap, Box Score */





.gritter-item a { color: #ffffff; }


/* Home Page */

#home-main
{
    border: 1px solid #e5e5e5; width: 100%; background-color: #ffffff; overflow: hidden; position: relative; margin-bottom: 15px;
}
    
#home-main .main-title
{
    font-family:'LatoBold', 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #ffffff;
    display: block;
    width: 100%;
    z-index: 5 !important;
    padding: 0px;
}

#home-main .main-title h1
{
    z-index: 7 !important;
    font-size: 1.9em;
    padding-right: 35px;
    margin: 0px;
}

#home-main .main-title a
{
    font-family:'LatoBold', 'Open Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
}

#home-main .main-title .desc
{
    z-index: 7 !important;
    font-size: 0.9em;
    padding-left: 1px;
}

#home-main .background {
    width: 100%;
    bottom: 0px;
    position:absolute;
    z-index: 6 !important;
    left: 0px;
    display: block;
    line-height: 24px;
    padding: 8px 10px 8px 10px;
    background-image: url('/Images/tooltip-bg.png');
}

@media (max-width: 820px) 
{
	#home-main .main-title h1 { font-size: 1.7em; }
	#home-main .main-title .desc { font-size: 0.9em; }
}

@media (max-width: 640px) 
{
	#home-main .main-title h1 { font-size: 1.4em; }
	#home-main .main-title .desc { font-size: 0.8em; }
}

@media (max-width: 480px) 
{
    #home-main .main-title h1 { font-size: 1.2em; }
	#home-main .main-title .desc { display: none; }
}




/* Splash slideshow */

.cycle-slideshow { width: 100%; height: 100%; margin: 0px; padding: 0px; position: relative; }
.cycle-slideshow div.splash-item { position: absolute; top: 0; left: 0; padding: 0; display: none; }
.cycle-slideshow div.splash-item, .cycle-slideshow div.splash-item img { width: 100%; height: 100%; }

/* in case script does not load */
.cycle-slideshow div-splash-item:first-child { position: static; z-index: 100; display: block; }

/* pager */
.cycle-pager { 
    text-align: right; width: 100%; z-index: 500; position: absolute; bottom: 8px; right: 8px; overflow: hidden; clear: both;
}
.cycle-pager span { 
    margin-right: 5px; width: 12px; height: 12px; display: inline-block; background-color: #393738; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { background-color: #7baa49;}
.cycle-pager > * { cursor: pointer; }


/* News Pages */

.article-item
{
	margin-bottom: 15px;
}

.tag-container
{
    height: 20px; font-size: 0.8em; margin-bottom: 4px;
    overflow-x: hidden;
}

.tag-container .ico-tag 
{
    padding: 0px 6px 0px 6px;
    font-family:'LatoBold', 'Open Sans', sans-serif;
    color: #ffffff !important;
    background-color: #555555;
    margin-right: 4px;
    text-transform: uppercase;
    margin-left: 1px;
    height: 20px; 
    float: left;
    display: block;
    line-height: 18px;
}

.meta-date { float: left; display: block; color: #686868; font-size: 1.0em; margin-left: 4px; height: 20px; line-height: 20px; }

.article-item .content-container {
    /*border: 1px solid #e2e2e2;
    background-color: #ffffff;*/
}

.article-item .photo .image img 
{
	display: block; height: 100%; width: 100%; position: relative;
}

.article-item .flags
{
    z-index: 6 !important; position:absolute; right: 9px; top: 29px;
    height: 16px; line-height: 16px; font-size: 0.7em; font-family:'LatoBold', 'Open Sans', sans-serif; color:#fff; text-transform:uppercase;
}
.article-item .flags a
{
	font-size: 1.0em !important; font-family:'LatoBold', 'Open Sans', sans-serif; color:#fff; text-transform:uppercase;
}

.article-item .flags div
{
	padding: 1px 6px 1px 6px; float: left; margin-right: 4px;
}
 
div.premium, .bg-success
{
    background-color: #72af46 !important;
    border-color: #72af46 !important;
}

div.daily, .bg-info
{
    background-color: #466baf !important;
    border-color: #466baf !important;
}

div.picks
{
    background-color: #86618f !important;
    border-color: #86618f !important;
}

.bg-warning {
  background-color: #ab7a4b !important;
  border-color: #ab7a4b !important;
}

.bg-danger {
  background-color: #bd362f !important;
  border-color: #bd362f !important;
}






.article-item .article-title
{
    position: relative;
    margin: 0 auto;
    width: 100%;
}

    .article-item .article-title h2, .article-item .article-title h3 {
        font-family: 'LatoBold', 'Open Sans', sans-serif;
        font-size: 1.35em;
        /*color: #ffffff;
        position:absolute;
            background-image: url('/Images/tooltip-bg.png');
            padding: 4px 8px 6px 8px;
        */
        display: block;
        line-height: 24px;
        width: 100%;
        bottom: -10px;
        z-index: 5 !important;
    }

    .article-item .article-title h2, .article-item .article-title h3 {
        margin-top: 8px;
    }

/* News Titles */

.NewsTitles
{
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	width: 100%;
	position: relative;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.NewsItem .post-title
{
	font-family:'LatoBold', 'Open Sans', sans-serif;
    min-height: 55px;
    display: block;
    max-width: 220px;
}

.NewsTitles .NewsItem
{
	 display: block;
     float: left;
     color: #373737;
     padding: 10px;
     min-width: 250px;
}

.NewsTitles .NewsItem a
{
	 color: inherit;
}

.NewsTitles .browse
{
    width: 100%;
    text-align: right;
}

.NewsTitles .browse a
{
    font-size: 1.0em;
    padding: 4px 8px;
}


.daily-description
{
    line-height: 22px;
    margin-bottom: 5px;
}



/* News Archive */

.Archive
{
    margin-top: -20px;
}

.Archive, .Archive tr, .Archive th, .Archive td
{
    border: none !important;
}

.NewsArchiveItem
{
    padding-bottom: 4px;
}

.NewsArchiveItem .post-title
{
    float: left;
    color: #282828;
    font-size: 0.9em;
    padding-right: 5px;
    font-weight: 600;
    display: block;
    margin: 0px;
}

.NewsArchiveItem .meta-date
{
    font-size: 0.7em;
    margin: 0px;
    padding: 0px;
    height: auto;
    line-height: normal;
    padding-top: 2px;
}

/* Article */

#article h1.title
{
    color: #282828;
    font-size: 1.9em;
    line-height: 32px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

#article .posted
{
    font-size: 1.1em;
}

#article .box
{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

#article .share
{
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
    font-size: 0.9em;
    color: #282828;
}

#article .box img 
{
	display: block; height: 100%; width: 100%; position: relative; max-width: 600px; border: 1px solid #e2e2e2;
}

@media (min-width: 680px) 
{
	#article .box 
    {
        margin-right: 15px;
    }
}

#article .box .credit
{
    margin-top: 2px;
    font-size: 0.8em;
}

#article .content
{
    margin-top: 5px;
    padding-bottom: 15px;
    line-height: 1.6em;
    width: 100%;
    max-width: 600px;
}

#article .content a
{
    font-weight: 600;
}

.PremiumArticlePanel
{
	padding-top: 0px;
	background-color: #f5f5f5;
	border: 1px solid #e2e2e2;
	padding: 5px 10px 5px 10px;
}


#article .content caption{
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    color: #282828;
}

#article .content table {
    width: 100% !important;
    margin-bottom: 15px;
    table-layout: fixed !important;
    border: none !important;
}

#article .content table tr {
    font-size: 0.95em;
    color: #282828;
    background-color: #ffffff;
    border: none;
}

#article .content table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

#article .content table tr td {
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#article .content table tr:first-child td {
    border: 1px solid #2d6230 !important;
    background: #418c45;
    color: #ffffff;
}

#article .content table tr td h3 {
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
}

#article .content table:not(.BlogGrid) tr:first-child td a {
    color: #ffffff;
}

#article .content table tr td strong {
    font-weight: 600;
}

#article .content table tr td p {
    margin: 0px;
}

#article .content table.BlogGrid tr:first-child td {
    border: 1px solid #e2e2e2 !important;
    background-color: #f2f2f2 !important;
    color: #282828 !important;
}

#article .content table.BlogGrid tr td:first-child {
    width: 35%;
}


/* Journalists */

.Journalists .tc-gallery
{
    margin-right: -10px; margin-top: -10px;
}

.Journalists .tc-gallery li
{
    margin: 0px; padding: 0px; margin-right: 10px; margin-top: 10px;
}

.Journalists .tc-gallery .inner a i
{
	font-size: 1.1em;
}

.Journalists .tc-gallery .tags .label
{
    font-size: 0.75em;
}

.Journalist h2
{
    margin-top: 0px;
    font-size: 2.0em;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.Journalist .social
{
    position: absolute;
    right: 10px;
    top: 0px;
}

.Journalist .social i
{
    margin: -10px 0px 0px 10px !important;
}

.Journalist .photo
{
    float: left;
    margin-right: 20px;
}

.Journalist img
{
    border: 1px solid #e2e2e2;
    max-width: 220px;
    width: 100%;
    height: 100%;
    max-height: 220px;
}

.Journalist .info
{
    float: left;
    font-size: 1.0em;
    margin-top: 2px;
    max-width: 400px;
    width: 80%;
}

.Journalist .info h4
{
    font-size: 1.3em;
    margin-bottom: 5px;
}

.Journalist .icons .fa:before
{
    font-size: 16px;
    margin-left: 2px;
}

.Journalist h3
{
    font-size: 1.4em;
    margin-bottom: 15px;
}







/* Daily & Picks Ad */

.side-ad
{
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #e2e2e2;
}
.side-ad .ad-title
{
    font-weight: 600;
}
.side-ad .ad-desc
{
    padding: 2px;
}
.side-ad.centered div
{
    text-align: center;
}
.side-ad img
{
    width: 150px; height: 100px;
}


/*
.article .content
{
    height: 130px; background-color: #ffffff; position: relative;
}
.article .content p
{
    font-size: 0.85em; padding: 8px 12px 12px 12px; color: #444444; z-index: 5 !impoadadadMore, .NewsTitles .ReadMore, .NewsListing .ReadMore
{
	position: absolute;
	right: 0px;
	bottom: 0px;
    height: 26px;
    clear: both;
}

.article .ReadMore .corner, .NewsTitles .ReadMore .corner, .NewsListing .ReadMore .corner
{
    height: 26px;
    width: 26px;
    background-image: url('/Images/read-more-corner.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
}
.article .ReadMore a, .NewsTitles .ReadMore a, .NewsListing .ReadMore a
{
	color: #ffffff;
	font-size: 0.8em;
	text-transform:uppercase;
	font-family:'LatoBold', 'Open Sans', sans-serif;
	padding: 2px 8px 0px 0px;
	display: block;
	line-height: 22px;
	background-image: url('/Images/read-more-back.png');
	background-repeat: repeat-x;
	height: 100%;
	float: left;
}
    */

/*
@media (max-width: 1040px) 
{
    .article .content
    {
        height: auto;
    }
    .article .content p
    {
        padding-bottom: 24px;
    }
    .article .ReadMore, .NewsTitles .ReadMore, .NewsListing .ReadMore
    {
	    bottom: -10px;
    }
}
*/
@media (max-width: 480px) 
{
	.article .article-title h2
    {
        font-size: 1.2em;
        line-height: 22px;
    }
}


/*
 ul, .tabs ul.menus
{
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}*/

#home-scores, .home-widget {
    position: relative;
}
/*
#home-scores2 ul li, .tabs ul.menus li
{
    float: left; margin-right: 6px;
}
#home-scores2 ul li.last, .tabs ul.menus li.last
{
    margin-right: 0px;
}
#home-scores2 ul li a, .tabs ul.menus li a
{
    background-color: #888888;
    color: #ffffff;
    padding: 3px 8px 0px 8px;
    text-transform: uppercase;
    font-family:'LatoBold', 'Open Sans', sans-serif;
    font-size: 0.8em;
    line-height: 18px;
    height: 24px;
    min-width: 44px;
    display: block;
    text-align: center;
    text-decoration: none;
}
#home-scores2 ul li.active, .tabs ul.menus li.active
{
    border-bottom: 2px solid #62ac44 !important;

}
#home-scores2 ul li.active a, .tabs ul.menus li.active a
{
    background-color: #444444;
}
*/

    #home-scores ul li a, .home-widget ul li a {
        font-size: 0.9em;
        min-width: 44px;
        text-align: center;
        padding: 5px;
        margin-bottom: 12px;
        margin-right: 4px;
        border-bottom: 1px solid #e5e5e5;
    }

    #home-scores .MoreLink, .home-widget .MoreLink {
        /*margin: 0px 0px 0px 0px;
    padding: 0px;
	background-color: #FFF;
	clear: both;
    height: 18px;*/
        height: 17px;
        position: relative;
    }

        #home-scores .MoreLink a, .home-widget .MoreLink a {
            text-align: right;
            display: block;
            padding-right: 10px;
            font-weight: normal;
            font-size: 11px;
            font-family: 'LatoBold', 'Open Sans', sans-serif;
            position: absolute;
            right: 2px;
            bottom: -5px;
            line-height: 1.06em;
        }

        #home-scores .MoreLink:after, .home-widget .MoreLink:after {
            font-family: FontAwesome;
            content: '\f0da';
            color: #418c45;
            font-size: 12px;
            position: absolute;
            right: 2px;
            bottom: -6px;
            line-height: 1.06em;
        }


#scores-tabs a
{
	font-family:'LatoBold', 'Open Sans', sans-serif;
	cursor: pointer;
}

.score-board
{
	height: 100%;
	font-size: 0.9em;
}

.score-board .LeftCol,
.score-board .RightCol {
	display: block;
	float: left;
	width: 100%;
}

.score-board .LeftCol,
.score-board .RightCol {
	background-color: #ffffff;
	margin-bottom: 15px;
	border: 1px solid #e2e2e2;
}

.score-board .Head {
	height: 20px;
	padding: 2px 0px 0px 3px;
    font-size: 0.9em;
	color: #555555;
	border-bottom: 1px solid #e2e2e2;
	background-color: #f2f2f2;
	clear: both;
}

.score-board .Game
{
	position: relative;
	z-index: 1;
}

/*
.score-board .GameStart
{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 100%;
	background-color: #fcfcfc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
    z-index: 2;
    font-size: 0.8em;
    font-weight: normal;
    color: #c0c0c0;
    text-align: center;
}

.score-board .CounterStart
{
    z-index: 3;
    position: absolute;
    top: 4px;
    left: calc(50% - 68px);
    text-align: center;
}

.score-board .Counter
{
	margin-left: 0px !important;
	padding-left: 0px !important;
	text-align: center;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
}

.score-board .cntSeparator
{
	margin: 0px !important;
	padding: 0px !important;
    margin: 2px 6px 0px 6px !important;
}

*/

.score-board .Game .Row1, .score-board .Game .Row2 {
	padding: 8px 2px 4px 2px;
	float: left;
	width: 70%;
	min-width: 110px;
	height: 30px;
    white-space: nowrap;
}
.score-board .Game .Row2 {
	padding: 1px 2px 8px 2px;
}

.score-board .Links {
	text-align: right;
    float: right;
	display: inline-block;
	margin: 0px;
    margin-right: 6px;
    padding-left: 6px;
    margin-top: 0px;
    border-left: 1px solid #e2e2e2;
    line-height: 1.2em;
}

@media (max-width: 460px) 
{
	.score-board .Links { line-height: 1.4em; }
}

.score-board .Links a {
	font-family:'LatoBold', 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: #9d9d9d;
}

.score-board .Links a:hover {
	color: #418c45;
}

.score-board .NoGames
{
	width: 100%;
	text-align: center;
	font-weight: normal;
    font-size: 14px;
    font-family:'LatoBold', 'Open Sans', sans-serif;
	padding-top: 135px;
}

.score-board .Game div div {
	display: block;
	color: #282828;
	padding-left: 12px;
	height: 16px;
	line-height: 150%;
}
.score-board .Game .Score { text-align: center; width: 30px; min-width: 0px; float: right; margin-right: 15px; }
.score-board .Game .Score div { padding-left: 0px; }

.score-board .Game div.Win {
    font-family:'LatoBold', 'Open Sans', sans-serif;
}
.score-board .Game div.Win:before {
    font-family: FontAwesome;
    content: '\f0da';
    color: #418c45;
    font-size: 17px;
    position: absolute;
    left: 5px;
}




.address .social a
{
	display: inline-block;
	padding-right: 15px;
    padding-left: 5px;
}

.address .social .fa-facebook { color: #3b5998; }
.address .social .fa-twitter { color: #00aced; }
.address .social .fa-google-plus { color: #dd4b39; }




#qsocial { margin-top: 10px; }
  
#qsocial a { color: #686868; }
#qsocial a.facebook:hover { color: #3b5998; }
#qsocial a.twitter:hover { color: #00aced; }
#qsocial a.googleplus:hover { color: #dd4b39; }
#qsocial a.pinterest:hover { color: #cb2027; }
#qsocial a.rss:hover { color: #fe9900; }
#qsocial a.mobile:hover { color: #333333; }

#qsocial i
{
    font-size: 2.2em;
    margin-top: 10px;
    width: 15%;
    max-width: 50px;
    margin-bottom: 5px;
    text-align: left;
}
    


/* Subscribe to Newsletter widget */

.form-subscribe .input-group-btn
{
	vertical-align: top;
}

.form-subscribe .input-group-btn .btn
{
	margin-left: 3px;
}


/* eDraft Promo */

.eDraftAd, .eDraftAd img
{
    width: 100%; height: auto; display: block;
}

.eDraftAd { margin-top: 0px; margin-bottom: 15px; }


@media (max-width: 1199px)
{
    .eDraftAd.Bottom { margin-top: 15px !important; margin-bottom: 0px !important; }
}

.eDraftAd.Static img { max-height: 350px; max-width: 300px; }

/*
.eDraftAd.Bottom { margin-bottom: 0px !important; }
*/

/*
@media (max-width: 780px) 
{
	.eDraftAd
	{
		display: none;
	}
}
*/

.input-form h3 { margin-top: 0px; margin-bottom: 15px; color: #555555; font-size: 1.6em; padding-bottom: 8px; border-bottom: 1px solid #f2f2f2; }
.input-form h4 { margin-bottom: 15px; color: #686868; text-decoration: underline; }

.input-form .sublabel { font-size: 0.8em; font-weight: 600; margin-bottom: 3px; line-height: 18px; }
.input-form .input-row .column { float: left; padding-right: 20px; }
.input-form .input-row .checkbox { margin-top: 2px; margin-bottom: 5px; }
.input-form .input-group.full-width { width: 100%; }
/*

.input-form { width: 100%; }

.input-form .input-row { clear: both; }
.input-form .input-row .form-group { margin: 0px; padding: 0px; }
.input-form .input-row .column { float: left; padding-right: 20px; padding-bottom: 10px; }

.input-form .input-row .column.Full { padding-right: 0px; max-width: none; }

.input-form .input-row .column.send-code { padding-right: 15px; }
.input-form .input-row .column.validation { padding-top: 6px; }

.input-form .input-row .column.generate { margin-left: -5px; margin-top: -1px; }

*/

.help-block:before
{
    font-family: FontAwesome;
    font-size: 15px;
    content: "\f06a";
    padding-left: 1px;
    margin-right: 5px;
}

.has-error .form-control .btn
{
    border-color: #a94442 !important;
}

.has-error .bootstrap-select
{
    margin-bottom: 4px !important;
}



/* custom input form styles */

.input-form .league-limit { height: 28px; }
.input-form .league-limit.input { margin-top: -6px; }



/* Login */

#login { min-width: 282px; }

.input-group-addon i { width: 16px !important; }
.labels { display: inline-block; padding-top: 2px !important; }
.form-actions { padding-left: 0px !important; padding-bottom: 10px !important; }
.login-links
{
	border-top: 1px solid #e2e2e2;
	margin-top: 15px;
	padding-top: 10px;
	width: 100%;
	font-size: 0.8em;
}
.login-links a
{
	display: block;
	padding-top: 4px;
}

.login-links a.inline
{
	display: inline-block;
}

#login .fb-button
{
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
}

#login .fb-button a:before
{
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f09a";
    background-color: #2a4886;
    color: #ffffff;
    padding-left: 14px;
    padding-top: 6px;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    top: -10px;
    position: absolute;
    left: 0px;
}

#login .fb-button a
{
    width: 150px;
    padding: 11px;
    background-color: #375a9c;
    color: #ffffff;
    padding-left: 50px;
    text-decoration: none;
}



/* Register */

::-ms-reveal { display: none !important; }  
        
.my-toggle-class {
color: #888;
cursor: pointer;
font-size: 0.75em;
font-weight: bold;
padding: 0.5em 1em;
text-transform: uppercase; margin-top: 5px !important;
}

.hideShowPassword-toggle,
.my-toggle-class {
z-index: 3;
}

.password .help-block { position: absolute; bottom: -27px; left: 0px; }


/* Premium Sign Up Page */

.PaymentOptions .Features { font-size: 1.1em; text-align: center; width: 100%; }

.PaymentOptions table tr td
{
	height: 48px;
	border: 1px solid #e2e2e2;
}

.PaymentOptions table tr:nth-child(even) { background-color: #f5f5f5; }
.PaymentOptions table tr:nth-child(odd) { background-color: #ffffff; }
.PaymentOptions .Features h3 { height: 45px; }
.PaymentOptions .Features td.heading  { vertical-align: top; padding-top: 20px; text-align: center; }
.PaymentOptions .Features td.feature { text-align: left; padding-left: 20px; width: 40%; }
.PaymentOptions .Features td.free { width: 30%; }
.PaymentOptions .Features td.premium { width: 30%; }
.PaymentOptions table .fa-check  { color: #5CB85C; }
.PaymentOptions table .fa-times { color: #b94a48; }
.PaymentOptions .Features td.button-cell { min-height: 160px; }
        
.PaymentOptions .Features .img-paypal
{
	width: 150px;
	height: 35px;
	display: inline-block;
	margin-left: 5px; margin-right: 5px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.PaymentOptions .Features .payor { margin: 10px; font-size: 0.8em; font-weight: bold; }




/* FanDuel Review Page */

.fd-banner img { width: 100%; }

@media (max-width: 1199px)
{
    .review-promos .center { text-align: left; }
}


/* Premium Verified Page */

#thankyou .logo
{
    text-align: center; width: 100%; height: 48px; background-color: #373737;
}
#thankyou .logo img
{
    display: inline-block;
    position: relative;
}
#thankyou
{
    padding-top: 30px; background-color: #373737; text-align: center; color: #ffffff; width: 100%;
}
#thankyou .content
{
    font-size: 1.6em; font-family:'LatoBold', 'Open Sans', sans-serif; margin-left: 50px; margin-right: 50px; line-height: 34px; max-width: 800px; display: inline-block;
}



/* Privacy Policy */

.policy h3 { margin-top: 0px; }





/* Starting Lineups */

.lineups { background-color: #ffffff; margin-left: 0px !important; margin-right: 0px !important; padding: 10px; }
.lineup { text-align: center; margin-bottom: 10px; }
.lineup .team { height: 22px; text-decoration: underline; font-weight: 600; font-size: 1.1em; color: #282828; text-align: left; } 
.lineup table  { width: auto !important; }
.lineup table td { padding: 1px !important; text-align: center; }
.lineup table a { color: #282828; }
.lineup table a:hover { color: #418c45; }
.lineup .star { font-weight: 600; }
.lineup .small { font-size: 0.8em; color: #686868; }

@media (min-width: 640px) 
{
	.lineup table { font-size: 0.9em !important; }
}





/* Player Linker */

.Linker { font-size: 0.85em; }
.Linker .Warning { font-style: italic; font-size: 0.9em; line-height: 18px; }
.Linker .Instruction { font-size: 1.0em; font-weight: 600; padding-top: 15px; padding-bottom: 5px; line-height: 18px; width: auto; }
.Linker .LinkContent { float: left; margin-right: 10px; margin-bottom: 10px; width: calc(50% - 5px); }
.Linker .LinkResult { float: left; margin-bottom: 10px; width: calc(50% - 5px); }
.Linker textarea { width: 100%; height: 250px; }
.Linker .Options, .Linker .Target { margin-bottom: 15px; }

@media (max-width: 639px) {
    .Linker .LinkContent { float: none; margin-right: 0px; width: 100%; }
    .Linker .LinkResult { float: none; width: 100%; }

    .Linker textarea { height: 200px; }
}



/* Player Comparison Select */

#Comparisons { margin-top: -10px; }
#Comparisons a.compare { font-size: 0.9em; line-height: 22px; height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#Comparisons h4 { display: block; font-size: 1.3em; padding-top: 10px; margin-bottom: 5px; white-space: nowrap; padding-right: 30px; }
#Comparisons .eDraftAd { margin-top: 20px; margin-left: -2px; }



/* Player Data Analyzer */

.Search .Column.Starters {
  margin-top: 30px;
}

@media (max-width: 860px) {
    .Search .Column.Starters {
        clear: both;
        margin-top: -1px;
    }
}



/* Playoff Brackets */


#PlayOffs
{
    position: relative;
}

@media (max-width: 540px) {
    #PlayOffs .Column.Label { display: none; }
    #PlayOffs .RightCol, #PlayOffs .Column { float: right !important; margin: 0px !important; padding: 0px !important; }
}

p.PlayoffYear {

	font-size: 1.7em;
	font-weight: 600;
	text-decoration: underline;
	color: #282828;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

p.Conference {
	position: absolute;
	font-size: 1.5em;
	font-weight: 600;
	text-decoration: none;
	color: #bbbbbb;
	left: 50%;
    width: auto;
    white-space: nowrap;
}

p.Conference.AFC {
    left: 10px;
	margin: 420px 0 0 0px;
}

p.Conference.NFC {
    left: auto;
    right: 10px;
    margin: 420px 0 0 0px;
}
 
p.Conference.AL {
    left: 10px;
	margin: 197px 0 0 0; 
}

p.Conference.NL {
    left: auto;
    right: 10px;
    margin: 197px 0 0 0; 
}

p.Conference.AL.New, p.Conference.NL.New { margin-top: 285px; }

p.Conference.Western {
    left: 10px;
	margin: 420px 0 0 0; 
}

p.Conference.Eastern {
    left: auto;
    right: 10px;
    margin: 420px 0 0 0;
}

#PlayOffs .fa-trophy
{
    font-size: 5.8em;
}

#PlayOffs table {
	margin: 0 auto;
	font-size: 13px;
    border-collapse: separate;
}

@media (max-width: 640px) {
    p.PlayoffYear {

	    font-size: 1.5em;
    }

    #PlayOffs table {
	    font-size: 10px;
    }

    p.Conference {
	    font-size: 1.2em;
    }
}

#PlayOffs table tr td
{
	color: #686868;
}

#PlayOffs .Win, #PlayOffs .BorderBottomWin, #PlayOffs .BorderRightWin, #PlayOffs .BorderLeftWin {
	color: #282828;
	font-weight: 600;
}

#PlayOffs .Loss {
	color: #e2e2e2;
	font-weight: normal;
}

#PlayOffs .BorderBottomWin, #PlayOffs .FinalWin {
	border-bottom:2px solid #282828;
}

#PlayOffs .BorderRightWin {
	border-right:2px solid #282828;
}

#PlayOffs .BorderLeftWin {
	border-left:2px solid #282828;
}

#PlayOffs .BorderBottom, #PlayOffs .Final {
	border-bottom:2px solid #bbbbbb;
}

#PlayOffs .BorderRight {
	border-right:2px solid #bbbbbb;
}

#PlayOffs .BorderLeft {
	border-left:2px solid #bbbbbb;
}

#PlayOffs .BorderBottom.Loss, #PlayOffs .Final.Loss {
	border-bottom:2px solid #e2e2e2;
}

#PlayOffs .BorderRight.Loss {
	border-right:2px solid #e2e2e2;
}

#PlayOffs .BorderLeft.Loss {
	border-left:2px solid #e2e2e2;
}

#PlayOffs .nickname { display: inline; }
#PlayOffs .abbrev { display: none; }


@media (max-width: 520px) {
    #PlayOffs .nickname { display: none; }
    #PlayOffs .abbrev { display: inline; }
}

/* Fantasy Point Scoring */

.SettingSection .name { width: 100%; max-width: 268px; }
.FantasyPoints { clear: both; }
.FantasyPoints h2 { font-size: 1.8em; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; padding-top: 10px; padding-bottom: 10px; }
.FantasyPoints .SettingSection { }
.FantasyPoints .SettingSection h3 { font-size: 1.3em; text-decoration: underline; margin-top: 15px; }
.FantasyPoints .SettingSection .Field { margin-bottom: 10px; min-width: 125px; float: left; max-width: 268px; }
.FantasyPoints .SettingSection .Field .FieldSubLabel { font-size: 0.8em; line-height: 18px; }



/* Fantasy Default Page */

.FantasyDescription { padding: 15px 20px; font-size: 1.0em; background-color: #f5f5f5; border: 1px solid #e2e2e2; }
.FantasyDescription .Description { font-size: 1.1em; font-weight: 600; padding-bottom: 10px; }
.FantasyDescription .Buttons { padding-top: 15px; }
.FantasyDescription .Buttons .Button { float: left; margin-bottom: 10px; }
.FantasyDescription .Buttons .ButtonSplit {  float: left; margin-bottom: 10px; padding-top: 8px; padding-left: 12px; padding-right: 12px; font-size: 0.9em; }
.FantasyDescription .SignIn { padding-top: 5px; font-size: 0.8em; }

@media (max-width: 400px) {
    .FantasyDescription .Buttons { text-align: center; }
    .FantasyDescription .Buttons .Button, .FantasyDescription .Buttons .ButtonSplit { float: none; padding-top: 0px; }
}



/* Validation */
/*
label.error
{
	margin-left: 1px;
	font-size: 11px;
	background-image: url('/images/notvalid.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
*/

/* jQuery Message boxes */



/* dialog */

.ui-dialog .ui-dialog-titlebar,
.ui-jqdialog .ui-dialog-titlebar,
.ui-dialog .ui-jqdialog-titlebar,
.ui-jqdialog .ui-jqdialog-titlebar {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-jqdialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-jqdialog-titlebar-close:before,
.ui-jqdialog .ui-jqdialog-titlebar-close:before {
  font-size: 18px;
}

.ui-dialog .ui-dialog-buttonpane,
.ui-jqdialog .ui-dialog-buttonpane,
.ui-dialog .ui-jqdialog-buttonpane,
.ui-jqdialog .ui-jqdialog-buttonpane {
  padding: 2px;
}

/* Message Box */

.MessageConfirm, .MessageAlert
{
	display: none;
}
.MessageBox .Message
{
	float: left;
	margin: 10px 10px 5px 10px;
	padding-left: 22px;
	text-align: left;
    font-size: 13px;
    position: relative;
}
.MessageBox .Message:before
{
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: -1px;
    top: -4px;
}
.MessageBox .Information:before
{
    content: '\f05a';
    color: #466baf;
}
.MessageBox .Exclamation:before, .MessageBox .Warning:before
{
    content: '\f06a';
    color: #942a25;
}
.MessageBox .Question:before
{
    content: '\f059';
    color: #466baf;
}
.MessageBox .Error:before
{
    content: '\f057';
    color: #942a25;
}





.JoinLeagueName
{
	font-weight: bold;
	font-size: 1.5em;
}


/* Main Page */

.TeamPhoto { float: left; margin-right: 15px; margin-bottom: 10px; }
.LeagueInfo { float: left; margin-left: 5px; }
.LeagueInfo .TeamName { font-size: 22px; font-weight: 600; padding-bottom: 10px; }
.LeagueInfo .Summary { font-size: 16px; background-color: #fafafa; border: 1px solid #e2e2e2; padding: 8px 10px 8px 10px; margin-left: -5px; }
.LeagueInfo .Summary .GameType { font-size: 1.0em; font-weight: bold; padding-bottom: 2px; text-decoration: underline; }
.LeagueInfo .Summary .Stat { float: left; min-width: 120px; padding-right: 30px; font-size: 0.8em; padding-bottom: 5px; }
.LeagueInfo .Summary .StartDate { padding-top: 10px; font-size: 0.7em; }


/* Picks & Compare */

.RangeTitle { margin-top: 12px; margin-bottom: 5px; line-height: 1.4em; }

.Picks { margin-left: -5px; margin-right: -5px; }

.Picks h4 { padding-left: 8px; margin-top: 15px; margin-bottom: 5px; }

.Picks .NoGames { font-size: 1.05em; margin-top: 6px; margin-left: 8px; }
.NoPicks .NoGames { text-align: center; width: 100%; font-size: 1.2em; margin-top: 12px; }
.NoPicks .StartDate { text-align: center; width: 100%; font-size: 0.8em; font-style: italic; margin-top: 2px; margin-bottom: 5px; }

.PickInfo
{
	font-size: 14px;
	clear: both;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #e2e2e2;
}
.PickInfo .InfoSection
{
	float: left;
	padding-left: 4px;
	padding-right: 50px;
    padding-bottom: 5px;
}
@media (max-width: 420px) {
    .PickInfo .InfoSection small
    {
	    display: block;
    }
}

.PickPanel
{
    float: left;
    padding: 0px;
    margin: 8px 8px 8px 8px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    width: 262px;
    height: 100px;
    font-size: 0.85em;
    padding-bottom: 5px;
    position: relative;
}

.PickPanel .GameInfo
{
	background-color: #f2f2f2;
	border-bottom: 1px solid #ebebeb;
	font-size: 0.85em;
	height: 22px;
    line-height: 20px;
}
.PickPanel.Picked .GameInfo
{
	border-bottom: 1px solid #cccccc;
    color: #ffffff;
}

.PickPanel.Locked .GameInfo
{
	background-color: #e3e3e3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
}

.PickPanel .GameInfo .Time
{
	float: left; padding-left: 5px;
}
.PickPanel .GameInfo .Icon
{
	float: left; padding: 0px 5px 0px 5px; font-size: 15px !important;
}                  

.PickPanel.Picked .GameInfo .PickAbbrev
{
    float: right; padding-right: 5px; font-weight: bold;
}

.PickPanel.Picked .GameInfo .PickAbbrev
{
    color: #ffffff;
}
/*
.PickPanel .GameInfo .ToolTipLink
{
	display: none;
}*/
.PickPanel.Picked .GameInfo .ToolTipLink
{
    color: #ffffff !important;
}

.PickPanel.Picked
{
    border: 1px solid #cccccc; background-color: #f5f5f5;
}
.PickPanel .Result
{
	text-align: right; width: 256px; display: block; height: 22px; padding-top: 2px;
}
.PickPanel .Result .fa
{
	font-size: 20px !important;
}
.PickPanel .Result span.fa
{
    cursor: help;
}
.PickPanel .Selection
{
    float: left;
    line-height: 4px;
}
.PickPanel .Selection.Spread
{
    margin-top: -2px;
}
.PickPanel .Away
{
	min-width: 125px; padding-left: 25px;
}
.PickPanel .Double
{
	text-align: right; width: 256px; display: block; font-size: 10px; position: absolute; bottom: -4px; right: 2px;
}

.PickPanel .Double input[type="checkbox"] + label:before {
  font-size: 20px;
  line-height: 18px;
  top: 0px;
  left: -20px
}

.PickPanel .Double input[type="checkbox"]:checked + label:before {
  font-size: 18px;
  line-height: 16px;
  top: 0px;
  left: -20px
}

.PickPanel .Selection input[type='radio'] + label:before { top: -3px }

.PickPanel .TieBreaker
{
	margin-top: 5px; margin-left: 10px;
}
.PickPanel .TieBreaker label
{
	float: left; font-size: 1.0em; font-weight: bold;
}
.PickPanel .TieBreaker .Question
{
	float: left; width: 160px; font-size: 0.9em; line-height: 16px;
}
.PickPanel .TieBreaker .Answer
{
	float: right; margin-top: -8px; padding-right: 15px;
}

.GamePopup .Game 
{
	line-height: 18px; font-size: 14px; border-bottom: 1px solid #c0c0c0;
}
.GamePopup .Game table
{
	text-align: center;
}
.GamePopup .Game table tr td div
{
	white-space: nowrap;
}
.GamePopup .Game table tr td.AtSymbol
{
	padding: 0px 8px 0px 8px;
}
.GamePopup .Game .CompetitionDate
{
	font-size: 0.8em; padding-top: 10px; padding-bottom: 10px; white-space: nowrap;
}

.GamePopup ul.countdown {
    list-style: none;
    margin: 2px 0px 0px -2px;
    padding: 0;
    display: block;
    text-align: center;
}
.GamePopup ul.countdown li {
    display: inline-block;
}
.GamePopup ul.countdown li span {
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    min-width: 36px;
}
.GamePopup ul.countdown li.seperator {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
}
.GamePopup ul.countdown li p {
    color: #a7abb1;
    font-size: 9px;
    margin: 2px 0px;
    min-width: 36px;
}

.GamePopup .Status, .GamePopup .Score
{
	font-size: 12px; text-align: center;
}
.GamePopup .Score
{
	padding-top: 5px;
}

/* Compare / Results */

.PickResult span { display: block; }

.LeagueResults .PreviousButton,
.LeagueResults .NextButton
{
	float: right; 
	margin: 0px;
	padding: 0px;
	margin-top: 18px;
}
.LeagueResults .NextButton
{
	float: left;
}

/* End of Picks & Compare */


/* Achievements */

.Achievements
{
    margin-bottom: -10px;
    margin-right: -15px;
}

.AchievementPanel
{
    float: left; padding: 10px 20px 10px 20px; margin-right: 15px; margin-top: 5px; margin-bottom: 10px; border: 1px solid #ebebeb; background-color: #fafafa; width: 268px; height: 114px; font-size: 0.9em; position: relative;
}
.AchievementPanel .New
{
	position: absolute;
    top: -4px;
    left: -4px;
}
.AchievementPanel.Locked .text
{
    color: #bbb;
}
.AchievementPanel .AchievementImage
{
	float: left; padding-right: 5px; margin-left: -15px; margin-top: -1px;
}
.AchievementPanel .AchievementImage img
{
    width: 95px;
    height: 95px;
}
.AchievementPanel .AchievementDescription
{
	float: left; width: 140px; padding-top: 1px;
}
.AchievementPanel .AchievementDescription .Name
{
	font-size: 1.1em; font-weight: 600; white-space: nowrap;
}
.AchievementPanel .AchievementDescription .Desc
{
	font-size: 0.9em; line-height: 16px; padding-top: 4px; padding-left: 2px;
}
.AchievementPanel .Tag
{
    padding-top: 3px; font-size: 0.8em; font-style: italic;
}
.AchievementPanel .Share
{
    position: absolute; right: -1px; bottom: -1px; font-size: 16px;
}
.AchievementPanel .Share a
{
    color: #3b5998;
    text-decoration: none;
}
.AchievementPanel .Share a.btn:hover
{
    background-color: #e2e2e2 !important;
    border-color: #c0c0c0 !important;
}


/* Messages */

.in-chat.messages {
  margin-top: -15px;
  margin-bottom: -15px;
}

.in-chat.messages .itemdiv > .body {
  margin-left: 0px;
  margin-right: -3px;
}

.in-chat.messages .itemdiv > .body .user-photo {
    float: left;
    padding-right: 10px;
    margin-left: -7px;
    margin-top: -5px;
}

.in-chat.messages .itemdiv > .body .user-photo img {
    width: 52px;
    height: 52px;
}

.in-chat.messages .itemdiv > .body > .text {
  font-size: 12px;
}

.in-chat.messages .itemdiv.dialogdiv:before {
  display: none;
}

.in-chat .itemdiv.dialogdiv {
  padding-bottom: 15px;
  width: 90%;
}

@media (max-width: 480px) {
    .in-chat .itemdiv.dialogdiv {
        width: 100%;
    }
}

.in-chat .itemdiv.dialogdiv.me {
  float: right;
}

.in-chat.messages .itemdiv.dialogdiv > .body {
  padding: 10px 12px 12px;
}

.in-chat.messages .itemdiv .tools .btn {
  border-radius: 0px;
}

.in-chat.messages .itemdiv .tools .btn i {
  font-size: 1.2em;
}

.in-chat .itemdiv.dialogdiv.me > .body:before {
  display: none;
}

.in-chat .itemdiv.dialogdiv.me > .body:after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 11px;
  width: 8px;
  height: 8px;
  border: 1px solid #e2e2e2;
  border-width: 1px 0 0 1px;
  background-color: #f5f5f5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.in-chat.messages .itemdiv.dialogdiv.me > .body {
  border-color: #e2e2e2;
  background-color: #f5f5f5;
}

.in-chat.messages .itemdiv.dialogdiv.new > .body,
.in-chat.messages .itemdiv.dialogdiv.new > .body:before,
.in-chat.messages .itemdiv.dialogdiv.new > .body:after {

  border-color: #c0c0c0;
}
.in-chat.messages .itemdiv.new > .body > .name {
  font-weight: 600;
}
.in-chat.messages .itemdiv.new > .body > .text {
  font-weight: 600;
}









.bubble.me {
	border: 1px solid #e2e2e2;
}

.bubble.me::before {   
	border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.bubble.new
{
	font-weight: bold;
}







/* Team Index */

#teamindex .conference { font-size: 1.3em; font-weight: 600; color: #ffffff; padding: 10px; }
#teamindex .division { font-size: 1.1em; font-weight: 600; background-color: #e2e2e2; padding: 5px 10px; }

#teamindex .row.no-padding { margin-left: 0px !important; margin-right: 0px !important; }
#teamindex .row.no-padding .col-sm-4, .row.no-padding .col-sm-6 { margin: 0px !important; padding: 0px !important; }

#teamindex .team-block { background-color: #ffffff; padding: 8px 10px 4px 10px; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }
#teamindex .team-block.even { background-color: #f9f9f9; }

#teamindex .team-name { font-size: 1.4em; }
#teamindex .team-name .team-city { }
#teamindex .team-name .team-nickname2 { font-weight: 600; }
#teamindex .team-btn { text-align: center; clear: both; }
#teamindex .team-btn a { font-size: 0.85em; display: block; float: left; margin: -5px 5px 10px 5px; min-width: 50px; width: 27%; white-space: nowrap; color: #686868; }
#teamindex .team-btn a:hover { color: #418c45; }
#teamindex .team-btn a:hover i { text-decoration: underline; }









/* Admin specific */

.GameList { min-width: 320px; }

.BettingPicks td .btn-group { margin-top: 10px; } 

.TotalResults { white-space: nowrap; padding-left: 15px; }

@media (max-width: 480px) {
    .TotalResults { display: block; padding-left: 0px; padding-top: 10px; }
}

@media (max-width: 380px) {
    .GameList { min-width: 268px; }
}






/* Fantasy Alerts Widget */

.in-alerts {
  position: relative;
}
.in-alerts .itemdiv {
  padding-right: 0px;
  min-height: 66px;
  position: relative;
}

.in-alerts .itemdiv > .body:hover {
  background-color: #f2f2f2;
    border-color: #e2e2e2;
}

.in-alerts .itemdiv > .body {
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
.in-alerts .itemdiv > .body > .time {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #999999;
  position: absolute;
  right: 9px;
  top: 0;
}
.in-alerts .itemdiv > .body > .name {
  display: block;
}
.in-alerts .itemdiv > .body > .text {
  display: block;
  position: relative;
  margin-top: 1px;
  padding-bottom: 19px;
  padding-left: 7px;
  font-size: 13px;
}
.in-alerts .itemdiv > .body > .text:after {
  display: block;
  content: "";
  height: 1px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 16px;
  right: -12px;
  margin-top: 9px;
  border-top: 1px solid #e5e5e5;
}
.in-alerts .itemdiv:last-child > .body > .text {
  border-bottom: none;
}
.in-alerts .itemdiv:last-child > .body > .text:after {
  display: none;
}
.in-alerts .itemdiv.dialogdiv {
  padding-bottom: 15px;
}
.in-alerts .itemdiv.dialogdiv:last-child {
  padding-bottom: 0px;
}
.in-alerts .itemdiv.dialogdiv:last-child:before {
  display: none;
}

.in-alerts .itemdiv.dialogdiv > .body {
  border: 1px solid #e5e5e5;
  padding: 5px 8px 8px;
  border-left-width: 1px;
  margin-right: 0px;
}
.in-alerts .itemdiv.dialogdiv > .body > .time {
  position: static;
  float: right;
}
.in-alerts .itemdiv.dialogdiv > .body > .text {
  padding-left: 0;
  padding-bottom: 0px;
}
.in-alerts .itemdiv.dialogdiv > .body > .text:after {
  display: none;
}
.in-alerts .itemdiv.dialogdiv > .body > .text a {
  color: #686868;
}
.in-alerts .itemdiv.dialogdiv .tooltip-inner {
  word-break: break-all;
}
.in-alerts .itemdiv .team
{
    position: relative;
}
.in-alerts .itemdiv .team .fa:before
{
    font-size: 15px;
    line-height: 19px;
    height: 19px;
}
.in-alerts .itemdiv .team span
{
    position: absolute;
    top: 1px;
    left: 19px;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 18px;
    height: 18px;
}
.in-alerts .itemdiv .tools {
  position: absolute;
  right: 5px;
  bottom: 10px;
  display: none;
}
.in-alerts .itemdiv .tools .btn {
  border-radius: 36px;
  margin: 1px 0;
}
.in-alerts .itemdiv .body .tools {
  bottom: 4px;
}
.in-alerts .itemdiv:hover .tools {
  display: inline-block;
}

.in-alerts .get-alerts
{
    text-align: center;
    font-size: 0.9em;
}

/* End Fantasy Alerts Widget */





#SMSAd a
{
    text-decoration: none !important;
}

#SMSAd .fa-mobile
{
    font-size: 200px; position: relative; display: block; width: 100%; text-align: center; margin-top: -20px;
}

#SMSAd .fa-comment-o
{
    font-size: 55px; top: 70px; left: 0px; position: absolute; display: block; width: 100%; text-align: center;
}

#SMSAd .sms-text
{
    font-size: 15px; font-weight: 600; position: absolute; top: 20px; left: 1px; display: block; width: 100%; text-align: center;
}

#SMSAd .alert-now
{
    width: 100%; text-align: center; margin-top: -20px;
}




/* Ads Banners */

#div-gpt-ad-1502313402967-2 { margin-bottom: 15px; }
#div-gpt-ad-1502313402967-3 { height:90px; width:728px; margin-bottom: 15px; }
#div-gpt-ad-1502313402967-4 { height:50px; width:320px; margin-bottom: 15px; display: none; }

@media (max-width: 1460px) {
    #div-gpt-ad-1502313402967-2 { display: none; }
}
@media (max-width: 750px) {
    #div-gpt-ad-1502313402967-3 { display: none; }
    #div-gpt-ad-1502313402967-4 { display: block; }
}







/* Home Page */

.main-selections h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-selections h3:first-child {
    margin-top: 0px;
}

.FantasyTools.mlb .text-primary {
    color: #d15050 !important;
}

.FantasyTools.nba .text-primary {
    color: #86618f !important;
}

.FantasyTools.nfl .text-primary {
    color: var(--nfl-color1) !important;
}

.FantasyTools.nhl .text-primary {
    color: #4e72c2 !important;
}





/* Spread Picks */

.pickspread {
    font-size: 0.8em;
    text-align: center;
    margin-left: 15px;
}










.textright { text-align: right; }
.textleft { text-align: left; }