.slm, .educator-qualifications > a, .website {
	color: #007bff!important;
}

#helpModal{
  width: 750px;
  margin: auto;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 10px;
}

#nav-tbl-dist{
padding:30px;
font-size:14px;
line-height:2em;
}

div.dropdown {
	padding: 5px 5px 5px 5px;
	height: 60px;
	width: 100px;
}

.htm-loading h1{
	color:#bf0804;
}

.view-districts{
text-align:center;
font-size:14px;
line-height:2em;
} 



.nav-select {
    margin-top: 6px;
    min-height: 32px;
    width: 200px;
    font-size: 16px;
    font-weight: normal;
}

.filter-pane-title {
    border-radius: 5px 5px 0 0;
	background: #084162;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding: 9px 21px 9px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.filter-pane-content {
    border: none;
    margin: 0;
    padding: 0;
	padding-left: 20px;
    border-radius: 0;
}

 .filter-ul  {
    list-style-type: none;
    list-style-image: none;
    padding: 0px 0px;
}
.filter-li  {
	color: #000000;
    display: block;
    padding: 6px 20px 6px 10px;
    position: relative;
    line-height: 22px;
	}


.filter-pane-block {
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 0px;
}

.recs{
	color="Black";
    margin-bottom: 2em;
}

.rec{
	color="Black";
    margin-bottom: 5px;
}

.rec .rec-label {
    float: left;
}

 .rec-label {
	color="Black";
	font-weight: bold;
}


.school-selection {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
  	flex: 1;
	flex-wrap: wrap;
	margin: 10px 15px 15px 10px;
	width:100%;
	height:100%;
	font-family: sans-serif;
 	font-size: 14px;
  	font-weight: 100;
	overflow: hidden;
	padding-left:10px;
}

strong { font-weight: bold; }

.elem-sch-Ind-tbl .middle-sch-Ind-tbl .high-sch-Ind-tbl {
	display: flex;
	flex: 1;
}


.chart-pane {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
  	flex: 1;
	width:800px;
	height:600px;
	font-family: sans-serif;
 	font-size: 14px;
  	font-weight: 100;
}

.filler {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
  	flex: 1;
	width:100px;
	height:30px;
}

.lg-chart-pane {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
  	flex: 1;
	width:800px;
	height:700px;
	font-family: sans-serif;
 	font-size: 14px;
  	font-weight: 100;
}

.single-object #content {
    height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
  	flex: 1
}

.qvobj2 {
	flex: 1 1 auto;
	height: relative;
	width: 90%;
	text-align: center;
	padding: 3px;
}

.qvplaceholder, .qvobject {
	flex: 1 1 auto;
	height: 500px;
	width: 700px;
	text-align: center;
	padding: 3px;
}

.qvplaceholderP, .qvobjectP {
	flex: 1 1 auto;
	height: relative;
	width: 90%;
	text-align: center;
	padding: 3px;
}


.litChart  {
	flex: 1 1 auto;
	height: 500px;
	text-align: center;
	padding: 3px;
}}


.sch-srch {
	flex: 1 1 auto;
	height: 100px;
	width: 300px;
	text-align: center;
	padding: 5px;
}

.prad {
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
}
.rad > input {
  visibility: hidden;
  position: absolute;
}
.rad > i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 0px #fff;
  border: 0.25px solid gray;
}
.rad > input:checked + i {
  box-shadow: inset 0 0 0 0px #fff;
  background: #000000;
}
.rad > input:checked ~ span {
  color: #FFFFFF;
}

    #popupP {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      border: 2px solid #ccc;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
      z-index: 1000;
    }
    #overlayP {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }



#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}


border: none;

.logo img {
    max-width: 250px;
}

.navigation-wrapper {
    background: #084162;
	border-bottom: 4px solid #0091c3;
}

.form-select {
    border: none;
    background-color: #0091c3;
    color: white;
    margin-top: 7px;
	min-height: 36px;
	width:148px;
}

.lui-button{
    color: #FFFFFF;
	border: none;
	font-weight: 100;
	font-size: 14px;
}

.nav-button{
	color: #FFFFFF;
	background: #084162;
	border: none;
	font-weight: 100;
	font-size: 14px;
	padding: 15px 8px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
	border-radius: 5px;
    border-color: rgb(169, 169, 169);
}
ul.nav, ul.navl li, ul.dropdown-menu, ul.dropdown-menu li {
    list-style: none outside none !important;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.container .empty-selection {
    position: relative;
    margin: 5px 5px;
    width: 95%;
    height: calc(100vh - 300px);
    text-align: center;
    border: 1px dashed #888;
    border-radius: 20px; 
}
	
.container .empty-selection .text {
  position: relative;
  top: 10%;
  padding: 0 5px;
  font-size: 20px;
  color:white;
  font-weight: bold;
  line-height: 2; 
 }
 
.dataset{
   position: relative;
    margin: 5px 5px;
    width: 95%;
    height: calc(100vh - 300px);
    border: 1px dashed #888;
    border-radius: 20px;  
	background-color: #e4f2f7;
 }
.dataset_sp{
   position: relative;
    margin: 5px 5px;
    width: 95%;
    height: calc(100vh - 300px);
    border: 1px dashed #888;
    border-radius: 20px;  
	background-color: #e4f2f7;
 }
 
.hidden {
  display: none; 
}

.container .htm-content .hidden {
      display: none; }

.page-header {
    margin: 0 0 15px;
}

.container .htm-content {	  
 position: relative;
    margin: 20px 20px;
    width: 97%;
    height: calc(100vh - 300px);
    text-align: left;
}
	  
 .pane-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
	color:black;
    line-height: 1.35em;
    -webkit-font-smoothing: antialiased;
}

.elem-sch-Ind-tbl .high-sch-Ind-tbl .hidden {
      display: none; }
	  
.container .school-selection .hidden {
      display: none; }

.container .school-selection .rightcol .schgrades-ul .hidden {
      display: none; }

.container .school-selection .elementary-paneP  .highsch-paneP .middlesch-paneP .middlesch-paneP2 .hidden {
      }

.container .school-selection .SchDemographics .hidden {
display: none;
      }

.container .school-selection .slide1 .hidden {
display: none;
      }


.container .school-selection .climateStar .hidden {
display: none;
      }
	  
.container .school-selection .finStar .hidden {
display: none;
      }


.container .school-selection  .hidden {
    }
	  
 
	  
	  
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .calendar-calendar, .view .row > .list-group, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}	  

div {
    display: block;
}




.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}

.close:hover {
	opacity: .5;
}

#popupText {
	margin-right: 23px;
}

.GOSA-Address-Wrapper1 {
width:300px;
}

#widgetQwCmZw {
width:100%;
}

* {
   margin: 0;
   padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}


.address-pane
{
	width: auto;
	overflow:hidden;
}

.schgrades-ul
{
	width: auto;
	overflow:hidden;
}

.leftcol
{
	width: 35%;
	float: left;
	margin-right:10px;
}
.rightcol
{
	width: 64%;
	float: left;
}

.addr-chart {
	width: 325px;
	height:300px;
}

.half-chart {
	width: 70%;
	min-width: 300px;
	height:375px;
}

.half-chartP {
	width: 80%;
	min-width: 300px;
	height:350px;
}

.half-chart2 {
	width: 100%;
	min-width: 300px;
	height:350px;
}


.threeqtr-chartP {
	width: 90%;
	min-width: 300px;
	height:700px;
}


.pie-chart {
	width: 400px;
	height:360px;
}

.short-chart {
	width: 100%;
	height:400px;
}

.fin-chart {
	width: 600px;
	height:360px;
}

.finmill-chart {
	width:95%;
	height:500px;
}

.finmill-chartP {
	width:980px;
	min-width: 300px;
	height:250px;
}

.gradehist-chart {
	width:100%;
	height:500px;
}

.searchr-filter {
	width:375px;
	height:75px;
}

.searchr-cluster {
	width:400px;
	height:315px;
}

.mapr {
	width:250px;
	height:350px;
	float:left;
}

.mapr3 {
width: 100%;
            height: 180px; 
            background-color: lightgray;
            margin: 0 auto; /* Horizontal centering */
            position: relative;
            top: 0%; /* Move down 50% of the viewport height */
/*            transform: translateY(-1%); */

}


.searchr-button {
	width:375px;
	height:35px;
}

.searchr-button-clear {
	width:375px;
	height:35px;
}


.mobility-chart {
	width:100%;
	height:300px;
}

.chronic-chart {
	width:100%;
	height:300px;
}

.litkpi-chart {
	width:100%;
	height:275px;
}


.letter-chart {
	width:1100px;
	height:240px;
}



.letter-tbl {
    border:0;
	padding-right:5px;
}

.theader {
    font-weight: bold;
	color:black;
    text-align: left;
}

.theader, .tdata {
	padding: 3px;
	color:black;
	border: 1px solid #000
}

th{
    background-color: #e7e7e7;
    border: 1px solid #ddd;
    padding: 2px 4px;
    font-weight: bold;
}

.trow, .trow-e-mastery, .trow-e-progress, .trow-e-gap, .trow-e-readiness, .trow-e-CCRPI 
, .trow-m-mastery, .trow-m-progress, .trow-m-gap, .trow-m-readiness, .trow-m-CCRPI 
, .trow-h-mastery, .trow-h-progress, .trow-h-gap, .trow-h-readiness, .trow-h-CCRPI, .trow-h-GRAD-Rate 
{
    border: 1px solid #000;
    padding: 2px 4px;
}	
.eTHR, .mTHR, .hTHR {
    border: 1px solid #000;
    padding: 2px 4px;
}	

.elem-tr-cntn-mastery, .elem-tr-cntn-progress, .elem-tr-cntn-gap, .elem-tr-cntn-readiness, .elem-tr-cntn-CCRPI
.middle-tr-cntn-mastery, .middle-tr-cntn-progress, .middle-tr-cntn-gap, .middle-tr-cntn-readiness, .middle-tr-cntn-CCRPI
.high-tr-cntn-mastery, .high-tr-cntn-progress, .high-tr-cntn-gap, .high-tr-cntn-readiness, .high-tr-cntn-CCRPI, .high-tr-cntn-GRAD-Rate 
{
	text-align: right;
}

.tbl {
    display: table;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: Black;
	border-spacing: 0;
}

.srch-tbl
{
  border:none;
  width:"1200px";
}
.srch-tbl2
{
  border:none;
  width:"1200px";
}
.chartTitle {
    font-weight: 600;
	font-size: 16px;
    line-height: 1.35em;
	font-family: 'Open Sans',sans-serif 
	padding-top:10px;
	padding-bottom:10px;
}


.fa .fa-question-circle .qm .fa-question-circle {
  font-size:16px;
  color:Black;
}

.indicatorTitle {
    font-size: 18px;
    color: Black;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}

.letter {
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
    color: Black;
	margin: 5px;
}

.singleScore {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.grade .fa.qm {
    position: absolute;
    top: 0;
    right: 0;
	bottom:0
}

.grade {
    text-align: center;
    position: relative;
}

.schoolWide {
    margin-bottom: 10px;
}

.PCT-KPI .metrics {
    text-align: center;
    position: relative;
}

.mobility-rate  {
    font-size: 2.5em;
    color: Black;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 0.5em;
    text-align: center;
	position: relative;
}

.millage-rate {
    font-size: 2.5em;
    color: Black;
    width: 120px;
    height: 30px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 0.5 em;
    text-align: center;
    position: relative;
}

.rev-tbl {
    margin-left: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
	position: relative;
}

.fa {
    display: inline-block;
}

.dv-star-off {
    font-size: 24px;
    color: #e1e3e8;
}

.dv-yellow-star-on {
    font-size: 24px;
    color:#fec500;
}

.dv-blue-star-on {
    font-size: 24px;
    color:#4B88AE;
}

.slidecontainer {
    width: 100%;
	color: black;
}

.slidecontainer .state-ppe-title {
	float: left;
}

.slidecontainer .state-ppe {
	float: right;
}
.slidecontainer .sys-ppe {
	float: right;
}
.slidecontainer .sch-ppe, .schC-ppe {
	float: right;
}


.slidecontainer .slider, .sliderc {
	float: right;
}
	  
.slider {
    -webkit-appearance: none;
    width: 34%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.sliderc{
    -webkit-appearance: none;
    width: 34%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sliderc:hover {
    opacity: 1;
}


.slider1::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #FF7071;
    cursor: pointer;
}

.slider1::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FF7071;
    cursor: pointer;
}

.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #4B88AE;
    cursor: pointer;
}

.slider2::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4B88AE;
    cursor: pointer;
}

.slider3::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #FFCC7C;
    cursor: pointer;
}

.slider3::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFCC7C;
    cursor: pointer;
}

.sliderc::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #ff7a33;
    cursor: pointer;
}

.sliderc::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff7a33;
    cursor: pointer;
}

.slider1P::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #FF7071;
    cursor: pointer;
}

.slider1P::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FF7071;
    cursor: pointer;
}

.slider2P::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #4B88AE;
    cursor: pointer;
}

.slider2P::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4B88AE;
    cursor: pointer;
}

.slider3P::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #FFCC7C;
    cursor: pointer;
}

.slider3P::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFCC7C;
    cursor: pointer;
}




h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
	display: block;
    margin: 0.67em 0;
}

h6 {
    font-size: 18px;
    font-weight: bold;
}


body {
    font-family: 'Open Sans',sans-serif !important;
	font-size: 16px;
    line-height: 1.35em;
}

ccrpi-chart {
 width:100%;
}

fin-chart {
 width:100%;
}

finmill-chart {
 width:100%;
}

finmill {
 width:100%;
}
gradehist {
 width:100%;
}

searchr {
 width:100%;
}


mblty{
 width:100%;
}


lttrcht{
 width:100%;
 height:relative;
}

finrev {
 width:100%;
}

litSchlLvl {
 width:100%;
  height:relative;
}


CCRPI-HEADER {

}

#download_data_btn {
    border-radius: 10px 10px 10px 10px;
	background: #084162;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding: 9px 21px 9px 12px;
}

.data-select{
    font-size:16px;
	color:#000000;
}

/* CSS */
* {
  box-sizing: border-box;
}

body {
  font: 16px Arial;  
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.covid-disclaimer {
  color:#ff0000;
  font-weight:bold
}

.year-slider {
    text-align: left;
    position: left;
	height: 200px;
	width: 500px;
}

.fsr{
 width:100%;
 margin: 0 auto 0 auto;
}


table.fesrtbl{
  margin-left: auto; 
  margin-right: auto;
}



:root {
  --star-size: 45px;
  --star-color: #ccc;
  --star-background: #629;
 }

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times; // make sure ★ appears correctly
  line-height: 1;
  
  &::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  float: left;
}

.button {
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    /* Other styles... */
}

.big-btn {
    width: 90px;
    height: 40px;
}

.medium-btn {
    width: 70px;
    height: 30px;
}

.small-btn {
    width: 50px;
    height: 25px;
}



@media print {
.noPrint {
display:none;
}

body {
    visibility: visible;
  }
  
   .page, .page-break { break-before: always; }
   
   table {
          break-inside: avoid;
        }
.print:last-child {
    { break-after: auto; }
}

html, body {
        height: 99%;    
    }
  
}


