  @import url('https://fonts.googleapis.com/css?family=Roboto:500');
  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

  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-size: 100%;
      font: inherit;
      vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
      display: block;
  }

  body {
      line-height: 1;
  }

  ol,
  ul {
      list-style: none;
  }

  blockquote,
  q {
      quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
      content: '';
      content: none;
  }

  table {
      border-collapse: collapse;
      border-spacing: 0;
  }

  #messages {
      width: 40em;
      border: 1px solid grey;
      min-height: 20em;
  }

  #messages img {
      max-width: 240px;
      max-height: 160px;
      display: block;
  }

  #header {
      position: fixed;
      top: 0;
      background-color: white;
      width: 100%;
      z-index: 75;
  }

  .push {
      margin-bottom: 2em;
  }

  @keyframes yellow-fade {
      0% {
          background: #f2f2b8;
      }
      100% {
          background: none;
      }
  }

  .highlight {
      -webkit-animation: yellow-fade 2s ease-in 1;
      animation: yellow-fade 2s ease-in 1;
  }

  .hidethis {
      visibility: hidden !important;
  }

  .qredlogo {
      height: 81px;
      width: auto;
      display: block;
      transform: scale(0.5);
      margin: 0 auto;
  }

  .usernametxt {
      font-size: 12px;
      color: grey;
  }

  html,
  body {
      background: #ffffff !important;
  }

  body {
      font-family: Helvetica, Arial, sans-serif;
      color: rgba(0, 0, 0, 0.87);
  }

  a {
      color: rgb(3, 155, 229);
  }

  @media only screen and (min-width: 768px) {
      /* tablets and desktop */
  }

  @media only screen and (max-width: 767px) {
      /* phones */
      .usernametxt,
      .usernamelabel {
          display: none;
      }
      .withgoogle {
          display: none;
      }
  }

  @media only screen and (max-width: 767px) and (orientation: portrait) {
      .withgoogle {
          display: none;
      }
      /* portrait phones */
  }
  /* Media Queries: How to target desktop, tablet and mobile?
 
        http://stackoverflow.com/a/7354648/2560946 
        */

  @media (min-width:320px) {
      /* smartphones, iPhone, portrait 480x320 phones */
  }

  @media (min-width:481px) {
      /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  }

  @media (min-width:641px) {
      .withgoogle {
          display: none;
      }
      /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  }

  @media (min-width:961px) {
      /* tablet, landscape iPad, lo-res laptops ands desktops */
  }

  @media (min-width:1025px) {
      .navbarheight {
          height: 45px !important;
      }
      /* big landscape tablets, laptops, and desktops */
  }

  @media (min-width:1281px) {
      .navbarheight {
          height: 45px !important;
      }
      /* hi-res laptops and desktops */
  }

  #message {
      max-width: 960px;
      margin: 36px auto;
      border-radius: 2px;
      background: white;
      padding: 25px 24px;
  }

  #message h1 {
      font-size: 22px;
      font-weight: 500;
      text-align: center;
      margin: 0 0 16px;
  }

  #message p {
      font-weight: 300;
      line-height: 150%;
  }

  #message ul {
      list-style: none;
      margin: 16px 0 0;
      padding: 0;
      text-align: center;
  }

  #message li a {
      display: inline-block;
      padding: 8px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 500;
      background: rgb(3, 155, 229);
      color: white;
      border: 1px solid rgb(3, 155, 229);
      border-radius: 3px;
      font-size: 14px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  }

  .qrleftmenuclass {
      color: grey;
  }

  .navbarheight {
      height: 45px;
      display: block;
  }

  .menusubheader .md-subheader-inner .md-subheader-content {
      font-size: 10px;
      font-weight: 800;
  }

  .menusubheader .md-subheader-inner {
      padding: 12px;
  }

  #license-footer {
      color: rgb(215, 215, 215);
      -webkit-align-self: flex-end;
      align-self: flex-end;
      padding: 16px 32px;
      width: 100%;
      text-align: center;
      font-size: small;
      border-top: 1px solid #ddd;
  }

  #righttoolbar {
      align-items: center;
      justify-content: flex-end;
      display: flex;
  }

  .qredtoolbartools {
      padding: 0 5px;
      max-height: inherit;
  }

  #qrcodesvg svg {
      border: 1px solid #dedede;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(179, 179, 179, 0.5);
      -moz-box-shadow: 0px 1px 2px 0px rgba(179, 179, 179, 0.5);
      box-shadow: 0px 1px 2px 0px rgba(179, 179, 179, 0.5);
  }

  .qredmenuicon svg {
      fill: grey;
  }

  .createqrcard {
      border: 5px solid #f3f3f3;
      color: #ce2029;
      text-align: center;
      width: 180px;
      padding: 20px 0 10px 0;
  }

  .createqricon {
      color: #ce2029;
      font-size: 54px;
      display: inline-block;
      height: 54px;
      widows: 54px;
      min-height: 54px;
      min-width: 54px;
      margin-bottom: 30px;
      margin-top: 20px;
  }

  .qredmaincontent {
      background: #ffffff;
  }

  .md-whiteframe-glow-z1 {
      box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
  }

  .qred-landing-welcome {
      background-color: white;
      background-image: url('/app/assets/images/warmwelcomeweb.png');
      background-repeat: no-repeat;
      background-position: -webkit-calc(50% + 128px) 0;
      background-position: 0;
      background-position: calc(50% + 128px) 0;
      -webkit-background-size: auto 100%;
      background-size: auto 100%;
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
      padding: 48px 0 52px 0;
      margin-left: auto;
      margin-right: auto;
  }

  .qred-landing-welcome-title {
      color: #020202;
      font-size: 21px;
      font-weight: 800;
      line-height: 32px;
  }

  .qred-landing-welcome-subtitle {
      margin-bottom: 24px;
  }

  .qred-landing-welcome-subtitle {
      color: rgba(0, 0, 0, 0.54);
      font-size: 16px;
      line-height: 24px;
  }

  .landingintro {
      width: 376px;
  }

  md-grid,
  [md-grid],
  md-single-grid,
  [md-single-grid] {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      margin: 0 auto;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 960px;
      padding: 0 12px;
  }

  .qredtoolbar {
      min-height: 48px !important;
      max-height: 48px !important;
      background: #ffeaf6 !important;

  }

  #fabButton {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 99999;
      margin: 10px;
  }

  md-dialog.fullscreen-dialog {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      border-radius: 0;
      background: rgba(255, 255, 255, 1);
      padding: 0;
  }

  #rightcolumn {
      position: relative;
  }



  .qr-landing-welcome-mobile {
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
}


#removeqr{

          /* temporarily removing delete qr code funtionality */

    display:none;


}

.qred-ngview{
    padding-top: 54px;
    display: block;
}

#qredmodaltoolbarid{
    z-index: 90;
    position: fixed;
    top: 0;
    display: block;
    padding: 0;
    color: grey !important;
    max-height: 48px;
    min-height: 48px;
    background: #ffeaf6 !important;
}


.qredgrey{
   color:  grey  !important;
}

.qredmodaltoolbartools{
    max-height: 48px;
    min-height: 48px;
}

.qred-alpha{
    font-size: 9px;
    font-weight: 400;
    background: #dedede;
    padding: 2px 5px;
    border-radius: 2px;
}


.createqrflex{
    display: flex;
    flex-direction: row;
}


.qred-login{
    font-size: 9px;
    font-weight: 400;
    background: #f5f5f5;
    padding: 2px 5px;
    border-radius: 2px;
    color: #919191;

}


.md-inline-form md-input-container.md-input-has-value:not(.md-input-focused) label{
    color: #2b2b2b;
   }


.qredinputlabel{
    color: rgb(43, 43, 43);
  
}

.qredinputlabel{
    color: rgb(43, 43, 43);
  
}