#mapdiv {           
    height:100vh;
    max-width:100vw;           
}

.col-xs-12, .col-xs-6, .col-xs-4 {
    padding:1px;
}

#divProject {
    background-color: beige;
}
            
            
            
            .errorMsg {
                padding:0;
                text-align:center;
                background-color:darksalmon;
            }
			
            .modal {
            display:    none;
            position:   fixed;
            z-index:    1000;
            top:        0;
            left:       0;
            height:     100%;
            width:      100%;
 //         background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
            }
			
			.modal-backdrop {
				background-color: #000;
				bottom: 0;
				left: 0;
				position: fixed;
				right: 0;
				top: 0;
				z-index: 1040;
							}
			.modal-backdrop.fade {
				opacity: 0.53;
							}
			.modal-backdrop.in {
					opacity: 0!important;
							}
			.modal-body {
				padding: 10px!important;
				position: relative;
						}		
		
			.modal-footer {
				border-top: none!important;
				padding: 5px!important;
				text-align: center!important;
}

            /* When the body has the loading class, we turn
            the scrollbar off with overflow:hidden */
            body.loading {
                overflow: hidden;   
            }

            /* Anytime the body has the loading class, our
            modal element will be visible */
            body.loading .modal {
                display: block;
            }
			
			.spinner {
				position: fixed;
				top: 50%;
				left: 50%;
				margin-left: -50px; /* half width of the spinner gif */
				margin-top: -50px; /* half height of the spinner gif */
				text-align:center;
				z-index:1234;
				overflow: auto;
				width: 100px; /* width of the spinner gif */
				height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
			}
			
			#basemapslidercontainer {
				  position: absolute;
				  top: 50px;
				  right: 10px;
				  z-index: 1000;
			}

			#basemapslider{
			  font-size:62.5%;
			  margin: 14px;
			  height: 125px;
			  width:7px;
			}

.range-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto; /* to keep proportions */
  height: auto; /* to keep proportions */
  max-width: 100%; /* not to stand out from div */
  max-height: 100%; /* not to stand out from div */
  margin: auto auto 0; /* position to bottom and center */
  z-index:1000; /* force div to front */
}

.solar-data-results {
//	background:#F4B30F;
	background:#fff;
	border:3px solid #F4B30F;
	border-radius:5px;
	box-shadow:5px 5px 5px;
	padding: 0px 0px 0px 5px;
	margin-bottom: 10px;
				}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
//  padding: 1rem;
  background-color: #fff;
  text-align: center;
  color:#000;
  font-weight:bold:
  min-height:50px;
}

.btn-primary {
	background-color: #000!important;
    border: none!important;
}

.btn-primary a {
	color:#fff;
}

.getdatabtn {
	padding:5px;
	}