/* -- Color -------------------------------------------------- */
/* /  Color -------------------------------------------------- */
/* -- Fonts -------------------------------------------------- */
.roboto {
  font-family: 'roboto', helvetica, sans-serif;
}
/* /  Fonts -------------------------------------------------- */
/* -- Global -------------------------------------------------- */
.trans {
  transition: all 0.15s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
table,
td,
th,
ul,
li {
  font-family: 'roboto', helvetica, sans-serif;
}
h1 {
  color: #646369;
  font-weight: normal;
  font-size: 25px;
}
main p {
  line-height: 1.5em;
}
/* .btn,
button,
[role=button],
[type=button],
form footer [type="submit"],
.comment-form-controls input[type=submit] {
  background: #3b5378;
  color: #fff;
  text-align: left;
  min-width: 60px;
  border: 1px solid transparent;
} */
a.btn {
  background: #3b5378;
  line-height: 1em;
  border: 1px solid transparent;
}
.comment-form-controls input[type=submit] {
  padding: 12px 16px 12px 16px;
}
.post-status > span{
  padding: 2px 5px;
}
/* /  Global -------------------------------------------------- */
/* -- Container -------------------------------------------------- */
/* @media screen and (max-width: 1280px) {
  .inner-wrap {
    max-width: 90%;
  }
} */
/* /  Container -------------------------------------------------- */
/* -- Header -------------------------------------------------- */
/* .header {
  height: 115px;
} */
.header .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .logo {
  padding-top: 0px;
}
/* .header .logo h1 {
  color: #646369;
  font-size: 20px;
  font-weight: normal;
  padding-top: 13px;
  padding-left: 3px;
} */
.header nav.main-nav {
  float: right;
  width: auto;
  padding-top: 0px;
}
.header div.dropdown .dropdown-toggle {
  background: none;
  color: #646369;
  border: 0px none;
  box-shadow: none;
}
/* /  Header -------------------------------------------------- */
/* -- Hero box -------------------------------------------------- */
.search-hero-container {
  padding-top: 20px;
  padding-bottom: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e4065+0,258c11+69,8dc323+100 */
  background: #2e4065;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2e4065 0%, #258c11 69%, #8dc323 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2e4065 0%, #258c11 69%, #8dc323 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2e4065 0%, #258c11 69%, #8dc323 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e4065', endColorstr='#8dc323', GradientType=1);
  /* IE6-9 */
  max-width: 100%;
}
.search-hero-container .hero-unit {
  max-width: 1170px;
  margin: 0 auto;
}
.search-hero-container .hero-unit h2 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  padding-bottom: 60px;
}
#select-product {
  background: #ff9e14;
  color: #fff;
  border: 0px none;
  border-radius: 4px;
  min-width: 220px;
}
#select-product .dd-select {
  border: 0px none;
  border-radius: 4px;
}
#select-product .dd-select a {
  color: #fff;
}
#select-product .dd-select .dd-pointer {
  border-top-color: #fff;
}
.search {
  position: relative;
}
section.hero-unit.search-box {
  border: 0px none;
}
section.hero-unit.search-box form input#query {
  border-radius: 4px;
  border: 0px none;
  color: #646369;
  padding-right: 60px;
}
.kb .hero-unit.search-box form {
  width: 80%;
}
form.search input[type=submit] {
  margin: 0px;
  position: absolute;
  right: 0px;
  width: 50px;
  height: 100%;
  border-radius: 0px 4px 4px 0px;
  background: url(//p14.zdassets.com/hc/theme_assets/779795/200201038/icon-search.svg) no-repeat center center #ff9e14;
  background-size: 57%;
  top: 0px;
}
.sub-search {
  background: #fff;
  max-width: 75%;
}
.sub-search form.search input#query {
  background: #fff;
  font-size: 22px;
  color: #646369;
  border-radius: 6px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0px;
}
/* /  Hero box -------------------------------------------------- */
/* -- homepage -------------------------------------------------- */
.train-more-container {
  background: #e9e9e9;
  max-width: 100%;
  margin-bottom: 40px;
}
.train-more-container .train-more {
  max-width: 1170px;
  margin: 0 auto;
}
section.knowledge-base.train-more ul.table-3 > li {
  width: 21.8%;
  margin-right: 4%;
}
section.knowledge-base.train-more ul.table-3 > li:last-of-type {
  margin-right: 0px;
}
section.knowledge-base.train-more ul.table-3 > li div {
  padding: 25px;
  width: 100%;
}
section.knowledge-base.train-more ul.table-3 > li div h3 {
  color: #646369;
  font-weight: normal;
  font-size: 25px;
}
section.knowledge-base.train-more ul.table-3 > li div img {
  max-width: 103px;
  height: auto;
}
section.knowledge-base.train-more ul.table-3 > li div ul {
  margin-top: 5px;
}
section.knowledge-base.train-more ul.table-3 > li div ul li {
  display: block;
  text-align: center;
}
section.knowledge-base.train-more ul.table-3 > li div ul li a {
  border-top: 1px solid #dad8d6;
  display: block;
  color: #ff9e14;
  font-size: 17px;
  padding: 6px 0px;
}
.homepage-sections {
  display: flex;
  justify-content: space-between;
}
.homepage-sections section {
  max-width: 46%;
  width: 100%;
}
.homepage-sections h3 {
  color: #646369;
  font-size: 25px;
  text-transform: none;
  font-family: 'roboto', helvetica, sans-serif;
}
.homepage-sections #community .recent-activity {
  width: 100%;
  background: none;
  padding: 0px;
}
.homepage-sections #community .recent-activity-header {
  display: none;
}
.homepage-sections #community .recent-activity-item-parent {
  display: inline-block;
}
.homepage-sections #community .recent-activity-item-link {
  display: inline-block;
  margin-left: 0px;
}
.homepage-sections #community .recent-activity-item-link:before {
  content: '|';
  padding-right: 10px;
}
.homepage-sections #community .recent-activity-item-meta {
  font-size: 17px;
  padding-bottom: 10px;
}
.homepage-sections #community .recent-activity-controls {
  display: none !important;
}
.more-link {
  display: block;
  text-transform: uppercase;
  color: #dad8d6;
  font-size: 14px;
}
/* /  homepage -------------------------------------------------- */
/* -- UI Tabs -------------------------------------------------- */
body .ui-tabs,
body .tabs {
  border: 0px none;
}
body .ui-tabs .ui-tabs-panel,
body .tabs .ui-tabs-panel,
body .ui-tabs .tabs-panel,
body .tabs .tabs-panel {
  border: 0px none;
  transition: all 0.15s ease-in-out;
  font-size: 17px;
}
body .ui-tabs .ui-tabs-panel .more-link,
body .tabs .ui-tabs-panel .more-link,
body .ui-tabs .tabs-panel .more-link,
body .tabs .tabs-panel .more-link {
  display: block;
  text-transform: uppercase;
  color: #646369;
  font-size: 14px;
}
body .ui-tabs .ui-tabs-panel .more-link:hover,
body .tabs .ui-tabs-panel .more-link:hover,
body .ui-tabs .tabs-panel .more-link:hover,
body .tabs .tabs-panel .more-link:hover {
  color: #ff9e14;
  padding-bottom: 10px;
}
body .ui-tabs .ui-tabs-panel ul,
body .tabs .ui-tabs-panel ul,
body .ui-tabs .tabs-panel ul,
body .tabs .tabs-panel ul {
  list-style: none;
  font-size: 17px;
  padding-top: 20px;
}
/* body .ui-tabs .ui-tabs-panel ul li,
body .tabs .ui-tabs-panel ul li,
body .ui-tabs .tabs-panel ul li,
body .tabs .tabs-panel ul li {
  border-bottom: 1px dotted #646369;
  margin-bottom: 10px;
  line-height: 1.5em;
} */
body .ui-tabs .ui-tabs-panel ul li p,
body .tabs .ui-tabs-panel ul li p,
body .ui-tabs .tabs-panel ul li p,
body .tabs .tabs-panel ul li p {
  color: #646369;
  margin-top: 0px;
}
body .ui-tabs .ui-tabs-panel ul li span,
body .tabs .ui-tabs-panel ul li span,
body .ui-tabs .tabs-panel ul li span,
body .tabs .tabs-panel ul li span {
  color: #dad8d6;
}
/* body .ui-tabs .ui-tabs-panel ul li a,
body .tabs .ui-tabs-panel ul li a,
body .ui-tabs .tabs-panel ul li a,
body .tabs .tabs-panel ul li a {
  font-size: 17px;
}
body .ui-tabs .ui-tabs-panel a,
body .tabs .ui-tabs-panel a,
body .ui-tabs .tabs-panel a,
body .tabs .tabs-panel a {
  color: #ff9e14;
} */
body .ui-tabs .ui-tabs-nav,
body .tabs .ui-tabs-nav,
body .ui-tabs .tabs-nav,
body .tabs .tabs-nav {
  display: flex;
  border-top: 0px none;
  border-right: 0px none;
  border-left: 0px none;
  background: none;
}
body .ui-tabs .ui-tabs-nav .ui-state-default,
body .tabs .ui-tabs-nav .ui-state-default,
body .ui-tabs .tabs-nav .ui-state-default,
body .tabs .tabs-nav .ui-state-default,
body .ui-tabs .ui-tabs-nav .ui-tabs-panel .ui-state-default,
body .tabs .ui-tabs-nav .ui-tabs-panel .ui-state-default,
body .ui-tabs .tabs-nav .ui-tabs-panel .ui-state-default,
body .tabs .tabs-nav .ui-tabs-panel .ui-state-default,
body .ui-tabs .ui-tabs-nav .tabs-panel .ui-state-default,
body .tabs .ui-tabs-nav .tabs-panel .ui-state-default,
body .ui-tabs .tabs-nav .tabs-panel .ui-state-default,
body .tabs .tabs-nav .tabs-panel .ui-state-default,
body .ui-tabs .ui-tabs-nav .ui-widget-header .ui-state-default,
body .tabs .ui-tabs-nav .ui-widget-header .ui-state-default,
body .ui-tabs .tabs-nav .ui-widget-header .ui-state-default,
body .tabs .tabs-nav .ui-widget-header .ui-state-default {
  font-family: 'roboto', helvetica, sans-serif;
  border: 0px none;
  background: #dad8d6;
  padding: 5px 20px;
  margin-right: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.15s ease-in-out;
}
body .ui-tabs .ui-tabs-nav .ui-state-default.ui-tabs-active,
body .tabs .ui-tabs-nav .ui-state-default.ui-tabs-active,
body .ui-tabs .tabs-nav .ui-state-default.ui-tabs-active,
body .tabs .tabs-nav .ui-state-default.ui-tabs-active,
body .ui-tabs .ui-tabs-nav .ui-tabs-panel .ui-state-default.ui-tabs-active,
body .tabs .ui-tabs-nav .ui-tabs-panel .ui-state-default.ui-tabs-active,
body .ui-tabs .tabs-nav .ui-tabs-panel .ui-state-default.ui-tabs-active,
body .tabs .tabs-nav .ui-tabs-panel .ui-state-default.ui-tabs-active,
body .ui-tabs .ui-tabs-nav .tabs-panel .ui-state-default.ui-tabs-active,
body .tabs .ui-tabs-nav .tabs-panel .ui-state-default.ui-tabs-active,
body .ui-tabs .tabs-nav .tabs-panel .ui-state-default.ui-tabs-active,
body .tabs .tabs-nav .tabs-panel .ui-state-default.ui-tabs-active,
body .ui-tabs .ui-tabs-nav .ui-widget-header .ui-state-default.ui-tabs-active,
body .tabs .ui-tabs-nav .ui-widget-header .ui-state-default.ui-tabs-active,
body .ui-tabs .tabs-nav .ui-widget-header .ui-state-default.ui-tabs-active,
body .tabs .tabs-nav .ui-widget-header .ui-state-default.ui-tabs-active {
  background: #ff9e14 !important;
}
body .ui-tabs .ui-tabs-nav .ui-state-default a,
body .tabs .ui-tabs-nav .ui-state-default a,
body .ui-tabs .tabs-nav .ui-state-default a,
body .tabs .tabs-nav .ui-state-default a,
body .ui-tabs .ui-tabs-nav .ui-tabs-panel .ui-state-default a,
body .tabs .ui-tabs-nav .ui-tabs-panel .ui-state-default a,
body .ui-tabs .tabs-nav .ui-tabs-panel .ui-state-default a,
body .tabs .tabs-nav .ui-tabs-panel .ui-state-default a,
body .ui-tabs .ui-tabs-nav .tabs-panel .ui-state-default a,
body .tabs .ui-tabs-nav .tabs-panel .ui-state-default a,
body .ui-tabs .tabs-nav .tabs-panel .ui-state-default a,
body .tabs .tabs-nav .tabs-panel .ui-state-default a,
body .ui-tabs .ui-tabs-nav .ui-widget-header .ui-state-default a,
body .tabs .ui-tabs-nav .ui-widget-header .ui-state-default a,
body .ui-tabs .tabs-nav .ui-widget-header .ui-state-default a,
body .tabs .tabs-nav .ui-widget-header .ui-state-default a {
  color: #fff;
  border: 0px none;
  font-size: 17px;
}
#announcements ul li a:before {
  content: '\2605';
  padding-right: 10px;
}
/* -- Section -------------------------------------------------- */
section.whats-up {
  border: 0px none;
}
section.whats-up ul.table-3 {
  display: flex;
  justify-content: space-between;
}
section.whats-up ul.table-3 > li {
  min-width: 0px;
  width: 23%;
}
section.whats-up ul.table-3 > li div {
  border: 1px solid #dad8d6;
  width: auto;
  min-width: 0px;
}
section.whats-up ul.table-3 > li div h3.title-icon {
  background: none;
  padding-top: 75px;
  font-weight: bold;
  color: #646369;
}
section.whats-up ul.table-3 > li div > div {
  min-width: 0px;
  background: none;
  border: 0px none;
  border-top: 1px dotted #646369;
  margin-right: 15px;
  margin-left: 15px;
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
  min-height: auto;
}
section.whats-up ul.table-3 > li div > div li {
  text-align: center;
}
section.whats-up ul.table-3 > li div > div li a {
  color: #ff9e14;
  font-size: 16px !important;
  text-align: center !important;
  padding-bottom: 10px !important;
  line-height: 1.25em !important;
  display: block;
}
section.whats-up ul.table-3 > li div > div li a:hover {
  color: #646369;
}
/* /  Section -------------------------------------------------- */
body .category-sections {
  padding-left: 20px;
}
body .category-sections h4 {
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: none;
  font-size: 17px;
}
body .category-sections #tabs {
  display: flex;
}
body .category-sections .ui-tabs-nav,
body .category-sections .tabs-nav {
  display: block;
  width: 30%;
  border: 0px none;
  border-top: 1px solid #dad8d6;
  padding-top: 10px;
  background: none;
}
body .category-sections .ui-tabs-nav li,
body .category-sections .tabs-nav li {
  padding: 5px 0px;
}
body .category-sections .ui-tabs-nav li,
body .category-sections .tabs-nav li,
body .category-sections .ui-tabs-nav a,
body .category-sections .tabs-nav a {
  list-style: none;
  color: #646369;
  font-size: 17px;
}
/* body .category-sections .ui-tabs-nav li span,
body .category-sections .tabs-nav li span,
body .category-sections .ui-tabs-nav a span,
body .category-sections .tabs-nav a span {
  display: none;
} */
body .category-sections .ui-tabs-panel,
body .category-sections .tabs-panel {
  display: none;
  margin-top: -33px;
  border-left: 1px dotted #646369;
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 60px;
  width: 100%;
}
/* body .category-sections .ui-tabs-panel:first-of-type,
body .category-sections .tabs-panel:first-of-type {
  display: block;
} */
body .category-sections .ui-tabs-panel h3,
body .category-sections .tabs-panel h3 {
  padding-top: 0px;
  color: #646369;
  font-size: 25px;
  text-transform: none;
}
body .category-sections .ui-tabs-panel .category-description,
body .category-sections .tabs-panel .category-description {
  color: #646369;
}
body .category-sections .ui-tabs-panel ul,
body .category-sections .tabs-panel ul {
  padding-top: 20px;
}
/* body .category-sections .ui-tabs-panel ul li,
body .category-sections .tabs-panel ul li {
  border-bottom: 0px none;
  list-style: none;
} */
/* body .category-sections .ui-tabs-panel ul li a,
body .category-sections .tabs-panel ul li a {
  font-size: 17px;
  color: #ff9e14;
  display: block;
  border-bottom: 0px none;
} */
body .category-sections .ui-tabs .ui-tabs-nav .ui-state-default,
body .category-sections .ui-tabs .tabs-nav .ui-state-default {
  background: none !important;
  padding: 5px 0px;
}
body .category-sections .ui-tabs .ui-tabs-nav .ui-state-default.ui-tabs-active,
body .category-sections .ui-tabs .tabs-nav .ui-state-default.ui-tabs-active {
  background: none !important;
  font-weight: bold;
}
body .category-sections .ui-tabs .ui-tabs-nav .ui-state-default a,
body .category-sections .ui-tabs .tabs-nav .ui-state-default a {
  color: #646369;
}
/* -- temp -------------------------------------------------- */
.category-sections .section-tree {
  display: none;
}
.section-area {
  border-top: 1px solid #646369;
}
.section-area ul li {
  list-style: none;
}
.section-area ul li.article-promoted {
  margin-left: -12px;
}
.section-area ul li.article-promoted span[data-title="Promoted article"] {
  float: left;
  margin-top: 5px;
  margin-left: -15px;
  padding-left: 5px;
  margin-right: 10px;
}
.section-area ul li a {
  font-size: 16px;
  display: block;
  padding: 5px 5px 10px 2px;
}
/* /  temp -------------------------------------------------- */
/* -- Article -------------------------------------------------- */
.article-container {
  display: flex;
}
.article-container .article {
  border-left: 1px dotted #646369;
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 60px;
  width: 100%;
}
.article-container .article h1 {
  font-size: 25px;
  color: #646369;
  font-weight: normal;
  line-height: 1.2em;
  padding-top: 0px;
}
.article-container .article-updated {
  font-size: 16px;
  color: #dad8d6;
  padding-bottom: 15px;
}
.article-container .article-content .article-body {
  font-size: 16px;
  color: #646369;
}
.article-container .article-content .article-body .wysiwyg-font-size-large {
  color: #ff9e14;
  font-size: 17px;
}

.article-container .article-content .article-body ul,
.article-container .article-content .article-body ol {
  list-style-position: outside;
  margin-left: 45px;
}
.article-container .article-content .article-body ul li,
.article-container .article-content .article-body ol li {
  padding-bottom: 10px;
}
.article-container .article-content .article-body ul ul,
.article-container .article-content .article-body ol ul,
.article-container .article-content .article-body ul ol,
.article-container .article-content .article-body ol ol {
  list-style-position: outside;
  margin-left: 20px;
  margin-top: 1em;
}
.article-container .article-sidebar {
  width: 40%;
}
.article-container .article-sidebar h4 {
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid #dad8d6;
  margin-bottom: 10px;
}
.section-articles ul li {
  list-style: none;
}
.section-articles ul li a {
  font-size: 16px;
  color: #646369;
  display: block;
  padding: 5px 0px;
}
.section-articles ul li a.current-article {
  font-weight: bold;
}
/* /  Article -------------------------------------------------- */
/* -- Breadcrumbs -------------------------------------------------- */
.breadcrumbs {
  color: #646369;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #646369;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
/* /  Breadcrumbs -------------------------------------------------- */
/* /  UI Tabs -------------------------------------------------- */
/* -- Forms -------------------------------------------------- */
textarea {
  border: 1px solid #dad8d6;
  border-radius: 6px;
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
}
body .form-field label {
  color: #ff9e14;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
body .form-field .request_priority {
  max-width: 400px;
}
body .form-field p {
  color: #646369;
  font-size: 16px;
}
body .form-field input[type="text"],
body .form-field textarea,
body .form-field select,
body .form-field .nesty-input,
body .form-field #upload-dropzone {
  border: 1px solid #dad8d6;
  border-radius: 6px;
  font-size: 18px;
  color: #646369;
  font-weight: normal;
  max-width: 400px;
}
body .form-field input[type="text"] span,
body .form-field textarea span,
body .form-field select span,
body .form-field .nesty-input span,
body .form-field #upload-dropzone span {
  color: #dad8d6;
  font-size: 18px;
}
body .form-field input[type="text"] span a,
body .form-field textarea span a,
body .form-field select span a,
body .form-field .nesty-input span a,
body .form-field #upload-dropzone span a {
  color: #dad8d6;
  font-weight: normal;
  font-size: 18px;
}
body .form-field #request_subject,
body .form-field #request_description,
body .form-field #upload-dropzone {
  max-width: 600px;
}
body .form-field .nesty-input:after {
  border-top-color: #ff9e14;
}
form footer [type="submit"] {
  float: left;
  text-align: center;
  font-family: 'roboto', helvetica, sans-serif;
}
#select-product.new-request {
  clear: both;
  float: none;
}
.request_ticket_form_id {
  margin-top: 15px;
  clear: both;
}
body .form-field label[for="request_ticket_form_id"] {
  padding-bottom: 15px;
}
body .form-field select.callback-time {
  color: #646369;
}
/* /  Forms -------------------------------------------------- */
/* -- Community -------------------------------------------------- */
.community-post-list .topic-header {
  display: none;
}
.community-post-list .post-overview-count {
  background: none;
  color: #646369;
  font-size: 16px;
}
.community-post-list .post-overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.community-post-list .post-overview-info {
  max-width: 100%;
  width: 100%;
}
.community-post-list .post-overview-info a {
  font-size: 17px;
}
.community-post-list .post-overview-count {
  width: 100%;
  text-align: right;
}
.pagination-custom a {
  font-size: 14px;
}
/* -- Request page -------------------------------------------------- */
.request-search-custom{
  float: right;
}
.request-table-filters.search-custom{
  padding: 0px;
  background: none;
}
.request-table-filters.search-custom{
  padding: 0px;
  background: none;
  margin: 0px;
}
.request-table-filters.search-custom::after{
  display: none;
}
.request-search-custom.search-custom #custom-search{
  width: 100%;
  margin-right: 15px;
  padding: 10px;

}
.request-search-custom #custom-search{
  padding: 10px;
  width: 100%;
  color: #65656a;
}
.request-search-custom input[name="search-submit"]{
  float: none;
  height: 41px;
}
.request-table-filters select.request-filter {
  opacity: 0;
}
.request-table-filters select.request-filter.selected {
  opacity: 1;
}
.request-table-filters .request-filter:focus,
.request-table-filters .request-filter:active {
  background: #8a8a8b;
  opacity: 1;
}
.request-table-filters .request-filter.selected option,
.request-table-filters .request-filter.selected {
  background: #8a8a8b !important;
}
.request-page {
  padding-left: 30px;
}
.request-page .ticket-status {
  color: #646369;
  float: left;
  font-size: 18px;
}
.request-page .ticket-status span {
  font-weight: bold;
  color: #3b5378;
  padding-right: 10px;
}
.request-page .request-header h1 {
  display: flex;
  align-items: center;
}
.request-page .request-header h1 .request-status {
  margin-left: 20px;
}
.request-page .request-header .request-status {
  color: #fff;
  text-align: left;
  min-width: 136px;
  padding: 12px 16px 12px 16px;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1em;
  margin-right: 15px;
  border: 1px solid transparent;
}
.request-page .request-details h4 {
  text-transform: none;
  font-weight: normal;
  font-size: 25px;
  padding-bottom: 20px;
  line-height: 1em;
}
.request-page .request-details dt {
  font-weight: bold;
  color: #646369;
}
.request-page .request-details dd {
  font-weight: normal;
  color: #8a8a8b;
}
.request-page .main-column h4 {
  font-size: 25px;
  color: #646369;
  text-transform: none;
  font-weight: normal;
}
.request-page .comment-form {
  padding-top: 5px;
}
.request-page .comment-container {
  color: #646369;
  font-size: 18px;
}
.request-page .comment-container label b {
  color: #ff9e14;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 20px;
  display: block;
}
.request-page .comment-container .comment-published time,
.request-page .comment-container .comment-pending time,
.request-page .comment-container .comment-official time {
  color: #dad8d6;
  font-size: 18px;
}
.request-page .comment-container .controls-wrap {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.request-page .comment-container .controls-wrap #upload-dropzone {
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-page .comment-container .controls-wrap #upload-dropzone .upload-dropzone span {
  padding: 0px 10px;
}
.request-page .comment-container .controls-wrap .comment-form-controls {
  margin-top: 0px;
}
.request-page .comment-container .controls-wrap .comment-form-controls input[type=submit] {
  height: 40px;
}
/* /  Request page -------------------------------------------------- */
body .comment-list .comment {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #646369;
}
/* -- Request List page -------------------------------------------------- */
.my-activities-sub-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-activities-sub-nav-container .my-activities-sub-nav {
  margin: 0px;
  padding: 0px;
}
.my-activities-sub-nav-container a.new-case {
  margin: 0px;
}
.request-table th {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #3b5378;
  text-transform: none;
  border: 0px none;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.request-table th.head-subject,
.request-table th.head-product,
.request-table th.head-created {
  text-align: left;
}
.request-table th.head-id {
  padding: 0px;
  text-align: center;
}
.request-table th.last-column {
  text-align: right;
}
.request-table td {
  padding: 5px 20px;
  font-size: 16px;
  text-align: left;
  color: #646369;
}
.request-table td.request-id {
  padding: 0px;
  text-align: center;
}
.request-table td.request-center,
.request-table td.request-priority {
  text-align: center;
}
.request-table td.request-center .request-status,
.request-table td.request-priority .request-status {
  font-size: 16px;
  padding: 3px 10px;
  text-transform: capitalize;
  font-weight: normal;
}
.request-table td:last-of-type {
  text-align: right;
}
#request-table tbody tr:last-of-type td:last-of-type {
  display: none;
}
.cases h2 {
  color: #646369;
}
.cases header form.request-table-toolbar {
  padding-left: 0px;
  margin-left: 0px;
}
.request-table-filters {
  background: #8a8a8b;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 15px;
  min-width: 220px;
  position: relative;
  padding: 10px 15px 10px 15px;
}
.request-table-filters:after {
  content: '';
  border: solid 6px transparent;
  border-top: solid 6px #fff;
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
.request-table-filters select {
  border: 0px none;
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
  -webkit-appearance: none;
  background: none;
}
.request-table-filters select.selected {
  background: #8a8a8b;
}
/* /  Request List page -------------------------------------------------- */
/* -- Community landing -------------------------------------------------- */
.community-wrapper {
  padding-left: 30px;
}
.community-wrapper h1 {
  padding-bottom: 30px;
}
body .topics-logo ul {
  display: flex;
  justify-content: space-between;
}
body .topics-logo ul li {
  border: 1px solid #8a8a8b;
  list-style: none;
  padding: 0px;
  text-align: center;
  width: 230px;
}
body .topics-logo ul li a {
  display: block;
  height: 100%;
  padding: 30px;
  width: 100%;
}
body .topics-logo ul li h5 {
  font-size: 25px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 20px;
}
body .topics-logo ul li img {
  max-width: 115px;
  height: 70px;
  padding: 0px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  body .topics-logo ul li img {
    height: 105px;
  }
}

body .topics-logo ul li .meta-group span {
  font-size: 17px;
  display: block;
  color: #ff9e14;
  text-align: center;
  padding-bottom: 5px;
}
/* /  Community landing -------------------------------------------------- */
/* -- Topic Detail -------------------------------------------------- */
.community-topic-detail .page-header {
  border: 0px none;
  margin-bottom: 0px;
  margin-top: 60px;
  padding-bottom: 0px;
}
.topic-sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #8a8a8b;
}
.topic-subscribe.dropdown .dropdown-toggle {
  background: #dad8d6;
  color: #db5f13;
  font-size: 14px;
}
.topic-subscribe.dropdown .dropdown-toggle::after {
  color: #646369;
  border-color: #8a8a8b;
  line-height: 1em;
  font-family: 'roboto', helvetica, sans-serif;
}
.topic-header {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 0px;
}
.topic-header .topic-filters .dropdown {
  background: #8a8a8b;
  font-weight: normal;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  display: inline-block;
  padding: 5px;
}
.topic-header .topic-filters .dropdown .dropdown-toggle {
  border-radius: 0px 4px 4px 0px;
  padding: 0px 15px;
  color: #fff;
}
.topic-header .topic-filters .dropdown .dropdown-toggle::after {
  color: #fff;
}
.post-overview-count {
  background: #dad8d6;
  border-radius: 6px;
  color: #646369;
  text-transform: none;
  font-size: 18px;
}
.post-overview-count strong {
  color: #db5f13;
  font-size: 18px;
}
/* /  Topic Detail -------------------------------------------------- */
/* -- Post Detail -------------------------------------------------- */
.community-post-detail .page-header,
.community-post-detail .main-column {
  padding-left: 30px;
}
.community-post-detail .page-header {
  margin-bottom: 0px;
  border: 0px none;
  min-height: 0px;
}
.community-post-detail .comment-heading {
  font-weight: normal;
  text-transform: none;
  font-size: 25px;
  margin-bottom: 15px;
}
.community_comment_official{
  font-size: 13px;
}
.community-post-detail .post-header h1 {
  color: #ff9e14;
}
.community-post-detail .post-container {
  font-size: 18px;
}
.community-post-detail .post-container .post-author {
  color: #3b5378;
  padding-bottom: 5px;
}
.community-post-detail .post-container .meta {
  color: #8a8a8b;
}
.comment-container {
  color: #646369;
  font-size: 18px;
}
.comment-author {
  color: #3b5378;
  font-size: 18px;
}
.comment-body {
  padding-top: 10px;
}
.comment-body ul,ol{
  margin-left: 25px;
  list-style-position: outside;
  margin-left: 20px;
}
.comment-list .comment-body ul{
  margin-bottom: 15px;
}
.comment-list .comment-body ul li{
  list-style-type: disc;
  padding-bottom: 5px;
}
.comment-list .comment-body ol li{
  list-style-type: decimal;
  padding-bottom: 5px;
}
/* /  Post Detail -------------------------------------------------- */
/* /  Community -------------------------------------------------- */
.post-to-community a {
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  padding-left: 15px;
}
.post-follow {
  height: 40px;
  background: #dad8d6;
  border-radius: 4px;
}
.topic-follow [role=button],
.post-follow [role=button],
.topic-follow [role=button][aria-selected=true],
.post-follow [role=button][aria-selected=true] {
  background: none;
  font-size: 14px;
  box-shadow: none;
  color: #db5f13;
}
.topic-follow [role=button]::after,
.post-follow [role=button]::after,
.topic-follow [role=button][aria-selected=true]::after,
.post-follow [role=button][aria-selected=true]::after {
  color: #646369;
  border-left: 1px solid #8a8a8b;
  line-height: 1em;
}
.topic-follow [role=button] a,
.post-follow [role=button] a,
.topic-follow [role=button][aria-selected=true] a,
.post-follow [role=button][aria-selected=true] a {
  color: #db5f13;
}
/* -- Share -------------------------------------------------- */
.post-share li {
  transition: all 0.15s ease-in-out;
}
.post-share li:hover {
  opacity: .5;
}
.post-share li a {
  line-height: 2.95em;
  transition: all 0.15s ease-in-out;
}
.post-share li a::before {
  font-size: 22px;
}
.post-share .share {
  text-align: center;
}
/* /  Share -------------------------------------------------- */
#request-table tbody tr:last-of-type td:last-of-type {
  display: block;
}
/* -- Call back request modal and form -------------------------------------------------- */
/* Safari 4.0 - 8.0 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#callback-request-modal {
  max-width: 500px;
  width: 80%;
}
#callback-request-modal input[type="submit"].disabled {
  opacity: .5;
  z-index: -1;
}
.request_cc_emails{
  margin-top:15px;
}
.request_priority .nesty-input{
 margin-bottom:10px;
}
.btn-request-callback,
.btn.escalate-case {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: .3s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: .3s;
}
.form-field {
  margin-bottom: 15px;
}
.form-field input,
.form-field input[type="text"],
.form-field textarea {
  color: #646369;
}
.form-field label {
  padding-bottom: 5px;
}
/* /  Call back request modal and form -------------------------------------------------- */
/* -- Subscribes -------------------------------------------------- */
.article-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-title .article-subscribe,
.article-title .article-unsubscribe {
  float: right;
}
/* /  Subscribes -------------------------------------------------- */
/* -- Articles -------------------------------------------------- */
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
  font-family: 'roboto', helvetica, sans-serif;
}
.article-votes .btn {
  font-family: 'roboto', helvetica, sans-serif;
}
.article-votes-question {
  padding-bottom: 15px;
  display: block;
}
body .article-votes .article-vote.btn {
  background: transparent;
  border: 1px solid #3b5378;
  color: #3b5378;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
body .article-votes .article-vote.btn:hover,
body .article-votes .article-vote.btn[aria-selected="true"] {
  background: #3b5378;
  color: #fff;
}
body .article-votes .article-vote.btn[aria-selected="true"]:hover {
  opacity: .8;
}
.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}
[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}
.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}
.article-vote:focus,
.article-vote:active {
  background-color: transparent;
  color: #0072ef;
}
/* .article-vote:hover {
  background-color: #0072ef;
} */
.article-vote:hover::before,
.article-vote:hover::after,
.article-vote[aria-selected="true"]::before,
.article-vote[aria-selected="true"]::after {
  color: #ffffff;
}
.article-vote-up::before {
  content: "\2713";
}
.article-vote-down::before {
  content: "\2715";
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
/* /  Articles -------------------------------------------------- */
.escalate-case {
  display: none;
}
.vote-sum {
  margin-left: -6px;
  padding-bottom: 3px;
}
#new_request ul[data-hc-pills-container] {
  padding: 7px 7px 7px 2.5px;
  border-radius: 6px;
  min-height: 0px;
}
#not-registered {
  display: block;
  clear: both;
  position: absolute;
  right: 12px;
  top: 82px;
  font-size: 11px;
  color: #646369;
}
#not-registered a {
  font-size: 11px;
  color: #db5f13;
}
#not-registered a:hover {
  text-decoration: underline;
}

#featured-popular-tabs li{
  display: none;
}
#featured-popular-tabs li:nth-of-type(0),
#featured-popular-tabs li:nth-of-type(1),
#featured-popular-tabs li:nth-of-type(2),
#featured-popular-tabs li:nth-of-type(3),
#featured-popular-tabs li:nth-of-type(4),
#featured-popular-tabs li:nth-of-type(5){
  display: block;
}
.request-table-filters.organization{
  display: none !important;
  visibility: hidden;
}
.attachments{
  padding-bottom: 15px;
  margin-top: 30px;
}
.attachment-item{
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.post-pinned .post-overview-info:before{
  color: #f8991d;
}

/* -- Media -------------------------------------------------- */
@media screen and (max-width: 1220px) {
  #select-product {
    min-width: 135px;
  }
  .search-box {
    max-width: 96%;
  }
}
/* @media screen and (max-width: 1024px) {
  .header nav ul li:not(.fright) a {
    padding: 0px 15px;
  }
} */
@media screen and (max-width: 980px) {
  /* .header .logo h1 {
    font-size: 15px;
  } */
  /* .header nav ul li:not(.fright) a {
    padding: 0px 5px;
  } */
  section.knowledge-base.train-more ul.table-3 > li {
    width: 44%;
    margin: 10px 15px 0px 15px;
  }
  section.knowledge-base.train-more ul.table-3 > li div {
    max-width: 100%;
    width: 100%;
  }
  section.whats-up {
    padding-top: 50px;
  }
  section.whats-up ul.table-3 {
    flex-wrap: wrap;
  }
  section.whats-up ul.table-3 > li {
    width: 45%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .hero-unit.search-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-unit.search-box h2 {
    width: 100%;
  }
  .hero-unit.search-box #select-product {
    max-width: 180px;
  }
  .hero-unit.search-box .kb .hero-unit.search-box form {
    width: 55%;
  }
  body .topics-logo ul {
    flex-wrap: wrap;
  }
  body .topics-logo ul li {
    width: 45%;
    margin-bottom: 30px;
  }
  .request-page .ticket-status {
    width: 100%;
    color: #646369;
  }
}
@media (max-width: 768px) {
  #not-registered {
    top: 68px;
  }
  .kb .hero-unit.search-box form {
    width: 75%;
    margin-top: 10px;
  }
  a.mobile-btn {
    display: block !important;
    position: absolute;
    left: auto;
    right: 30px;
    top: 33px;
    height: auto;
    width: auto;
    background: #fff;
  }
  /* .header nav.main-nav {
    display: none;
    position: absolute;
    background: #fff;
    top: 138px;
    z-index: -1;
    width: 100%;
  } */
  .header nav.main-nav #user {
    display: block;
    width: 100%;
    background: #fff;
  }
  .header nav.main-nav::after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
  }
  .header nav.main-nav ul li {
    background: #fff;
  }
  /* .header nav.main-nav ul li a {
    display: block;
    background: #fff;
  } */
  .header nav.main-nav.open {
    display: block;
    z-index: 99999;
  }
  #select-product {
    float: none;
  }
  .hero-unit.search-box #select-product {
    width: 75%;
    max-width: 100%;
  }
  .hero-unit.search-box form {
    width: 75%;
  }
  .homepage-sections {
    flex-wrap: wrap;
  }
  .homepage-sections section {
    max-width: 100%;
    width: 100%;
  }
  section.whats-up ul.table-3 > li {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  body .category-sections #tabs,
  .my-activities-sub-nav-container,
  .article-container {
    flex-wrap: wrap;
  }
  body .category-sections .ui-tabs-nav,
  .article-container .article-sidebar,
  .my-activities-sub-nav-container .my-activities-sub-nav,
  .article-container .article {
    width: 100%;
  }
  body .category-sections .ui-tabs-panel,
  body .category-sections .tabs-panel,
  .article-container .article {
    margin-top: 20px;
    border: 0px none;
    margin-left: 0px;
    padding-left: 0px;
    border-top: 1px dotted #646369;
    padding-top: 30px;
  }
  ul.topic-list li {
    width: 100%;
  }
  form.request-table-toolbar input.requests-search,
  form.request-table-toolbar .request-table-filters {
    display: block;
    margin-bottom: 15px;
    clear: both;
  }

  .request-header .fright a.btn,
  .request-header .fright .request-status {
    width: 100%;
    max-width: 220px;
    margin-bottom: 10px;
    float: left;
    clear: both;
  }
  .request-page .request-details h4 {
    margin-top: 60px;
  }
  ul.comment-list li > div.comment-avatar {
    margin-left: 0px;
  }
  .request-page .comment-container {
    margin-left: 15%;
  }
  .request-page,
  .community-wrapper {
    padding-left: 0px;
  }
  #select-product .dd-select a {
    margin-bottom: 15px;
  }
  section.whats-up {
    padding-top: 50px;
  }
  section.whats-up ul.table-3 > li div {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  section.knowledge-base.train-more ul.table-3 > li {
    width: 85%;
    margin-bottom: 30px;
  }
}
/* /  Media -------------------------------------------------- */