﻿.dummy {
  color: #000; }

.modal-dialog {
  padding-bottom: 10px;
  padding-top: 10px; }

.modal-header {
  padding: 8px 8px 4px 8px; }

.modal-body {
  padding: 4px 8px; }

.modal-footer {
  border-top: 1px solid #d1d1d1;
  margin-top: 0;
  padding: 8px 8px 4px 8px;
  text-align: right; }

#introduction-modal .modal-body {
  max-height: 500px;
  padding: 0; }

#introduction-modal .modal-footer {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  box-shadow: none; }

#demo-modal .modal-footer {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  box-shadow: none; }

.introduction-header {
  background-color: #000;
  height: 90px;
  margin-bottom: 10px;
  overflow: visible;
  position: relative; }

.introduction-logo {
  background-image: url("/Images/BigIron/LogoIntro.png");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 66px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  width: 283px; }

.introduction-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px; }

.introduction-description {
  background: #f1f1f1;
  margin-bottom: 10px;
  padding: 10px; }

.introduction-description-title {
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
  text-align: center; }

.introduction-list {
  margin-left: 25%;
  text-align: left; }

.introduction-prompt {
  font-size: 20px; }

.introduction-large {
  font-size: 26px;
  font-style: italic; }

.introduction-now {
  font-weight: bold; }

.demo-container {
  background: #f1f1f1;
  background-image: url("/Images/Overlays/demo.gif");
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding: 4px; }

.demo-title {
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
  text-align: center; }

.register-signin-padding {
  padding: 17px 0 0 5px; }

