:root {

  --stl-grey: #C8CCD6;
  --stl-blue: #709ECF;
  --stl-red: #f09085;
  --stl-HeaderSize: 32px;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: "geomanist";
}

body {
  position: relative;
}

/* Simple Header */
header,
header * {
  box-sizing: border-box;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #4299e1;
  color: #fff;
  padding: 0 .5em 0 1.25em;
}

header .title {
  font-size: 1.25em;
  font-weight: 600;
  margin-right: 1em;
}

header svg {
  display: block;
  font-size: 1.25em;
  width: 1em;
  height: 1em;
  margin-right: .5em;
}

header .header-user {
  display: none;
  width: 100%;
  text-align: right;
  padding-right: 2em;
}

header button {
  position: relative;
  display: block;
  padding: .75em 2em;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  font-family: "geomanist";
  background-color: rgba(0,0,0,.1);
  color: #fff;
  border: 0;
  border-radius: 100em;
  cursor: pointer;
  transition: background-color .3s ease;
}
header button:hover {
  background-color: rgba(0,0,0,.2);
}
header button.is-loading {
  opacity: .75;
  color: transparent;
  pointer-events: none;
}

header button svg.loading {
  display: none;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #fff;
  animation: spin .75s linear infinite;
}
header button.is-loading svg.loading {
  display: block;
}


.header-wrapper {
  display: grid;
  place-items: center;
  width: 100%;
  border-bottom: 1px solid var(--stl-blue);
}

.Header {
  width: 1350px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* padding: 5px; */
}


/* Form Output */
.output {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 33px);
  overflow: auto;
}

#Overlay{
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: white;
  padding-top: 100px;
}

button {
  text-align: center;
  padding: 1em 2em;
  border-radius: 100em;
  border: none;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition:
    background-color .3s ease,
    filter .3s ease;
}
.login-button{
  margin-left: 0px;
}
/* button:hover {
  filter: brightness(110%);
}
button:disabled {
  opacity: .25;
  pointer-events: none;
} */


.output.is-loading::before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  display: block;
  font-size: 4em;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  border: 10px solid #ddd;
  border-top: 10px solid #4299e1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#specification-output {
  height: cal(100%-166);
  /* min-height: 1500px; */

}

div[data-metadata="catalogButton"] {  
  transition: box-shadow 0.3s ease;
}

div[data-metadata="catalogButton"]:hover{
  box-shadow:  2px 4px 4px rgba(0, 0, 0, 0.4) !important;
}

.spec-form [data-metadata="TBHeight40"] input {
  height: 30px !important;
  padding: 10px !important;
  background: #FFFFFF;
  border: 1px solid #A3A7B1;
  border-radius: 3px;
}

.spec-form [data-metadata="TBHeight40-active-element"] input {
  height: 20px !important;
  padding: 10px !important;
  background: #FFFFFF;
  border: 1px solid red;
  border-radius: 3px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2), -2px -2px 10px 0 rgba(0, 0, 0, 0.19);
}

.spec-form [data-metadata="CBHeight40"] select {
  height: 20px;
  background: transparent ;
  border: 1px solid #A3A7B1;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px !important;
}

.spec-form [data-metadata*="buttonCPQ"] button {
  background: #F09085 !important;
  height: 40px !important;
  border: none;
  border-radius: 5px !important;
  font-family: "Calibri";
}

/* .spec-form [data-metadata*="buttonCPQbasket"] button {

} */

div[data-metadata*="buttonCPQ"]:hover{
  box-shadow:  3px 4px 4px var(--stl-grey)!important;
  background: #fcf4f3 !important;
}

div[data-metadata*="buttonCPQ"] {  
  transition: box-shadow 0.3s ease;
  background: #F09085 !important;
  height: 40px !important;
  border: none;
  border-radius: 5px !important;
  font-family: "Calibri";
}

.spec-form [data-metadata*="DimensionValue"] input{
  height: 30px !important;
  padding: 10px !important;
  background: #FFFFFF;
  border: 1px solid #A3A7B1;
  border-radius: 3px;
}



.spec-form [data-metadata*="buttonTab"] button {
  background: #F09085 !important;
  height: 40px !important;
  border: none;
  border-radius: 5px 5px 0px 0px !important; 
  font-family: "Calibri";
}

.spec-form [data-metadata*="buttonTab-Selected"] button {
  background: white !important;
  height: 40px !important;
  border: none;
  border-radius: 5px 5px 0px 0px !important; 
  font-family: "Calibri";
}

/* .spec-form [data-metadata*="buttonCPQ"] button:after{
  box-shadow:  2px 4px 4px rgba(0, 0, 0, 0.4) !important;
} */

.BodyContainer {
  padding: 0px 60px;
  width: 1400px;
  min-height: calc(100% - 166px);
  margin: auto;
}

.Push {
height: 20px;
width: 1168px;
}

.Footer {
  flex-shrink: 0;
  width: 100%;
  height: var(--stl-HeaderSize);
  border-Top: 1px solid var(--stl-blue);
  display: flex;
  flex-direction: row;
  align-items: center;
  position:relative;
  background-color: var(--stl-blue);
}

.Footerinner {
  width: calc(100% - 30px);
  /* width: 800; */
  /* width: 100%; */
  height: 22px;
  margin: auto;
  color: white;
  font-family: "geomanist";
}
.FooterinnerLeft {
  width: 49%;
  /* background-color: red; */
  float: left;
  text-align: left;
}
.FooterinnerRight {
  width: 49%;   
  float: right;
  text-align: right;
}

p {
  font-family: "geomanist";
  margin: 0px;
}

.FooterinnerRight a:link, a:visited{
  color: white;
  font-family: "geomanist";
  text-decoration: underline;
  margin-left: 24px;
}

.FooterinnerRight a:active, a:hover{
  color: white;
  font-family: "geomanist";
  text-decoration: underline;
  margin-left: 24px;
}

#cbLanguage {
  padding: 5px;
  position: fixed;
  top: 5px;
  right: 20px;
  width: 100px; 
  margin: 0;
}

#cbLanguage option {
  padding: 5px;
}


@media screen and (min-width: 640px) {

  header .header-user.is-shown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

}

@keyframes spin {

  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }

}
