html, body {
  font-family: Ubuntu, Verdana, Helvetica, sans-serif;
  width: 100%;
  height: 100%;
  
}

body {
  padding-top: 52px;
}

.titlebar {
	
	background-color: #f5f5f5; /*gainsboro*/;
	padding-bottom: 5px;
	width: inherit;
}

.title {
	color: #000000;
	font-size: 30px;
	font-weight: bolder;
}

.title:hover,
.title:focus {
  text-decoration: none;
}

.page-error {
	text-align: center;
	color: #EF2F05;
}

.page-loading {
	text-align: center;
	color: #777;
}

.navbar-default {
  background-color: #ffffff;
  border: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: solid 1px #989898;
 
  border-radius: 0px;
  
  /*-webkit-box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.53);
  box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.53);*/
  /*
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 30%, rgba(0,0,0,0) 79%, rgba(0,0,0,0) 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%,rgba(0,0,0,0.65)), color-stop(79%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 30%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 80%);
  background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 30%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 80%);
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 30%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 80%);
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 30%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  */
  
  /*box-shadow: 0 .0625em .1875em rgba(0,0,0,0.4),inset 0 -1px rgba(255,255,255,0.3);*/
  
}

.shadow {
	box-shadow: 0 .0625em .1875em rgba(0,0,0,0.4),inset 0 -1px rgba(255,255,255,0.3);
}

.navbar-toggle {
	margin-right: 25px;
}

.img-slide {
	box-shadow: 0 0 5px #444343;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.footer {
	background-color: #444444;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 630px) {
	.carousel-custom {
		width: 600px;
	}
}

@media (min-width: 768px) {
	/* body { padding-bottom: 52px; } */
	.footer-fixed-bottom {
		position: fixed;
 	    right: 0;
  		left: 0;
  	  	z-index: 1030;

  	  	bottom: 0;
  	  	margin-bottom: 0;
	}
	
	.search-bar {
		margin-top: 25px;
		margin-bottom: 0px;
	}
}

@media (max-width: 768px) {
	body { padding-bottom: 0px; }
	.input-group-top {
		padding-top: 10px;
	}
	
	.search-bar {
		margin-top: 0px;
		margin-bottom: 5px;
	}
}

@media (max-width: 991px) {
	.input-group-top {
		padding-top: 10px;
	}
}

.footer-link {
	color: #ffffff;
	text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
	text-decoration: none;
 	color: #337ab7;
}

.page-link {
	color: #000;
	text-decoration: none;
}

.page-link:hover,
.page-link:focus {
	text-decoration: none;
 	color: #337ab7;
}

.panel-title>a:focus,
.panel-title>a:hover {
	color: #E63D07;
	text-decoration: none;
}

.row-top {
	border-bottom: 1px solid #e7e7e7;
	margin-top: 10px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #E63D07;
}

.loader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1100;
}

.loader-msg {
	color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    position: relative;
	text-align: center;
	font-size: 45px;
}

.map-container {
	width: 100%;
	height: 100%;
	background: #bc2131;
	
}

.bounceover {
	z-index: 1071;
	width: 272px;
	position: absolute;
	bottom: 60px;
	left: 50px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	font-size: 14px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	display: none;
}

.bounceover-title {
	/*background-color: rgba(255, 255, 255, 1.0);*/
	background-color: #f7f7f7;
	padding: 8px 14px;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bounceover-content {
	background-color: rgba(255, 255, 255, 1.0);
	padding: 8px;
	border-radius: 0 0 5px 5px;
	
}

.fa-spin-fast {
	-webkit-animation:fa-spin 1s infinite linear;
	animation:fa-spin 1s infinite linear
}

@-webkit-keyframes anim-rotate {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.spinner {
	animation: anim-rotate 2s infinite linear;
	-webkit-animation: anim-rotate 2s infinite linear;
	display: inline-block;
}

.spinner--steps {
	animation: anim-rotate 1s infinite steps(8);
	-webkit-animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
	animation: anim-rotate 1s infinite steps(12);
	-webkit-animation: anim-rotate 1s infinite steps(8);
}

@media (min-width: 768px) {
    .modal-login {
      width: 400px;
      margin: 30px auto;
    }
}

.modal {
	z-index: 1080;
}

.dropdown-menu {
	z-index: 1079;
}

/* Donut3D ---------------------------- */
path.slice{
	stroke-width:2px;
}
polyline{
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
} 
svg text.percent{
	fill:white;
	text-anchor:middle;
	font-size:12px;
}
/* ------------------------------------ */

/* Map Toltip ------------------------- */
.tooltip {
	position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}

.tooltip-measure {
	opacity: 1;
    font-weight: bold;
}

.tooltip-static {
	background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}

.tooltip-measure:before, .tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}

.tooltip-static:before {
    border-top-color: #ffcc33;
}
/* ------------------------------------ */


/* scroll table ------------------------*/
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
/* ------------------------------------ */

/* stats modal and weather page --------*/
@media all and (max-width: 380px) {
  #windytv {
    width: 345px;
  }
  
  /*#stat-general-desc {
 	 height: 140px;
  }*/
}

@media all and (max-width: 330px) {
  #windytv {
    width: 290px;
  }
  
  /*#stat-general-desc {
 	 height: 140px;
  }*/
}

/* ------------------------------------ */




/* app status  -------------------------*/
.app-status {
	position: fixed;
	z-index: 200;
	top: 52px;
	left: 50px;
	visibility: hidden;
	width:250px;
	height: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.5); 
	border-bottom: 1px solid;
	border-bottom-color: rgba(231, 231, 231, 0.5);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	padding-top: 5px;

	/* -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40); */
}

.app-status-transition {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.50s;
       -o-transition-duration: 0.50s;
          transition-duration: 0.50s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

/* ------------------------------------ */

.navbar-fixed-bottom, .navbar-fixed-top {
	z-index: 1090;
}

.modal-dialog {
	top: 52px;
}