﻿@font-face {
  font-family: 'OpenSans';
  src: url('../OpenSans-Regular.ttf');
}


body {
 padding: 0;
 margin:0;
 width:100%;
 min-width:395px;
 min-height:100%;
 height: 100%;
 overflow-x: hidden;
 font-family: 'OpenSans';
 background: url('https://pacsa.hu/templates/yoo_downtown/styles/green/images/texture/concrete/main.png') repeat;
}


a,a:hover {
 text-decoration:none;
}

input[type="text"], input[type="password"], input[type="textarea"], input[type="datetime-local"] {
 border-style:solid;
 border-width: 1px;
 padding: 10px;
 border-color: #962133;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 32px;
	line-height:25px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 22px; height: 22px;
    border: 2px solid #cbcbcb;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0px; left: 5px;
    font-size: 20px;
    line-height: 1.2;
    color: #09ad7e;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999999;
}
[type="checkbox"]:disabled + label {
    color: #aaaaaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted #da2238;
}
/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9!important;
    background: #ffffff
}


input[type="text"]:focus, input[type="password"]:focus, input[type="textarea"]:focus, select:focus {
 border-color: #962133;
 -webkit-transition-timing-function: ease-out;
 -webkit-transition-duration: 500ms;
 -moz-transition-timing-function: ease-out;
 -moz-transition-duration: 500ms;
}

textarea {
 padding:10px;
 font-family: sans-serif, 'OpenSans' !Important;
}

select {
 padding:7px;
 padding-right:10px;
 margin: 0; 
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 border-radius:3px;
 -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05);
 -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05);
 box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05);
 background: #FDFDFD;
 color:#266E9C;
 border-style:solid;
 border-color:#EAEAEA;
 outline:none;
 display: inline-block;
 cursor:pointer;
 -moz-appearance: -moz-gtk-info-bar;
}



.page-wrap {
  width: 90%;
  max-width: 1100px;
  margin: 30px auto;
  overflow: hidden;
}

.logo {
  text-align: center;
  margin-bottom: 20px;
}

.logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.content-box {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  clear: both;
}

.footer-note {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 15px;
}


#topInfoBlokk {
 position: fixed;
 top: 0;
 right: 0;
 width: 300px;
 display: block;
 z-index: 996;	
}


@media screen and (max-width: 480px) {
  .page-wrap {
    width: 95%;
    margin: 15px auto;
  }

  .content-box {
    padding: 15px;
    font-size: 16px;
  }

  .footer-note {
    font-size: 12px;
  }

  h1 {
    font-size: 22px;
    margin-top: 0;
  }

  p {
    font-size: 15px;
  }
}

.cleared {
 clear:both;
 height:0; 
}