@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Lato:300,400,700');

.isa_info, .isa_success, .isa_warning, .isa_error {
	margin: 10px 0;
	padding: 12px;
}

.isa_info {
	color: #00529B;
	background-color: #BDE5F8;
}

.isa_success {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.isa_warning {
	color: #9F6000;
	background-color: #FEEFB3;
}

.isa_error {
	color: #D8000C;
	background-color: #FFBABA;
}

.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
	margin: 10px 22px;
	font-size: 2em;
	vertical-align: middle;
}

.wysiwyg-font-size-x-large {
	font-size: x-large;
}

/* Base styles */
*, input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #fafafa;
}

body {
	background: #fafafa;
	color: #555555;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
/* 	font-family: 'lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

img[width], img[height] {
	max-width: none;
}

figure > img {
	display: block;
}

a {
	color: #00b0e5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

[dir=rtl] table {
	text-align: right;
}

td, th {
	border-color: #eeeeee;
	border-style: solid;
	padding: 12px;
}

th {
	border-width: 1px 0;
	color: #bebebe;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}

td {
	border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #393f47;
	font-weight: 400;
	margin: 0 0 10px;
}

strong {
	color: #393f47;
	font-weight: 700;
	margin: 0 0 10px;
}

h1 {
	font-size: 20px;
}

input, label {
	display: inline-block;
	vertical-align: middle;
}

label {
	font-size: 12px;
}

input[type="checkbox"] + label {
	margin-left: 5px;
}

input, textarea {
	border: 1px solid #dddddd;
	border-radius: 2px;
	padding: 10px;
}

textarea {
	height: 100px;
	padding: 7px 10px;
	resize: vertical;
}

textarea, input[type=text] {
	width: 100%;
}

input, textarea, select {
	color: #555;
}

input::-ms-clear {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #cccccc;
}

:-ms-input-placeholder {
	color: #cccccc;
}

::-moz-placeholder {
	color: #cccccc;
}

.hide {
	display: none !important;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
	background: #00a0df;
	border-radius: 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}

a[role=button]:hover {
	text-decoration: none;
}

input[type=submit] {
	background: #00a0df;
	border-color: transparent;
	color: #FFF;
	padding: 10px 30px;
}

input[type=submit][disabled] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* IE 8 */
	opacity: 0.4;
}

button img, [role=button] img {
	border-radius: 4px;
	margin: 0 5px 0 0;
	height: 20px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.btn {
	background: #00a0df;
	display: inline-block;
	color: #fff;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 0 17px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn:hover {
	background: #0079a8;
	text-decoration: none;
	color: #fff;
}

.btn__secondary {
	background: #fff;
	border: 2px solid #d8d8d8;
	color: #00b0e5;
	line-height: 30px;
}

.btn__secondary:hover {
	background: #f0f0f0;
	color: #00a0df;
}

.btn__all {
	background-color: #025D8A;
	padding-left: 40px;
	padding-right: 40px;
	border: #ccc 1px solid;
}

.btn__all:hover, .btn-wrap .btn__all:hover {
	background: #01486B !important;
}

.home__top-page .btn-wrap {
	text-align: center;
	padding: 35px 0 0;
}

.home__top-page .btn-wrap .btn {
	float: none;
	margin: 0;
}

#category__tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#category__tree .category {
	display: inline-block;
	padding: 0 50px 35px 0;
	vertical-align: top;
	width: 49.5%;
}

#category__tree .category h2 {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 20px;
}

#category__tree .section {
	margin: 0 0 40px;
}

#category__tree .section h3 {
	margin: 0 0 10px;
}

#category__tree .category-tree {
	padding: 20px 0;
}

.sidebar-menu {
	width: 225px;
	overflow: hidden;
	float: left;
}

#article__page .sidebar-menu {
	padding-top: 38px;
}

#slide__box {
	width: 300%;
	-moz-transition: margin-left .5s ease;
	-webkit-transition: margin-left .5s ease;
	-ms-transition: margin-left .5s ease;
	transition: margin-left .5s ease;
}

#slide__box ul {
	width: 33.33%;
	list-style: none;
	float: left;
}

.sidebar-menu li a {
	box-sizing: border-box;
	display: block;
	padding: 0 15px 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-top: solid 1px #E8E8E8;
	background-image: url("//theme.zdassets.com/theme_assets/77613/267e4dca8cdd9e81c6e6a8cc79ee8abc12d1a70f.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 100%;
	cursor: pointer;
	color: #58585B;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-menu li .go-back {
	background-image: url("//theme.zdassets.com/theme_assets/77613/a8cb695731dac24e0b397c1a3c26b8609b4d9383.svg") !important;
	background-position: 95%;
	background-color: #F9F9F9;
	color: #000;
}

.content__inner {
	margin-left: 280px;
}

/* Forms */
.form {
	max-width: 505px;
}

.form-field + .form-field {
	margin-top: 25px;
}

.form-field label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
	margin: 0 0 0 10px;
}

.form-field.required > label:after {
	content: "*";
	color: red;
	margin-left: 2px;
}

.form-field p {
	color: #2e2e2e;
	font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
	width: 150px;
}

.form form + form, .searchbox {
	margin-top: 25px;
}

.searchbox-suggestions {
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	padding: 10px 20px;
}

.searchbox-suggestions li {
	padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
	background: transparent url("//theme.zdassets.com/theme_assets/77613/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
	background-size: 16px 16px;
}

.form footer {
	border-top: 1px solid #eeeeee;
	margin-top: 40px;
	padding-top: 30px;
	text-align: right;
}

.form footer a {
	color: #cccccc;
	cursor: pointer;
	margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
	display: inline-block;
	font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
	font-weight: normal;
}

.nav-bordered li + li {
	border-color: #eeeeee;
	border-style: solid;
	border-width: 0 0 0 1px;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
}

[dir=rtl] .nav-bordered li + li {
	border-width: 0 1px 0 0;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
}

.nav-spaced li + li {
	margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
	margin: 0 40px 0 0;
}

/* Breadcrumbs */
.breadcrumbs {
	padding: 10px 0 16px;
}

.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}

.breadcrumbs li + li:before {
	content: "/";
	margin: 0 4px;
}

.breadcrumbs li a {
	color: #6c7178;
}

/* Labels */
.label, .request-status {
	border-radius: 20px;
	display: inline-block;
	font-size: 10px;
	padding: 3px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
	color: #cccccc;
	display: inline-block;
	font-size: 11px;
}

.meta-group * + *:before {
	content: "\2022";
	font-size: 8px;
	margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* Social share links */
.share {
	white-space: nowrap;
}

.share li, .share a {
	display: inline-block;
}

.share a {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	vertical-align: middle;
	width: 30px;
}

.share a:before {
	background: #CCC;
	border-radius: 50%;
	color: #FFF;
	display: inline-block;
	font-family: "entypo", Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
}

.share a:hover {
	text-decoration: none;
}

.share-twitter:before {
	content: "\F309";
}

.share-facebook:before {
	content: "\F30C";
}

.share-linkedin:before {
	content: "\F318";
}

.share-googleplus:before {
	content: "\F30F";
}

/* Pagination */
.pagination {
	margin: 20px 0;
	text-align: center;
}

.pagination * {
	display: inline-block;
}

.pagination li {
	border: 1px solid #eeeeee;
	float: left;
	margin-left: -1px;
}

[dir=rtl] .pagination li {
	float: right;
}

.pagination a, .pagination span {
	color: inherit;
	font-size: 14px;
	padding: 8px 16px;
}

.pagination a:hover {
	background: #eee;
}

.pagination-current {
	background-color: #00a0df;
	color: #fff;
	cursor: default;
}

.pagination-first {
	border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
	border-radius: 0 3px 3px 0;
}

.pagination-last {
	border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
	border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
	word-wrap: break-word;
	line-height: 1.7;
}

.markdown img {
	max-width: 100%;
}

.markdown hr {
	background-color: #eeeeee;
	border: 0;
	height: 1px;
}

.markdown ul, .markdown ol {
	list-style-position: inside;
	padding: 0 15px;
}

.markdown ul {
	list-style-type: disc;
}

.markdown li {
	padding-bottom: 12px;
}

.markdown ol {
	list-style-type: decimal;
}

.markdown table p {
	margin: 0;
}

.markdown pre {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre;
}

.markdown blockquote {
	border-left: 1px solid #eeeeee;
	color: #bebebe;
	font-style: italic;
	padding: 0 15px;
}

/* ====================================================
   Content frame
   ==================================================== */

.svg-icon {
	display: inline-block;
}

.svg-icon svg, .svg__pm-icon svg {
	fill: #969ba3;
}

.svg__pm-icon svg {
	position: relative;
	top: 8px;
}

.help__links li a:hover {
	color: #00A0DF;
}

.help__links li a:hover svg {
	fill: #00A0DF;
}

.help__links span {
	margin-right: 6px;
}

main {
	min-height: 400px;
	padding-bottom: 40px;
}

.homepage main {
	padding: 0;
}

#kb__list {
	font-weight: 300;
}

.inner-block, .header-inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1010px;
	width: 90%;
}

.inner-block {
	font-weight: 400;
}

.page__header {
	background: url("//theme.zdassets.com/theme_assets/77613/080060a9db4fdd715187302d501dd79db317cd9a.jpg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 30px 0;
}

.article__header {
	margin: 0 0 15px;
}

.article__header h1 {
	margin: 0;
}

.article__header time {
	color: #6c7178;
	font-size: 12px;
	display: block;
}

.header {
	background: #2b3037;
	border: 0;
}

.header-inner {
	display: table;
	height: 50px;
	width: 100%;
	max-width: 1400px;
}

.logo, .user-nav {
	display: table-cell;
	vertical-align: middle;
}

.logo img {
	display: none;
}

.logo a {
	background: url("//theme.zdassets.com/theme_assets/77613/c01b47be0944c0f88616af8a5a8d410903849e2b.svg") no-repeat;
	display: inline-block;
	width: 150px;
	height: 30px;
}

.logo a:hover {
	text-decoration: none;
}

.logo a:before {
	content: 'UBNT Support';
	display: block;
	color: white;
	letter-spacing: 1.5px;
	position: relative;
	left: 40px;
	top: 5px;
}

.logo a:hover:before {
	color: #00b0e5;
	text-decoration: none;
}

.language-selector .dropdown-toggle {
	color: white;
}

.user-nav {
	text-align: right;
}

.user-nav > * {
	display: inline-block;
	margin: 0 0 0 25px;
}

.user-nav .btn,
.user-nav .login {
	border: 0;
}

.user-nav > a, .user-nav .btn, .user-nav .login {
	background: none;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 19px;
	margin: 0;
	font-size: 14px;
	border-left: 1px solid #4a4a4a;
	border-radius: 0;
}

.user-nav .btn {
	background: transparent;
	color: #fff;
	letter-spacing: inherit;
	text-transform: capitalize;
	line-height: 47px;
}

.user-nav .login {
	position: relative;
	top: -2px;
}

.user-nav .language-selector {
	position: relative;
	top: -1px;
}

.user-nav a.submit-a-request {
	margin-left: 19px;
}

#user #user-name {
	color: #fff;
}

[dir=rtl] .user-nav {
	text-align: left;
}

[dir=rtl] .user-nav > * {
	margin: 0 25px 0 0;
}

.toggle-mobile {
	display: none !important;
	width: 40px;
	height: 30px;
	position: absolute;
	top: 16px;
	right: 10px;
	padding: 0 10px;
}

.toggle-mobile .m-bar {
	display: block;
	background: #fff;
	border-radius: 3px;
	height: 3px;
	margin: 0 0 4px;
}

.toggle-search {
	display: none !important;
	border-right: 1px solid #4a4a4a;
	position: absolute;
	width: 40px;
	height: 50px;
	top: 0;
	left: 0;
}

.toggle-search svg {
	stroke: #474b52;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}

/*
 * Column size
 */
.main-column, .side-column {
	display: inline-block;
	vertical-align: top;
}

.main-column {
	max-width: 600px;
}

.side-column {
	width: 250px;
	margin-left: 45px;
  padding-bottom: 40px;
}

[dir=rtl] .side-column {
	margin-left: 0;
	margin-right: 45px;
}

/* ====================================================
   Home
   ==================================================== */
.home__top-page {
	background: url("//theme.zdassets.com/theme_assets/77613/5c479aa5a9275d0f875f1d8c9195c64667cb625c.svg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 38px 0 45px;
	margin: -1px 0 0 0;
}

.home__message {
	padding: 40px 0 0;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	font-weight: 300;
}

.home__message p {
	margin: 0;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
}

.categories {
	padding-top: 20px;
}

.categories ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.categories__item {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	transform: scale(0.87);
	-ms-transform: scale(0.87);
	-webkit-transform: scale(0.87);
}

.categories__item a {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #e1e1e1;
	text-decoration: none;
	background: #fff;
	border-radius: 50%;
	position: relative;
	text-align: center;
	width: 135px;
	height: 135px;
}

.categories__item a:hover {
	background: rgba(255, 255, 255, 0.84);
}

.categories__item a img {
	display: block;
	margin: 0 auto;
}

.categories__item span {
	display: block;
	position: absolute;
	bottom: 18px;
	left: 50%;
	right: 0;
	margin: 0 0 0 -35px;
}

.categories__item .prod_img {
	position: relative;
	top: 12px;
}

.categories__item.positionTop20 .prod_img {
	top: 20px;
}

.categories__item.positionTop40 .prod_img {
	top: 40px;
}

.categories__item.positionTop30 .prod_img {
	top: 30px;
}

.categories__item.positionTop28 .prod_img {
	top: 28px;
}

.categories__item.positionTop23 .prod_img {
	top: 23px;
}

/* knowledge-base section */

.knowledge-base {
	background: #fafafa;
	padding: 70px 0;
}

.knowledge-base__list ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.knowledge-base__list li {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: top;
}

.knowledge-base__list li a {
	display: block;
	text-decoration: none;
	color: #6c7178;
	font-size: 14px;
}

.knowledge-base__list li a:hover {
	text-decoration: none;
}

.knowledge-base__list li a:hover svg {
	fill: #00A0DF;
}

.knowledge-base__list li p,
.knowledge-base__list li h3,
.knowledge-base__list li figure {
	margin: 0;
	padding: 0;
}

.knowledge-base__list li h3 {
	font-size: 16px;
	margin: 0;
	color: #6c7178;
}

.knowledge-base__list li figure {
	margin: 0 0 12px;
	max-height: 38px;
}

.knowledge-base__list figure img {
	display: block;
	margin: 0 auto;
}

.knowledge-base .svg-icon {
	width: 36px;
}

.knowledge-base .svg-download,
.knowledge-base .svg-training,
.knowledge-base .svg-security {
	display: inline-block;
	width: 32px;
}

.svg-download svg,
.svg-training svg,
.svg-security svg {
	fill: #969ba3;
}

/* All articles */

#category__tree {
	display: none;
}

/* ==================================================== */
/* Categories */
/* ==================================================== */

.category__header {
	margin: 0 0 40px;
}

.category__header:before {
	background: url("//theme.zdassets.com/theme_assets/77613/79b7f23c955ee5b16d9c747787534f05a3586492.png") no-repeat;
	content: "";
	width: 94px;
	height: 64px;
	display: inline-block;
	margin-right: 25px;
	float: left;
	-webkit-background-size: 60px;
	background-size: 60px;
}

.category__header#hc-cat-200323764:before {
	background: url("//theme.zdassets.com/theme_assets/77613/a7d10c14def8f892bb30b9e4c0511fcb88dbc2e8.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 50px;
	height: 60px;
}

.category__header#hc-cat-200319710:before {
	background: url("//theme.zdassets.com/theme_assets/77613/3651ec276963c07040d57928c353e8beb239177e.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 71px;
}

.category__header#hc-cat-200321064:before {
	background: url("//theme.zdassets.com/theme_assets/77613/458c87e2dc2ccd0f53077261f8e11b5fe4adabad.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 120px;
	height: 50px;
}

.category__header#hc-cat-200320774:before {
	background: url("//theme.zdassets.com/theme_assets/77613/b4d4bc36065d2a4ec853db5eea5cd0ac7481b59d.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 80px;
	height: 50px;
}

.category__header#hc-cat-200321660:before {
	background: url("//theme.zdassets.com/theme_assets/77613/5164a5ec4276980953f3c1ce304e825599c7e5e4.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 50px;
	height: 60px;
}

.category__header#hc-cat-200323774:before {
	background: url("//theme.zdassets.com/theme_assets/77613/accae8988ee0004db379b390b53af014756cc8ce.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 80px;
	height: 50px;
}

.category__header#hc-cat-201589638:before {
	background: url("//theme.zdassets.com/theme_assets/77613/257af8ac078a77e96b12f70ad0b33fa67c62fea1.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 90px;
	height: 50px;
}

.category__header#hc-cat-115001477:before {
	background: url("//theme.zdassets.com/theme_assets/77613/e62c9b8b919b602eae87bf000c204b9d55742d28.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 90px;
	height: 65px;
}

.category__header#hc-cat-200320654:before {
	background: url("//theme.zdassets.com/theme_assets/77613/80fefc25f6758488e6bbf7c0d6797ed89cb09889.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100px;
	height: 60px;
}
.category__header#hc-cat-115001644:before {
	background: url("https://help-center-assets.ubnt.com/hc/21843f811ef33a83f1feb26dc7f3d4381f2e8fb7.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100px;
	    height: 70px;
    margin-top: -18px;
}

.category__header .category__title {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	position: relative;
}

.category__header .category-description {
	font-size: 14px;
	color: #6c7178;
	margin: 0;
}
.category__header#hc-cat-360000004388:before {
	background: url("//theme.zdassets.com/theme_assets/77613/21843f811ef33a83f1feb26dc7f3d4381f2e8fb7.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 50px;
	height: 60px;
}

.help__links {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin: 0 0 30px;
}

.help__links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.help__links li {
	display: block;
	margin-right: 30px;
	float: left;
}

.help__links li a {
	display: block;
	line-height: 42px;
	color: #a7abb2;
	text-decoration: none;
	position: relative;
}

.icon__lsoft .svg-download {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 7px;
}

.icon__pmat span {
	width: 17px;
	height: 17px;
	display: inline-block;
	position: relative;
	top: 0;
}

.icon__ucom .svg-icon {
	width: 23px;
	height: 23px;
	display: inline-block;
	position: relative;
	top: 4px;
}

.page__footer {
	border-top: 1px solid #dadada;
	padding: 25px 0 0;
	margin: 0 0 40px;
	text-align: center;
}

.page__footer p {
	color: #6c7178;
	margin: 0 0 15px;
}

/* ==================================================== */
/* Search */
/* ==================================================== */
.search-box {
	max-width: 735px;
	margin: 0 auto;
}

.search-box .search {
	margin: 0;
	padding: 0;
	position: relative;
}

.search-box .search input[type=search],
.search-box .search input[type=text] {
	background: #fff;
	border: 1px solid #d0d5d7;
	width: 100%;
	height: 50px;
	line-height: 1.5;
	padding: 5px 20px 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	font-weight: 300;
}

.search-box .search input[type=submit] {
	background: transparent url("//theme.zdassets.com/theme_assets/77613/0fc204978941dea9980f029d26026a9c5ec99ff3.svg") no-repeat center center;
	border-left: 1px solid #d0d5d7;
	position: absolute;
	width: 59px;
	height: 48px;
	top: 1px;
	right: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-size: 22px 22px;
}

.search-box .search input[type=submit]:hover {
	background-color: #efefef;
}

.sub-nav .search {
	float: right;
	position: relative;
}

.sub-nav .search:before {
	content: "\1F50D";
	font-family: "entypo", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 35px;
	z-index: 1;
}

.sub-nav .search input[type=search],
.sub-nav .search input[type=text] {
	padding: 6px 10px 6px 35px;
	height: 30px;
	width: 100%;
}

[dir=rtl] .sub-nav .search input[type=search], [dir=rtl]
.sub-nav .search input[type=text] {
	padding: 6px 35px 6px 10px;
}

.sub-nav .search input[type=submit] {
	display: none;
}

/* ====================================================
   Navigation pages
   ==================================================== */

.category-tree {
	border-color: rgba(0, 0, 0, 0.15);
	border-style: solid;
	border-width: 1px 0;
	padding: 20px 30px;
}

.category-tree .category {
	display: inline-block;
	padding-right: 30px;
	vertical-align: top;
	width: 49.5%;
}

.category-tree .category h2 {
	margin: 12px 0;
}

.category-tree .category h2 a {
	color: inherit;
	font-weight: lighter;
}

.category-tree .section h3 {
	margin: 0;
}

.category-tree .section h3 a {
	color: inherit;
	font-weight: bold;
	font-size: 14px;
}

.category-tree .section {
	margin: 5px 20px;
}

.category-tree .article-list, .category-tree .section-empty a {
	margin: 20px;
}

.category-tree .section-empty a {
	display: block;
}

.section-empty a {
	color: #999;
	font-style: normal;
	font-size: 13px;
}

.category-tree .article-list li {
	margin-bottom: 5px;
	font-size: 13px;
}

.category-description, .section-description {
	margin-bottom: 30px;
	margin-top: 0;
}

.section-tree .section {
	display: inline-block;
	padding: 0 50px 35px 0;
	vertical-align: top;
	width: 49.5%;
}

.section-tree .section h3 {
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 16px;
}

.section-tree .section h3 a {
	color: inherit;
}

.section-tree .article-list li {
	margin-bottom: 5px;
}

.section-subscribe, .section-unsubscribe,
.article-subscribe, .article-unsubscribe {
	float: right;
}

.section-subscribe [role=button], .section-unsubscribe,
.article-subscribe, .article-unsubscribe {
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	padding: 0 10px;
	font-size: 11px;
	top: 10px;
}

.section-subscribe:hover [role=button], .article-subscribe:hover {
	background: #ddd;
}

.article-unsubscribe:hover, .section-unsubscribe:hover {
	background: #00a0df;
}

.article-unsubscribe, .section-unsubscribe {
	background: #ddd;
}

.article-list li {
	margin-bottom: 15px;
}

.article-list li a {
	color: #999;
	font-size: 13px;
}

.see-all-articles {
	background: #00a0df;
	color: #fff;
	font-size: 10px;
	padding: 5px 16px;
	margin-top: 6px;
	display: inline-block;
}

/* ====================================================
   Community box
   ==================================================== */
.community {
	background: #f8f8f8;
	border-radius: 5px;
	margin-top: 40px;
	padding: 25px 30px;
}

.community .recent-activity {
	padding: 0;
	width: auto;
}

.community .recent-activity h2 {
	border-bottom: 1px solid #e6e6e6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-weight: normal;
	font-size: inherit;
	margin: 0 0 15px 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.community h4 {
	color: #111111;
	float: right;
	font-size: 13px;
	margin: 0;
}

[dir=rtl] .community h4 {
	float: left;
}

.community h4 a {
	font-weight: normal;
	font-size: 11px;
}

.trending-questions {
	margin-bottom: 40px;
}

.trending-questions h2 {
	border-bottom: 1px solid #e6e6e6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #111111;
	font-weight: normal;
	font-size: inherit;
	margin: 0 0 15px 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.trending-questions:last-child {
	margin-bottom: 0;
}

.trending-question-list {
	margin-bottom: 15px;
}

.trending-question-list li {
	display: inline-block;
	font-size: 13px;
	padding: 10px 25px 0 0;
	width: 49.5%;
}

/* ====================================================
   Promoted tooltip
   ==================================================== */
.article-promoted span {
	cursor: default;
	font-family: "entypo", Helvetica, Arial, sans-serif;
	margin-right: 5px;
	position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
	display: none;
	position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
	display: block;
}

.article-promoted span:before {
	background: #222;
	background: rgba(0, 0, 0, 0.85);
	border-radius: 4px;
	color: #FFF;
	content: attr(data-title);
	font-family: sans-serif;
	left: -10px;
	margin-top: 5px;
	padding: 3px 10px;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
}

.article-promoted span:after {
	border-bottom: 5px solid #222;
	border-bottom: 5px solid rgba(0, 0, 0, 0.85);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -5px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
}

/* ====================================================
   Sub nav
   ==================================================== */
.sub-nav {
	display: table;
	margin: 0;
	/* padding: 8px 0 16px; */
	table-layout: fixed;
	width: 100%;
	border-bottom: none;
}

.sub-nav > * {
	display: table-cell;
}

.sub-nav .breadcrumbs {
	overflow: hidden;
	white-space: nowrap;
}

.sub-nav .search {
	width: 300px;
}

/* Article */
.article-column {
	max-width: inherit;
	width: 100%;
}

h1 .visibility-internal-icon:before {
	width: auto;
	min-width: 13px;
	margin-right: 10px;
}

.article-info > * {
	display: table-cell;
	vertical-align: middle;
}

.article-avatar {
	min-width: 55px;
}

.article-avatar img {
	border-radius: 3px;
	max-height: 38px;
	max-width: 38px;
}

.article-meta {
	width: 100%;
}

.article-updated {
	display: block;
}

.article-more-questions {
	margin: 15px 0 50px;
}

.article-body {
	font-size: 14px;
	word-wrap: break-word;
	padding: 21px;
	border: 1px solid #ccc;
}

.article-body table {
	table-layout: fixed;
}

.article-footer {
	border-bottom: 1px solid #eeeeee;
	margin-top: 15px;
	padding: 20px 0;
}

.article-footer .article-vote, .article-footer .share {
	display: table-cell;
}

.article-vote {
	width: 100%;
}

.article-vote > * {
	display: inline-block;
}

.article-vote-controls {
	margin: 0 5px;
}

.article-vote-count {
	color: #999999;
	min-width: 20%;
}

.article-vote-up, .article-vote-down {
	color: inherit;
	font-family: "entypo", Helvetica, Arial, sans-serif;
	padding: 0px 10px;
}

.article-vote-up:before {
	content: "\1f44d";
}

.article-vote-down:before {
	content: "\1f44e";
}

.article-vote-up.article-voted, .article-vote-down.article-voted {
	color: #00a0df;
	background-color: #fff;
	cursor: default;
}

.article-vote-up.article-voted:hover,
.article-vote-down.article-voted:hover {
	background-color: transparent !important;
}

.article-vote-down.article-voted {
	color: #999;
	border-color: #999;
}

.article-footer a {
	background: #cccccc;
	box-shadow: none;
	border: 0;
	border-radius: 50%;
	color: #FFF;
	height: 30px;
	line-height: 30px;
}

.article-footer .article-vote-controls a:hover {
	background-color: #00a0df;
}

.article-footer .feedback a:hover strong {
	color: #00a0df;
}

.article-footer .feedback a:hover span {
	background-color: #f0f0f0;
}

.article-footer .share li:hover a:before {
	background-color: #00a0df;
}

.art-overview {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 0;
	margin: 0 0 15px;
}

.art-overview h3 {
	font-size: 16px;
	margin: -3px 0 0;
	padding: 0;
}

.art-overview strong {
	font-weight: 300;
}

.art-overview p {
	margin: 0;
	color: #555555;
	font-size: 16px;
	line-height: 1.3;
}

.article__footer {
	padding: 25px 0 0;
	border-top: 1px solid #eeeeee;
}

.article__footer p {
	margin: 0 0 20px;
	text-align: center;
}

.article__footer .btn-wrap {
	display: table;
	margin: 0 auto;
}

.btn-wrap .btn {
	float: left;
	margin: 0 8px;
}

.btn-wrap .btn:hover {
	background: #0079a8;
}

.btn-wrap .btn__secondary:hover {
	background: #f0f0f0;
}

.art__footer {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	border: 0;
}

.art__footer .article-vote {
	width: auto;
	padding-right: 25px;
}

.art__footer .share {
	/*width: 25%;*/
	padding: 0 20px;
}

.feedback {
	display: table-cell;
	border-right: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	/* width: 185px; */
	padding: 0 20px;
}

.feedback a {
	color: #6c7178;
	font-size: 12px;
	line-height: 34px;
	height: auto;
	background: none;
	text-decoration: none;
	display: block;
}

.feedback a strong {
	font-weight: normal;
	color: #6c7178;
}
.feedback a strong.feedback__pre_label {
  font-weight: 400;
  color: #555555;
font-size: 14px;
}
.feedback a strong.feedback__post_label {
  color: #999999;

}
.feedback a:hover {
	text-decoration: none;
}

.feedback__icon {
	display: inline-block;
  vertical-align: middle;
	/* float: left; */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 34px;
	border: 1px solid #dbdbdb;
	margin-right: 9px;
  margin-left: 9px;
}

.feedback__icon img {
	width: 10px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 7px;
}

/* ==================================================== */
/*   Footer */
/* ==================================================== */

.footer {
	background: #d8d8d8;
	padding: 40px 0;
	width: 100%;
	height: 122px;
}

.sticky__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer__links {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.footer__links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.footer__links li a {
	display: block;
	font-size: 14px;
	color: #595e65;
	font-weight: normal;
	line-height: 1.5;
	text-decoration: none;
}

.footer__links li a:hover {
	text-decoration: underline;
}

/* ====================================================
   Requests
   ==================================================== */
.request-follow-up {
	text-align: right;
}

.follow-up-hint {
	display: inline-block;
	float: right;
	font-size: 13px;
	margin-top: 13px;
}

.request-details {
	background: #f6f6f6;
	background: rgba(0, 0, 0, 0.02);
	border: 1px solid #ECECEC;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	margin: 30px 0 30px;
	padding: 15px 20px;
}

.request-details li + li {
	margin-top: 10px;
}

.request-header {
	font-weight: lighter;
	font-size: 1.7em;
	margin: 1em 0;
}

.request-id {
	color: #bbb;
	display: block;
	font-size: 13px;
}

.request-details {
	font-size: 12px;
}

.request-details dt ~ dt {
	font-weight: bold;
	margin-top: 15px;
}

.request-details dd {
	margin: 2px 0 0;
	word-wrap: break-word;
}

.request-details dd ul {
	margin: 10px 0;
}

.request-details dd li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
}

.request-details .nested-field-tag:before {
	content: " > ";
}

.request-details .nested-field-tag:first-child:before {
	content: "";
}

.request-status {
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 2px 5px;
	white-space: nowrap;
}

.request-open {
	background: #59BBE0;
}

.request-answered {
	background: #F5CA00;
}

.request-solved {
	background: #828282;
}

.page-header {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
	min-height: 50px;
	padding-bottom: 15px;
}

.page-header > * {
	display: table-cell;
	vertical-align: middle;
}

.page-header > *:first-child {
	width: 100%;
}

.page-header + p {
	color: #bebebe;
	margin: -15px 0 20px 0;
}

.page-header h1 {
	font-size: 20px;
	font-weight: 400;
}

body.community-enabled .search-results-column {
	width: 430px !important;
}

.visibility-internal-icon:before {
	content: "\1F512";
	display: inline-block;
	font-family: "entypo", Helvetica, Arial, sans-serif;
	text-align: center;
	width: 13px;
}

.article-promoted span, .visibility-internal {
	cursor: default;
	position: relative;
}

.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
	display: none;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
}

.article-promoted span:before, .visibility-internal:before {
	background: #222;
	border-radius: 3px;
	color: #FFF;
	content: attr(data-title);
	font-family: sans-serif;
	left: -10px;
	margin-top: 5px;
	padding: 3px 10px;
	text-transform: none;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
}

.article-promoted span:after, .visibility-internal:after {
	border-bottom: 5px solid #222;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -5px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
}

.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
	display: block;
}

.article-body td {
	border-width: 1px;
}

/* Comments - Article, Request and Post pages */
.comment-list {
	margin-bottom: 25px;
}

.comment-list > * {
	border-bottom: 1px solid #eeeeee;
	padding: 25px 0;
}

.comment-list > *:first-child {
	border-top: 1px solid #eeeeee;
}

.comment-sorter {
	float: right;
}

.comment-sorter a {
	color: #999;
	text-decoration: none;
	padding-left: 20px;
}

[dir=rtl] .comment-sorter {
	float: left;
}

[dir=rtl] .comment-sorter a {
	padding-left: 0;
	padding-right: 20px;
}

.comment-sorter [aria-selected=true] {
	font-weight: bold;
	color: #333;
}

.comment, .comment-form {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.comment > *, .comment-form > * {
	display: table-cell;
	vertical-align: top;
}

.comment-vote, .comment-bookmark {
	text-align: center;
	width: 50px;
}

.comment-bookmark:before {
	color: #77a500;
	content: "\1F516";
	font-family: "entypo", Helvetica, Arial, sans-serif;
	font-size: 23px;
	line-height: 1.1;
}

.comment-avatar {
	position: relative;
	width: 85px;
}

.comment-avatar img {
	border-radius: 3px;
	max-width: 65px;
	max-height: 65px;
}

.comment-avatar-agent:after {
	background: transparent url("//theme.zdassets.com/theme_assets/77613/823f3892f5e99cb9eda4a864e6089407e4553d9b.png") no-repeat;
	background-size: 15px;
	content: " ";
	height: 15px;
	left: 55px;
	position: absolute;
	top: 55px;
	width: 15px;
}

[dir=rtl] .comment-avatar-agent:after {
	left: auto;
	right: 55px;
}

.comment-header {
	margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
	border: 1px solid transparent;
	float: right;
	font-size: 11px;
	padding: 1px 5px;
}

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
	float: left;
}

.comment-published {
	color: #bebebe;
}

.comment-published:before {
	content: " ";
	display: inline-block;
	width: 5px;
}

.comment-pending, .comment-official {
	border-color: currentcolor;
	border-radius: 2px;
}

.comment-pending {
	color: #eec100;
}

.comment-official {
	color: #77a500;
}

.comment-form textarea {
	border-radius: 2px 2px 0 0;
	border-width: 1px;
}

.comment-attachments {
	border: 1px solid #dddddd;
	margin-top: -1px;
	padding: 10px;
}

.comment-form-controls {
	display: none;
	margin-top: 10px;
	text-align: right;
}

.comment-form-controls input[type=submit] {
	margin-left: 15px;
}

[dir=rtl] .comment-form-controls input[type=submit] {
	margin-left: 0;
	margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
	margin-left: 20px;
}

.comment-mark-as-solved {
  display: none !important;
}
.comment-actions {
	float: right;
	color: #999999;
}

[dir=rtl] .comment-actions {
	float: left;
}

.comment-actions .dropdown-toggle:before {
	content: "\2699";
	font-size: 11px;
	font-family: "entypo", Helvetica, Arial, sans-serif;
}

.attachment-list, .screencast-list {
	font-size: 11px;
	margin-top: 25px;
}

.attachment-list span, .screencast-list span {
	color: #999999;
}

[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.attachment-list li, .screencast-list li {
	margin-bottom: 10px;
}

.attachment-list li:before, .screencast-list li:before {
	background: #f9f9f9;
	border-radius: 3px;
	color: #bbb;
	font-family: "entypo", Helvetica, Arial, sans-serif;
	margin-right: 5px;
	padding: 5px;
}

.attachment-list li:before {
	content: "\1F4CE";
}

.screencast-list li:before {
	content: "\1F4BB";
}

.my-activities-header {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 25px;
	padding: 25px 0;
}

.my-activities-header .breadcrumbs li {
	color: black;
	font-size: 20px;
	font-weight: normal;
}

.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
	display: none;
}

.my-activities-nav {
	margin-bottom: 100px;
}

.my-activities-sub-nav {
	margin-bottom: 15px;
}

.request-table-toolbar {
	background: #f9f9f9;
	display: table;
	padding: 8px;
	width: 100%;
}

.request-table-filters {
	display: table-cell;
	text-align: right;
}

[dir=rtl] .request-table-filters {
	text-align: left;
}

.request-table-filters label:before {
	content: " ";
	width: 25px;
	display: inline-block;
}

.requests-search {
	border-radius: 20px;
	outline: none;
	padding: 6px 15px;
}

.request-id {
	color: #bebebe;
}

.request-details {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	font-size: 12px;
	margin: 0 0 30px;
	padding: 15px 20px;
}

.request-details dt ~ dt {
	font-weight: bold;
	margin-top: 15px;
}

.request-details dd {
	margin: 2px 0 0;
	word-wrap: break-word;
}

.request-details dd ul {
	margin: 10px 0;
}

.request-details dd li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
	content: " > ";
}

.request-details .nested-field-tag:first-child:before {
	content: "";
}

.request-status {
	color: #FFF;
	border-radius: 3px;
}

.request-open {
	background: #59BBE0;
}

.request-answered {
	background: #F5CA00;
}

.request-solved {
	background: #828282;
}

/* Community heading */
.community-heading {
	font-size: 18px;
	margin: 0;
	width: 100%;
}

/* Community nav */
.community-nav {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 55px;
	padding: 25px 0;
}

.community-nav li {
	display: inline-block;
	font-weight: bold;
	padding-right: 30px;
}

.community-nav li a {
	font-weight: normal;
}

.community-nav li + li {
	border-left: 1px #eeeeee;
	padding-left: 30px;
}

.community-nav li:last-child {
	border: 0;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
}

[dir=rtl] .community-nav li:last-child {
	float: left;
}

.community-nav li:last-child a:before {
	content: "\270E";
	font-family: "entypo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: middle;
}

[dir=rtl] .community-nav li:last-child a:before {
	margin-right: 0;
	margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
	position: relative;
	width: 800px;
}

.community-sub-nav li {
	display: inline-block;
	font-weight: bold;
	padding-right: 15px;
}

.community-sub-nav li a {
	font-weight: normal;
}

.community-sub-nav li + li {
	padding-left: 15px;
}

.community-sub-nav .topic-add {
	position: absolute;
	right: 0;
	top: 10px;
}

/* Topics/questions/answers */
.topic {
	display: inline-block;
	width: 49.5%;
	padding: 20px 30px 20px 0;
	vertical-align: top;
}

.topic-header, .question-header {
	border-bottom: 1px solid #eeeeee;
	display: table;
	padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
	display: table-cell;
	vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
	padding: 0 15px;
	white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
	font-weight: bold;
	font-size: 13px;
	width: 100%;
}

.topic-heading {
	font-size: 18px;
}

.topic-questions {
	margin-top: 45px;
}

.topic-description {
	word-break: break-word;
}

.question, .answer {
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
	position: relative;
}

.question-form .nesty-input {
	max-width: none;
}

.question-avatar, .answer-avatar {
	display: table-cell;
	margin-right: 10px;
	min-width: 50px;
	position: relative;
	vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
	background: transparent url("//theme.zdassets.com/theme_assets/77613/823f3892f5e99cb9eda4a864e6089407e4553d9b.png") no-repeat;
	background-size: 14px;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 30px;
	top: 30px;
	content: " ";
}

.question-avatar img, .answer-avatar img {
	border-radius: 3px;
	max-height: 38px;
	max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.question-body .answer-official-body {
	vertical-align: top;
	width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
	margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
	float: left;
}

.question .answer {
	border: none;
	padding-bottom: 0;
}

.question-topic-list {
	margin: -20px 0 30px;
}

.question-topic-list li {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.question-topic-list a {
	background: #f6f6f6;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 5px;
	color: #cccccc;
	display: inline-block;
	font-size: 11px;
	padding: 7px 15px;
}

.question-title, .topic-title {
	margin: -3px 0 5px;
	font-size: 15px;
}

.question-title a, .topic-title a {
	font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
	color: #cccccc;
	font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
	content: "\2022";
	font-size: 10px;
	margin: 0 10px;
}

.answer-form {
	margin: 30px 0 0 95px;
}

.answer-form-controls {
	display: none;
	margin-top: 10px;
	text-align: right;
}

.answer-form-controls input[type=submit] {
	margin-left: 15px;
}

.answer-form-controls .pull-left {
	float: left;
}

.answer-official-heading {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 20px;
	border-bottom: 0;
}

.answer-list-heading {
	border-bottom: 1px solid #eeeeee;
	margin-top: 30px;
	padding-bottom: 20px;
}

.pending-moderation-answer-badge {
	clear: both;
	border: 1px solid #c7aa2b;
	color: #c7aa2b;
	padding: 3px 5px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
}

.question-share, .answer-share {
	position: relative;
}

.related-questions-header {
	border-bottom: 1px solid #eeeeee;
}

.related-questions-heading {
	margin-top: 3px;
}

.related-questions li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Vote */
.vote {
	display: table-cell;
	margin-left: 15px;
	margin-right: 10px;
	min-width: 95px;
	vertical-align: top;
}

.vote-sum, .vote-controls {
	display: inline-block;
	vertical-align: middle;
}

.vote-sum {
	font-size: 15px;
	font-weight: bold;
	min-width: 60px;
	padding-left: 10px;
	text-align: center;
}

.vote-controls {
	border-radius: 5px;
}

.vote-controls a {
	background: #FFF;
	border-color: #f6f6f6;
	box-shadow: none;
	color: #bebebe;
	display: block;
	font-family: "entypo", Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
}

.vote-up {
	border-radius: 5px 5px 0 0;
}

.vote-down {
	border-radius: 0 0 5px 5px;
	border-top: 0;
}

.vote-up:before {
	content: "\E763";
}

.vote-down:before {
	content: "\E760";
}

.vote-controls:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
	background: #FFF;
	border-color: #A6A6A6;
	color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
	background: #f6f6f6;
	color: #333;
}

.vote-controls a:active {
	background: #CCC;
	color: #111;
}

/* Accept */
.answer-accept {
	color: #BBB;
	font-size: 15px;
	max-width: 15px;
	overflow: hidden;
	padding-top: 7px;
	position: absolute;
	white-space: nowrap;
}

.answer-accept:hover {
	text-decoration: none;
}

.answer-accept:before {
	content: "\2713";
	font-family: "entypo", Helvetica, Arial, sans-serif;
	margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
	color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
	float: right;
	font-size: 11px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
	color: #cccccc;
	content: "\2022";
	font-size: 10px;
	margin: 0 8px;
	pointer-events: none;
	position: relative;
	display: inline-block;
}

/* Share questions and answers */
.share-label {
	cursor: pointer;
}

.share-label + .share {
	background: #FFF;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	left: 50%;
	line-height: 70px;
	margin: 10px 0 0 -75px;
	position: absolute;
	text-align: center;
	top: 100%;
	white-space: nowrap;
	width: 175px;
	z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
}

.share-label + .share:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-left: 7px solid transparent;
	margin-left: -6px;
}

.share-label + .share:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFF;
	border-left: 6px solid transparent;
	margin-left: -5px;
}

.share-label[aria-selected="true"] {
	color: #111;
}

.share-label[aria-selected="true"] + .share {
	display: block;
}

.share-label[aria-selected="false"] + .share {
	display: none;
}

body.community-enabled .search-results-column {
	display: inline-block;
	vertical-align: top;
	width: 450px;
}

body.community-enabled .search-results-column + .search-results-column {
	margin-left: 35px;
}

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
	margin-left: 0;
	margin-right: 35px;
}

.search-results-subheading {
	display: none;
}

.search-results-subheading-link {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}

.search-results-list {
	margin-bottom: 25px;
}

.search-results-list > * {
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
}

.search-results-list > *:first-child {
	border-top: 1px solid #eeeeee;
}

.search-result-link {
	font-size: 16px;
}

.search-result-description {
	font-size: 12px;
}

.search-result-meta {
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
	font-size: 12px;
	color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
	display: inline-block;
	padding-right: 5px;
	content: '\2022';
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.search-result-votes {
	background: #00a0df;
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	margin-left: 5px;
	padding: 4px 5px;
	position: relative;
	top: -2px;
	font-size: 10px;
}

.search-result-votes:before {
	content: "\1F44D";
	font-family: "entypo", Helvetica, Arial, sans-serif;
	margin-right: 3px;
}

.chat {
	background: #f6f6f6;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	font-size: 13px;
	line-height: 35px;
	padding: 0 15px;
	position: fixed;
	right: 85px;
	-webkit-transition: bottom .5s ease-in, color .5s ease-in;
	-moz-transition: bottom .5s ease-in, color .5s ease-in;
	-ms-transition: bottom .5s ease-in, color .5s ease-in;
	-o-transition: bottom .5s ease-in, color .5s ease-in;
	transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
	content: "\E720";
	font-family: "entypo", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-right: 10px;
	vertical-align: middle;
}

.chat:hover {
	text-decoration: none;
}

.chat-available {
	bottom: 0;
}

.chat-unavailable {
	color: gray;
	cursor: default !important;
	bottom: -50px;
}

.error-page {
	margin: 0 auto;
	max-width: 500px;
	padding-top: 5%;
}

.error-page h1 {
	font-size: 52px;
	margin-bottom: 0;
}

.error-page h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

.error-page > a {
	display: block;
	margin-top: 25px;
}

.recent-activity {
	background: #f9f9f9;
	border-radius: 5px;
	padding: 25px 20px;
	width: 270px;
}

.recent-activity-header {
	margin-top: 0;
	font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
	margin-top: 15px;
}

.recent-activity-item-parent {
	font-size: 12px;
	text-decoration: none;
	display: block;
}

.recent-activity-item-parent:hover {
	text-decoration: underline;
}

.recent-activity-item-link {
	display: block;
}

.recent-activity-item-meta {
	font-size: 12px;
	color: #999999;
}

.recent-activity-item-time {
	display: inline-block;
}

.recent-activity-item-comment {
	display: none;
}

.recent-activity-item-comment:before {
	display: inline-block;
	content: "\2022";
}

.recent-activity-item-comment span:before {
	font-family: "entypo", Helvetica, Arial, sans-serif;
	content: "\00a0\00a0\e718";
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
	display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
	padding-top: 20px;
	font-size: 12px;
}

.recent-activity-loader {
	display: inline-block;
	position: relative;
}

.recent-activity-loader:before {
	display: block;
	position: absolute;
	content: "\0020";
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
	animation: recent-activity-loader 0.5s infinite;
	-webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
	0% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@-webkit-keyframes recent-activity-loader {
	0% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

/* ========================= */
/* Responsive */
/* ========================= */

@media (max-width: 1190px) {
	.categories__item {
		display: block;
		float: left;
		width: 25%;
		margin: 0 0 30px;
		transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
	}
}

@media (max-width: 991px) {

	.inner-block, .header-inner, .page__header {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.categories ul {
		display: block;
		overflow: hidden;
	}

	.categories__item {
		display: block;
		float: left;
		width: 25%;
		margin: 0 0 30px;

		transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
	}

	.categories__item img {
		margin: 0 auto;
	}

	.knowledge-base__list ul {
		overflow: hidden;
		display: block;
	}

	.knowledge-base__list li {
		display: block;
		width: 50%;
		float: left;
		margin: 0 0 30px;
	}

	.knowledge-base__list li:nth-child(2n+1) {
		clear: both;
	}

	.footer {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {

	.home__top-page .btn-wrap, #category__tree, #art-menu {
		display: none;
	}

	#kb__list {
		display: block !important;
	}

	.content__inner {
		margin: 0;
	}

	.homepage .search-box {
		background: #2b3037;
		display: none !important;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		width: 100%;
		max-width: inherit;
		padding: 0;
	}

	.homepage .toggle-search {
		display: block !important;
	}

	.homepage .logo {
		padding-left: 40px;
	}

	.home__message {
		padding: 0;
	}

	.header-inner {
		position: relative;
	}

	.toggle-mobile {
		display: block !important;
	}

	.toggle-mobile.js-menu-opened span {
		background: #00a0df;
	}

	.user-nav {
		background: #2b3037;
		display: none;
		position: absolute;
		top: 49px;
		left: 0;
		right: 0;
		width: 100%;
		text-align: left;
		z-index: 100;
	}

	.js-menu-opened .user-nav {
		display: block !important;
	}

	.js-search-opened .search-box {
		display: block !important;
	}

	.user-nav > * {
		display: block;
		margin: 0;
	}

	.user-nav .btn, .user-nav > a, .user-nav .btn, .user-nav .login, a.dropdown-toggle {
		display: block;
		border: 0;
		border-bottom: 1px solid #4a4a4a;
	}

	a.dropdown-toggle {
		height: 50px;
		line-height: 50px;
		padding: 0 19px;
	}

	.main-column {
		max-width: inherit;
		width: 100%;
		display: block;
	}

	.form {
		max-width: 100%;
	}

	.categories__item {
		width: 25%;
		transform: scale(0.85);
		-ms-transform: scale(0.85);
		-webkit-transform: scale(0.85);
	}

	.footer {
		height: 170px;
	}

	.footer__links {
		overflow: hidden;
		display: block;
	}

	.footer__links ul {
		width: 50%;
		float: left;
		margin: 0 0 30px;
	}

	.art__footer, .art__footer .article-vote, .art__footer .feedback, .art__footer .share {
		display: block;
	}

	.art__footer .article-vote, .art__footer .feedback, .art__footer .share {
		margin: 0 0 20px;
	}

	.art__footer .article-vote {
		clear: both;
	}

	.art__footer .feedback {
		width: 49%;
		float: left;
	}

	.art__footer .share {
		float: right;
		width: 49%;
	}

	.article__footer .btn-wrap {
		display: block;
	}

	.btn-wrap .btn {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}

	body.community-enabled .search-results-column {
		width: auto !important;
		display: block;
	}

	body.community-enabled .search-results-column + .search-results-column {
		margin: 0;
	}
}

@media (max-width: 640px) {
	.categories__item {
		width: 50%;

		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}

	.categories__item:last-child {

	}

	.categories__item:nth-child(2n+1) {
		clear: both;
	}

	.help__links li {
		clear: both;
	}

}

@media (max-width: 400px) {
	.knowledge-base__list li {
		width: 100%;
		float: none;
	}
}

@media (max-width: 480px) {
  #category__tree .category {
    display: block;
    width: 100%;
  }
}

/*Help Center Text */
.support-hc {
	width: 100%;
	height: 150px;
	/* background: aqua;*/
	margin: auto;
	padding: 10px;
}

.support-titles {
	text-align: center;
}

.support-hc-text {
	width: 84%;
	height: 100px;
	/*background: red;*/
	float: left;
}

.support-hc-button {
	/*width: 10%;*/
	/*padding-left: 550px;*/
	padding-top: 40px;
	height: 100px;
	/*background: black;*/
}

/*Community */
.support-com {
	width: 100%;
	height: 150px;
	/*background: aqua;*/
	margin: auto;
	padding: 10px;
}

.support-com-text {
	width: 84%;
	height: 100px;
	/*background: red;*/
	float: left;
}

.support-com-button {
	/*padding-left: 550px;*/
	padding-top: 40px;
	height: 100px;
	/*background: black;*/
}

/*Contact */
.support-contact {
	width: 100%;
	height: 440px;
	/*background: aqua;*/
	margin: auto;
	padding: 10px;

}

.support-scope-text h3 {
	text-align: center;

}

/*
.support-contact-text {
    width: 75%;
    height: 200px;
    background: red;
    float: left;
} */
.support-scope-text {
	width: 100%;
	height: 340px;
	background: #eaf6fc;
	padding-left: 20px;

}

.support-contact-button {

	float: right;
	height: 50px;

}

.hide-form {
	display: none;
}

/*Contact Support*/
.main-column {
	width: 68%;
	min-height: 1000px;
  padding-bottom: 40px !important;
	/* background: aqua;*/
	margin: auto;
	padding: 10px;
	float: left;
}

.contact-sales {
	width: 32%;
	height: 130px;
	/*background: red;*/
	float: left;
	border: 2px solid #efefef;
	padding: 10px;
}

.contact-rma {
	width: 32%;
	height: 120px;
	/* background: black;*/
	float: left;
	border: 2px solid #efefef;
	padding: 10px;
}

.contact-chat {
	width: 32%;
	height: 220px;
	/* background: green;*/
	float: left;
	border: 2px solid #efefef;
	padding: 10px;
}

.contact-support {
	display: none;
}

.show-contact-support {
	display: block;

}

.show-contact-support h1 {
	text-align: center;

}

.help-tab {
	display: flex;
	height: 30px;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 10px;
	color: #ffffff;
	text-decoration: none;
  z-index: 99999;
}

.help-tab .help-tab-icon {
	border-top-left-radius: 5px;
	background: #0085b7;
	vertical-align: text-top;
	text-align: center;
	padding-top: 8px;
	width: 36px;
}

.help-tab .help-tab-icon svg {
	transform: scaleX(-1) rotate(180deg);
	position: relative;
	top: -9px;
	left: -2px;
	fill: white;
}

.help-tab .help-tab-text {
	border-top-right-radius: 5px;
	background: #1292c5;
	text-align: center;
	padding: 8px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.powered-by-zendesk {
	display: none;
}





















html, body {
	background-color: #FEFEFE;
}
.knowledge-base {
	background-color: #FEFEFE;
}
/* Breadcrumbs */
.sub-nav .breadcrumbs {
	overflow: visible;
	white-space: nowrap;
}
.breadcrumbs {
	padding-top: 20px;
}
.breadcrumbs li:first-child {
	width: 20px;
	overflow: hidden;
	vertical-align: middle;
	color: transparent;
	font-size: 0;
	height: 20px;
	position: relative;
}
.breadcrumbs li:first-child a {
	width: 20px;
	overflow: hidden;
	background-color: #00a0df;
	vertical-align: middle;
	color: transparent;
	font-size: 0;
	height: 20px;
	border-radius: 100%;
	display: block;
	position: relative;
	background-image: url("//theme.zdassets.com/theme_assets/77613/c01b47be0944c0f88616af8a5a8d410903849e2b.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 13px auto;
}

/* Article */

.article__header {
	margin: 0 0 15px;
	margin-bottom: 20px;
	border-left: 5px solid #dadada;
	padding-left: 20px;
}
.article__header h1 {
	margin: 0;
	font-weight: bold;
	font-size: 26px;
}
@media (max-width: 640px) {
	.article__header h1 {
		font-size: 22px;
	}
}
.article__header time {
	color: #999FA7;
	font-size: 12px;
	font-weight: 300;
	display: block;
}
.article-body {
	font-size: 15px;
	word-wrap: break-word;
	padding: 0px;
	border: none;
	font-weight: normal;
}
.article-body h1,
span.wysiwyg-font-size-large,
span.wysiwyg-font-size-x-large
{
	font-size: 24px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	/* padding-bottom: 0.4em;
	padding-top: 0.4em; */
	display: block;
	width: 100%;
	font-weight: bold;
}
span.wysiwyg-font-size-large span.wysiwyg-font-size-large,
span.wysiwyg-font-size-x-large span.wysiwyg-font-size-large,
h1 span.wysiwyg-font-size-large,
h1 span.wysiwyg-font-size-x-large,
h2 span.wysiwyg-font-size-large,
h2 span.wysiwyg-font-size-x-large
{
	border: none !important;
	display: inline;
	padding: 0;
	margin: 0;
}
@media (max-width: 640px) {
	.article-body h1,
	.wysiwyg-font-size-large,
	.wysiwyg-font-size-x-large
	{
		font-size: 20px;
	}
}
.article-body h2 {
	font-size: 22px;
	/* padding-bottom: 0.4em;
	padding-top: 0.4em; */
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: block;
	width: 100%;
	font-weight: bold;
}
@media (max-width: 640px) {
	.article-body h2 {
		font-size: 18px;
	}
}
.article-body h3 {
	font-size: 20px;
}
@media (max-width: 640px) {
	.article-body h3 {
		font-size: 16px;
	}
}
.article-body h4 {
	font-size: 18px;
}
@media (max-width: 640px) {
	.article-body h4 {
		font-size: 14px;
	}
}
.article-body h5 {
	font-size: 16px;
}
@media (max-width: 640px) {
	.article-body h5 {
		font-size: 12px;
	}
}
.article-body h6 {
	font-size: 14px;
}
@media (max-width: 640px) {
	.article-body h6 {
		font-size: 10px;
	}
}
.article-body p {

}
a[href="#top"], a[href="#Top"] {
	font-size: 11px;
	font-weight: 300;
	display: inline-block;
	background-position: 0 50%;
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xOC4yMjEsNy4yMDZsOS41ODUsOS41ODVjMC44NzksMC44NzksMC44NzksMi4zMTcsMCwzLjE5NWwtMC44LDAuODAxYy0wLjg3NywwLjg3OC0yLjMxNiwwLjg3OC0zLjE5NCwwICBsLTcuMzE1LTcuMzE1bC03LjMxNSw3LjMxNWMtMC44NzgsMC44NzgtMi4zMTcsMC44NzgtMy4xOTQsMGwtMC44LTAuODAxYy0wLjg3OS0wLjg3OC0wLjg3OS0yLjMxNiwwLTMuMTk1bDkuNTg3LTkuNTg1ICBjMC40NzEtMC40NzIsMS4xMDMtMC42ODIsMS43MjMtMC42NDdDMTcuMTE1LDYuNTI0LDE3Ljc0OCw2LjczNCwxOC4yMjEsNy4yMDZ6IiBmaWxsPSIjMDBiMGU1Ii8+PC9zdmc+Cg==');
	padding-left: 15px;
	margin-top: -15px;
	position: relative;
	top: -10px;
}
.article-body code, pre {
	background-color: #F9F9F9 !important;
	border: 1px dashed #dadada !important;
	color: black;
	padding: 2px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	border-radius: 5px !important;
	font-size: 12px;
	margin-right: 2px !important;
	margin-left: 2px !important;
	color: #787878;
}
.article-body pre {
	padding: 3px 8px;
}
.article-body blockquote {
	border-left: 5px solid #eeeeee;
	color: #A2A2A2;
	font-style: italic;
	padding: 0 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
}
.article-body ul,
.article-body ol
{
	margin-bottom: 20px;
}

.article-body ul ul,
.article-body ol ol,
.article-body ol ul,
.article-body ul ol
{
	margin-bottom: 0px;
}


.article-body h1, h2, h3, h4, h5, h6 {
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	font-weight: bold;
}
.article-body li {
	padding-bottom: 0px;
}
.article-body > ol > li,
.article-body > ol > li > ol > li,
.article-body > ol > li > ol > li > ol > li
{
	list-style: none;
}
.article-body ol, .article-body ul {
    counter-reset: item;
    list-style: none;
}
.article-body li:before {
    counter-increment: item;
    content: counter(item)". ";
}
.article-body ol ol li:before{
  content: counters(item,".") " ";
}
.article-body ul > li {
	list-style: disc;
}
.article-body ul > li:before {
	display: none;
}

.markdown ul, .markdown ol {
    list-style-position: inside;
    padding: 0 25px;
}

/*
.article-body > ol {
	counter-reset: section;
	list-style-type: none;
}
.article-body > ol > li:before {
	counter-increment: section;
	content: counters(section, ".") ". ";
	font-weight: 300;
	display: inline-block;
	margin-right: 5px;
}
.article-body .node--body > ol {
	counter-reset: section2;
	list-style-type: none;
}
.article-body .node--body > ol > li:before {
	counter-increment: section2;
	content: counters(section2, ".") ". ";
	font-weight: 300;
	display: inline-block;
	margin-right: 5px;
}
.article-body ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}
*/
.article-body li,
.article-body li ul,
.article-body li ol,
.article-body li ul li,
.article-body li ol li
{
	display: list-item !important;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}
.section-tree .section h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

.section-tree .section .article-list {
	font-weight: 300;
	margin-bottom: 10px;
}


.footer {
	height: auto;
}

.footer__links {
	display: block;
	width: auto;
	table-layout: initial;
}
.footer__links:after {
	display: inline-block;
	content: '© 2018 Ubiquiti Networks, Inc. All rights reserved.';
	vertical-align: middle;
	font-weight: 300;
	font-size: 14px;
	color: #595e65;
	float: right;
	font-size: 12px;
	line-height: 20px;
}
.footer__links ul, .footer__links ul, .footer__links li {
	display: inline-block;
	vertical-align: middle;
}
.footer__links li {
	margin-right: 10px;
}
.footer__links li a {
	display: block;
	font-size: 12px;
	color: #595e65;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none;
}









.article-notice-box {
	background-color: #eaf6fc;
	border: 1px solid #73C8E9;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0.83em;
	padding-left: 65px;
	position: relative;
	min-height: 55px;
}
.article-notice-box .node--icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	bottom: 0;
	padding-top: 10px;
	text-align: center;
	background-color: #00a0df;
}
.article-notice-box .node--icon img {
	max-width: 25px;
}


.article-notice-box.box--blue {
	background-color: #eaf6fc;
	border: 1px solid #73C8E9;
}
.article-notice-box.box--blue .node--icon {
	background-color: #00a0df;
}
.article-notice-box.box--blue .node--icon img {
	max-width: 25px;
}

.article-notice-box.box--yellow {
	background-color: #FCF6E0;
	border: 1px solid #FAD556;
}
.article-notice-box.box--yellow .node--icon {
	background-color: #FFCA1B;
}
.article-notice-box.box--yellow .node--icon img {
	max-width: 25px;
}

.article-notice-box.box--gray {
	background-color: #f2efef;
	border: 1px solid #BCBCBC;
}
.article-notice-box.box--gray .node--icon {
	background-color: #000000;
}
.article-notice-box.box--gray .node--icon img {
	max-width: 25px;
}

.article-notice-box.box--orange {
	background-color: #FFEFD8;
	border: 1px solid #FEA628;
}
.article-notice-box.box--orange .node--icon {
	background-color: #FF7B24;
}
.article-notice-box.box--orange .node--icon img {
	max-width: 18px;
}


.article-notice-box.box--green {
	background-color: #DFFDE4;
	border: 1px solid #8dc641;
}
.article-notice-box.box--green .node--icon {
	background-color: #8dc641;
}
.article-notice-box.box--green .node--icon img {
	max-width: 18px;
}

.article-notice-box.box--red {
	background-color: #FFEAEB;
	border: 1px solid #F06971;
}
.article-notice-box.box--red .node--icon {
	background-color: #E73D47;
}
.article-notice-box.box--red .node--icon img {
	max-width: 20px;
}



.article-notice-box.box--bluegray {
	background-color: #F2EFEF;
	border: 1px solid #DDDDDD;
}
.article-notice-box.box--bluegray .node--icon {
	background-color: #00a0df;
}
.article-notice-box.box--bluegray .node--icon img {
	max-width: 20px;
}




.image-viewer--enabled {
	cursor: pointer;
	transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
}
.image-viewer--enabled:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
body.image-viewer--active {
	overflow: hidden;
}

.image-viewer {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	background-color: rgba(243, 243, 243, 0.95);
	text-align: center;
	overflow-y: auto;
	transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
	opacity: 0;
	visibility: hidden;
}
.image-viewer.image-viewer--visible {
	opacity: 1;
	visibility: visible;
}
.image-viewer .image-viewer-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	transition: 0.6s ease all;
	-moz-transition: 0.6s ease all;
	-webkit-transition: 0.6s ease all;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, -40px, 0px);
}
.image-viewer .image-viewer-table.image-viewer-table--visible {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
}
.image-viewer .image-viewer-row {
	display: table-row;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}
.image-viewer .image-viewer-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 10;
}
.image-viewer .image-viewer-cell img {
	max-width: 100%;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
}
.image-viewer .image-viewer-close {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 999999;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJkb3dubG9hZCIgZmlsbD0iIzc3Nzc3NyIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjE0IDEuNCAxMi42IDAgNyA1LjYgMS40IDAgMCAxLjQgNS42IDcgMCAxMi42IDEuNCAxNCA3IDguNCAxMi42IDE0IDE0IDEyLjYgOC40IDciPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.image-viewer-download {
	cursor: pointer;
	position: absolute;
	left: 15px;
	top: 13px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #222222;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 50%;
	z-index: 999999;
	background-size: 10px auto;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTAxcHgiIGhlaWdodD0iMTQycHgiIHZpZXdCb3g9IjAgMCAxMDEgMTQyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4yICg0NzMyNykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZG93bmxvYWQtKDEpIiBmaWxsPSIjMjIyMjIyIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMTAwLjY3NCwxMjUuMTM4IEwwLjc5MywxMjUuMTM4IEwwLjc5MywxNDEuNzMyIEwxMDAuNjc0LDE0MS43MzIgTDEwMC42NzQsMTI1LjEzOCBaIE05OS4wMTksNTguNzc2IEM5Ni40NTgsNTYuMjE0IDkyLjMwMyw1Ni4yMTQgODkuNzQ0LDU4Ljc3NiBMNTcuMjEsOTEuMzEyIEw1Ny4yMSw2LjU2MiBDNTcuMjEsMi45MzYgNTQuMjY5LDAgNTAuNjQ4LDAgQzQ3LjAyNCwwIDQ0LjA4OCwyLjkzNyA0NC4wODgsNi41NjMgTDQ0LjA4OCw5MS4zMTMgTDExLjk5Miw1OS4yMTggQzkuNDMsNTYuNjU0IDUuMjc3LDU2LjY1NCAyLjcxNSw1OS4yMTggQzAuMTUsNjEuNzggMC4xNSw2NS45MzQgMi43MTUsNjguNDk3IEw0Ni4wMDksMTExLjc5IEM0Ni4xNTksMTExLjk0NCA0Ni4zMjMsMTEyLjA4OSA0Ni40OSwxMTIuMjI4IEM0Ni41NjYsMTEyLjI5IDQ2LjY0NSwxMTIuMzQxIDQ2LjcyNCwxMTIuNDA0IEM0Ni44MTgsMTEyLjQ2OSA0Ni45MSwxMTIuNTQ2IDQ3LjAwMywxMTIuNjEgQzQ3LjEsMTEyLjY3MyA0Ny4xOTUsMTEyLjcyNCA0Ny4yODksMTEyLjc4NCBDNDcuMzc3LDExMi44MzggNDcuNDYzLDExMi44ODkgNDcuNTU0LDExMi45MzcgQzQ3LjY1NCwxMTIuOTkzIDQ3Ljc1MywxMTMuMDM3IDQ3Ljg1MiwxMTMuMDg0IEM0Ny45NDksMTEzLjEyOSA0OC4wNDIsMTEzLjE3NSA0OC4xMzUsMTEzLjIxNiBDNDguMjMzLDExMy4yNTYgNDguMzMxLDExMy4yODggNDguNDMsMTEzLjMyMSBDNDguNTM0LDExMy4zNTkgNDguNjM3LDExMy4zOTkgNDguNzQyLDExMy40MyBDNDguODQzLDExMy40NiA0OC45MzksMTEzLjQ4MiA0OS4wMzksMTEzLjUwNyBDNDkuMTQ3LDExMy41MyA0OS4yNTMsMTEzLjU2NSA0OS4zNjMsMTEzLjU4NSBDNDkuNDc4LDExMy42MDYgNDkuNTk0LDExMy42MTggNDkuNzA5LDExMy42MzkgQzQ5LjgwNiwxMTMuNjU0IDQ5LjkwMSwxMTMuNjcxIDQ5Ljk5OCwxMTMuNjgxIEM1MC40MjgsMTEzLjcyMyA1MC44NjMsMTEzLjcyMyA1MS4yOTMsMTEzLjY4MSBDNTEuMzkzLDExMy42NzEgNTEuNDg0LDExMy42NTQgNTEuNTgyLDExMy42MzkgQzUxLjY5NiwxMTMuNjE4IDUxLjgxNSwxMTMuNjEgNTEuOTI2LDExMy41ODUgQzUyLjAzNSwxMTMuNTY0IDUyLjE0MywxMTMuNTMgNTIuMjUsMTEzLjUwNyBDNTIuMzUyLDExMy40ODIgNTIuNDQ5LDExMy40NiA1Mi41NDksMTEzLjQzIEM1Mi42NTQsMTEzLjM5OSA1Mi43NTYsMTEzLjM1OSA1Mi44NjEsMTEzLjMyMSBDNTIuOTYzLDExMy4yOTEgNTMuMDU2LDExMy4yNTkgNTMuMTU2LDExMy4yMTYgQzUzLjI1MiwxMTMuMTc1IDUzLjM0NywxMTMuMTI5IDUzLjQzOSwxMTMuMDg0IEM1My41MzksMTEzLjAzNiA1My42MzgsMTEyLjk5MiA1My43MzYsMTEyLjkzNyBDNTMuODI3LDExMi44ODkgNTMuOTEzLDExMi44MzMgNTQsMTEyLjc4NCBDNTQuMDk4LDExMi43MjQgNTQuMTkzLDExMi42NzQgNTQuMjg3LDExMi42MSBDNTQuMzgzLDExMi41NDYgNTQuNDc2LDExMi40NjkgNTQuNTY4LDExMi40MDQgQzU0LjY0NCwxMTIuMzQyIDU0LjcyNCwxMTIuMjkxIDU0LjgwMSwxMTIuMjI4IEM1NS4wNSwxMTIuMDI0IDU1LjI4LDExMS43OTEgNTUuNDk1LDExMS41NTggQzU1LjU3MSwxMTEuNDkxIDU1LjY0OSwxMTEuNDI3IDU1LjcyNCwxMTEuMzU1IEw5OS4wMTgsNjguMDU5IEMxMDEuNTgxLDY1LjQ5MSAxMDEuNTgxLDYxLjMzNyA5OS4wMTksNTguNzc2IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
}



.category__header#hc-cat-360000004:before {
	background: url("//theme.zdassets.com/theme_assets/77613/21843f811ef33a83f1feb26dc7f3d4381f2e8fb7.png") no-repeat;
	background-size: 100% auto;
	width: 90px;
	height: 64px;
	top: -20px;
	position: relative;
}


.home__top-page .inner-block {
	max-width: 1070px;
}



.article-body ul ul, .article-body ol ol, .article-body ol ul, .article-body ul ol {
    margin-bottom: 0px;
    display: block !important;
}




.faq-table {

}
.faq-table .faq--header {
 cursor: pointer;
	position: relative;
	padding-left: 35px !important;
}
.faq-table .faq--header:before {
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	display: block;
	content: ' ';
	background-repeat: no-repeat;
 background-size: 12px auto;
 background-position: 50% 50%;
 position: absolute;
 left: 5px;
 top: 11px;
 bottom: 0;
 width: 30px;
 height: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjUgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5kb3dubG9hZDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJkb3dubG9hZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuNTAwMDAwLCA4LjAwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMTIuNTAwMDAwLCAtOC4wMDAwMDApICIgZmlsbD0iIzAwQjBFNSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTE0LjIyMSwxLjIwNiBMMjMuODA2LDEwLjc5MSBDMjQuNjg1LDExLjY3IDI0LjY4NSwxMy4xMDggMjMuODA2LDEzLjk4NiBMMjMuMDA2LDE0Ljc4NyBDMjIuMTI5LDE1LjY2NSAyMC42OSwxNS42NjUgMTkuODEyLDE0Ljc4NyBMMTIuNDk3LDcuNDcyIEw1LjE4MiwxNC43ODcgQzQuMzA0LDE1LjY2NSAyLjg2NSwxNS42NjUgMS45ODgsMTQuNzg3IEwxLjE4OCwxMy45ODYgQzAuMzA5LDEzLjEwOCAwLjMwOSwxMS42NyAxLjE4OCwxMC43OTEgTDEwLjc3NSwxLjIwNiBDMTEuMjQ2LDAuNzM0IDExLjg3OCwwLjUyNCAxMi40OTgsMC41NTkgQzEzLjExNSwwLjUyNCAxMy43NDgsMC43MzQgMTQuMjIxLDEuMjA2IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
}
.faq-table .faq--header:hover {
	color: #00a0df;
}
.faq-table .faq--header.active:before {
	transform: rotate(0deg);
}
.faq-table .faq--body {
	display: none;
}
.faq-table .faq--body.active {
	display: block;
}



.no-border, .no-border tr, .no-border td {
	border: none !important;
	background-color: transparent !important;
}



.copyable-code-tip {
	position: absolute;
	right: 2px;
	top: 12px;
	background-color: #ffffff;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
	font-weight: 600;
	z-index: 999999;
	cursor: pointer;
	border: 1px solid #dadada;
	opacity: 0;
}
.copyable-code-tip.active {
	opacity: 0;
}
.copyable-code-tip:hover,
.copyable-code-tip.active:hover {
	background-color: #fafafa;
}
.copyable-code-tip.copied {
	background-color: #C0F9CC;
	color: #439454;
}
.copyable-code-tip.copied:before {
	border-color: #C0F9CC transparent transparent transparent;
}
.pre-wrapper {
	margin-top: -12px;
}
.pre-wrapper pre.copyable {
	transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
	cursor: pointer !important;
}
.pre-wrapper:hover pre.copyable {
	background-color: #ffffff !important;
}
.pre-wrapper:hover .copyable-code-tip {
	opacity: 0.7 !important;
}
.pre-wrapper {
	position: relative;
	overflow: hidden;
}
.table-wrapper {
  
}
.table-wrapper-head {
	display: none;
}
.fixed-table-head-active ~ .table-wrapper-head {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	display: block;
}

 .article-body {
font-weight: normal;
}


.table-type--borderless {
	margin-bottom: 20px;
}
.table-type--borderless tr {

}
.table-type--borderless tr td {
	border: none;
	background-color: #fafafa;
	white-space: normal;
}
.table-type--borderless tr:nth-child(2n+2) td {
	background-color: transparent
}
.table-type--borderless tr th {
	background-color: #0079a8;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	white-space: normal;
}


.table-type--simple {
	margin-bottom: 20px;
}
.table-type--simple tr {

}
.table-type--simple tr td {
	background-color: transparent;
	white-space: normal;
}
.table-type--simple tr th {
	background-color: #00a0df;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	white-space: normal;
}


.support-options-all .support-hc-text,
.support-options-all .support-com,
.support-options-all .support-hc,
.support-options-all .support-com-button,
.support-options-all .support-com-text,
.support-options-all .support-hc-button,
.support-options-all .support-scope-text,
.support-options-all .support-contact {
  height: auto;
}
.support-options-all .support-scope-text {
  padding: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
}
.support-options-all .support-contact {
  clear: both;
}

.support-options-all .support-hc:after,
.support-options-all .support-com:after,
.show-contact-support:after {
    content: "";
    clear: both;
    display: table;
}
.support-options-all .support-hc-text,
.support-options-all .support-com-text {
	float: none;
  width: auto;
}
.support-options-all .support-hc-button,
.support-options-all .support-com-button,
.support-options-all .support-contact-button {
	padding-top: 0;
  float: none;
}
.support-options-all .support-contact-button {

  padding-left: 10px;
  padding-top: 10px;
}

.show-contact-support .contact-sales br {
  display: none;
}
.show-contact-support .contact-sales h2,
.show-contact-support .contact-rma h2,
.show-contact-support .contact-chat h2
{
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.show-contact-support .contact-sales,
.show-contact-support .contact-rma,
.show-contact-support .contact-chat
{
  height: auto;
  padding-bottom: 20px;
  padding: 20px;
  border-bottom: none;
}
.show-contact-support .contact-chat {
      border-bottom: 2px solid #efefef;
}


@media (max-width: 800px) {
  .show-contact-support .main-column
  {
		width: 60%;
  }
  .show-contact-support .contact-sales,
  .show-contact-support .contact-rma,
  .show-contact-support .contact-chat
  {
    width: 40%;
  }
}
@media (max-width: 560px) {
  .show-contact-support .main-column
  {
		width: auto;
    float: none;
    height: auto;
    margin-bottom: 20px;
  }
  .show-contact-support .contact-sales,
  .show-contact-support .contact-rma,
  .show-contact-support .contact-chat
  {
    width: auto;
    float: none;
  }
}

.article-subscribe {
  display: none !important;
}




.linkable {
	position: relative;
	display: inline-block;
}
.linkable .linkable-trigger:before {
	content: 'Click to Copy!';
	font-size: 12px;
	color: #8EC5CD;
	position: absolute;
	right: 100%;
	margin-right: 5px;
	top: 50%;
	margin-top: -11px;
	line-height: 20px;
	white-space: nowrap;
	display: none;
}
.linkable .linkable-trigger:hover:before {
  display: block;
}
.linkable.copied .linkable-trigger:before {
	content: 'Copied!';
	color: #9ED38D;
}
.linkable-trigger {
	position: absolute;
	background-image: url(https://help-center-assets.ubnt.com/icon-link-blue-15px.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 25px;
	height: 25px;
	top: 0;
	left: -50px;
	cursor: pointer;
	display: none;
}
.faq--header:hover .linkable .linkable-trigger {
	display: block;
}


.negative-followup-notice {
    font-size: 14px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  	opacity: 0;
  visibility: hidden;
  z-index: -9999999;
  transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
}
.negative-followup-notice.active {
   z-index: 999999999;
  opacity: 1;
  visibility: visible;
}
.negative-followup-notice-content {
  position: fixed;
    left: 50%;
    top: 30%;
    background-color: #ffffff;
    padding: 15px;
    width: 360px;
    height: 160px;
    margin-left: -180px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding-top: 26px;
  opacity: 0;
  visibility: hidden;
transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
  transform: translate3d(0px, 20px, 0px);
}
.negative-followup-notice-content.active {
   z-index: 999999999;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 640px) {
  .negative-followup-notice {
    display: none !important;
  }
  }
.negative-followup-notice .this-title {
      font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}
.negative-followup-notice .this-action {
 margin-bottom: 7px;
}
.negative-followup-notice .this-action a {
        border-radius: 3px;
    background-color: #00a0df;
    border: none;
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 800;
    padding-right: 20px;
}
.negative-followup-notice .this-action a:hover {
  background-color: #22C0FF;
}
.negative-followup-notice .this-cancel a  {
  font-size: 12px;
  font-weight: normal;
  color: #555555;
}

.negative-followup-notice .this-close-x {
  	display: block;
    cursor: pointer;
    position: absolute;
       right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
      background-size: 10px auto;
    z-index: 999999;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJkb3dubG9hZCIgZmlsbD0iIzc3Nzc3NyIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjE0IDEuNCAxMi42IDAgNyA1LjYgMS40IDAgMCAxLjQgNS42IDcgMCAxMi42IDEuNCAxNCA3IDguNCAxMi42IDE0IDE0IDEyLjYgOC40IDciPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.negative-followup-notice .this-close-x:hover {
  opacity: 0.5;
}

body > .notification.notification-notice {
      position: relative;
    top: 57px;
}

#request_description_hint {
  display: none !important;
}

.newsletter-success-pop-up {
  z-index: -9999 !important;
  visibility: hidden !important;
}
.newsletter-success-pop-up.active {
  z-index: 9999 !important;
  visibility: visible !important;
}


#hc-logo a:before {
 background-image: url(https://help-center-assets.ubnt.com/ubnt-logo-u.svg) !important;
}





	.hc-unifi-feature-matrix {
    border: 1px solid #F5F5F5;
    background-color: #ffffff;
    margin-bottom: 30px;
  }
  .hc-unifi-feature-matrix--header {
    padding: 10px;
    line-height: 1.4;
  }
  .hc-unifi-feature-matrix--header .this-trigger {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    height: 170px;
  }
  .hc-unifi-feature-matrix--header .this-trigger img {
    max-width: 110px;
  }
  @media (max-width: 640px) {
    .hc-unifi-feature-matrix--header .this-trigger {
      width: 50%;
    }
  }
  @media (max-width: 340px) {
    .hc-unifi-feature-matrix--header .this-trigger {
      width: 100%;
    }
  }
  .hc-unifi-feature-matrix--header .this-trigger .this-trigger-content {
    border: 1px solid transparent;
  }
  .hc-unifi-feature-matrix--header .this-trigger .this-trigger-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hc-unifi-feature-matrix--header .this-trigger.active .this-trigger-title, .hc-unifi-feature-matrix--header .this-trigger:hover .this-trigger-title {
      color: #00a0df;
  }
  .hc-unifi-feature-matrix--header .this-trigger.active .this-trigger-content {
    background-color: #fcfcfc;
    padding-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ECECEC;
  }
  .hc-unifi-feature-matrix--header .this-trigger .this-trigger-image {

  }
  .hc-unifi-feature-matrix--header .this-trigger .this-trigger-title {
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
  }


  .hc-unifi-feature-matrix--body {
    border-top: 1px solid #F5F5F5;
    padding: 20px;
    padding-bottom: 0;

  }
  .hc-unifi-feature-matrix--body-content {
    display: none;
    font-size: 13px;
  }
  .hc-unifi-feature-matrix--body-content.active {
    display: block;;
  }
  .hc-unifi-feature-matrix--body-content ul{
    padding-right: 0;
  }


@media (max-width: 860px) {
	.table-wrapper-head {
		display: none !important;
	}
  .table-wrapper {
    position: relative;
    overflow: hidden;
   	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table-wrapper-outer {
    position: relative;
    overflow: hidden;
  }
  /*
  .table-wrapper-outer:before {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 20px;
    background-color: #ffffff;
    content: ' ';
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  */
  .table-wrapper table {
    position: relative;
  }
  .table-wrapper table, .article-body table {
    width: auto !important;
  }
}