/*ghostClass */

.ghost {
  opacity: 0 .5;
}

.li {
  margin-top: 0.3em;
  width: 100%;
  vertical-align: middle;
}

.widthNav {
  max-width: 900px;
}


.liBtn {
  margin: 0;
  height: 100%;
  /*padding:0;*/
}

.count {
  padding-left: -10px;
  margin-left: -1em;
}

.progress{
  margin-bottom: 5px;
}

.listCss{
  top: 0px;
  margin-bottom: 50px;
}

.hup {
  margin-top: -15px;
  margin-bottom: -20px;
}

body {
  /*margin-left:10px;*/
  height: 100%;
}

.scannRec {
  max-width: 200px;
}

.marginLeft {
  margin-left: 1em;
}

.paddingTop {
  padding-top: 10px;
}

.marginRight {
  margin-right: 0.3em;
}

.navBottom {
  margin-bottom: -10px;
  background-color: #404d59;
}

.marginCategory {
  margin: 0;
  width: 100%;
  text-align: center;
}

.fixedAtTop{
  position: fixed;
  max-width: 100%;
  z-index: 999;
  width: 900px;
  height: 70px;
}

.suggestTop{
  margin-top: 100px;
}

.spacer{
  height: 70px;
  max-width: 100%;
  z-index: 9998;
  width: 900px;
}

textarea {
  width: 100%;
  height: 150px;
}

.buttons {
  margin: 0;
  padding: 0.1em 0 0.1em 0;
}

.inpTxt {
  margin-top: -1em;
  margin-bottom: -1em;
  padding: 0em 0.1em 0.1em 0.1em;
  background-color: #2b3e50;
}

.row {
  margin: 0;
  padding: 0;
  width: 100%;
}

.topBtn {
  margin-top: -1.1em;
  padding-left: -1em;
  margin-left: -1em;
}


/*Glow input*/

.form-control:focus {
  border-color: rgba(255, 153, 0, 0.8);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 153, 0, 0.8);
  outline: 0 none;
}

.topInput {
  /*margin-right:-5em;*/
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.top {
  margin: 0;
  padding-bottom: 0px;
    background-color: #2b3e50;
}

.suggest {
  margin-top: 3px;
}

.sortable-chosen {
  background-color: grey;
}

.headBtn {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  background-color: #404040;
}

.addBtn {
  z-index: 1000;
  width: 100%;
  top: 0px;
  position: fixed;
 height: 40px;
  left: 0;
  right: 0;
  text-align:auto;
  padding-top:10px;
}

.markLi {
  text-decoration: line-through;
  color: Grey;
}

.important {
  color: rgb(255, 153, 0);
  text-shadow: 0 0 5px rgb(255, 153, 0);
}

.flash {
  font-size: 120%;
  margin-top: 10px;
}

.bgDark {
  background-color: #404d59;
}

.maxwidth {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cursor-default {
  cursor: default;
}

.list-group-item {
  padding: 4px 15px;
}

.suggestStyle {
  padding: 10px;
}

.placeHolder {
  margin-left: 10px;
}

.listEmpty {
  text-align: center;
}

.boldFont {
  font-weight: bold;
}

.middle{
  text-align: center;
}

.setting{
    text-shadow: 0 0 2px rgb(255, 153, 0);
    color: #404d59;
    font-size:1.8em;
    margin:10px 0 -10px 0;
    }
