/*This is the main stylesheet for the Homicide Globe website*/
/* Import Roboto Font */
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
/* Import Roboto Slab Font
@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab/robotoslab-regular-webfont.eot');
    src: url('robotoslab/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab/robotoslab-regular-webfont.woff') format('woff'),
         url('robotoslab/robotoslab-regular-webfont.ttf') format('truetype'),
         url('robotoslab/robotoslab-regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab/robotoslab-bold-webfont.eot');
    src: url('robotoslab/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab/robotoslab-bold-webfont.woff') format('woff'),
         url('robotoslab/robotoslab-bold-webfont.ttf') format('truetype'),
         url('robotoslab/robotoslab-bold-webfont.svg#RobotoBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/roboto-regular-webfont.eot');
    src: url('roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-regular-webfont.woff') format('woff'),
         url('roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('roboto/roboto-regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/roboto-bold-webfont.eot');
    src: url('roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-bold-webfont.woff') format('woff'),
         url('roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('roboto/roboto-bold-webfont.svg#RobotoBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/roboto-bolditalic-webfont.eot');
    src: url('roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-bolditalic-webfont.woff') format('woff'),
         url('roboto/roboto-bolditalic-webfont.ttf') format('truetype'),
         url('roboto/roboto-bolditalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/roboto-italic-webfont.eot');
    src: url('roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-italic-webfont.woff') format('woff'),
         url('roboto/roboto-italic-webfont.ttf') format('truetype'),
         url('roboto/roboto-italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

 */
body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 768px;
  min-width: 1200px;
  min-height: 860px;
  overflow: hidden;
  background-color: #010A0F;
  margin: 10px;
  /*prevent user selection of text*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*prevent font resizing*/
  -webkit-text-size-adjust: none;
  max-height: 50000em; }

.container {
  /*min-width: 1000px;*/
  /*min-height: 790px;*/
  width: 100%;
  height: 100%;
  background-color: #010A0F; }

.wrapper {
  position: relative;
  overflow: hidden;
  background-color: #010A0F; }

#mainContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #010A0F; }

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #030303;
  z-index: 20000;
  opacity: 1; }

#splashImage {
  position: fixed;
  height: 100%;
  width: auto;
  top: 0px;
  left: 0px;
  z-index: 20010; }

#splashHeading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  top: 70px;
  color: #D84203;
  font-family: "Roboto Slab";
  font-size: 36px;
  z-index: 20020; }

#killerFactsText {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  top: 140px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  z-index: 20020; }

#splashButton {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 50px;
  bottom: 50px;
  padding: 5px;
  color: #86BFD0;
  background-color: #003F51;
  font-family: "Roboto";
  font-size: 14px;
  border-radius: 4px;
  z-index: 20020;
  cursor: pointer;
  -webkit-transition: width 1s ease;
  transition: width 1s ease; }

#splashGlobe {
  position: relative;
  height: 60px;
  width: auto;
  top: -5px;
  left: -5px;
  float: left;
  margin-right: 10px;
  cursor: pointer; }

#splashArrow {
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 20020;
  cursor: pointer;
  display: none; }

#visualization {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0; }

#glow {
  overflow: hidden;
  position: absolute;
  /* z-index:-500;*/
  display: none; }

#glowImage {
  width: 100%;
  height: 100%; }

#noWebGLGlobe {
  width: 100%;
  height: 100%;
  display: none; }

#noWebGLText {
  position: absolute;
  width: 50%;
  height: 90px;
  left: 300px;
  display: none;
  z-index: 100;
  top: 50px;
  border-style: solid;
  border-width: 2px;
  padding: 5px;
  cursor: pointer; }

#globeImage {
  position: absolute; }

#subnationalMap {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 200;
  width: 500px;
  height: 500px; }

#subnationalMapContainer {
  position: fixed;
  top: 65px;
  left: 300px;
  display: none;
  z-index: 200;
  overflow: hidden; }

#subnationalStatus {
  position: absolute;
  font-size: 14px;
  color: #b2f0ff;
  top: 57px;
  left: 850px;
  z-index: 305;
  display: none; }

#clickToReturn {
  cursor: pointer; }

#cityLegend {
  position: fixed;
  font-size: 12px;
  color: #000000;
  top: 40px;
  left: 650px;
  width: 280px;
  height: 25px;
  z-index: 305;
  background-color: #F8F8F8;
  opacity: 0.7;
  display: none; }

.cityLegendPanel {
  position: relative;
  display: inline; }

.legendDivider {
  position: relative;
  width: 2px;
  background-color: #010A0F;
  display: inline; }

#openSubnational {
  font-size: 16px;
  color: #b2f0ff;
  display: none;
  align: right;
  position: relative;
  top: -30px;
  z-index: 1000; }

#closeSubnational {
  font-size: 16px;
  color: #b2f0ff;
  display: none;
  align: right;
  position: relative;
  top: -30px;
  z-index: 1000; }

#pleaseWait {
  font-family: 'Roboto Slab', serif;
  position: absolute;
  width: 800px;
  height: 40px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -50px -400px;
  font-size: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 2px; }

#startStopAnimation {
  font-family: 'Roboto Slab', serif;
  position: fixed;
  height: 32px;
  top: 65px;
  right: 40px;
  padding: 4px;
  background-image: url("../images/timeline_crosshatch.bmp");
  z-index: 1000;
  font-size: 18px;
  opacity: 0.9;
  vertical-align: middle;
  cursor: pointer; }

#pleaseWaitLanding {
  font-family: 'Roboto Slab', serif;
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  font-size: 30px;
  z-index: 30000;
  text-align: center; }

#headerbar {
  position: fixed;
  top: 0px;
  height: 60px;
  width: 100%;
  padding: 0px;
  background-color: #001017;
  Z-index: 10;
  opacity: 0.9;
  vertical-align: middle;
  min-width: 1200px; }

.headerpanel {
  top: 0 !important;
  height: 60px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 1px;
  padding: 4px !important;
  text-align: left;
  vertical-align: middle;
  display: inline-block; }

.panel {
  background-color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #ffffff;
  border-radius: 1px;
  padding: 1px;
  text-align: left;
  opacity: 0.9; }

#maintitle {
  position: relative;
  top: -3px;
  width: 250px;
  height: 38px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #092e3b;
  vertical-align: middle;
  display: inline-block; }

p.title {
  line-height: 50px;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
  display: inline-block; }

#description {
  top: -3px;
  position: relative;
  width: 310px;
  height: 38px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #092e3b;
  display: inline-block; }

p.maindescription {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 12px;
  color: #b2f0ff;
  display: inline-block; }

#scale {
  height: 38px;
  width: 250px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -4px; }

#scaletable {
  width: 98%;
  align: center; }

.scalebox {
  height: 4px; }

#scalebox0 {
  background-color: #ffffcc; }

#scalebox1 {
  background-color: #ffeda0; }

#scalebox2 {
  background-color: #fed976; }

#scalebox3 {
  background-color: #feb24c; }

#scalebox4 {
  background-color: #fd8d3c; }

#scalebox5 {
  background-color: #fc4e2a; }

#scalebox6 {
  background-color: #e31a1c; }

#scalebox7 {
  background-color: #9f0022; }

.scalelabelbox {
  align: center;
  text-align: center; }

.scalelabeltext {
  align: center;
  text-align: center; }

#search {
  position: relative;
  top: -4px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #092e3b;
  height: 38px;
  width: 320px;
  background-color: #011219;
  display: inline-block;
  z-index: 20; }

.ui-widget {
  width: 100%;
  display: inline-block;
  background-color: #002a35;
  padding: 1px;
  position: relative;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10000; }

#languages {
  position: relative;
  top: -4px;
  z-index: 20;
  display: inline-block;
  height: 38px;
  margin-left: 20px; }
  #languages select {
    position: relative;
    height: 22px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: #002a35;
    color: #b2f0ff;
    border-color: #002a35; }
    #languages select:focus {
      outline: none; }

#tags {
  width: 92%;
  height: 20px;
  border: 0px;
  color: #1c788e;
  background-color: #002a35;
  display: inline-block;
  z-index: 10000; }

.zoom {
  position: fixed;
  right: 10px;
  top: 65px;
  padding: 0px; }

#zoomIn {
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer; }

#zoomInIcon {
  position: relative;
  top: 0px;
  left: 0px; }

#zoomOutIcon {
  position: relative;
  top: 0px;
  left: 0px; }

#zoomingInIcon {
  position: relative;
  top: 0px;
  left: 27px;
  visibility: hidden; }

#zoomingOutIcon {
  position: relative;
  top: 0px;
  left: 27px;
  visibility: hidden; }

#zoomOut {
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer; }

#tooltipdummy {
  position: absolute;
  top: 100px;
  left: 400px; }

#toolbar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 24px;
  width: 100%;
  padding: 4px;
  background-color: #00131c;
  Z-index: 900; }

#toolbarButtons {
  position: absolute;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  text-align: right; }

#aboutButton {
  position: relative;
  display: inline-block;
  cursor: pointer; }

#dispatchesButton {
  position: relative;
  display: inline-block;
  cursor: pointer; }

#methodsButton {
  position: relative;
  display: inline-block;
  cursor: pointer; }

#FAQButton {
  position: relative;
  display: inline-block;
  cursor: pointer; }

#killerFactsButton {
  position: relative;
  display: inline-block;
  cursor: pointer; }

#facebooktwitterButtons {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer; }

#twitterButton {
  vertical-align: middle; }

#yearselector {
  position: fixed;
  bottom: 40px;
  right: 0px;
  height: 32px;
  width: 775px;
  padding: 0px;
  background-image: url("../images/timeline_crosshatch.bmp");
  visibility: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1000; }

#playButton {
  padding: 0px;
  border: 0px;
  position: relative;
  top: -1px;
  left: -2px; }

#yeartoolbar {
  width: 739px;
  display: inline-block;
  white-space: nowrap;
  padding: 0px;
  position: absolute;
  top: 8px;
  left: 32px;
  cursor: pointer;
  z-index: 1000; }

#yeartable {
  width: 739px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1000; }

.yearbox {
  background-color: #04141d;
  height: 5px;
  width: 49px; }

.selectedyearbox {
  background-color: #e58e1e;
  height: 5px;
  width: 49px; }

.availableyearbox {
  background-color: #e58e1e;
  height: 5px;
  width: 49px; }

.yearlabelbox {
  align: center;
  text-align: center; }

.yearlabeltext {
  align: center;
  text-align: center;
  color: #e58e1e;
  /*color: #4594a8;*/
  /*color: #1a5c6f;*/ }

/*
.yearbox:hover{
	background-color:red;
}
*/
#yearIndicator {
  width: 44px;
  height: 15px;
  position: absolute;
  left: 512px;
  top: 3px;
  -webkit-transition: left 1s ease;
  transition: left 1s ease;
  z-Index: 1200; }

#countrytooltip {
  position: absolute;
  left: 400px;
  top: 300px;
  min-width: 203px;
  width: auto;
  height: 90px;
  padding: 4px;
  white-space: nowrap;
  display: none;
  z-Index: 900; }

.countrytooltipname {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 25px;
  background-image: url("../images/tooltip_title_crosshatch.bmp");
  color: #b2f0ff;
  font-size: 13px;
  padding: 3px; }

#tooltipMove {
  Position: absolute;
  right: 5px;
  top: 2px;
  display: none;
  width: 15px;
  cursor: move; }

.subnationaltooltip {
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100%;
  height: 20px;
  background-image: url("../images/tooltip_title_crosshatch.bmp");
  /*color: #ffffff;*/
  color: #e48e1e;
  font-size: 12px;
  /*font-style: italic;*/
  padding: 3px;
  cursor: pointer; }

#tooltipShowSubnational {
  display: none; }

.countrytooltipdata {
  position: absolute;
  left: 0px;
  top: 26px;
  height: 70px;
  width: 100%;
  padding: 3px;
  background-image: url("../images/tooltip_data_crosshatch.bmp");
  pointer-events: none; }

#countryTablePanel {
  position: absolute;
  top: 35px;
  height: 544px;
  width: 10px;
  left: 281px;
  padding: 8px;
  background-color: #031c21;
  color: #4594a8;
  z-index: 90;
  opacity: 0.9;
  display: none;
  -webkit-transition: width 1s ease;
  transition: width 1s ease; }

#aboutBox {
  position: fixed;
  bottom: 0px;
  height: 90%;
  width: 500px;
  right: 0px;
  padding: 10px;
  background-color: #031c21;
  color: #4594a8;
  opacity: 1;
  display: none;
  z-Index: 1300;
  -webkit-transition: height 1s ease;
  transition: height 1s ease; }

#aboutboxHeading {
  height: 25px;
  width: 100%;
  white-space: nowrap;
  padding: 8px; }

#aboutboxHeadingText {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
  display: inline;
  width: 50%;
  line-height: 25px; }

#aboutboxContent {
  position: relative;
  top: 20px;
  padding: 8px;
  overflow: auto;
  /*alow user selection of text*/
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

#aboutboxContentText {
  position: relative;
  color: #837e7c;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  display: inline;
  width: 50%;
  line-height: 25px; }

#aboutboxCloseButton {
  position: absolute;
  right: 0px;
  display: inline;
  cursor: pointer; }

#aboutboxContent::-webkit-scrollbar {
  width: 8px;
  background-color: #001014; }

#aboutboxContent::-webkit-scrollbar-track {
  width: 5px;
  background-color: #001014; }

#aboutboxContent::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #e48e1e; }

#countryListHeading {
  height: 25px;
  width: 100%;
  white-space: nowrap;
  display: none; }

#countryTableDiv {
  width: 100%;
  height: 510px;
  display: none;
  overflow: auto; }

#countryTableDiv::-webkit-scrollbar {
  width: 8px;
  background-color: #001014; }

#countryTableDiv::-webkit-scrollbar-track {
  width: 5px;
  background-color: #001014; }

#countryTableDiv::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #e48e1e; }

#countryListTable {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #092e3b; }

#countryListHeadingText {
  display: inline;
  width: 50%;
  line-height: 15px; }

#countryListCloseButton {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline;
  cursor: pointer; }

.countryTableHeader {
  background-color: #001014;
  color: #4594a8;
  font-style: italic;
  font-size: 10px;
  height: 20px;
  padding: 3px;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #092e3b;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #092e3b; }

#statecityTablePanel {
  position: absolute;
  top: 35px;
  height: 544px;
  width: 10px;
  left: 308px;
  padding: 8px;
  background-color: #031c21;
  color: #4594a8;
  z-index: 90;
  opacity: 0.9;
  display: none;
  -webkit-transition: width 1s ease;
  transition: width 1s ease; }

#statecityListHeading {
  height: 25px;
  width: 100%;
  white-space: nowrap;
  display: none; }

#statecityTableDiv {
  width: 100%;
  height: 510px;
  display: none;
  overflow: auto; }

#statecityTableDiv::-webkit-scrollbar {
  width: 8px;
  background-color: #001014; }

#statecityTableDiv::-webkit-scrollbar-track {
  width: 5px;
  background-color: #001014; }

#statecityTableDiv::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #e48e1e; }

#statecityListHeadingText {
  display: inline;
  width: 50%;
  line-height: 15px; }

#statecityListCloseButton {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline;
  cursor: pointer; }

.statecityTableHeader {
  background-color: #001014;
  color: #4594a8;
  font-style: italic;
  font-size: 10px;
  height: 20px;
  padding: 3px;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #092e3b;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #092e3b; }

th {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #092e3b;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #092e3b;
  cursor: pointer; }

th.end {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #092e3b; }

#sidebar {
  position: fixed;
  top: 65px;
  height: 533px;
  width: 300px;
  background-image: url("../images/sidebar_crosshatch.bmp");
  border-radius: 1px;
  padding: 4px;
  overflow: visible;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  z-Index: 15;
  visibility: hidden; }

#sidebartitle {
  position: relative;
  height: 24px;
  background-image: url("../images/sidebar_title_crosshatch.bmp");
  border-radius: 1px;
  padding: 0px; }

#sidebarTitleBox {
  position: absolute;
  width: 269px;
  height: 16px;
  background-image: url("../images/sidebar_title_crosshatch.bmp");
  border-radius: 0;
  padding: 0 5px;
  line-height: 24px; }

#sidebarYear {
  position: relative;
  font-size: 14px;
  left: 2px; }

#sidebarSourceYear {
  font-size: 14px; }

#datasourceLabelText {
  position: relative;
  top: -5px; }

#sidebarYearTitle {
  position: relative;
  top: -5px; }

#datasourceInfoButton {
  position: relative;
  top: -5px; }

#sidebarDataSource {
  position: relative;
  top: 2px;
  width: 95%; }

#sidebardatasourceinfo {
  height: 60px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #092e3b;
  z-Index: 90; }

#sidebargraph {
  height: 125px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #092e3b; }

#sidebargraphXLabel {
  color: #3b5860;
  width: 100%;
  text-align: center;
  position: relative;
  top: -10px; }

#sidebargraphNoDataKey {
  color: #3b5860;
  width: 100%;
  text-align: right;
  position: relative;
  top: -28px;
  left: -22px; }

#chart_div {
  width: 290px;
  height: 110px;
  position: relative;
  top: -10px;
  z-Index: 30; }

#sidebargraphbackground {
  position: absolute;
  z-Index: 20;
  top: 110px;
  left: 40px;
  height: 80px;
  width: 220px;
  background-image: url("../images/sidebar_graph_crosshatch.bmp"); }

.sidebargraphnodata {
  position: absolute;
  z-Index: 100;
  top: 110px;
  height: 71px;
  width: 12.23px;
  background-image: url("../images/sidebar_graph_nodata_crosshatch.bmp");
  visibility: hidden; }

#sidebargraphNoData0 {
  left: 44px; }

#sidebargraphNoData1 {
  left: 56.235px; }

#sidebargraphNoData2 {
  left: 68.47px; }

#sidebargraphNoData3 {
  left: 80.70px; }

#sidebargraphNoData4 {
  left: 92.94px; }

#sidebargraphNoData5 {
  left: 105.175px; }

#sidebargraphNoData6 {
  left: 117.41px; }

#sidebargraphNoData7 {
  left: 129.645px; }

#sidebargraphNoData8 {
  left: 141.88px; }

#sidebargraphNoData9 {
  left: 154.115px; }

#sidebargraphNoData10 {
  left: 166.35px; }

#sidebargraphNoData11 {
  left: 178.585px; }

#sidebargraphNoData12 {
  left: 190.82px; }

#sidebargraphNoData13 {
  left: 203.055px; }

#sidebargraphNoData14 {
  left: 215.29px; }

#sidebargraphNoData15 {
  left: 227.525px; }

#sidebargraphNoData16 {
  left: 239.76px; }

#sidebargraphNoData17 {
  left: 251.995px; }

#sidebargraphNoData18 {
  left: 264.23px; }

#sidebargraphNoData18 {
  left: 276.465px; }

#sidebarhomicidedata {
  height: 58px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #092e3b; }

#sidebarHomicideRateLabel {
  position: relative;
  top: 4px; }

#sidebarHomicideCount {
  position: relative;
  top: -5px; }

#sidebarHomicideRate {
  position: relative;
  top: -5px; }

#sidebarPopulationText {
  position: relative;
  top: 3px;
  left: 2px; }

#sidebarPopulation {
  position: relative;
  top: 3px;
  left: 2px; }

#sidebarPopulationData {
  height: 42px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #092e3b;
  -webkit-transition: height 1s ease;
  transition: height 1s ease; }

.sidebarpiechart {
  height: 50px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #092e3b; }

#sidebarWeaponData {
  -webkit-transition: height 1s ease;
  transition: height 1s ease; }

#sidebarWeaponLabel {
  position: relative;
  top: -5px; }

#sidebarWeaponType {
  position: relative;
  top: -5px; }

#sidebarWeaponPercent {
  position: relative;
  top: -5px; }

#sidebarVictimGenderLabel {
  position: relative;
  top: -5px; }

#sidebarVictimGenderType {
  position: relative;
  top: -5px; }

#sidebarVictimGenderPercent {
  position: relative;
  top: -5px; }

#sidebarVictimAgeLabel {
  position: relative;
  top: -5px; }

#sidebarVictimAgeType {
  position: relative;
  top: -5px; }

#sidebarVictimAgePercent {
  position: relative;
  top: -5px; }

#sidebarGenderData {
  -webkit-transition: height 1s ease;
  transition: height 1s ease; }

#sidebarAgeData {
  -webkit-transition: height 1s ease;
  transition: height 1s ease; }

#statecityTablePanel {
  z-index: 5000; }

#multipleWeaponsList {
  display: none; }

#multipleVictimAgeList {
  display: none; }

.sidebarbuttons {
  height: 35px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #092e3b;
  padding: 4px; }

#sidebarButtonsCountry {
  display: none; }

#sidebarButtonsCountryTable {
  position: absolute; }

#sidebarCountriesButton {
  cursor: pointer; }

#sidebarStatesButton {
  cursor: pointer; }

#sidebarCitiesButton {
  cursor: pointer; }

#sidebarDownloadButtonCountries {
  cursor: pointer; }

#sidebarDownloadButtonWorld {
  cursor: pointer; }

td.sidebarbuttoncells {
  vertical-align: middle;
  background-color: #093d4c;
  padding: 3px; }

p.sidebardatayear {
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  opacity: 1;
  color: #ffffff;
  margin: 0; }

p.sidebardatamore {
  position: relative;
  opacity: 1;
  color: #e48e1e;
  margin: 0;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  display: none;
  top: -5px;
  left: 20px; }

p.sidebarbuttontext {
  color: #b2f0ff;
  display: inline-block; }

p.sidebarsubheading {
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  opacity: 1;
  color: #ffffff;
  margin: 0;
  position: relative;
  top: -5px; }

p {
  font-size: 12px;
  margin: 0; }

#sidebarCountryName {
  position: relative;
  left: -2px;
  top: -2px; }

p.countrynamesidebar {
  font-size: 16px;
  color: #b2f0ff; }

p.copyright {
  float: left;
  font-size: 12px;
  width: 200px;
  color: #485053;
  line-height: 20px;
  display: none; }

p.toolbarbuttontext {
  font-size: 12px;
  /*width: 150px;*/
  color: #e58e1e;
  line-height: 20px;
  display: inline-block;
  padding: 0px 10px 0px 10px; }

p.labeltext1 {
  margin: 0;
  font-size: 10px;
  line-height: 100%;
  color: #4594a8;
  text-transform: uppercase;
  display: inline-block; }

p.labeltext2 {
  font-size: 10px;
  color: #b2f0ff;
  text-transform: uppercase;
  width: 100%;
  text-align: center; }

p.labeltext3 {
  margin: 0;
  font-size: 10px;
  line-height: 100%;
  color: #4594a8;
  display: inline-block; }

p.yearlabeltext {
  font-size: 10px;
  color: #4594a8;
  text-transform: uppercase; }

p.scalelabeltext {
  font-size: 9px;
  color: #4594a8;
  text-transform: uppercase;
  position: relative;
  top: -2px; }

p.numericaldata {
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  opacity: 1;
  color: #ffffff; }

p.tinynumericaldata {
  position: relative;
  font-size: 9px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  opacity: 1;
  color: #ffffff;
  top: -4px; }

p.numericaldatabold {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  opacity: 1;
  color: #ffffff;
  display: inline-block; }

p.numericaldatalabel {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  opacity: 1;
  color: #ffffff;
  display: inline-block; }

a {
  color: #e58e1e;
  text-decoration: none; }

/*
a:hover {
	color: #485053;
}
*/
.imginfofloat {
  position: relative;
  top: -13px;
  left: -31px;
  z-index: 200; }

/*info tooltips*/
.infotooltip {
  position: absolute;
  padding: 10px;
  background-color: #093d4c;
  font-size: 9px;
  -webkit-box-shadow: 5px 5px 5px black;
          box-shadow: 5px 5px 5px black; }

.infotooltip:after {
  right: 100%;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(9, 61, 76, 0);
  border-right-color: #093d4c;
  border-width: 4px;
  margin-top: -4px; }

p.infotooltipheading {
  margin: 2px;
  font-size: 10px;
  color: #ffffff; }

p.infotooltipbody {
  margin: 2px;
  font-size: 10px;
  color: #aae6f5; }

#datasourceInfo {
  position: absolute;
  top: 80px;
  left: 96px;
  width: 120px;
  display: none;
  z-Index: 90; }

#homicidecountInfo {
  position: absolute;
  top: 260px;
  left: 80px;
  height: 90px;
  width: 120px;
  display: none;
  z-Index: 90; }

#homiciderateInfo {
  position: absolute;
  top: 260px;
  left: 252px;
  height: 130px;
  width: 160px;
  display: none;
  z-Index: 90; }

#weaponInfo {
  position: absolute;
  top: 400px;
  left: 42px;
  width: 120px;
  display: none;
  z-Index: 90; }

#genderInfo {
  position: absolute;
  top: 460px;
  left: 42px;
  width: 120px;
  display: none;
  z-Index: 90; }

#ageInfo {
  position: absolute;
  top: 520px;
  left: 42px;
  width: 120px;
  display: none;
  z-Index: 90; }

#downloadInfo {
  position: absolute;
  top: 500px;
  left: 295px;
  width: 240px;
  display: none;
  z-Index: 9000;
  cursor: pointer; }

.marker {
  position: absolute;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.87);
  color: #ffffff;
  font-size: 4pt;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  margin: 0px;
  border: 0px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer; }

.logo img {
  width: 150px;
  position: absolute;
  bottom: 30px;
  left: 10px; }

/*# sourceMappingURL=main.css.map */
