﻿#payoneForm {
  font-family: Calibri;
  font-size: 14px;  
}

.container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.payone-select {
  width: 200px;
  height: 29px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid black;
}

.payone-text-input {
  width: 190px;
  height: 20px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid black;
}

.payone-button-input {
  width: 200px;
  height: 33px;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  font-family: Calibri;
  font-size: 15px;
  color: white;
  border: none;
  border-radius: 5px;
}

#btnSubmit {
  background: green;
}

#btnCancel {
  background: red;
}

#divCC {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}

.btn-container {
  display: flex;
}

.row {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 8fr;
}

.col-left {
  width: 100%;
  height: 100%;  
  padding-left: 5px;
}

.col-right {
  width: 100%;
  height: 100%;
}

.col-left, .col-right {
  display: flex;
  align-items: center;
  justify-content: left;
}

#titelleft {
  padding-left: 0px;
}
