/*bootstrap overrides*/
.navbar-inverse .navbar-inner {
  background: #3f4e88; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhYjkyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNzk4MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3f4e88 0%, #3f4e88 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4e88), color-stop(100%, #3f4e88)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3f4e88 0%, #3f4e88 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3f4e88 0%, #3f4e88 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3f4e88 0%, #3f4e88 100%); /* IE10+ */
  background: linear-gradient(to bottom, #3f4e88 0%, #3f4e88 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3F4E88', endColorstr='#3F4E88',GradientType=0 ); /* IE6-8 */
  min-height: 10px;
  line-height: 1.2em;
}

.navbar-inverse .brand {
  color: #ffffff;
  font-size: 1.2em;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

.navbar-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.featured-back {
  background-color: #d2daf7;
}

.legend-damage {
  margin-top: 3em;
  font-size: 0.9em;
}

.legend-damage-title {
  font-weight: bold;
}

.legend-damate-description {
  font-weight: 300;
  font-style: italic;
}

.redback {
  background-color: #ff6666;
}

.yellowback {
  background-color: #fff888;
}

.greenback {
  background-color: rgb(231, 253, 218);
}

.grayback {
  background-color: #d9edf7;
}

.blueback {
  background-color: #d2daf7;
}

.table td.text-right {
  text-align: right;
}

.table td.text-center {
  text-align: center;
}

.table td.text-left {
  text-align: left;
}

.table td.vertical-bottom {
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}

.text-weight-normal {
  font-weight: normal !important;
}

/* EARTHQUAKES TABLE */
#earthquakestable {
  /*height: 100px;
    overflow: auto;*/
}

/* CHROMATABLE GUI FIX */
.header {
  background-color: #ffffff;
  z-index: 100000 !important;
}

/* MAP */
.imgcontainer {
  display: none;
}
.imgcontainer .mapcontainer {
  position: relative;
  width: 100%;
}
.mapcontainer .mapimg {
  position: absolute;
  left: 0px;
  border: solid #000 1px;
  width: 100%;
}
.mapcontainer .intensityimg,
.mapcontainer .intensityimgiso {
  position: absolute;
  left: 0px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  width: 100%;
}
.maploading {
  z-index: 550;
  position: absolute;
  left: 0px;
  background: #a00503;
  color: White;
  padding: 2px;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: none;
}

.imgcontainer .intensityscale {
  width: 100%;
}
.imgcontainer .intensityscale img {
  width: 100%;
}

.loading {
  z-index: 550;
  background: #a00503;
  color: White;
  padding: 2px;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.jvectormap-legend-cnt-v {
  top: auto;
  bottom: 10px;
}

tr.selected {
  background-color: #91a999 !important;
  color: white;
}

.detailed-analysis {
    margin-bottom: 3.5em;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
