/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

*{
  -webkit-box-sizing: border-box;box-sizing: border-box;
  margin: 0;
}
*::after,*::before{ 
  -webkit-box-sizing: border-box;box-sizing:border-box
}
html {
  font-family:sans-serif;
  font-size: 16px;
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%;
  width:100%;
  height:100%;
  -ms-touch-action:manipulation;
  touch-action:manipulation
}
body {
  background-color: #fff;
  margin: 0;
  width:100%;
  min-height:100%
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display:block
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:0
}
pre {
  font-family: monospace, monospace; 
  font-size: 1em; 
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  -webkit-tap-highlight-color:rgba(255,255,255,0)
}
a:active,a:hover{
  outline:0
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; 
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace; 
  font-size: 1em; 
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}
button,
input { 
  overflow: visible;
}
button,
select { 
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;box-sizing: border-box; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize:vertical
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;box-sizing: border-box; 
  padding: 0; 
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}
summary {
  display: list-item;
}
*[hidden] {
 display:none!important
}
[hidden],
div.data, 
template
{
  display: none;
}

/** media print */

@media print{

*,*::before,*::after{
  background:transparent !important;
  color:#000 !important;
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
  text-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
}

}

button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; font-size:inherit; font-weight:inherit;}
p{margin:0; padding:0;}
cite {font-style:normal;}
fieldset{border:0; margin:0; padding:0;}
audio, canvas, iframe, img, svg, video { vertical-align:middle;}
audio, embed, iframe, img, object, video { height: auto; max-width: 100%;}

.flex, .flex-column, .flex-center, .flex-column-center, .flex-stretch{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-column, .flex-column-center{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.flex-center, .flex-column-center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}
.flex-stretch{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
	
	

