/*
 * Mixin and other global level function definitions
 */
/*
 * Global level CSS definitions wrapped inside the selector class "egain-selfservice-body"
 */
.egain-selfservice-body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.egain-selfservice-body .article-container {
  margin-top: 15px;
  border-radius: 4px;
}
.egain-selfservice-body a:hover {
  text-decoration: none;
}
.egain-selfservice-body .linked-list-item {
  cursor: pointer !important;
}
.egain-selfservice-body .container {
  background-color: #ffffff;
}
.egain-selfservice-body .highlighted {
  background-color: yellow;
}
.egain-selfservice-body .nav,
.egain-selfservice-body .pagination,
.egain-selfservice-body .carousel,
.egain-selfservice-body .panel-title a {
  cursor: pointer;
}
.egain-selfservice-body .standard-portal-search-bar input[type="text"] {
  width: 100%;
  background: none;
  font-size: 1.2em;
  padding-top: 9px;
  padding-left: 5px;
  margin-top: 10px;
  border-color: #666;
}
.egain-selfservice-body .icon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@media screen {
  .egain-selfservice-body #printSection {
    display: none;
  }
}
@media print {
  .egain-selfservice-body * {
    visibility: hidden;
  }
  .egain-selfservice-body #printSection,
  .egain-selfservice-body #printSection * {
    visibility: visible;
  }
  .egain-selfservice-body #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.egain-selfservice-body .modal-content {
  border-radius: 4px;
}
.egain-selfservice-body :active,
.egain-selfservice-body :focus {
  outline: none !important;
}
.egain-selfservice-body .badge {
  background-color: #555555;
  color: #ffffff;
}
/*
Styling for the Announcements List Component
Changes to this section will apply to the component found in:
components/announcements-list/announcements-list.html
*/
#egain-selfservice-announcements-list {
  margin-top: 15px;
}
#egain-selfservice-announcements-list .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-announcements-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-announcements-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-announcements-list a.linked-list-item {
  padding-left: 5px;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-announcements-list a.linked-list-item .thumbnail {
  border: none;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0;
  margin-top: 0;
  background-color: transparent;
}
#egain-selfservice-announcements-list a.linked-list-item p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#egain-selfservice-announcements-list a.linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-announcements-list .list-group-item-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-announcements-list .list-group-item-primary h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-announcements-list .list-group-item-primary h3 {
  padding: 0;
  margin: 0;
}
#egain-selfservice-announcements-list .btn-primary {
  border-color: #061a43;
  border-radius: 4px;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
}
#egain-selfservice-announcements-list .list-group-item-info {
  background-color: #e9e9e9;
  color: #666666;
  border-color: #c7c7c7;
  padding: 15px;
}
/*
Styling for the Article Attachment Component
Changes to this section will apply to the component found in:
components/article-attachments-list/article-attachments-list.html
*/
#egain-selfservice-article-attachments-list {
  margin-top: 15px;
}
#egain-selfservice-article-attachments-list .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-article-attachments-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-article-attachments-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-article-attachments-list a.linked-list-item {
  padding-left: 5px;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-article-attachments-list a.linked-list-item .thumbnail {
  border: none;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0;
  margin-top: 0;
  background-color: transparent;
}
#egain-selfservice-article-attachments-list a.linked-list-item p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#egain-selfservice-article-attachments-list a.linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-article-attachments-list .list-group-item-secondary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-article-attachments-list .list-group-item-secondary h3 {
  color: #f1f4f9;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-article-attachments-list .list-group-item-secondary h3 {
  padding: 0;
  margin: 0;
}
/*
Styling for the Article Content Modal Component
Changes to this section will apply to the component found in:
components/article-content-modal/article-content-modal.html
*/
#egain-selfservice-article-content-modal {
  border-radius: 4px;
}
#egain-selfservice-article-content-modal .modal-header {
  background-color: #061a43;
  border-color: #c7c7c7;
}
#egain-selfservice-article-content-modal .modal-header h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-article-content-modal .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-article-content-modal .btn-secondary {
  border-color: #061a43;
  background: #061a43 !important;
  border-radius: 4px;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-weight: bold;
}
#egain-selfservice-article-content-modal .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-article-content-modal .text-danger {
  color: #ff6600;
}
#egain-selfservice-article-content-modal blockquote {
  border-left: solid 8px #061a43;
  position: relative;
  left: -15px;
}
/*
Styling for the Article Content Component
Changes to this section will apply to the component found in:
components/article-content-window/article-content-window.html
*/
#egain-selfservice-article-content-window .article-content {
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 19.5px;
  outline-style: none;
  vertical-align: baseline;
  word-wrap: break-word;
}
#egain-selfservice-article-content-window .article-content h1 {
  font-size: 2em;
}
#egain-selfservice-article-content-window .article-content h2 {
  font-size: 1.5em;
}
#egain-selfservice-article-content-window .article-content h3 {
  font-size: 1.2em;
}
#egain-selfservice-article-content-window .article-content address {
  font-style: italic;
}
#egain-selfservice-article-content-window .article-content a,
#egain-selfservice-article-content-window .article-content a:link,
#egain-selfservice-article-content-window .article-content a:visited,
#egain-selfservice-article-content-window .article-content a:active {
  color: #061a43;
  text-decoration: underline;
}
#egain-selfservice-article-content-window .article-content a:hover,
#egain-selfservice-article-content-window .article-content a:link:hover,
#egain-selfservice-article-content-window .article-content a:visited:hover,
#egain-selfservice-article-content-window .article-content a:active:hover {
  color: #666666;
}
#egain-selfservice-article-content-window .article-content a[data-url] {
  background-color: #ffffff;
  color: #555555;
  text-decoration: none;
  font-weight: normal;
}
#egain-selfservice-article-content-window .article-content a[data-url]:hover {
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-article-content-window .article-content img {
  max-width: 100%;
  height: auto;
}
#egain-selfservice-article-content-window div.content-heading {
  /*border-bottom: 1px solid @SelfServiceArticleContentWindowBorderColor;*/
}
#egain-selfservice-article-content-window blockquote {
  border-left: solid 5px #061a43;
  position: relative;
  left: -15px;
}
#egain-selfservice-article-content-window .article-location,
#egain-selfservice-article-content-window .article-url {
  visibility: hidden;
  display: none;
}
@media print {
  #egain-selfservice-article-content-window blockquote {
    border: none;
  }
  #egain-selfservice-article-content-window div.article-location {
    visibility: visible;
    display: block;
    page-break-after: always;
    max-width: 100% !important;
  }
  #egain-selfservice-article-content-window p.article-url {
    visibility: visible;
    display: block;
  }
}
#egain-selfservice-article-content-window p {
  padding: 5px 0;
}
#egain-selfservice-article-content-window a {
  font-weight: bold;
}
#egain-selfservice-article-content-window dl dd {
  margin-left: 1em;
}
#egain-selfservice-article-content-window ol {
  list-style-type: decimal;
  list-style-position: outside;
}
#egain-selfservice-article-content-window sup {
  vertical-align: super;
  font-size: smaller;
}
#egain-selfservice-article-content-window sub {
  vertical-align: sub;
  font-size: smaller;
}
#egain-selfservice-article-content-window ul {
  list-style-type: disc;
  list-style-position: outside;
}
#egain-selfservice-article-content-window h1,
#egain-selfservice-article-content-window h2,
#egain-selfservice-article-content-window h3,
#egain-selfservice-article-content-window h4,
#egain-selfservice-article-content-window h5,
#egain-selfservice-article-content-window h6 {
  font-weight: bold;
}
#egain-selfservice-article-content-window i,
#egain-selfservice-article-content-window em {
  font-style: italic;
}
#egain-selfservice-article-content-window blockquote {
  margin: 1em;
}
#egain-selfservice-article-content-window ul {
  margin-left: 0em;
}
#egain-selfservice-article-content-window table td {
  padding: 5px;
}
/*
Styling for the Article Feedback stars Component
Changes to this section will apply to the component found in:
components/article-feedback-stars/article-feedback-stars.html
*/
#egain-selfservice-article-feedback-stars .row {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #555555;
  font-weight: bold;
}
#egain-selfservice-article-feedback-stars .feedback-question {
  color: #061a43;
  font-weight: bold;
}
/*
Styling for the Article Feedback Thumbs Component
Changes to this section will apply to the component found in:
components/article-feedback-thumbs/article-feedback-thumbs.html
*/
#egain-selfservice-article-feedback-thumbs .row {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #555555;
  font-weight: bold;
}
#egain-selfservice-article-feedback-thumbs .row a {
  color: #555555;
}
#egain-selfservice-article-feedback-thumbs .row a:hover {
  color: #666666;
}
#egain-selfservice-article-feedback-thumbs .feedback-question {
  color: #061a43;
  font-weight: bold;
}
/*
Styling for the Article Related Blockquotes Component
Changes to this section will apply to the component found in:
components/article-related-blockquotes/article-related-blockquotes.html
*/
#egain-selfservice-article-related-blockquotes .panel {
  border-radius: 4px;
  border-color: #c7c7c7;
}
#egain-selfservice-article-related-blockquotes .panel-heading {
  color: #e8ebf3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
  background: #061a43 !important;
  background-color: #061a43;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-article-related-blockquotes .panel-body {
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-article-related-blockquotes blockquote {
  border-left: solid 5px #061a43;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#egain-selfservice-article-related-blockquotes a,
#egain-selfservice-article-related-blockquotes a:hover,
#egain-selfservice-article-related-blockquotes a:visited,
#egain-selfservice-article-related-blockquotes a:active {
  color: #555555;
}
#egain-selfservice-article-related-blockquotes a:hover,
#egain-selfservice-article-related-blockquotes a:hover:hover,
#egain-selfservice-article-related-blockquotes a:visited:hover,
#egain-selfservice-article-related-blockquotes a:active:hover {
  color: #666666;
}
/*
Styling for the Article Related List Component
Changes to this section will apply to the component found in:
components/article-related-list/article-related-list.html
*/
#egain-selfservice-article-related-list {
  margin-top: 15px;
}
#egain-selfservice-article-related-list .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#egain-selfservice-article-related-list .list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 10px;
}
#egain-selfservice-article-related-list .list-group-item {
  background-color: #ffffff;
  color: #555555;
  border-color: #c7c7c7;
}
#egain-selfservice-article-related-list .list-group-item-primary {
  background-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-article-related-list li.list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-article-related-list .linked-list-item a {
  color: #555555;
}
#egain-selfservice-article-related-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-article-related-list .linked-list-item:hover a {
  color: #666666;
}
/*
Styling for the Article Tools horizontal Component
Changes to this section will apply to the component found in:
components/article-suggestion-tools-horizontal/article-suggestion-tools-horizontal.html
*/
#egain-selfservice-article-suggestion-tools-horizontal {
  margin-top: 15px;
  color: #555555;
}
#egain-selfservice-article-suggestion-tools-horizontal a {
  color: #555555;
  text-decoration: none;
  padding-right: 7px;
}
#egain-selfservice-article-suggestion-tools-horizontal a i {
  padding-right: 5px;
}
#egain-selfservice-article-suggestion-tools-horizontal a:hover {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}
#egain-selfservice-article-suggestion-tools-horizontal .fa {
  color: #061a43;
}
#egain-selfservice-article-suggestion-tools-horizontal hr {
  border: 1px solid #c7c7c7;
}
/*
Styling for the Article Tools horizontal Component
Changes to this section will apply to the component found in:
components/article-tools-horizontal/article-tools-horizontal.html
*/
#egain-selfservice-article-tools-horizontal {
  margin-top: 15px;
  color: #555555;
}
#egain-selfservice-article-tools-horizontal a {
  color: #555555;
  text-decoration: none;
  padding-right: 7px;
}
#egain-selfservice-article-tools-horizontal a i {
  padding-right: 5px;
}
#egain-selfservice-article-tools-horizontal a:hover {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}
#egain-selfservice-article-tools-horizontal .fa {
  color: #061a43;
}
/*
Styling for the Bookmarks List Component
Changes to this section will apply to the component found in:
components/bookmarks-list/bookmarks-list.html
*/
#egain-selfservice-bookmarks-list {
  margin-top: 15px;
}
#egain-selfservice-bookmarks-list .list-group-item {
  background-color: #ffffff;
  color: #555555;
  border-color: #c7c7c7;
}
#egain-selfservice-bookmarks-list .list-group-item .fa.fa-remove {
  padding-top: 2px;
}
#egain-selfservice-bookmarks-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-bookmarks-list .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#egain-selfservice-bookmarks-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-bookmarks-list .list-group-item-tertiary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
}
#egain-selfservice-bookmarks-list .list-group-item-tertiary h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-bookmarks-list .list-group-item-tertiary h3 {
  padding: 0;
  margin: 0;
}
/*
Styling for the Article suggestion window Component
Changes to this section will apply to the component found in:
components/comment-on-article-modal/comment-on-article-modal.html
*/
#egain-selfservice-comment-on-article-modal .modal-header {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
}
#egain-selfservice-comment-on-article-modal .modal-header h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-comment-on-article-modal .form-group textarea {
  height: 200px;
}
#egain-selfservice-comment-on-article-modal .btn {
  border-radius: 4px;
}
#egain-selfservice-comment-on-article-modal .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  color: #f1f4f9;
}
#egain-selfservice-comment-on-article-modal .text-danger {
  color: #ff6600;
}
#egain-selfservice-comment-on-article-modal input,
#egain-selfservice-comment-on-article-modal textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-comment-on-article-modal input::-webkit-input-placeholder,
#egain-selfservice-comment-on-article-modal textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-comment-on-article-modal input:-moz-placeholder,
#egain-selfservice-comment-on-article-modal textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-comment-on-article-modal input::-moz-placeholder,
#egain-selfservice-comment-on-article-modal textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-comment-on-article-modal input:-ms-input-placeholder,
#egain-selfservice-comment-on-article-modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-comment-on-article-modal input:placeholder-shown,
#egain-selfservice-comment-on-article-modal textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
/*
Styling for the Community Links List Component
Changes to this section will apply to the component found in:
components/community-links-list/community-links-list.html
*/
#egain-selfservice-community-links-list {
  margin-top: 15px;
}
#egain-selfservice-community-links-list .panel {
  border-color: #c7c7c7;
  border-radius: 4px;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-community-links-list .panel .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
}
#egain-selfservice-community-links-list .panel .panel-heading h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-community-links-list .panel .fa {
  color: #061a43;
}
#egain-selfservice-community-links-list .panel a {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
}
#egain-selfservice-community-links-list .panel a:hover span {
  background-color: #c3ecee;
  color: #666666;
}
/*
Styling for the Community Search Results List Component
Changes to this section will apply to the component found in:
components/community-search-results-list/community-search-results-list.html
*/
#egain-selfservice-community-search-results-list {
  margin-top: 15px;
}
#egain-selfservice-community-search-results-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-community-search-results-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-community-search-results-list .list-separator {
  background-color: #e9e9e9;
  color: #666666;
}
#egain-selfservice-community-search-results-list .list-group-item {
  background-color: #ffffff;
  color: #555555;
  border-color: #c7c7c7;
}
#egain-selfservice-community-search-results-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-community-search-results-list .list-group-item.list-separator {
  background-color: #e9e9e9;
  color: #666666;
  padding: 15px;
}
#egain-selfservice-community-search-results-list .list-group-item-secondary {
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-community-search-results-list .btn-secondary {
  border-color: #061a43;
  border-radius: 4px;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-weight: bold;
}
/*
Styling for the Contact Us Window Component
Changes to this section will apply to the component found in:
components/contact-us-window/contact-us-window.html
*/
#egain-selfservice-contact-us-window {
  margin-top: 15px;
}
#egain-selfservice-contact-us-window .panel {
  border-radius: 4px;
  border-color: #c7c7c7;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-contact-us-window .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
}
#egain-selfservice-contact-us-window .panel-heading h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-contact-us-window .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-contact-us-window .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-contact-us-window .dropdown-menu .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-contact-us-window .text-danger {
  color: #ff6600;
}
#egain-selfservice-contact-us-window input,
#egain-selfservice-contact-us-window textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-contact-us-window input::-webkit-input-placeholder,
#egain-selfservice-contact-us-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-contact-us-window input:-moz-placeholder,
#egain-selfservice-contact-us-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-contact-us-window input::-moz-placeholder,
#egain-selfservice-contact-us-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-contact-us-window input:-ms-input-placeholder,
#egain-selfservice-contact-us-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-contact-us-window input:placeholder-shown,
#egain-selfservice-contact-us-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
#egain-selfservice-contact-us-window .select-options select {
  background: transparent !important;
  border: solid 1px #c7c7c7;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.25 !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
/*
Styling for the Email Article Modal Component
Changes to this section will apply to the component found in:
components/email-article-modal/email-article-modal.html
*/
#egain-selfservice-email-article-modal .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #c7c7c7;
}
#egain-selfservice-email-article-modal .modal-header h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-email-article-modal .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-email-article-modal .btn-secondary {
  border-color: #061a43;
  background: #061a43 !important;
  border-radius: 4px;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-weight: bold;
}
#egain-selfservice-email-article-modal .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-email-article-modal .text-danger {
  color: #ff6600;
}
#egain-selfservice-email-article-modal input,
#egain-selfservice-email-article-modal textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-email-article-modal input::-webkit-input-placeholder,
#egain-selfservice-email-article-modal textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-email-article-modal input:-moz-placeholder,
#egain-selfservice-email-article-modal textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-email-article-modal input::-moz-placeholder,
#egain-selfservice-email-article-modal textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-email-article-modal input:-ms-input-placeholder,
#egain-selfservice-email-article-modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-email-article-modal input:placeholder-shown,
#egain-selfservice-email-article-modal textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
/*
Styling for the Error Window Component
Changes to this section will apply to the component found in:
components/error-window/error-window.html
*/
#egain-selfservice-error-window {
  margin-top: 15px;
}
#egain-selfservice-error-window .panel {
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-error-window .panel a {
  color: #061a43;
}
#egain-selfservice-error-window .panel a:hover {
  background-color: #c3ecee;
  color: #666666;
}
/*
Styling for the Escalation Search Results List Component
Changes to this section will apply to the component found in:
components/escalation-search-results-list/escalation-search-results-list.html
*/
#egain-selfservice-escalation-search-results-list {
  margin-top: 15px;
}
#egain-selfservice-escalation-search-results-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-escalation-search-results-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-escalation-search-results-list .list-separator {
  background-color: #e9e9e9;
  color: #666666;
}
#egain-selfservice-escalation-search-results-list .list-group-item {
  background-color: #ffffff;
  color: #555555;
  border-color: #c7c7c7;
}
#egain-selfservice-escalation-search-results-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-escalation-search-results-list .list-separator {
  border-color: #c7c7c7;
  background-color: #e9e9e9;
  color: #666666;
  padding: 15px;
}
#egain-selfservice-escalation-search-results-list .list-group-item-primary {
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-escalation-search-results-list .btn-primary {
  border-color: #061a43;
  border-radius: 4px;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
  font-weight: bold;
}
#egain-selfservice-escalation-search-results-list .btn-secondary {
  border-color: #061a43;
  background: #061a43 !important;
  border-radius: 4px;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-weight: bold;
}
#egain-selfservice-escalation-search-results-message {
  margin-top: 15px;
}
/*
Styling for the Footer Small Component
Changes to this section will apply to the component found in:
components/footer-small/footer-small.html
*/
#egain-selfservice-footer-small .row {
  height: 44px;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #000000 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-footer-small a {
  color: #ffffff;
}
#egain-selfservice-footer-small .pull-right {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 1.1em;
}
/*
Styling for the Forgot Password Window Component
Changes to this section will apply to the component found in:
components/forgot-password-window/forgot-password-window.html
*/
#egain-selfservice-forgot-password-window {
  margin-top: 15px;
}
#egain-selfservice-forgot-password-window .panel {
  border-radius: 4px;
  border-color: #c7c7c7;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-forgot-password-window .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
  color: #f1f4f9;
}
#egain-selfservice-forgot-password-window .panel-heading h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-forgot-password-window .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-forgot-password-window .btn-secondary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #f1f4f9;
}
#egain-selfservice-forgot-password-window .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-forgot-password-window .dropdown-menu .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-forgot-password-window .text-danger {
  color: #ff6600;
}
#egain-selfservice-forgot-password-window input,
#egain-selfservice-forgot-password-window textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-forgot-password-window input::-webkit-input-placeholder,
#egain-selfservice-forgot-password-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-forgot-password-window input:-moz-placeholder,
#egain-selfservice-forgot-password-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-forgot-password-window input::-moz-placeholder,
#egain-selfservice-forgot-password-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-forgot-password-window input:-ms-input-placeholder,
#egain-selfservice-forgot-password-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-forgot-password-window input:placeholder-shown,
#egain-selfservice-forgot-password-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
/*
Styling for the Guided Help Article Info Modal Component
Changes to this section will apply to the component found in:
components/email-article-modal/email-article-modal.html
*/
#egain-selfservice-gh-info-modal {
  border-radius: 4px;
}
#egain-selfservice-gh-info-modal .modal-header {
  background-color: #061a43;
  border-color: #c7c7c7;
}
#egain-selfservice-gh-info-modal .modal-header h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-gh-info-modal .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-gh-info-modal .btn-secondary {
  border-color: #061a43;
  background: #061a43 !important;
  border-radius: 4px;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-weight: bold;
}
#egain-selfservice-gh-info-modal .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-gh-info-modal .text-danger {
  color: #ff6600;
}
#egain-selfservice-gh-casebases-list {
  margin-top: 15px;
}
#egain-selfservice-gh-casebases-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-gh-casebases-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-gh-casebases-list .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-gh-casebases-list a.linked-list-item {
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-gh-casebases-list a.linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-gh-casebases-list .list-group-item-primary {
  background-color: #061a43;
  color: #e8ebf3;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-gh-casebases-list .list-group-item-primary h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-gh-casebases-list .list-group-item-primary h3 {
  padding: 0;
  margin: 0;
}
#egain-selfservice-gh-questions-list {
  margin-top: 15px;
  background-color: #fff;
}
#egain-selfservice-gh-questions-list .panel {
  border-radius: 4px;
  border-color: #c7c7c7;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-gh-questions-list .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
}
#egain-selfservice-gh-questions-list .panel-heading h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-gh-questions-list .list-group-item {
  border-color: #c7c7c7;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-gh-questions-list .list-group-item i.fa.fa-2x {
  color: #555555;
}
#egain-selfservice-gh-questions-list .list-group-item .row .pull-right span {
  padding-right: 10px;
}
#egain-selfservice-gh-questions-list .list-group-item select {
  width: 250px;
  max-width: 400px;
  border-color: #c7c7c7;
  border-radius: 4px;
}
#egain-selfservice-gh-questions-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-gh-questions-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-gh-questions-list .list-group-item-primary {
  background: #061a43 !important;
  color: #e8ebf3;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-gh-questions-list .list-group-item-primary h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-gh-questions-list .list-group-item-primary h3 {
  padding: 0;
  margin: 0;
}
#egain-selfservice-gh-questions-list .button-container {
  margin-top: 15px;
}
#egain-selfservice-gh-questions-list .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-gh-questions-list .btn-secondary {
  border-color: #061a43;
  background: #061a43 !important;
  border-radius: 4px;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
}
#egain-selfservice-gh-questions-list a.linked-list-item {
  background-color: #e8ebf3;
  color: #061a43;
}
#egain-selfservice-gh-questions-list a.linked-list-item:hover {
  background-color: #f1f4f9;
  color: #061a43;
}
#egain-selfservice-gh-questions-list .answers,
#egain-selfservice-gh-questions-list .additional-info {
  margin-top: 15px;
}
#egain-selfservice-gh-questions-list .guided-help-diagnostics-container {
  margin-top: 15px;
}
#egain-selfservice-gh-questions-list input,
#egain-selfservice-gh-questions-list textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-gh-questions-list input::-webkit-input-placeholder,
#egain-selfservice-gh-questions-list textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-gh-questions-list input:-moz-placeholder,
#egain-selfservice-gh-questions-list textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-gh-questions-list input::-moz-placeholder,
#egain-selfservice-gh-questions-list textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-gh-questions-list input:-ms-input-placeholder,
#egain-selfservice-gh-questions-list textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-gh-questions-list input:placeholder-shown,
#egain-selfservice-gh-questions-list textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
/*
Styling for the Header Small Component
Changes to this section will apply to the component found in:
components/header-small/header-small.html
*/
#egain-selfservice-header-small {
  border-color: #061a43;
  background: #eeeeee !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  /* TODO: Fix styling */
}
#egain-selfservice-header-small i {
  padding-right: 5px;
}
#egain-selfservice-header-small .row {
  background-color: transparent;
  color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 44px;
}
#egain-selfservice-header-small .navbar-brand img {
  max-width: 150px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-header-small img {
  margin-top: 15px;
}
#egain-selfservice-header-small img:hover {
  cursor: pointer;
}
#egain-selfservice-header-small .autocomplete-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
}
#egain-selfservice-header-small .autocomplete-popup-wrapper .message {
  padding: 10px 20px;
}
#egain-selfservice-header-small .navbar-brand {
  max-width: 150px;
}
#egain-selfservice-header-small .egain-selfservice-header-row input {
  color: #ffffff;
}
#egain-selfservice-header-small .input-group {
  padding-top: 15px;
}
#egain-selfservice-header-small .egain-desktop-nav {
  padding-top: 20px;
  color: #ffffff;
}
#egain-selfservice-header-small .egain-desktop-nav a,
#egain-selfservice-header-small .egain-desktop-nav a:visited,
#egain-selfservice-header-small .egain-desktop-nav a:hover,
#egain-selfservice-header-small .egain-desktop-nav a:active,
#egain-selfservice-header-small button,
#egain-selfservice-header-small .egain-selfservice-header-row a,
#egain-selfservice-header-small .egain-selfservice-header-row a:visited,
#egain-selfservice-header-small .egain-selfservice-header-row a:hover,
#egain-selfservice-header-small .egain-selfservice-header-row a:active {
  color: #ffffff;
  background-color: transparent;
}
#egain-selfservice-header-small .navbar-brand {
  margin-top: 5px;
  padding: 0;
}
#egain-selfservice-header-small .profile-dropdown .btn {
  border: 0px;
}
#egain-selfservice-header-small .navbar-collapse a,
#egain-selfservice-header-small .navbar-collapse a:visited,
#egain-selfservice-header-small .navbar-collapse a:hover,
#egain-selfservice-header-small .navbar-collapse a:active,
#egain-selfservice-header-small .navbar-collapse button {
  color: #ffffff;
  background-color: transparent;
}
#egain-selfservice-header-small .navbar-collapse .dropdown.open {
  background-color: #061a43;
  color: #ffffff;
}
#egain-selfservice-header-small .navbar-collapse .navbar-nav {
  margin-top: 15px;
  border-top: 1px solid #ffffff;
}
#egain-selfservice-header-small .dropdown-menu {
  background-color: #ffffff;
  color: #555555;
  padding: 0;
}
#egain-selfservice-header-small .dropdown-menu a {
  color: #555555;
  cursor: pointer;
}
#egain-selfservice-header-small .dropdown-menu a:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-header-small .dropdown-menu .suggestion-divider {
  background-color: #e9e9e9;
  color: #666666;
  padding: 15px;
}
#egain-selfservice-header-small input,
#egain-selfservice-header-small textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-header-small input::-webkit-input-placeholder,
#egain-selfservice-header-small textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-header-small input:-moz-placeholder,
#egain-selfservice-header-small textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-header-small input::-moz-placeholder,
#egain-selfservice-header-small textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-header-small input:-ms-input-placeholder,
#egain-selfservice-header-small textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-header-small input:placeholder-shown,
#egain-selfservice-header-small textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
#egain-selfservice-header-small .input-group-addon:hover {
  cursor: pointer;
}
#egain-selfservice-header-small .topic-link a {
  display: block;
}
/*
Styling for the Header Small Component
Changes to this section will apply to the component found in:
components/header-small/header-small.html
*/
#egain-selfservice-header-with-topic-search-bar {
  border-color: #061a43;
  background: #eeeeee !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  /* TODO: Fix styling */
}
#egain-selfservice-header-with-topic-search-bar i {
  padding-right: 5px;
}
#egain-selfservice-header-with-topic-search-bar .row {
  background-color: transparent;
  color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 44px;
}
#egain-selfservice-header-with-topic-search-bar .navbar-brand img {
  max-width: 150px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-header-with-topic-search-bar img {
  margin-top: 15px;
}
#egain-selfservice-header-with-topic-search-bar img:hover {
  cursor: pointer;
}
#egain-selfservice-header-with-topic-search-bar .autocomplete-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
}
#egain-selfservice-header-with-topic-search-bar .autocomplete-popup-wrapper .message {
  padding: 10px 20px;
}
#egain-selfservice-header-with-topic-search-bar .navbar-brand {
  max-width: 150px;
}
#egain-selfservice-header-with-topic-search-bar .egain-selfservice-header-row input {
  color: #ffffff;
}
#egain-selfservice-header-with-topic-search-bar .input-group {
  padding-top: 15px;
}
#egain-selfservice-header-with-topic-search-bar .egain-desktop-nav {
  padding-top: 20px;
  color: #ffffff;
}
#egain-selfservice-header-with-topic-search-bar .egain-desktop-nav a,
#egain-selfservice-header-with-topic-search-bar .egain-desktop-nav a:visited,
#egain-selfservice-header-with-topic-search-bar .egain-desktop-nav a:hover,
#egain-selfservice-header-with-topic-search-bar .egain-desktop-nav a:active,
#egain-selfservice-header-with-topic-search-bar button,
#egain-selfservice-header-with-topic-search-bar .egain-selfservice-header-row a,
#egain-selfservice-header-with-topic-search-bar .egain-selfservice-header-row a:visited,
#egain-selfservice-header-with-topic-search-bar .egain-selfservice-header-row a:hover,
#egain-selfservice-header-with-topic-search-bar .egain-selfservice-header-row a:active {
  color: #ffffff;
  background-color: transparent;
}
#egain-selfservice-header-with-topic-search-bar .navbar-brand {
  margin-top: 5px;
  padding: 0;
}
#egain-selfservice-header-with-topic-search-bar .profile-dropdown .btn {
  border: 0px;
}
#egain-selfservice-header-with-topic-search-bar .navbar-collapse a,
#egain-selfservice-header-with-topic-search-bar .navbar-collapse a:visited,
#egain-selfservice-header-with-topic-search-bar .navbar-collapse a:hover,
#egain-selfservice-header-with-topic-search-bar .navbar-collapse a:active,
#egain-selfservice-header-with-topic-search-bar .navbar-collapse button {
  color: #ffffff;
  background-color: transparent;
}
#egain-selfservice-header-with-topic-search-bar .navbar-collapse .dropdown.open {
  background-color: #061a43;
  color: #ffffff;
}
#egain-selfservice-header-with-topic-search-bar .navbar-collapse .navbar-nav {
  margin-top: 15px;
  border-top: 1px solid #ffffff;
}
#egain-selfservice-header-with-topic-search-bar .dropdown-menu {
  background-color: #ffffff;
  color: #555555;
  padding: 0;
}
#egain-selfservice-header-with-topic-search-bar .dropdown-menu a {
  color: #555555;
  cursor: pointer;
}
#egain-selfservice-header-with-topic-search-bar .dropdown-menu a:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-header-with-topic-search-bar .dropdown-menu .suggestion-divider {
  background-color: #e9e9e9;
  color: #666666;
  padding: 15px;
}
#egain-selfservice-header-with-topic-search-bar .dropdown-menu li:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-header-with-topic-search-bar input,
#egain-selfservice-header-with-topic-search-bar textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-header-with-topic-search-bar input::-webkit-input-placeholder,
#egain-selfservice-header-with-topic-search-bar textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-header-with-topic-search-bar input:-moz-placeholder,
#egain-selfservice-header-with-topic-search-bar textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-header-with-topic-search-bar input::-moz-placeholder,
#egain-selfservice-header-with-topic-search-bar textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-header-with-topic-search-bar input:-ms-input-placeholder,
#egain-selfservice-header-with-topic-search-bar textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-header-with-topic-search-bar input:placeholder-shown,
#egain-selfservice-header-with-topic-search-bar textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
#egain-selfservice-header-with-topic-search-bar .input-group-addon:hover {
  cursor: pointer;
}
#egain-selfservice-header-with-topic-search-bar .single-button {
  border: none;
}
#egain-selfservice-header-with-topic-search-bar .topic-link a {
  display: block;
}
/*
Styling for the Intranet Search Results List Component
Changes to this section will apply to the component found in:
components/intranet-search-results-list/intranet-search-results-list.html
*/
#egain-selfservice-intranet-search-results-list {
  margin-top: 15px;
}
#egain-selfservice-intranet-search-results-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-intranet-search-results-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-intranet-search-results-list .list-group-item {
  background-color: #ffffff;
  color: #555555;
  border-color: #c7c7c7;
}
#egain-selfservice-intranet-search-results-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-intranet-search-results-list .list-group-item-secondary {
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
/*
Styling for the Login Window Component
Changes to this section will apply to the component found in:
components/login-window/login-window.html
*/
#egain-selfservice-login-window {
  margin-top: 15px;
}
#egain-selfservice-login-window .panel {
  border-radius: 4px;
  border-color: #c7c7c7;
  color: #555555;
  background-color: #ffffff;
}
#egain-selfservice-login-window .panel a {
  color: #061a43;
}
#egain-selfservice-login-window .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
  color: #e8ebf3;
}
#egain-selfservice-login-window .panel-heading h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-login-window .btn-secondary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #f1f4f9;
}
#egain-selfservice-login-window .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-login-window .dropdown-menu .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-login-window .text-danger {
  color: #ff6600;
}
#egain-selfservice-login-window input,
#egain-selfservice-login-window textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-login-window input::-webkit-input-placeholder,
#egain-selfservice-login-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-login-window input:-moz-placeholder,
#egain-selfservice-login-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-login-window input::-moz-placeholder,
#egain-selfservice-login-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-login-window input:-ms-input-placeholder,
#egain-selfservice-login-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-login-window input:placeholder-shown,
#egain-selfservice-login-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
/*
Styling for the Make a suggestion window Component
Changes to this section will apply to the component found in:
components/make-suggestion-window/make-suggestion-window.html
*/
#egain-selfservice-make-suggestion-window {
  margin-top: 15px;
}
#egain-selfservice-make-suggestion-window .panel {
  border-color: #c7c7c7 !important;
  border-radius: 4px;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-make-suggestion-window .panel-body h3 {
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-make-suggestion-window .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
}
#egain-selfservice-make-suggestion-window .panel-heading h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-make-suggestion-window .form-group textarea {
  height: 200px;
}
#egain-selfservice-make-suggestion-window .btn {
  border-radius: 4px;
}
#egain-selfservice-make-suggestion-window .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  color: #f1f4f9;
}
#egain-selfservice-make-suggestion-window .text-danger {
  color: #ff6600;
}
#egain-selfservice-make-suggestion-window input,
#egain-selfservice-make-suggestion-window textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-make-suggestion-window input::-webkit-input-placeholder,
#egain-selfservice-make-suggestion-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-make-suggestion-window input:-moz-placeholder,
#egain-selfservice-make-suggestion-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-make-suggestion-window input::-moz-placeholder,
#egain-selfservice-make-suggestion-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-make-suggestion-window input:-ms-input-placeholder,
#egain-selfservice-make-suggestion-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-make-suggestion-window input:placeholder-shown,
#egain-selfservice-make-suggestion-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
#egain-selfservice-my-portal-window {
  margin-top: 15px;
}
#egain-selfservice-my-portal-window .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-my-portal-window .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-my-portal-window ul.list-group .fa {
  color: #061a43;
}
#egain-selfservice-my-portal-window ul.list-group .list-group-item {
  background-color: #ffffff;
  color: #555555;
  font-weight: bold;
  border-color: #c7c7c7;
}
#egain-selfservice-my-portal-window ul.list-group .list-group-item a {
  color: #555555;
}
#egain-selfservice-my-portal-window ul.list-group .list-group-item-primary {
  background-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-my-portal-window ul.list-group li.list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  color: #f1f4f9;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-my-portal-window ul.list-group .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-my-portal-window ul.list-group .linked-list-item:hover a {
  color: #666666;
}
/*
Styling for the My Profilw Window Component
Changes to this section will apply to the component found in:
components/my-profile-window/my-profile-window.html
*/
#egain-selfservice-my-profile-window {
  margin-top: 15px;
}
#egain-selfservice-my-profile-window .panel {
  border-radius: 4px;
  color: #555555;
  background-color: #ffffff;
}
#egain-selfservice-my-profile-window .panel a {
  color: #061a43;
}
#egain-selfservice-my-profile-window .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #e8ebf3;
  border-color: #c7c7c7;
}
#egain-selfservice-my-profile-window .panel-heading h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-my-profile-window .panel-primary {
  border-color: #c7c7c7;
  border-radius: 4px;
}
#egain-selfservice-my-profile-window .btn-secondary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #f1f4f9;
}
#egain-selfservice-my-profile-window .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-my-profile-window .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-my-profile-window .dropdown-menu .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-my-profile-window .text-danger {
  color: #ff6600;
}
#egain-selfservice-my-profile-window input,
#egain-selfservice-my-profile-window textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-my-profile-window input::-webkit-input-placeholder,
#egain-selfservice-my-profile-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-my-profile-window input:-moz-placeholder,
#egain-selfservice-my-profile-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-my-profile-window input::-moz-placeholder,
#egain-selfservice-my-profile-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-my-profile-window input:-ms-input-placeholder,
#egain-selfservice-my-profile-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-my-profile-window input:placeholder-shown,
#egain-selfservice-my-profile-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
/*
Styling for the My Suggestions List Component
Changes to this section will apply to the component found in:
components/my-suggestions-list/my-suggestions-list.html
*/
#egain-selfservice-my-suggestions-list {
  margin-top: 15px;
}
#egain-selfservice-my-suggestions-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-my-suggestions-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-my-suggestions-list .list-group-item {
  background-color: #ffffff;
  color: #555555;
  border-color: #c7c7c7;
}
#egain-selfservice-my-suggestions-list .list-group-item a {
  color: #555555;
}
#egain-selfservice-my-suggestions-list .list-group-item select {
  max-width: 200px;
  border-color: #c7c7c7;
  border-radius: 4px;
  color: #e8ebf3;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-my-suggestions-list .list-group-item select option {
  color: #555555;
}
#egain-selfservice-my-suggestions-list .list-group-item select option:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-my-suggestions-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-my-suggestions-list .linked-list-item:hover a {
  color: #666666;
}
#egain-selfservice-my-suggestions-list li.list-group-item-primary {
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-my-suggestions-list li.list-group-item-primary h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-my-suggestions-list li.list-group-item-primary h3 {
  padding: 0;
  margin: 0;
}
/*
Styling for the Popular Articles List Component
Changes to this section will apply to the component found in:
components/popular-articles-list/popular-articles-list.html
*/
#egain-selfservice-popular-articles-list {
  margin-top: 15px;
}
#egain-selfservice-popular-articles-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-popular-articles-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-popular-articles-list .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-popular-articles-list a.linked-list-item {
  padding-left: 5px;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-popular-articles-list a.linked-list-item .thumbnail {
  border: none;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0;
  margin-top: 0;
  background-color: transparent;
}
#egain-selfservice-popular-articles-list a.linked-list-item p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#egain-selfservice-popular-articles-list a.linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-popular-articles-list .list-group-item.list-separator {
  background-color: #e9e9e9;
  color: #666666;
  padding: 15px;
}
#egain-selfservice-popular-articles-list .list-group-item-secondary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
}
#egain-selfservice-popular-articles-list .list-group-item-secondary h3 {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-popular-articles-list .btn {
  border-radius: 4px;
}
#egain-selfservice-popular-articles-list .btn-secondary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
  border-color: #061a43;
}
#egain-selfservice-popular-articles-list .list-group-item-info {
  background-color: #e9e9e9;
  color: #666666;
  border-color: #c7c7c7;
  padding: 15px;
}
/*
Styling for the Quick Links List Component
Changes to this section will apply to the component found in:
components/quick-links-list/quick-links-list.html
*/
#egain-selfservice-quick-links-list {
  margin-top: 15px;
}
#egain-selfservice-quick-links-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-quick-links-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-quick-links-list ul.list-group .fa {
  color: #061a43;
}
#egain-selfservice-quick-links-list ul.list-group .list-group-item {
  background-color: #ffffff;
  color: #555555;
  font-weight: bold;
  border-color: #c7c7c7;
}
#egain-selfservice-quick-links-list ul.list-group .list-group-item a {
  color: #555555;
}
#egain-selfservice-quick-links-list ul.list-group .list-group-item-primary {
  background-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-quick-links-list ul.list-group li.list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  color: #f1f4f9;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-quick-links-list ul.list-group .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-quick-links-list ul.list-group .linked-list-item:hover a {
  color: #666666;
}
/*
Styling for the Search filter tags checkboxes Component
Changes to this section will apply to the component found in:
components/search-filter-tags-checkboxes/search-filter-tags-checkboxes.html
*/
#egain-selfservice-search-filter-tags-checkboxes {
  margin-top: 15px;
}
#egain-selfservice-search-filter-tags-checkboxes .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-search-filter-tags-checkboxes .list-group-item:first-child {
  margin-bottom: -1px;
}
#egain-selfservice-search-filter-tags-checkboxes a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
#egain-selfservice-search-filter-tags-checkboxes li.list-group-item-primary {
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-search-filter-tags-checkboxes li.linked-list-item {
  border-radius: 0;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-search-filter-tags-checkboxes li.linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-search-filter-tags-checkboxes .list-group-item-action-row {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-search-filter-tags-checkboxes .btn {
  border-radius: 4px;
}
#egain-selfservice-search-filter-tags-checkboxes .btn.btn-primary {
  color: #e8ebf3;
  border-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-search-filter-tags-checkboxes .btn.btn-secondary {
  color: #f1f4f9;
  border-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
/*
Styling for the Search filter Topic checkboxes Component
Changes to this section will apply to the component found in:
components/search-filter-topic-checkboxes/search-filter-topic-checkboxes.html
*/
#egain-selfservice-search-filter-topic-checkboxes {
  margin-top: 15px;
  width: 100%;
}
#egain-selfservice-search-filter-topic-checkboxes .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-search-filter-topic-checkboxes .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-search-filter-topic-checkboxes .linked-list-item {
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-search-filter-topic-checkboxes .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-search-filter-topic-checkboxes li.list-group-item-primary {
  background-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-search-filter-topic-checkboxes .btn {
  border-radius: 4px;
}
#egain-selfservice-search-filter-topic-checkboxes .btn-primary {
  background-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
  border-color: #061a43;
}
#egain-selfservice-search-filter-topic-checkboxes .btn-secondary {
  background-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  border-color: #061a43;
}
/*
Styling for the Search Profiles List Component
Changes to this section will apply to the component found in:
components/search-profiles-list/search-profiles-list.html
*/
#egain-selfservice-search-profiles-list {
  margin-top: 15px;
}
#egain-selfservice-search-profiles-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-search-profiles-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-search-profiles-list .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-search-profiles-list .linked-list-item {
  padding-left: 5px;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-search-profiles-list .linked-list-item .thumbnail {
  border: none;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0;
  margin-top: 0;
  background-color: transparent;
}
#egain-selfservice-search-profiles-list .linked-list-item p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#egain-selfservice-search-profiles-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-search-profiles-list .list-group-item-primary {
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-search-profiles-list .list-group-item-primary h4 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-search-profiles-list .btn-secondary {
  border-color: #061a43;
  border-radius: 4px;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
}
#egain-selfservice-search-profiles-list .list-group-item-primary h34 {
  padding: 0;
  margin: 0;
}
/*
Styling for the Search Results List Component
Changes to this section will apply to the component found in:
components/search-results-list/search-results-list.html
*/
#egain-selfservice-search-results-list {
  margin-top: 15px;
}
#egain-selfservice-search-results-list .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-search-results-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-search-results-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-search-results-list .linked-list-item {
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-search-results-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-search-results-list .list-group-item.list-separator {
  background-color: #e9e9e9;
  color: #666666;
  padding: 15px;
}
#egain-selfservice-search-results-list li.list-group-item-primary {
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-search-results-list li.list-group-item-secondary a,
#egain-selfservice-search-results-list li.list-group-item-secondary a:visited,
#egain-selfservice-search-results-list li.list-group-item-secondary a:active {
  color: #555555;
  font-weight: bold;
  font-style: italic;
}
#egain-selfservice-search-results-list li.list-group-item-secondary a:hover {
  color: #555555;
  font-weight: bold;
  font-style: italic;
  cursor: pointer;
}
#egain-selfservice-search-results-list .btn {
  border-radius: 4px;
}
#egain-selfservice-search-results-list .btn-secondary {
  border-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
}
/*
Styling for the Signup Window Component
Changes to this section will apply to the component found in:
components/signup-window/signup-window.html
*/
#egain-selfservice-signup-window {
  margin-top: 15px;
}
#egain-selfservice-signup-window .panel {
  border-radius: 4px;
  border-color: #c7c7c7;
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-signup-window .panel a {
  color: #061a43;
}
#egain-selfservice-signup-window .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-radius-top-left: 4px;
  border-radius-top-right: 4px;
  border-color: #c7c7c7;
  color: #f1f4f9;
}
#egain-selfservice-signup-window .panel-heading h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-signup-window .panel-heading {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #f1f4f9;
}
#egain-selfservice-signup-window .panel-heading h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-signup-window .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-signup-window .btn-secondary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #f1f4f9;
}
#egain-selfservice-signup-window .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-signup-window .text-danger {
  color: #ff6600;
}
#egain-selfservice-signup-window input,
#egain-selfservice-signup-window textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-signup-window input::-webkit-input-placeholder,
#egain-selfservice-signup-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-signup-window input:-moz-placeholder,
#egain-selfservice-signup-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-signup-window input::-moz-placeholder,
#egain-selfservice-signup-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-signup-window input:-ms-input-placeholder,
#egain-selfservice-signup-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-signup-window input:placeholder-shown,
#egain-selfservice-signup-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
#egain-selfservice-topic-blocks {
  margin-top: 15px;
}
#egain-selfservice-topic-blocks .row {
  border-radius: 4px;
  margin: 0;
  text-align: center;
  background-color: #eeeeee;
  color: #666666;
  padding: 20px;
  border: solid 1px #c7c7c7;
}
#egain-selfservice-topic-blocks .row .egain-selfservice-topic-block {
  width: 100%;
  height: 140px;
  display: flex;
  text-align: justify;
  align-items: center;
  /* Align the flex-items vertically */
  justify-content: center;
  /* Optional, to align inner flex-items 
                                        horizontally within the column  */
}
#egain-selfservice-topic-blocks .row .egain-selfservice-topic-block i {
  color: #666666;
  margin-left: auto;
  margin-right: auto;
}
#egain-selfservice-topic-blocks .row .egain-selfservice-topic-block img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
#egain-selfservice-topic-blocks .row span {
  color: #666666;
}
/*
Styling for the Topic Breadcrumb Component
Changes to this section will apply to the component found in:
components/topic-breadcrumb/topic-breadcrumb.html
*/
#egain-selfservice-topic-breadcrumb {
  margin-top: 15px;
  margin-bottom: 2px;
  background-color: #ffffff;
}
#egain-selfservice-topic-breadcrumb a {
  color: #555555;
  font-weight: bold;
  font-size: 0.9em;
}
/*
Styling for the Topic Columns List Component
Changes to this section will apply to the component found in:
components/topic-columns-list/topic-columns-list.html
*/
#egain-selfservice-topic-columns-list {
  margin-top: 15px;
}
#egain-selfservice-topic-columns-list .topic-columns-list {
  display: inline-block;
  width: 33.3%;
  line-height: 21px;
}
#egain-selfservice-topic-columns-list .topic-columns-list a {
  color: #555555;
  font-weight: 100;
  display: block;
}
#egain-selfservice-topic-columns-list i {
  background-color: #ffffff;
  color: #061a43;
}
/*
Styling for the Topic Featured Articles List Component
Changes to this section will apply to the component found in:
components/topic-featured-articles-list/topic-featured-articles-list.html
*/
#egain-selfservice-topic-featured-articles-list {
  margin-top: 15px;
  background-color: #fff;
}
#egain-selfservice-topic-featured-articles-list img {
  width: 65px;
  height: 54px;
}
#egain-selfservice-topic-featured-articles-list a {
  color: #555555;
}
#egain-selfservice-topic-featured-articles-list .pull-left {
  margin-right: 15px;
}
#egain-selfservice-topic-featured-articles-list .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-topic-featured-articles-list .list-group-item i.fa.fa-image {
  color: #555555;
}
#egain-selfservice-topic-featured-articles-list .list-group-item h4 {
  font-weight: bold;
}
#egain-selfservice-topic-featured-articles-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-topic-featured-articles-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-topic-featured-articles-list .linked-list-item {
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-topic-featured-articles-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-topic-featured-articles-list li.item-heading {
  color: #e8ebf3;
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-topic-featured-articles-list li.item-heading h3 {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
/*
Styling for the Topic More articles list Component
Changes to this section will apply to the component found in:
components/topic-more-articles-list/topic-more-articles-list.html
*/
#egain-selfservice-topic-more-articles-list {
  margin-top: 15px;
}
#egain-selfservice-topic-more-articles-list .button-container {
  display: inline-block;
  width: 100%;
}
#egain-selfservice-topic-more-articles-list a {
  color: #555555;
}
#egain-selfservice-topic-more-articles-list .button-container button {
  background-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
}
#egain-selfservice-topic-more-articles-list .list-group-item {
  border-color: #c7c7c7;
}
#egain-selfservice-topic-more-articles-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-topic-more-articles-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-topic-more-articles-list .linked-list-item {
  background-color: #ffffff;
  color: #555555;
}
#egain-selfservice-topic-more-articles-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-topic-more-articles-list li.list-group-item.list-separator {
  background-color: #e9e9e9;
  color: #666666;
}
#egain-selfservice-topic-more-articles-list .list-group-item.item-heading {
  color: #f1f4f9;
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-topic-more-articles-list .list-group-item.item-heading h3 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
/*
Styling for the Topic Nav List Component
Changes to this section will apply to the component found in:
components/topic-nav-list/topic-nav-list.html
*/
#egain-selfservice-topic-nav-list {
  margin-top: 15px;
}
#egain-selfservice-topic-nav-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-topic-nav-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-topic-nav-list .list-group-item {
  background-color: #eeeeee;
  color: #666666;
  border-color: #c7c7c7;
}
#egain-selfservice-topic-nav-list .list-group-item a {
  color: #666666;
}
#egain-selfservice-topic-nav-list .list-group-item-primary {
  background-color: #061a43;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
}
#egain-selfservice-topic-nav-list li.list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  color: #f1f4f9;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-topic-nav-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-topic-nav-list .linked-list-item:hover a {
  color: #666666;
}
#egain-selfservice-topic-nav-list ul li a {
  display: block;
}
/*
Styling for the Topic Search Bar Component
Changes to this section will apply to the component found in:
components/topic-search-bar/topic-search-bar.html
*/
#egain-selfservice-topic-search-bar {
  margin-top: 15px;
}
#egain-selfservice-topic-search-bar .TopicSearchBarContainer {
  border: 1px solid #c7c7c7;
  padding: 10px;
  border-radius: 4px;
  background: #ffffff;
}
#egain-selfservice-topic-search-bar .TopicSearchBarContainer .TopicSearchBar {
  width: 70%;
  height: 33px;
  border: 1px solid #c7c7c7;
  float: left;
  background: #fff;
}
#egain-selfservice-topic-search-bar .fa-search {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  cursor: pointer;
  font-size: 20px;
  padding: 5px;
  float: right;
  height: 100%;
}
#egain-selfservice-topic-search-bar .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  color: #f1f4f9;
  border-radius: 4px;
  margin-left: 20px;
  padding: 10px 10px;
}
#egain-selfservice-topic-search-bar input[type=text] {
  background-color: #ffffff;
  color: #040000;
  border: none;
  width: 90%;
  height: 100%;
  margin-left: 5px;
}
#egain-selfservice-topic-search-bar input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-topic-search-bar input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-topic-search-bar input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-topic-search-bar input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-topic-search-bar input[type=text]:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
/*
Styling for the Useful Items List Component
Changes to this section will apply to the component found in:
components/useful-items-list/useful-items-list.html
*/
#egain-selfservice-useful-items-list {
  margin-top: 15px;
}
#egain-selfservice-useful-items-list .list-group-item {
  background-color: #ffffff;
  color: #555555;
  border-color: #c7c7c7;
}
#egain-selfservice-useful-items-list .list-group-item a {
  color: #555555;
}
#egain-selfservice-useful-items-list .list-group-item .fa {
  padding-top: 2px;
}
#egain-selfservice-useful-items-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-useful-items-list .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#egain-selfservice-useful-items-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-useful-items-list .linked-list-item:hover a {
  color: #666666;
}
#egain-selfservice-useful-items-list .list-group-item-tertiary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #e8ebf3;
}
#egain-selfservice-useful-items-list .list-group-item-tertiary h3 {
  color: #e8ebf3;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#egain-selfservice-useful-items-list .list-group-item-tertiary h3 {
  padding: 0;
  margin: 0;
}
#egain-selfservice-useful-items-list ul li a {
  display: block;
}
/*
Styling for the View Suggestion Modal Component
Changes to this section will apply to the component found in:
components/view-suggestion-modal/view-suggestion-modal.html
*/
#egain-selfservice-view-suggestion-modal {
  border-radius: 4px;
  border-color: #c7c7c7;
  color: #555555;
  background-color: #ffffff;
}
#egain-selfservice-view-suggestion-modal .modal-header {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c7c7c7;
  color: #e8ebf3;
}
#egain-selfservice-view-suggestion-modal .modal-header h3 {
  padding-left: 15px;
  border-left: solid 3px #e8ebf3;
}
#egain-selfservice-view-suggestion-modal .modal-body .suggestion-desc {
  width: 100%;
  margin-bottom: 15px;
}
#egain-selfservice-view-suggestion-modal .modal-body .suggestion-edit {
  width: 100%;
  margin-bottom: 15px;
}
#egain-selfservice-view-suggestion-modal .modal-body .suggestion-edit b {
  padding-right: 10px;
}
#egain-selfservice-view-suggestion-modal .modal-body .suggestion-edit p {
  padding-top: 15px;
}
#egain-selfservice-view-suggestion-modal .modal-body .suggestion-comments {
  padding-top: 5px;
  padding-bottom: 15px;
  border-top: solid 1px #c7c7c7;
  width: 100%;
}
#egain-selfservice-view-suggestion-modal .modal-body .suggestion-comments b {
  padding-top: 10px;
}
#egain-selfservice-view-suggestion-modal .modal-body .suggestion-actions {
  margin: 0;
  padding: 0;
  width: 100%;
}
#egain-selfservice-view-suggestion-modal .modal-footer {
  border-color: #c7c7c7;
}
#egain-selfservice-view-suggestion-modal .btn-primary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #e8ebf3;
}
#egain-selfservice-view-suggestion-modal .btn-secondary {
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  border-color: #061a43;
  border-radius: 4px;
  color: #f1f4f9;
}
#egain-selfservice-view-suggestion-modal .text-danger {
  color: #ff6600;
}
#egain-selfservice-view-suggestion-modal input,
#egain-selfservice-view-suggestion-modal textarea {
  background-color: #ffffff;
  color: #040000;
}
#egain-selfservice-view-suggestion-modal input::-webkit-input-placeholder,
#egain-selfservice-view-suggestion-modal textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#egain-selfservice-view-suggestion-modal input:-moz-placeholder,
#egain-selfservice-view-suggestion-modal textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-view-suggestion-modal input::-moz-placeholder,
#egain-selfservice-view-suggestion-modal textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#egain-selfservice-view-suggestion-modal input:-ms-input-placeholder,
#egain-selfservice-view-suggestion-modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#egain-selfservice-view-suggestion-modal input:placeholder-shown,
#egain-selfservice-view-suggestion-modal textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
}
/*
Styling for the Web Search Results List Component
Changes to this section will apply to the component found in:
components/web-search-results-list/web-search-results-list.html
*/
#egain-selfservice-web-search-results-list {
  margin-top: 15px;
}
#egain-selfservice-web-search-results-list .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#egain-selfservice-web-search-results-list .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#egain-selfservice-web-search-results-list .list-group-item {
  background-color: #ffffff;
  color: #555555;
  border-color: #c7c7c7;
}
#egain-selfservice-web-search-results-list .list-group-item a {
  color: #555555;
}
#egain-selfservice-web-search-results-list .linked-list-item:hover {
  background-color: #c3ecee;
  color: #666666;
}
#egain-selfservice-web-search-results-list .list-group-item-secondary {
  border-color: #c7c7c7;
  background: #061a43 !important;
  background: -webkit-linear-gradient(#061a43, #061a43) !important;
  background: -moz-linear-gradient(#061a43, #061a43) !important;
  background: -o-linear-gradient(#061a43, #061a43) !important;
  background: -ms-linear-gradient(#061a43, #061a43) !important;
  background: linear-gradient(#061a43, #061a43) !important;
  color: #f1f4f9;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

