* { box-sizing:border-box; }


.navt {
    background-color: red;
}
html, body, .full-height {
    height: 100%;
    	font-family: Helvetica;
	background: #eee;
  -webkit-font-smoothing: antialiased;
}
.box3, .box2, .box1 {  
  display:flex;
  box-sizing: border-box;
  min-width:100%;
}

md-list-item, md-list-item .md-list-item-inner, md-checkbox{
    /*font-family: 'Baskerville';*/
    font-size: large;
}

.leaflet-control-layers-expanded {
    display: flex;
}

.ui-grid-cell.green {
    /*background-color: green !important;*/
    color: green !important;
}

.ui-grid-cell.red {
    /*background-color: red !important;*/
    color: red !important;
}

.ui-grid-cell.blue {
    /*background-color: blue !important;*/
    color: blue !important;
}

.legend {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    font-weight: bold;
    line-height: 18px;
    color: #555;
    width: 300px;
    /*height: 75px;*/
    display: flex;
}

.legend-stages {
    background: rgba(255, 255, 255, 0.9);
    line-height: 18px;
    /*color: #555;*/
}

.legend-stages i {
    width: 60px;
    height: 18px;
    float: left;
    /*margin-right: 8px;*/
    opacity: 0.9;
}

.legend-stages h6 {
    float: left;
}

.layerControl {
    min-height: 40px;
}

.leaflet-control-layers-selector {
    display: flex;
    min-height: 30px;
}
.basemap {
    display: flex;
    min-height: 10%;
    max-height: 30%;
}

.map_popup{
    overflow: scroll;
}

.leftside {
    padding-left: 5%;
}

.tree {
    max-width: 15%;
    min-width: 100%;
}
.dialog {
    width: auto;
    height: 600px;
    overflow: scroll;
}

.paraCoords {
    width: 1020px;
    height: 636px;
}

.box1 {  
  max-height: 65%;
  max-width: 35%;
  flex:1 1 70%;
}

.navs {
    height: 85%;
    max-width: 95%;
}
.box2 {
    height:37px;
    justify-content: flex-end;
}

.grid {
    width: 700px;
    height: 300px;
    flex-basis: content;
}

.box3 {
    min-height: 30%;
    max-height:40%;
    overflow: auto;

}

/* --- Tree --- */
.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}
.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-handle::selection {
    background: rebeccapurple;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mapid { height: 100%; }
.listdemoBasicUsage md-divider {
  margin-top: 0px;
  margin-bottom: 0; }

.loginBox {
  max-width:  90%;
  width: 500px
}

.stretch input  {
  length: 100;
}

.hgroup {
	text-align:center;
	margin-top: 4em;
}

h1, h3 { font-weight: 300; }

h1 { color: #636363; }

h3 { color: #4a89dc; }

form {
	width: 380px;
	margin: 4em auto;
	padding: 3em 2em 2em 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}

.group { 
	position: relative; 
	margin-bottom: 45px; 
}

input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

input:focus { outline: none; }


/* Label */

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}


/* active */

input.used ~ label {
    top: -20px;
    transform: scale(.75); left: -2px;
    color: #4a89dc;
}


/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #4a89dc; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  transition: all 0.15s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.buttonBlue:hover { background: #357bd8; }


/* Ripples container */

.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

footer { text-align: center; }

footer p {
	color: #888;
	font-size: 13px;
	letter-spacing: .4px;
}

footer a {
	color: #4a89dc;
	text-decoration: none;
	transition: all .2s ease;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

footer img {
	width: 80px;
	transition: all .2s ease;
}

footer img:hover { opacity: .83; }

footer img:focus , footer a:focus { outline: none; }

/*
Copyright 2016 Google Inc. All Rights Reserved. 
Use of this source code is governed by an MIT-style license that can be in foundin the LICENSE file at http://material.angularjs.org/license.
*/
