#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: relative;
  top: 25%;
  //left: 0;
  bottom: 0;
  //right: 0;
  float: right;
  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;
	}

.ranger {

	z-index:1000;
	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 */
	
	}


	.btn-setlayer {
	    color: #fff;
		background-color: #9D896F;
		border-color: #6F6B69;
	}
	
.irs{
//	background:	rgba(157, 137, 111, 0.445);
	background:#9D896F;
	}
	
.irs-slider {
	background:#FE5600;
}

.irs-min, .irs-max {
    color: #fff;
    font-size: 9px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
//    background: rgba(0,0,0,0.1);
	background:none;
    border-radius: 3px;
	display:none;
	
}

.irs-grid-text { 
	color:#fff;
}

.irs-grid-pol {
	opacity: 1;
    background: #FE5600;
    width: 2px;
    height: 8px;
}

.irs-grid-pol.small {
	opacity: 1;
    background: #FFF;
	width: 2px;
    height: 4px;
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
    font-family: 'Open Sans'
}
body {
    margin: 0;
    padding: 0;
    border: 0;
    color: #666;
    background-color: #f9f9f9;
}

h1, h2, h3 {
    color: #4b4b4b;
    margin: 1.2em 0 .5em 0;
}
.content {
    max-width: 900px;
    margin: 20px auto;
    background: #fff;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 10px;
}
table {
    width: 100%;
}
th, td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-size: .9em;
    font-weight: normal;
    border-right: 1px solid #fff;
}
th {
    background: #eee;
    white-space: nowrap;
}
td:first-child {
    color: royalblue;
    white-space: nowrap;
}
p, td {
    line-height: 1.5;
}
.inline-code {
    padding: 1px 5px;
    background: #eee;
    border-radius: 2px;
}
pre {
    margin: 10px 0;
    overflow: auto;
    white-space: pre;
    word-wrap: normal;
    border: 0;
    border-radius: 5px;
    padding: 8px 10px;
    line-height: 18px;
    background: #edf3f8;
    font-size: 14px;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button {
    padding: 10px;
    border: 0;
    border-radius: 3px;
    font-size: 1em;
    cursor: pointer;
}
button.info {
    background: #538fcd;
    color: #fff;
}
.area-buttons {
    margin: 10px;
    padding: 10px;
    text-align: center;
}
