a { color: #4B58A6; }
a:hover { color: #4B58A6; }

html ,body{ height:100%;}

.container { 
  width: 100%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  overflow-x: hidden;
}

.search-result {
font-weight: bold;
font-size: 15px;
border-bottom: 1px solid #E7E7E7;
padding-bottom: 10px;
}

.selectpicker {
font-size: 11px;
padding: 3px 7px;
line-height: 12px;
display: inline;
min-height: 27px;
width: 108px !important;
float: right !important;
}




.bootstrap-select {
  width: 108px !important;
}

.safari .bootstrap-select {
  position: relative;
  top: -2px;
}

.mapkey {
border: 4px solid #000;
background-color: #333;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
/* text-align: center; */
min-height: 115px;
position: absolute;
bottom: 0px;
}

.keyitem {
font-size: 12.5px;
color: #ECECEC;
display: inline-block;
}

.keybold {
display: inline;
font-weight: 600;
color: #ECECEC;
}

.aboutmaplink {
display: inline-block;
margin-top: -10px;
margin-right: 5px;
float: right;
}

.fusion-modal-text-link {
color: #E01A1F;
margin-right: 5px;
/* margin-left: 5px; */
font-size: 12px;
}

.fusion-modal-text-link:hover {
color: #E01A1F;
margin-right: 5px;
/* margin-left: 5px; */
font-size: 12px;
text-decoration: none;
}


#close-list {
padding-right: 16px;
float: right;
position: absolute;
top: -4px;
background: #333;
width: 299px;
padding: 10px;
color: #FFF;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
border-left: 3px solid #000;
border-bottom: 3px solid #000;
right: 0px;
}

#close-list a {
text-decoration: none;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
}

/* .map-display { height: 100%;}

.map-display .column { height: 100%;}

#map_canvas { height: 100% !important;} */

.col-md-2 { width: 33%;}

.functions-background {
  background-color: #333;
border-bottom: 4px solid #000;
padding: 10px;
padding-left: 30px;
padding-right: 20px;
}

.search-school {
width: 47%;
font-size: 11px;
padding: 3px 7px;
line-height: 12px;
height: 27px;
display: inline;
}

.risk-factor {
color: #ECECEC;
font-size: 11px;
position: relative;
top: -2px;
}

.risk-column {
float: left;
display: inline-block;
position: relative;
top: -6px;
}

.search-column {
float: right;
display: inline-block;
width: 67%;
text-align: right;
}

@media (max-width: 925px) {
  .search-column {
    float: right;
    width: 60%;
    margin-right: -64px;
    }
}

#map_canvas img {
  max-width: none;
}

.filter-box { 
  height: 15px; 
  width: 15px;  
  display: inline-block;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box; 
}

.filter-yellow { background-color: #FBF358; }
.filter-green { background-color: #00E13C; }
.filter-blue { background-color: #5781FC; }
.filter-purple { background-color: #7C54FB; }
.filter-red { background-color: #FB6353; }

canvas {-ms-touch-action: double-tap-zoom;}

#age-slider {
background: #eaeaea !important;
background: -moz-linear-gradient(left,  #eaeaea 2%, #8ab2f2 6%, #9ddda7 8%, #ffec84 12%, #f49e7f 17%, #ff5e5e 100%) !important;
background: -webkit-gradient(linear, left top, right top, color-stop(2%,#eaeaea), color-stop(6%,#8ab2f2), color-stop(8%,#9ddda7), color-stop(12%,#ffec84), color-stop(17%,#f49e7f), color-stop(100%,#ff5e5e)) !important;
background: -webkit-linear-gradient(left,  #eaeaea 2%,#8ab2f2 6%,#9ddda7 8%,#ffec84 12%,#f49e7f 17%,#ff5e5e 100%) !important;
background: -o-linear-gradient(left,  #eaeaea 2%,#8ab2f2 6%,#9ddda7 8%,#ffec84 12%,#f49e7f 17%,#ff5e5e 100%) !important;
background: -ms-linear-gradient(left,  #eaeaea 2%,#8ab2f2 6%,#9ddda7 8%,#ffec84 12%,#f49e7f 17%,#ff5e5e 100%) !important;
background: linear-gradient(to right,  #eaeaea 2%,#8ab2f2 6%,#9ddda7 8%,#ffec84 12%,#f49e7f 17%,#ff5e5e 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ff5e5e',GradientType=1 ) !important;
}

.ui-widget-header { background: transparent !important;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-image: url(../images/slider-arrow.png) !important;
height: 17px !important;
width: 13px !important;
background-size: contain !important;
top: 4px !important;
border: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
}

#listview {
/** padding-right: 16px; **/
height: 349px;
background: rgba(255, 255, 255, 0);
overflow-y: scroll;
margin-top: 29px;
width: 299px;
float: right;
top: 0px;
position: absolute;
right: -1px;
}

@media (max-width:768px) {

  #listview { display: none;}
  iframe { overflow:hidden; }
  #map_canvas { height: 324px !important;}
  .col-md-2 { width: 99%;}
  .btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    }

  .search-column {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 20px;
    padding: 0px;
    text-align: initial;
  }
  .search-school {
    width: 48%;
    font-size: 10px;
    padding: 3px 5px;
    line-height: 14px;
    height: 22px;
    display: inline;
  }

  #close-list { display: none; }
  .bootstrap-select { display: none !important;}

}

.item-list {
max-width: 283px;
overflow: hidden;
/* border-bottom: 1px solid #E7E7E7; */
padding-top: 7px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
padding-bottom: 5px !important;

}

hr {
  margin: 0px;
}

.dl-horizontal dt { display: none;}

.dl-horizontal dd {
margin-left: 10px;
}

.data-data:nth-of-type(1) {
font-weight: bold;
width: 267px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 11px;
text-transform: uppercase;
}


.data-data:nth-of-type(2) {
font-weight: 400;
font-style: italic;
width: 259px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 11px;
margin-bottom: 5px;
}

/**
.data-data:nth-of-type(3):before {
content: "Enrolled:";
display: inline;
font-size: 12px;
margin-right: 5px;
font-weight: bold;
}
**/

.data-data:nth-of-type(3) {
display: inline-block;
font-size: 12px;
font-weight: bold;
  }

  .data-data:nth-of-type(3):after {
content: "Enrollment";
display: inline-block;
margin-left: 4px;
  }

 .data-data:nth-of-type(4) {
display: inline-block;
margin-left: 0px;
}

.data-data:nth-of-type(5):before {
content: "PBE:";
display: inline;
font-size: 12px;
margin-right: 5px;
font-weight: bold;
color: #000;
text-shadow: 0px 0px;
position: relative;
top: -4px;
}

.data-data:nth-of-type(5):after {
content: "%";
display: inline;
font-size: 22px;
margin-right: 5px;
font-weight: bold;
}
.data-data:nth-of-type(5) { 
  float: right;
  position: relative;
  top: 4px;
}
.data-data:nth-of-type(6) { float: left;}
.data-data:nth-of-type(7) { float: left;}

.data-data:nth-of-type(6):before {
content: "DTaP:";
display: inline;
font-size: 12px;
margin-right: 5px;
font-weight: bold;
}

.data-data:nth-of-type(6):after {
content: "%";
display: inline;
font-size: 12px;
margin-left: 1px;
font-weight: 400;
color: #5E5E5E;
}

.data-data:nth-of-type(7):before {
content: "MMR:";
display: inline;
font-size: 12px;
margin-right: 5px;
font-weight: bold;
}

.data-data:nth-of-type(7):after {
content: "%";
display: inline;
font-size: 12px;
margin-left: 1px;
font-weight: 400;
color: #5E5E5E;
}



.low-risk {
  color: #cccccc;
font-size: 22px;
font-weight: bold;
}

.low-risk-item {
border-left: 7px solid #cecece;
}

.moderate-risk {
  color: #9595FF;
font-size: 22px;
font-weight: bold;
}

.moderate-risk-item {
border-left: 7px solid #9595FF;
}

.risky-risk {
  color: #64CC89;
font-size: 22px;
font-weight: bold;
}

.risky-risk-item {
border-left: 7px solid #64CC89;
}

.high-risk {
  color: #DACC32;
font-size: 22px;
font-weight: bold;
}

.high-risk-item {
border-left: 7px solid #DACC32;
}

.extreme-risk {
  color: #E95353;
font-size: 22px;
font-weight: bold;
}

.extreme-risk-item {
border-left: 7px solid #E95353;
}

.navbar { display: none !important;}
