body {
  background: #999;
}

h2 {
  font-size: 1.5em;
}

.rowActive {
  background: #DDD;
  padding: 7px;
  border-radius: 7px 7px 0 0;
  margin: 0;
  border: 1px solid #333;
  border-bottom: 0;
}

.fs_memo {
  border: 1px solid #333;
  border-top: 0;
  padding: 7px;
  border-radius: 0 0 7px 7px;
  margin-top: 0px;
}

.prjHead {
  font-size: 1.4em;
}

#AE_mainContainer {
  margin-top: 20px;
}

#AE_topBar-outer {
  background: white;
  border-radius: 15px 15px 0 0;
}

#AE_topBar-inner-left {
  background: url("../images/logo-eldee-rotated@2x.png") no-repeat;
  background-position: center right;
  width: 255px;
  border-radius: 15px 0 0 0;
  height: 130px;
  float: left;
}

#AE_topBar-inner-right {
  background-position: center left;
  border-radius: 0 15px 0 0;
  width: 348px;
  height: 110px;
  float: right;
}

#AE_navBar-outer {
  background: white;
  padding-bottom: 5px;
  margin-bottom: 0;
}

#AE_navBar-inner-left {
  float: left;
  width: fit-content;
  margin-left: 4px;
}

#AE_content-outer {
  background: white;
}

#AE_content-inner-left {
  background: white;
  padding: 15px;
}

#AE_content-inner-right {
  background: white;
  padding: 15px;
}

#AE_footer-inner-left {
  background: #333;
  color: whitesmoke;
  width: 70%;
  height: 26px;
  float: left;
  border-radius: 0 0 0 10px;
}

#AE_footer-inner-right {
  background: #333;
  color: #999;
  width: 30%;
  height: 26px;
  float: right;
  border-radius: 0 0 10px 0;
}

.AE_footerText {
  font-size: 1em;
  margin-right: 10px;
  margin-left: 10px;
}

.AE_footerText a {
  color: white;
}

.AE_footerText a:hover {
  color: #CCFFFF;
  text-decoration: none;
}

.AE_remoteSupport {
  margin: 2px;
  margin-right: 18px;
}

.AE_remoteSupport a:visited,
.AE_remoteSupport a:link,
.AE_remoteSupport a:active {
  color: white;
  background: #333;
  border: 1px solid #666666;
  border-radius: 5px;
  text-decoration: none;
  padding: 0 5px;
  box-shadow: 1px 1px 1px 1px #666;
}

.AE_remoteSupport a:hover {
  text-decoration: none;
  border: 1px solid #999;
  box-shadow: 1px 1px 1px 1px #999;
  border-radius: 5px;
  padding: 0 5px;
}

.AE_formulierVraag {
  width: 150px;
  float: left;
}

.memoVeld {
  width: 90%;
  min-height: 100px;
}

.required {
  color: red;
  font-weight: bold;
}

.show-50 {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.4;
}

.aeBtn {
  cursor: pointer;
  padding: 1rem;
  border-radius: 0.25rem;
  opacity: 0.9;
}
.aeBtn:hover {
  opacity: 1;
}

.aeBtnGreen {
  background: darkgreen;
  color: whitesmoke;
}

.aeBtnRed {
  background: darkred;
  color: whitesmoke;
}

.aeBtnMenu {
  background: steelblue;
  color: whitesmoke;
  padding: 1rem;
  width: 75%;
  margin-bottom: 0.5rem;
  border: 0;
}

.tdCol2 {
  width: 30% !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  [class*=span], .uneditable-input[class*=span], .row-fluid [class*=span] {
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=activeEdit.css.map */
