﻿h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #4d4d4f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

a { color: #0079c1; }
a:hover { color: #0079c1; }

header {
  padding:15px;
  background-color: #fff;
}

header .branding {
  margin-top: 11px;
  width: 366px; 
  height: 104px; 
  background-image: url(/clientimage/blackhawklogo.png);
  text-indent: -9999px;
}

body.login header .branding {
  width: 366px; 
  height: 104px; 
  background: url(/clientimage/blackhawklogo.png) no-repeat 0 0;
  text-indent: -9999px;
}

.navbar {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  border-top: 2px solid #0079c1;
  border: none;
}

.navbar-inverse {
  background: #0079c1;
  border-radius: 0;
}


.nav-pills > li > a {
  background-color: rgba(255,255,255,0.9);
  border-radius: 0 0 4px 4px;
}

.nav-pills > li > a:hover {
  color: #0079c1;
  background-color: rgba(255,255,255,1);
}

.nav-pills > li > a:active {
  color: #0079c1;
  background-color: rgba(255,255,255,1);
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
  color: #fff;
  background-color: #808285;
}

.panel.login {
  animation: animatedLogin 1s linear 1;
  -moz-animation: animatedLogin 1s linear 1;
  -webkit-animation: animatedLogin 1s linear 1;
  -ms-animation: animatedLogin 1s linear 1;
  -o-animation: animatedLogin 1s linear 1;
}

.panel-primary {
  border-color: #0079c1;
  background-color: rgba(255,255,255,0.95);
  -webkit-box-shadow: 0 0 30px 10px rgba(255,255,255,0.75);
  box-shadow: 0 0 30px 10px rgba(255,255,255,0.75);
}

.panel-primary>.panel-heading {
  border-color: #0079c1;
  background-color: #0079c1;
}

.btn-primary {
  background-color: #0079c1;
  border-color: #0079c1;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #afbd22;
  border-color: #afbd22;
  background-position: 0 -15px
}

.btn-primary:active, .btn-primary.active {
  background-color: #afbd22;
  border-color: #afbd22;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0079c1;
  border-color: #0079c1;
  background-image: none
}

body.select-program .filter-bar {
  min-height: 20px;
  padding: 23px 19px 0 19px;
  margin-bottom: 20px;
  background-color: #afbd22;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.program-selection-header { margin-top:0px; color:#fff; }

body.select-program .filter-bar .btn-primary {
  color: #999;
  background-color: #fff;
  border-color: #eee;
}

body.select-program .filter-bar .btn-primary:hover, 
body.select-program .filter-bar .btn-primary:focus {
  background-color: #eee;
  border-color: #eee;
}

body.select-program .filter-bar .btn-primary:active, 
body.select-program .filter-bar .btn-primary.active {
  background-color: #eee;
  border-color: #eee;
}

body.select-program .filter-bar .form-control {
  height: 35px;
}

.program-title {
  margin:0;
  padding: 10px;  
  background: #eee;
}

.program-title h3 {
  color: #000;
  text-shadow: none;
  margin:0;
}

.program-list > li a {
    
}

.program-list > li:hover {
    background-color:#eee;
}


body.catalog #items-container #items .item-wrap:nth-of-type(odd) {
  background-color: #f7f7f7;
}

body.catalog #items-container #items .item-wrap:nth-of-type(even) {
  background-color: #f7f7f7;
}

body.shopping-cart .list-group-item:nth-child(even) { background: #f2f8fc; }

body.checkout.reservation .checkout-item:nth-child(even) { background: #f2f8fc; }

.item-wrap {
  padding: 5px 15px 5px 5px;
}

#attribute-filters {
  padding: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  list-style:none;  
}

#attribute-filters li {
  padding: 8px 18px 8px 18px;
  background-color: #e5f1f9;
}

#scheduling.well {
  background-color: #e5f1f9;
  border: none;
}


#back2top {
  background: #afbd22 url(/clientimage/up-arrow.svg) no-repeat center center;
  background-size: 50% 50%;
  border-radius: 8px 0 0 8px;
}

.btn-success {
  color: #fff;
  background-color: #afbd22;
  border-color: #afbd22;
}

.btn-success:hover {
  color: #fff;
  background-color: #aab81f;
  border-color: #aab81f;
}
