/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#threesixty_poi_modal {
  position: fixed;
  z-index: 9999;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2); }
  #threesixty_poi_modal .box {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    overflow: auto;
    position: relative;
    background: #fff;
    border-radius: 4px;
    min-width: 200px; }
    #threesixty_poi_modal .box .head {
      width: 100%;
      border-bottom: solid 1px #DDD;
      padding: 10px; }
    #threesixty_poi_modal .box .content {
      padding: 10px;
      min-height: 200px; }
    #threesixty_poi_modal .box .close {
      position: absolute;
      top: 10px;
      right: 10px; }
      #threesixty_poi_modal .box .close:after {
        content: 'X'; }

/*# sourceMappingURL=poi360-public.css.map */
