﻿
body 
{
	font-family: Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url('../slike/back.gif');
	padding: 0px;
}

h1
{
	color: #000000;
	margin-bottom: 5px;    
}

h2
{
	font-size: 1.2em;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 20px;   
}


a.menu
{
	font-size: 0.9em;
	color: #ffffff; 
	text-decoration: none;
	margin-left: 0.3em;
	margin-right: 0.3em;
	padding-top: 0.43em;
	padding-bottom: 0.43em;
	display: inline-block;
}

a.menu:hover
{
	color: #a4a4a3;
}

.content
{
	width: 100%; 	 
	background-color: #ffffff	
}

.text
{
	font-size: 0.8em;
	color: #000000;  
}

.menubar
{
	background-color:#000000;
	margin: 0px;
}

.menubar .icon {
	display: none;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	padding: 0.3em 0.5em 0.3em 0.5em;
}

.page
{
	padding: 10px;
	margin: 0px;
	text-align: left;
	width: 100%;
	background-color: white;
	box-sizing: border-box;
}

#map
{
	background-color: #f8f8f8;
	outline: none;
}

.footer
{
	font-size: 0.9em;
	background-color:#000000;
	color: #ffffff;
	border: 0px;
	border-top:solid 1px #777777;
	margin-top: 0px;
}


.footer a
{
	color: #ffffff; 
	text-decoration: none;
	margin-left: 10px;
}

.footer a:hover
{
	color: #a4a4a3;
}


.no-padding
{	
	padding: 0px;
}

.small-padding
{
	box-sizing: border-box;	
	padding: 4px;
}

.no-margin
{	
	margin: 0px;
}

.downloadlink
{
	color: #555555;  
}

.fullwidth
{
	width: 100%;
}

.fullheight
{
	height: 100%;
}

.flex-column
{
	display: flex;
	flex-direction:column;
}

.centered
{
	text-align: center;	
}

.column-half
{
	
	margin: 0px;
	padding: 4px;
	box-sizing: border-box; 
		
}

.column-third
{	
	width: 33%;
}

.valign-top 
{	
	vertical-align:top;
}

.valign-middle 
{	
	vertical-align:middle;
}

.float-left
{
	float:left;	
}

.float-right
{
	float:right;	
}

.margin-top-10
{
	margin-top: 10px;	
}

.margin-bottom-10
{
	margin-bottom: 10px;	
}

.gray-border
{
	border: 1px solid gray;	
}

.gray-box
{
	background-color: #f3f3f3;
}

.no-table-border
{ 
	border-collapse: collapse; 
	border-spacing: 0; 
}

.leaflet-bar button {
	font-size: 16px;
}

.map-icon {
	color: #555555;
}

.notification-icon {
	border: 1px grey solid;
	border-radius: 3px;
	margin-top: 3px;
	margin-right: 5px;
	padding: 3px;
}

.gallery-image
{
	float: left;
	margin-right: 5px;
	border: 1px solid gray;
	padding: 2px; 
	background: #ffffff; 
}

.map-image
{
	border: 1px solid gray;
	padding: 2px; 
	background: #ffffff;
	margin: 10px auto 10px;
	display: block;
}

.map-description
{
	width: 80%;
	margin: 10px auto 10px;
}

.download-button {
	text-decoration: none;
	background-color: #555555;
	padding: 0.5em;
	border-radius: 5px;
	color: white;
	margin: 1em;
}


br.cb
{ 
	clear: both; 
}

.marker-image
{
	margin-right: 3px;
	width: 75px;
	height: 75px;
}

element {

    display: block;
    height: 227px;
    overflow: auto;

}

.pulse {
    animation: iconpulsate 2s ease-out;
    -webkit-animation: iconpulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}


@keyframes iconpulsate {
    0% {transform: opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: opacity: 0.0;}
}

	
div#sm-toolspanel input[type=text], div#sm-toolspanel select
{
	width: 100px;
	box-sizing : border-box;
}

div#search-panel input[type=text], div#search-panel select
{
	width: 180px;
	box-sizing : border-box;
}

div#sm-searchpanel input[type=text], div#sm-searchpanel select
{
	width: 140px;
	box-sizing : border-box;
}

@media screen and (min-resolution: 150dpi) {
	a.menu {
      font-size: 1em;	
	}
	
	footer {
      font-size: 1em;	
	}
		
	.menubar .icon {
      font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
  		
  .menubar a:not(:first-child) {
  	display: none;
  }
  
  .menubar a.icon {
    float: right;
    display: block;
  }
  
  .menubar.responsive {
  	position: relative; 
  	top: 0px;
  }
  
  .menubar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .menubar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .toc {
     	margin-bottom: 20px;
  }
  
  
}

@media screen and (min-width: 768px) {
 .content {
	width: 80%;
	margin: auto;	
  } 
  
  .column-half {
		width: 50%;
		float: left;	
  }

  .map-info {
		float: left;	
  }

  .gallery-page
  {
	height: 400px;
  }
  
} 


