/* Red Gate Style Button */
.button-small {
  cursor: pointer;
  float: right;
  margin-top: -1px;
  margin-right: 10px; }

.button-small a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  overflow: hidden;
  background-color: #3c85df;
  border-bottom: 2px solid #183559;
  border-radius: 5px;
  padding: 4px 12px;
  line-height: 25px;
  text-transform: uppercase; }

.button-small-download a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  overflow: hidden;
  background-color: #3c85df;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 2px 12px;
  line-height: 25px;
  text-transform: uppercase; }

.button-small:hover a {
  background-color: #3576c6;
  border-bottom: 2px solid #183559;
  text-decoration: none; }

.button-small:active a {
  background-color: #2a5e9d;
  border-bottom: 2px solid #2a5e9d; }

.button-small-download a:hover {
  background-color: #2a5e9d;
  border: 2px solid #fff; }

/* Popup */
.demo-popup-actions {
  margin-top: 50px; }

.demo-popup-button {
  float: right; }

.demo-popup-links {
  float: left;
  line-height: 28px;
  color: #3576c6; }

/* Top Bar Tweaks */
.application-messages-slavemode {
  background-color: #767676;
  height: 30px;
  line-height: 30px;
  padding: 8px 0px 8px 10px; }

.contact-sales {
  float: right;
  margin: 0 20px 0 0; }

.contact-sales a {
  color: #fff; }

/* Embedded Analysis Graph */
.analysis-graphs-embed {
  padding-top: 30px; }

.analysis-graphs-embed #main {
  min-height: 0; }

.application-messages-slavemode {
  box-sizing: content-box; }

/* Hover Warning */
.hover-warning {
  position: absolute;
  background-color: #FFDDDD;
  color: #000;
  width: 23em;
  padding: 0.5em;
  text-align: center;
  box-shadow: 0 3px 7px #444;
  border: 1px solid #8b0000;
  z-index: 1005;
  /* must be above the cog drop down & jQuery UI dialogs */ }


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