h1 {
 font-family: 'Trebuchet MS';
 font-size: 24px;
 color: #44aa00;
 margin: 8px 0;
}
.jog {
 float: right;
 text-align: right;
 color: #888888;
 font-size: 12px;
}
.jobb {
 float: right;
 text-align: center;
 margin-right: 4px;
}
body {
 font-family: Garamond;
 font-size: 15px;
 background-color: #ddffbb;
 margin: 8px 8px 0 8px;
}
.urlap, .tabla {
 background-color: #ffffff;
 box-shadow: 5px 5px 5px #888;
 padding: 5px;
}
.tabla{
  margin: 8px 0 0 0;
  height: 100%;
  overflow: auto;
}
input[type="text"] {
  padding: 1px;
  margin: 0 0 5px 0;
  border: none;
  border-bottom: solid 2px #cccccc;
  transition: border 0.3s;
  font-family: Garamond;
  font-size: 15px;
  text-align: right;
}
input[type="text"]:focus {
 border-bottom: solid 2px #44aa00;
 outline: 0;
}
select {
  margin: 0 0 4px 0;
  border: solid 1px #cccccc;
  font-family: Garamond;
  font-size: 15px;
  outline: 0;
}
option, optgroup {
  font-family: Garamond;
  font-size: 15px;
  font-style: normal;
}
input[type=checkbox] , input[type=radio]{
    display: none;
}
label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}
label:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #cccccc;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	transition: background-color 0.3s;
}
input[type=radio] + label:before{
    border-radius: 7.5px;
}
input:checked + label:before {
    content: "\2713";
	font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
	background-color: #ddffbb;
    color: #44aa00;
    text-align: center;
    line-height: 15px;
}
input[type=radio]:checked + label:before{
    content: "\2022";
	font-size: 25px;
	line-height: 17px;
}

.urlap button, .tabla button, input[type="file"] + label{
	font-family: Garamond;
	font-weight: bold;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    color: #444444;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	border-radius: 4px;
	transition: color 0.3s, border-color 0.3s;
    box-shadow: inset 0px 2px 3px 0px rgba(255, 255, 255, .8), 0px 1px 0px 0px rgba(0, 0, 0, .3);
	margin-top: 3px;
    outline: 0;
}
.urlap button, .tabla button {
	padding: 2px 5px;
	position: relative;
	top: 0px;
}
.urlap button:hover , .tabla button:hover, input[type="file"] + label:hover{
    background-color: #cceeaa;
    border: 1px solid #55bb00;
    color: #227700;
}
input[type="file"] + label:before, input[type="file"]{
	display: none;
}
span[alt] {
	position: relative;
}
span[alt]:hover:after{
	background: #227700;
    background: rgba(34,119,0,.9);
    border-radius: 5px;
    top: 26px;
    color: #ffffff;
    content: attr(alt);
    left: 20%;
    padding: 5px;
    position: absolute;
	white-space: nowrap;
    z-index: 98;
}
span[alt]:hover:before{
    border: solid;
    border-color: rgba(34,119,0,.9) transparent;
    border-width: 0 6px 6px 6px;
    top: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

#foly {
    background-color: #dddddd;
    box-shadow: inset 0 5px 15px rgba(0,0,0,.6);
    height: 20px;
    overflow: hidden;
    padding: 4px;
    border-radius: 7px;
    margin-top: 10px;
}
#csik {
    background-color: #44aa00;
    height: 100%;
    border-radius: 8px;
    float: left;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to bottom, #44aa00 0%, #44aa00 40%, #227700 60%, #227700 100%);
    position: relative;
}
#csik:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 4s linear infinite;
  border-radius: 8px;
}

@keyframes move {
  0% {
    background-position: 50px 50px;
  }
  100% {
    background-position: 0 0;
  }
}

a{
	color: #00aaff;
}
.kisterkep{
  background-color: #f5f5f5;
  width: 100%;
  display: none;
  box-shadow: 5px 5px 5px #888;
}
.map {
  background-color: #f5f5f5;
  margin: 8px 0 -10px 0;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 5px #888;
}
.ol-mouse-position {
  background: rgba(255,255,255,.75);
  color: #333333;
  border-radius: 4px;
  padding: 2px;
  font-size: 10px;
}

@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700);
.ol-control button, .ol-attribution, .ol-scale-line-inner, .ol-mouse-position, .ol-popup {
  font-family: 'Quattrocento Sans',sans-serif;
}
.ol-full-screen {
 left: 0.5em;
 top: 4.5em;
 right: auto;
}
.ol-rotate {
 left: 0.5em;
 top: 7em;
 right: auto;
}
.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 210px;
  font-size: 12px;
  color: #333333;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "\2716";
}
