  .wrapper-global-form {
    background-color: #f7f7f7;
    list-style-type: none;
    padding: 0;
    border-radius: 3px;
  }
  .form-row {
    display: flex;
    justify-content: flex-end;
    padding: .5em;
  }
  .form-row > label {
    padding: .5em 1em .5em 0;
    flex: 1;
    font-weight: bold;
  }
  .form-row > input {
    flex: 2;
  }
  .form-row > input,
  .form-row > button {
    padding: .5em;
  }
  .form-row > button {
   background: gray;
   color: white;
   border: 0;
  }
  .area-row > label {
    padding: .5em 1em .5em 0;
    flex: 1;
    font-weight: bold;
  }
  .area-row {
    justify-content: flex-end;
    padding: .5em;
  }

    /*UTM*/
  h5.utm-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
  }
  input.disabled, input:disabled, select.disabled, select:disabled, textarea.disabled, textarea:disabled {
      background: rgba(255,255,255,.5);
      border-color: rgba(222,222,222,.75);
      box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
      color: rgba(51,51,51,.5);

  /*Responsive Map*/
  .responsive-map {
      overflow:hidden;
      padding-bottom:56.25%;
      position:relative;
      height:0;
  }
  .responsive-map iframe{
      left:0;
      top:0;
      height:100%;
      width:100%;
      position:absolute;
  }

  /*Table Responsive*/
