.navbar {
  height: 70px !important;
  border-radius: 0;
  background-color: #3F51B5;
  background-image: none;
}

.navbar-collapse {
  background-color: #3F51B5;
  background-image: none;
  z-index: 1;
  position: relative !important;
}

.navbar-brand {
  height: 70px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  z-index: 2;
}

.navbar .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar .navbar-nav > li > a:hover {
  color: #FF80AB;
}

.navbar-tags {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 40px;
  width: 100%;
  box-shadow: 0 8px 5px rgba(0,0,0,.20), 0 5px 10px rgba(0,0,0,.19)
}

.button-astext {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.button-astext:hover {
  color: #FF3E81;
}

.logo-img {
  height: 40px;
  padding: 0;
  margin: 0;
}

.search-div input {
  border-color: #FF80AB !important;
}

::-webkit-input-placeholder {
   color: rgba(255,255,255,0.52) !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: red !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red !important;
}

:-ms-input-placeholder {
   color: red !important;
}

.flashes {
  overflow: hidden;
}

.search-div {
  height: 70px;
}

.search-div form {
  margin: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-btn {
  color: rgba(255, 255, 255, 0.84) !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-botton: 5px;
}

.search-btn-group {
  padding: 0px;
  padding-left: 10px;
}

.panel-packages {
  box-shadow: 0 8px 5px rgba(0,0,0,.20), 0 5px 10px rgba(0,0,0,.19);
  margin-bottom: 5px;
}

.panel-body {
  padding-top: 0px;
}

h2,h3,h4 {
  color: #4D4D4E;
  font-family: 'Roboto', sans-serif;
}

code, samp {
  background: #E3E3E3;
  color: black;
}

#body_content a.plain {
  color: #4D4D4E;
}

.editable-field:focus {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#body_content a {
  color: #FF3E81;
  text-decoration: none;
}
.pkg-link a {
  color: #4D4D4E !important;
}
.pkg-link a:hover {
  color: #FF3E81 !important;
}

.footer {
  height: 35px !important;
  padding-top: 5px;
  background-image: none;
  background-color: #f5f5f5;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
}

.rating-sm {
  font-size: 1.0em;
  display: inline;
}

.my-rating-star {
  color: #fde16d;
  text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.tagit.ui-widget {
  font-size: .9em;
}

#header-common-tags ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: table;
  width: 100%;
  height: 40px;
}

#header-common-tags ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#header-common-tags ul > li > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header-common-tags ul > li > a:hover {
  background-color: #EEEEEE;
}

ul.tagit {
  border-style: none;
  border-left-style: dotted;
  border-width: 1px;
}

ul.tagit.ui-widget li.tagit-choice {
  padding: .1em .1em .1em .1em;
}

li.tagit-choice:hover {
    cursor: pointer;
}

.tagit-count {
  font-weight: bolder;
  color: gray;
  margin: 0 .2em 0 .2em;
  padding: 0 .2em 0 .2em;
}

.tagit-button {
  cursor: pointer;
}

.tagit-plus-button {
  color: LightGreen;
}

.tagit-minus-button {
  color: LightCoral;
}

.tagit-button-group {
  margin-left: .4em;
}

ul.tagit.index-tags {
  border-left-style: none;
  padding-left: 0;
}

.glyphicon.glyphicon-user {
  font-size: 0.85em;
  color: gray;
  text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.glyphicon.glyphicon-pencil {
  visibility: hidden;
  cursor: pointer;
  color: #E3E3E3;
}

.glyphicon.glyphicon-pencil:hover {
  visibility: hidden;
  cursor: pointer;
  color: #9E9E9E;
}

.edit-box {
  float: right;
  margin-left: 0.4em;
}

.editable-field-active:focus {
  cursor: text;
  border-style: solid;
  border-color: LightGray;
  border-width: 1px;
}

.editable-long {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.editable-field:hover {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

hr {
  margin-top: .75em;
  margin-bottom: .75em;
}

#maincontent {
  margin-bottom: 40px;
}

.page-navigation {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#page-navigation-bottom {
  margin-top: 10px;
}
