html, body {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.background {
  background: #ffffff url('../img/bg.png') repeat;
}

.logo {
  width: 100%;
  padding: 10px;
}

.logo img {
  width: 100%;
}

.logo2 {
  position: relative;
}

.logo2 img {
  z-index: 99;
}

.logo2:before {
  content: " ";
  z-index: 9;
  display: block;
  position: absolute;
  height: 110%;
  top: -11px;
  left: 0;
  right: 0;
  background: url('../img/bg2.png');
  opacity: 0.3;
}

.scroll-view{
  position: relative;
  top: 0;
  bottom: 150px;
  left: 0;
  right: 0;
  height: calc(100vh - 100px);
  width: 100%;
}

.number {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 80px;
  margin-top: 25px;
}

.poliklinik-doktor-adi {
  height: 70px;
  background-color: #459ED8;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  font-size: 17px
}

.poliklinik-doktor-adi b {
  font-size: 20px;
}

.cagirilma-tarihi {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}

.bar-footer {
  background-color: #459ED8;
  color: #ffffff;
  height: 75px;
}

.bar-footer i {
  font-size: 25px;
  margin-left: 10px;
  margin-top: 3px;
}

.button-container{
  margin-top: 15%;
}

.button .icon:before {
  font-size: 40px;
}

.button {
  background-color: transparent;
  font-size: 17px;
  border-radius: 0;
  padding: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

.button.birimler, .button.birimler:hover {
  background-color: #6FC2BF;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  width: 75%;
  margin: 0px auto;
}

.button.barkod, .button.barkod:hover {
  background-color: #D10429;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  width: 75%;
  margin: 20px auto;
}

.ayricalikli {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  color: #D10429;
}

.button.button-assertive {
  background-color: #D10429;
  border-radius: 0;
}

.bekleme-suresi {
  margin-top: 10px;
}

.tarih-saat {
  text-align: right;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 10px;
}
