page-script-collection {
  display: block;

  .cycle-selector-wrapper {
    position: relative;
    z-index: 2;

    .cycle-selector {
      position: absolute;
      left: 16.66%;
      border: 1px solid rgba(0, 0, 0, 0.05);
      background: #FFF;
    }

    .modal-btns {
      text-align: right;
      margin: 0 10px 10px;
    }
  }

  .ex-form-group {
    .checking-line {
      text-decoration: underline;
      color: #79c4fe;
      margin-left: 10px;
      vertical-align: middle;

      &.loading {
        text-decoration: none;
        color: #dddddd;
      }

      &.disabled {
        text-decoration: none;
        cursor: no-drop;
        color: #dddddd;
      }
    }

    .msg-inline {
      margin-left: 20px;
      vertical-align: middle;
    }
  }

  .ipt {
    width: 400px;
    border-bottom: solid 1px #ccc;
    display: flex;
    align-items: center;
    margin: 0 10px;

    > input {
      border-bottom: none;
      flex: 1;
      margin: 0;
    }

    .dataSets {
      -webkit-appearance: none;
      background: none;
      flex: 1;
      height: 25px;
      border: none;
      margin-top: 5px;

      &:focus {
        outline: none;
      }
    }
  }

  .loading {
    cursor: wait !important;
  }

  .flex {
    display: flex;
  }

  [disabled=disabled] {
    cursor: no-drop;
  }

  .control-label > .fa-question-circle-o {
    margin-right: -13px;
  }
}
