/* line 1, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  overflow: hidden;
}
/* line 7, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport a {
  border: none;
  padding: 0 0 0 6px;
}
/* line 11, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport a:visited, .mx-passport a:link {
  color: #369;
  text-decoration: none;
}
/* line 17, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport a:hover, .mx-passport a:active, .mx-passport a:focus {
  color: #f00;
  text-decoration: underline;
  outline: none;
}
/* line 24, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 30, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport ul li {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
/* line 37, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport ul li.user {
  background-image: url(/static-content/widgets/assets/passport-iconset.png);
  background-repeat: no-repeat;
  background-position: 0 -6px;
  padding-left: 10px;
  line-height: 12px;
}

/* line 47, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: absolute;
  margin: 6px auto 0;
  background-color: #eee;
}
/* line 59, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals .arrow {
  display: block;
  position: absolute;
  top: -6px;
  right: 20px;
  width: 11px;
  height: 6px;
  border: none;
  background-image: url(/static-content/widgets/assets/passport-iconset.png);
  background-repeat: no-repeat;
  background-position: 0 -56px;
}
/* line 72, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals a {
  display: block;
  padding: 0;
  border: none;
}
/* line 77, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals a:visited, .mx-passport-portals a:link {
  color: #369;
  text-decoration: none;
}
/* line 82, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals a:hover, .mx-passport-portals a:active, .mx-passport-portals a:focus {
  color: #f00;
  text-decoration: underline;
  outline: none;
}
/* line 89, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals ul {
  background-color: #fff;
  border: 1px solid #cdcacb;
  border-radius: 4px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.25);
  list-style: none;
  list-style-image: none;
  margin: 0;
  min-width: 48px;
  max-width: 400px;
  padding: 6px 0;
}
/* line 103, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals ul li {
  margin: 0 12px;
  padding: 6px 0;
  text-align: left;
  white-space: nowrap;
}
/* line 110, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals ul li.htube {
  display: block;
  line-height: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 6px 12px;
}
/* line 121, /Users/denisaleshin/sandbox/ruby/widgets/app/assets/stylesheets/mx.auth.css.scss */
.mx-passport-portals ul li.logout a {
  background-image: url(/static-content/widgets/assets/passport-iconset.png);
  background-repeat: no-repeat;
  background-position: 0 -30px;
  padding-left: 20px;
}
