.black-bg {
  background-color: #000; }

.bar {
  display: block;
  width: 14px;
  margin-bottom: 3px;
  height: 3px;
  background-color: #5b6064; }

.bar:last-child {
  margin-bottom: 0; }

.modal {
  z-index: 10000; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html, body {
  padding: 0;
  margin: 0;
  height: 100%; }

.wrapper {
  min-height: 100%;
  padding: 0 3px 0 3px;
  position: relative; }

#top-menu nav {
  height: 35px;
  background-color: #6b4185; }
  #top-menu nav .top-menu-item {
    float: left;
    padding: 5px 10px 0 10px; }
    #top-menu nav .top-menu-item a {
      color: #fff;
      font-size: 12pt; }
  #top-menu nav .top-menu-item.active span {
    font-size: 12pt;
    font-weight: bold;
    color: #fff; }

.body {
  padding-top: 10px;
  padding-bottom: 100px;
  min-height: 100%;
  position: relative; }

.choose-photo {
  visibility: visible; }

.page-header-notice {
  padding: 5px;
  border-radius: 4px; }

.photos-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .photos-list .photo-item {
    background: no-repeat scroll 50% 50% / cover transparent; }

.thumbnail {
  position: relative;
  cursor: pointer; }

.delete-photo-thumb {
  width: 150px;
  height: 150px; }

.delete-photo-button {
  color: #428bca;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  z-index: 120; }

.edit-photo-button {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 23px;
  z-index: 120; }

.dismiss-button {
  position: absolute;
  top: 5px;
  right: -5px;
  cursor: pointer; }

.image-preview-wrapper {
  margin: 0 auto;
  max-height: 510px; }

.footer {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #ffffff; }
  .footer div {
    padding-top: 10px; }

#google-map {
  height: 300px;
  position: relative;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

#google-map:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

#google-map::-moz-placeholder {
  color: #777;
  opacity: 1; }

#google-map:-ms-input-placeholder {
  color: #777; }

#google-map::-webkit-input-placeholder {
  color: #777; }

.map-marker {
  display: none; }
  .map-marker a {
    font-weight: normal; }
  .map-marker small {
    font-weight: normal; }

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