@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700);

/* General */
body, .articleFoot .help, .articleFoot .lu {
	font-family: 'Montserrat', sans-serif;
}
body:not(.kb-iframe) {
	background: rgb(230,250,255);
    background: linear-gradient(180deg, rgba(230,250,255,1) 100px, rgba(255,255,255,0.4598214285714286) 600px);
	min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
	font-weight: 700 !important;
	text-transform: initial !important;
}

h1 {
	color: #1cbecb;
}

h2, h2 > a {
	font-size: 20px !important;
}

h3 {
	font-size: 18px !important;
}
h4 {
	font-size: 15px !important;
}

@media (min-width: 1200px) {
	.container-fluid {
		max-width: 1320px !important;
}
}

.search-query::placeholder {
	color: #777;
}

.search-query {
	font-family: 'Montserrat' !important;
}

.navbar .nav li a, .navbar .icon-private-w {
	color: rgba(0, 0, 0, 0.55);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.navbar .nav li a:hover, .navbar .icon-private-w:hover {
	color: rgba(0, 0, 0, 0.7);
}

a, code, h1 {
	word-wrap: break-word;
}

/* Heading main page */
#docsSearch {
	border-top:1px solid #e7e7e7;
	border-bottom: none;
	padding-top: 150px;
	padding-bottom: 60px;
	background: initial;
}

#searchBar .search-query {
	border: none;
	font-size: 16px;
}

#docsSearch .search-query {
	padding-left: 23px;
	padding-right: 23px;
}

#docsSearch #serp-dd {
	box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
    border-radius: 16px;
	border: none;
	top: 85px;
}

#docsSearch #serp-dd .result a {
    padding: 10px 25px;
}

#docsSearch > #searchBar button {
	background: #E3272A;
    border: none;
    border-radius: 50px;
	font-family: 'Montserrat';
	z-index: 2;
	transform: scale(0.8);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#docsSearch > #searchBar button > i {
	color: white;
	line-height: inherit;
}

#docsSearch > #searchBar button:hover {
	background-color: #bb2d3b;
}

#docsSearch #searchBar .search-query {
    border-radius: 50px;
    box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
}

/* Nav bar */
#mainNav {
	top: 16px;
    position: fixed;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
	z-index: 999;
    left: 0;
    right: 0;
}
#mainNav > .navbar-inner {
	border-radius:16px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(24px);
	box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
	padding-left: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

@media (min-width: 769px) {
	.navbar .nav {
		bottom: 50% !important;
		transform: translateY(50%);
	}
	.navbar .nav a {
		margin-left: 25px;
	}
}

@media (max-width: 768px) {
	.navbar .btn-navbar {
		top: 22px;
		margin-top: 0;
	}
	.navbar .btn-navbar .icon-bar {
		background: #000 !important;
	}
}

.navbar .nav a {
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 16px;
}

@media (min-width: 769px) and (max-width: 1055px) {
	.navbar .nav a {
		font-size: 1.3vw !important;
		margin-left: 17px !important;
	}
}
.navbar .brand {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Homepage categories */
.collection-category .category-list {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

 .icon-private-lg, .category-list .category p {
	color: #333;
}

.category-list .category .article-count {
	display: none;
}

.category-list .category {
	border-radius: 16px;
	background-color: white;
	box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
	border: none;
	transition: none;
}

@media (max-width: 768px) {}
	.category-list .category, .category-list.two-col .category {
		margin: 0 .8% 15px;
	}
	.collection-category h2 {
		text-align: left;
	}
}


/* Article and single category */
.icon-article-doc:before {
	color: #333 !important;
	content: "\e603" !important;
}

#main-content {
	background: none;
}

@media (min-width: 769px) {
	.contentWrapper {
		border: none;
		padding: 0;
	}
	#sidebar #serp-dd.sb {
		width: 300px;
	}
}
@media (max-width: 768px) {
	.contentWrapper {
		padding: 0 20px;
	}
}

.contentWrapper {
	border: none;
	background: initial;
}

body:not(.kb-iframe) :not(#docsSearch) + #contentArea {
	padding-top: 130px;
	padding-bottom: 40px;
}

#fullArticle.withPreview {
	padding-top: 50px;
}

#sidebar .search-query {
	border-radius: 16px !important;
	border: none !important;
	color: #333 !important;
	-webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
}

#sidebar form .search-query:focus, #sidebar form .search-query:focus:invalid {
    -webkit-box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
    -moz-box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
    box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
}

#sidebar i.icon-search, .articleFoot .icon-contact, .articleFoot p, .articleFoot time, footer p {
	color: #333 !important;
}

#sidebar #serp-dd {
	box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
	top: 50px;
	border: none;
	border-radius: 16px;
}

#sidebar #serp-dd .result>li.active, #sidebar #serp-dd .result a:hover {
	background: #f3f3f3;
}

#serp-dd .result>li.private a, #serp-dd .result>li i {
	color: #000 !important;
}

.related {
	border: none;
    padding: 30px 0 45px;
}

#sidebar .nav-list .active a {
	font-size: 14px;
}

.articleList .icon-article-doc, footer p > span {
	display: none;
}

.articleList a {
	color: black;
}

#fullArticle > .sp_categorytitle {
    display: block;
    color: black;
    background-color: white;
	border-radius: 16px;
	box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
    padding: 20px;
    margin: 30px 0;
}
#fullArticle > .sp_categorytitle > a {
	color: black;
	font-weight: bold;
}

#fullArticle .printArticle {
	display: none;
}

#fullArticle a, .articleFoot a, .related a {
    color: #1ABDCA !important;
}

#categoryHead .sort select {
	border-radius: 7px;
    border: none;
    box-shadow: 0px 6px 12px rgb(17 108 126 / 15%);
}

.articleRatings {
    box-shadow: none;
    border-radius: 16px;
    background-color: #e8faff;
    border: none;
    color: black;
    margin-top: 40px;
}
.rating-face {
	fill: #1D5868;
}
.rateAction {
	background: #d2d2d2;
}

#fullArticle .callout-red, #fullArticle .callout-yellow, #fullArticle .callout-blue, #fullArticle .callout-green, #fullArticle .callout {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Index list */
#fullArticle .index-list {
	background: #F9FAFA;
	border-left: 4px solid #47bdc9;
	margin: 3em 0;
	padding: 15px 0px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#fullArticle .index-list h4 {
	margin: 0;
	padding: 8px 26px 0;
}
#fullArticle .index-list ul {
	list-style: none;
	margin: 0.7em 25px 0em 0 !important;
  	padding-left: 25px;
}