
body,
input,
select,
textarea,
button,
.ui-btn {
    font-family: "calibri", "Ubuntu", "Droid Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
.ui-select .ui-btn {
    background-color: #F6F6F6;
}
::-webkit-input-placeholder { 
    color:    #fff;
}
:-moz-placeholder { 
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #fff;
}
[placeholder]:focus::-webkit-input-placeholder {
 
  color:red;
}
.demoCats .ui-btn {
    background-color: #F6F6F6;
    border-color: #DDD;
    color: #333;
    text-shadow: 0px 1px 0px #F3F3F3;
}
.backButton {
    position: absolute;
    top: 105px;
    right: 10px;
    z-index: 999;
}
.moreDetail{
    color: #000;
    font-weight: bold;
}
td.alignRight {
    text-align: right !important;
}
.ui-focus,
.ui-checkbox-on {
     -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
   box-shadow: none !important;
    z-index: 99 !important;
    background-color: #A4BCC2 !important;
    text-shadow: none !important;
    color: #000 !important;
}
.mainHeader > .edgeButton {
    background: #003865 !important;
}
.btnSilver,
.btn {
    top: 4px;
    background: #D9D9D6;
    font-weight: bold;
    font-size: 1.2em;
    padding: 4px 7px !important
}
.drawerTogle:focus{
    color:#003865;
}
.red {
    color: #8d3f2b;
    font-weight: bold;
}
a.btnSilver {
    color: #161436 !important;
}
caption {
    text-align: right !important
}
.iconMDEApple24 {
    border-radius: 4px !important;
    border: 1px solid white !important;
}
#navDrawer .selected .ui-btn-icon-left:after,
#navDrawer .selected .ui-btn-icon-right:after,
#navDrawer .selected .ui-btn-icon-top:after,
#navDrawer .selected .ui-btn-icon-bottom:after,
#navDrawer .selected .ui-btn-icon-notext:after {
    display: none;
}
#navDrawer .selected .ui-btn {
    
    text-shadow: none;
    background: #53565A none repeat scroll 0% 0%;
    color: white;
}
.ui-body-a {
    background: #003865 none repeat scroll 0% 0%;
}
.infoBox img {
    float: right;
    
    margin: 28px 1px;
}
a,
a:visited {
    color: #0563c1;
    text-decoration: underline;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
    color: hsl(187, 65%, 53%)
    ;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
    color: hsl(187, 65%, 53%)
    ;
}
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head+body .ui-btn.ui-btn-a.ui-btn-active,
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
    background-color: hsl(187, 65%, 53%) !important
    ;
    border-color: hsl(187, 65%, 53%) !important
    ;
    color: #fff
    ;
    text-shadow: 0
    1px
    0
    #005599
    ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}
.infoBox h3,
.infoBox header {
    color: #003865;
}
.ui-panel-display-reveal {
    box-shadow: 0;
}
@media all and (max-width: 500px) {
    .intro h2 {
        text-align: center;
    }
}
h5 {
    font-size: 110%;
    border-bottom: 1px solid rgb(200, 200, 200);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#pageContainer,
.bubble,
.popup {
    background: white;
}
.ui-page>.ui-panel-wrapper {
    background: #F9FDFF none repeat scroll 0% 0%
}
.note {
    font-size: 90%;
    color: #666;
}
.warning {
    color: #775555;
}
.bigger {
    font-size: 110%;
}
.wayBigger {
    font-size: 120%;
}
.dimmed {
    opacity: 0.3;
}
.viewPlaceholder {
    border-color: #ddd;
    color: #888;
}
.bold {
    font-weight: bold;
}
.notBold {
    font-weight: normal;
}
.italic {
    font-style: italic;
}
.ui-slider.ui-btn-corner-all,
.ui-slider .ui-btn-corner-all {
    border-radius: 16px;
}
.mainHeader {
    background: #003865;
}
.mainHeader a.introLink,
.mainHeader a.introLink:hover,
.mainHeader a.introLink:visited {
    font-size: 16px;
    color: white;
    text-decoration: none;
}
.mainHeader a.introLink>img {
    
    padding: 1px;
    border-radius: 1px;
}
.mainHeader a.introLink:hover {
    text-decoration: underline;
}
.mainHeader>.edgeButton>.text {
    font-weight: bold;
}
a.drawerToggle{color:#fff;}
#langButton{color:#fff; font-weight: bold;}
a.mapLink {color: #000;}
a:focus,
button:focus {
    color: #003865 !important;
    
    background-image: none !important;
    background-color: #78BE21 !important;
    text-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
a.drawerToggle: focus{
    color: #fff !important;
}
a.iButton{ text-decoration: none }
.ui-btn{border: 1px solid #c9c9c9}
.js-accordion__header button.focus {}
a.mainHeader {
    color: white !important;
}
a.mainHeader:focus {
    color: #751E21 !important;
}
.mainHeader>.edgeButton>.text:f {
    color: white;
    font-weight: bold;
}
.introLogo {
    float: left;
    width: 40%;
    margin: 5px 20px 14px 0;
}
@media all and (max-width: 500px) {
    .introLogo {
        box-sizing: border-box;
        display: block;
        width: 100%;
        float: none;
        margin: 0 auto 17px;
    }
}
#page_workspace>.footer {
    color: #fff;
    background: #53565A;
    text-shadow: none;
}
#page_workspace>.footer a {
    color: #FFF;
    font-weight: bold;
}
#page_workspace>.footer>.right,
#page_workspace>.footer>.left {
    padding: 12px 16px;
}
#page_settings .buttons .close {
    width: 150px;
}
.agencyLogos {
    
}
.tt-dropdown-menu {
    background: white;
    box-shadow: none;
}
.tt-dropdown-menu .header {
    color: #555;
    background: #eee;
    font-weight: bold;
}
.tt-suggestion>div {
    border-bottom: 1px solid #eee;
}
.tt-suggestion .schoolName {
    font-weight: bold;
}
.tt-suggestion .districtName,
.tt-suggestion .type,
.tt-suggestion .separator {
    color: #000;
}
.tt-cursor {
    background: #78be21
}
.questionBar {
    color: #000;
    font-style: italic;
    text-align: center;
}
.questionBar .name {
    font-weight: bold;
}
.questionBar .description {
    
    padding-top: 5px;
    
    height: 20px;
    display: inline-block;
    color: rgb(85, 85, 85);
}
.questionBar .description:hover {
    color: rgb(85, 85, 85);
}
.ui-body-c .questionBar .iButton {}
.ui-body-c .questionBar .iButton:hover {}
.popup {
    max-width: 400px;
}
.popup h3 {
    margin-top: 0;
}
.popup .message {
    line-height: 1.2;
    padding: 1em 1.6em;
}
#navDrawer .ui-btn,
#navDrawer .ui-header {
    background: #D9D9D6;
    color: #003865;
    font-weight: bold;
    margin: 0;
    border: 1px solid #fff;
}
#navDrawer .ui-header {
    color: white;
    text-shadow: none;
    height: 44px;
    line-height: 44px;
    
    border-bottom: none;
    background: #003865;
}
#navDrawer .ui-input-search.ui-body-f {
    background: #777;
}
#navDrawer .mdeLink>a {
    color: #c1d9e9;
}
#navDrawer .mdeLink>a:hover {
    color: #fff;
}
.mdeLink>a {
	text-shadow: none;
	font-weight: normal;
}
html #navDrawer.ui-body-b .ui-btn:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.reports,
.reports li {
    padding: 0;
    margin-block-end: 0;
    margin-block-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    line-height: 0;
}
.reports li {
    height: 44px;
}
.reports li a {
    line-height: 1.2;
    font-weight: normal;
}
.reports .subtitle {
    color: #aaa;
}
.reports .selected .subtitle {
    color: #fff;
}
#navDrawer .ui-input-search.ui-body-f input::-webkit-input-placeholder {
    
    color: #eee;
}
#navDrawer .ui-input-search.ui-body-f input:-moz-placeholder {
    
    color: #eee;
}
#navDrawer .ui-input-search.ui-body-f input::-moz-placeholder {
    
    color: #eee;
}
#navDrawer .ui-input-search.ui-body-f input:-ms-input-placeholder {
    
    color: #eee;
}
html .ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-page-theme-a #navDrawer .selected .ui-btn,
html .ui-page-theme-a #navDrawer .selected:first-child .ui-btn {
    background-color: #53565A;
}
.selected .ui-btn:visited,
.selected .ui-btn:hover,
.selected .ui-btn a.ui-link-inherit {
    color: #fff
    ;
}
.ui-panel-animate {
    -o-transition: -webkit-transform 250ms ease;
    -webkit-transition: -webkit-transform 250ms ease;
    -moz-transition: -moz-transform 250ms ease;
    transition: transform 250ms ease;
}
.reportListView ul li.noPlugin a {
    color: #777;
}
.bubble {
    padding: 15px;
    margin: 1em 0 3em;
    font-size: 110%;
    line-height: 1.2;
    color: #5f5e37;
    background: #fdfb92;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    
    padding: 9px 15px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    border: 1px solid #919122;
}
.bubble .close {
    color: #5f5e37;
    border: 1px solid #919122;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.bubble .close:active {
    color: #000;
    background: #919122;
}
.bubble:after {
    border-color: #fdfb92 transparent;
}
.bubble:before {
    border-color: #919122 transparent;
}
.bubble.left:after {
    border-color: transparent #f3961c;
}
.bubble.right:after {
    border-color: transparent #f3961c;
}
.upnote .bubble {
    color: #5f5e37;
    background: #fdfb92;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #919122;
    padding: 6px 10px;
    margin-left: 5px;
    margin-top: 14px;
    margin-bottom: 16px;
    border-radius: 3px;
}
.upnote .triangle {
    top: -14px;
    left: 12px;
    width: 19px;
    height: 15px;
}
.intro .body {
    margin: 1em 3em;
}
.intro .logo {
    float: left;
    margin-right: 1em;
    margin-bottom: 1ex;
    height: 67px;
}
.intro .logo.centered {
    float: none;
    display: block;
    margin: 2em auto 2em;
}
.intro>footer {
    flex-grow: 1;
    text-align: center;
    margin-top: 50px;
    width: 100%;
}
.intro> footer img{
        padding:8px;
        width:200px;
}
.intro>footer>span,
.intro>footer>a {
    display: inline-block;
    vertical-align: middle;
    margin: 18px;
}
@media all and (max-width: 805px) {
    .intro>footer>span,
    .intro>footer>a {
        display: block;
    }
}
.dataBox,
.infoBox {
    box-shadow: none;
}
.dataBox,
.dataBoxAdder,
.infoBox {
    color: #000;
    
}
.dataBox header,
.infoBox header,
.drawer .handle {
    background: #D9D9D6;
}
.dataBox header,
.infoBox header {
    border-radius: 10px 10px 0 0;
    font-size: 120%;
    line-height: 1;
}
.dataBox header>a,
.ui-page .dataBox header>a.ui-btn,
.ui-page .dataBox header>a.ui-btn:hover,
.dataBox header>div {
    background: transparent;
    z-index: 1;
}
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
    font-size: 15px;
}
.dataBox header>.text>.title {
    font-weight: bold;
}
.dataBox header>.text .summary .label {
    font-weight: bold;
}
.infoBox {
    border-radius: 6px 6px 0 0;
    background: white;
}
.infoBox header {
    border-radius: 4px 4px 0 0;
    background: rgb(199, 204, 198);
    
    
    background: #D9D9D6;
    
    border-bottom: 1px solid hsl(199, 20%, 90%);
    cursor: auto;
}
.infoBox address,
.infoBox p {
    font-style: normal;
    margin-bottom: 17px;
}
.infoBox address div.name {
    font-weight: bold;
    font-size: 110%;
}
.infoBox address div.title {
    font-weight: bold;
    font-size: 90%;
    color: #555;
    border-bottom: 1px solid #bbb;
    margin: 0 0 7px;
}
.dataBox header>.rightButton:active,
.dataBox header>.text:active,
.dataBox header>.leftButton:active,
.drawer .handle:active {
    background: hsl(187, 24%, 72%);
}
.drawer {
    background: white;
}
.no-rgba .drawer .ui-icon {
    background-color: #bbb;
}
.drawer .content {
    
    
    background: rgba(233, 233, 233, 0.98);
    border-bottom: 4px solid hsl(115, 15%, 93%);
}
.dataBoxConfig .orgName,
.dataBoxConfig .tt-hint {
    border-color: #ddd;
    background: white;
}
.dataBoxConfig .ui-select .ui-btn-inner {
    font-weight: normal;
}
.orgInfo .label {
    font-weight: bold;
}
@media all and (min-width: 28em) {
    .ie9 .demoCats legend {
        color: #012B45;
    }
}
.dataBox>.content {
    background: white;
}
.dataBox .ui-icon {
    background-color: #777;
    background-color: rgba(0, 0, 0, 0.25);
}
.dataBox .ui-collapsible-heading .ui-btn {
    font-size: 90%;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    background-color: #EDEDED;
}
.dataBox .ui-btn-icon-left {
    padding-left: 39px;
}
.pane h4 .title {
    font-weight: bold;
    color: #003865;
}
.ie9 .ui-btn-up-c,
.oldIE .ui-btn-up-c {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    
}
.ie9 .ui-btn-active,
.oldIE .ui-btn-active {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5393c5', endColorstr='#6facd5', GradientType=0);
    
}
.dataBoxAdder {
    font-size: 12pt;
}
.dataBoxAdder h3 {
    color: #7F7F7B;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12pt;
}
.dataBoxAdder a.addButton {
    color: #7F7F7B;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}
.dataBoxAdder .addButton:active {
    background-color: rgba(0, 0, 0, 0.3);
}
.dataBoxAdder .addButton .icon {
    font-family: monospace;
    font-size: 24pt;
    background-color: #e5d8b5;
    background-color: rgba(0, 0, 0, 0.1);
}
.templateView {
    color: #000;
}
.templateView thead th {
    color: #003865;
}
.templateView thead tr:first-child th {
    background: #f0f0ef;
}
.templateView .dividerBelow {
    border-bottom: 2px solid #eee;
}
.templateView .dividerOnRight {
    border-right: 2px solid #eee;
}
.templateView .dividerOnLeft {
    border-left: 2px solid #eee;
}
.templateView tbody .dividerBelow:last-child {
    border-bottom: none;
}
table.matrix {
    border-collapse: collapse;
    border-spacing: 0;
}
table.matrix td,
table.matrix th {
    border: 1px solid;
}
table.matrix th {
    background: #F3F3F3;
    
    font-weight: bold;
    
}
table.matrix td {
    background: #FAFAFA;
    
    text-align: center;
    
}
table.matrix td.hl {
    background-color: #9BcBEB;
}
.aypTable td,
td,
.aypTable thead th {
    text-align: center;
}
td.aypYes {
    color: #006600;
    background: #efe;
}
td.red {
    color: #006600;
}
td.aypNo {
    color: #600;
    background: #fee;
}
td.indent {
    padding-left: 15px;
}
td.bold {
    font-weight: bold;
}
.ui-collapsible-content h2 {
    font-size: 125%;
    margin: 0;
}
#mainRight {
    background: #000;
    width: 580px;
    height: 375px !important;
    overflow: hidden;
    float: left;
}
#featureBox {
    width: 100%;
    margin: 11px 0 0 0;
}
#featureNav {
    width: 100%;
    float: left;
    clear: left;
    font-size: 135%;
    font-weight: bold;
    line-height: 140%;
    padding: 6px 131px 0 145px;
}
#featureNav a {
    color: #fff;
    font-style: normal;
}
#featureNav a:hover {
    color: #ffce34;
    font-style: normal;
}
#navList {
    float: left;
    width: 97px;
    height: 18px;
}
#featureArrowUp,
#featureArrowDown {
    float: left;
    width: 30px;
    height: 17px;
    padding: 0 0 0 0;
}
#featureArrowDown {
    
    border-bottom: none;
}
#featureArrowUp p,
#featureArrowDown p {
    width: 13px;
    height: 8px;
    display: block;
    margin: 0 0 0 15px;
    padding: 0;
}
#featureArrowUp a,
#featureArrowDown a {
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 15px;
}
#featureArrowUp a {
    background-image: url(../images/arrow_yellow_left.png);
}
#featureArrowDown a {
    background-image: url(../images/arrow_yellow_right.png);
}
#featureArrowUp a:hover,
#featureArrowDown a:hover {
    
}
ul#featureNavList {
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    white-space: nowrap;
}
ul#featureNavList li {
    margin: 0;
    padding: 0;
    display: inline;
}
ul#featureNavList li a {
    width: 30px;
    height: 18px;
    display: block;
    font-size: 1px;
    background-image: url(../images/Dots.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    padding: 0px;
    float: left;
    margin: 0px;
}
ul#featureNavList li a:hover {
    background-position: 0px -60px;
}
ul#featureNavList li a.current {
    background-position: 0px 0px;
}
#featurePhoto {
    color: #fff;
    width: 420px;
    float: left;
    padding-left: 23px;
}
.your-class {
    margin: 0 15px;
    min-width: 350px;
}
.your-class img {
    width: 200px;
    float: left;
    margin: 7px;
}
.slick-dots {
    bottom: -15px;
}
.highcharts-button {}
span.tooltip {
    position: absolute;
    padding: 10px 20px;
    color: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin-top: 2px;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    z-index: 9999;
    background: #fdfb92;
    font-weight: normal
}
span.tooltip[aria-hidden='true'] {
    display: none;
}
span.tooltip[aria-hidden='false'] {
    display: block;
}
.hidden {
    display: none;
}
.highcharts-stack-labels {
    visibility: hidden;
}
.ui-popup {
    background: #F9FDFF none repeat scroll 0% 0%;
}
.ui-bar-f,
.ui-bar-f h3 {
    background-color: #003865 !important;
    color: #FFF;
    text-shadow: none;
}
.xlsx-1,
.xlsx0,
.xlsx1,
.xlsx2,
.xlsx3 {
    float: left;
}
.minimalist-accordion__panel[aria-hidden=true] {
    display: none;
}
.minimalist-accordion__header {
    display: block;
    background: #003865;
    color: white;
    padding-top: 10px;
    line-height: 48px;
    border: none;
    text-align: center;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.minimalist-accordion__title {
    display: none;
}
@media all and (min-width: 980px) {
    
    
    
    .responsivePanel .ui-panel-wrapper {
        margin-left: 17em;
    }
    .responsivePanel section[data-role=page] > footer {
        margin-left: 17em;
    }
    .responsivePanel .ui-panel-closed {
        max-height: none;
        width: 17em;
        overflow: visible;
        visibility: visible;
    }
}