.application_main {
}
body .navbar {
    margin-top: 25px;
    min-height: 80px;
}

body .navbar img {
    margin-top: -5px;
    margin-right: 30px;
}
.nav > li > a {
    padding-top: 30px;
}
/*  COLOURS
 *
 * highlight-blue #22A8E8
 * base-blue #0088C8
 *
 * */
.navbar-default {
  background-image: -webkit-linear-gradient(top, #0088C8 0%, #0098D8 100%);
  background-image:      -o-linear-gradient(top, #0088C8 0%, #0098D8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088C8), to(#0098D8));
  background-image:         linear-gradient(to bottom, #0088C8 0%, #0098D8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088C8', endColorstr='#0098D8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #0098D8 0%, #0088C8 100%);
  background-image:      -o-linear-gradient(top, #0098D8 0%, #0088C8  100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088C8), to(#0088C8));
  background-image:         linear-gradient(to bottom, #0098d8 0%, #0088c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088c8', endColorstr='#0088c8', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
 height: 80px;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-default .navbar-text {
  color: #FFF;
  height: 60px;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
  height: 60px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: #11A0D8;;
  height: 80px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  font-weight: bold;
}

.btn.priority {
    height: 18px;
    padding-left: 5px;
}
.status .btn {
    padding: 3px;;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover
{
    color: white;
}
.block-update-card {
  height: 100%;
  border: 1px #EEE solid;
  width: 100%;
  margin-left: 0px;
  margin-top: 0;
  padding: 0;
  box-shadow: 1px 1px 8px #d8d8d8;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.block-update-card .update-card-body {
  margin-top: 10px;
  margin-left: 5px;
}
.block-update-card .update-card-body h4 {
  color: #737373;
  font-weight: bold;
  font-size: 13px;
}
.block-update-card .update-card-body p {
  color: #737373;
  font-size: 12px;
}
.block-update-card .update-card-fixie {
  width: 80px;
  height: 80px;
}
.notes {
    padding-bottom: 50px;
    padding-top: 5px;
}
.actions {
    padding-top: 5px;
}
.note-form a.btn {
    margin-bottom: 15px;
    margin-top: 15px;
}
.note-form textarea {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
h2 .label {
    color: white;
}

#search-panel {
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -30em;
  font-size: 15px;
  top: 0;
  width: 30em;
  z-index: 2000;
  background: #fff;
 
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
body.search-expanded #search-panel {
  right: 0;
}
 
body.search-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
 
#search-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  display: inline;
  text-decoration: none;
  color: gray;
}
.wizard-controls {
    padding-top: 2em;
    padding-bottom: 2em;
}

.label-dank {
    background-color: mediumpurple;
}
/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
    padding-top: 5px;
    margin-top: 18px;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
