﻿/*
 * 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
 *= require popup
 *= require jquery-ui

*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../assets/glyphicons-halflings-regular.eot");
  src: url("../assets/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("../assets/glyphicons-halflings-regular.woff") format('woff'), url("../assets/glyphicons-halflings-regular.ttf") format('truetype'), url("../assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg'); }

@font-face {
  font-family: Gotham;
  src: url(/fonts/Gotham-Book.otf); }

body {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-family: Gotham; }

html {
  background: url('/images/scenic_background.jpg?v2') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #202020; }

#popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

#session-confirmation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000; }

#dialog-container {
  display: none;
  width: 400px;
  min-height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -200px;
  padding: 20px;
  border-radius: 20px;
  background-color: #eeeeee;
  color: #818184;
  font-size: 14px; }

#session-dialog-container {
  display: none;
  width: 400px;
  min-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -200px;
  padding: 20px;
  border-radius: 20px;
  background-color: #eeeeee;
  color: #818184;
  font-size: 14px; }

#still-here {
  border-radius: 5px;
  width: 360px;
  height: 60px;
  margin: 10px 0 0 0;
  background-color: #818184;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px; }

#still-here:hover {
  cursor: pointer; }

#dialog a {
  color: #454545; }

#dismiss {
  border-radius: 5px;
  height: 60px;
  margin: 10px 0 0 0;
  background-color: #818184;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px; }

#dismiss:hover {
  cursor: pointer; }

.form-control {
  background-color: #eeeeee;
  color: #818184;
  border: none; }
  .form-control:focus {
    outline: none; }
  .form-control label {
    font-weight: normal; }

/* jQuery Validation Defaults */
.field-validation-valid {
  display: none; }

.validation-summary-valid {
  display: none; }

/* Vendor specific overrides */
::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

input:-webkit-autofill {
  -webkit-text-fill-color: #818184;
  -webkit-box-shadow: 0 0 0 1000px #eeeeee inset; }

/*# sourceMappingURL=application.css.map */