﻿body {
}

.blue .terms {
  color: white;
}

.users .terms {
  color: rgb(147, 149, 152);
}

.apps-centered {
  margin: auto;
  max-width: 850px;
}
.aegion-app {
  width: 280px;
  height: 360px;
  margin: 5px;
  padding: 30px;
  color: black;
}
.aegion-app img {
  width: 125px;
  height: 125px;
}
.aegion-app-disabled {
  width: 280px;
  height: 360px;
  margin: 5px;
  padding: 30px;
  background-color: #969696;
  color: #d2d5d7;
}
.aegion-app-disabled img {
  width: 125px;
  height: 125px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.commentMapTips {
  max-width: 400px;
  white-space: normal !important;
  min-width: 100px;
}

.datMapTips {
  max-width: 400px;
  white-space: normal !important;
  min-width: 140px;
}

.main-body {
  margin-left: 285px;
  margin-right: 8px;
}

.main-body {
  -webkit-transition: margin-left 0.8s, -webkit-transform 0.8s;
  transition: margin-left 0.8s, transform 0.8s;
}

.main-body-minify {
  margin-left: 40px;
}

.browserMenu {
  color: darkgray;
  display: block;
  padding: 3px 20px;
}

.aegion-wikicon-wrapper {
  z-index: 1040;
  font-size: 2.5em;
  width: 45px;
  margin-top: -14px;
  color: #aeafb1;
}
.aegion-wikicon-wrapper .wiki-icon-button {
  position: static !important;
  border: none !important;
}
