@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/solid.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
.fg-color-blue {
  color: #009CDA; }

.fg-color-light-blue {
  color: #E2F3FD; }

.fg-color-logo-blue {
  color: #0076BD; }

.fg-color-dark-blue {
  color: #00539F; }

.fg-color-charcoal {
  color: #3F3F3F; }

.fg-color-white {
  color: #fff; }

.fg-color-dark-grey {
  color: #4C4F54; }

.fg-color-grey {
  color: #D0D1D3; }

.fg-color-light-grey {
  color: #EFEFF0; }

.fg-color-mid-grey {
  color: #939393; }

.fg-color-off-white {
  color: #f2f2f2; }

.fg-color-black {
  color: #000; }

.fg-color-text-color {
  color: #2A2C30; }

.fg-color-orange {
  color: #F4AA00; }

.fg-color-green {
  color: #AACF32; }

.fg-color-message-green {
  color: #399c1d; }

.fg-color-light-green {
  color: #58b368; }

.fg-color-light-red {
  color: #fe5f55; }

.fg-color-note-grey {
  color: #e0dede; }

.bg-color-blue {
  background-color: #009CDA; }

.bg-color-light-blue {
  background-color: #E2F3FD; }

.bg-color-logo-blue {
  background-color: #0076BD; }

.bg-color-dark-blue {
  background-color: #00539F; }

.bg-color-charcoal {
  background-color: #3F3F3F; }

.bg-color-white {
  background-color: #fff; }

.bg-color-dark-grey {
  background-color: #4C4F54; }

.bg-color-grey {
  background-color: #D0D1D3; }

.bg-color-light-grey {
  background-color: #EFEFF0; }

.bg-color-mid-grey {
  background-color: #939393; }

.bg-color-off-white {
  background-color: #f2f2f2; }

.bg-color-black {
  background-color: #000; }

.bg-color-text-color {
  background-color: #2A2C30; }

.bg-color-orange {
  background-color: #F4AA00; }

.bg-color-green {
  background-color: #AACF32; }

.bg-color-message-green {
  background-color: #399c1d; }

.bg-color-light-green {
  background-color: #58b368; }

.bg-color-light-red {
  background-color: #fe5f55; }

.bg-color-note-grey {
  background-color: #e0dede; }

label, p {
  margin: 0; }

.tota {
  color: red; }

html {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html body {
    font-size: 1rem;
    color: #2A2C30;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background: #EFEFF0; }
  html .fa {
    font-size: 1rem; }
  html .fw-300 {
    font-weight: 300; }
  html .fw-700 {
    font-weight: 300; }

strong, b {
  font-weight: 600; }

.select-primary {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  height: calc(1.25rem + 2px) !important;
  color: #009CDA;
  padding: 0; }
  .select-primary.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #009CDA; }
  .select-primary:after {
    content: "\f13a ";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none; }

.header-link {
  position: relative;
  display: inline-block;
  padding: .1rem .5rem;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  color: #009CDA;
  border: none; }
  .header-link.active, .header-link:hover {
    text-decoration: none;
    color: #000; }
    .header-link.active:after, .header-link:hover:after {
      content: "";
      width: 100%;
      background: #009CDA;
      height: 4px;
      position: absolute;
      bottom: -5px;
      left: 0px; }

.main-nav .header-link {
  padding: 1rem; }

footer {
  background: #4C4F54;
  padding: 1rem;
  color: #EFEFF0;
  font-size: .8rem; }

.hide {
  display: none; }

.fg-color-blue {
  color: #009CDA; }

.fg-color-light-blue {
  color: #E2F3FD; }

.fg-color-logo-blue {
  color: #0076BD; }

.fg-color-dark-blue {
  color: #00539F; }

.fg-color-charcoal {
  color: #3F3F3F; }

.fg-color-white {
  color: #fff; }

.fg-color-dark-grey {
  color: #4C4F54; }

.fg-color-grey {
  color: #D0D1D3; }

.fg-color-light-grey {
  color: #EFEFF0; }

.fg-color-mid-grey {
  color: #939393; }

.fg-color-off-white {
  color: #f2f2f2; }

.fg-color-black {
  color: #000; }

.fg-color-text-color {
  color: #2A2C30; }

.fg-color-orange {
  color: #F4AA00; }

.fg-color-green {
  color: #AACF32; }

.fg-color-note-grey {
  color: #e0dede; }

.bg-color-blue {
  background-color: #009CDA; }

.bg-color-light-blue {
  background-color: #E2F3FD; }

.bg-color-logo-blue {
  background-color: #0076BD; }

.bg-color-dark-blue {
  background-color: #00539F; }

.bg-color-charcoal {
  background-color: #3F3F3F; }

.bg-color-white {
  background-color: #fff; }

.bg-color-dark-grey {
  background-color: #4C4F54; }

.bg-color-grey {
  background-color: #D0D1D3; }

.bg-color-light-grey {
  background-color: #EFEFF0; }

.bg-color-mid-grey {
  background-color: #939393; }

.bg-color-off-white {
  background-color: #f2f2f2; }

.bg-color-black {
  background-color: #000; }

.bg-color-text-color {
  background-color: #2A2C30; }

.bg-color-orange {
  background-color: #F4AA00; }

.bg-color-green {
  background-color: #AACF32; }

.bg-color-note-grey {
  background-color: #e0dede; }

label, p {
  margin: 0; }

html, body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2A2C30;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }

html .fa, body .fa {
  font-size: 1rem; }

html .fw-300, body .fw-300, html .fw-700, body .fw-700 {
  font-weight: 300; }

html strong, html b {
  font-weight: 600; }

body strong, body b {
  font-weight: 600; }

.select-primary {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  height: calc(1.25rem + 2px) !important;
  color: #009CDA;
  padding: 0; }
  .select-primary.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #009CDA; }
  .select-primary:after {
    content: "\f13a ";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none; }

.header-link {
  position: relative;
  display: inline-block;
  padding: .1rem .5rem;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  color: #009CDA;
  border: none; }
  .header-link.active, .header-link:hover {
    text-decoration: none;
    color: #000; }
  .header-link.active:after, .header-link:hover:after {
    content: "";
    width: 100%;
    background: #009CDA;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 0px; }

.main-nav .header-link {
  padding: 1rem; }

footer {
  background: #4C4F54;
  padding: 1rem;
  color: #EFEFF0;
  font-size: .8rem; }

html {
  position: relative;
  min-height: 100%; }
  html body #app {
    background-color: #EFEFF0;
    min-height: 100%;
    min-width: 100%; }
  html body .main-wrapper.container {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: calc(100vh - 152px); }
  html body .main-wrapper .table th {
    border-top: none; }
  html body .main-wrapper button:focus {
    outline: none; }
  html body .btn-primary {
    background-color: #009CDA; }
    html body .btn-primary:hover {
      background-color: #009CDA; }
  html body a {
    color: #009CDA; }
    html body a:hover {
      text-decoration: none; }
  html body .fw-200 {
    font-weight: 200; }
  html body .fw-500 {
    font-weight: 500; }
  html body p + p {
    margin-top: 12px; }
  html body img {
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 12px; }
  html body .form-control-label {
    margin-bottom: 5px; }

.main-wrapper {
  min-height: calc(100vh - 122px); }

.panel {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 2px 4px 0 rgba(42, 44, 48, 0.1);
  border-radius: 5px;
  height: 100%;
  min-height: 317px; }
  .panel .small-head {
    font-size: 0.8rem;
    color: #D0D1D3; }

.border {
  border: 1px solid #EFEFF0 !important; }

.side-tab, .ticket-detail-wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 0rem;
  border: 1px solid #D0D1D3;
  overflow: hidden; }
  .side-tab .tab, .ticket-detail-wrap .tab {
    display: flex;
    padding: 0.3rem calc(1rem + 4px);
    font-size: 0.9rem;
    position: relative; }
    .side-tab .tab:last-child, .ticket-detail-wrap .tab:last-child {
      border-bottom: none; }
    .side-tab .tab img, .ticket-detail-wrap .tab img {
      height: auto;
      align-self: center;
      max-width: 23px;
      max-height: 25px;
      margin-top: 9px;
      margin-bottom: 9px; }
    .side-tab .tab span, .ticket-detail-wrap .tab span {
      align-self: center; }
    .side-tab .tab.active, .side-tab .tab:hover, .ticket-detail-wrap .tab.active, .ticket-detail-wrap .tab:hover {
      padding: .3rem 1rem;
      border-left: 4px solid #00539F;
      background: #F4F7F7; }

.product-tab-button {
  background-color: #EFEFF0;
  border-bottom: 1px solid #D0D1D3;
  border-left: 1px solid #D0D1D3;
  overflow: hidden; }
  .product-tab-button:first-child {
    border-left: none; }
  .product-tab-button:hover {
    background-color: #fff; }
    .product-tab-button:hover h6 {
      color: #2A2C30; }
  .product-tab-button.active {
    background-color: #fff;
    border-bottom: none; }
  .product-tab-button img {
    max-height: 40px;
    max-width: 60px; }

.content {
  min-height: 50vh; }
  .content ul.listing {
    padding: 0; }
    .content ul.listing ul {
      padding: 0; }
      .content ul.listing ul li {
        list-style: none;
        border-bottom: 1px solid #D0D1D3;
        cursor: pointer;
        padding: 0 20px; }
        .content ul.listing ul li .list {
          display: flex;
          cursor: pointer;
          align-items: center;
          color: #000;
          padding: 8px 0px; }
          .content ul.listing ul li .list.active {
            padding-bottom: 4px; }
          .content ul.listing ul li .list .fa {
            font-size: 1.8rem;
            margin-right: 20px; }
        .content ul.listing ul li .article {
          color: #009CDA; }
        .content ul.listing ul li svg {
          font-size: 1.2rem;
          margin-right: 10px; }
      .content ul.listing ul .active + .child {
        display: block; }
        .content ul.listing ul .active + .child + .child {
          display: block; }
      .content ul.listing ul .child {
        padding: 0px;
        display: none; }
        .content ul.listing ul .child li {
          border: none;
          font-weight: 400; }
          .content ul.listing ul .child li .list {
            padding: 4px 0px; }
          .content ul.listing ul .child li:last-child {
            padding-bottom: 0px; }
          .content ul.listing ul .child li .article {
            padding: 4px 0px;
            display: block;
            position: relative; }
            .content ul.listing ul .child li .article .new-article:before {
              border: 1px solid orange;
              color: orange;
              position: absolute;
              content: 'NEW';
              border-radius: 3px;
              left: -33px;
              font-size: 9px;
              padding-left: 3px;
              top: 10px;
              width: 25px;
              height: 15px;
              font-weight: 600; }
        .content ul.listing ul .child svg {
          font-size: 1rem; }
      .content ul.listing ul .border-top {
        border-top: 1px solid #D0D1D3; }
      .content ul.listing ul .list-icon {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-right: 10px; }
        .content ul.listing ul .list-icon:before {
          font-family: 'Font Awesome 5 Free';
          font-size: 13px;
          text-align: center;
          content: "\f054"; }
      .content ul.listing ul .active.list .list-icon:before {
        content: "\f078"; }

.article-icon-parent {
  position: absolute;
  transform: translateX(-100%); }

.article-icon {
  max-width: 50px;
  max-height: 50px; }

.article-icon-medium {
  max-width: 35px;
  max-height: 35px;
  margin-left: 10px; }

ul.blue-bullet {
  padding-left: 20px;
  list-style: none !important; }
  ul.blue-bullet li {
    margin-bottom: 5px; }
    ul.blue-bullet li:last-child {
      margin: 0; }
  ul.blue-bullet:not(.triangle) > li::before {
    content: "\2022";
    color: #00539F;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  ul.blue-bullet.triangle > li {
    list-style: none; }
    ul.blue-bullet.triangle > li > a[aria-expanded] {
      position: relative; }
      ul.blue-bullet.triangle > li > a[aria-expanded]::before {
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        text-align: center;
        content: "\F105";
        font-weight: 900;
        margin-right: 10px;
        position: absolute;
        top: -0.15em;
        left: -1em; }
    ul.blue-bullet.triangle > li > a[aria-expanded=true]::before {
      content: "\F107"; }

.phone-country .border {
  height: 100%; }

.dark-table .header {
  background: #4C4F54;
  color: #fff; }

.dark-table .row {
  padding: 1rem 0; }
  .dark-table .row:nth-child(2n+1) {
    background: #D0D1D3; }
  .dark-table .row:nth-child(2n) {
    background: #EFEFF0; }
  .dark-table .row:first-child {
    background: #4C4F54; }

ul.tools-parent {
  list-style: none;
  padding-left: 0px; }
  ul.tools-parent ul {
    list-style: none;
    padding-left: 20px;
    border-bottom: 1px solid #D0D1D3; }
  ul.tools-parent li a {
    padding: 0.5rem 15px;
    border-bottom: 1px solid #D0D1D3;
    display: block; }
  ul.tools-parent li:first-child a {
    border-top: 1px solid #D0D1D3; }
  ul.tools-parent li .child li a {
    border: none; }
  ul.tools-parent li .icon {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px; }
  ul.tools-parent li .collapsed.list-icon:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    text-align: center;
    content: "\f054";
    margin-right: 10px; }
  ul.tools-parent li .list-icon:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    text-align: center;
    content: "\F078";
    margin-right: 10px; }
  ul.tools-parent li .external-icon:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    text-align: center;
    content: "\f35d";
    margin-right: 10px; }

.bulletin-list {
  padding: 0;
  list-style: none;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap; }
  .bulletin-list li {
    flex: 100%; }
    .bulletin-list li a {
      padding: 0.5rem 15px;
      border-bottom: 1px solid #D0D1D3;
      display: block;
      font-weight: 600;
      height: 100%; }
    .bulletin-list li:first-child a {
      border-top: 1px solid #D0D1D3; }
    .bulletin-list li .child li a {
      border: none; }

.half-layout li {
  flex: 50%;
  padding-right: 40px; }
  .half-layout li:nth-child(2) a {
    border-top: 1px solid #D0D1D3; }

.filter-dropdown {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px; }
  .filter-dropdown:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    text-align: center;
    content: "\f0b0";
    color: #009CDA;
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 1; }
  .filter-dropdown .dropdown {
    width: 220px; }
    .filter-dropdown .dropdown button.btn {
      width: 100%;
      background: #fff !important;
      color: #009CDA !important;
      border-radius: 0;
      text-align: unset;
      border: 1px solid #D0D1D3 !important;
      outline: none;
      box-shadow: none;
      padding-left: 35px;
      text-transform: capitalize; }
      .filter-dropdown .dropdown button.btn:hover {
        color: #009CDA;
        border: 1px solid #D0D1D3;
        background-color: transparent; }
      .filter-dropdown .dropdown button.btn:active {
        color: #009CDA !important;
        border: 1px solid #D0D1D3 !important;
        background-color: transparent !important; }
      .filter-dropdown .dropdown button.btn:focus {
        box-shadow: none !important; }
    .filter-dropdown .dropdown .dropdown-toggle:after {
      position: absolute;
      right: 9px;
      top: 15px;
      right: 22px;
      top: 9px;
      font-size: 12px;
      content: '\F078';
      font-family: 'Font Awesome 5 Free';
      border: none; }
    .filter-dropdown .dropdown.show .dropdown-toggle:after {
      content: '\F077'; }
    .filter-dropdown .dropdown .dropdown-item:active {
      color: #009CDA;
      text-decoration: none;
      background-color: #EFEFF0;
      outline: none; }

.swagger-ui .info hgroup.main {
  margin: 0 0 20px;
  display: none; }

.swagger-ui .scheme-container {
  margin: 0 0 20px;
  padding: 30px 0;
  display: none;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.top-bar {
  box-shadow: 0 7px 5px -7px #ccc;
  background: #fff; }
  .top-bar .logo {
    width: 180px;
    align-self: center; }
  .top-bar .select-wrapper {
    position: relative;
    color: #009CDA; }
    .top-bar .select-wrapper .selector {
      color: #009CDA;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      outline: none;
      border: none;
      margin-right: 10px;
      box-shadow: none; }
    .top-bar .select-wrapper:after {
      font: normal normal normal 14px/1 'Font Awesome 5 Free';
      content: "\F107";
      display: inline-block;
      position: absolute;
      right: 0;
      top: 10px;
      pointer-events: none; }
  .top-bar .user-menu {
    min-width: 170px; }
    .top-bar .user-menu button.btn {
      background: none;
      color: #009CDA;
      border: none;
      padding: 1.475rem 0.75rem; }
      .top-bar .user-menu button.btn:after {
        font: normal normal normal 14px/1 'Font Awesome 5 Free';
        content: "\F107";
        display: inline-block;
        position: absolute;
        right: -4px;
        top: 25px;
        pointer-events: none; }
      .top-bar .user-menu button.btn:focus {
        box-shadow: none; }
      .top-bar .user-menu button.btn:active {
        background: none !important;
        color: #009CDA !important;
        border: none !important;
        box-shadow: none !important; }
    .top-bar .user-menu .dropdown-menu {
      right: 0;
      left: auto !important;
      top: -1px !important;
      width: 175px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .top-bar .user-menu .dropdown-menu .dropdown-item {
        color: #009CDA;
        font-size: .9rem; }
        .top-bar .user-menu .dropdown-menu .dropdown-item a {
          cursor: pointer;
          display: block;
          padding: 0.3rem 1rem; }
          .top-bar .user-menu .dropdown-menu .dropdown-item a:hover {
            background: #E2F3FD;
            color: #009CDA; }
        .top-bar .user-menu .dropdown-menu .dropdown-item:active, .top-bar .user-menu .dropdown-menu .dropdown-item:hover {
          background: none; }
        .top-bar .user-menu .dropdown-menu .dropdown-item:focus {
          outline: none; }

.helper-wrapper div {
  margin: 0;
  margin-right: 10px;
  display: inline-flex; }
  .helper-wrapper div span {
    height: 6px;
    width: 6px;
    margin-right: .5rem;
    background: red;
    display: inline-block;
    border-radius: 50%;
    align-items: center;
    align-self: center; }
    .helper-wrapper div span.danger, .helper-wrapper div span.warning, .helper-wrapper div span.info {
      background: red; }

.info-wrapper a:hover {
  text-decoration: none;
  color: #009CDA !important; }

.wrapper-head .page-item:first-child {
  margin-right: 30px; }

.wrapper-head .page-link {
  padding: 0;
  border: 0; }

.modal-form .form-control {
  border: 0;
  border-bottom: 1px solid #009CDA;
  padding: 0.5rem 0rem;
  border-radius: 0; }
  .modal-form .form-control:focus {
    box-shadow: none; }

.modal-form .form-control-label {
  font-weight: 600; }

.modal-form .btn {
  border-radius: 2px; }
  .modal-form .btn:focus {
    background: #009CDA;
    color: #ffffff; }

.custom-message {
  margin-top: -10px;
  margin-bottom: 10px; }

#count_message {
  font-size: 0.7rem;
  text-align: right; }

.zs-row {
  margin-right: -15px;
  margin-left: -15px; }

.breadcrumbs {
  display: flex;
  margin: 2rem 0;
  padding: 0;
  flex-wrap: wrap; }
  .breadcrumbs li {
    float: left;
    list-style: none; }
    .breadcrumbs li .list-icon {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      margin: 0 6px; }
      .breadcrumbs li .list-icon:before {
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        text-align: center;
        content: "\f054";
        color: #3F3F3F; }

.article-page {
  font-size: 1.05rem;
  color: #3F3F3F; }
  .article-page img {
    max-width: 100%; }
  .article-page p {
    margin-top: 0;
    margin-bottom: 1.385rem; }
  .article-page h1 {
    color: #3F3F3F;
    font-size: 1.6rem;
    margin-top: 1.4rem;
    margin-bottom: 0.8rem; }
  .article-page h2 {
    color: #F4AA00;
    font-size: 1.4rem;
    margin-top: 1.4rem;
    margin-bottom: 0.8rem; }
  .article-page h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #3F3F3F; }
  .article-page h4 {
    font-size: 1.2rem; }
  .article-page h5 {
    font-size: 1.1rem; }
  .article-page ul {
    padding-left: 20px; }
    .article-page ul li:last-child {
      margin: 0; }
    .article-page ul.triangle > li {
      list-style: none; }
      .article-page ul.triangle > li > a[aria-expanded] {
        position: relative; }
        .article-page ul.triangle > li > a[aria-expanded]::before {
          font-family: 'Font Awesome 5 Free';
          font-size: 18px;
          text-align: center;
          content: "\F105";
          font-weight: 900;
          margin-right: 10px;
          position: absolute;
          top: -0.15em;
          left: -1em; }
      .article-page ul.triangle > li > a[aria-expanded=true]::before {
        content: "\F107"; }
  .article-page ol li:last-child {
    margin: 0; }
  .article-page .close-button {
    display: block;
    text-align: right; }
    .article-page .close-button::before {
      font-family: 'Font Awesome 5 Free';
      font-size: 18px;
      text-align: center;
      content: "\F106";
      margin-right: 10px; }
  .article-page a.image-icon {
    display: inline-block;
    position: relative; }
    .article-page a.image-icon::before {
      font-family: 'Font Awesome 5 Free';
      font-size: 18px;
      text-align: center;
      content: "\f03e";
      margin-right: 10px;
      color: #009CDA; }
    .article-page a.image-icon[aria-expanded=true] {
      color: transparent; }
      .article-page a.image-icon[aria-expanded=true]:after {
        content: "Hide image.";
        color: #009cda;
        position: absolute;
        left: 28px;
        top: 2px;
        word-break: break-word;
        word-wrap: initial;
        white-space: nowrap; }
  .article-page a.iframe-video::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    text-align: center;
    content: "\f03d";
    margin-right: 10px; }
  .article-page a.iframe-video .iframe-modal-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px; }
    .article-page a.iframe-video .iframe-modal-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .article-page a.url-external::after {
    font-family: "Font Awesome 5 Free";
    text-align: center;
    content: "\f35d";
    position: relative;
    top: -1px;
    font-size: 1rem;
    margin-left: 5px; }
  .article-page a.book-icon:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    text-align: center;
    content: "\f02d";
    margin-right: 10px; }
  .article-page .note {
    padding: 15px 20px;
    background: #e0dede;
    position: relative;
    padding-left: 40px; }
    .article-page .note::before {
      font-family: 'Font Awesome 5 Free';
      font-size: 18px;
      text-align: center;
      content: "\f46d";
      margin-right: 10px;
      color: #009CDA;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 15px; }
  .article-page .caution {
    padding: 15px 20px;
    background: #f2f2f2;
    position: relative;
    padding-left: 40px; }
    .article-page .caution::before {
      font-family: 'Font Awesome 5 Free';
      content: "\f071";
      color: #F4AA00;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 15px; }
  .article-page pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #000;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #EFEFF0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Courier New'; }
  .article-page code {
    font-family: 'Courier New';
    line-height: 1.42857143;
    font-size: 1rem;
    color: #000000; }
  .article-page table {
    border: none;
    table-layout: fixed;
    word-wrap: break-word;
    background-color: transparent;
    width: 100%;
    margin-bottom: 1.2rem; }
    .article-page table tbody tr th, .article-page table tbody tr td {
      border: none;
      padding: 5px 10px; }
    .article-page table tbody tr th {
      font-weight: 600; }
    .article-page table tbody tr:nth-child(odd) {
      background-color: #EFEFF0; }
    .article-page table tbody tr:first-child {
      background-color: #E2F3FD; }
  .article-page .rteindent1 {
    margin-left: 40px; }
  .article-page .rteindent2 {
    margin-left: 80px; }
  .article-page .rteindent3 {
    margin-left: 120px; }
  .article-page .rteindent4 {
    margin-left: 160px; }
  .article-page .rteleft {
    text-align: left; }
  .article-page .rteright {
    text-align: right; }
  .article-page .rtecenter {
    text-align: center; }
  .article-page .rtejustify {
    text-align: justify; }
  .article-page .ibimage_left {
    float: left; }
  .article-page .ibimage_right {
    float: right; }

.back-to-top {
  height: 40px;
  width: 40px;
  background-color: #009CDA;
  box-shadow: 0 0 10px 0 #D0D1D3;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 220px;
  font-size: 20px; }
  .back-to-top:focus {
    outline: none; }

.related-article {
  right: 0;
  position: fixed;
  top: 30%;
  transform: translateY(-50%);
  padding: 20px 15px;
  width: 360px;
  overflow: visible;
  transform: translateX(calc(100%));
  transition: transform .5s; }
  .related-article .article-parent {
    max-height: 230px;
    overflow-y: scroll;
    margin-left: -5px; }
    .related-article .article-parent .article {
      display: block;
      padding-left: 15px;
      margin: 8px 0px;
      position: relative; }
      .related-article .article-parent .article.active:before {
        top: 4px;
        position: absolute;
        left: 4px;
        content: '';
        height: 16px;
        width: 2px;
        background: #009CDA; }
      .related-article .article-parent .article.new:before {
        height: 11px;
        width: 11px;
        background: #F4AA00;
        position: absolute;
        content: '';
        border-radius: 50%;
        left: 4px;
        top: -1px;
        border: 2px solid #fff;
        z-index: 1; }
      .related-article .article-parent .article svg {
        top: 4px;
        position: absolute;
        left: 0px; }
        .related-article .article-parent .article svg:before {
          height: 11px;
          width: 11px;
          background: #F4AA00;
          position: absolute;
          content: '';
          border-radius: 50%;
          left: 4px;
          top: 4px;
          border: 2px solid #fff; }
  .related-article:hover {
    transform: translateX(0); }
    .related-article:hover button span:before {
      content: "\f054"; }
  .related-article button {
    background: #009CDA;
    position: absolute;
    left: -52px;
    color: #fff;
    height: 44px;
    width: 52px;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 19px;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase; }
    .related-article button svg {
      font-size: 18px; }
    .related-article button span {
      height: 44px;
      border-right: 1px solid #fff;
      position: absolute;
      left: 10px;
      top: 0; }
      .related-article button span:before {
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        text-align: center;
        content: "\f053";
        position: absolute;
        left: -7px;
        top: 50%;
        transform: translateY(-50%); }

.search-banner {
  margin: 0; }
  .search-banner h1 {
    color: #fff; }
  .search-banner .search-box > div {
    width: 100%;
    height: 2.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    border: none;
    border: 1px solid #D0D1D3 !important;
    font-size: 1rem;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .search-banner .search-box > div:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      text-align: center;
      content: "\f002";
      z-index: 1;
      color: #939393;
      position: absolute;
      left: 12px; }
    .search-banner .search-box > div input {
      width: 100%;
      padding: 10px;
      height: 100%;
      padding-left: 40px;
      background: transparent;
      font-size: 1rem; }
      .search-banner .search-box > div input:focus {
        outline: none; }
    .search-banner .search-box > div > div {
      text-align: left;
      width: 100%;
      height: 100%; }
  .search-banner .form-control, .search-banner .search-auto {
    padding: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    border: none;
    padding-left: 30px;
    padding-left: 40px;
    font-size: 16px; }
  .search-banner .dropdown {
    width: 100%;
    height: 100%; }
    .search-banner .dropdown button.dropdown-toggle {
      background: #fff;
      color: #2A2C30;
      width: 100%;
      border: 1px solid #D0D1D3;
      border-radius: 0;
      border-left: 0;
      border-radius: 0;
      text-align: left;
      font-size: 16px;
      white-space: normal;
      line-height: 1;
      color: #009CDA; }
      .search-banner .dropdown button.dropdown-toggle:active {
        background-color: #fff;
        box-shadow: none;
        color: #009CDA;
        border: 1px solid #EFEFF0;
        border-left: 0; }
      .search-banner .dropdown button.dropdown-toggle:focus {
        box-shadow: none !important; }
      .search-banner .dropdown button.dropdown-toggle:after {
        position: absolute;
        right: 22px;
        top: 12px;
        content: '\F078';
        font-family: 'Font Awesome 5 Free';
        border: none;
        font-size: 12px; }
    .search-banner .dropdown.show button.dropdown-toggle:after {
      content: '\f077'; }
    .search-banner .dropdown .dropdown-menu {
      width: 100%;
      border: 1px solid #EFEFF0;
      margin-top: -1px;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
      .search-banner .dropdown .dropdown-menu .dropdown-item {
        white-space: normal;
        padding: .25rem .75rem; }
        .search-banner .dropdown .dropdown-menu .dropdown-item:hover {
          color: #009CDA;
          background-color: #E2F3FD; }
    .search-banner .dropdown:focus {
      outline: none; }
  .search-banner .btn {
    border: 1px solid #009CDA;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 2.5rem;
    width: 100%; }
  .search-banner .invalid-feedback {
    position: absolute;
    bottom: -25px;
    color: #ff3300; }
  .search-banner .invalid-feed {
    display: none;
    position: absolute;
    bottom: -45px;
    color: #ff3300;
    font-size: 0.8rem; }

.banner {
  min-height: 300px;
  background: #EFEFF0;
  background-position: 0px -90px;
  background-size: 100%;
  background-repeat: no-repeat; }
  .banner .search-box > div:before, .banner .btn:before {
    font-size: 20px; }
  .banner .dropdown button.dropdown-toggle:after {
    top: 18px; }
  .banner .invalid-feed {
    display: block; }

.searchbar input {
  position: inherit; }

.immediate-action-wrapper {
  border: 1px solid #0076BD;
  border-radius: 5px;
  background-color: #fff; }
  .immediate-action-wrapper .action-header {
    background-color: #E2F3FD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #0076BD;
    padding: 1em;
    font-weight: 600; }
    .immediate-action-wrapper .action-header i {
      padding-right: 1em; }
    .immediate-action-wrapper .action-header .immediate-action-header-text {
      line-height: 1.2; }
  .immediate-action-wrapper .action-content {
    font-size: 15px;
    padding: 15px; }

#site-search::-webkit-input-placeholder {
  color: #939393 !important; }

#site-search::-moz-placeholder {
  color: #939393 !important; }

#site-search:-ms-input-placeholder {
  color: #939393 !important; }

#site-search::-ms-input-placeholder {
  color: #939393 !important; }

#site-search::placeholder {
  color: #939393 !important; }

.main-tabs {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 2px 4px 0 rgba(42, 44, 48, 0.1);
  border-radius: 5px;
  height: 100%; }
  .main-tabs img {
    height: auto;
    width: 80px; }
  .main-tabs:hover {
    box-shadow: 0 2px 10px 0 rgba(42, 44, 48, 0.2); }

#searchbar {
  position: relative; }
  #searchbar:after {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 20px;
    top: 18%;
    font-size: 18px;
    color: #009CDA;
    font-weight: bold; }
  #searchbar input[type="text"] {
    border: none;
    outline: none;
    color: #555;
    background: none;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    width: 210px;
    border-bottom: 1px solid #009CDA;
    cursor: text;
    padding: 8px 28px 8px 5px;
    height: 35px; }
    #searchbar input[type="text"]::-webkit-input-placeholder {
      color: #009CDA; }
    #searchbar input[type="text"]::-moz-placeholder {
      color: #009CDA; }
    #searchbar input[type="text"]:-ms-input-placeholder {
      color: #009CDA; }
    #searchbar input[type="text"]::-ms-input-placeholder {
      color: #009CDA; }
    #searchbar input[type="text"]::placeholder {
      color: #009CDA; }
    #searchbar input[type="text"].open:hover {
      border-bottom: 1px solid #BBB; }
  #searchbar .form-group {
    margin-bottom: 0rem; }
  #searchbar.show input[type="text"] {
    width: 250px;
    border-bottom: 1px solid #D0D1D3;
    cursor: text;
    padding: 8px 5px;
    height: 35px; }
  #searchbar input[type="submit"] {
    visibility: hidden; }
  #searchbar .search-button {
    float: right; }
  #searchbar .form-control {
    border-radius: 0; }
    #searchbar .form-control:focus {
      box-shadow: none; }
  #searchbar .invalid-feedback {
    position: absolute;
    bottom: -52px;
    left: 135px;
    font-size: 0.7rem; }
  #searchbar .tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
    #searchbar .tcon > * {
      display: block; }
    #searchbar .tcon:hover, #searchbar .tcon:focus {
      outline: none; }
    #searchbar .tcon::-moz-focus-inner {
      border: 0; }
  #searchbar .tcon-search__item {
    display: inline-block;
    height: 20px;
    width: 25px;
    border-radius: 0;
    transition: 0.3s;
    background: transparent;
    position: relative;
    transform: rotate(-135deg); }
    #searchbar .tcon-search__item::before, #searchbar .tcon-search__item::after {
      display: inline-block;
      height: 20px;
      width: 25px;
      border-radius: 0;
      transition: 0.3s;
      background: transparent;
      content: '';
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      margin: auto; }
    #searchbar .tcon-search__item::before {
      height: 4px;
      left: 0;
      background: #009CDA;
      border-radius: 2.85714px; }
    #searchbar .tcon-search__item::after {
      right: 0;
      background: white;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      border: 2.66667px solid #009CDA;
      transform-origin: 50% 50%; }
  #searchbar .tcon-search--xcross.tcon-transform {
    transform: scale3d(0.8, 0.8, 0.8); }
    #searchbar .tcon-search--xcross.tcon-transform .tcon-search__item::before {
      border-radius: 2.85714px;
      background: #D0D1D3; }
    #searchbar .tcon-search--xcross.tcon-transform .tcon-search__item::after {
      border-radius: 2.85714px;
      background: #D0D1D3;
      height: 4px;
      width: 100%;
      top: 0;
      right: 0;
      border: 0;
      transform: rotate3d(0, 0, 1, 90deg); }
  #searchbar .tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    #searchbar .tcon-visuallyhidden:active, #searchbar .tcon-visuallyhidden:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block; }

.title-wrapper {
  margin-bottom: 0.8em; }
  .title-wrapper h3 {
    margin-bottom: 0; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0; }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4; }
    .autocomplete-items div:hover {
      background-color: #e9e9e9; }

/*when hovering an item:*/
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

.autocomplete-box {
  z-index: 1; }
  .autocomplete-box div {
    padding: 5px; }

#search-per-category input[type="text"] {
  height: 30px;
  display: inline-block;
  border: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #D0D1D3;
  cursor: text;
  padding: 8px 5px;
  height: 35px; }

.multi-select {
  width: 100%;
  height: 2.5rem;
  text-align: left; }
  .multi-select .dropdown-heading {
    border-radius: 0px !important;
    height: 100% !important;
    border-left: none !important;
    border-right: none !important; }
    .multi-select .dropdown-heading .dropdown-heading-value {
      bottom: auto !important;
      padding-left: 10px;
      padding-right: 20px !important;
      position: absolute;
      right: 0px;
      top: 50% !important;
      transform: translateY(-50%);
      color: #009CDA !important; }
  .multi-select .select-item {
    text-align: left !important; }

.iti--allow-dropdown {
  width: 100%; }

.message {
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 0.9rem; }
  .message .fa-check-circle {
    color: #399c1d; }
  .message > i {
    margin-right: 10px; }

.success {
  border-color: #399c1d;
  color: #399c1d;
  background: #ebf5e8; }

.submit-ticket label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.9rem; }

.submit-ticket input[type=text], .submit-ticket input[type=email], .submit-ticket input[type=password] {
  outline: none;
  border: none;
  font-size: .9rem;
  border-bottom: 1px solid #009cda;
  border-radius: 0;
  height: calc(2.25rem + 2px);
  box-shadow: none;
  background: none !important;
  padding: 0 .75rem 0 0; }
  .submit-ticket input[type=text]:focus, .submit-ticket input[type=text]:hover, .submit-ticket input[type=email]:focus, .submit-ticket input[type=email]:hover, .submit-ticket input[type=password]:focus, .submit-ticket input[type=password]:hover {
    outline: none;
    border: none;
    border-bottom: 1px solid #009cda;
    box-shadow: none; }
  .submit-ticket input[type=text]::-webkit-input-placeholder, .submit-ticket input[type=email]::-webkit-input-placeholder, .submit-ticket input[type=password]::-webkit-input-placeholder {
    color: #939393; }
  .submit-ticket input[type=text]::-moz-placeholder, .submit-ticket input[type=email]::-moz-placeholder, .submit-ticket input[type=password]::-moz-placeholder {
    color: #939393; }
  .submit-ticket input[type=text]:-ms-input-placeholder, .submit-ticket input[type=email]:-ms-input-placeholder, .submit-ticket input[type=password]:-ms-input-placeholder {
    color: #939393; }
  .submit-ticket input[type=text]::-ms-input-placeholder, .submit-ticket input[type=email]::-ms-input-placeholder, .submit-ticket input[type=password]::-ms-input-placeholder {
    color: #939393; }
  .submit-ticket input[type=text]::placeholder, .submit-ticket input[type=email]::placeholder, .submit-ticket input[type=password]::placeholder {
    color: #939393; }

.submit-ticket input[type=submit] {
  background-color: #009CDA;
  color: #fff;
  cursor: pointer;
  border: none; }

.submit-ticket textarea {
  outline: 0;
  width: 100%;
  border: none;
  height: calc(2.25rem + 2px);
  border-bottom: 1px solid #009cda;
  border-radius: 0;
  font-size: .9rem;
  box-shadow: none;
  background: none !important; }

.submit-ticket select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #009cda;
  border-radius: 0;
  cursor: pointer;
  padding: 0 .75rem 0 0;
  font-size: .9rem;
  background: #fff; }
  .submit-ticket select:focus, .submit-ticket select:hover {
    outline: none;
    border: none;
    border-bottom: 1px solid #009cda;
    box-shadow: none; }
  .submit-ticket select option:first-child {
    text-transform: capitalize; }
  .submit-ticket select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900; }
  .submit-ticket select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

.submit-ticket .description-wrapper {
  position: relative; }
  .submit-ticket .description-wrapper #count_message {
    position: absolute;
    right: 0; }

.submit-ticket .select-wrapper {
  position: relative; }
  .submit-ticket .select-wrapper [class*="fa-"] {
    position: absolute;
    right: 0;
    top: 33%;
    color: #009cda; }

.submit-ticket ::-webkit-input-placeholder {
  color: #939393; }

.submit-ticket ::-moz-placeholder {
  color: #939393; }

.submit-ticket :-ms-input-placeholder {
  color: #939393; }

.submit-ticket ::-ms-input-placeholder {
  color: #939393; }

.submit-ticket ::placeholder,
.submit-ticket select.not_chosen {
  color: #939393; }

.submit-ticket #uploadFile {
  border: none;
  font-size: .9rem; }

.submit-ticket .upload-wrapper label {
  margin-bottom: 10px; }

.submit-ticket .fileUpload {
  position: relative;
  overflow: hidden; }
  .submit-ticket .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0; }

.submit-ticket .help-text {
  font-size: 0.7rem;
  display: inline-block;
  margin-top: 6px; }
  .submit-ticket .help-text:empty {
    display: none; }

.button, .submit-ticket .upload-wrapper .fileUpload {
  box-shadow: none;
  border: 1px solid #009cda;
  color: #009cda;
  padding: 3px 12px;
  background: transparent;
  border-radius: .25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  height: 30px; }
  .button:focus, .submit-ticket .upload-wrapper .fileUpload:focus, .button:hover, .submit-ticket .upload-wrapper .fileUpload:hover {
    color: #009cda; }

.search-bar {
  margin-top: 2rem; }
  .search-bar input[type=text], .search-bar select {
    height: inherit; }
  .search-bar .organizations-wrap {
    width: 60%; }
  .search-bar .select-inner-wrapper {
    margin-right: 10px; }
    .search-bar .select-inner-wrapper:first-child {
      width: 65%; }
    .search-bar .select-inner-wrapper:last-child {
      width: 35%; }
  .search-bar input[type=text] select,
  .search-bar .select-inner-wrapper select {
    width: 100%; }

.comment-form-error {
  border: 1px solid red !important; }

.form-error select, .form-error textarea, .form-error input[type=text], .form-error input[type=email] {
  border-bottom: 1px solid red; }
  .form-error select:focus, .form-error select:hover, .form-error textarea:focus, .form-error textarea:hover, .form-error input[type=text]:focus, .form-error input[type=text]:hover, .form-error input[type=email]:focus, .form-error input[type=email]:hover {
    border-bottom: 1px solid red; }

.form-error .error-text {
  color: #fe5f55;
  font-size: 0.8rem; }

.has-loader .loader-parent {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: none; }

.has-loader .spinner-border {
  border: .25em solid #009CDA;
  border-right-color: transparent;
  position: fixed;
  top: 50%;
  left: 50%; }

.table-list {
  margin: 1rem 0;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  border-style: hidden;
  /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 2px #e0dede;
  font-size: 0.9rem; }
  .table-list tbody tr {
    border-bottom: 1px solid #D0D1D3;
    height: 47px; }
    .table-list tbody tr:first-child {
      background: #EFEFF0; }
  .table-list tbody th {
    font-weight: 400; }
    .table-list tbody th.ticket-ID {
      width: 15%; }
    .table-list tbody th.subject {
      width: 50%; }
    .table-list tbody th.last-updated {
      width: 15%; }
    .table-list tbody th.status-header {
      text-align: center; }
  .table-list tbody td:last-child {
    text-align: center; }
  .table-list tbody th, .table-list tbody td {
    padding: 7px; }
    .table-list tbody th:first-child, .table-list tbody td:first-child {
      padding-left: 20px; }
    .table-list tbody th:last-child, .table-list tbody td:last-child {
      padding-right: 10px; }
  .table-list .escalate-new-ticket {
    margin-top: 8px;
    font-size: 14px;
    padding: 0 8px; }

.status {
  padding: 4px 8px;
  color: #fff;
  border-radius: 5px;
  font-size: 13px; }
  .status.closed {
    background: #399c1d; }
  .status.solved {
    background: #000; }
  .status.open {
    background: #0076BD; }
  .status.awaiting-reply {
    background: #F4AA00; }
  .status.escalated {
    background: #fd4139; }

.tabs {
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 1rem;
  border-bottom: 1px solid #009cda; }
  .tabs li {
    line-height: 1;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #009CDA;
    color: #fff;
    padding: 7px 10px;
    font-size: 0.9rem;
    transition: 0.3s all ease; }
    .tabs li:first-child {
      margin-left: 5px; }
    .tabs li.active, .tabs li:hover {
      border-color: #009CDA;
      position: relative;
      bottom: -1px;
      background: #fff;
      color: #009CDA; }

.pagination .page-link {
  color: #009CDA; }
  .pagination .page-link:hover {
    color: #009CDA; }

.pagination .page-item.active .page-link {
  background-color: #009CDA;
  border-color: #009CDA; }

.ticket-detail-wrap .ticket-title {
  margin-bottom: 1.2em; }

.ticket-sidebar {
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
  border: 1px solid #D0D1D3;
  font-size: 15px; }
  .ticket-sidebar .detail {
    margin-bottom: 1.5em; }
    .ticket-sidebar .detail label {
      font-weight: 600;
      margin: 0; }
    .ticket-sidebar .detail select {
      margin-top: 0.4em; }
    .ticket-sidebar .detail span {
      font-weight: 400; }
    .ticket-sidebar .detail .status span {
      background: #4C4F54;
      color: #fff;
      padding: 2px 8px;
      font-size: 14px; }

.post-comment {
  width: 100%; }
  .post-comment textarea {
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #0096f0; }
    .post-comment textarea:hover, .post-comment textarea:focus {
      border: 1px solid #0076BD;
      outline: none; }
  .post-comment input[type="submit"] {
    background-color: #009CDA;
    color: #fff;
    cursor: pointer;
    border: none; }
    .post-comment input[type="submit"]:hover, .post-comment input[type="submit"]:focus, .post-comment input[type="submit"]:active {
      background-color: #009CDA !important;
      color: #fff !important;
      border: none;
      box-shadow: none; }

.text-red {
  color: #fe5f55; }

.ticket-status {
  margin-bottom: 1.5em;
  font-size: 16px; }
  .ticket-status .feedback {
    border-radius: 4px;
    padding: 1px 8px 3px;
    color: #fff;
    margin-left: 4px; }
  .ticket-status .good {
    background: #58b368; }
  .ticket-status .bad {
    background: #fe5f55; }

.created {
  margin-bottom: 1em; }
  .created i {
    margin-right: 0.4em; }
  .created .created-by {
    color: #009CDA;
    font-size: 14px; }
  .created .created-date {
    color: #939393;
    font-size: 13px;
    align-items: center; }

.ticket-attachment {
  padding: 0;
  margin: 0;
  list-style: none; }
  .ticket-attachment i {
    margin-right: 8px; }

.comment-wrapper {
  align-items: start; }
  .comment-wrapper .user-img {
    width: 50px;
    height: auto;
    margin: 0 1em 0 0; }
  .comment-wrapper .comment-body {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative; }
  .comment-wrapper .user-img + .comment-body {
    border-top-left-radius: 0; }
    .comment-wrapper .user-img + .comment-body:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid #e3e3e3;
      border-left: 15px solid transparent;
      position: absolute;
      left: -15px;
      top: -1px;
      z-index: 1; }
    .comment-wrapper .user-img + .comment-body:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 12px solid #f5f5f5;
      border-left: 14px solid transparent;
      position: absolute;
      left: -13px;
      top: 0px;
      z-index: 1; }
