html {
	font-family: "Open Sans";
}


html /deep/ core-toolbar {
	background: #133a66;
	color: white;
}

html /deep/ paper-tabs::shadow #selectionBar {
	background-color: #109aed;
	height: 3px;
}


body {
    overflow: hidden;
    background-color: white;
}
body.loading{
  background:url('../images/loading.gif') center no-repeat;
  min-height: 98vh;
}

@media(max-width:412px) {
    body {
        font-size: 14px;
    }
}

/*
html /deep/ a {
    text-decoration: none;
}
*/
a {
    text-decoration: none;
    color: #109aed;
}

:root {
  --default-primary-color: #ff9900;
  --dark-primary-color: #ff9900;
  --paper-fab-background: #ff9900;
  --paper-toolbar-background: #ff9900;
}

.sponsor {
    opacity: 0.95;
}


.page {
  position: relative;
  page-break-after:auto;
  page-break-inside:avoid;
  -webkit-region-break-inside: avoid;  
}

@page{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}


.print {
  display: none;
}

@media print {
  .no-print {
    display: none;
  }

  .print {
    display: block;
  }
}

