* {
  margin: 0px;
  padding: 0px;
}

:root {
  --tlo-niebieskie: #00447c;
}

html, body {
overflow: hidden;
height: 100%;
width: 100%;
background-color: #d7d8dc;
font-family: "Segoe UI";
}

h5 {
display: inline-block;
font-weight: normal;
margin: 0px 5px 0px 0px;
}

hr {
margin: 5px 5px 5px 0px;
}

.grid-container {
  display: grid;
  grid-template-columns: 85px 85px 170px 160px 60px 130px 130px 130px 150px 10px 150px 10px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 10px 10px;
  grid-template-areas: "menu_st menu_st menu_systemtype menu_warranty menu_owrbox menu_backup menu_hwchanges menu_hwchanges menu_customerdata menu_customerdata menu_customerdata menu_autodiv" "menu_st menu_st menu_impact menu_os menu_oembox menu_purpose menu_hwchanges menu_hwchanges menu_customerdata menu_customerdata menu_customerdata menu_autodiv" "menu_st_buttons menu_st_buttons menu_srtype menu_srtitle menu_srtitle menu_srtitle menu_hwchanges menu_hwchanges menu_customerdata menu_customerdata menu_customerdata menu_autodiv";
  background-color: inherit;
  height: 110px;

  padding: 10px;
  overflow: hidden;
  background: var(--tlo-niebieskie);
}

input::placeholder {
  color: gray;
  font-style: italic;
}

textarea::placeholder {
  color: gray;
  width: 500px;
}


.menu_st {
  display: grid;
  grid-area: menu_st;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_st_buttons {
  display: block;
  grid-area: menu_st_buttons;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
  margin-left: auto;
  margin-right: auto;
}

.menu_systemtype {
  display: grid;
  grid-area: menu_systemtype;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_impact {
  display: grid;
  grid-area: menu_impact;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_srtype {
  display: grid;
  grid-area: menu_srtype;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_warranty {
  display: grid;
  grid-area: menu_warranty;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_os {
  display: grid;
  grid-area: menu_os;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_srtitle {
  display: grid;
  grid-area: menu_srtitle;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_owrbox {
  display: grid;
  grid-area: menu_owrbox;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
  align-self: center;
  justify-self: center;
}

.menu_oembox {
  display: grid;
  grid-area: menu_oembox;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
  align-self: center;
  justify-self: center;
}

.menu_backup {
  display: grid;
  grid-area: menu_backup;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_purpose {
  display: grid;
  grid-area: menu_purpose;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.menu_hwchanges {
  display: inline-block;
  grid-area: menu_hwchanges;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
  border: 1px solid black;
}

.menu_customerdata {
  display: inline-block;
  grid-area: menu_customerdata;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
  border: 1px solid black;
}

.menu_autodiv {
  display: grid;
  grid-area: menu_autodiv;
  grid-gap: 1px 1px;
  grid-template-areas: ".";
}

.middleContent {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Style the tab */
.tab {
  float: left;
  height: 100%;
  background-color:  #21242c; 
  width: 110px;
}


/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  padding: 16px 16px;
  width: 110px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  height: 70px;
  color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: var(--tlo-niebieskie);
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: var(--tlo-niebieskie);
}

/* Style the tab content */
.tabcontent {
  float: left;
  width: 70%;
  height: auto;
  padding: 5px 10px;
  
}

.rightContent, .rightContent#h3 {
  width: 30%;
  padding: 5px 10px;
  overflow: hidden;
  background-color: #00447c;
  color: white;
}

#qualityIframe {
  width: 100%;
  height: 100%;
  border: none;
}

#tosoFrame {
  width: 100%;
  height: 87%;
  border: none;
}

#treeFrame {
  width: 100%;
  height: 88%;
  border: none;
}

.break {
  width: 15px;
}

.buttonyst {
  display: inline;
  position: relative;
  background-color: #30343F;
  border: none;
  padding: 6px;
  font-size: 0.8rem;  
  border: 1px dashed black;
  color: white;
}

.buttonyftc {
  display: inline-block;
  left: 372px;
  background-color: rgb(26, 231, 43);
  border: none;
  padding: 6px;
  font-size: 0.8rem;  
  border: 1px dashed black;
  color: black;
}

.buttonyfw {
  display: inline-block;
  position: relative;
  background-color: rgb(204, 204, 204);
  font-size: 0.9rem; 
  width: 18px; 
  border: 1px dashed black;
  color: white;
  vertical-align: -1px;
}

.buttonyCopy {
  float: right;
  background-color: rgb(26, 231, 43);
  border: 1px dashed black;
  padding: 6px;
  font-size: 0.8rem;  
  color: white;
  margin: 3px 0px 3px 3px;
  width: 20px;
  height: 20px;

}

.buttonyGenerate {
  display: inline-block;
  left: 372px;
  font-weight: bold;
  background-color: rgb(26, 231, 43);
  padding: 6px;
  font-size: 1em;  
  border: 1px dashed black;
  color: black;
  height: 3em;
}

.buttonClear {
  float: right;
  background-color: rgb(241, 19, 19);
  font-weight: bold;
  border: 1px dashed black;
  padding: 6px;
  font-size: 1rem;  
  color: black;
  margin: 3px 0px 3px 3px;
  height: 3em;

}

.textoweMale {
height: 1.1rem;
vertical-align: -4px;
}

.ftcTempText {
  width: 75%;
  height: 10rem;
}


#text_servicetag {
  font-size: 2em;
  width: 100%;
  text-align: center;
  font-weight: bold;
}


#hardwareChanges, #contactData {
  width: 100%;
  height: 100%;
  resize: none;
  overflow: hidden;
  overflow-y: scroll;
}

.tekstowe {
  width: 100%;
  margin-bottom: 10px;
  background-color: whitesmoke;
}

.datalist {
  width: 100%;
}

#searchCerty {
  font-size: 1.5em;
}


.checkBoxLabel {
  color: white;
}

.ftcLabel {
  font-size: 0.8em;
}

/* Style the tab */
.tab-templates {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 100%;
  margin-right: 100px;
}

/* Style the buttons that are used to open the tab content */
.tab-templates button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab-templates button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab-templates button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent-temp {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.center {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 10px 10px;
  grid-template-areas: "center-left center-right";
  width: 100%;
  border: 1px solid #ccc;
  
}

.center-left, .center-right {
  width: 100%;
}