/*! oc.css */

/* ==========================================================================
   Site customizations
   ========================================================================== */

/**
 * Use a container that's as large as will fit.
 */

body {
    font-family: "Roboto", Corbel, Avenir, "Lucida Grande", "Lucida Sans", sans-serif;
    color: #0C3C26;
    line-height: 1.6;
    -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: none;
}

/**
 * Customize default TopBar to match the site colors.
 */

.topbar-default {
  background-color: #86e3d0;
  border-bottom: 1px solid #5BC0DE;
}

.header{
    background-color: #0C3C26;
    color: #fff;
}

.header a{
    color: #fff;
    font-weight: bold;
}

/**
 * Override Bootstrap v3 defaults for the top logo brand area.
 */

.navbar-brand {
    max-width: none;
    padding: 15px 0px;
}

/**
 * Remove logo border in IE.
 */

.navbar-brand > img {
    border: 0;
    height: 31px;
}

/**
 * "Django Packages" (or other title) text.
 */

.navbar-brand > h1 {
    display: inline;
    margin: 0 0 0 14px;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
}

/**
 * Override Bootstrap v3's nav bar top/bottom margins.
 */

/* TODO */

/**
 * Override nav bar color, margin, padding.
 */

.navbar {
    background-color: #0C3C26;
    margin-bottom: 0;
    padding: 0;
}

.jumbotron h1{
    font-size: 32px;
    line-height: 42px;
}

.jumbotron .btn{
    margin-top:30px;
    margin-right: 20px;
}

.categories{
    padding-top: 20px;
    padding-bottom: 40px;
}

.categories h2{
    font-size: 28px;
    padding-bottom: 20px;
}

.categories .btn{
    margin-top:20px;
}

/**
 * Vertically center nav elements.
 */

@media screen and (min-width: 768px) {
  .navbar-nav {
    margin-top: 6px;
  }

}

/**
 * Style jQuery Autocomplete - search dropdown items
 */
.ui-autocomplete {
  background: #FFF;
  text-align: left;
  border: 1px solid #BFBFBF;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ui-menu-item a {
  display: block;
  padding: 3px 10px;
}

/**
 * GridNav: bar color
 */

.rotatingnav-inner {
    background-color: #F8F8F8;
}

/**
 * GridNav: left/right scroll arrows
 */

.rotatingnav-control {
    background-color: #44B78B;
    text-shadow: 0 1px 2px #8ec5ba;
}

.breadcrumb{
    padding: 0px 0px 10px 0px;
    background-color: #44B78B;
    border-radius: 0px;
    color: #C9F0DD;
}

.breadcrumb a{
    color: #C9F0DD;
    font-weight: bolder;
}

.breadcrumb h2 .btn{
    margin-top: -3px;
}

.sidebar{
    background-color: #eee;
    margin-top: -20px;
    padding: 0px 40px 40px 40px;
}

.sidebar h3{
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CFE3DC;
}

.sidebar a{
    color: #1d915c;
}

.sidebar a:focus{
    outline: thin dotted;
}

.outline{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

h2 .small-text{
    font-size: 14px;
    line-height: 21px;
}

.main{
    padding-right: 60px;
}

/**
 * GridNav: name typography
 */

.gridnav-name {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #1a1a1a;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/**
 * Heading styles
 */

h2, .h2 {
    font-size: 21px;
    font-weight: 700;
}

h3, .h3 {
    font-size: 16px;
    font-weight: 700;
}

/**
 * Footer bar
 */

.footer {

    padding-top:20px;
    padding-bottom: 20px;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 80%;
    background: #0C3C26;
    color: #2B8C67;
}

.pre-pre-footer{
    background-color: #eee;
    width: 100%;
    color: #5c5c5c;
    padding: 20px;
}

.pre-footer{
    background-color: #2B8C67;
    width: 100%;
    color: #fff;
    padding: 20px;
}

.pre-footer a{
    color: #fff;
    font-weight: bold;
    padding: 20px;
}
.pre-footer a:hover{
    text-decoration: underline;
}


.footer a {
    color: #2B8C67;
    text-decoration: underline;
}

/**
 * Grid: editable cell highlighting
 */

.clickable {
  background: #ddfeff;
  cursor: pointer;
}

/**
 * Grid: special row for deletion of packages/features
 */

.grid-delete {
  background: #FFE0E0;
}

.grid-delete .glyphicon-trash {
  color: #A31515;
}

/**
 * Grid row header styling
 */

.grid-row-header {
  background: #A6E9D1;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
}

.table thead > tr.grid-row-header > th,
.table tbody > tr.grid-row-header > th {
  vertical-align: middle;
}

.grid-row-header a {
  color: #2f2f2f;
  text-decoration: underline;
}

.fixed-header tr {
  display: none;
  position: fixed;
  top: 0;
  z-index: 2;
}

/**
 * Glyphicon colors
 */

.glyphicon-pencil { color: #CA8813; }
.glyphicon-trash { color: #8B876E; }
.glyphicon-plus { color: #39bd6e; }
.glyphicon-repeat { color: #70ddc7; }
.glyphicon-star { color: #dddd00; }
.glyphicon-random { color: #BD3988; }
.glyphicon-ok { color: #39bd6e; }
.glyphicon-remove { color: #DA0707; }
.glyphicon-info-sign { color: #16C9C9; }
.glyphicon-book { color: #16C9C9; }

/**
 * Delete form for PackageExample
 */

#example-delete-btn { float: right; margin-top: -2.5em; }
#example-delete { float: right; }

.btn-primary{
    background-color: #44B78B;
    border: none;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-color: #3d9b72;
}
