/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/*

This is the control file for all icons used in the application.

Edit $caption-list/$dashboard-state-list list if you want to remove or add icons.

Example:
  In the template:  <span class="caption-icon" id="caption-icon-dashboard"></span>
  In this file:     $caption-list: [...], dashboard
  Icon name:        caption-icon-dashboard.png

You can use the $show-caption-icons/$show-state-icons variable to globally enable or disable icons.
*/
/* line 17, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 12, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#header-wrapper {
  width: 100%;
  *zoom: 1;
}
/* line 38, ../../../../shared/bundle/ruby/2.2.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#header-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 17, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#left-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  display: inline;
  float: left;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 15px;
}
/* line 26, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#left-wrapper img {
  max-height: 70px;
  max-width: 100%;
}

/* line 32, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  text-align: right;
  display: inline;
  float: right;
}
/* line 39, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper .site-action-separator {
  background-image: url(/assets/site-action-separator-762e7bc649dd3310cf96bf7e5b0e098d.png);
  height: 30px;
  width: 6px;
  display: inline-block;
  background-size: cover;
  vertical-align: -50%;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 50, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper #actions {
  display: inline-block;
}
/* line 54, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper #site-current-user, #right-wrapper #site-action-logout, #right-wrapper #mhm-logo, #right-wrapper #logout-timer, #right-wrapper #help_document, #right-wrapper #change-user {
  display: inline-block;
}
/* line 58, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper #site-current-user {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}
/* line 66, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper #change-user {
  text-align: left;
}
/* line 68, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper #change-user select {
  min-width: 150px;
}
/* line 73, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper #new_user_id_chosen {
  min-width: 100px;
  max-width: 150px;
}
/* line 78, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper #site-action-logout, #right-wrapper #help_document {
  vertical-align: -25%;
}
/* line 83, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper #mhm-logo img {
  max-width: 100%;
  margin-bottom: -3px;
}
/* line 88, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper > * {
  margin-right: 20px;
  margin-top: 10px;
}
/* line 93, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper span#session-language {
  vertical-align: 2px;
  display: inline-block;
}
/* line 95, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper span#session-language .active-language {
  color: #848484;
}
/* line 100, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper span#session-language a {
  vertical-align: text-top;
  text-transform: uppercase;
}
/* line 104, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#right-wrapper span#session-language span.separator {
  background-image: url(/assets/separator-dot-dc4ee61cf2a30ee9575204972cff79fe.png);
  background-size: cover;
  width: 2px;
  height: 2px;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
}

/* line 117, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#prefs-panel {
  display: none;
  position: absolute;
  right: 20px;
  width: 180px;
  background-color: white;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 10px;
  z-index: 1;
  font-size: 10px;
}
/* line 127, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#prefs-panel > a {
  color: grey;
  margin-top: 3px;
  float: right;
}
/* line 132, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#prefs-panel strong {
  font-size: 110%;
}
/* line 135, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#prefs-panel ul {
  margin: 5px 0px 0px 0px;
  padding: 0;
  list-style: inside none;
}
/* line 139, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#prefs-panel ul li {
  background-color: lightgray;
  margin-top: 1px;
}
/* line 142, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#prefs-panel ul li a {
  text-decoration: none;
  color: black;
  display: block;
}
/* line 146, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
#prefs-panel ul li a:before {
  vertical-align: middle;
  content: ">";
  font-weight: bold;
  font-size: 120%;
  color: #f1f1f1;
  padding: 0px 5px;
}

@media only screen and (max-width: 1050px) {
  /* line 162, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
  #header-wrapper #mhm-logo,
  #right-wrapper .site-action-separator.username-separator {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  /* line 169, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
  #header-wrapper #logout-timer,
  #right-wrapper .site-action-separator.logout-separator {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  /* line 176, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
  #header-wrapper #site-current-user,
  #right-wrapper .site-action-separator.change-user-separator {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  /* line 182, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
  #left-wrapper {
    width: 35%;
  }

  /* line 185, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
  #right-wrapper {
    width: 60%;
  }

  /* line 188, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
  #header-wrapper span#session-language {
    float: none;
  }

  /* line 191, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/partials/_header.scss */
  #logout, #login {
    margin-right: 0;
  }
}
/* line 16, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
body {
  font-family: Arial, sans-serif;
}

/* line 20, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
ul#site-actions, div#application-menu, div#prefs-panel, aside, footer {
  display: none !important;
}

/* line 25, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
#mhmr_staff_events_index .subscription-link {
  display: none;
}
/* line 28, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
#mhmr_staff_events_index table.standalone {
  width: 100%;
}
/* line 30, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
#mhmr_staff_events_index table.standalone .mass-field, #mhmr_staff_events_index table.standalone tr.footer {
  display: none;
}
/* line 33, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
#mhmr_staff_events_index table.standalone a {
  text-decoration: none;
  color: black;
}
/* line 37, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
#mhmr_staff_events_index table.standalone th {
  padding: 5px;
  border: 1px solid #848484;
  font-weight: bold;
}
/* line 42, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
#mhmr_staff_events_index table.standalone tr {
  page-break-after: auto;
}
/* line 45, ../../../../shared/bundle/ruby/2.2.0/gems/mhmr-6.7.7/app/assets/stylesheets/print.scss */
#mhmr_staff_events_index table.standalone td {
  border: 1px solid #848484;
  padding: 5px;
}
