

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}


.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}



#map { position: absolute; top: 0; bottom: 0; width: 100%; }

	#map-container {
	position: relative;
	height: 100%;
	width:100%;
	 }
	
	#map-container_form {
	position: relative;
	height: 650px;
	width:100%;
	 }

.container-vahdit {
overflow: scroll;
	width:40%;
}
	
#Dataicon {
   height: 30px;
   width: 30px;
}

#Dataicon:hover {
   content: url('/static/dataiconi_hover.png');
   height: 30px;
   width: 30px;
}
	



.greenmarker {
        border: none;
        cursor: pointer;
        background-image: url('/static/Greendot.png');
        height: 22px;
        width: 22px;
	background-size: cover;        
      }

.orangemarker {
        border: none;
        cursor: pointer;
        background-image: url('/static/Orangedot.png');
        height: 22px;
        width: 22px;
	background-size: cover;        
      }

.redmarker {
        border: none;
        cursor: pointer;
        background-image: url('/static/Reddot.png');
        height: 22px;
        width: 22px;
	background-size: cover;        
      }

.whitemarker {
        border: none;
        cursor: pointer;
        background-image: url('/static/Whitedot.png');
        height: 22px;
        width: 22px;
	background-size: cover;        
      }

/* Omat */	 

#menu {
	margin: 10px;
	padding: 4px;
	left: 5px;
	}
	
	
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}	
	
fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px groove (internal value);
}	
	
.label-position {
	top: 20px;
	left: 0;
	position: relative;
	background-color: rgba(-8, 15, 77, 0.8);
	padding: 3px;
	border-radius: 5px;
}


/* SearchBoxille */


#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 23px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

#lista {
margin-left:10px; 
margin-top:10px; 
width: 40%; 
min-height: 900px; 
max-height: 100%; 
overflow: scroll;
}

.dataTables_wrapper { font-size: 13px;}

.formi {
	font-size: 12px;!important
	}
	
#graafilista {
margin-left:10px; 
margin-top:10px; 
width: 70%; 
min-height: 60%; 
max-height: 100%; 
overflow: scroll;
}

@media (max-width: 768px) {
  #lista {
    width: 100%;
	margin: 0px;
  }
  #graafilista {
    width: 100%;
	margin: 0px;
  }
.dataTables_wrapper { font-size: 11px;}
}
