/*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;
  background-image: url("../../assets/images/splash_image.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

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

.splasTitleHM {
  position: relative;
  color: #888888;
  font-family: 'ROBOTO';
  z-index: 20020;
  font-size: 113px;
  padding: 45px 45px 35px 45px;
  font-weight: 900; }

#splashHeading {
  position: relative;
  width: 900px;
  padding-left: 65px;
  color: #d83e03;
  font-family: "Roboto Slab";
  font-size: 25px;
  z-index: 20020;
  margin-bottom: 35px; }

#killerFactsText {
  position: relative;
  width: 600px;
  color: #ffffff;
  font-family: 'ROBOTO';
  font-size: 20px;
  padding-left: 65px;
  font-weight: 400;
  margin-bottom: 35px;
  z-index: 20020;
  background-color: rgba(0, 0, 0, 0.603); }
  #killerFactsText ul {
    margin-bottom: 0; }

#splashButton {
  width: 250px;
  height: 50px;
  padding: 0 0 0 65px;
  color: #868788;
  font-family: "Roboto";
  font-size: 14px;
  z-index: 20020;
  cursor: pointer;
  -webkit-transition: width 1s ease;
  transition: width 1s ease; }

#splashButtonText {
  margin-bottom: 30px; }

#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; }

#splashButtonEnterSite {
  font-family: 'Roboto Slab', serif;
  padding: 3px;
  z-index: 30000;
  font-size: 18px;
  width: 125px;
  height: 25px;
  display: none;
  color: #fff;
  padding-bottom: 5px;
  text-align: center;
  text-transform: lowercase;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #splashButtonEnterSite:hover {
    opacity: 1;
    background-color: #1f2224; }

#pleaseWaitLanding {
  position: absolute;
  bottom: 0;
  margin-right: 0;
  margin-left: 0;
  left: 0;
  background-color: rgba(99, 97, 97, 0.445); }

#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: 25px;
  padding-left: 10px;
  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: #000000;
  border: 1px solid #232323; }

#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; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #00131c;
  z-index: 900;
  text-align: right;
  height: 30px; }
  #footer div {
    font-size: 12px;
    color: #e58e1e;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-grid;
    margin-right: 10px;
    height: 100%;
    -webkit-align-content: space-evenly;
        -ms-flex-line-pack: space-evenly;
            align-content: space-evenly;
    padding: 0 5px; }
    #footer div:hover {
      opacity: 1;
      background-color: #020e14; }

.btnSocialMedia {
  width: 25px;
  text-align: center;
  vertical-align: bottom; }

#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: 39px;
  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: 65px;
  height: 544px;
  width: 10px;
  left: 311px;
  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: #9f9a98;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  display: inline;
  width: 50%;
  line-height: 25px; }
  #aboutboxContentText li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px; }

#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: 64px;
  height: 544px;
  width: 10px;
  left: 313px;
  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: auto;
  width: 300px;
  background-image: url("../images/sidebar_crosshatch.bmp");
  border-radius: 1px;
  overflow: visible;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  z-Index: 15;
  visibility: hidden;
  padding: 5px; }

#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; }

#datasourceInfoButton {
  position: relative;
  width: 12px;
  height: 12px; }

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

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

#sidebargraphXLabel {
  color: #5f909e;
  width: 100%;
  text-align: center;
  position: relative;
  top: -5px; }

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

#sidebargraphbackground {
  position: absolute;
  z-Index: 20;
  top: 110px;
  left: 40px;
  height: 80px;
  width: 265px; }

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

.google-visualization-tooltip {
  border: solid 1px #5f909e !important;
  background-color: transparent !important;
  color: #5f909e !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: url("../images/sidebar_graph_crosshatch.bmp") !important; }

.google-visualization-tooltip div {
  padding: 5px;
  text-transform: capitalize; }

.styleTooltipText {
  color: #b2f0ff !important; }

.sidebarElementsRowPadding {
  padding: 5px; }

#sidebarhomicidedata {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #092e3b;
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 5px; }

#sidebarHomicideRateLabel {
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px; }

#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: 45px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #092e3b;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  padding: 5px; }

.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 {
  margin-top: 8px; }

#sidebarButtonsCountry {
  display: none; }

#sidebarButtonsCountryTable {
  display: grid;
  grid-template-columns: auto auto 110px;
  text-align: center;
  margin-top: 6px;
  width: 100%;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  height: 24px; }

#sidebarButtonsWorld > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  margin-top: 6px;
  width: 100%;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  height: 24px; }

.sidebarbuttoncells {
  background-color: #071a1f;
  cursor: pointer;
  padding: 1px 3px 3px 3px; }

#sidebarDownloadButtonCountries {
  cursor: pointer; }

#sidebarDownloadButtonWorld {
  cursor: pointer; }

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: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  opacity: 1;
  color: #ffffff;
  margin: 0;
  position: relative;
  top: -5px; }

.sidebarElements2rows {
  display: grid;
  padding: 3px;
  grid-row-gap: 5px; }

.sidebarElements2rowsYear {
  grid-template-rows: 15px auto; }

.sidebarDataSourceElements {
  display: grid;
  grid-template-columns: auto 45px; }

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

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

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;
  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: 12px;
  color: #aae6f5; }

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

#homicidecountInfo {
  position: absolute;
  left: 85px;
  width: 120px;
  display: none;
  z-Index: 90; }

#homiciderateInfo {
  position: absolute;
  left: 265px;
  width: 160px;
  display: none;
  z-Index: 90; }

#weaponInfo {
  position: absolute;
  left: 50px;
  width: 200px;
  display: none;
  z-Index: 90; }

#genderInfo {
  position: absolute;
  left: 50px;
  width: 200px;
  display: none;
  z-Index: 90; }

#ageInfo {
  position: absolute;
  left: 50px;
  width: 200px;
  display: none;
  z-Index: 90; }

#downloadInfo {
  margin-top: 5px;
  display: none;
  z-Index: 9000;
  padding: 10px;
  background-color: #093d4c;
  font-size: 12px;
  color: #aae6f5; }

.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: 220px;
  position: absolute;
  bottom: 30px;
  left: 10px; }

.titleSection {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px; }

.textItemSection {
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 25px; }
  .textItemSection a {
    font-size: 13px; }
  .textItemSection a:hover {
    text-decoration: underline; }

.textSection {
  padding-top: 0;
  margin-bottom: 25px; }
  .textSection a:hover {
    text-decoration: underline; }

.sourceHMPress {
  margin: -5px 0 20px 0;
  font-size: 12px;
  display: block;
  color: #837e7c; }

.titleItemDispatch {
  margin-bottom: 0 !important;
  font-size: 13px; }

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