/* line 2, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
#inner-page-wrapper {
  padding-top: 6em;
  min-width: 90%;
  margin: 0 auto;
}

/* line 8, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
a, a:hover, a:active {
  color: #000000;
  text-decoration: none;
}

/* line 13, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
textarea {
  resize: none;
}

/* line 17, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Permanent Marker', cursive;
  font-weight: 400;
}

/* line 22, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.navbar-brand {
  font-family: 'Permanent Marker', cursive;
  font-weight: 400;
}

/* line 27, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.container-fluid {
  max-width: 1080px;
  margin: 0 auto;
}

/* line 32, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.logoText {
  font-size: 48px;
  font-family: 'Permanent Marker', cursive;
  font-weight: 400;
  padding: 10px 0 20px 0;
}

/* line 39, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.navbar {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin: 5px 0 0 0;
}

/* line 47, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.navbar a {
  color: #000000;
}

/* line 51, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.mainArea {
  padding: 0 0 2em 0;
}

/* line 57, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
#messageBlockContainer {
  /*	padding: 10px 20px;*/
  margin: 0 0 1em 0;
}

/* line 62, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
#messageBlockContainer ul {
  margin: 0;
  padding: 0;
}

/* line 67, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
#messageBlockContainer ul li {
  list-style: none;
  margin: 0;
  padding: 3px 0;
}

/* line 74, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.mainFooter {
  border: 0 none;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 15px 0;
  font-size: 0.8em;
}

/* line 82, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.actionBlock {
  position: relative;
}

/* line 86, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.actionBlock h2 {
  text-align: center;
  padding: 0px 0px 15px 0px;
}

/* line 91, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.actionBlock .imageContainer {
  width: 100%;
  text-align: center;
  padding: 0px 0px 15px 0px;
}

/* line 97, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.actionBlock p {
  text-align: center;
}

/* line 101, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.clickableOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: transparent;
  background-image: url(/images/dot.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

/* line 113, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.clickableOverlay.noEntry {
  background: transparent;
  background-image: url(/images/no_entry.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: not-allowed;
}

/* line 121, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.clickableOverlay a {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 127, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.clickableOverlay.noEntry a {
  display: none;
}

/* line 131, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.buttonHeader {
  margin: 30px 0 0 0;
}

/* line 135, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.marginTop {
  margin-top: 10px;
}

/* line 139, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.optionsPopout {
  position: relative;
}

/* line 143, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.optionsPopout ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: absolute;
  float: left;
  top: 0px;
  left: 14px;
  border: 1px solid #393939;
  padding: 5px 0px;
  background: #ffffff;
  display: none;
  /*
		display: block;
		*/
  z-index: 999;
}

/* line 161, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.optionsPopout:hover ul {
  display: block;
}

/* line 165, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.optionsPopout ul li {
  width: 180px;
  padding: 0 10px 0 10px;
  margin: 0;
  list-style: none;
  display: block;
  text-align: left;
  background-position: left center;
  line-height: 30px;
}

/* line 176, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.optionsPopout ul li:hover {
  background: #cdcdcd;
}

/* line 180, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.optionsPopout ul li a {
  padding: 0px 0px 0px 10px;
  line-height: 18px;
  height: 100%;
  width: 140px;
  overflow: hidden;
  display: inline-block;
  border: 0px none;
}

/* line 191, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.btn-success a {
  padding: 0 0 0 5px;
  color: #ffffff;
}

/* line 196, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
ul.nav li:hover ul.dropdown-menu {
  display: block;
}

/* line 200, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
form {
  width: 85%;
  margin: 0 auto;
}

/* line 205, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.small {
  font-size: 0.6em;
}

/* line 208, C:/website/bigwhiteboard.localhost/source/css source/site.scss */
.mandatory {
  font-size: 0.6em;
  color: #ff0000;
}

/*# sourceMappingURL=../../httpdocs/www/css/site.map */