body {
  width: 1800px;
  min-height: 1270px;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(#e9f9ff36, #e9f9ff96);
  color: rgb(47, 47, 47);
  align-items: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-left: 25px;
  padding-right: 25px;
}
.navbutton {
  background-color: rgb(32, 107, 38);
  width: 100px;
  padding: 15px 10px;
  margin-top: 10px;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
  position: relative;
  /* border: 1px; */
  /* border-radius: 10px; */
}
/* .logout-button {
    border: 1px solid rgb(67, 179, 91);
} */
.login-hr-top {
  border: 1px solid rgb(58, 58, 58);
  /* width: 45%; */
}
.login-hr-adjust {
  width: 30%;
}
.hor-linie-zwei {
  margin-bottom: 25px;
}
.loginh1 {
  padding-left: 10px;
  margin-top: 5px;
  /* margin-left: -1200px; */
  font-size: 2rem;
  text-shadow: none;
}
.nav-h1 {
  padding-left: 10px;
  margin-top: 5px;
  margin-left: -1150px;
  font-size: 2rem;
  text-shadow: none;
}
.login-form {
  display: flex;
}
.login-form #username,
#userpasswort {
  display: block;
}
.error-message {
  width: 42%;
  color: red;
  /* background-color: aquamarine; */
}
.overview-h2-wrapper {
  display: flex;
}
.formblock-left {
  display: block;
}
.vorzurueck {
  width: 385px;
  display: flex;
}

.portal_nav {
  width: 1800px;
  display: flex;
  justify-content: space-between;
}
.drop_menu {
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  width: 70%;
}
.header_drop_wrapper {
  width: auto;
  display: flex;
  padding: 10px 15px;
  font-size: 0.5rem;
  border: none;
  justify-content: flex-start;
}
.header_drop_button {
  background-color: rgba(31, 116, 56, 0.993);
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  display: inline;
  cursor: pointer;
}
.header_drop {
  border: none;
}
.header_drop_content {
  display: none;
  position: absolute;
  background-color: rgba(31, 116, 56, 0.993);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.header_drop_content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header_drop_content a:hover {
  background-color: rgba(31, 62, 116, 0.993);
}
.header_drop:hover .header_drop_content {
  display: block;
}
.header_drop:hover .header_drop_button {
  background-color: rgba(31, 62, 116, 0.993);
}

.dropdown-button {
  background-color: rgb(79, 79, 79);
  width: 100px;
  padding: 15px 10px;
  margin-left: -10px;
  margin-top: 5px;
  text-align: center;
  /* border-radius: 10px; */
}

.homepage-h1 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: block;
  position: absolute;
  margin-bottom: 50px;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: rgb(40, 40, 40);
  text-decoration: none;
}

/* Diese Dropdown box ist standartmäßig so eingestellt, dass sie nicht sichbar ist. */
.dropdown-box {
  display: none;
  /* background-color: purple; */
  width: 120px;
  padding-top: 11px;
  position: absolute;
}

/* Dies ist die selbe Dropdown Box, aber sie wird angezeigt, sobald der User über den navbutton hovered. */
.navbutton:hover .dropdown-box {
  display: block;
}

.dropdown-box .dropdown-button:hover {
  background-color: rgb(11, 116, 28);
}
h1 {
  font-size: 3rem;
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
h2 {
  font-size: 2rem;
  font-weight: 500;
}
.formbody {
  display: flex;
}
.textbody {
  width: 1800px;
  display: flex;
  /* justify-content: space-between; */
}

.textblock1 {
  width: 400px;
  /* background-color: orange; */
}

.textblock2 {
  width: 1400px;
  /* background-color: aquamarine; */
  margin-left: 50px;
}
nav {
  width: 1800px;
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: space-between;
}
.login-nav {
  width: 1800px;
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: flex-start;
}
#nav-logo {
  width: 250px;
  display: inline-block;
  padding-right: 10px;
  padding-top: 10px;
  align-self: flex-start;
}
.formbox-links {
  min-height: 300px;
  /* background-color: rgb(253, 152, 152); */
  width: 25%;
  margin-right: 0px;
}
.textbox-rechts {
  display: flex;
  min-height: 300px;
  /* background-color: rgb(136, 207, 255); */
  width: 70%;
}
#project-anlegen {
  display: block;
  /* background-color: aqua; */
  margin-left: 20px;
}
#bis-projects {
  /* background-color: red; */
  /* min-height: 80px; */
  /* min-width: 1200px; */
  /* display: block; */
  margin-left: 20px;
  margin-top: 15px;
}
.formbox-links label {
  font-size: 1.25rem;
  width: 300px;
  /* background-color: rgb(110, 110, 110); */
  display: block;
  box-sizing: border-box;
}
.inputwrapper label {
  font-size: 1.25rem;
  width: 300px;
  /* background-color: rgb(110, 110, 110); */
  display: block;
  box-sizing: border-box;
}
.inputwrapper2 label {
  font-size: 1.25rem;
  width: 300px;
  /* background-color: rgb(228, 147, 34); */
  display: block;
}
.table-green th {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: -150px;
  width: 150px;
  height: 50px;
  background-color: rgba(31, 116, 56, 0.993);
  color: #ffffff;
  box-sizing: border-box;
}
.table-blue th {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: -150px;
  width: 150px;
  height: 50px;
  background-color: rgba(31, 62, 116, 0.993);
  color: #ffffff;
  box-sizing: border-box;
}
.table-print th {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: -150px;
  width: 150px;
  height: 50px;
  background-color: rgba(31, 62, 116, 0.993);
  color: #ffffff;
  box-sizing: border-box;
}
.click_th {
  cursor: pointer;
}
.td-top {
  vertical-align: text-top;
}
.td-top-left {
  vertical-align: text-top;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.td-red {
  color: red;
}
.td-yellow {
  color: orange;
}
.td-green {
  color: green;
}
.tr-bold {
  font-weight: bold;
}
.table-separator {
  border-left: 3px solid black;
}
.text_red {
  color: red;
}
.text_yellow {
  color: orange;
}
.text_green {
  color: green;
}
#print_id {
  width: 50px;
}
#print_date {
  width: 100px;
}
#print_name {
  width: 110px;
}
#print_description {
  width: 550px;
}
#print_hours {
  width: 75px;
}
#print_place {
  width: 100px;
}
#print_rate {
  width: 100px;
}
#tät-beschreib {
  width: 600px;
}
td {
  text-align: center;
}
/* #taetigkeitsnr, #status, #projectnr, #project_name, #projectnummer, #beginn, #ce #jh, #projectleiter, #senior-consultant, #environ-consultant, #wiss-ma, #techniker, #sekretariat {
    width: 385px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
} */
.th-name {
  width: 50%;
}
.td-name {
  width: 50%;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
input {
  width: 385px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.von-bis {
  /* background-color: red; */
  width: 1000px;
  /* margin-top: -25px;
    padding-bottom: 25px; */
  display: flex;
  align-items: center;
}
.von-bis p {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.von-bis-form input {
  width: 80px;
  margin-top: 10px;
  margin-right: 10px;
  /* display: inline; */
}
.von-bis-form label {
  padding-right: 5px;
  padding-left: 5px;
}

textarea {
  min-width: 385px;
  max-width: 385px;
  min-height: 150px;
  border-radius: 4px;
}
select {
  border-radius: 3px;
}
.textblock2 {
  padding-top: 0px;
}
.pagelinks {
  padding-bottom: 20px;
}
.pagelinks a {
  padding-right: 10px;
  font-size: 1rem;
  text-decoration: underline;
}
.pagelinks a:hover {
  background-color: rgba(29, 123, 29, 0.782);
  color: #e9e9e9;
}
hr {
  border: 1px solid rgb(63, 63, 63);
  border-radius: 5px;
}
.nav-hr {
  border: 1px solid rgba(63, 63, 63, 0.375);
}
#submit-button {
  width: 395px;
  height: 30px;
  border-radius: 4px;
  background-color: rgba(9, 110, 34, 0.719);
  color: white;
  font-size: 1rem;
}
#submit-button:hover {
  background-color: rgb(30, 41, 141);
}
#submit-button2 {
  width: 110px;
  height: 25px;
  border-radius: 4px;
  background-color: rgba(9, 110, 34, 0.719);
  color: white;
  font-size: 1rem;
}
#submit-button3 {
  width: 90px;
  height: 22px;
  border-radius: 4px;
  background-color: rgb(30, 41, 141);
  color: white;
  font-size: 0.85rem;
}
.submit-button4 {
  width: 75px;
  height: 20px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: rgb(23, 32, 117);
  color: white;
  font-size: 0.85rem;
  display: inline;
  text-align: center;
}
.submit-button5 {
  width: 100px;
  height: 25px;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  border-radius: 4px;
  background-color: rgb(23, 32, 117);
  color: white;
  font-size: 0.85rem;
  display: inline;
  text-align: center;
}
.submit-button4:hover {
  background-color: rgb(9, 110, 34);
}
#submit-button2:hover {
  background-color: rgb(30, 41, 141);
}
#submit-button3:hover {
  background-color: rgba(9, 110, 34, 0.719);
}
#red-button {
  width: 395px;
  height: 30px;
  border-radius: 4px;
  background-color: red;
  color: white;
  font-size: 1rem;
}
#rate {
  width: 393px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 1rem;
}
#user {
  width: 393px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
}
#taetigkeitsnr {
  font-size: 1rem;
  height: 35px;
}
#projectnr {
  font-size: 1rem;
  height: 35px;
}
#datum {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  width: 388px;
  height: 30px;
}
.input-textarea {
  text-align: left;
}
.select-dropdown {
  height: 30px;
  width: 392px;
  /* display: block; */
}
.textbody2 {
  width: 1800px;
  min-height: 300px;
  /* background-color: rgb(148, 150, 31); */
  margin-top: 40px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding-bottom: 50px;
}
.textbody3 {
  width: 1800px;
  min-height: 300px;
  display: flex;
  margin-left: 50px;
  padding-bottom: 50px;
}
.tabellelinks {
  min-height: 300px;
  width: 30%;
  /* padding-left: 105px; */
  /* padding-right: 105px; */

  /* background-color: crimson; */
}
.tabellerechts {
  /* background-color: pink; */
  min-height: 300px;
  width: 30%;
  /* background-color: cornflowerblue; */
  /* justify-content: space-between; */
  /* text-align: center; */
  /* padding-left: 105px; */
  margin-right: -80px;
}
.tabellemitte {
  /* background-color: pink; */
  min-height: 300px;
  width: 30%;
  /* background-color: rgb(231, 154, 39); */
  /* justify-content: space-between; */
  /* text-align: center; */
  /* padding-left: 105px; */
  /* padding-right: 105px; */
}
.bottom_line {
  border-color: rgb(93, 93, 93);
}
.table-green tr:nth-of-type(2n-1) {
  background-color: rgba(44, 134, 89, 0.329);
  /* background-color: rgba(231, 231, 231, 0.747); */
}
table {
  border: 1px solid rgb(93, 93, 93);
  border-radius: 4px;
  margin-top: 10px;
}
.feiertag_name {
  min-width: 200px;
}
.feiertage {
  margin-left: 52px;
}
.radiowrapper {
  display: block;
  /* padding-top: 10px; */
  padding-bottom: 10px;
  /* background-color: chocolate; */
}
/* .radiowrapper label {
    background-color: rgb(33, 204, 147);
    font-size: 1.25rem;
    width: 50px;
    margin-right: -90px;
    padding-top: 30px;
} */
.radiowrapper input {
  /* background-color: #ff2b2b; */
  width: 25px;
  height: 25px;
  /* margin-left: -15px;   */
}
form h3 {
  text-decoration: underline;
}
h4 {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}
/* .emptyspace-radiobutton { 
    background-color: aquamarine;
    height: 0px;
    width: 100%;
    display: inline-block;
}  */
#c-e,
#j-k {
  /* background-color: crimson; */
  height: 50px;
  padding-top: 25px;
  padding-left: 20px;
  /* padding-right: 35px; */
  /* margin-right: 30px; */
  display: inline;
}
#jk,
#ce {
  margin-top: -40px;
  margin-left: 10px;
}
#c-e,
#j-k {
  margin-right: 10px;
}
#sekretariat {
  margin-bottom: 15px;
}
.vr {
  display: inline;
  border-left: 1px dashed rgb(63, 63, 63);
  height: 1265px;
  padding-right: 15px;
}
.table-box {
  margin-top: 28px;
}
.user-menu {
  /* background-color: rgb(255, 0, 0); */
  text-align: right;
  padding: 5px 10px;
  display: inline-block;
  /* z-index: 100; */
  position: relative;
  width: 300px;
}
.user-button {
  /* background-color: green; */
  padding: 5px 10px;
  /* text-decoration: underline; */
  margin-left: 37px;
  /* position: absolute;           */
}
.user-dropdown-button {
  color: #ffffff;
  background-color: rgb(38, 41, 125);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  /* position: absolute;  */
}
.user-dropdown-button a {
  color: white;
}

.user-dropdown-button:hover {
  background-color: rgb(11, 114, 50);
  color: #cdcdcd;
}
.signupform {
  display: flex;
}
.signupform select {
  width: 393px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.signupform input {
  display: block;
}
#signup-button {
  margin-top: 35px;
  width: 409px;
  height: 30px;
  border-radius: 4px;
  background-color: rgba(9, 110, 34, 0.719);
  color: white;
  font-size: 1rem;
}
#signup-button:hover {
  background-color: rgba(69, 87, 252, 0.521);
}
.tablewrapper {
  display: flex;
}
.leistungsbody {
  padding-bottom: 2rem;
}
.pagebody {
  display: flex;
}
.leistungsuebersicht {
  display: block;
  width: 1300px;
}
.general-info {
  margin-bottom: 30px;
}
.general-info th {
  background-color: rgba(31, 62, 116, 0.993);
  color: white;
  min-width: 200px;
  text-align: left;
}
.general-info td {
  background-color: rgba(0, 68, 255, 0.148);
  min-width: 200px;
}
.project_participants {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* .general-info tr:nth-of-type(2n-1) {
    background-color: rgba(0, 68, 255, 0.148);
} */

/* #leistungsuebersicht th{
    background-color: rgba(0, 98, 255, 0.322);
} */
#beschreibung {
  text-align: left;
  width: 41%;
  height: 25px;
  font-size: 1.25rem;
}
/* #leistungsuebersicht tr:nth-of-type(2n-1) {
    background-color: rgba(0, 68, 255, 0.148);
} */
.mitarbeiter {
  margin-right: 30px;
  margin-left: 30px;
}
/* .mitarbeiter th{
    background-color: rgba(62, 134, 150, 0);
}
.mitarbeiter td{
    text-align: left;
} */
.mitarbeiter-header {
  width: 60%;
}
/* .mitarbeiter tr:nth-of-type(2n-1) {
    background-color: rgba(0, 68, 255, 0.148);
} */
.stundenverbrauch {
  display: block;
  margin-bottom: 30px;
}
#table-header {
  background-color: rgba(255, 0, 0, 0);
  text-align: left;
}
/* .stundenverbrauch th{
    background-color: rgba(62, 134, 150, 0);
    width: 200px;
}
.stundenverbrauch td {
    text-align: left;
}
.stundenverbrauch tr:nth-of-type(2n-1) {
    background-color: rgba(0, 68, 255, 0.148);
} */
#project_participants {
  min-width: 800px;
}
#project_participants th {
  background-color: rgba(0, 98, 255, 0.322);
  font-weight: 500;
}
#project_participants td {
  text-align: left;
}
/* .project_participants tr:nth-of-type(2n) {
    background-color: rgba(0, 68, 255, 0.148);
} */
#project-edit-prpart_hours,
#project-edit-prpart_budget {
  width: 200px;
}
/* .formblock-project-edit {
    display: flex; 
} */
.project_participants2 {
  display: flex;
  justify-content: space-between;
}
.table-blue tr:nth-of-type(2n) {
  background-color: rgba(0, 68, 255, 0.148);
}
.table-print tr:nth-of-type(2n) {
  background-color: rgba(0, 68, 255, 0.148);
}
.zusatzleistungen {
  display: block;
}
.abschlagrechnungsposten {
  display: block;
}
#abschluss-datum {
  width: 100px;
}
.n-field {
  height: 25px;
  max-width: 120px;
}
/* .project-finish {
    display: block;
    margin-top: 750px;
    margin-left: -1244px;
} */
.user_edit_form {
  /* background-color: red; */
  width: 400px;
}
.user_edit_form select {
  display: block;
  width: 393px;
  height: 30px;
}
.user_edit_form2 {
  /* background-color: red; */
  width: 400px;
  min-height: 250px;
}
#edit_locked,
#edit_external,
#edit_mode {
  margin-top: -20px;
}
#neg-value {
  color: red;
}
#q1_comment, #q2_comment, #q3_comment, #q4_comment, #q5_comment {
  text-align: left;
  min-height: 10px;
  font-size: 1.25rem;
}
.radio-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
.radio-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 200px;
}
.radio-item input{
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.radio-item label {
  max-width: 30px;
  margin-bottom: 0.25rem;
  text-align: center;
}
.survey_wrapper {
  display: flex;
  gap: 300px;
  max-width: 900px;
}
.survey_stats {
  display: block;
  min-width: 300px;
}
.survey_comments {
  display: block;
  width: 35%;
}
.survey_comment {
  color: black;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.bar_green {
  background-color: #4CAF50;
  color: black;
  padding: 10px;
  margin: 8px 0;
  text-align: right;
  border-radius: 5px;
}
.bar_green span {
  padding: 0 10px;
  font-weight: bold;
}
.bar_red {
  background-color: #ce2727;
  color: black;
  padding: 10px;
  margin: 8px 0;
  text-align: right;
  border-radius: 5px;
}
.bar_red span {
  padding: 0 10px;
  font-weight: bold;
}
.no_display {
  display: none;
}

.client_edit_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_form{
  display: flex;
  justify-content: center;
}
.contact_form_wrapper {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.contact_form_wrapper select {
  width: 390px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.contact_label {
  white-space: nowrap;
}
.contact_lock_wrapper {
  display: flex;
  justify-content: center;
}
.contact_lock {
  width: 395px;
  height: 30px;
  color: #ffffff;
  background-color: rgb(38, 41, 125);
  display: inline-block;
  padding-top: 5px;
  border-radius: 4px;
  /* position: absolute;  */
}
.contact_lock a {
  text-align: center;
  color: white;
}
.contact_lock:hover {
  background-color: rgb(11, 114, 50);
  color: #cdcdcd;
}

.company_form_wrapper {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.company_form_wrapper select {
  width: 390px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.contact_info_wrapper {
  width: 100%;
  display: flex;
}
.contact_info_area {
  width: 66%;
  display: flex;
  flex-direction: column;
}
.contact_info_row {
  display: flex;
  flex-direction: row;
}
.contact_info_title {
  width: 37.9%;
  padding: 1.5%;
  font-size: 16px;
  background-color: rgba(0, 68, 255, 0.148);
  border-top: solid;
}
.contact_info_cell {
  width: 37.9%;
  padding: 1.5%;
  font-size: 1.3rem;
  background-color: rgba(9, 110, 34, 0.719);
  border-top: solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact_info_button {
  padding: 5px 5px;
  margin-left: 5px;
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: rgba(1, 30, 109, 0.61);
  color: white;
  font-size: 16px;
}

.stake_wrapper {
  width: 100%;
}
.stake_info_area {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.stake_title_row {
  display: flex;
  flex-direction: row;
}
.stake_info_row {
  display: flex;
  flex-direction: row;
}
.stake_info_title {
  width: 20%;
  padding: 1%;
  font-size: 16px;
  background-color: rgba(0, 68, 255, 0.148);
  border-top: solid;
}
.stake_info_cell {
  width:25%;
  padding: 1%;
  font-size: 16px;
  background-color: rgba(9, 110, 34, 0.719);
  border-top: solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.stake_dropdown {
  width: 75%;
  font-size: 1.8rem;
}
#stake_project {
  width: 75%;
  font-size: 1.8rem;
  padding: 1%;
}
#stake_form_button {
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: rgba(9, 110, 34, 0.719);
  color: white;
  font-size: 16px;
}

#acquisition_hover {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted white;
}
#project_hover {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted white;
}
#acquisition_legend {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
#project_legend {
  visibility: hidden;
  width: 60px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
#acquisition_hover:hover #acquisition_legend {
  visibility: visible;
}
#project_hover:hover #project_legend {
  visibility: visible;
}

.pjn_wrapper {
  display: flex;
  flex-direction: column;
}
.pjn_button_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formbox_pjn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.formblock_data {
  width: 390px;
  display: flex;
  flex-direction: column;
}
.formblock_data select {
  width: 390px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.formblock_rates {
  width: 390px;
  display: flex;
  flex-direction: column;
}
.formblock_team {
  width: 390px;
  display: flex;
  flex-direction: column;
}
.participant_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.participant_wrapper input {
  width: 37px;
  height: 20px;
}
.participant_wrapper div {
  width: 160px;
  padding: 5px;
}
.participant_wrapper select {
  height: 30px;
}

.drate_title_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 25px;
}
.drate_title_row div {
  width: 10%;
}
.drate_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  padding-bottom: 10px;
}
.drate_row .drate_cell {
  width: 10%;
}
.drate_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.drate_form .drate_cell {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.drate_cell input {
  width: 100%;
  font-size: 18px;
}
.drate_cell input[type="submit"] {
  background-color: rgba(9, 110, 34, 0.719);
  color: #fff;
  height: 32px;
}

.tst_form {
  display: flex;
  flex-direction: row;
}
.tst_input_wrapper {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.tst_input_wrapper label {
  width: 80%;
  height: 30px;
  font-size: 18px;
}
.tst_input_wrapper input {
  width: 80%;
  font-size: 18px;
}
.tst_input_wrapper select {
  width: 80%;
  height: 35px;
  font-size: 18px;
}
.tst_select_wrapper {
  padding-top: 5px;
  padding-bottom: 4px;
}
#tst_submit_button {
  height: 40px;
  border-radius: 4px;
  background-color: rgba(9, 110, 34, 0.719);
  color: white;
}

#sk_card_input {
  width: auto;
}