a html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

h1 {
  font-family: "Publico Headline Web",Georgia,Times,"Times New Roman",serif;
  text-align: left;
  font-size: 2.3rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #15181B;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-font-smoothing: antialiased; }

p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, "Open Sans";
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #15181B;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-font-smoothing: antialiased; }

#main {
  width: 100%;
  height: 100vh; }

.top-feedback {
  position: absolute;
  height: 50px;
  display: none;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  background: #faffbd;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 4.2rem;
  line-height: 3.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black; }

#header {
  display: relative;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 60px; }

#header .btn {
  margin-right: 3px; }

#logo {
  position: absolute;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  margin: 0px;
  width: 50px;
  height: 50px; }

#header-buttons {
  display: inline-block;
  float: left; }

#spot-admin-title {
  display: inline-block;
  float: right;
  font-size: 2.3rem; }

#spot-user {
  display: inline-block;
  float: right;
  margin-right: 5px; }

.Centered {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px; }

.Centerer {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#content {
  position: relative;
  display: block;
  background: #fff;
  /*margin: 8px;
  border-radius:8px;
  background:#fff;
  padding:20px;
  max-width: 80vh;*/ }

#search-bar {
  background-color: white;
  padding: 10px;
  height: 200px;
  overflow-y: hidden;
  overflow-x: hidden; }

#resultsPane {
  overflow-y: auto; }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  cursor: pointer;
  background-color: #b1f5d0; }

#top-bar {
  width: 100%;
  padding: 10px;
  height: 170px; }

.top-bar-wrapper {
  width: 160px;
  float: left;
  max-height: 150px;
  margin-right: 2px; }

.top-bar-dropdown-wrapper {
  width: 365px;
  float: left;
  height: 150px;
  margin-right: 2px; }

.top-bar-dropdown-wrapper label {
  width: 80px;
  font-weight: 400; }

.top-bar-dropdown-wrapper .multiselect-container {
  min-width: 280px; }

.top-bar-dropdown-wrapper .btn-group {
  margin-bottom: 5px; }

#icon-dropdown-wrapper {
  width: 280px;
  float: right; }

#icon-dropdown-wrapper .btn {
  width: 280px; }

.top-bar-misc-wrapper {
  width: 380px;
  float: left;
  max-height: 150px;
  margin-left: 5px; }

.top-bar-misc-wrapper label {
  float: left;
  font-weight: 400;
  margin-top: 8px; }

.top-bar-misc-wrapper .input-group {
  float: right;
  margin-bottom: 5px;
  width: 280px; }

.top-bar-misc-wrapper .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px; }

#dropzone-wrapper {
  overflow-y: scroll; }

.dropzone {
  padding: 0; }

.drag-table {
  display: table;
  width: 100%;
  height: auto;
  padding: 10px; }

.drag-row {
  display: table-row; }

.drag-cell {
  display: table-cell;
  padding: 5px;
  margin: 2px;
  background-color: white; }

#drag-bin {
  width: 100%;
  height: 130px;
  float: right;
  overflow: hidden;
  background-image: url("../img/bin.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 53%; }

.drag-copy {
  width: 100%;
  float: top;
  margin: 0px;
  border: 0px; }

#left-wrapper {
  width: 70%;
  float: left;
  overflow-y: scroll; }

#left-fixed .drag-cell {
  background-color: #f3f3f3; }

#right-wrapper {
  width: 30%;
  float: right; }

#right-fixed {
  text-align: center; }

#right-items {
  overflow-y: scroll;
  border: 2px solid #245580;
  padding: 2px; }

#right-multi-select {
  padding-top: 20px;
  padding-left: 20px; }

.red-border {
  border: 5px solid red; }

.spot-para {
  border: 2px solid #ccc;
  padding: 5px;
  margin: 2px;
  background-color: white; }

.spot-para-selected {
  border-color: red !important; }

.spot-para p {
  margin: 0;
  padding: 0; }

.story-img {
  position: relative;
  box-sizing: border-box; }

.story-img img {
  width: 100%;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-color: #ccc; }

.spot-img-text {
  margin: 0;
  padding: 5px;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-color: #ccc;
  background-color: white; }

.spot-img-text p {
  margin: 0;
  padding: 0; }

#title-image img {
  width: 100%; }

.spot-para {
  border: 2px solid #ccc;
  padding: 5px;
  margin: 2px;
  background-color: white; }

#spot-key-wrapper {
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  padding: 14px;
  top: 10;
  left: 10; }

#spot-key {
  border-radius: 14px;
  padding: 30px;
  background-color: white; }

#overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#modal {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  padding: 8px; }

#modal #content {
  margin: 8px;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  max-width: 80vh; }

#close {
  position: absolute;
  background: url(/img/close.png) 0 0 no-repeat;
  width: 24px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  top: -7px;
  right: -7px; }

#quill-wrapper {
  margin-left: -15px;
  margin-right: 15px; }

/*# sourceMappingURL=spot-admin.css.map */
