@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
body,
input,
select,
textarea {
  font-family: 'Roboto', sans-serif;
  color: #222222;
  font-size: 16px;
  line-height: 1.6; }

body {
  background: #24272C; }

a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h4 {
  font-size: 22px; }

a:link, a:visited {
  color: #428bca; }

#outwrap {
  max-width: 1200px;
  margin: 0px auto; }

#content {
  padding: 0px 0px;
  background: #fafafa; }

.inwrap {
  padding-top: 30px;
  padding-bottom: 30px; }
  .inwrap h1 {
    color: #222;
    font-size: 38px;
    margin: 10px 0; }
  .inwrap .faqlist {
    margin: 30px 0px; }

#msg_error, #msg_notice, #msg_warning {
  margin-top: 30px; }

.clear {
  clear: both; }

.aitooltip {
  position: relative; }
  .aitooltip:after, .aitooltip:before {
    position: absolute;
    content: '';
    transition: all 0.4s ease;
    opacity: 0; }
  .aitooltip:before {
    border-width: 0px 8px 10px 8px;
    border-style: solid;
    border-color: transparent transparent #428BCA transparent;
    top: 22px;
    transform: translateY(-20px);
    left: -38px; }
  .aitooltip:after {
    content: attr(data-aitooltip);
    background-color: #428BCA;
    border-radius: 6px;
    width: 500px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    top: 32px;
    left: -273px;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 1.2;
    transform: translateY(-20px);
    text-align: left;
    line-height: 1.5; }

.ai-help-icon:hover + #aitip::after {
  transform: translateY(-2px);
  opacity: 1; }

.ai-help-icon:hover + #aitip::before {
  transform: translateY(-2px);
  opacity: 1; }

.ai-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .ai-heading .ai-help-icon {
    width: 40px;
    height: 30px;
    margin: 10px 10px 10px 0;
    text-align: center; }
    .ai-heading .ai-help-icon .fa {
      font-size: 20px;
      vertical-align: middle; }

.topbar {
  min-height: 40px;
  line-height: 40px;
  background: #094074;
  color: #fff;
  font-size: 14px; }
  .topbar .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .topbar .infobox {
    text-align: right; }
  .topbar a {
    color: #DDD;
    margin: 0px 5px; }
  .topbar a:link, .topbar a:visited {
    color: #ddd; }
  .topbar .flag {
    line-height: 1;
    margin-top: 10px;
    margin-right: 10px; }

#header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #eee;
  padding: 10px 0px;
  position: relative; }
  #header #logo {
    margin: 0px;
    display: block; }
  #header .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  #header img {
    height: 70px; }
  #header .nav-toggle {
    position: absolute;
    right: 15px;
    top: -50px;
    font-size: 24px;
    display: block;
    cursor: pointer;
    display: none; }
  #header ul#nav {
    list-style: none;
    margin: 25px 0px;
    padding: 0px 0px;
    text-align: right; }
    #header ul#nav li {
      display: inline-block;
      margin: 0px 10px;
      font-weight: 600;
      font-size: 14px;
      font-family: "Open Sans";
      text-transform: uppercase; }
      #header ul#nav li a:link, #header ul#nav li a:visited {
        color: rgba(0, 0, 0, 0.6); }
      #header ul#nav li a:hover {
        color: rgba(0, 0, 0, 0.6);
        opacity: 0.7;
        transition: all 0.4s ease-in-out 0s; }
      #header ul#nav li a.active {
        color: #094074; }

#landing_page .lead-info {
  background: url(//s3-ap-southeast-2.amazonaws.com/optuma-help/img/optuma-help-site-header.jpg);
  background-size: cover;
  padding: 150px 50px;
  text-align: center;
  color: #fff; }
  #landing_page .lead-info .progress {
    height: 34px; }
  #landing_page .lead-info .progress-bar .search-status {
    padding: 9px 0;
    font-size: 14px;
    line-height: 14px; }
  #landing_page .lead-info h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0px 0px 30px 0px;
    color: #fff; }
  #landing_page .lead-info p {
    font-size: 18px; }
  #landing_page .lead-info input {
    margin: 20px 0px;
    border-radius: 4px;
    font-size: 16px;
    background: transparent;
    padding: 10px;
    border: 1px solid #efefef3d;
    color: #fff;
    width: 400px; }
    #landing_page .lead-info input::placeholder {
      color: #efefef69; }
    #landing_page .lead-info input:focus {
      outline: none; }
#landing_page .ticket_action {
  padding: 50px 0px 50px 0px;
  text-align: center; }
  #landing_page .ticket_action .action-cover {
    border: 1px solid #ccc;
    padding: 50px 30px 0px 30px;
    position: relative; }
    #landing_page .ticket_action .action-cover span {
      border-radius: 5px;
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 32px;
      text-align: center;
      color: #fff;
      background: #094074;
      display: block;
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -40px;
      margin-top: -40px; }
    #landing_page .ticket_action .action-cover h3 {
      color: #111;
      font-weight: 800;
      font-size: 24px;
      text-transform: uppercase; }
    #landing_page .ticket_action .action-cover .front-page-button {
      margin: 30px 0px 50px 0px; }
      #landing_page .ticket_action .action-cover .front-page-button a.button {
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff; }
      #landing_page .ticket_action .action-cover .front-page-button a.green {
        background: #96ba50; }
      #landing_page .ticket_action .action-cover .front-page-button a.blue {
        background: #0064b0; }
#landing_page .extra-actions {
  padding: 0px 0px 50px 0px; }
  #landing_page .extra-actions h4 {
    text-align: center; }
  #landing_page .extra-actions .front-page-button {
    text-align: center;
    margin: 40px 0 30px 0; }
    #landing_page .extra-actions .front-page-button button {
      margin-bottom: 25px; }
    #landing_page .extra-actions .front-page-button a {
      color: #fff; }
  #landing_page .extra-actions .panel-primary {
    border-color: #094074; }
    #landing_page .extra-actions .panel-primary > .panel-heading {
      background-color: #094074;
      border-color: #094074; }
  #landing_page .extra-actions .consult-box .panel-body {
    font-size: 12px; }
    #landing_page .extra-actions .consult-box .panel-body p {
      margin-bottom: 0px; }
    #landing_page .extra-actions .consult-box .panel-body img {
      margin-right: 10px; }
  #landing_page .extra-actions #news {
    margin-top: 30px; }
    #landing_page .extra-actions #news ul {
      list-style-type: none;
      padding-left: 20px; }
      #landing_page .extra-actions #news ul li {
        margin-bottom: 10px; }
        #landing_page .extra-actions #news ul li span {
          color: #999;
          font-size: 12px; }
      #landing_page .extra-actions #news ul li:before {
        font-family: "FontAwesome";
        content: '\f1ea';
        margin: 0 10px 0 -28px;
        color: #777777; }
  #landing_page .extra-actions #latest_articles {
    margin-top: 30px; }
    #landing_page .extra-actions #latest_articles ul {
      list-style-type: none;
      padding-left: 20px; }
      #landing_page .extra-actions #latest_articles ul li {
        margin-bottom: 10px; }
        #landing_page .extra-actions #latest_articles ul li span {
          color: #999;
          font-size: 12px; }
      #landing_page .extra-actions #latest_articles ul li:before {
        font-family: "FontAwesome";
        content: '\f005';
        margin: 0 10px 0 -24px;
        color: #fbb50a; }
  #landing_page .extra-actions .ticket_action {
    padding: 50px 0px 50px 0px;
    text-align: center; }
    #landing_page .extra-actions .ticket_action img {
      margin: 30px 0 0 0; }
    #landing_page .extra-actions .ticket_action .action-cover {
      border: 1px solid #ccc;
      padding: 50px 30px 0px 30px;
      position: relative; }
      #landing_page .extra-actions .ticket_action .action-cover span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
        text-align: center;
        color: #fff;
        background: #094074;
        display: block;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
        border-radius: 5px; }
      #landing_page .extra-actions .ticket_action .action-cover h3 {
        color: #222;
        font-weight: 800;
        font-size: 26px;
        text-transform: uppercase; }
      #landing_page .extra-actions .ticket_action .action-cover .front-page-button {
        margin: 30px 0px 50px 0px; }
        #landing_page .extra-actions .ticket_action .action-cover .front-page-button a.button {
          padding: 10px 20px;
          color: #fff; }
        #landing_page .extra-actions .ticket_action .action-cover .front-page-button a.green {
          background: #96BA50; }
        #landing_page .extra-actions .ticket_action .action-cover .front-page-button a.blue {
          background: #0064B0; }
#landing_page .kbs-home {
  padding-bottom: 20px; }
#landing_page .kb-home-search {
  background: #24272C;
  padding: 50px 0px;
  margin: 30px 0px 0px; }
  #landing_page .kb-home-search .search-form {
    max-width: 480px;
    margin: 0px auto; }
    #landing_page .kb-home-search .search-form .form-group {
      margin: 0px 0px; }
      #landing_page .kb-home-search .search-form .form-group input {
        display: inline-block;
        width: 75%; }
      #landing_page .kb-home-search .search-form .form-group .btn {
        width: 20%;
        background: #96ba50;
        color: #fff;
        padding: 10px 12px;
        font-size: 16px; }
      #landing_page .kb-home-search .search-form .form-group .form-control {
        background-color: #24272C;
        border: 1px solid #555;
        font-size: 16px;
        height: 46px; }
#landing_page .faq-home-title h1 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #111;
  margin: 30px 0px; }
#landing_page .front-page {
  padding: 10px 0px 10px 0px; }
  #landing_page .front-page .category-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #094074;
    margin: 20px 0px 30px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
  #landing_page .front-page .article-headline {
    margin-bottom: 30px; }
    #landing_page .front-page .article-headline .article-title {
      font-size: 20px;
      font-weight: 700; }
      #landing_page .front-page .article-headline .article-title a {
        color: #111; }

#ticketSearchForm .form-group {
  margin-top: 10px; }

.ticksearch input {
  width: 75%;
  display: inline-block; }
.ticksearch .btn {
  width: 22%;
  float: right; }

.ticketformtitle {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd; }
  .ticketformtitle h1 {
    font-size: 18px;
    margin: 5px 0px; }
    .ticketformtitle h1 a {
      color: #333; }
    .ticketformtitle h1 .states small {
      font-size: 16px;
      color: #333; }
      .ticketformtitle h1 .states small a {
        color: #333; }

#ticketTable {
  margin-bottom: 0px; }
  #ticketTable caption {
    text-align: left;
    color: #222;
    padding: 10px 15px;
    font-size: 14px; }
  #ticketTable th {
    background: #eee; }
    #ticketTable th a {
      color: #666; }
  #ticketTable tbody {
    font-size: 14px; }

#ticketInfo {
  margin: 0px 0px; }
  #ticketInfo tr > td {
    border: none; }
  #ticketInfo .ticket-info-title {
    background: #428BCA; }
    #ticketInfo .ticket-info-title td {
      border: none;
      padding: 0px 15px; }
      #ticketInfo .ticket-info-title td h1 {
        color: #fff;
        font-size: 16px; }
        #ticketInfo .ticket-info-title td h1 small {
          color: #fff;
          font-size: 16px; }
        #ticketInfo .ticket-info-title td h1 a {
          color: #fff; }
        #ticketInfo .ticket-info-title td h1 a.action-button {
          margin-left: 10px; }
  #ticketInfo .infoTable td.headline, #ticketInfo .custom-data td.headline {
    background: #ddd;
    color: #222;
    font-weight: 700;
    border-radius: 3px; }
  #ticketInfo .infoTable th, #ticketInfo .infoTable td, #ticketInfo .custom-data th, #ticketInfo .custom-data td {
    border: none; }

.subject {
  color: #222;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700; }

.thread-entry {
  margin-bottom: 15px; }

.thread-entry.avatar {
  margin-left: 60px; }

.thread-entry.response.avatar {
  margin-right: 60px;
  margin-left: 0; }

.thread-entry > .avatar {
  margin-left: -60px;
  display: inline-block;
  width: 48px;
  height: auto;
  border-radius: 5px; }

.thread-entry.response > .avatar {
  margin-left: initial;
  margin-right: -60px; }

img.avatar {
  border-radius: inherit; }

.avatar > img.avatar {
  width: 100%;
  height: auto; }

.thread-entry .header {
  padding: 8px 0.9em;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px 3px 0 0; }

.thread-entry.avatar .header:before {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #b0b0b0;
  display: inline-block; }

.thread-entry.avatar .header:after {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-top: 1px; }

.thread-entry.avatar .header {
  position: relative; }

.thread-entry.response .header {
  background: #f7cdce; }

.thread-entry.avatar.response .header:after {
  border-left: 7px solid #f7cdce;
  margin-right: 1px; }

.thread-entry.message .header {
  background: #C3D9FF; }

.thread-entry.avatar.message .header:before {
  top: 7px;
  left: -8px;
  right: initial;
  border-left: none;
  border-right: 8px solid #CCC; }

.thread-entry.avatar.message .header:before {
  border-right-color: #9cadcc; }

.thread-entry.avatar.message .header:after {
  top: 7px;
  left: -8px;
  right: initial;
  border-left: none;
  border-right: 7px solid #c3d9ff;
  margin-left: 1px; }

.thread-entry .header .title {
  max-width: 500px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 15px; }

.thread-entry .thread-body {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 3px 3px; }

.thread-body div, .thread-body p, .thread-body ul, .thread-body ol, .thread-body table, .thread-body dl, .thread-body blockquote, .thread-body pre {
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  line-height: 1.6 !important; }

.thread-entry .thread-body > div {
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important; }

.thread-body .attachments {
  background-color: #f4faff;
  margin: 0 -0.9em;
  position: relative;
  top: 0.9em;
  padding: 0.3em 0.9em;
  border-top: 1px dotted #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 6px 6px; }

.thread-body .attachments .filesize {
  margin-left: 0.5em; }

.thread-body .attachments a,
.thread-body .attachments a:hover {
  text-decoration: none; }

.thread-body .attachment-info {
  margin-right: 10px;
  display: inline-block;
  width: 48%; }

.thread-body .attachment-info .filename {
  max-width: 80%;
  max-width: calc(100% - 70px); }

.label {
  font-size: 11px;
  padding: 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999; }

.label-bare {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #999999;
  color: #999999;
  text-shadow: none; }

.thread-event {
  padding: 0px 2px 15px;
  margin-left: 60px; }

.type-icon {
  border-radius: 8px;
  background-color: #FAFAFA;
  padding: 4px 6px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-size: 1.1em;
  border: 1px solid #eee;
  vertical-align: top; }

.type-icon.dark {
  border-color: #666;
  background-color: #949494; }

.thread-event img.avatar {
  vertical-align: middle;
  border-radius: 3px;
  width: auto;
  max-height: 24px;
  margin: -3px 3px 0; }

.thread-event .description {
  margin-left: -30px;
  padding-top: 6px;
  padding-left: 30px;
  display: inline-block;
  width: 642px;
  width: calc(100% - 95px);
  line-height: 1.4em; }

.thread-event .type-icon {
  position: relative; }

.thread-event .type-icon::after {
  content: "";
  border: none;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  z-index: -1; }

.thread-entry::after {
  content: "";
  border-bottom: 2px solid white;
  display: block; }

.thread-entry::before {
  content: "";
  display: block;
  border-top: 2px solid white; }

#ticketThread::before {
  border-left: 2px dotted #ddd;
  border-bottom: none;
  position: absolute;
  margin-left: 74px;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

#ticketThread {
  z-index: 0;
  position: relative;
  border-bottom: none;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background: #FAFAFA;
  padding: 20px 0px; }

.freetext-files {
  padding: 10px;
  margin-top: 10px;
  border: 1px dotted #ddd;
  border-radius: 4px;
  background-color: #f5f5f5; }

.freetext-files .file {
  margin-right: 10px;
  display: inline-block;
  width: 48%;
  padding-top: 0.2em; }

.freetext-files .title {
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 1.1em; }

#reply {
  background: #FAFAFA;
  padding: 20px 0px; }
  #reply table span#msg em {
    font-style: normal;
    margin-bottom: 10px; }

.filedrop {
  padding-bottom: 10px;
  font-size: 14px; }

.filedrop .dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #999; }

.filedrop .dropzone a {
  color: rgba(24, 78, 129, 0.7); }

.filedrop .files:not(:empty) {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0 0;
  padding: 5px; }

.filedrop .files:not(:empty) + .dropzone {
  border-top: none;
  border-radius: 0 0 5px 5px; }

.filedrop .files .file {
  display: block;
  padding: 5px 10px 5px 20px;
  margin: 0;
  border-radius: 5px; }

.rtl .filedrop .files .file {
  padding-left: 10px;
  padding-right: 20px; }

.filedrop .files .file:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.filedrop .files .file .filesize {
  margin: 0 1em;
  color: #999; }

.filedrop .files .file .upload-rate {
  margin: 0 10px;
  color: #aaa; }

.filedrop .files .file .trash {
  cursor: pointer; }

.filedrop .progress {
  margin-top: 5px; }

.filedrop .cancel {
  cursor: pointer; }

.filedrop .preview {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 40px;
  display: inline-block;
  float: left;
  padding-right: 10px; }

.rtl .filedrop .preview {
  padding-right: initial;
  padding-left: 10px;
  float: right; }

.redactor_box + .filedrop .dropzone,
.redactor_box + div > .filedrop .dropzone,
.redactor_box + div > .filedrop .files {
  border-top-width: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.tooltip-preview,
.tooltip-preview img {
  max-width: 300px;
  max-height: 300px; }

/* Bootstrap 3.2 progress-bar */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

.rtl .progress-bar {
  float: right; }

.progress-bar:not(.active) {
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

#clientLogin {
  margin: 30px 0px; }
  #clientLogin h3 {
    margin-top: 0 !important; }

#ticketForm, #profileForm, #editTicket {
  margin: 30px 0px; }
  #ticketForm .required, #profileForm .required, #editTicket .required {
    font-weight: bold; }
  #ticketForm .panel, #profileForm .panel, #editTicket .panel {
    width: 100%; }
    #ticketForm .panel .panel-heading em, #profileForm .panel .panel-heading em, #editTicket .panel .panel-heading em {
      font-style: normal;
      font-size: 14px; }
    #ticketForm .panel .panel-heading h3.panel-title, #profileForm .panel .panel-heading h3.panel-title, #editTicket .panel .panel-heading h3.panel-title {
      font-weight: 800; }
    #ticketForm .panel .panel-body table, #profileForm .panel .panel-body table, #editTicket .panel .panel-body table {
      width: 100%; }
      #ticketForm .panel .panel-body table td, #profileForm .panel .panel-body table td, #editTicket .panel .panel-body table td {
        padding: 5px 0px; }
        #ticketForm .panel .panel-body table td .redactor_box, #profileForm .panel .panel-body table td .redactor_box, #editTicket .panel .panel-body table td .redactor_box {
          border: 1px solid #ddd; }
        #ticketForm .panel .panel-body table td label, #profileForm .panel .panel-body table td label, #editTicket .panel .panel-body table td label {
          display: block;
          margin-top: 5px; }
        #ticketForm .panel .panel-body table td .error, #profileForm .panel .panel-body table td .error, #editTicket .panel .panel-body table td .error {
          font-size: 12px;
          color: #ff1100; }
    #ticketForm .panel .panel-body .error, #profileForm .panel .panel-body .error, #editTicket .panel .panel-body .error {
      font-size: 12px;
      color: #ff1100; }

.faq-search-form .search {
  width: 75%;
  display: inline-block; }
.faq-search-form .btn {
  width: 22%;
  float: right; }

.kb-box-cover ul#kb {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px; }
  .kb-box-cover ul#kb li {
    position: relative;
    margin: 20px 0px; }
    .kb-box-cover ul#kb li > i {
      font-size: 32px;
      position: absolute;
      left: 0px;
      top: 10px; }
      .kb-box-cover ul#kb li > i:before {
        content: "\F07B";
        font-family: FontAwesome;
        color: #444;
        position: absolute;
        left: -35px; }
    .kb-box-cover ul#kb li h4 {
      margin: 0px 0px 20px 0px;
      padding: 10px 0px 0px 0px;
      font-size: 20px; }
      .kb-box-cover ul#kb li h4 a {
        color: #428bca; }
      .kb-box-cover ul#kb li h4 span.faded {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #094074;
        padding: 10px 0 0; }
    .kb-box-cover ul#kb li .popular-faq {
      margin: 5px 0px 0px 0px;
      padding: 0px 0px 5px 0px;
      border-bottom: 1px solid #eee; }
      .kb-box-cover ul#kb li .popular-faq a {
        color: #555; }

ul#kb {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px; }
  ul#kb li {
    position: relative;
    margin: 20px 0px;
    padding-left: 40px; }
    ul#kb li > i {
      font-size: 24px;
      font-style: normal;
      position: absolute;
      left: 0px; }
      ul#kb li > i:before {
        content: "\F07B";
        font-family: FontAwesome;
        color: #444;
        position: absolute;
        left: 0px; }

#faq ol {
  margin: 20px 0px;
  padding: 0px;
  list-style: none; }
  #faq ol li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-left: 30px;
    position: relative; }
    #faq ol li:first-child {
      border-top: 1px solid #eee;
      padding-top: 10px; }
    #faq ol li:before {
      content: "\F15C";
      font-family: FontAwesome;
      color: #222;
      position: absolute;
      left: 5px; }

.single-faq {
  margin: 30px 0px; }
  .single-faq .faq-entry {
    padding: 30px 30px; }
    .single-faq .faq-entry h1, .single-faq .faq-entry h2, .single-faq .faq-entry h2, .single-faq .faq-entry h3 {
      color: #222;
      margin: 0px 0px  20px 0px; }
    .single-faq .faq-entry img {
      margin: 0 auto;
      max-width: 100%; }
    .single-faq .faq-entry h2 {
      font-size: 32px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.kb-sub-category-listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 0 30px; }

.Mso-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.Mso-embed-container iframe,
.Mso-embed-container object,
.Mso-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#bottom-menu {
  background: #3F444A; }
  #bottom-menu a {
    color: #bbb;
    transition: all 0.4s ease-in-out 0s; }
  #bottom-menu a:hover {
    color: #f0f0f0; }
  #bottom-menu .menu-footer ul {
    padding: 15px 0;
    margin-bottom: 0px;
    list-style: none; }
    #bottom-menu .menu-footer ul li {
      text-transform: uppercase;
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      padding-right: 22px; }

#footer {
  background: #24272C;
  color: #666;
  padding: 30px 0px; }
  #footer .social-icons ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    text-align: right; }
    #footer .social-icons ul li {
      display: inline-block;
      font-size: 16px;
      line-height: 40px;
      width: 40px;
      height: 40px;
      margin: 0px 5px;
      text-align: center; }
      #footer .social-icons ul li a {
        display: block;
        color: #666;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.4s ease-in-out 0s; }
      #footer .social-icons ul li a:hover {
        color: #f0f0f0;
        opacity: 0.7; }
  #footer p {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px; }
    #footer p a {
      color: #666;
      font-weight: 700;
      transition: all 0.4s ease-in-out 0s; }
    #footer p a:hover {
      color: #f0f0f0;
      opacity: 0.6; }

@media screen and (max-width: 767px) {
  .topbar .infobox, .shagen .flagbox {
    text-align: center; }

  #header .nav-toggle {
    display: block; }

  #header ul#nav {
    display: none;
    margin-bottom: 10px; }

  #header ul#nav li {
    display: block;
    text-align: center;
    padding: 5px 0px;
    border-bottom: 1px solid #333; }

  #header ul#nav li:first-child {
    border-top: 1px solid #efefef; }

  #footer {
    text-align: center; }

  #footer .social-icons ul {
    text-align: center;
    margin-top: 30px; }

  #landing_page .lead-info input, #landing_page .lead-info .progress {
    width: 400px; } }
@media screen and (min-width: 767px) {
  #landing_page .lead-info input, #landing_page .lead-info .progress {
    width: 400px; } }
@media screen and (max-width: 375px) {
  #header .container img {
    height: 64px; }

  .shagen #content #landing_page .lead-info {
    padding: 100px 30px; }

  #landing_page .lead-info input, #landing_page .lead-info .progress {
    width: 300px; } }
@media screen and (max-width: 320px) {
  #header .container img {
    height: 56px; }

  .shagen #content #landing_page .lead-info {
    padding: 60px 30px; } }
@media screen and (max-width: 375px) {
  .shagen #content #landing_page .lead-info p {
    font-size: 15px; }

  .shagen #content #landing_page .lead-info h1 {
    font-size: 38px; } }
@media screen and (max-width: 320px) {
  .shagen #content #landing_page .lead-info p {
    font-size: 13px; }

  .shagen #content #landing_page .lead-info h1 {
    font-size: 32px; }

  #landing_page .lead-info input, #landing_page .lead-info .progress {
    width: 250px; }

  #SearchTabContent div[class^="search-result-"]:before {
    margin-right: 13px; }
  #SearchTabContent h4 {
    font-size: 18px; } }
#SearchTabContent div[class^="search-result-"] {
  padding: 20px 0px;
  border-bottom: 1px solid #eeeeee;
  display: table;
  width: 100%; }
  #SearchTabContent div[class^="search-result-"]:before {
    content: "";
    padding: 0 0 0 60px;
    display: table-cell;
    vertical-align: middle;
    background-size: 40px 40px;
    width: 40px;
    height: 40px; }
  #SearchTabContent div[class^="search-result-"] a {
    text-decoration: none; }
  #SearchTabContent div[class^="search-result-"] a:link p {
    font-size: 14px;
    color: #555555; }
  #SearchTabContent div[class^="search-result-"] a:link h4, #SearchTabContent div[class^="search-result-"] a:visited p {
    color: #555555; }
  #SearchTabContent div[class^="search-result-"] a:visited h4 {
    color: #ec941e; }
  #SearchTabContent div[class^="search-result-"] h4 {
    display: inline; }
  #SearchTabContent div[class^="search-result-"] span {
    font-size: 15px;
    color: #666;
    font-style: italic; }
#SearchTabContent .search-result-kb:before {
  background: url(https://s3-ap-southeast-2.amazonaws.com/optuma-help/img/knowledge_base.png) no-repeat center center; }
#SearchTabContent .search-result-forum:before {
  background: url(https://s3-ap-southeast-2.amazonaws.com/optuma-help/img/forums.png) no-repeat center center; }
#SearchTabContent .search-result-optuma:before {
  background: url(https://s3-ap-southeast-2.amazonaws.com/optuma-help/img/videos.png) no-repeat center center; }
#SearchTabContent .search-result-courses:before {
  background: url(https://s3-ap-southeast-2.amazonaws.com/optuma-help/img/online_courses.png) no-repeat center center; }
#SearchTabContent .search-result-ganntrader:before {
  background: url(https://s3-ap-southeast-2.amazonaws.com/optuma-help/img/ganntrader.png) no-repeat center center; }
#SearchTabContent .tab-pane div:last-child {
  border-bottom: none; }

/*# sourceMappingURL=theme.css.map */
