#portal h2 {
  font-size: 1.8em;
  margin-bottom: 45px;
}

#portal h3 {
  font-size: 1.5em;
  
}

#portal nav {
 font-weight: bold; 
}

#portal nav hr {
  border-bottom: 1px solid black;
}

#portal nav li.label {
  background: grey;
}

#portal nav a {
  color: black;
}

ul.itemList {
  list-style: none;
}

table.itemList thead, table.itemList tbody, table.itemList tr:nth-child(2n) {
  background: none;
}

table.itemList th:first-child, table.itemList td:first-child {
  white-space: nowrap;
  width: 0px;
}

table.itemList .button {
  margin: 0px;
}


.no-select {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

#portal input.file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#portal .ad-preview {
  width: 270px;
  float: left;
}

#portal .ad-info {
  margin-left: 280px;
}


#portal .loading-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  padding: 0.5em;
  text-align: center;
  -moz-box-sizing: border-box; box-sizing: border-box;
  z-index: 1002;
}

#portal .loading-overlay > .div{
  position: relative;
  width: 100%;
  height: 100%;
}

#portal .loading-overlay > div > div {
  position: absolute;
  color: silver;
  font-size: 80px;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#portal .loading-overlay progress {
  display: inline-block;
  height: 0.7em;
  width: 6em;
}

#portal .campaignlist {
  list-style: none;
}
