body {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.8em;
}

p {
    /*line-height: 1.5em;*/
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

.navbar {
    margin-bottom: 0;
    font-size: 0.9em;
}

.banner img {
    width: 100%;
    margin-bottom: 30px;
}

footer.main {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #72afaa;
    color: #000;
   
    min-height: 100px;
    width: 100%;
    overflow-y: auto;
    z-index: -1;
}

.tab-inside {
    margin-top:30px;
}

.normal-decoration {
    font-weight: normal;
}

.checkbox-container {
    margin-left: 20px;
}

.manager.tab-inside {
    margin-top: 60px;
}

.manager h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

#listContainer {
  position: relative;
}

.manager #listContainer .row-focused {
    cursor: pointer;
    background-color: #eee;
}

#listContainer .item-content-cell {
    position: relative;
    height: 55px;
}

#listContainer .item-content-cell img {
    max-width: 30px;
    max-height: 30px;
    border-radius: 2px;
    float: left;
    margin: 0 10px 10px 0;
}

.app-message {
  position: fixed;
  top: -50px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  z-index: 1040;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.app-message-visible {
  top: 20px;
}

.loader {
  position: fixed;
  top: 55px;
  left: 50%;
  right: 50%;
  width: 200px;
  margin-left: -100px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 15px;
  z-index: 1040;
  background-image: url('/mod-manager/img/loader.gif');
  background-repeat: no-repeat;
  background-position: 15%;
}

.list-toolbox-container {
    position: absolute;
    background-color: white;
    border-radius: 3px;
    padding: 8px 10px;
}

.item-status-container {
    position:absolute;
    right: 20px;
    top: 14px;
}

.message-container {
  margin-top: 20px;
}