@import url(https://fonts.googleapis.com/css?family=Roboto:300);
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

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

button {
  border: none;
  background-color: transparent; }

.home {
  display: table;
  height: inherit;
  width: inherit; }
  .home .header {
    display: table-row; }
  .home .menu {
    display: table-row; }
  .home .content {
    display: table-row;
    height: inherit;
    width: inherit; }

.md-dialog-container {
  position: fixed; }

#pac-input {
  position: relative; }

[class*="col-"] {
  padding: 5px; }

md-dialog {
  max-width: none; }

.md-toolbar-tools {
  background-color: orange; }

md-nav-bar.md-default-theme md-nav-ink-bar,
md-nav-bar md-nav-ink-bar {
  background-color: orange;
  color: orange; }

.md-button.md-default-theme.md-accent,
.md-button.md-accent {
  color: orange; }

.search-layout {
  display: table;
  width: 100%;
  height: 100%; }
  .search-layout .row {
    height: 100%;
    width: 100%;
    padding: 20px; }
    .search-layout .row > * {
      display: table-cell;
      vertical-align: top;
      padding: 5px; }

.fc-content {
  cursor: pointer; }

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #FF7F00;
  /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.d-block {
  display: block; }

.login {
  width: 100%;
  height: 100%;
  background-color: #FFC61D;
  position: relative;
  overflow: hidden; }
  .login .box {
    margin: auto;
    padding: 15px 45px 45px 45px;
    position: relative;
    top: 100px;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    top: 100px;
    width: 400px;
    height: 300px;
    background-color: white;
    overflow: hidden; }
  .login .login-form {
    margin-top: 20px; }
    .login .login-form input {
      font-family: "Roboto", sans-serif;
      outline: 0;
      background: #f2f2f2;
      width: 100%;
      border: 0;
      margin: 0 0 15px;
      padding: 15px;
      box-sizing: border-box;
      font-size: 14px; }
    .login .login-form button {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      outline: 0;
      background: #FF7F00;
      width: 100%;
      border: 0;
      padding: 15px;
      color: #FFFFFF;
      font-size: 14px;
      -webkit-transition: all 0.3 ease;
      transition: all 0.3 ease;
      cursor: pointer; }

.structures {
  position: relative; }
  .structures .filters {
    width: 20%; }
    .structures .filters select {
      width: 180px; }
  .structures .actions {
    position: absolute;
    right: 30px;
    top: -35px; }
  .structures .my-table {
    width: 80%; }
    .structures .my-table .navigator {
      text-align: right;
      padding: 10px 0;
      height: 10%; }
      .structures .my-table .navigator .pageNumber {
        display: inline-block;
        text-align: center;
        width: 100px; }
  .structures .material-icons {
    cursor: pointer; }

.structures-form {
  padding: 30px; }
  .structures-form #map {
    height: 400px; }
  .structures-form .img-validation {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    margin: 10px 0; }
  .structures-form .uploadBox input {
    padding: 20px 0; }
  .structures-form .stato {
    padding: 20px 0; }
  .structures-form.read input {
    border: none; }
  .structures-form .events-box {
    position: relative;
    margin: 20px; }
    .structures-form .events-box .add-button {
      position: absolute;
      right: 0;
      top: 10px; }

.structures-marker .marker-container {
  text-align: center; }

.structures-marker .marker-preview {
  display: inline-block;
  position: relative;
  height: 67px;
  outline: none; }

.pr-img {
  display: inline-block;
  min-width: 150px;
  text-align: center; }
  .pr-img .img {
    display: inline-block;
    border: 2px solid red;
    position: relative;
    height: 100px;
    outline: none; }
    .pr-img .img.validated {
      border-color: green; }
    .pr-img .img img {
      margin: 0 3px;
      padding: 5px;
      position: relative;
      height: 100px; }
    .pr-img .img:hover .detail-overlay {
      cursor: pointer;
      display: table;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: lightblue;
      color: white;
      font-size: 16px;
      font-weight: bold; }
      .pr-img .img:hover .detail-overlay:before {
        content: 'Dettaglio';
        display: table-cell;
        vertical-align: middle; }
  .pr-img .actions {
    display: table;
    width: 100%;
    padding: 0 10px; }
    .pr-img .actions > * {
      display: table-cell;
      text-align: center; }
      .pr-img .actions > * i {
        cursor: pointer; }

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

#myImg:hover {
  opacity: 0.7; }

/* The Modal (background) */
.modal {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%; } }

.users {
  position: relative; }
  .users .actions {
    position: absolute;
    right: 30px;
    top: -35px; }
  .users .table-cell {
    width: 100%; }
  .users .filter-cell {
    min-width: 350px; }

.update-user-modal {
  width: 800px; }
  .update-user-modal .md-dialog-content {
    margin: 20px; }

.events {
  padding: 40px; }

.update-event-modal {
  width: 800px; }
  .update-event-modal .md-dialog-content {
    margin: 20px; }
  .update-event-modal .date-box {
    position: relative;
    margin: 20px; }
    .update-event-modal .date-box .add-button {
      position: absolute;
      right: 0;
      top: 10px; }

.add-date-modal {
  width: 400px;
  overflow: visible; }
  .add-date-modal md-dialog-content {
    padding: 20px; }
  .add-date-modal md-dialog {
    overflow: visible; }

.alerts {
  padding: 20px; }

.checkin {
  position: relative; }
  .checkin .actions {
    position: absolute;
    right: 30px;
    top: -35px; }
  .checkin .table-cell {
    width: 100%; }
  .checkin .filter-cell {
    min-width: 350px; }

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