/* Footer */
.posti-footer {
  background-color: #f6f7f9;
  padding: 27px 24px 24px 24px;
  box-shadow: inset 0 7px 10px -7px rgba(0,0,0,.25);
  line-height: 1;
  font-size: 14px;
  
}
.posti-footer a {
  color: #262C30;
  padding-right: 25px;
  white-space: nowrap;
}
.posti-footer a:hover {
  text-decoration: underline;
}
.posti-copyright {
  float: right;
}
@media screen and (max-width: 490px) {
  .posti-copyright {
    display: none;
  }
}
.applications-table-footer {
  display: inline-block;
}
.applications-table-footer > div {
  padding-left: 0 !important;
}


















/** Main page Layout*/
#pageRoot {
  max-width: 1440px;
  margin: 0 auto;
}
body {
  background-color: lightgray !important;
}
.posti-main-page-container {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}
#main-page-content {
  min-height: calc(100vh - 161px);
}

/**
 * General
 */
 
body, p, .MuiTypography-body1 {
  font-family: 'Montserrat', 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #262C30;
 }
h1 {
  font-weight: 700;
  font-size: 30px;
  
  
 }


/**
 * Landing page 
 */

#landing-page-container {  /**Percentage of the Image and text part from right*/
  width: 100%;
  margin-bottom: 50px;
}
#landing-page-introduction-container {  /**Percentage of the Image and text part from top*/
  background-color: rgba(32,62,126,0.04);
  position: relative;
  top: -90px;
  padding: 0 30px;
}
#landing-page-introduction {   /**Percentage of the Image and text part from left*/
  margin: 0 auto;
  max-width: 990px;
  display: table;
}
#landing-page-illustration-container {      /**Percentage of the Image and text part from bottom*/
  position: relative;
  top: 60px;
  display: table-cell;
  vertical-align: top;
  max-width: 490px;
  width: 50%;
  box-sizing: border-box;
}
#landing-page-illustration {  /**Percentage of the Image and text  */
  width: 100%;
}
#landing-page-introduction-text {
  position: relative;
  top: 30px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
  max-width: 430px;
  padding-right: 10px;
  line-height: 1;
}
#landing-page-introduction-text h1 {
  line-height: 1;
}
#landing-page-container p {
  max-width: 600px;  
}
#landing-page-introduction-text p {
  font-size: 18px;
 }
#landing-page-container h2 {
  
  font-weight: 600;
  font-size: 24px;
  margin: 20px 0 10px 0;
  color: #262C30;

}
#landing-page-container .api-container {
  display:  block !important;
  margin: 20px 0 10px 110px;
  
  
}
.posti-api-card {
  display: block;
  float: left;
  width: 290px;
  margin: 0 20px 5px -10px;
  padding: 10px 20px 10px 10px;
  border-radius: 6px;
}
.posti-api-card:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.posti-api-thumbnail-image {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  object-fit: cover
}
h3.posti-api-text {
  margin: 10px 0 0 20px;
  padding: 0 0 0 20px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  color: #262C30;
  width: 200px;
}
.posti-api-version {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  #landing-page-illustration-container {
    width: 35%;
  }
  #landing-page-introduction-container, .landing-content-container { 
    padding: 0 24px !important;
  }
}
@media screen and (max-width: 700px) {
  #landing-page-illustration-container {
    display: none;
  }
  #landing-page-introduction-container { 
    padding: 24px !important;
  }
  #landing-page-introduction-text, #landing-page-introduction-container {
    top: 0;
  }
}







 /* Main layout */
.posti-details-page {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 96px);
}
/* left navigation */
.posti-submenu {
}
.posti-left-menu {
  flex-shrink: 0;
  padding: 40px 10px 0 10px;
  background-color: rgba(32,62,126,0.04);
  width: 290px;
}
.posti-left-menu a {
  height: 32px;
  margin: 4px 0;
}
.posti-left-menu-icon {
  padding: 0 5px;
}
.posti-left-menu-icon svg {
  position: relative;
}
.posti-left-menu-icon svg * {
  fill:#3b4a57;
  opacity: 0.85;
}
.active .posti-left-menu-icon svg * {
  fill:#1e3264;
}
.icon-posti-try-out svg {
  top: 2px;
}
.icon-posti-overview svg, .icon-posti-sandbox-keys svg, .icon-posti-subscriptions svg, .icon-posti-properties svg {
  top: 1px;
}
#posti-horizontal-menu {
  display: none;
  margin-top: 35px;
}
#posti-horizontal-menu .posti-left-menu-icon {
  display: none;
}
#posti-horizontal-menu p {
  padding-left: 0;
  font-weight: 600;
  color: #262C30 !important;
}
#posti-horizontal-menu a {
  padding: 0;
  margin-right: 30px;
  border-radius: 0;
}
#posti-horizontal-menu a.active {
  color: #262C30 !important;
  background-color: white !important;
  border-bottom: solid 3px #EDBDBD;
}
@media screen and (max-width: 1200px) {
  .posti-left-menu {
    width: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .posti-left-menu {
    display: none;
  }
  #posti-horizontal-menu {
    display: flex;
    align-items: flex-start;
  }
}
.posti-submenu > a {
  border-radius: 4px;
  color: #3b4a57;
}
.posti-submenu > a.active > svg, .posti-submenu > a.active > p, .posti-submenu > a.active > p > span {
  color: #1e3264;
  font-weight: 600;
  text-transform: none;
}
.posti-submenu > a > p {
  font-weight: 500;
  font-size: 16px;
  color: #3b4a57;
  text-transform: none;
}



/* Api title & thumbnail */
#infoBar > div {
  display: table;
}
.posti-api-details-thumbnail-image, #posti-api-details-api-name-container {
  display: table-cell;
  vertical-align: top;
}
.posti-api-details-thumbnail-image {
  margin-right: 20px;
  border-radius: 4px;
  object-fit: cover;
}
h1.posti-api-details-api-name {
  margin: 0px 0 6px 0;
  line-height: 1.3;
}
.posti-api-context {
}
/* content area */
.posti-details-content-container {
  padding: 40px 40px 40px 50px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .posti-details-content-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#api-details-content {
}

/* Overview markdown document */

/* Limit the line width of all content in the markdown document */
.markdown-container {
  max-width: 1000px;
}
/* OVerview document missing */
.overview-document-missing {
  padding-top: 30px;
}
.overview-document-missing a {
  display: block;
}
/* Exceptions to line width */
.markdown-container img, .markdown-container pre , .markdown-container table {
  max-width: 1000px;
}
/* Heading styles */
.markdown-container h1, .markdown-container h2, .markdown-container h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 35px 0 10px 0;
}
.markdown-container h4, .markdown-container h5, .markdown-container h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 35px 0 10px 0;
}
/* Overview title style override */
h2.api-details-overview {  
  font-size: 24px;
  font-weight: 700;
}
/* Paragraph and list styles */
.markdown-container p, .markdown-container ul, .markdown-container ol {
  margin: 8px 0;
}
.markdown-container li {
  margin: 2px 0;
}
/* Link styles */
.markdown-container a {
  color: #0051C2;
}
.markdown-container a:hover {
  text-decoration: underline;
}
/* Code blocks */
.markdown-container code {
  background-color: #f0f0f0;
  padding: 5px;
}
.markdown-container pre {
  background-color: #f0f0f0;
  padding: 15px;
  white-space: pre-wrap;
}
.markdown-container pre code {
  padding: 0;
}
/* Blockquote */
.markdown-container blockquote {
  border-left: solid 3px #e0e0e0;
  padding-left: 20px;
  margin-left: 0;
}
/* Tables */
.markdown-container table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.markdown-container th {
  font-size: 13px;
}
.markdown-container td {
  font-size: 15px;
}
.markdown-container td {
  word-break: break-word;
}
.markdown-container td, .markdown-container th {
  padding: 16px;
  border-bottom: solid 1px #C2C9D1;
}
.markdown-container td:first-child, .markdown-container th:first-child {
  padding-left: 0;
}
.markdown-container td:last-child, .markdown-container th:last-child {
  padding-right: 0;
}

/**
 * APIs listing page
 */ 
#commonListingAppBar {
  margin-top:-20px;
}
#commonListing h2 {
  margin-left: 32px;
}

/**
 * HubSpot forms
 */
.hs-form-field {
 
}
.input > select {
 	display: block;
    width: 102.5%;
    padding: 6px 6px 6px 6px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.input > select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.input > textarea {
 	display: block;
    width: 100%;
    padding: 6px 6px 6px 6px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.input > textarea:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.hs-form-field > label {
 	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	margin-top: 15px;
    font-weight: 500;
	font-family: 'Montserrat', 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 16px;
    line-height: 1.5;
    color: #262C30;
}

.hs-form-field > label .hs-form-required {
    color: red;
}

.hs-form-field div.input {


}
.hs-form-field div.input input.hs-input {
 display: block;
    width: 100%;
    padding: 6px 6px 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.hs-form-field div.input input.hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.hs-form-field div.input input.hs-input:hover {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hs-form-field .hs-error-msgs {
  display: inline;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-size: 0.75rem;
  font-family: "Montserrat", "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1em;
  color: #f44336;
}

.hs-form-field .hs-error-msgs li:after {
  content: " ";
}

.hs-form-field .hs-error-msg {
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.hs_error_rollup .hs-error-msgs {
  display: inline;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  color: #f44336;
}


.hs-submit {
  margin: 20px 0;
  
  
  
}

.posti-button {
  background-color: #0051C2 !important;
  color: white !important;
  text-transform: none !important;
  font-size: 16px !important;
  padding: 5px 20px !important;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.75;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}

/* FeedBack Icons CSS */
.terribleIcon {
  fill: #E6EBF1;
}
.terribleIcon:hover {
  fill: #EDBDBD;
}

.badIcon {
  fill: #E6EBF1;
}
.badIcon:hover {
  fill: #FFA894;
;
}
.okayIcon {
  fill: #E6EBF1;
}
.okayIcon:hover {
  fill: #F7CC7A;
;
}
.goodIcon {
  fill: #E6EBF1;
}
.goodIcon:hover {
  fill: #FFC226;
}
.greatIcon {
  fill: #E6EBF1;
}
.greatIcon:hover {
  fill: #FFC226;
}
.iconButton{
  display: inline-grid;
  background-color: white;
  border-style: unset;
}

.iconButton:hover{
  display: inline-grid;
  background-color: white;
  border-style: unset;
}
.iconLabel{
	  margin-top: 15px;
}
