body {
	background: url(/img/bg-page.png) repeat-x 0 0 #9CA5AA;
}

.page-header,
.page-header h1 {
  margin: 0px;
}
.page-header {
  border-bottom: 1px solid #e4e4e4;
  margin: -18px -18px 18px -18px;
  padding: 20px 18px 20px 18px;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header h1 {
  /*display: inline-block;*/
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}
.page-header-icon {
  font-size: 21px;
  line-height: 21px;
}

#content {
	background-color: White;
	padding: 10px;
	/*padding-top: 10px;*/
	border: 0px solid silver;
	-moz-box-shadow: 2px 2px 10px gray;
	-webkit-box-shadow: 2px 2px 10px gray;
    box-shadow: 2px 2px 10px gray;
}

.main-nav a{
	font-size: 18px;
	font-weight: bold;
}

div#sports_index {
	/*margin-left: 150px;*/
	text-align:center;
}

div#sports_index img {
	border: 1px solid silver;
	-moz-box-shadow: 2px 2px 4px black;
	-webkit-box-shadow: 2px 2px 4px black;
	box-shadow: 2px 2px 4px black;
	padding: 10px;
	border-radius: 7px;
	margin: 24px;
	margin-bottom:10px;
	width: 126px;
	height: 126px;
	background-color: white;
}

.footer {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-top: 40px;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

#sports-nav.nav-pills > li, #sports_nav.nav-pills > li {
    float:none;
    display:inline-block;
}

#sports-nav.nav-pills {
    text-align:center;
	font-size: 16px;
	font-weight: bold;
}

#sports-nav.nav-pills:after {
	clear: none;
}

ul#sports-nav {
	margin-bottom:10px;
}

.thumbnail-album {
	border-right: double silver;
	border-bottom: double silver;
}

.thumbnail {
	margin-bottom: 5px;
}

.section {
margin: 6px;
}

.blockbox {
	padding: 20px;
	border: 1px solid grey;
	box-shadow: 1px 1px 2px Black;
	border-radius: 3px;
	background-color: #F5F5F5;
}

.table select {
	width:100%;
}

.table th a {
	color: black;
}

.schedule tbody tr:nth-child(odd) th {
	background-color: inherit;
}

div.rosterPlayerInput div.input, div.rosterPlayerInput label {
	display: inline;
	margin-right: 0.5em;
}

ul.nav-contrasted {
	background-color: #eee;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
}

ul.nav-contrasted a:hover {
	background-color: #fff;
}

/* Email Preview Styles */

.email-preview p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.email-preview a {
color: -webkit-link;
text-decoration: underline;
}
.email-preview ul, .email-preview menu, .email-preview dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px
}
.email-preview ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px
}
.email-preview li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.email-preview ul .email-preview ul, .email-preview ol .email-preview ul {
    list-style-type: circle
}
.email-preview ol ol ul, .email-preview ol ul ul, .email-preview ul ol ul, .email-preview ul ul ul {
    list-style-type: square
}
.email-preview dd {
    display: block;
    -webkit-margin-start: 40px
}
.email-preview dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.email-preview dt {
    display: block
}
.email-preview ol ul, .email-preview ul ol, .email-preview ul ul, .email-preview ol ol {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}

.facebook-likebox {
	overflow: hidden;
}

.row-scores [class*='col-md-'] {
	display: inline; /* For IE */
}

div.schedule-team-name {
	width:350px;
	float:left;
}

.form-signin {
	padding: 20px;
	border: 1px solid grey;
	border-radius: 3px;
	background-color: #FFF;
}

/* WARNING:  The "switch" class selector here is used by the datepicker and the switch widget */

div.switch {
	border-radius: 15px;
}

div.switch-left {
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}

div.switch-right {
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
}
/*
label.switch-small {
	border-radius: 14px;
}*/

img.albums-thumbnail {
	width: 168px;
	height: 126px;
}

/* This fixes datepicker styles due to a conflict with the switch widget */
.datepicker th.switch {
	display: table-cell;
	background: inherit;
	border-color: inherit;
	position: inherit;
	overflow: inherit;
	line-height: inherit;
	min-width: inherit;
	-webkit-user-select: auto;
}
/*
.navbar .nav>li>a {
padding: 10px 11px 10px;
}
*/
.label-white {
	background-color:white;
	border: 1px solid silver;
	color: black;
}

/* Token Field Styles */

.token-field .token {
  background-image: none;
}
.token-field .token span {
  background-image: none;
}
.token-field .token span span span span {
  background-image: none;
  background-color: #dee7f8;
  border: 1px solid #a4bdec;
  border-radius: 15px;
}
.token-field .token span span span span span {
	border: none;
}
.token-field .token:hover {
  background-image: none;
}
.token-field .token:hover span {
  background-image: none;
}
.token-field .token:hover span span span span {
  background-color: #bbcef1;
  border: 1px solid #598bec;
}
.token-field .token:hover span span span span span {
	border: none;
}
.token-field .selected-token {
  background-image: none;
}
.token-field .selected-token span {
  background-image: none;
}
.token-field .selected-token:hover {
  background-image: none;
}
.token-field .selected-token:hover span {
  background-image: none;
}
.token-field .selected-token span span span span {
	background-color: #598bec;
    border: 1px solid transparent;
    color: #fff;
}
.token-field .selected-token:hover span span span span span {
	border:none;
}
.token-field .selected-token:hover span span span span {
	background-color: #598bec;
    border: 1px solid transparent;
    color: #fff;
}
.token-field .selected-token span span span span span {
	border:none;
}
.token-field .token span.token-x {
  background-image: none;
}
.token-field .token:hover span.token-x {
  background-image: none;
}


/* Sidenav for Docs
-------------------------------------------------- */

.sports-sidenav {
  /*width: 228px;*/
  /*margin: 30px 0 0;*/
  margin: 0;
  padding: 0;
  /*border: 2px;*/
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.sports-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.sports-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.sports-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.sports-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.sports-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.sports-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.sports-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.sports-sidenav .active .icon-chevron-right,
.sports-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.sports-sidenav.affix {
  top: 40px;
}
.sports-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

ul.nav-tabs li.active {
	font-weight:bold;
}
/*
input[type="text"],
input[type="number"],
input[type="email"],
select, textarea {
display: block;
/*width: 100%;*/
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
*/

@media (max-width: 768px) {
.content {
	-webkit-box-shadow: none; 
	box-shadow: none;

}
}


#content {
	padding-top:170px;
}

@media (max-width: 979px) {
#content {
	padding-top:70px;
}
.navbar-fixed-top {
	margin-bottom:0px;
}
.nl-breadcrumb {
  display: none;
}
.nl-date-select {
	width: 100px !important;
}
}

@media (max-width: 768px) {
body {
	background: none;
}
#content {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.container {
	padding: 0;
}

}


@media screen and (min-width: 768px) {

.custom-collapse .collapse{
            display:block;
      }  
}

@media (max-width: 979px) {
  .sport-nav-collapse {
    display:none
  }
}



@media (min-width: 768px) {
.form-horizontal .form-actions {
padding-left: 17.166667%;
}
.navbar-fixed-top {
	position: absolute;
}
}

.form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-top: 1px solid #e5e5e5;
}

label {
font-weight: normal;
}