@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700,800,900&display=swap');


/* weglot */
.cc-window:not(.cc-invisible) ~ .weglot-container {
    display: none !important;
}

.wg-default, .wg-default .country-selector {
    bottom: 5px !important;
    right: 5px !important;
}

.wg-drop.country-selector .wgcurrent a {
    padding-right: 30px !important;
}

/* weglot end */

body, h1, h2, h3, h4, h5, h6, span, div, td, li, th, p { font-family: Nunito; }
body
{
    font-size: 16px;
}
header.celoxis-std, header.celoxis-hc
{
    text-color: rgba(255,255,255,0.85) !important ;
/*    background-image: url(../img/header-bg.jpg); */
    background-color: #eff2f7;
}
h1 {
  font-weight: 800;
  color: #524e61;
  padding-bottom: 0.75rem;
}
@media (max-width: 800px) {
    h1 { font-size: 2rem !important; }
    .main-txt { font-size: 1.2rem !important; font-weight:400; }
}
@media (max-width: 1000px) {
    h1 { font-size: 2.4rem !important; }
}
/* underline behind the text effect, used in header */
/*
.underline {
    box-shadow: inset 0 -5px 0 0 rgba(255, 211, 0, 1.0);
}
*/

.header [class*=lead] u, .header h1 u {
  box-shadow: inset 0 -5px 0 0 rgba(255, 211, 0, 0.6);
  text-decoration: none;
}

.main-txt u {
  box-shadow: inset 0 -2px 0 0 rgba(255, 211, 0, 0.6) !important;
  font-weight: 400;
}

header.celoxis-hc
{
    padding-top: 7rem !important; /*pt-9*/
    padding-bottom: 5rem !important; /*pb-8*/

}

header.celoxis-hd-image {
  padding-bottom: 0px;
  background-color: #eff2f7;
}

.navbar-brand img { height: 24px; margin-right: 30px; }

.celoxis-header-col {
    max-width: 920px;
    margin: auto;
}

.tooltip { opacity: 1 !important; }
.tooltip-inner {background-color: #1a4077; font-size: 13px; line-height:20px; min-width: 360px; text-align: left; padding: 10px; }
.tooltip .arrow::before { border-top-color: #1a4077; border-bottom-color: #1a4077; }

.comparison { max-width: 720px;  margin: 10px auto;}
table.comparison { width: 100%; margin-bottom:50px;}
table.comparison .product { width: 1%; white-space: nowrap;}
table.comparison tr td:not(:first-child) { text-align: center; }
table.comparison tr th:not(:first-child) { text-align: center; }
table.comparison th { font-weight: 600; }
table.comparison tr td:first-child { font-weight: 400; font-size: 16px; }

/* make color a little bit darker, by default bootstrap has 757575 that appears light */
body, .form-control { color: #444444 ; }

.blog-article { color: #444444; }

.celoxis-bg-world {
    background-image: url(../img/world-bg.png);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

body.trial a.menu-trial.btn { display: none !important; }

.centered-image { display:block; margin-left: auto; margin-right: auto;}

.twitter-typeahead { width: 100%; }
.tt-menu { background-color: white; color: black; text-align: left; width: 540px; box-shadow: 1px 1px 5px #ccc; padding: 15px; }
.tt-suggestion { padding: 10px 0px; overflow: hidden; text-overflow: ellipsis;}
.tt-menu [class*="ti-"] { font-size: 24px; line-height: 24px !important; vertical-align: middle; }
.tt-menu a { line-height: 26px !important; display: inline-block; white-space: nowrap; }

pre.code { background-color: #333; color: #fff; border-left-width: 0px; }

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-top:1rem;
    margin-bottom:1rem;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.grecaptcha-badge { margin: auto; box-shadow: grey 1px 1px 0 0 !important; margin-top: 200px; transform: scale(0.75); }

.celoxis-nav-elem { color: #ff3399; }

.table-center-aligned td, .table-center-aligned th { text-align: center; }

table.table th { background-color: #fcfdfe; }

.doc i:not([class]) { font-style: normal; font-variant: all-petite-caps;}

table.field-desc tr td:first-child { font-weight: 400; min-width: 200px; }
table.sym-desc tr td:first-child { font-weight: 600; width: 40px; color: #FD4CFC; }

.img-box-wh { max-width: 640px; }
li .img-box { margin-left: 1.25em; }
.doc h4[id], .doc h5[id] { position: relative; }
a.anchor {padding-right: 0.5rem; }

ol.steps {
  counter-reset:item;
}

ol.steps>li {
  list-style-type:none;
  counter-increment:item;
  margin-bottom:0.5em;
  position: relative;
  padding-left: 2.5em;
}

ol.steps>li:before {
  display:inline-block;
  width:1.75em;
  height: 1.75em;
  line-height:1.75em;
  margin-right:0.5em;
  font-weight:normal;
  text-align:center;
  content:counter(item);
  border-radius: 30px;
  background-color:#b0b0b0;
  color: #ffffff;
  position: absolute;
  left: 3px;
  top: 1px;
}
.changelog li {
    position: relative;
    padding: 16px 0;
    padding-left: 36px;
    font-size: 15px;
    line-height: 26px;
}

.changelog {
    list-style: none;
    padding-left: 0;
}

.changelog li:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 33%;
    border-bottom: 1px solid #eee;
}
.changelog .change-add:before, .changelog .change-fix:before, .changelog .change-remove:before, .changelog .change-update:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    font-family: Raleway,sans-serif;
    font-weight: 800;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    opacity: .8;
}

.changelog .change-add:before {
    content: 'A';
    background-color: #36d678;
}
.changelog .change-fix:before {
    content: 'F';
    background-color: #f0ad4e;
}
.changelog .change-update:before {
    content: 'U';
    background-color: #5bc0de;
}
.changelog .change-remove:before {
    content: 'R';
    background-color: #f36;
}
th[data-sort] { cursor: pointer; }
th[data-sort]:hover { opacity: 0.8; }
th[data-sort]:after { display: inline-block; font-size: 6px; padding-left: 5px; color: #ff50a1; vertical-align: middle; transform: scale(2,1); }
th.sorting-asc:after { content: '▲';}
th.sorting-desc:after { content: '▼';}

table[data-rw] td:nth-child(2) { text-align: center; }

ol.step { padding: 0; }

div.img-box { max-width: 99%; }

.list-style-none {
  list-style: none;
}

input[type=date]::-webkit-inner-spin-button {
            -webkit-appearance: none;
                display: none;
}

/* xmas class */
.navbar-brand img.xmas{
  height: unset;
  width: 90%;
}

/* snowflakes */
.snowflake {
color: #fff;
font-size: 1em;
font-family: Arial, sans-serif;
text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
0% {
  top: -10%;
}

100% {
  top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
0%{
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

50% {
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
}

100% {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  }
}

@keyframes snowflakes-fall {
0% {
top: -10%;
}

100% {
top: 100%;
  }
}

@keyframes snowflakes-shake {
0%{
transform: translateX(0px);
}

50% {
transform: translateX(80px);
}

100% {
transform: translateX(0px);
  }
}

.snowflake {
position: absolute;
top: -10%;
z-index: 9999;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
cursor:default;

-webkit-animation-name: snowflakes-fall, snowflakes-shake;
-webkit-animation-duration: 10s, 3s;
-webkit-animation-timing-function: linear, ease-in-out;
-webkit-animation-iteration-count: infinite, infinite;
-webkit-animation-play-state: running, running;

animation-name: snowflakes-fall, snowflakes-shake;
animation-duration: 10s, 3s;
animation-timing-function: linear, ease-in-out;
animation-iteration-count: infinite, infinite;
animation-play-state: running, running;
}
.snowflake:nth-of-type(0) {
left: 1%;
-webkit-animation-delay: 0s, 0s;
animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
left: 10%;
-webkit-animation-delay: 1s, 1s;
animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
left: 20%;
-webkit-animation-delay: 6s, 0.5s;
animation-delay: 6s, 0.5s;
}
.snowflake:nth-of-type(3) {
left: 30%;
-webkit-animation-delay: 4s, 2s;
animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
left: 40%;
-webkit-animation-delay: 2s, 2s;
animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
left: 50%;
-webkit-animation-delay: 8s, 3s;
animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
left: 60%;
-webkit-animation-delay: 6s, 2s;
animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
left: 70%;
-webkit-animation-delay: 2.5s, 1s;
animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
left: 80%;
-webkit-animation-delay: 1s, 0s;
animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
left: 90%;
-webkit-animation-delay: 3s, 1.5s;
animation-delay: 3s, 1.5s;
}
.snowflake:nth-of-type(10) {
left: 25%;
-webkit-animation-delay: 2s, 0s;
animation-delay: 2s, 0s;
}
.snowflake:nth-of-type(11) {
left: 65%;
-webkit-animation-delay: 4s, 2.5s;
animation-delay: 4s, 2.5s;
}


.footer .nav-link { font-size: 10px; letter-spacing: 1px; }

.navbar-dark .nav-navbar>.nav-item.show>.nav-link, .navbar-dark .nav-navbar>.nav-item:hover>.nav-link, .navbar-dark .nav-navbar>.nav-link.show, .navbar-dark .nav-navbar>.nav-link:hover, .navbar-stick-dark.stick .nav-navbar>.nav-item.show>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-item:hover>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-link.show, .navbar-stick-dark.stick .nav-navbar>.nav-link:hover { color: #000; }

.navbar-dark .nav-navbar>.nav-item>.nav-link, .navbar-dark .nav-navbar>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-item>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-link { color: rgb(51, 51, 51, 0.8); }

.celoxis-nav-icon { font-size: 20px; font-weight: 300; vertical-align: middle; }

/* kb api example */
.main-content div.example {
position: relative;
padding: 20px;
background-color: #f3f7fa;
border: 1px solid#eee;
margin-top: 10px;
margin-bottom: 20px;
}
.main-content div.example .badge {
position: absolute;
right: 10px;
top: -10px;
border-radius: 0px;
}
.text-fixed {
    font-family: monospace !important;
}

@keyframes rot { from { transform: rotate(0deg) translate(-10px) rotate(0deg); } to { transform: rotate(360deg) translate(-10px) rotate(-360deg); } }
@keyframes rrot { to { transform: rotate(0deg) translate(-15px) rotate(0deg); } from { transform: rotate(360deg) translate(-15px) rotate(-360deg); } }

.m-icon, .m-icon-r {
    width: 32px;
    height: 32px;
    position: absolute;
    margin: 0px;
    font-size: 16px;
    line-height: 32px;
    border-radius: 100px;
    color: white;
    xfont-weight: 700 !important;
    animation: rot 9s infinite linear;
    z-index: 1000;
}

.m-icon-r {
    animation: rrot 8s infinite linear;
}

.m-icon img, .m-icon-r img { width: 85%; height: 85%; }

header .shadow, .bg-gray .shadow, .bg-gray .shadow-lg {
                box-shadow: 0 1px 15px rgba(0,0,0,0.3) !important;
}

.invalid-feedback { font-weight: 400; }
