﻿
html {
  box-sizing: border-box;
}


body {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size:14px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  margin:0px 0px 10px 0;
  font-size:22px;
}

h2 {
  font-size: 18px;
}


#waitingoverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  background: rgba(0, 0, 0, 0.07);
}

#waiting {
  z-index: 95;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
}

.chosen-select {
  width: 400px;
}

#page {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: #e3e3e3;
  padding: 20px;
}

.felt {
  /* background-color: white; */
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  width: 400px;
  min-height: 32px;
  padding-left: 10px;
}

.knap {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  right: 123px;
  background-color: #efefef;
  background-image: none;
  background-position: -62px 0;
  background-repeat: no-repeat;
  height: 30px;
  min-width: 80px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
  margin: 0px 10px;
}