body {
  font-family: 'Open Sans', sans-serif;
  background-color: #bfbfbf;
  background-image: url(../public/images/bg.png);
  /*no-repeat center center fixed;*/
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: fixed;
  min-width: 300px; }

@media screen and (max-width: 768px) {
  body {
    padding-top: 0px; } }
.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 45px auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .form-signin img.logo {
    width: 100%; }
  .form-signin h4 {
    font-size: 1rem;
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility; }
  .form-signin .form-signin-heading {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px; }
  .form-signin input[type='submit'] {
    margin-top: 20px; }

.navbar {
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.5);
  font-family: "Lancelot"; }
  .navbar .navbar-brand {
    font-size: 30px;
    font-weight: bold; }
  .navbar ul li {
    transition: border-top-color 0.5s ease;
    border-width: 5px 0 0 0;
    border-style: solid;
    border-color: transparent;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 24px; }
    .navbar ul li i {
      margin-right: 5px; }
    .navbar ul li:hover {
      border-color: #007bff; }
  .navbar .nav-link {
    color: #fff !important; }

/* Clashes with bg color */
.table-hover tbody > td, .table-hover tbody > th {
  background-color: #fff; }
.table-hover p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.modal form {
  margin-bottom: 0px; }

.btn-save {
  margin-left: 20px !important; }

.broken {
  background-color: red; }

.required, .bold {
  font-weight: bold; }

.required:after {
  content: " *"; }

.preview-feed, .cam-row img {
  width: 100%; }

.ui-overlaypanel-content {
  padding: 0px 5px 5px 0px !important; }

.cam-hidden {
  display: none; }

.cam-wrapper {
  width: 100%;
  position: relative; }
  .cam-wrapper .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    font-size: 12px;
    color: white;
    opacity: 0.6;
    filter: alpha(opacity=60); }
    .cam-wrapper .description p {
      padding-left: 7px;
      margin: 0px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.logo {
  width: 370px; }

.small-map {
  width: 200px; }

.widget {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em; }
  .widget .top {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box; }
    .widget .top h3 {
      top: 2px;
      position: relative;
      left: 10px;
      display: inline-block;
      min-width: 50%;
      margin-right: 3em;
      font-family: "Lancelot";
      font-size: 24px;
      font-weight: bold;
      color: #555;
      line-height: 18px;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5); }
    .widget .top [class^="icon-"], .widget .top [class*=" icon-"] {
      display: inline-block;
      margin-left: 13px;
      margin-right: -2px;
      font-size: 16px;
      color: #555;
      vertical-align: middle; }
  .widget .content {
    padding: 20px 15px 15px;
    background: #fff;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .widget .bottom {
    position: relative;
    min-height: 40px;
    /*line-height: $size;*/
    background: #f5f5f5;
    border: 1px solid #D5D5D5;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-background-clip: padding-box; }
    .widget .bottom a {
      margin: 10px 20px 10px 20px; }
  .widget .top + .content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .widget .content + .bottom {
    position: relative;
    top: -6px; }

.drop-cam {
  font-size: 9px;
  border-radius: 5px;
  padding: 2px 5px 2px 0px;
  display: block;
  background-color: rgba(255, 255, 255, 0.9); }
  .drop-cam a {
    color: #000; }
    .drop-cam a img.mini-cam {
      width: 25px;
      height: 25px; }
  .drop-cam img.mini-cam {
    width: 25px;
    height: 25px; }

.drop-cam:hover {
  background-color: white; }

.btn.spaced {
  margin-right: 10px; }

.navbar-inverse .nav > li > a {
  color: #fff; }

.appLog {
  width: 100%;
  overflow: hidden; }
  .appLog li {
    font-size: 11px; }
  .appLog li:hover {
    background-color: #f2f6ff; }

.table-highlight tbody tr:hover td {
  background-color: #f2f6ff; }

.log-table {
  table-layout: fixed;
  width: 100%; }
  .log-table td {
    word-wrap: break-word;
    white-space: normal; }

.input-group-fixed-smaller .input-group-prepend:first-child {
  width: 25%; }
  .input-group-fixed-smaller .input-group-prepend:first-child span, .input-group-fixed-smaller .input-group-prepend:first-child label {
    width: 100%;
    display: block;
    text-align: left; }

.input-group-fixed .input-group-prepend:first-child {
  width: 40%; }
  .input-group-fixed .input-group-prepend:first-child span, .input-group-fixed .input-group-prepend:first-child label {
    width: 100%;
    display: block;
    text-align: left; }

.map-container {
  width: 100%;
  max-width: 600px;
  margin-left: 0; }

.place-cams {
  padding: 0 !important;
  margin: 0; }

.map-placement-wrapper {
  background-color: #fff;
  display: inline-block; }
  .map-placement-wrapper .trash {
    width: 138px;
    height: 138px;
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    margin: 20px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    background-image: url(../public/images/trash.png);
    background-repeat: no-repeat;
    z-index: 0; }
  .map-placement-wrapper .trash-full {
    background-image: url(../public/images/trash-full.png); }
  .map-placement-wrapper .trash-target {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    border-color: #00c679;
    background-color: #e6f8f1; }
  .map-placement-wrapper .drop-map {
    width: 1500px;
    max-width: 1500px;
    min-width: 1500px;
    border-width: 1px;
    border-style: solid;
    border-color: #000; }

.layout-preview {
  line-height: .8rem; }

#left-menu.collapsing, .menu-toggle.collapsing {
  transition: none !important; }

.form-control-taller {
  height: 3rem; }

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