html {
  background: #888888;
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%;
  margin: auto;
  outline: none;
  overflow: hidden; }

.btn, .btn:focus, .btn:active {
  outline: none; }

.container {
  max-width: 100%; }

#logoPlace {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #999999;
  max-height: 150px;
  background: url(../img/bazMkHeaderBg.png);
  background-position: 0 20px; }
  #logoPlace img {
    margin: 0 auto;
    max-height: 120px; }

#mapPlace {
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #999999; }
  #mapPlace #canvasPlace {
    height: 100%;
    width: 100%;
    overflow: auto; }
  #mapPlace canvas {
    border: none;
    margin: 0 auto;
    display: block; }
  #mapPlace #mapControlPlace {
    position: fixed;
    padding: 10px;
    display: block;
    right: 20px;
    bottom: 30px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000; }

.mapItem {
  border-radius: 10px;
  margin: 0 0 10px 0;
  border: 1px solid #555555;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  padding: 5px;
  font-size: 20px;
  float: left;
  line-height: 40px;
  background: #706e6f;
  color: #ffffff; }
  .mapItem:focus {
    border-color: red; }
  .mapItem h3 {
    margin: 0;
    text-transform: uppercase;
    padding: 10px; }
  .mapItem ul {
    padding: 0;
    list-style-type: none; }
    .mapItem ul li {
      border-top: 1px solid #555555;
      padding: 5px 10px; }
  .mapItem .mapItemIcon {
    display: block;
    float: left;
    margin-right: 10px;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    background-color: #ffffff; }

.foepulet {
  background: #f2920a;
  color: #ffffff; }

.fobejarat {
  background: #e6961a;
  color: 000000; }

.onkosebeszet {
  background: #9975b3;
  color: #ffffff; }

.belgyogyaszat {
  background: #faeb1e;
  color: #000000; }

.gyek, .gyek2, .gyek3 {
  background: #005bab;
  color: #ffffff; }

.kbe, .sbo {
  background: #e3000a;
  color: #ffffff; }

.sugarterapia {
  background: #0199c6;
  color: #ffffff; }

.sebeszet, .nogyogyaszat, .szurocentrum, .urologia, .onkologiad {
  background: #afcb07;
  color: #000000; }

.muvese {
  background: #672784;
  color: #ffffff; }

.patologia {
  background: #000000;
  color: #ffffff; }

.izotop {
  background: #e6007e;
  color: #ffffff; }

.jaroesfekvobetegellatokozpont, .jaroesfekvobetegellatokozpont2 {
  background: #086634;
  color: #ffffff; }

.oktatokozpont, .fizioterapia, .audiologia {
  background: #683d13;
  color: #ffffff; }

.kaali, .corden {
  background: #be5726;
  color: #ffffff; }

.apolas {
  background: #f6b5d3;
  color: #000000; }

.orvosszallo {
  background: #706e6f;
  color: #ffffff; }

.kioskPanel {
  display: none; }

#homePanel {
  padding-top: 0; }

.btnMainButton {
  font-size: 30px;
  width: 70%;
  margin: 0 auto 30px auto;
  display: block; }

.pageContent {
  width: 100%;
  overflow: auto;
  display: block;
  background-color: #eeeeee; }

#infoPanel {
  display: none; }
  #infoPanel .panel-heading {
    padding: 0; }
    #infoPanel .panel-heading h2 {
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      margin: 0;
      padding: 20px; }
  #infoPanel img {
    width: 100%; }
  #infoPanel #infoPanelDescription {
    font-size: 18px;
    height: 100%;
    overflow: auto; }

#controllPanel {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  width: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 11px 0px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 11px 0px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 11px 0px 5px 0px rgba(0, 0, 0, 0.47);
  transition: all 0.5s ease; }

#controlPanelOpen {
  position: absolute;
  top: 30px;
  display: block;
  margin: 0 0 0 250px;
  padding: 20px;
  line-height: 40px;
  font-size: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 11px 0px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 11px 0px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 11px 0px 5px 0px rgba(0, 0, 0, 0.47);
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer; }

#controlPanelControls {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: auto; }

#logo {
  margin: 10px 0 0 0; }

.form-group {
  padding: 10px; }

#infoPanel {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 20px; }
  #infoPanel .panel-heading {
    padding: 0;
    overflow: hidden;
    width: 100%; }
    #infoPanel .panel-heading h2 {
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      margin: 0;
      padding: 20px;
      font-size: 12px;
      width: 100%;
      display: block;
      overflow: hidden; }
  #infoPanel #infoPanelDescription {
    font-size: 12px;
    padding: 10px; }
    #infoPanel #infoPanelDescription ul {
      margin: 10px 0;
      padding: 0; }
    #infoPanel #infoPanelDescription li {
      margin: 0;
      padding: 0; }

.shake {
  animation: shake 1.82s both infinite;
  transform: translate3d(0, 0, 0);
  perspective: 1000px; }

@keyframes shake {
  5%, 40% {
    transform: translate3d(0, -1px, 0); }
  10%, 35% {
    transform: translate3d(0, 2px, 0); }
  15%, 25% {
    transform: translate3d(0, -4px, 0); }
  20%, 30% {
    transform: translate3d(0, 4px, 0); } }

/*# sourceMappingURL=bazMk.css.map */
