/* QPASS RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, 
abbr, acronym, address, applet, 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, 
html{
  font-family: 'Helvetica', sans-serif;
}
body{
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav,
section, summary{
  display: block;
}
audio, canvas, progress, video{
  display: inline-block;
  vertical-align: baseline;
}
a{
  background: transparent;
}
a:active, a:hover{
  outline: 0;
  text-decoration:none;
}
b, strong{
  font-weight: bold;
}
img{
  border: 0;
}
button, input, optgroup, select, textarea{
  margin: 0;
}
button, select{
  text-transform: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
  cursor: pointer;
}
button[disabled], input[disabled]{
  cursor: default;
}
textarea{
  overflow: auto;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
td, th{
  padding: 0;
}
html{   
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  font: 14px Helvetica, sans-serif; 
  color: #191919; 
  line-height: 1.4;
}
body{ 
  margin: 0;
  color: #191919; 
}
a{ 
  color: #000;  
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
  margin:0px;
}
ul{
  padding:0px;
  margin:0px;
}
*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}