/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
}

input[type=search] {
  border-radius: 2em;
}

html {
  background-color: #FFFFFF;
}

body {
  font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
  color: #5C6D82;
  font-size: 18px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
  font-weight: 400;
}

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

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

figure > img {
  display: block;
}

a {
  color: #38A5FF;
  font-family: inherit;
  text-decoration: none;
}

a:active {
  opacity: 0.65;
}

.ui-button.plus {
  top: 2px;
  background-image: url(../images/support/buttonIcon-plus.png);
}
.ui-button {
  position: relative;
  top: -1px;
  display: inline-block;
  height: 14px;
  min-width: 14px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  background-color: #edf0f0;
  border-radius: 2px;
}

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: rgba(0,0,0,0.06);
  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;
  color: #4B595E;
}

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

label {
  font-size: 12px;
}

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

input, textarea {
  outline: none;
  padding: 10px;
}

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

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

input, textarea, select {
  color: #4B595E;
}

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

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

::-webkit-input-placeholder {
  color: #C6CBCF;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #C6CBCF;
  opacity: 1;
}

::-moz-placeholder {
  color: #C6CBCF;
  opacity: 1;
}

/* Fonts
/* ---------------------------------------------------------- */

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 400;
    src: url(/hc/theming_assets/01HZP9GV7W4YJX2ZTX58Q8T6EY) format('woff');
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 400;
    font-style: italic;
    src: url(/hc/theming_assets/01HZP9GR9CHKVBZ9XP8FFSM25F) format('woff');
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 500;
    src: url(/hc/theming_assets/01HZP9GVKFHS5TTTG9GHYDN5FP) format('woff');
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 500;
    font-style: italic;
    src: url(/hc/theming_assets/01HZP9GTCZH0MN83EAT8PC6E4R) format('woff');
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 600;
    src: url(/hc/theming_assets/01HZP9GRJET12PCSVKXANCCZ2R) format('woff');
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 600;
    font-style: italic;
    src: url(/hc/theming_assets/01HZP9GV1SRVSR5K9BV31PVZ5Z) format('woff');
}

.sm-label {
    font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #93A3B7;
    letter-spacing: 1px;
}

h1, .h1 {
    font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 40px;
    line-height: 54px;
    font-weight: 500;
    color: #3A4554;
}

h2, .h2 {
    font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #3A4554;
}

h3, .h3 {
    font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #3A4554;
}

h4, .h4 {
    font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    color: #3A4554;
}
p {
    font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
    color: #5C6D82;
    font-size: 18px;
    font-weight: 400;
}

/* Nav
/* ---------------------------------------------------------- */

.common-SiteNav {
    position: relative;
    width: 100%;
    height: 96px;
    align-items: center;
    margin: 0 auto -80px;
    z-index: 9999;
    padding: 0 40px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1196px;
}
.menu {
    position: relative;
    color: #93A3B7;
}
menu.home {
    display: inline-block;
}
.menu-img img {
    top: -5px;
    left: 182px;
    position: absolute;
}

.support-link {
  margin-left: 120px;
  padding: 0 0 5px 0;
}

.siteMenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
    width: auto;
    position: absolute;
    top: -4px;
    left: 182px;
    padding: 24px;
    background-color: #76879D;
    box-shadow:
    0 24px 48px -12px rgba(58,69,84,0.25),
    0 12px 24px -12px rgba(58,69,84,0.5);
    border-radius: 3px;
    z-index: 1;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: 0 0;
    pointer-events: none;
    transition-property: transform, opacity;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.siteMenu ul {
    list-style-type: none;
    margin-bottom: 0;
}
.siteMenu ul {
    list-style-type: none;
    margin-bottom: 0;
}
.siteMenu li {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
}

.siteMenu li:not(:last-child) {
    margin-bottom: 8px;
}

.siteMenu li:first-child {
    color: #fff;
    margin-bottom: 16px;
}

.siteMenu li a {
    color: #DCE3EC;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.siteMenu li a:hover {
    color: #fff;
}
/*.home {
    flex: 0 0 auto;
    color: #3A4554;
    -webkit-tap-highlight-color: transparent;
}*/

/*.home:hover {
    color: #76879D;
}*/
.my-menu {
    cursor: pointer;
}

.my-menu:hover .menu-img svg{
    opacity: 0;
    transform: scale(0.01);
    fill: #76879D;
}

.my-menu:hover .siteMenu {
    opacity: 1;
    transform: none;
    pointer-events: all;
}

svg {
    transition-property: transform, opacity;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    fill:currentColor;
}
.spacer {
    flex: 1;
}


/* Grid
/* ---------------------------------------------------------- */

.wrapper {
    max-width: 1196px;
    margin: 0 auto;
}

.my-grid-1  {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 4px;
}

.my-grid-2  {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 4px;
}

.my-grid-4  {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    position: relative;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 4px;
}
.my-grid-5  {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    position: relative;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 4px;
}

.layout-cell {
  height: 100%;
  padding: 24px 40px 55px 40px;
}

.layout-cell:last-child {
  border-right: 0;
}
.layout-cell:first-child {
  padding-left: 0;
}
.layout-cell:last-child {
  padding-right: 0;
}

.layout-cell:first-child:before {
  content: '';
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: calc(((100vw - 1110px) / 2) / 2);
  padding-left: calc(((100vw - 1110px) / 2) / 2);
  margin-left: calc((100vw - 1110px)/2*-1);
  height: 100%;
}

.layout-cell:last-child:after {
  content: '';
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: calc(((100vw - 1140px) / 2) / 2);
  padding-right: calc(((100vw - 1140px) / 2) / 2);
  margin-right: calc((100vw - 1140px)/2*-1);
  height: 100%;
}

.my-grid-1 .layout-cell:first-child:before {
  width: calc(((100vw - 1020px) / 2) / 2);
  padding-left: calc(((100vw - 1020px) / 2) / 2);
  margin-left: calc((100vw - 1020px)/2*-1);
}

.my-grid-1 .layout-cell:last-child:after {
  width: calc(((100vw - 1040px) / 2) / 2);
  padding-right: calc(((100vw - 1040px) / 2) / 2);
  margin-right: calc((100vw - 1040px)/2*-1);
}

.my-grid-2 .layout-cell:first-child:before {
  width: calc(((100vw - 1110px) / 2) / 2);
  padding-left: calc(((100vw - 1110px) / 2) / 2);
  margin-left: calc((100vw - 1110px)/2*-1);
}

.my-grid-2 .layout-cell:last-child:after {
  width: calc(((100vw - 1070px) / 2) / 2);
  padding-right: calc(((100vw - 1170px) / 2) / 2);
  margin-right: calc((100vw - 1170px)/2*-1);
}

/* Homepage
/* ---------------------------------------------------------- */
main {
 position: relative;
 margin-top: 80px;
 margin: 80px 40px 0 40px;
}

a.left {
  text-align: left;
  left: 0;
      position: absolute;
}

a.right {
  text-align: left;
  right: 0;
  position: absolute;
}

.search-articles {
  margin: 0 auto;
  margin-top: 75px;
  text-align: center;
  margin-bottom: 75px;
  max-width: 900px;
}
input[type=search], input[type=email] {
  width: 60%;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 2px solid #DCE3EC;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
}

input[type=search]:focus, input[type=email]:focus {
  border-bottom-color: #AA81F3;
}

.search input[type=submit] {
  background-color: transparent;
  color: #38A5FF;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-bottom-color: #38A5FF;
}

.search input[type=submit]:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #38A5FF;
  opacity: 0.25;
  transform: scaleY(0.10714);
  transform-origin: 0% 100%;
  transition-property: transform, opacity, border-radius, left, right, -webkit-transform, -moz-transform, -webkit-border-radius, -moz-border-radius;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  height: 28px;
}
.topics a {
  transition: all .3s ease-out;
  filter: brightness(100%);
  padding-top: 55px;
}

.topics a:hover {
  filter: brightness(92%);
}
.topics.roll h3, .topics.roll p {
  color: white;
}
.topics.roll img {
  width: 35px;
}
.topics.plan p {
  color: #76879D;
}

.admin {
  background-color: #AA81F3;
}

.dispatcher {
  background-color: #3DCAD4;
}

.driver {
  background-color: #38A5FF;
}
.courier {
  background-color: #3A4554;
}

.developer {
  background-color: #93A3B7;
}
.topics.plan {
  margin-top: 150px;
}
.topics.plan .layout-cell {
  background-color: #F5F7FA;
}
.product-info a {
  font-size: 16px;
}

.color-dot {
  border-radius: 99px;
  display:inline-block;
  width:10px;
  height:10px;
  margin-right:5px;
}
.color-dot.critical {
  background-color: #e74c3c;
}
.color-dot.major {
  background-color: #e67e22;
}
.color-dot.minor {
  background-color: #f1c40f;
}
.color-dot.none {
  background-color: #2ecc71;
}

.file-a-ticket {
  position: relative;
  margin: 80px 40px 0 40px;
}
.file-a-ticket.no-padding{
  position: relative;
  margin: 0 40px 0 40px;
}

.file-a-ticket .layout-cell {
  background-color: #F5F7FA;
  text-align: center;
  padding: 80px;
}

.file-a-ticket h2 {
  text-align: center;
  font-size: 40px;
  line-height: 54px;
  font-weight: 500;
  color: #3A4554;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.contact {
  background-color: #E3F6FF;
}

.subscribe {
  background-color: #F5F7FA;
}
.articles ul {
  max-height: 140px;
  overflow: hidden;
}

.articles a {
  color: #5C6D82;
  line-height: 10px;
}

.articles h3 a {
  color: inherit;
}

.articles a:hover {
  color: #3A4554;
}

.articles .faq, .articles .privacy {
  padding-left: 30%;
}

.request-page {
  margin: 0 auto;
}



/* Footer
/* ---------------------------------------------------------- */

.footer .container {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.footer .column {
  vertical-align: top;
  width: auto;
  display: block;
}

.footer .column p, .footer .column a, .footer .column h3 {
  font-size: 15px;
  color: #93A3B7;
  font-weight: 400;
  font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 20px;
}

.footer .column a:hover {
  color: #3A4554;
}

.footer .column h3 {
  font-size: 18px;
}

.footer .column.legal {
  padding-top: 15px;
}

/* Buttons */
.common-Button.dashboard {
  margin-right: 20px;
}
input[type=submit].newsletter-submit, input[type=email].email {
  padding: 0 !important;
}
.newsletter-submit-btn {
  margin-left: 20px;
}

.common-Button, .newsletter-submit-btn, input[type=submit], a.login {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  appearance: none;
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
  color: #38A5FF;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  box-shadow: 0;
}

.common-Button::before, .newsletter-submit-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #38A5FF;
  border-radius: 0;
  opacity: 0.25;
  transform: scaleY(calc(3/28));
  transform-origin: 0% 100%;
  transition-property: transform, opacity, border-radius, left, right;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.common-Button.primary::before{
  opacity: 1;
}

.common-Button .label, .label.newsletter-submit-btn {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  vertical-align: bottom;
  color: currentColor;
  transition: color 0.15s cubic-bezier(.165, .84, .44, 1);
  padding: 0;
}

.common-LinkArrow {
  will-change: transform;
}

.common-LinkArrow path {
  stroke: #38A5FF;
  transition: stroke 0.15s cubic-bezier(.165, .84, .44, 1);
}

.common-Button:hover, .common-Button:active, .newsletter-submit-btn:hover, .newsletter-submit-btn:active, input[type=submit].newsletter-submit:hover, input[type=submit].newsletter-submit:active, .login:hover  {
  color: #FFF;
}

.common-Button:hover::before, .common-Button:active::before, .newsletter-submit-btn:hover:before, .newsletter-submit-btn:active:before {
  transform: scaleY(calc(32/28));
  left: -8px;
  right: -8px;
  opacity: 1;
  border-radius: 3px;
}

.common-LinkArrow path {
  stroke: #fff;
}

.common-ButtonGroup > * {
    margin-bottom: 24px;
    margin-right: 24px;
}
.common-ButtonGroup a:hover {
  color: white;
}
.hide {
  color: transparent;
  font-size: 1px;
  left: -99999px;
  position: absolute;
}

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

button:active, [role=button]:active, [type=button]:active, [type=submit]:active {
  opacity: 0.65;
}

*[role=button]:after {
  margin-right: -5px;
  margin-top: -1px;
  color: rgba(0,156,255,0.45);
}

.btn #user-name {
  display: inline !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  vertical-align: baseline !important;
}

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;
  margin-top: -4px;
}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

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

.form-field label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #4B595E;
  margin-bottom: 5px;
  margin-top: 25px;
}

.form-field p {
  font-family: 'Fakt Pro', 'Helvetica Neue', 'Arial', sans-serif;
  color: #5C6D82;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

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

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

.notification-inline.notification-error {
  margin-top: 5px;
}

.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 rgba(0,0,0,0.06);
  border-radius: 4px;
  padding: 10px 20px;
}

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

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZP9GVX35BKMVN52EC37E68K") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid rgba(0,0,0,0.06);
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

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

.upload-dropzone {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: rgba(0,0,0,0.06);
}

.upload-dropzone span {
  color: #A4ABB0;
  font-size: 15px;
}

.upload-dropzone span a {
  font-size: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: 500;
  color: #4B595E;
}

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

.nav-bordered li + li {
  border-color: rgba(0,0,0,0.06);
  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;
}

/* Search box */
.search-box, .sub-nav .search, #quick-search.requests-search {
  position: relative;
}

.hero-unit.search-box {
  text-align: center;
}

.actions .search:before, .actions #quick-search.requests-search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
  color: #38A5FF;
}

.actions {
  background-color: #FFF;
  position: absolute;
  text-align: right;
  right: 40px;
  top: -6px;
}

.actions .search input, .actions input#quick-search.requests-search {
  width: 20px;
  -webkit-appearance: none;
  padding-left: 2.2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 5px;
  transition: all 0.2s cubic-bezier(.23, 1, .32, 1);
  border-bottom: 2px solid transparent;
}
.sub-nav .search input:hover, .sub-nav .search input:active, .sub-nav .search input:focus {
  width: 200px;
  border-bottom: 2px solid #DCE3EC;
}

.actions .search input[type="submit"] {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #C6CBCF;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.breadcrumbs li + li:before {
  content: "\25B6";
  margin-left: 3px;
  margin-right: 5px;
  font-size: 10px;
  display: inline-block;
  position: relative;
  color: rgba(0,156,255,0.25);
}
.breadcrumbs li a {
  color: #009CFF;
}

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  padding: 0px 3px;
  white-space: nowrap;
}

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

.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";
  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 rgba(0,0,0,0.06);
  float: left;
  margin-left: -1px;
}
[dir="rtl"] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.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;
  color: #A4ABB0;
}*/
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: rgba(0,0,0,0.06);
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid rgba(0,0,0,0.06);
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/* Frame */

/* Columns */

article.main-column {
  max-width: 848px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 40px;
}

.side-column {
  width: 275px;
  margin-left: 100px;
}
[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 70px;
}

/* Home page */
.hero-unit {
  display: block;
  font-size: 22px;
  padding: 60px;
  margin-top: -65px;
}

.hero-unit input#query {
  font-weight: 300;
}

body.community-enabled .knowledge-base, body.community-enabled .community {
  display: inline-block;
  vertical-align: top;
}
body.community-enabled .knowledge-base {
  width: 620px;
}

.knowledge-base, .community {
  display: inline-block;
  vertical-align: top;
}

.knowledge-base {
  width: 100%;
  margin-top: -80px;
}

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
  margin-left: 45px;
  width: 270px;
}
[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px;
}
.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h4 {
  font-size: 15px;
  margin-top: 0;
}

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

.community .trending-questions + h4 {
  margin-top: 50px;
}

/* Knowledge base trees */
.article-list li, .community li {
  margin-bottom: 10px;
}

.article-list li a {
  color: #5C6D82;
  line-height: 10px;
}
.article-list li a:hover {
  color: #3A4554;
}

p + .article-list {
  margin-top: 50px;
}

.category, .section-tree {
  -webkit-column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-count: 2;
  -moz-column-gap: 70px;
}

.category:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.category h2 {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 26px;
  color: #4B595E;
  margin-top: 80px;
  margin-bottom: -10px;
  padding-bottom: 10px;
  -webkit-column-span: all;
}

.category h2 a, .section h3 a {
  color: inherit;
}

.category-empty, .section {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  width: 100%;
}
[dir=rtl] .category-empty, [dir=rtl] .section {
  padding: 0 0 30px 50px;
}

.see-all-articles {
  display: inline-block;
  position: relative;
  height: 24px;
  border-radius: 12px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 5px;
  color: #009CFF;
  box-shadow: inset 0px 0px 0px 1px rgba(0,156,255,0.25);
}

.see-all-articles:hover {
  text-decoration: none;
}

.category-description, .section-description {
  color: #A4ABB0;
  margin-bottom: 50px;
  margin-top: -15px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-header {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  margin: -15px 0 20px 0;
}

.sub-header {
   margin-top: 50px;
}

.sub-header h2 {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding-bottom: 10px;
  font-size: 20px;
}

/* Sub-nav */
.sub-nav {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%;
}
.sub-nav > * {
  display: table-cell;
}
.sub-nav .breadcrumbs {
  white-space: nowrap;
}
.sub-nav .search {
  font-size: 14px;
  display: inline-block;
}

/* Article */
.article-header {
  margin-bottom: 40px;
}

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

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

.article-meta {
  width: 100%;
  line-height: 1.2em;
}

.article-author {
  font-weight: 500;
}

.article-updated {
  display: block;
}

.article-subscribe, .section-subscribe {
  margin-left: 10px;
  font-size: 14px;
}

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

.article-body table {
  table-layout: fixed;
}
.article-body img {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
}

.article-footer {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  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-question {
  font-size: 13px;
  font-style: italic;
  color: #4B595E;
  display: none;
}

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

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

.article-vote-up, .article-vote-down {
  color: #009CFF;
  font-family: "entypo";
}

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

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

.article-voted {
  background-color: #009CFF;
  color: #ffffff;
  box-shadow: none;
}

.article-comments h3 {
  color: #4B595E;
  font-size: 1.15em;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5px;
}

/* Side column */
.side-column h3 {
  margin: 0 0 15px;
  font-size: 1.15em;;
  font-weight: 500;
  color: #4B595E;
}
.side-column ul {
  margin-bottom: 50px;
}
.side-column li {
  margin-bottom: 10px;
}
.side-column li a {
  color: #A4ABB0;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  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);
  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;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 15px 0;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 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";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZP9GVC2TDJW0RVT9RGRPD3H");
  background-image: url("/hc/theming_assets/01HZP9GX1Q2GHE8PM9AFMST7DF");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 36px;
  position: absolute;
  top: 36px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-author {
  font-weight: 500;
}

.comment-published, .comment-pending, .comment-official {
  float: right;
  font-size: 13px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #A4ABB0;
}
.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-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  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-actions {
  float: right;
  color: #A4ABB0;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 15px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999999;
}
.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";
  margin-right: 5px;
  padding: 5px;
}

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

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

.my-activities-header {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 25px;
  padding: 10px 0;
}
.my-activities-header .breadcrumbs li {
  color: #4B595E;
  font-size: 26px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 20px;
  color: #4B595E;
}

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

.request-table-toolbar {
  display: table;
  padding-top: 8px;
  padding-bottom: 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;
  font-size: 13px;
}

.request-id {
  color: #A4ABB0;
  font-size: 15px;
  font-weight: 500;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid rgba(0,0,0,0.06);
  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;
}

form.request-form {
  margin-top: 40px;
}

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

/* Community nav */
.community-nav {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  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 rgba(0,0,0,0.06);
  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 {
  color: #009CFF;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  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 rgba(0,0,0,0.06);
  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 rgba(0,0,0,0.06);
  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 rgba(0,0,0,0.06);
  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-color: transparent;
  background-image: url("/hc/theming_assets/01HZP9GVC2TDJW0RVT9RGRPD3H");
  background-image: url("/hc/theming_assets/01HZP9GX1Q2GHE8PM9AFMST7DF");
  background-repeat: 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: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #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 rgba(0,0,0,0.06);
}

.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";
  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";
  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-left: -16px;
  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: auto;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 26px;
  color: #4B595E;
}

.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 rgba(0,0,0,0.06);
  padding: 20px 0;
}
.search-results-list > *:first-child {
  border-top: 1px solid rgba(0,0,0,0.06);
}

.search-result-link {
  font-size: 18px;
  font-weight: 500;
  color: #4B595E;
}

.search-result-description {
  padding-top: 10px;
  color: #A4ABB0;
}

.search-result-meta {
  padding-top: 1px;
  font-size: 13px;
  font-weight: 500;
  color: #A4ABB0;
}

.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: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  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";
  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;
}

.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 {
  color: #384049;
  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";
  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%;
  }
}
.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline;
}


.error-page {
  text-align: center;
  padding-top: 50px;
}

.error-page .icon {
  position: relative;
  width: 94px;
  height: 94px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  background-image: url("/hc/theming_assets/01HZP9GWMZAHK3JKTP4YXKFYN2");
}

.error-page p {
  color: #A4ABB0;
}

body > footer {
  position: relative;
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F7F9FA;
}

.footer {
height: 320px;
}

body > footer.anchored {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

body > footer .container {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

body > footer .container h3 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 8px;
  color: #4B595E;
}

body > footer .container ul {
  list-style-type: none;
  display: block;
  position: relative;
  line-height: 1.5em;
}

body > footer .container ul li {
  font-size: 15px;
  color: #A4ABB0;
}

body > footer .container ul li a {
  color: inherit;
}

body > footer .column {
  max-width: 212px;
  float: left;
}

.footer .column {
  max-width: 212px;
  display: inline-block;
  margin: 0 30px;
}

body > footer .legal .logo {
  display: block;
  position: relative;
  width: 131px;
  height: 19px;
  margin-top: 2px;
  margin-bottom: 16px;
}

body > footer .legal p {
  font-size: 13px;
  line-height: 1.4em;
  color: #A4ABB0;
}

#new_request input[type=text], #new_request textarea, #new_request .nesty-input, select {
  border-radius: 3px;
  outline: 0px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
}
.form.request-page {
  margin-left: 0;
}

.side-column {
    width: 275px;
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 1196px) {
  .wrapper {
    overflow: hidden;
  }
  main {
    margin: 80px 0 0 0;
  }
  .my-activities-nav, .my-activities-header, .my-activities-table, .my-activities-sub-nav, .request-table-toolbar {
    padding: 0 40px;
  }

  .layout-cell:first-child {
    padding-left: 40px;
  }

  a.right {
    right:30px;
  }

  .file-a-ticket{
    margin: 0;
  }
  .topics.roll h2{
    margin-left: 40px;
  }

  .my-grid-4  {
    grid-template-columns: 50% 50%;
  }
  .my-grid-5  {
    grid-template-columns: 50% 50%;
  }

  .layout-cell:first-child:before, .layout-cell:nth-of-type(odd):before {
    display: none;
  }

  .layout-cell:last-child:after, .layout-cell:nth-of-type(even):after {
    display: none;
  }

  .my-grid-1 .layout-cell:first-child:before {
    display: none;
  }

  .my-grid-1 .layout-cell:last-child:after {
    display: none;
  }

  .my-grid-2 .layout-cell:first-child:before {
    display: none;
  }

  .my-grid-2 .layout-cell:last-child:after {
    display: none;
  }
}
@media (max-width: 785px) {
  #loginButton {
    display: none;
  }

  a.home {
     width: 50px;
     overflow: hidden;
     display:block;
  }

  a.home img{
     max-width: initial;
  }
  .menu-img img {
    left: 67px;
  }
  .siteMenu {
    left: 50%;
    margin-left: -62px;
  }
  .support-link {
    margin-left: 75px;
  }
   .articles .faq, .articles .privacy {
    padding-left: 40px;
  }
}

@media (max-width: 575px) {

  .my-activities-table, .my-activities-nav, .my-activities-sub-nav {
    font-size: 14px;
  }

  .breadcrumbs li {
    width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-bordered li + li, .nav-spaced li + li {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }

  .search-articles {
    margin-top: 0;
  }

  .my-grid-4  {
    grid-template-columns: 100%;
  }
  .my-grid-5  {
    grid-template-columns: 100%;
  }
  .my-grid-2  {
    grid-template-columns: 100%;
  }

  .product-info .layout-cell:first-child {
    padding: 0;
  }

  .product-info .layout-cell {
    padding: 0 0 20px 10px;
  }

  .file-a-ticket .layout-cell {
    padding: 40px;
  }
  .footer {
    height: auto;
    padding: 20px 20px 60px 20px;
  }

  .footer .container {
    display: block;
  }

  .footer .container .column {
    width: 40%;
    max-width: 40%;
    margin-right: 0px;
  }
  .footer .container .column:first-child {
    width: 80%;
    max-width: 80%;
  }
  .search-articles {
    padding: 0 40px;
  }
  .category, .section-tree {
    column-count: 1;
    column-width: 100%;
  }
  #user .btn #user-name {
    display:none !important;
  }
}
@media (max-width: 400px) {
  .articles .privacy {
    padding-left: 40px;
  }
  .layout-cell, .layout-cell:first-child {
    padding-left: 40px;
  }
  .topics a {
    padding-top: 55px;
  }
  .topics.roll h2 {
    margin-left: 40px;
    font-size: 28px;
  }
  .footer .column {
    margin-left: 20px;
  }
}

