#rs-contain h2 {
  margin: 0;
  padding: 0;
}

#rs-contain hr {
  width: 96%;
  border: 2px solid #aaa;
}

#rs-contain p,
#rs-contain li,
#rs-contain span {
}

#rs-contain li {
  margin: 5px 0 5px 20px;
}

#rs-contain a {
  text-decoration: none;
  color: #333;
}

#rs-contain {
  overflow: hidden;
  width: 100%;
}

.rs-site {
  overflow: hidden;
  float: left;
}

#rs-header {
  width: 100%;
  background: #333;
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 100;
}

#rs-header h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 125%;
  margin: 14px 20px;
}

#rs-header .nav a {
  color: black;
  background: #f3fddd;
  padding: 2px 4px 0px 4px;
  border-radius: 4px;
  border: 1px solid #bfd2aa;
  transition: all 0.3s;
}
#rs-header .nav a:hover {
  color: black !important;
  background: #ddedbb;
}

#rs-header .nav a {
  text-transform: uppercase;
  font-size: 0.94em;
  position: relative;
  margin: 0 10px;
  top: 16px;
}

#rs-contain #rs-header #rs-share {
  margin: 0px;
  float: right;
  position: relative;
  right: -16px;
  top: -12px;
}

#rs-header > div:last-of-type a:hover {
  color: #6ba235;
}

#rs-body {
  width: 96%;
  max-width: 1000px;
  margin: 98px 2% 50px 2%;
}

#rs-body section,
#rs-body section.overview {
  width: 100%;
  float: left;
  max-width: 100%;
}
#rs-body section.overview {
  margin-bottom: 0px !important;
}

#rs-body section.overview p {
  max-width: 914px;
  margin: 0 auto;
  line-height: 1.46em;
}
#rs-body section.detail-page.overview p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.46em;
}
#rs-body .quick-figures p {
  max-width: 800px;
  font-size: 96%;
  margin: 0 auto 22px;
}
#collapse-box {
  /*border:1px solid black;*/
  background: #eaeaea;
  padding: 16px 22px 12px;
  margin: 12px 0px 22px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#rs-body #collapse-box h3 {
  margin-top: 0px;
}

#rs-body .overview #collapse-box p {
  max-width: 10000px;
}
#collapse-box p {
  display: none;
}
#collapse-box p:first-of-type,
#collapse-box p.more {
  display: block;
}
#collapse-box.expanded p {
  display: block;
}
#rs-body .more {
  text-align: right;
  font-size: 90%;
}
#rs-contain .more a {
  text-decoration: underline;
}

#rs-body hr {
  width: 100%;
  border: 1px solid #ddd;
  margin: 34px 0;
}

#rs-body p,
#rs-content span,
#rs-content li {
  font-size: 1.1em;
  line-height: 1.6em;
}

#rs-body a {
  color: #88419d;
  color: #b81516; /* red */
}

#rs-body a:hover {
  text-decoration: underline;
}

#rs-body h1 {
  text-align: center;
  font-size: 2.4em;
}
#rs-body .detail-page.overview h1 {
  text-align: center;
  font-size: 2.8em;
  margin: 12px 0px 22px;
}

#rs-body .detail-page.overview {
  margin-bottom: 22px !important;
}

#rs-body h2 {
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
}
#rs-body #meta h2 {
  margin: 20px 0px -18px 0px !important;
}

#rs-body h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin: 18px 0 15px 0;
}

#rs-footer {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin-top: 2em;
}

#rs-footer h2 {
  text-align: center;
}

#rs-footer h2 a {
  color: #333;
}

#rs-footer > div {
  margin: 10px auto;
}

#rs-footer > div a {
  margin-right: 6%;
  font-family: "proxima-nova-condensed", "Arial Narrow", sans-serif;
  color: #88419d;
}

#rs-footer a:hover {
  text-decoration: underline;
}

#rs-contain .district-at-school {
  font-size: 80%;
}

#rs-contain table {
  width: 100%;
  border-collapse: collapse;
  margin: 60px 0 30px 0;
}

#rs-contain td {
  font-family: "minion-pro", serif;
  font-family: "proxima-nova-condensed", "Arial Narrow", sans-serif;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
#rs-contain table tr:last-of-type td {
  border-bottom: 0px solid #dddddd;
}

#rs-contain th {
  font-family: "proxima-nova-condensed", "Arial Narrow", sans-serif;
  padding: 12px 16px 6px 3px;
}

#rs-contain td:first-of-type {
  text-align: left;
}
#rs-contain td:first-of-type.dataTables_empty {
  text-align: center;
  position: relative;
}

#rs-contain tr {
}

#rs-contain thead {
}

#rs-contain thead tr {
  height: 50px;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  cursor: pointer;
}

#sb-table thead tr th {
  width: 13%;
}

#sb-table thead tr th:first-of-type {
  width: 22%;
}

#rs-contain #sb-table th {
  cursor: pointer;
}

#rs-contain #sb-table tr:nth-of-type(5n + 5) {
  border-bottom: 1px #ddd solid;
}

#rs-contain #demo-table {
  width: 100%;
  margin: 30px auto;
}

#rs-contain #demo-table thead th {
  display: none;
}

#rs-contain #demo-table td {
  font-size: 1.3em;
  text-align: left;
  font-family: "Montserrat", san-serif;
  font-weight: 700;
}

.table-fix th {
  width: 1px;
}

.overview.home {
  padding: 0 0 20px 0;
  border-bottom: 2px solid #aaa;
  margin: 0 0 20px 0;
}

.stacked-per-column {
  /* width:530px; */
  /* margin: 0 auto; */
  padding-right: 30px;
}

/* SEARCH STYLES */
#rs-contain #pretty-table-search {
  border: 1px solid #ccc;
}

#rs-contain #execute-search,
#rs-contain #reset-search {
  border-radius: 0;
}

#rs-contain .pretty-table-button {
  color: #333;
  cursor: pointer;
  font-size: 0.8em;
}

#rs-contain #execute-search,
#rs-contain #reset-search {
}

#rs-contain #execute-search {
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  background-color: rgba(107, 162, 53, 1);
  color: white;
}

#rs-contain #execute-search:hover {
  background-color: rgba(107, 162, 53, 0.8);
}

#rs-contain #reset-search {
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  background-color: rgba(154, 197, 70, 1);
  color: white;
}

#rs-contain #reset-search:hover {
  background-color: rgba(154, 197, 70, 0.8);
}

#pretty-table-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #b3cde3;
  cursor: pointer;
  padding-left: 10px;
}

#pretty-table-top i {
  color: #fff;
  font-size: 2em;
}

/* transition for table rows */
#sb-table tr {
  transition: all 0.3s ease;
}

/* SHARE BUTTONS */
#rs-contain #rs-share {
  width: 30px;
  margin: 15px auto;
}

#rs-contain .twitter-share {
  font-size: 1.6em;
  margin-right: 10px;
}

#rs-contain .twitter-share {
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  #rs-logo {
    display: block;
  }

  #rs-contain #demo-table {
    width: 50%;
  }

  #rs-body {
    /* width:60%; */
    max-width: 960px;
    margin: 98px auto 50px auto;
  }

  #rs-header {
    height: 50px;
  }

  #rs-header > div:nth-of-type(2) {
    float: left;
  }
}

@media screen and (min-width: 1028px) {
  #rs-header > div:last-of-type {
    display: block;
  }
}

/*#rs-share {
	  position: fixed;
	  right: 0px;
	  top: -8px;
	  z-index: 1000;
  }*/

#schools-list #sb-table {
  background-color: white;
}

#schools-list {
  min-height: 220px;
  background-image: url("//edsource.org/smarter-balanced-results/static/loader.gif");
  /*	background-image: url("/static/loader.gif");*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.legendMiddle {
  display: flex;
  justify-content: center;
}

.legendMiddle img {
  width: 65%;
}

.over-pro-grade #chart1,
.over-pro-grade #chart2,
.over-pro-grade #linechart1,
.over-pro-grade #linechart2 {
  margin-bottom: 24px;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .over-pro-grade #chart1,
  .over-pro-grade #chart2,
  .over-pro-grade #linechart1,
  .over-pro-grade #linechart2 {
    width: 100%;
  }
}

.over-pro-grade #chart1 svg,
.over-pro-grade #chart2 svg,
.over-pro-grade #linechart1 svg,
.over-pro-grade #linechart2 svg {
  display: block;
  margin: 0 auto;
}

/* buttons */
.btn-group {
  text-align: center;
}

.active {
  margin: 0 20px 14px;
  background-color: #2196f3;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-family: "proxima-nova-condensed", san-serif;
  font-size: 16px;
  padding: 7px;
  text-decoration: none;
}

.notactive {
  margin: 0 20px 14px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #2196f3;
  cursor: pointer;
  color: #2196f3;
  font-family: "proxima-nova-condensed", san-serif;
  font-size: 16px;
  padding: 7px;
  text-decoration: none;
}

.showChart {
  position: relative;
}

.hideChart {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*chart*/

#chart1,
#chart2,
#linechart1,
#linechart2 {
  float: left;
  display: inline;
}

.mytooltip {
  position: absolute;
  z-index: 10;
}

.mytooltip p {
  font-family: "proxima-nova-condensed", san-serif;
  background: white;
  border: #9ac43c 2px solid;
  border-radius: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 196px;

  font-weight: 100;
  color: #9ac43c;
  text-align: center;
}

.blackT {
  fill: #4a4a4a;
  font-size: 23px;
  font-family: "proxima-nova-condensed", san-serif;
}

.line {
  fill: none;
  stroke-width: 3px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #b9b7b7;
  shape-rendering: crispEdges;
}

text.label {
  font-size: 14px;
}

.axis-x text {
  fill: #407dc6;
  font-size: 16px;
}

/*linechart*/

.lines path {
  stroke-width: 2;
  fill: none;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.hover-line {
  stroke-width: 2px;
  stroke-dasharray: 3, 3;
}

.points text,
.points2 text {
  font-size: 23px;
  font-weight: 400;
  padding-right: 50px;
}

.YNote {
  font-size: 12px;
}

#legendline {
  padding-bottom: 20px;
  padding-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 50px;
  width: 100%;
}

.linetooltip {
  position: absolute;
  z-index: 10;
  border-radius: 5px;
  background-color: white;
}

.linetooltip p {
  font-size: 14px;
  font-family: "proxima-nova-condensed", sans-serif;
  border: none;
  padding: 4px;
  margin: 0;
}

.insideNumber {
  font-size: 20px;
  font-family: "proxima-nova-condensed", sans-serif;
}

.legendTitle,
.legendCells .cell .label {
  font-family: "proxima-nova-condensed", sans-serif;
}

.legendOrdinal .legendCells .cell {
  cursor: pointer;
}

.social-bar {
  text-align: center;
  padding-bottom: 22px;
}

.social-bar .twitter-share-button,
.social-bar .fb-like {
  display: inline-block;
  margin: 0px 0px 0px 12px;
}

.social-bar #twitter-widget-0,
.social-bar #twitter-widget-1 {
  vertical-align: bottom;
}
.social-bar #twitter-widget-0 {
  height: 28px !important;
}

.groupInOneLine {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* margin-top: 25px; */
  justify-content: center;
}

.groupInOneColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 25px; */
}

/* mobile styles */

@media screen and (max-width: 540px) {
  #rs-header .brand {
    min-width: 100px;
    padding-top: 8px;
  }

  #rs-header .microsite {
    width: 54%;
  }

  #rs-header .microsite h2 {
    font-size: 110%;
    margin-top: 16px;
  }
  .legendMiddle img {
    width: 100%;
  }

  .legendMiddleTL img {
    width: 100%;
  }
}

.stacked-per-column h2 {
  padding-left: 25px !important;
}

.tableRace {
  font-weight: 700;
  text-transform: none !important;
}

.raceTable {
  margin-top: 10px !important;
}
