/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
/* line 5, app/assets/stylesheets/reveal.css.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

/* line 17, app/assets/stylesheets/reveal.css.scss */
.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #eee url(/assets/modal-gloss-b5804cdca8049d297c48cecd4177ed4d95383c93c5468a9840eb48cb9b5cbaa6.png) no-repeat -200px -80px;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 35, app/assets/stylesheets/reveal.css.scss */
.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}

/* line 36, app/assets/stylesheets/reveal.css.scss */
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}

/* line 37, app/assets/stylesheets/reveal.css.scss */
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}

/* line 38, app/assets/stylesheets/reveal.css.scss */
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

/* line 40, app/assets/stylesheets/reveal.css.scss */
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

/*

	NOTES

	Close button entity is &#215;

	Example markup

	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>

	*/
/* line 2, app/assets/stylesheets/simple_form.css.scss */
.simple_form div.input {
  margin-bottom: 10px;
  clear: both;
  /* Required for Webkit, but not for Gecko */
}

/* line 7, app/assets/stylesheets/simple_form.css.scss */
.simple_form label {
  float: left;
  width: 100px;
  text-align: right;
  margin: 2px 10px;
}

/* line 15, app/assets/stylesheets/simple_form.css.scss */
div.boolean, .simple_form input[type='submit'] {
  margin-left: 120px;
}

/* line 19, app/assets/stylesheets/simple_form.css.scss */
div.boolean label {
  float: none;
  margin: 0;
}

/* line 24, app/assets/stylesheets/simple_form.css.scss */
label.collection_radio_buttons {
  float: none;
  margin: 0;
  margin-right: 10px;
  vertical-align: -2px;
  margin-left: 2px;
}

/* line 32, app/assets/stylesheets/simple_form.css.scss */
.field_with_errors {
  background-color: #ff3333;
}

/* line 37, app/assets/stylesheets/simple_form.css.scss */
.simple_form .error {
  clear: left;
  color: black;
  display: block;
  margin-left: 120px;
}

/* line 43, app/assets/stylesheets/simple_form.css.scss */
.simple_form .hint {
  clear: left;
  margin-left: 120px;
  color: #555;
  display: block;
  font-style: italic;
}

/* line 52, app/assets/stylesheets/simple_form.css.scss */
.item_certifications_value, .item_project_team_members_value, .item_pictures_photo {
  display: inline-block;
}

/* line 57, app/assets/stylesheets/simple_form.css.scss */
input.radio {
  margin-right: 5px;
  vertical-align: -3px;
}

/* line 61, app/assets/stylesheets/simple_form.css.scss */
input.check_boxes {
  margin-left: 3px;
  vertical-align: -3px;
}

/* line 67, app/assets/stylesheets/simple_form.css.scss */
label.collection_check_boxes {
  float: none;
  margin: 0;
  vertical-align: -2px;
  margin-left: 2px;
}

/* line 74, app/assets/stylesheets/simple_form.css.scss */
hr {
  width: 60%;
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: auto;
  margin-right: auto;
}

/* line 81, app/assets/stylesheets/simple_form.css.scss */
textarea {
  width: 420px;
}

/* line 85, app/assets/stylesheets/simple_form.css.scss */
input:text {
  width: 420px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 * require_self




 */
