@import url('https://fonts.googleapis.com/css?family=Roboto:700,400,300|Roboto+Condensed:700,400');

.starter-template {
font-family:'Roboto Condensed',Arial Narrow,Helvetica;
}

body {
  font-family:'Roboto','Proxima Nova','Helvetica Neue', Helvetica, sans-serif;
background-color:rgba(255,255,255,0.0);
}
.slider-labels {
    font-size: 13px;
    line-height: 13px;
    margin: 15px 0 0 4px;
    cursor: pointer;
    background: transparent;
    background-color: transparent;
    z-index: 1;
    position: relative;
    /*font-weight: bold;*/
}

.nav-pills > .active > a, 
.nav-pills > .active > a:hover, 
.nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #940032 !important;
    font-weight:bold;
}

.nav-pills > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 9pt;
}
.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 9px;
    padding-left: 9px;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 14px;
    text-decoration: none;
}

a {
    color: #007db6;
    text-decoration: none;
}

.nav-pills > li > a {
    color: #007db6;
    background-color: #eaeaea;
    /* border: 1px solid #007db6; */
}


.nav-pills > li > a:hover, 
.nav-pills > li > a:focus {
    color: #0088cc;
    background-color: #d3d3d3;
    /* border: 1px solid #007db6; */
}

/* slider labels li  */
.app-wrapper ul,  .app-wrapper ol {
    padding: 0;
    margin: 6px 0 0 0;
}
.slbtns {
    margin: 0 20px 0 0;
    background-color: rgba(0,0,0,0);
}
.slbtns.last {
    margin: 0;
}

.carto-nav-pill-line {
    position: relative;
    top: 24px;
    left: -3px;
    border-top: 1px solid #cccccc;
    z-index: 0;
}

.state {
    fill:#d3d3d3;
    stroke:#fff;
    stroke-width:0.75;
    stroke-opacity:1;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  vertical-align: middle;
  overflow: hidden;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}


.green-fixed-size-square {display: table;width: 40px;height: 20px;background: green;}
.red-fixed-size-square {display: table;width: 40px;height: 20px;background: red;}
.yellow-fixed-size-square {display: table;width: 40px;height: 20px;background: yellow;}
.green-fixed-size-square,.red-fixed-size-square,.yellow-fixed-size-square span {display: table-cell;text-align: center;vertical-align: middle;color: black}

#svg-legend-div {
  /*width: 860px;
  height: 60px;*/
}

.legend-scale ul li:first-child {
  width: 195px;
}
.legend-scale ul li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  display: block;
  float: left;
  width: 195px;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  color: #545454;
  list-style: none;
}

.legend-scale ul {
  margin: 0 0 6px 0;
  padding: 0;
  float: left;
  list-style: none;
}
ul.legend-labels li span {
  display: block;
  float: left;
  /*height: 11px;
  width: 11px;*/
  padding: 12px;
  margin: 1px 4px 7px 0;
  opacity: 0.9;
  filter: alpha(opacity=80);
}

legend {
  margin-bottom: 5px !important;
}

legend.policy-border {
   font-size: 1.2em !important;
   font-weight: bold !important;
   text-align: left !important;
   width:auto;
   padding:0 10px;
   border-bottom:none;
}

.policy-bullet {
  list-style-type: none;
  /*width:400px;*/
}

.policy-bullet li {
  float:left;
  margin:0 10px 5px 0;
  width:165px;
  font-size:75%;
}

#left-fieldset {
  width: 440px;
  float: left;
  margin-right: 10px;
}

.blended {
  background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 10px,
    rgba(0, 0, 0, 0.3) 10px,
    rgba(0, 0, 0, 0.3) 20px
  ),
  url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/old_map_@2X.png);
  /*background-image: url(images/red_stripes.png);
  background-color: red;
  background-blend-mode: multiply;
  */
}

.nav-pills > li > a {
  color: #FFFFFF;
  background-color: #59001E;
  /* border: 1px solid #007db6; */
}

.nav-pills > li > a:hover {
  color: #ffffff;
  background-color: #940032 !important;
}
