body {
    background: #fafafa;
    height: 100vh;
}

.navbar .navbar-inner {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    z-index: 999999;
}

a.brand img {
    width: 90% !important;
    height: auto;
    padding-top: 14px;
    padding-bottom: 6px;
}

#docsSearch {
    background: #fafafa;
    border-bottom: none;
    padding-top: 135px;
    margin-bottom: -80px;
}

#searchBar {
    border-radius: 50px 50px 50px 50px;
}

#searchBar .search-query {
    background: #eeeeee;
    border-left: 0px;
    border-top: 0px;
    border-color: transparent;
    box-shadow: none;
    color: #616161;
    border-radius: 50px 50px 50px 50px;
    outline: none;
}

#searchBar button {
	background: #65A3BF;
	border-color: transparent;
    color: #fff;
    text-shadow: none !important;
    border-radius: 50px 50px 50px 50px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
    outline: none;
}
#searchBar button:hover {
	background: #65A3BF;
	border-color: transparent;
    color: #fff;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

form#searchBar {
    z-index: 99999;
}

#searchBar.sm .search-query {
    background: #eeeeee;
    border-left: 0px;
    border-top: 0px;
    border-color: transparent;
    box-shadow: none;
    color: #616161;
    border-radius: 50px 50px 50px 50px;
    outline: none;
}

form#searchBar.sm button {
    background: #eeeeee;
    box-shadow: none;
    width: 40px;
    height: 40px;
    padding-left: 10px;
}

form#searchBar.sm button:hover {
    background: #eeeeee;
}

input.search-query {
    padding-left: 18px;
}

.collection-category .category-list a.category {
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    border: 0px !important;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.category-list .category {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }

  #sidebar .sm .search-query {
    background: #eeeeee;
    border-left: 0px;
    border-top: 0px;
    border-color: transparent;
    box-shadow: none;
    color: #616161;
  }

section#contentArea.container-fluid {
    padding-top: 125px;
}

.contentWrapper {
    background: #fff;
    border-radius: 8px;
    border: 0px !important;
    border-color: transparent;
      -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  }

.collection {
    background: #fff;
    border-radius: 8px;
    border: 0px !important;
    border-color: transparent;
      -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
  }

.collection:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#sidebar {
    width: auto;
}

ol {
    list-style: none;
    counter-reset: item;
   }
   ol li {
    counter-increment: item;
    margin-bottom: 5px;
   }
   ol li:before {
    margin-right: 10px;
    content: counter(item);
    background: #65A3BF;
    color:white;
    border-radius: 8px;
    color: white;
    width: 30px;
    text-align: center;
    display: inline-block;
   }

ol ol{
    counter-reset:none;
}
ol ol li{
    counter-increment:none;
}
ol ol li:before{
    display:none;
}

a.admin-edit.btn {
    display: block !important;
    width: 95px    
}

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