body div#zenoss-insert-modal,
body div#zenoss-insert-button {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: relative; }
  body div#zenoss-insert-modal > .overlay,
  body div#zenoss-insert-button > .overlay {
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.5); }
    body div#zenoss-insert-modal > .overlay .close-overlay,
    body div#zenoss-insert-button > .overlay .close-overlay {
      cursor: pointer;
      font-size: 1.5rem;
      text-align: right;
      padding-bottom: 10px; }
    body div#zenoss-insert-modal > .overlay > .container,
    body div#zenoss-insert-button > .overlay > .container {
      top: 20%;
      margin: auto;
      padding: 20px;
      position: relative;
      max-width: 60%;
      background: #fff; }

body div#zenoss-modal {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed; }
  body div#zenoss-modal > .overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(128, 128, 128, 0.5); }
    body div#zenoss-modal > .overlay > .container {
      top: 20%;
      position: relative;
      max-width: 850px;
      background-color: #fff; }
      body div#zenoss-modal > .overlay > .container .close-modal {
        color: #8a8a8a;
        cursor: pointer;
        text-align: right;
        font-size: 1.7rem;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 1; }
      body div#zenoss-modal > .overlay > .container .form-col form input, body div#zenoss-modal > .overlay > .container .form-col form textarea, body div#zenoss-modal > .overlay > .container .form-col form select {
        max-width: 100%; }
      body div#zenoss-modal > .overlay > .container .cf7mls_back {
        display: none; }
  body div#zenoss-modal .fieldset-cf7mls .cf7mls_next {
    background-color: #F26122;
    border: 1px solid #F26122;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 0;
    width: 150px;
    margin: auto; }
  body div#zenoss-modal .fieldset-cf7mls-wrapper {
    padding: 0; }
  @media (min-width: 768px) {
    body div#zenoss-modal .wpcf7 {
      top: calc(50%);
      position: relative;
      transform: translateY(-50%); } }
  body div#zenoss-modal .wpcf7-response-output {
    color: white; }

.result-text {
  color: #00B7C3;
  border: 2px solid #00B7C3;
  margin: 0 1em;
  padding: 0.5em;
  box-shadow: 0 1px 2px #E6E7E8; }

.result-text-modal {
  color: white;
  border: 2px solid #4dff00;
  margin: 0 1em;
  padding: 0.5em;
  box-shadow: 0 1px 2px #E6E7E8; }

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