/*! $Id: application.css 4 2015-11-12 03:13:00Z bear $
* Application specific CSS settings
*
* Layout helpers
----------------------------------*/

.brkt-top-left
{
	background: rgba(10, 150, 117, 0.14902);
	width: 110px;
	border-top: 1px solid #397e58;
	border-right: 3px solid #397e58;
	/*height: 50px;*/
}

.brkt-middle-left
{
	background: rgba(10, 150, 117, 0.14902);
	width: 110px;
	border-right: 3px solid #397e58;
	/*height: 50px;*/
}

.brkt-bottom-left
{
	background: rgba(10, 150, 117, 0.14902);
	width: 110px;
	border-bottom: 1px solid #397e58;
	border-right: 3px solid #397e58;
	/*height: 50px;*/
}

.brkt-top-right
{
	background: rgba(10, 150, 117, 0.14902);
	width: 110px;
	border-top: 1px solid #397e58;
	border-left: 3px solid #397e58;
	/*height: 50px;*/
}

.brkt-middle-right
{
	background: rgba(10, 150, 117, 0.14902);
	width: 110px;
	border-left: 3px solid #397e58;
	/*height: 50px;*/
}

.brkt-bottom-right
{
	background: rgba(10, 150, 117, 0.14902);
	width: 110px;
	border-bottom: 1px solid #397e58;
	border-left: 3px solid #397e58;
	/*height: 50px;*/
}

.spacer
{
	width: 110px;
}

.brkt-new
{
	background: rgba(205, 205, 205, 0.3);
}

.team
{
	padding: 0px;
}

.ico-btn
{
	margin: 3px;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -6px; /* 5px padding + 1px border */
  margin-bottom: 5px;
  margin-left: -5px;
  padding-left: 5px;
}
.nav-sidebar > li > a {
  padding-right: 5px;
  padding-left: 5px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/*
 * Header
 *
 */
.myBg {
	background-image: url('/img/front_hockey.jpg');
    background-size: cover;
	background-repeat: no-repeat;
	opacity: .5;
}

.bs-callout-info {
	background-color: #f4f8fa;
	border-color: #5bc0de;
}

.bs-callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid rgb(0, 102, 153);
}

/*
 * Tab navigation
 *
 */
.tab-nav {
	position: relative;
	padding: 45px 15px 15px;
	margin: 0 -15px 15px;
	box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

/*
 * Main navigation
 *
 * Turn the `.navbar` at the top of the docs purple.
 */

.bs-docs-nav {
  text-shadow: 0 -1px 0 rgba(0,0,0,.15);
  background-color: #563d7c;
  border-color: #463265;
  box-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.bs-docs-nav .navbar-collapse {
  border-color: #463265;
}
.bs-docs-nav .navbar-brand {
  color: #fff;
}
.bs-docs-nav .navbar-nav > li > a {
  color: #cdbfe3;
}
.bs-docs-nav .navbar-nav > li > a:hover {
  color: #fff;
}
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #463265;
}
.bs-docs-nav .navbar-toggle {
  border-color: #563d7c;
}
.bs-docs-nav .navbar-toggle:hover {
  background-color: #463265;
  border-color: #463265;
}


/*
 * Footer
 *
 * Separated section of content at the bottom of all pages, save the homepage.
 */

.bs-footer {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 100px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.footer-links {
  margin: 10px 0;
  padding-left: 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

@media (min-width: 768px) {
  .bs-footer {
    text-align: left;
  }
  .bs-footer p {
    margin-bottom: 0;
  }
}
