.net-promoter-score-container {
  width: 550px;
  margin: 0px auto 60px; }

.net-promoter-score-indicator {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  position: relative;
  top: 17px;
  z-index: 20;
  box-shadow: 0px 0em 1em 5px rgba(141, 141, 154, 0.08), 0 0.063em 1em 1px rgba(109, 109, 109, 0.2);
  border: solid 6px;
  border-color: #5da574;
  background-color: #fff; }

.net-promoter-score {
  width: 550px;
  height: 10px;
  background: linear-gradient(90deg, #e74c3c 0%,#f1c40f 63%, #16a085 71%, #16a085 87%, #2563d5 100%); 
  background-repeat: no-repeat;
  margin-top: 10px;
  background-size: 550px 15px;
  border-radius: 10px;
  animation: loading 6s ease-in-out forwards;
  margin: auto;
  position: relative;
  z-index: 10;
  box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07); }

.net-promoter-score {
  background-color: #2c3e50; }

@media only screen and (max-width: 600px) {
  .net-promoter-score-container {
    max-width: 90%;
    padding: 10px; }

  .net-promoter-score {
    width: 100%;
    background-size: 100% 15px; } }
/* CSS for CalPro Research Development Dashboard Report */
/* Larry Hill October 2019 */
html {
  font-family: "Lato", sans-serif;
  background-color: #f5f5f5; }

/* Typography */
h1,
h2 {
  color: #2c3e50; }

h2,
h3 {
  margin: 0; 
  color: #2c3e50; }

h1 {
  font-size: 2em; }

p {
  font-size: 15px;
  line-height: 23px; }

/* Misc Provided Selectors */
.Red {
  background-color: #e74c3c;
  color: white; }

.Orange {
  color: #f1c40f; }

.Green {
  background-color: #16a085;
  color: white; }

.RoyalBlue {
  color: white;
  background-color: #2563d5; }


.GoldenRod {
  color: GoldenRod; }

.DarkOrange {
  color: white;
  background-color: #f1c40f; }

.largefont {
  font-size: 2em; }

.smallfont {
  font-size: 0.8em; }

header {
  margin: auto;
  padding: 30px 40px 42px; }

.logo {
  margin: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #8080802e;
  border-top: 1px solid #8080802e; }
  .logo h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 3px;
    color: #b7b7b7; }
  .logo img {
    width: 100px;
    border-left: 1px solid #8080802e;
    padding: 0 10px 0 40px; }

.data {
  background-color: #fbfbfd;
  padding: 20px 35px; }

.your-data-title {
  margin-left: 50px;
  margin-bottom: 10px;
  border-bottom: solid #2c3e50 2px;
  padding: 0 0px 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
  color: #b7b7b7; }

/* Large devices */
@media only screen {
  .main {
    max-width: 1200px;
    width: 80%;
    margin: auto;
    padding-top: 10px;
    box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07);
    background-color: White;
    border-radius: 3px;
    background-color: #fff; }

/* For containing charts. No styling needed */  
  .chart-container {  }
  
  .charts {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

  .chart {
    width: 96%;
    background: white;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 8px rgba(0, 0, 0, 0.06);
    border: solid 1px #f0f1f6;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px; }
    .chart img {
      width: 25px; }
	  
	.split-chart {
	width: 47%; }
	
  .chart-title {
    background-color: #fbfbfd;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
    color: #2c3e50;
    padding: 20px;
    display: flex;
    justify-content: space-between; } }
/* Medium devices */
@media only screen and (max-width: 900px) {
  .main {
    width: 100%;
    margin: none;
    padding: 5px;
    border: none;
    box-shadow: none;
    max-width: 768px;
    background-color: White; }

  .charts {
    display: flex;
    flex-direction: column;
    width: 100%; }

	.split-chart {
	width: 100%; }	}
	
/* Small devices */
@media only screen and (max-width: 600px) {
  body {
    margin: 10px; }

  h1 {
    font-size: 15px; }

  .logo {
    flex-direction: column-reverse;
    border-top: none; }
    .logo img {
      border-left: none;
      padding: 0px; }
    .logo h1 {
      text-align: center; }

  .main {
    width: 100%;
    margin: none;
    padding: 2px;
    border: none;
    box-shadow: none;
    max-width: 600px;
    background-color: White; }

  .data {
    background-color: #fbfbfd;
    padding: 0px; }

  .chart {
    padding: 0;
    margin: 10px auto; }
    .chart .chart-title {
      background-color: #fbfbfd;
      border-radius: 5px 5px 0 0;
      margin-bottom: 10px;
      color: #2c3e50;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }

	.split-chart {
	width: 100%; }

  button {
    width: 45%;
    margin: 5px; } }
  
/* Printing */

@media print {
  * {
    box-shadow: none;
    text-shadow: none; }

  @page {
    size: 8.5in 11in;
    margin: .5in;
    counter-increment: page;}
  .chart {
  margin-top: 50px;}
  .chart tr{
  page-break-inside: avoid;}

  .Red,
  .Green,
  .DarkOrange {
    background-color: white; }

  .Red {
    color: #e74c3c; }

  .Green {
    color: #16a085; }

  .DarkOrange {
    color: #f1c40f; }

  .net-promoter-score,
  th,
  .DarkOrange,
  .Red,
  .Green {
    color-adjust: exact;
    -webkit-print-color-adjust: exact !important; }

  .net-promoter-score {
    background-size: 100% 15px; }

  .hide-on-print {
    display: none; }

  .charts {
    display: flex; } }
  
/* Other settings */
  
.clearleft {
  clear: left; }

.tablescroll {
  overflow: auto; }

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  display: block;}

td {
  border: 1px solid #e2e2e2a1;
  text-align: left;
  font-size: 0.8em;
  padding: 10px; }
  td:nth-of-type(1n+2) {
    text-align: center; }

th {
  border: 1px solid #f0f1f6;
  background-color: #2c3e50;
  color: white;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  position: sticky;
  top: 0; }

tr {
  background-color: white;
  line-height: 19px; }

tr:nth-child(even) {
  background-color: #f5f5f5; }

.textcenter {
  text-align: center;
  color: #2c3e50; }

.filters {
  display: flex;
  justify-content: space-between; }

button {
  background: white;
  min-width: 100px;
  padding: 5px 10px;
  line-height: 30px;
  border-radius: 15px;
  transition: all 130ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #f0f1f6;
  box-shadow: 0 0.125em 0.313em 1px rgba(255, 152, 0, 0.04), 0 0.063em 0.125em rgba(0, 0, 0, 0.29);
  margin: 0 5px; }
  button.active, button:hover {
    background-color: #fffbf6;
    border: solid 1px #ffb400;
    color: #2c3e50;
    box-shadow: 0 0.125em 0.313em 1px rgba(255, 152, 0, 0.04), 0 0.063em 0.125em rgba(0, 0, 0, 0.29);
    font-weight: bold; }

.button {
  background: white;
  min-width: 100px;
  padding: 5px 10px;
  line-height: 30px;
  border-radius: 15px;
  transition: all 130ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #f0f1f6;
  box-shadow: 0 0.125em 0.313em 1px rgba(255, 152, 0, 0.04), 0 0.063em 0.125em rgba(0, 0, 0, 0.29);
  margin: 0 5px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.button-active, .button-hover {
  background-color: #fffbf6;
  border: solid 1px #ffb400;
  color: #2c3e50;
  box-shadow: 0 0.125em 0.313em 1px rgba(255, 152, 0, 0.04), 0 0.063em 0.125em rgba(0, 0, 0, 0.29);
  font-weight: bold;
}

.bold-centered {
  text-align: center;
  font-weight: bold;
}
