/* Sticky footer styles for bootstrap \
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -30px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
  position: relative;
  min-width: 800px;
  overflow: hidden;
}

/* Set the fixed height of the footer here */
#footer {
  height: 30px;
  position: fixed;
  background-color: #222; /*black*//*#f5f5f5*/
  width: 100%;
  overflow: hidden;
  bottom: 0;
  z-index: 2;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}

/*.container .text-muted {
  margin: 0;
}*/

#footer > .container {
  float: left;
  padding: 0;
  margin: 7px;
  margin-left: 10px;
  height: 20px;
  overflow: hidden;
}

#footer > .fb-root {
  float: right;
  padding: 0;
  margin: 7px;
  margin-left: 10px;
  height: 20px;
  overflow: hidden;
}

code {
  font-size: 80%;
}

/*
.navbar-nav > li {
  border-left: 1px solid #999;
}

.navbar-nav > li:last-child {
  border-right: 1px solid #999;
}*/

.navbar-header .logo {
  float:left;
  margin: 6px auto 0 6px;
  padding: 0 3px;
  width: 40px;
  height: 40px;
}

.navbar-header #beta {
  float: left;
  margin: 21px auto 0 -14px;
  padding: 0 3px;
  color: #999;
  font: bold 10px Arial,Helvetica,Sans-serif;
}

.navbar-inverse .navbar-brand {
  color: white;
}


#fb-root {
  /*position: fixed;
  top: 14px;
  right: 300px;
  z-index: 1030;*/
  margin: 14px 0 0 0;
}

/* Location of the NOAH logo at top left (size already modified via PS) */
#noah-logo {
  padding: 5px;
  margin-left: 5px;
  float: left;
}

/* fixed toolbar location and transparency */
#toolbar {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.toolbar-container {
  position: fixed;
  top: 50px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 40px;
  z-index: 2 !important;
}
#tools {
  float: left;
  position: absolute;
  left: 10px;
  top: 3px;
  width: 200px;
}

#tools ul {
  margin: 0;
  padding: 0;
}

#tools li {
  float: left;
  list-style-type: none;
  padding: 0 3px;
}

#tools h4 {
  float: left;
  color: white;
  margin: 5px auto;
}

#search {
  float: right;
  position: absolute;
  top: 7px;
  right: 360px;
  z-index: 2;
}

#search input[type="text"] {
  background-color: #444;
  background: #444 url('../img/search-white2.png') right center no-repeat;
  border: 0;
  font: bold 11px Arial,Helvetica,Sans-serif;
  color: white;
  width: 175px;
  padding: 7px 25px 7px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

#search input[type="text"]:focus {
  width: 200px;
  outline: none;
  box-shadow: none;
}

#search img {
  position: relative;
  right: 25px;
}

/* sidebar menu and menu items */

#sidemenu-list, .menulevel2-list {
  margin-left:30px;
}

#sidemenu, #sidemenu-bg {
  position: fixed;
  top: 90px;
  bottom: 30px;
  width: 125px;
  /*width: 75px;*/
  background-color: transparent; /*rgba(0, 0, 0, 0.9);*/
  overflow: hidden;
  z-index: 2;
}
#sidemenu-bg {

  width: 60px;
  background-color: #222; /*rgba(0, 0, 0, 0.9);*/
}

.tooltipli + .tooltip > .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000; /* black */
  border-width: 0 5px 5px;
}

.tooltip {margin-left: -50px;}

.tooltipli + .tooltip > .tooltip-inner {padding:5px; z-index: 4; font-weight: normal;}
.tooltip_menulevel1 + .tooltip > .tooltip-inner, .tooltip_menulevel2 + .tooltip > .tooltip-inner {width:220px; padding:5px; z-index: 4; font-weight: normal;}

#menubar {
  /*width: 75px;*/
  float: left;
  width: 100%;
  height: 100%;
  /*overflow-y: scroll;*/
  /*background-color: #222; /*rgba(0, 0, 0, 0.9);*/
  z-index: 3;
}

#menubar ul {
  padding: 0;
  border: 0;
  list-style-type: none;
  margin-top: 10px;
}

#menubar li {
  margin: 5px 10px;
  width: 30px;
  z-index: 3;
}

#menubar a:hover,
#menubar a:focus,
#menubar a:active {
  margin: 0 auto;
  list-style-type: none;
  outline: none;
}

#menubar img {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  cursor: pointer;
}

#menubar a:hover img,
#menubar a:focus img,
#menubar a:active img {
  -webkit-box-shadow: 0 0 15px #5FC5FF;
  -moz-box-shadow: 0 0 15px #5FC5FF;
  -o-box-shadow: 0 0 15px #5FC5FF;
  box-shadow: 0 0 15px #5FC5FF;
}

/* Set map size and other parameters */
#map {
  /*float: left;*/
  position: absolute;
  bottom: 30px;
  left: 55px;
  /*margin-top: 50px;*/
  /*height: 100%;*/
  width: 100%;
  overflow: hidden;
}

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

.content {
  list-style-type: none;*/
  margin: 0;
  padding: 0;
  float: left;
  padding: 0;
  width: 200px;
}

.content h4 {
  font-size: 1.5em;
  margin: 0;
  color: white;
  margin: 10px 5px 10px 16px;
  padding: 5px 0;
}

.content h4.climate {
  font-size: 1.5em;
  margin: 0;
  color: white;
  margin: -5px 5px 10px 16px;
  padding: 5px 0;
}

.content h4 a {
  color: white;
  list-style-type: none;
  text-decoration: none;
}

.content p {
  color: white;
  margin-left: .9em;
  text-align: justify;
  width: 200px;
  font-size: 0.85em;
}

.content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  font-weight: bold;
  color: #008EF1; /*#5FC5FF;*/
}

.content li {
  line-height: 2em;
  padding-left: 20px;
  padding-bottom: 5px;
  cursor: pointer;
}

.content li a {
  display: inline-block;
  width: 170px;
}

.content li a:hover,
.content li a:focus,
.content li a:active {
  color: #5FC5FF;
  text-decoration: none;
}

.content li > ul {
  margin: 5px auto;
}

/*.content h5 {
  list-style-type: none;
  width: 193px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 0.80em;
  line-height: 2em;
  font-weight: bold;
  color: #008EF1;
  background: url('../img/selector.png') no-repeat 8px 2px transparent;
}*/

#menulevel1,
#menulevel2 {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#menulevel1 li:hover,
#menulevel2 li:hover {
  float: left;
  width: 194px;
  color: #5FC5FF;
  background: url('../img/selector.png') no-repeat 10px 2px transparent;
}

.toggle {
  width: 0;
}

.ol-zoom,
.ol-zoom:not([ie8andbelow]),
.ol-zoomslider {
  background: #444;
  height: 27px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 2px;
  position: fixed;
  top: 57px;
  right:10px;
  left: auto;
  z-index: 2;
}

.ol-zoom .ol-zoom-out {
  float: right;
  margin-left: 105px;
}

.ol-zoom a,
.ol-zoom button,
.ol-zoom button:not([ie8andbelow]),
.ol-zoom a:not([ie8andbelow]) {
  display: inline-block;
  background: rgba(255, 255, 255, 0);
}

.ol-zoom a:hover,
.ol-zoom button:hover,
.ol-zoom button:hover:not([ie8andbelow]),
.ol-zoom a:hover:not([ie8andbelow]) {
  background: rgba(255, 255, 255, 0.2);
}

.ol-zoom a:focus,
.ol-zoom a:active,
.ol-zoom button:focus,
.ol-zoom button:active,
.ol-zoom button:focus:not([ie8andbelow]),
.ol-zoom button:active:not([ie8andbelow]),
.ol-zoom a:focus:not([ie8andbelow]),
.ol-zoom a:active:not([ie8andbelow]) {
  outline: none;
}

.ol-zoomslider,
.ol-zoomslider:not([ie8andbelow]) {
  background: rgba(68, 68, 68, 0.1);
  position: fixed;
  top: 59px;
  right: 40px;
  height: 26px;
  width: 100px;
  z-index: 2;
  /*-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);*/
}

.ol-zoomslider-thumb,
.ol-zoomslider-thumb:not([ie8andbelow]) {
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}

.return {
  position: absolute;
  width: 20px;
  height: 32px;
  background: url('../img/selector.png') no-repeat -187px 0 transparent;
  margin-left: 220px;
  z-index: 1;
}

#layer-select {
  position: fixed;
  right: 170px;
  top: 57px;
  background-color: #444;
  color: white;
  font: bold 11px Arial,Helvetica,Sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  border: #444 2px solid;
  width: 185px;
  z-index: 2;
  clear: both;
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  appearance: none;
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: "";  /*Removes default arrow from firefox*/
}

#layer_container {
  position: absolute;
  top: 100px;
  right: 40px;
  width: 200px;
  height: 200px;
  border: 1px solid black;
}

.fill {
  /*float:left;*/
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menucontainer {
  float: left;
  position: fixed;
  top: 90px;
  left: 60px;
  bottom: 30px;
  width:193px;
  z-index: 1;
}

.menu {
  float: left;
  position: fixed;
  top: 90px;
  left: 60px;
  bottom: 30px;
  width: 220px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;  
}

.ol-popup,
.ol-report,
.ol-measure {
  position: absolute;
  top: -125px;
  left: -124px;
  height: 70px;
  width: 250px;
  padding: 15px;
  background-color: white;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  border-radius: 10px;
  display: none;
 }

.ol-measure {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid black;
}

.ol-report {
  height: 120px;
  top: -130px;
}

.ol-measure {
  height: 10px;
  width: 120px;
  top: 0px;
}

.report {
  font-weight: bold;
}

.ol-popup:after,
.ol-report:after {
  position: absolute;
  top: 100%;
  left: 115px;
  border: solid transparent;
  border-top-color: white;
  border-width: 10px;
  content: " ";
  pointer-events: none;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:hover {
  text-decoration: none;
}

.ol-popup-closer:after {
  content: "[✖]";
}

#popup-content p{
  font: bold 11px Roboto,Helvetica,Sans-serif;
  margin: 0;
  padding: 0;
  overflow-y: visible;
}
#volc_popup-content p,
#eq_popup-content p{
  font:  11px Roboto,Helvetica,Sans-serif;
  margin: 0;
  padding: 0;
  overflow-y: visible;
}

#measure-content p,
#report-content p {
  font: 11px Roboto,Helvetica,Sans-serif;
  margin: 0;
  padding: 0;
}

#measure-content p {
  color: white;
  position: absolute;
  top: 5px;
  left: 9px;
}

#outer-charts {position: absolute; left: 50%; top:150px;}
#charts {
  /*
  position: absolute;
  top: 173px;
  left: 330px;*/
  position: relative; left: -50%;
  height: 613px;
  width: 1022px;
  padding: 15px;
  background-color: white;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  display: none;
  z-index: 1;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1 !important;
}
#charts h2 {
  text-align: center;
}

.chart-odd {
  display: inline-block;
}

.chart-even {
  float: right;
}

/**/
#slider input[type=range] {
  -webkit-appearance: none;
  width: 80px;
  right: 60px;
  float: right;
  margin: 5px;
  position: absolute;
  padding: 0px;
}
#slider input[type=range]:focus {
  outline: none;
}
#slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 4px #FFFFFF;
  background: #C1C1D4;
  border-radius: 0px;
  border: 0px solid #000000;
}
#slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 5px #FFFFFF;
  border: 3px solid #2848A1;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #314EE0;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
}
#slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #C1C1D4;
}
#slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 4px #FFFFFF;
  background: #C1C1D4;
  border-radius: 0px;
  border: 0px solid #000000;
}
#slider input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 5px #FFFFFF;
  border: 3px solid #2848A1;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #314EE0;
  cursor: pointer;
}
#slider input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#slider input[type=range]::-ms-fill-lower {
  background: #C1C1D4;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 4px #FFFFFF;
}
#slider input[type=range]::-ms-fill-upper {
  background: #C1C1D4;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 4px #FFFFFF;
}
#slider input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 5px #FFFFFF;
  border: 3px solid #2848A1;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #314EE0;
  cursor: pointer;
}
#slider input[type=range]:focus::-ms-fill-lower {
  background: #C1C1D4;
}
#slider input[type=range]:focus::-ms-fill-upper {
  background: #C1C1D4;
}
/**/

#layerList {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 10px;
  position: absolute;
  top:  95px;
  right: 5px;
  z-index: 1;
  /*opacity: 0.5;*/
  max-height: 125px;
  overflow-x: hidden;
  overflow-y: auto;
}

#layerList ul {
  font: bold 11px Arial,Helvetica,Sans-serif;
  width: 360px;
  min-width: 200px;
  padding: 5px 18px;
  margin-bottom: 0px;
  margin-right: auto;
  border-bottom: solid #999;
  border-radius: 10px;
}

#layerList input {
  right: 40px;
  float: right;
  margin: 0px;
  position: absolute;
}

.ol-layer-downloader {
  float: right;
}

.ol-layer-closer:after {
  content: "[x]";
  float: right;
}

#layerList a {
  padding-top: 2px;
  cursor: pointer;
}

body.modal-open,
.modal-open
.navbar-fixed-top,
.modal-open
.navbar-fixed-bottom {
  margin-right: 0;
}

.modal {
  overflow-y: auto;
}

#measureOutput {
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
  font: 11px Roboto,Helvetica,Sans-serif;
  width: 100px;
  height: 25px;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  border: 1px solid black;
  border-radius: 10px;
  position: absolute;
  display: none;
  color: white;
  z-index: 2;
}

#measureOutput p {
  position: absolute;
  top: 2px;
  left: 10px;
}

.toolbuttons {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  z-index: 2;
}

.toggled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  top: 0px;
  left: 0px;
}

.tables {
  position: absolute;
  background-color: white;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  display: none;
  z-index: 3;
}

.tables h2, .tables p {
  text-align: center;
}

.tables img {
  height: 50px;
}

#four-hour {
  background-color: white;
  height: auto;
  width: 500px;
  z-index: 1;
  left: -50%;
  position: relative;
}

#four-day {
  top: 72px;
  left: 335px;
  height: 780px;
  width: 1070px;
}

.tables ul, .tables li {
  text-align: center;
  width: 259px;
  display: inline;
}

.tables li.active a {
  background: #F0F0F0;
}

#weather_news {
  padding: 0;
  list-style-type: none;
  display: inline;
  margin-left: 0.5em;
}

#weather_news li span {
  margin-right: 1em;

}

.text-muted {
  float: left;
  font-size: 0.85em;
}

.form-control {
  width: 12.75em;
  height: 2em;
  margin: 0em 0em 0.5em 0.3em;
  padding: 0.2em 0.7em;
  font-size: 1em;
  border-radius: 8px;
}

#twitter {
  width: 280px;
  height: 310px;
  font-size: .8em;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  bottom: 30px;
  background-color: rgba(240,240,240,1);
  border-radius: 10px 10px 0 10px;
}

#earthquake_scale{
  width: 100px;
  margin: 10px 0 0 50px;
}

#track_scale{
  width: 100px;
  margin: 10px 0 0 70px;
}

#twitter h4 {
  margin: 0;
  height: 30px;
  color: #999;
  background: #222 url('../img/twitter-bird.png') left center no-repeat;
  border-radius: 10px 10px 0 0;
  padding: 7px 30px;
  font-size: 1.25em;
}

#twitter div {
  width: 100%;
  height: 280px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#twitter ul {
  padding: 0;
}

#twitter ul li {
  padding: 5px;
  border-bottom: 2px dotted rgb(9, 179, 243);
}

#twitter ul li:last-child {
  border: 0;
}

#twitter_panel {
  /*background: #222 url('../img/twitter-bird.png') right center no-repeat;*/
  margin: 0 30px 0 0;
  height: 30px;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  float: right;
  font-size: .85em;
  padding: 7px 10px;
  color: #999;
}

#twitter_button {
  width: 30px;
  height: 30px;
  float: right;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  box-sizing: border-box;
  white-space: nowrap;
  background: url(../img/twitter-bird.png) center center no-repeat;
}

canvas {
  cursor: crosshair;
}

.spinner {
  position: absolute;
  top: 45%;
  margin-left: 10px;
}

.btn-group {

}

.btn-primary {
/*  background-color: black;*/
}

.btn-up {
  background-color: #7b1518;
  color: white;
}

.btn {
  -moz-user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.nav-btn {
  -moz-user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 4px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#login-content{
  padding: 20px 50px 0 50px;
}

#login-form label{
  text-align: right;
}
#login-form input{
  width:200px;
}

#login-form {
  margin-left: 60px;
  width: 440px;
  padding: 30px 0 30px 30px;
}

img.landslide, img.flood, img.stormsurge, img.doppler{
  margin: 15px 0 0 35px;
}
img.contour {
  margin: 10px 0 0 50px;
}
img.doppler {
  height: 350px;
}

#boundaries-disclaimer p {
  padding: 15px;
  text-align: left;
  font-size: small;
}

/* Rebuild CSS*/
.rebuild-window {

}

/*Typeahead CSS + Splash CSS*/
.typeahead-container {
  text-align: center;
}

.typeahead {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 20px;
  line-height: 40px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
  text-align: center;
  background: url('../img/search-white2.png') right center no-repeat;
}

.typeahead-container > .dropdown-menu {
  width: 538px;
  margin: 12px 0;
  padding: 8px 0;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.splash-details > .location {
  margin-top: 15px;
  margin-bottom: 0px;
}

.splash-details > .date-today {
  margin: 0;
}

.splash-details > .temperature {
  font-size: 48px;
  margin: 0;
}

.splash-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;      
      margin: auto;
}

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}

/*
  START - INTRO-JS CSS COSTUMIZATION
*/
div#menubar ul li.tooltipli a img {
  z-index: 99;
}
.introjs-overlay {
  background-color: rgba(0,0,0,.70);
  z-index: 99;
}
.introjs-tooltip {
    padding: 0px 0px 10px 0px;
    background-color: rgba(12, 12, 12, 0.5);
    border-top:0px solid #06f;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 5px rgba(71, 194, 255, 0.5);
    max-width: 50%;
    width: 50%;
    left: 25% !important;
    bottom: 50% !important;
}
.introjs-helperLayer {
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 5px rgba(71, 194, 255, 0.8);
    background-color: transparent;
}
.introjs-tooltiptext {
    color: white;
    letter-spacing:.5px;
    margin: 10px auto 0px auto;
    text-align: center;
    padding: 5px 0px;
    width: 80%;
}
.introjs-bullets {
    width: 100%;
    right: 0px;
    bottom: 0px;
    float: none;
    position: relative;
}
.introjs-bullets ul li {

    margin-left:10px;
}
.introjs-bullets ul li a.active {
    background: #06f;
}
.introjs-tooltipbuttons {
  position: relative;
  right: 0px;
}
.introjs-button {
    box-shadow:none;
    padding : .5em 1em;
    text-shadow: none;
}
.introjs-button.introjs-prevbutton {
    border: 0px;
    box-shadow:none;
}
.introjs-button.introjs-nextbutton {
    border: 0px;
    box-shadow:none;
}
.introjs-button.introjs-skipbutton {
    border: 0px;
    box-shadow:none;
}
.introjs-helperNumberLayer {
    top: -5px;
    left: -5px;
    border-radius: 10px;
    border: 1px solid red !important;
    padding: 0px;
    font-size: 12px;
}
.introjs-arrow.left {
  display: none !important;
}
.introjs-fixParent {
  position:relative !important;
}
div.splash-forecast {
  margin-top: 10px;
}
div.splash .form-control {
  margin: 0px;
}
div.splash .modal-dialog .modal-content .modal-header {
  padding: 5px;
}
div.splash .modal-dialog .modal-content .modal-header h4.modal-title{
  margin: 8px 0px;
}
div.splash .modal-dialog .modal-content {
  border-radius: 0px;
}
div.splash .modal-dialog .modal-content .modal-body {
  height: auto;
}
div.splash-forecast table tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
div.splash .modal-dialog .modal-content .modal-body .table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
  vertical-align: middle !important;
}
/*
  END - INTRO-JS CSS COSTUMIZATION
*/
@media only screen and (max-width: 1020px) {
    /* For mobile phones: */
    #charts {
      zoom : .5;
      -moz-transform: scale(.65);
      top : -110px;
    }
}
@media only screen and (max-width: 720px) {
    /* For mobile phones: */
    #charts {
      transform : scale(.5);
      -o-transform: scale(.5);
      -webkit-transform: scale(.5);
      -moz-transform: scale(.5);
      top : -110px;
    }
}
