/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  height: 100%;
  overflow: hidden; }

body {
  background-color: #fff;
  background-image: url(../img/ajax-loader.gif);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.browser-not-supported {
  display: none; }

.m-window {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: none; }
  .m-window.visible {
    display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.m-table-view, .m-detail-view {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Disable selection/copy in UIWebView */
  -webkit-tap-highlight-color: transparent; }

.m-base-layout-view {
  height: 100%;
  width: 100%; }

.m-navigation-bar {
  background-color: #B0BC22;
  height: 44px;
  width: 100%; }
  .m-navigation-bar.animated {
    position: absolute;
    top: 0;
    left: 0; }
  .m-navigation-bar h1.title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 14px;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding-top: 0;
    vertical-align: top; }
    .m-navigation-bar h1.title .title-inner {
      display: inline-block;
      font-size: 18px;
      font-family: "futura-pt Medium", "Futura", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      color: #fff;
      max-width: 60%;
      line-height: 1;
      vertical-align: top;
      padding: 0;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      position: relative; }
      @media only screen and (min-width: 600px) {
        .m-navigation-bar h1.title .title-inner {
          max-width: 80%; } }
      .m-navigation-bar h1.title .title-inner.large {
        max-width: 50%; }
  .m-navigation-bar button {
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    max-width: 120px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    outline: none;
    padding: 0 16px; }
    .m-navigation-bar button.button-left {
      left: 0; }
    .m-navigation-bar button.button-right {
      right: 0; }
    .m-navigation-bar button.button-back {
      position: relative;
      padding-left: 28px; }
      .m-navigation-bar button.button-back:after {
        position: absolute;
        background-image: url(../img/icon-back.png);
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        content: '';
        width: 25px;
        height: 25px;
        top: 10px;
        left: 0; }
    .m-navigation-bar button.button-icon {
      width: 44px;
      text-indent: -99999px;
      background-repeat: no-repeat;
      background-position: center center; }
    .m-navigation-bar button.button-text {
      font-family: "futura-pt light", "Futura", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      color: #fff;
      font-size: 16px; }
      .m-navigation-bar button.button-text.left-button {
        left: 10px; }
      .m-navigation-bar button.button-text.right-button {
        right: 10px; }
    .m-navigation-bar button[data-icon="hamburger"] {
      background-image: url("../img/icon-hamburger_2x.png");
      background-size: 25px 14px; }
      @media only screen and (min-width: 720px) {
        .m-navigation-bar button[data-icon="hamburger"] {
          display: none; } }
    .m-navigation-bar button[data-icon="new-note"] {
      background-image: url("../img/icon-edit_2x.png");
      background-size: 21px 22px;
      background-position: center 10px; }

.m-tab-bar-view {
  background-color: #F0F0F0;
  height: 48px;
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #C0C0C0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 10; }
  @media only screen and (min-width: 720px) {
    .m-tab-bar-view {
      width: 100%; } }
  .m-tab-bar-view .tab-item {
    width: 20%;
    display: block;
    float: left;
    height: 48px;
    background-color: #eee;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    background-size: 25px 25px;
    background-position: center 4px;
    background-repeat: no-repeat; }
    .m-tab-bar-view .tab-item a {
      display: block;
      width: 100%;
      height: 44px;
      text-decoration: none; }
    .m-tab-bar-view .tab-item .label {
      width: 100%;
      font-size: 10px;
      font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      text-align: center;
      position: absolute;
      bottom: 5px;
      left: 0;
      color: #7D7D7D; }
    .m-tab-bar-view .tab-item.selected .label {
      color: #0B74C4; }
    .m-tab-bar-view .tab-item[data-icon="activity"] {
      background-image: url(../img/icon-activity.png); }
      .m-tab-bar-view .tab-item[data-icon="activity"].selected {
        background-image: url(../img/icon-activity-selected.png); }
    .m-tab-bar-view .tab-item[data-icon="attendees"] {
      background-image: url(../img/icon-attendees.png); }
      .m-tab-bar-view .tab-item[data-icon="attendees"].selected {
        background-image: url(../img/icon-attendees-selected.png); }
    .m-tab-bar-view .tab-item[data-icon="documents"] {
      background-image: url(../img/icon-documents.png); }
      .m-tab-bar-view .tab-item[data-icon="documents"].selected {
        background-image: url(../img/icon-documents-selected.png); }
    .m-tab-bar-view .tab-item[data-icon="hotel"] {
      background-image: url(../img/icon-hotel.png); }
      .m-tab-bar-view .tab-item[data-icon="hotel"].selected {
        background-image: url(../img/icon-hotel-selected.png); }
    .m-tab-bar-view .tab-item[data-icon="agenda"] {
      background-image: url(../img/icon-agenda.png); }
      .m-tab-bar-view .tab-item[data-icon="agenda"].selected {
        background-image: url(../img/icon-agenda-selected.png); }

.tab-bar-controller .view-controller {
  display: none; }
  .tab-bar-controller .view-controller.show {
    display: block; }

.m-main-view {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15); }
  .m-main-view.open {
    left: 280px;
    -webkit-transition: left 0.25s ease-in;
    -moz-transition: left 0.25s ease-in;
    transition: left 0.25s ease-in; }
  @media only screen and (min-width: 720px) {
    .m-main-view {
      left: 280px; }
      .m-main-view .main-inner {
        position: relative;
        margin-right: 280px; } }

.m-basic-view {
  width: 100%;
  height: 100%;
  position: relative; }

.m-loading-view {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #fff;
  background-image: url(../img/ajax-loader.gif);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center; }

.m-table-view, .m-detail-view {
  position: relative;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.m-sidebar-navigation {
  background-color: #7E94A2;
  position: absolute;
  width: 280px;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 16px;
  -webkit-transform: translate3d(0px, 0px, 0px); }
  @media only screen and (max-height: 420px) {
    .m-sidebar-navigation {
      padding-top: 0; } }
  .m-sidebar-navigation .logo {
    margin: 0 auto;
    display: block; }
    @media only screen and (max-height: 420px) {
      .m-sidebar-navigation .logo {
        display: none; } }
  .m-sidebar-navigation .welcome {
    margin-top: 15px;
    background-color: #63757F;
    padding: 12px 0;
    font-family: "futura-pt Medium", "Futura", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    padding: 15px 0 15px 25px;
    overflow: hidden; }
    .m-sidebar-navigation .welcome img {
      float: left; }
    .m-sidebar-navigation .welcome .text {
      float: left;
      padding-left: 10px;
      line-height: 50px; }
  .m-sidebar-navigation ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 25px; }
    .m-sidebar-navigation ul li {
      margin: 0;
      padding: 0;
      background-repeat: no-repeat;
      background-size: 25px 25px;
      background-position: left center;
      font-size: 16px;
      padding-left: 40px;
      font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal; }
      .m-sidebar-navigation ul li .label {
        border-top: 1px solid #93ABBA;
        padding: 16px 0;
        display: block;
        width: 100%; }
      .m-sidebar-navigation ul li:first-child .label {
        border-top: none; }
      .m-sidebar-navigation ul li[data-icon="event"] {
        background-image: url(../img/icon-event.png); }
      .m-sidebar-navigation ul li[data-icon="open"] {
        background-image: url(../img/icon-open.png); }
      .m-sidebar-navigation ul li[data-icon="profile"] {
        background-image: url(../img/icon-profile.png); }
      .m-sidebar-navigation ul li[data-icon="logout"] {
        background-image: url(../img/icon-logout.png); }
    .m-sidebar-navigation ul a {
      color: #fff;
      text-decoration: none; }

.m-notes-view {
  width: 100%;
  height: 100%;
  position: absolute; }
  .m-notes-view form {
    width: 100%;
    height: 100%;
    position: absolute; }
  .m-notes-view textarea {
    width: 100%;
    height: 100%;
    outline: none;
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    padding: 16px;
    border: none;
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #333; }

.m-presentable-view {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  display: block;
  content: '';
  background-color: #fff;
  z-index: 200;
  -webkit-transition: bottom 0.25s ease-in-out;
  -moz-transition: bottom 0.25s ease-in-out;
  transition: bottom 0.25s ease-in-out; }
  .m-presentable-view.present {
    bottom: 0; }
  .m-presentable-view > div {
    width: 100%;
    height: 100%; }

.m-segmented-control:after {
  content: "";
  display: table;
  clear: both; }
.m-segmented-control.m-segmented-control-3 .button {
  width: 33.33333%; }
.m-segmented-control .button {
  width: 50%;
  float: left;
  padding: 14px 0;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background-color: #F0F0F0;
  border-bottom: 1px solid #C0C0C0;
  font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
  font-size-adjust: 0.51;
  font-weight: 500;
  font-style: normal;
  color: #0B74BA;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;
  position: relative;
  outline: none;
  cursor: pointer; }
  .m-segmented-control .button span {
    display: inline-block;
    padding-left: 30px;
    position: relative; }
    .m-segmented-control .button span:after {
      position: absolute;
      width: 25px;
      height: 25px;
      content: '';
      left: 0;
      top: -4px;
      background-size: 25px 25px;
      background-repeat: no-repeat; }
  .m-segmented-control .button[data-icon="messages"] span:after {
    background-image: url(../img/icon-messages.png);
    top: -4px; }
  .m-segmented-control .button[data-icon="feed"] span:after {
    background-image: url(../img/icon-feed.png);
    top: -6px; }
  .m-segmented-control .button[data-icon="chat"] span:after {
    background-image: url(../img/icon-chat.png);
    top: -4px; }
  .m-segmented-control .button[data-icon="photos"] span:after {
    background-image: url(../img/icon-camera.png);
    top: -5px; }
  .m-segmented-control .button[data-icon="upcoming"] span:after {
    background-image: url(../img/icon-upcoming.png);
    top: -5px; }
  .m-segmented-control .button[data-icon="past"] span:after {
    background-image: url(../img/icon-past.png);
    top: -5px; }
  .m-segmented-control .button + .button {
    border-left: 1px solid #C0C0C0; }
  .m-segmented-control .button.selected {
    background-color: #fff; }
    .m-segmented-control .button.selected:after {
      position: absolute;
      background-color: rgba(0, 101, 163, 0.13);
      height: 5px;
      width: 100%;
      content: '';
      display: block;
      left: 0;
      bottom: -6px;
      z-index: 10; }

.button-wrapper {
  padding: 16px; }
  .button-wrapper #photo-upload-field {
    visibility: hidden;
    height: 0;
    display: block; }
  .button-wrapper button {
    width: 100%;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-align: center;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    color: #717073;
    padding: 15px 0;
    outline: none; }
    .button-wrapper button.loading {
      text-indent: -99999px;
      background-image: url(../img/ajax-loader.gif);
      background-size: 24px 24px;
      background-position: center center;
      background-repeat: no-repeat; }

.m-table-view-header {
  line-height: 1;
  width: 100%;
  display: block;
  z-index: 5;
  background-color: #636569;
  color: #fff;
  padding: 10px 16px;
  border-bottom: 1px solid #fff; }

.m-table-view {
  background-color: #fff; }
  .m-table-view.bottom-separator {
    border-bottom: 6px solid rgba(99, 101, 105, 0.25); }
  .m-table-view .item {
    position: relative;
    overflow: hidden;
    padding-left: 16px; }
    .m-table-view .item + .item .content {
      border-top: 1px dashed rgba(126, 148, 162, 0.5); }
    .m-table-view .item.photo .content {
      padding-right: 0; }
    .m-table-view .item.photo:first-child .content {
      padding-top: 0; }
    .m-table-view .item .date {
      background-image: url(../img/bg-event.png);
      background-size: 48px 54px;
      background-repeat: no-repeat;
      width: 48px;
      height: 54px;
      display: block;
      position: absolute;
      left: 12px;
      top: 22px; }
      .m-table-view .item .date span {
        text-align: center;
        font-family: "futura-pt Book", "Futura", "Helvetica Neue", Arial, sans-serif;
        font-size-adjust: 0.51;
        font-weight: 400;
        font-style: normal;
        color: #ADBD00;
        line-height: 1; }
      .m-table-view .item .date .day {
        display: block;
        width: 100%;
        font-size: 16px;
        padding-top: 10px; }
      .m-table-view .item .date .month {
        display: block;
        width: 100%;
        font-size: 12px;
        text-transform: uppercase;
        padding-top: 4px; }
    .m-table-view .item img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
    .m-table-view .item .thumbnail img {
      width: 44px;
      height: 44px;
      display: block;
      float: left;
      margin-top: -10px;
      margin-right: 10px; }
    .m-table-view .item.has-date {
      padding-left: 72px; }
    .m-table-view .item.has-icon {
      padding-left: 62px;
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: 18px 19px; }
      .m-table-view .item.has-icon .content {
        padding-left: 0; }
      .m-table-view .item.has-icon.icon-center {
        background-position: 18px center; }
      .m-table-view .item.has-icon[data-icon="folder"] {
        background-image: url(../img/icon-folder.png); }
      .m-table-view .item.has-icon[data-icon="file"] {
        background-image: url(../img/icon-file.png); }
      .m-table-view .item.has-icon[data-icon="chat"] {
        background-image: url(../img/icon-chat.png); }
      .m-table-view .item.has-icon[data-icon="documents"] {
        background-image: url(../img/icon-documents.png); }
      .m-table-view .item.has-icon[data-icon="important"] {
        background-image: url(../img/icon-important.png); }
      .m-table-view .item.has-icon[data-icon="mail"] {
        background-image: url(../img/icon-mail.png); }
      .m-table-view .item.has-icon[data-icon="company"] {
        background-image: url(../img/icon-company.png); }
      .m-table-view .item.has-icon[data-icon="notice"] {
        background-image: url(../img/icon-notice.png); }
      .m-table-view .item.has-icon[data-icon="title"] {
        background-image: url(../img/icon-company.png); }
      .m-table-view .item.has-icon[data-icon="survey"] {
        background-image: url(../img/icon-survey.png); }
      .m-table-view .item.has-icon[data-icon="link"] {
        background-image: url(../img/icon-link.png); }
      .m-table-view .item.has-icon[data-icon="address"] {
        background-image: url(../img/icon-address.png); }
      .m-table-view .item.has-icon[data-icon="phone"] {
        background-image: url(../img/icon-phone.png); }
      .m-table-view .item.has-icon[data-icon="url"] {
        background-image: url(../img/icon-url.png); }
      .m-table-view .item.has-icon[data-icon="presenter"] {
        background-image: url(../img/icon-presenter.png); }
      .m-table-view .item.has-icon[data-icon="session-location"] {
        background-image: url(../img/icon-session-location.png); }
      .m-table-view .item.has-icon[data-icon="time"] {
        background-image: url(../img/icon-time.png); }
  @media only screen and (min-width: 720px) {
    .m-table-view.supports-grid .item {
      width: 50%;
      float: left; }
      .m-table-view.supports-grid .item .image {
        display: block;
        height: 150px;
        overflow: hidden; }
      .m-table-view.supports-grid .item + .item .content {
        border-top: none;
        padding-top: 0; } }
  @media only screen and (min-width: 960px) {
    .m-table-view.supports-grid .item {
      width: 33.33333%; }
      .m-table-view.supports-grid .item .image {
        height: 150px; } }
  .m-table-view .section header {
    font-family: "futura-pt Medium", "Futura", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    background-color: #637B8A;
    color: #fff;
    padding: 12px 20px; }
  .m-table-view .primary-label {
    font-size: 16px;
    line-height: 24px;
    color: #7E94A2;
    display: block;
    font-family: "futura-pt Medium", "Futura", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal; }
  .m-table-view .single-label {
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: block; }
  .m-table-view .content {
    padding: 16px 10px 16px 0; }
    .m-table-view .content .content-inner {
      padding-right: 20px; }
    .m-table-view .content.disclosure .content-inner {
      background-image: url(../img/icon-disclosure.png);
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: right center; }
  .m-table-view a {
    color: inherit;
    text-decoration: none; }
  .m-table-view .accessory-label {
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #858585;
    position: absolute;
    top: 19px;
    right: 40px; }
    @media only screen and (max-width: 400px) {
      .m-table-view .accessory-label .end {
        display: none; } }
  .m-table-view .secondary-label {
    padding-top: 7px;
    font-size: 14px;
    line-height: 20px;
    color: #636569;
    display: block;
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal; }
  .m-table-view .reply, .m-table-view .comments, .m-table-view .separator {
    font-size: 14px;
    display: inline-block;
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    color: #999;
    padding-top: 5px;
    margin-right: 5px; }

.m-view-controller {
  position: relative;
  height: 100%;
  width: 100%; }

.m-search-bar {
  width: 100%;
  padding: 7px 12px;
  background-color: #F0F0F0;
  border-bottom: 1px solid #C0C0C0; }
  .m-search-bar .inner {
    display: block;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #C6C6C6;
    padding: 5px 35px;
    background-color: #fff;
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 5px center; }
  .m-search-bar input {
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #BCBCBC;
    padding: 0;
    width: 100%;
    border: none;
    outline: none; }

.m-profile-view {
  width: 100%;
  height: 100%;
  position: absolute; }
  .m-profile-view .errors {
    list-style: none;
    padding: 8px 16px; }
    .m-profile-view .errors li {
      background: #c30404;
      padding: 10px 16px;
      color: #fff;
      display: block;
      border-top: 1px solid snow; }
      .m-profile-view .errors li:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: none; }
      .m-profile-view .errors li:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
  .m-profile-view .m-detail-view .avatar-banner {
    margin-bottom: 20px; }
  .m-profile-view .field {
    width: 100%;
    padding: 8px 16px;
    overflow: hidden;
    margin-bottom: 10px; }
    .m-profile-view .field label {
      width: 100%;
      padding-bottom: 5px;
      display: block; }
      @media only screen and (min-width: 720px) {
        .m-profile-view .field label {
          float: left;
          width: 20%;
          padding-bottom: 0;
          line-height: 44px; } }
    .m-profile-view .field input[type=text] {
      width: 100%;
      display: block;
      padding: 12px 16px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      font-size: 15px;
      border: 1px solid #C0C0C0;
      border-radius: 0;
      display: block;
      outline: none; }
      @media only screen and (min-width: 720px) {
        .m-profile-view .field input[type=text] {
          float: left;
          width: 80%; } }

.scrolling {
  overflow-y: auto; }

.m-detail-view {
  background-color: #F1F1F1; }
  .m-detail-view .title {
    width: 100%;
    height: auto;
    font-family: "futura-pt Medium", "Futura", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    padding: 16px 70px 16px 16px;
    display: block; }
  .m-detail-view .m-title-view {
    background-image: url(/mobile/img/texture.png);
    position: relative; }
    .m-detail-view .m-title-view .title {
      color: #fff;
      overflow: hidden; }
    .m-detail-view .m-title-view .thumbnail {
      float: left;
      display: block;
      overflow: hidden; }
      .m-detail-view .m-title-view .thumbnail + .text {
        line-height: 44px;
        padding-left: 10px;
        display: block;
        float: left; }
    .m-detail-view .m-title-view .email {
      position: absolute;
      right: 16px;
      top: 20px;
      display: block;
      color: #fff; }
  .m-detail-view .banner {
    width: 100%;
    position: relative;
    max-height: 200px;
    overflow: hidden; }
    .m-detail-view .banner .title {
      padding: 16px 70px 16px 16px;
      color: #fff;
      position: absolute;
      z-index: 11;
      bottom: 0; }
    .m-detail-view .banner .placeholder {
      min-height: 200px;
      background-position: bottom center;
      background-size: cover; }
      @media only screen and (min-width: 600px) {
        .m-detail-view .banner .placeholder {
          background-position: center center; } }
    .m-detail-view .banner:after {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 10; }
  .m-detail-view .avatar-banner {
    height: 240px;
    max-height: 240px; }
    .m-detail-view .avatar-banner .placeholder {
      height: 240px; }
    .m-detail-view .avatar-banner .btn-group {
      position: absolute;
      z-index: 11;
      bottom: 15px;
      display: block;
      width: 100%;
      text-align: center; }
      .m-detail-view .avatar-banner .btn-group button {
        display: inline-block; }
    .m-detail-view .avatar-banner .text {
      position: absolute;
      z-index: 11;
      bottom: 20px;
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-family: "futura-pt Medium", "Futura", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal; }
    .m-detail-view .avatar-banner img {
      position: absolute;
      z-index: 11;
      top: 20px;
      left: 50%;
      margin-left: -75px; }
    .m-detail-view .avatar-banner input {
      display: none; }
    .m-detail-view .avatar-banner button {
      border-radius: 3px;
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 6px 12px;
      color: #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      font-family: "futura-pt light", "Futura", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      font-size: 14px; }
      .m-detail-view .avatar-banner button:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3); }
  .m-detail-view .m-table-view {
    height: auto; }
  .m-detail-view .attractions {
    border-top: 1px solid #CECECE;
    padding: 16px;
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px; }
    .m-detail-view .attractions h3 {
      margin-top: 0;
      font-family: "futura-pt Medium", "Futura", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      font-size: 16px; }

.m-login-view {
  width: 100%;
  height: 100%;
  position: relative; }
  .m-login-view .background {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .m-login-view .background .image {
      position: absolute;
      width: 100%;
      height: 100%;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1;
      display: block;
      -webkit-filter: blur(5px);
      filter: blur(5px); }
    .m-login-view .background .shade {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(255, 255, 255, 0.75);
      top: 0;
      left: 0;
      z-index: 1; }
  .m-login-view .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 88px;
    top: 0;
    left: 0;
    z-index: 5; }
  .m-login-view .logo {
    margin: 0 auto;
    display: block; }
  .m-login-view .error {
    background-color: #DC495A;
    color: #fff;
    border-radius: 3px;
    padding: 12px 16px;
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 21px; }
  .m-login-view form {
    padding: 16px;
    margin: 0 auto;
    max-width: 300px; }
    .m-login-view form input[type=text], .m-login-view form input[type=password] {
      padding: 12px 16px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      font-size: 15px;
      border: 1px solid #C0C0C0;
      border-radius: 0;
      width: 100%;
      display: block;
      outline: none; }
    .m-login-view form button {
      font-family: "futura-pt Medium", "Futura", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      font-size: 18px;
      color: #fff;
      text-align: center;
      padding: 12px 0;
      width: 100%;
      background-color: #B0BC22;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      border: none;
      border-radius: 3px;
      margin-top: 18px;
      outline: none; }
    .m-login-view form .forgot {
      color: #0B74C4;
      font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.51;
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      text-align: center;
      width: 100%;
      display: block;
      margin-top: 16px;
      text-decoration: none; }
    .m-login-view form #username_field {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom: 0; }
    .m-login-view form #password_field {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
  .m-login-view .copyright {
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #666666;
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    left: 0;
    bottom: 16px; }
    @media only screen and (max-height: 420px) {
      .m-login-view .copyright {
        display: none; } }

.m-browser-view {
  width: 100%;
  height: 100%;
  position: absolute; }
  .m-browser-view .m-navigation-bar {
    background-color: #636569; }
  .m-browser-view form {
    width: 100%;
    height: 100%;
    position: absolute; }
  .m-browser-view iframe {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    -webkit-backface-visibility: visible; }

.m-advertisers {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  width: 240px;
  height: 120px; }
  .m-advertisers .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    z-index: 10;
    background-image: url("../img/close.png");
    background-repeat: no-repeat;
    color: #fff; }
  .m-advertisers.m-advertisers-list {
    position: fixed;
    bottom: 65px;
    z-index: 100;
    left: 50%;
    margin-left: -120px; }
    @media only screen and (min-width: 720px) {
      .m-advertisers.m-advertisers-list {
        display: none; } }

.slide.ng-hide-add,
.slide.ng-hide-remove {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  display: block !important; }

.slide.ng-hide-add.ng-hide-add-active,
.slide.ng-hide-remove {
  opacity: 0; }

.slide.ng-hide-add,
.slide.ng-hide-remove.ng-hide-remove-active {
  opacity: 1; }

.slider {
  position: relative;
  width: 100%; }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 15px #999;
  cursor: pointer; }

.m-blank-slate {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding-top: 120px; }
  .m-blank-slate .message {
    width: 280px;
    margin: 0 auto 0;
    text-align: center;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    padding: 20px;
    font-family: "museo-slab", "Museo Slab", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.51;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
    .m-blank-slate .message.has-uploader {
      padding-bottom: 0; }
      .m-blank-slate .message.has-uploader .button-wrapper {
        padding-left: 0;
        padding-right: 0; }

#map-canvas {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute; }

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