html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif; }

html { scroll-behavior: smooth; } 

h1,h2,h3, thead, th { color: #007070; font-weight:400; }
.colhead { color: #007070; }
a { color: #009688; text-decoration: none; }
a.home { color: white; }
h2 { a { color: #009688; text-decoration: none; font-weight:400; } }
footer { a { color: white; text-decoration: underline; text-underline-offset: 0.1rem; } }
b { font-weight: 400; }

.w3-sidebar {
  z-index: 3;
  width: 300px;
  top: 70px;
  bottom: 0;
  height: inherit;
}

.w3-main {
  margin-left: 300px;
}

.w3-bar {
  max-height: 70px;
}

.badge-container {
  display:inline-block;
}

.scroll-below-bar {
scroll-margin-top: 70px;
}

.svg-icon {
  height: 70px;
  width: 70px;
  padding-top: 12px; 
  padding-bottom: 18px; 
  margin-left: -10px; 
  margin-right: -10px; 
  margin-top: -7px; 
  margin-bottom: -7px; 
}

.svg-icon:hover {
  filter: invert(1);
}

span.kssup {
  vertical-align: super;
}

div.kssub {
  margin-top: -17px;
}

/* Footer shadow for overview pages */
.copyright-shadow {
  box-shadow: 0px -10px 100px 20px rgba(0, 174, 157, 1);
}

/* Feature table */
table {
  border-collapse: collapse;
  border-style: hidden;
}

table td, table th {
  border-collapse: collapse;
  padding: 10px;
  vertical-align: top;
  border: 3px solid #009688;
}

table {
  border-collapse: collapse;
  background: white;
  -webkit-box-shadow: 0 0 10px 2px #009688;
  box-shadow: 0 0 10px 2px #009688;
}

ul {
  list-style-position: inside;
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NCA3NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDggLTEyNikiIGZpbGw9IiMwMDU5NTAiPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNCkiPgogICA8cmVjdCB0cmFuc2Zvcm09InJvdGF0ZSg5MCkiIHg9IjE2NSIgeT0iLTE5MiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjY2IiByeD0iNSIgcnk9IjUiIHN0cm9rZS13aWR0aD0iLjMiLz4KICAgPHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIiB4PSIyNDUiIHk9Ii0xMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjI4IiByeD0iNSIgcnk9IjIiIHN0cm9rZS13aWR0aD0iLjIiLz4KICAgPHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSIgeD0iLTE3IiB5PSItMjU0IiB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHJ4PSI1IiByeT0iMiIgc3Ryb2tlLXdpZHRoPSIuMiIvPgogIDwvZz4KICA8cGF0aCB0cmFuc2Zvcm09InNjYWxlKC4zKSIgZD0ibTI3NSAyNDJoLTc3bC0xOTUgNTExaDEzN2wzNy0xMDNoOTh2LTk0aC02NWw2NS0xODN6IiBkaXNwbGF5PSJub25lIiBzdHJva2Utd2lkdGg9IjQiLz4KIDwvZz4KPC9zdmc+Cg==);
  margin: 0;
  padding: 0;
}
ul li ul {
  padding-left: 1.5rem;
}
li:before {
  content: "";
  margin-left: 0rem;
}
li::marker
{
  font-size: 2em;
  line-height: 0.5em;
}
table ul, ul li ul {
  list-style-image: none;
  list-style-type: "\2022";
}
table li::marker, ul li ul li::marker
{
  font-size: 1em;
  color: #009688;
}
table li:before, ul li ul li::before {
  margin-left: 0.5rem;
}

.w3-button:hover
{
  background-color: rgb(38,255,233) !important;
}

/* Free/Pro buttons */
button:hover {
  cursor: pointer;
}

* {box-sizing:border-box}

/* Hide the images by default */
/* Display none was used before swipe.js
   after that css class is used only to check count of slides in js */
.mySlides {
  /* display: none; */
}


.screenshot-container {
	display: flex;
	width: 100%;
	margin: 20px 0;
}
.preview-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	width: calc(100% / (var(--preview-count) + 1));
	margin-right: 10px; 
}
.preview {
	width: 100%;
	height: calc(100% / var(--preview-count));
}
.main-image {
	width: calc(100% * 8 / 9);
	height: auto;
	margin-left: auto; 
	margin-right: 0;
}

.main-image-x7 {
	width: calc(100% * 7 / 8);
	height: auto;
	margin-left: auto; 
	margin-right: 0;
}

/* Caption text */
.text {
  color: #009688;
  font-size: 18px;
  padding: 12px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 100%;
  height: 5%;
  min-height: 56px;
  text-align: right;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.text-nolink {
  font-size: 16px;
  padding: 8px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  text-align: right;
  background: rgb(255,255,255);
  background: linear-gradient(270deg, rgba(255,255,255,1) 250px, rgba(255,255,255,0));
}

.text-link {
  padding: 0px 5px;
}

.text-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.text-img1 {
  width:100%;
  height:auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  display: inline-block;
  opacity: 0.5;
}

.active, .dot:hover {
  opacity: 1;
  border: 1px solid #009688;
  margin: -1px;
}

/* Tm Slideshow container */
.tm-slideshow-container {
  position: relative;
}

/* Tm Slides */
.tm-mySlides {
  display: none;
  padding: 20px 15px 0 15px;
  text-align: center;
}

/* Tm Next & previous buttons */
.tm-prev, .tm-next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  height: 100%;
  margin-top: -50px;
  padding: 15px;
  color: #888;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Tm Position the "next button" to the right */
.tm-next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Tm On hover, add a black background color with a little bit see-through */
.tm-prev:hover, .tm-next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* Tm The dot/bullet/indicator container */
.tm-dot-container {
  text-align: center;
  padding: 0 0 25px 0;
  // padding: 2px;
  // background: #ddd;
}

/* Tm The dots/bullets/indicators */
.tm-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Tm Add a background color to the active dot/circle */
.tm-active, .tm-dot:hover {
  background-color: #717171;
}

/* Tm Add an italic font style to all quotes */
q {font-style: italic;}

/* Tm Add a blue color to the author */
.tm-author {
  color: #005050;
  margin: 10px 5px 0 5px;
} 

/* Use case step number */

span.step {
  background: blue;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}

/* roboto-regular - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* swipe.js */

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
  
  display: flex;
  flex-direction: row;
  align-items: center;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.breadcumb {
  display:inline;
  padding-left: 0px;
}

/* other */

h2.anchor {
  padding-top: 130px;
  margin-top: -130px;
}

.sticky {
  position: sticky;
  top: 70.5px;
  z-index: 1;
  padding: 10px 0px;
  border-left: 12px solid #FFFFFF;
  margin-left: -12px;
  width: 300px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 250px, rgba(255,255,255,0));
}

.sticky-wide {
  position: sticky;
  top: 70.5px;
  z-index: 1;
  padding: 10px 0px;
  border-left: 12px solid #FFFFFF;
  margin-left: -12px;
  width: 370px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 320px, rgba(255,255,255,0));
}

.sticky-shown {
  position: sticky;
  top: 70.5px;
  z-index: 1;
  padding: 10px 0px;
  background: rgb(255,255,255);
}

.buynow {
  margin: 0.5em 0 0 0;
}

.ss-btn-pro, .ss-btn-free {
  border: 1px solid #009688;
}