/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/**
 * Example Code
 */
/**
  .wrapper {
    @include flexbox();
  }

  .item {
    @include flex(1 200px);
    @include order(2);
  }
 */
/* line 12, ../sass/ie.scss */
.form-item input {
  min-width: 7em;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
  max-width: 95%;
}

@media (min-width: 1000px) {
  /* line 20, ../sass/ie.scss */
  div#zone-user {
    display: block !important;
  }
  /* line 23, ../sass/ie.scss */
  div#zone-user div#mini-panel-users_masthead-1 {
    justify-content: flex-start;
    width: 600px;
  }
}
