
body {
  font-family: "Source Sans Pro", sans-serif !important;
}

div {
  /*border: 1px solid #000;*/
}

svg {
  /*border: 1px solid #c0ff33;*/
}

#nav {
  background-color: #F5F5F5;  
  display: flex;
  height: 100px;
}

#options {
  margin-bottom: 12px;
  margin-top: 15px;
  display: flex;
  position: absolute;
}

#loader {  
  pointer-events: none;
  position: absolute;
  border: 16px solid #CDCDCD;
  border-radius: 50%;
  border-top: 16px solid #0195E5;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#options .dropdown { 
  padding-left: 5px;
  padding-right: 5px;
  width: 300px;
}

#options .dropdown button {
  background-color: #fff;
  border: 1px solid #CDCDCD;
  color: #595959;
  border-radius: 0px !important;
  font-weight: 600 !important;
  height: 40px !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 280px;
}

#options .dropdown label { 
  padding-bottom: 2px;
  margin-bottom: 0px;
  width: 280px;
  font-weight: 100 !important;
  /*padding-top: 0px;*/
}

.dropdown-menu a {
  background-color: #fff !important;
  box-shadow: none;
  font-weight: 100;
  width: 280px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-menu a:hover {
  background-color: #CEF4FF !important;
}

#checkButtons {
  margin-right: 50px;
  margin-top: 26px;
}

.sRButton {
  border-radius: 0px !important;
  border: 1px solid #CDCDCD !important;
  font-weight: 100;
  padding-left: 58px;
  padding-right: 58px;
  background-color: #fff !important;
  color: #595959 !important;
  height: 40px !important;
}

.sRButton label {
  border: 1px solid #CDCDCD !important;
}

.sRButton.active {
  background-color: #CEF4FF !important;
  color: #0195E5 !important;
  font-weight: 500;
  border: 1px solid #CDCDCD;
}

.focus {
  box-shadow: none !important;
}

.metricHeader {
  text-decoration: #CDCDCD underline;
  font-weight: 100;
  padding-bottom: 5px;  
}

svg {
  font-family: "Source Sans Pro", sans-serif !important;
}

svg text {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#metricHoverDescription {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.borderThat {
  border-bottom: 1px solid #CDCDCD;
}

#table .domain {
  stroke: #CDCDCD;
}


#submit-custom {
  border-radius: 0px !important;
  box-shadow: none !important;
  background-color: #0195E5 !important;
  font-weight: 200;
  border: none;
}

#sparklineTable th {
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

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

.borough-area {
  fill-opacity: .75;
}

.background-line {
  fill: none;
  stroke: #000;
  stroke-opacity: 0;
  stroke-width: 4;
}

.y .domain {
  stroke: none;
}

.y line {
  stroke: #cdcdcd;
}

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

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

.x .domain {
  stroke: #cdcdcd;
}

.hover-area-back {
  stroke: none;
  stroke-width: 4;
  pointer-events: none;
  fill-opacity: 0;
}

.hover-area {
  stroke: none;
  stroke-width: 2;
  pointer-events: none;
  fill-opacity: 0;
}

.map-date-note {
  font-size: 12px;
  text-anchor: end;
  font-style: italic;
  fill: #62646A;
}

.nyc {
  stroke: #000;
  stroke-width: .1;
}

.nyc-line {
  fill-opacity: 0;
  pointer-events: none;
  stroke: #000;
  stroke-width: .1;
}

.back {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  pointer-events: none;
}

.bubble {
  pointer-events: none;
  fill: #000;
  fill-opacity: .15;
  stroke: #000;
  stroke-width: .35;
  mix-blend-mode: multiply;
}

.legendG .note text {
  text-anchor: middle;
  fill: #62646A;
}

.legendG .legend text {
  fill: #62646A;
}

#hover {
  position: absolute;
  padding: 5px;
  margin: 5px;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);

}

.stack-area {
  pointer-events: none;
  stroke-width: 2;
}

.voronoi-area {
  fill-opacity: 0;
}

.voronoi-path {
  fill-opacity: 0;
}

#lastUpdatedDiv {
  font-weight: 100;
  font-style: italic;
  position: absolute;
  font-size: 12px;
}

.logo {
  position: absolute;
}

#explain-title {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  max-width: 300px;
  padding: 5px;
  margin: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

.main-title {
  margin-top: 10px;
  font-weight: 100;
  border-bottom: 1px solid #3FE8DF;
}

#topExplain {
  display: inline-flex;
  cursor: pointer;
}

.inspect-title {
  background-color: #3FE8DF;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 2px;
  padding: 5px;
  margin-left: 5px;
  margin-top: 10px; 
  text-align: center;
  border-radius: 50%;
  font-weight: 900;
}

#filter {
  color: #62646A !important;
}


#filters .selectize-input {
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 1px solid #CDCDCD;
}

.date-filter {
  position: absolute;
  right: 0px;
  display: inline-flex;
}

.date-input-group {
  top: 0px;
  color: #62646A;
  margin-right: 20px;
}

.date-input-group-custom {
  margin-bottom: 20px;
  color: #62646A;
}


.date-input-group-custom span {
  margin-right: 10px;
}

input[type=date] {
  -webkit-appearance: textfield;
  border: .5px solid #cdcdcd;
  color: #62646A;
}

input[type=month] {
  -webkit-appearance: textfield;
  border: .5px solid #cdcdcd;
  color: #62646A;
}

#submit-dates {
  border-radius: 0px !important;
  box-shadow: none !important;
  background-color: #032765 !important;
  padding-left: 18px;
  padding-right: 18px;
  top: 0px;
  border: none;
  color: #fff;
}

#submit-dates:hover {
  background-color: #FCC435 !important;
}

#submit-custom {
  border-radius: 0px !important;
  box-shadow: none !important;
  background-color: #032765 !important;
  padding-left: 18px;
  padding-right: 18px;
  height: 40px;
  border: none;
  color: #fff;
}

#submit-custom:hover {
  background-color: #FCC435 !important;
}

.rowHeader {
  padding-left: 30px;
}

.hoverLine {
  stroke: #000;
  stroke-width: 3;
  opacity: 0;
  pointer-events: none;
}

