.panel-danger  {background-color:#d9534f!important;}

div.dt-buttons{
position:relative;
float:left;
}

div#mapsm {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #aaa;
}

div#vp {
  position: absolute;
  width: 100%;
  height: calc(100% - 72px);
}
div#mapbg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.num {
font-size: 48px;
}
.toolbar {
    float: left;
}

.popover-content {
    min-width: 200px;
}
.btnZoomIn {
	position: absolute;
	top: calc(50% - 50px);
	right: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px 9px;
    font-size: 16px;
    border: 0.5px solid ;
    border-radius: 50%;
}
.btnZoomOut {
	position: absolute;
	top: calc(50%);
	right: 15px;
	width: 35px;
  height: 35px;
  text-align: center;
  padding: 7px 9px;
  font-size: 16px;   
  border: 0.5px solid;
  border-radius: 50%;
}

.btnLayers {
	position: absolute;
  top: calc(50% + 50px);
  right: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 7px 9px;
  font-size: 16px;   
  border: 0.5px solid;
  border-radius: 50%;
}

.btnWeatherTemp {
  position: absolute;
  top: calc(50% + 100px);
  right: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 7px 9px;
  font-size: 16px;   
  border: 0.5px solid;
  border-radius: 50%;
}




.glyphicon.glyphicon-check {
    font-size: 18px;
}


.modal-content {
 opacity: 0.95;
    
   
    top: 50%;
    transform: translate(0%,50%);  
 
}
.modal-header {
	padding-bottom: 5px;
}

.modal-footer {
    	padding: 0;
	}
    
.modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
	
.modal-footer .btn-group:last-child > button {
	border-right: 0;
}

.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.bs-callout-danger {
	border-left-color: #d9534f;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #5bc0de;
}
.bs-callout-limegreen {
    border-left-color: #32cd32;
}
.bs-callout-mediumpurple {
    border-left-color: #9370db;
}
.bs-callout-rosybrown {
    border-left-color: #bc8f8f;
}
.bs-callout-limegreen h4 {
    color: #32cd32;
}
.bs-callout-mediumpurple h4 {
    color: #9370db;
}
.bs-callout-rosybrown h4 {
	color: #bc8f8f;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout-danger h4 {
color: #d9534f;
}
.bs-callout-warning h4 {
color: #f0ad4e;
}
.bs-callout-info h4 {
color: #5bc0de;
}

.chart {   
    height: 320px;
   
}


.timepicker
 {
    width: 60px;
    height:30px;
    text-align: center;
}


#appearance2 .rs-range-color  {
    background-color: #ff8d00;
}
#appearance2 .rs-handle:after  {
    background-color: #000000;
}
#appearance2 .rs-border  {
    border-color: #ff8d00;
}

#appearance7 .rs-range-color  {
    background-color: #33B5E5;
}
#appearance7 .rs-path-color  {
    background-color: #C2E9F7;
}
#appearance7 .rs-handle  {
    background-color: #C2E9F7;
    padding: 7px;
    border: 2px solid #C2E9F7;
}
#appearance7 .rs-handle.rs-focus  {
    border-color: #33B5E5;
}
#appearance7 .rs-handle:after  {
    border-color: #33B5E5;
    background-color: #33B5E5;
}
#appearance7 .rs-border  {
    border-color: transparent;
}

