.sc-chat-wrapper-container {
  text-align: left;
  position: relative;
  z-index: 2147483630;
  background-color: transparent;
}

.sc-chat-wrapper-toggle {
  -webkit-transition: opacity 0.6s, width 0.6s, height 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, width 0.6s, height 0.6s, background-color 0.6s, transform 0.6s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  cursor: pointer;
  margin: auto;
  margin-top: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  float: right;
  text-align: center;
  border-style: none;
}

.sc-chat-wrapper-toggle-icon {
  -webkit-transition: opacity 0.4s, width 0.4s, height 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, width 0.4s, height 0.4s, background-color 0.4s, transform 0.4s;
  margin: auto;
}

.sc-chat-wrapper-toggle-icon svg {
  display: block;
}

.sc-chat-wrapper-view {
  -webkit-transition: opacity 0.4s, width 0.4s, height 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, width 0.4s, height 0.4s, background-color 0.4s, transform 0.4s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: transparent;
}

/*** START PRECHAT CSS ****/
.sc-prechat-container {
  -webkit-transition: opacity 0.6s, width 0.6s, height 0.4s, background-color 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, width 0.6s, height 0.4s, background-color 0.6s, transform 0.6s;
}

.sc-prechat-form-container {
  display: block;
  padding: 15px;
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 55px;
}

.sc-prechat-form {
  display: block;
}

.sc-prechat-close-icon {
  margin-right: 5px;
  cursor: pointer;
}

.sc-prechat-close-icon svg {
  line-height: 55px;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.sc-prechat-required-field {
  color: #d9534f;
}

.sc-prechat-fieldcontainer {
  margin-bottom: 12px;
}

.sc-prechat-field-label {
  margin-bottom: 2px;
  font-size: 0.8em;
}

input.sc-prechat-input-text,
textarea.sc-prechat-input-textarea {
  width: 100%;
  padding: 7px;
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  border: #ddd 1px solid;
  font-size: 0.8em;
}

input:focus:required:invalid {
  border-color: #d9534f;
}
input:required:valid {
  border-color: #5cb85c;
}

.sc-prechat-submit-button {
  width: 100%;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9em;
}

/***** START WAS THIS HELPFUL ******/
.sc-wasthishelpful-container {
  -webkit-transition: opacity 0.4s, width 0.4s, height 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, width 0.4s, height 0.4s, background-color 0.4s, transform 0.4s;
  display: flex;
  flex-flow: row wrap;
  border: #fff 0px solid;
}

.sc-wasthishelpful-response-button {
  background-color: transparent;
  border-style: none;
}

.sc-wasthishelpful-close-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: transparent;
  border-style: none;
}

.sc-wasthishelpful-close-icon svg {
  vertical-align: top;
  height: 10px;
  width: 10px;
  cursor: pointer;
  margin: 3px;
  margin-bottom: 0px;
}
.sc-chat-feedback-options {
  flex: 1;
  justify-content: space-around;
  text-align: center;
}

.sc-chat-feedback-icons {
  background-color: transparent;
  border-style: none;
}

.sc-chat-feedback-icons svg {
  height: 40px;
  width: 40px;
}

.sc-wasthishelpful-body {
  height: 90%;
  flex: 1;
}

.sc-wasthishelpful-welcome-message {
  flex: 1;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
}

.sc-chat-wrapper-header,
.sc-prechat-header {
  height: 55px;
  line-height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}

.sc-chat-mobile-close-button {
  display: none;
}

.sc-chat-mobile-close-button-enabled {
  margin-left: 5px;
}

div.sc-chat-wrapper-title,
div.sc-prechat-title {
  flex: 1;
  text-align: left;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
}

div.sc-chat-wrapper-close {
  line-height: 30px;
  margin: 10px;
  border: #ddd 1px solid;
  cursor: pointer;
  width: 30px;
  text-align: center;
}

.sc-chat-wrapper-icon {
  border-radius: 50%;
}

.sc-chat-wrapper-footer {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: #ddd 1px solid;
  background-color: #fff;
}

.sc-chat-wrapper-brand {
  font-size: 0.3em;
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: flex-end;
  background-color: white;
  padding-right: 3px;
}

.sc-chat-wrapper-tooltip {
  right: 40px;
  bottom: 85px;
  border: 1px black;
  border-radius: 10px;
  width: 300px;
  position: fixed;
  min-height: 20px;
  font-size: 0.9em;
  text-align: center;
  display: flex;
  animation: slowReveal 0s 3s forwards;
  visibility: hidden;
  font-weight: 600;
}

@keyframes slowReveal {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

.sc-chat-wrapper-tooltip-close {
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: flex-end;
  float: right;
  margin: 5px 8px 0px 0px;
  background-color: transparent;
  border-style: none;
  padding: 0px;
}

.sc-chat-wrapper-tooltip .tooltiptext {
  width: auto;
  left: 50%;
  display: flex;
  margin: 15px;
  color: white;
}

.sc-chat-wrapper-tooltip .tooltiptextAfter {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  right: 5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}

.sc-chat-footer-form button {
  font-size: 1em;
  outline: none;
  padding: 20px;
  border: 0px solid #ddd;
  font-weight: bold;
  border-left: #eee 1px solid;
}

.sc-chat-footer-form {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  background-color: transparent;
}

.sc-chat-footer-form button:hover {
  background-color: #eee;
  /* background-color: #00ADF2;
   color: #fff; */
}

.sc-chat-footer-form input {
  vertical-align: middle;
  padding: 20px;
  padding-left: 15px;
  background-color: transparent;
  border: 0px solid #ddd;
  flex: 1;
  outline: none;
  font-size: 1em;
}

.sc-chat-wrapper-content {
  text-align: left;
}

.speech-bubble-container-left {
  text-align: left;
  margin-right: 30px;
}

.speech-bubble-container-right {
  text-align: right;
  margin-left: 30px;
}

.speech-bubble {
  position: relative;
  border-radius: 6px;
  line-height: 20px;
  display: inline-block;
  text-align: left;
  border: #ddd 1px solid;
  margin-bottom: 3px;
  padding: 5px;
  overflow: auto;
}

.speech-bubble-left {
  border-bottom-left-radius: 0px;
}
.speech-bubble-right {
  justify-content: flex-end;
  border-bottom-right-radius: 0px;
}

.speech-bubble-message {
  font-weight: 400;
}

.speech-bubble-message p {
  margin: 0px;
  padding: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-bottom: 5px;
}

.speech-bubble-message img {
  max-width: 100%;
  height: auto;
}

.sc-hide-chatbot-rich-content img,
.sc-hide-chatbot-rich-content iframe,
.sc-hide-chatbot-rich-content canvas,
.sc-hide-chatbot-rich-content audio,
.sc-hide-chatbot-rich-content video {
  display: none;
}

.sc-chat-results-header {
  font-weight: 400;
  font-size: 0.95em;
}

.sc-chat-results-result,
.sc-chat-wrapper-truncate-button {
  padding: 5px;
  border: #ddd 1px solid;
  margin-top: 0px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 2px;
  line-height: 20px;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  color: #666;
  background-color: transparent;
}

.sc-chat-wrapper-truncate-button {
  width: auto;
}

.sc-chat-results-result:hover,
.sc-chat-wrapper-truncate-button:hover {
  background-color: #f7f7f7;
  color: #777;
}

.sc-chat-results-result:first-child {
  margin-top: 8px;
}

.sc-chat-results-result:last-child {
  margin-bottom: 0px;
}

.sc-chat-wrapper-content {
  margin: 10px;
  padding: 2px;
}
.sc-chat-wrapper-results {
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom-right-radius: 0px;
}

.sc-chat-wrapper-link-container {
  text-align: center;
  border-left: #fff 0px solid;
  border-right: #fff 0px solid;
  border-bottom: 1px solid;
  padding: 3px;
}
.sc-chat-wrapper-link-container:last-child {
  border-bottom: 0px solid;
}
.sc-chat-wrapper-link {
  text-decoration: none;
  padding: 5px;
}

.sc-chat-wrapper-link-container:hover {
  background-color: #daf0f9;
}

div#sc-chatbot-wave {
  background-color: #eee;
  border-radius: 4px;
  position: relative;
  text-align: center;
  width: 60px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: -10px;
}

.sc-chatbot-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 12px;
  background: #bbb;
  animation: sc-chatbot-wave 1s linear infinite;
}

.sc-chatbot-dot:nth-child(2) {
  animation-delay: -0.8s;
}

.sc-chatbot-dot:nth-child(3) {
  margin-right: 0px;
  animation-delay: -0.6s;
}

@keyframes sc-chatbot-wave {
  0%,
  60%,
  100% {
    transform: initial;
  }

  30% {
    transform: translateY(-10px);
  }
}
.sc-agent-available-button {
  border: #fff 1px solid;
}

.sc-agent-available-icon {
  outline: none;
}

.sc-agent-available-icon svg {
  height: 20px;
  width: 20px;
}

#sc-chat-wrapper-scrollable-container {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  display: block;
}

/*
@media screen and (max-width: 766px) {
    #sc-browse-nav {
        display:block; // you can remove this if you are using a block element like div
        position:relative;
        margin:0 auto;
        right:0; // reset your value
    }
}*/

/*
Embed Answer CSS
*/

.sc-embed-answer-container {
  padding: 5px;
}

.sc-embed-answer-title {
  font-weight: bold;
}

ol.sc-procedure-step-link {
}

.step-inView-active {
  background-color: #eee;
}
.angular-ui-tree {
}

.sc-step-list {
  width: 200px;
  border-right: #ddd 1px solid;
  max-height: 800px;
  overflow-y: auto;
}

.sc-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.angular-ui-tree-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  pointer-events: none;
}

.angular-ui-tree-nodes {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 20px;
}

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-hidden {
  display: none;
}

.angular-ui-tree-placeholder {
  margin: 10px;
  padding: 0;
  min-height: 30px;
}

.angular-ui-tree-handle {
  cursor: move;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: 0.8;
}

.angular-ui-tree-drag .tree-node-content {
  margin-top: 0;
}

.sc-hidden {
  display: none;
}

.sc-proc-breadcrumb {
  max-width: 180px;
}

.sc-proc-bread-container {
  display: flex;
  border-bottom: #eee 1px solid;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

.sc-stepview-title {
  padding: 5px;
  flex: 0.7;
}

.sc-stepview-cat {
  padding: 5px;
  flex: 0.3;
  text-align: right;
}

.sc-stepview-body {
  margin: 5px;
}

.sc-stepview-keywords {
  padding: 5px;
  font-size: 0.8em;
  font-style: italic;
  width: 40%;
  margin-bottom: 20px;
  float: left;
}

.sc-stepview-updated {
  padding: 5px;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  margin-right: 5px;
  margin-bottom: 20px;
  right: 0;
}

.sc-stepview-steppers {
  display: flex;
  width: 100%;
  left: 0;
  right: 0;
}

.angular-ui-tree-empty {
  display: none !important;
}

.sc-stepper-prev {
  width: 50%;
  text-align: left;
}
.sc-stepper-next {
  width: 50%;
  text-align: right;
}

.sc-stepview-steppers button {
  border: #ddd 1px solid;
  border-radius: 4px;
  background-color: #aaa;
  height: 20px;
  min-width: 80px;
  outline: none;
}

.sc-proc-collapse {
  text-decoration: none;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  border: #aaa 1px solid;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 3px;
  border-radius: 2px;
  line-height: 17px;
  font-weight: 300;
}
.sc-proc-collapse:hover {
  background-color: #eee;
}

.sc-step-side-link {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  font-weight: 300;
  line-height: 25px;
  padding-right: 5px;
  padding-left: 5px;
}

.tree-node:hover,
.sc-proc-base-link:hover {
  background-color: #ddd;
}

.sc-proc-base-link {
  line-height: 40px;
  vertical-align: middle;
  border-bottom: #ddd 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 200px;
  overflow: auto;
}

.sc-step-in-view {
  flex: 1;
  position: relative;
  max-height: 800px;
  overflow-y: auto;
}

sc-highlight {
  background-color: #fffbbb;
  font-style: italic;
}

div.silvercloud-results-wrapper,
div.silvercloud-top-content-wrapper,
div.silvercloud-browse-content-wrapper p {
  display: block;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  max-height: 100%;
}

/*** CUSTOM FORMS ****/
.sc-custom-form-container {
  padding: 15px;
  padding-top: 0px;
}

.sc-config-header {
  background-color: #ddd;
  display: block;
}

.sc-form-input {
}
.sc-form-group label {
  display: block;
  padding-left: 1px;
  padding-bottom: 3px;
  font-weight: 400;
  margin-top: 15px;
  background-color: #fff;
}
.sc-form-group label.inline-block {
  display: inline-block;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  font-size: 0.8em;
  background-color: #fff;
}
.sc-form-group span.is-required {
  color: #990000;
}

.sc-range-value {
  background-color: #fff;
  color: #666;
}

.sc-form-group input[type="text"],
.sc-form-group input[type="email"],
.sc-form-group textarea {
  border-radius: 4px;
  min-height: 32px;
  line-height: 32px;
  padding-left: 5px;
  border: #bbb 1px solid;
  min-width: 160px;
  width: 90%;
  font-size: 0.875em;
}

.sc-form-group textarea {
  outline: none !important;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sc-form-group textarea {
  height: auto;
  min-height: 140px;
  line-height: 18px;
}

button.sc-form-return-button,
.sc-form-group button {
  border-radius: 3px;
  line-height: 28px;
  font-size: 0.875em;
  color: #fff;
  background-color: #2b7b2b;
  border: #4cae4c 1px solid;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sc-form-group button:hover {
  background-color: #4cae4c;
  border: #5cb85c 1px solid;
}
.sc-form-group button:disabled {
  background-color: gray;
  border: darkgray 1px solid;
}

div.sc-form-submit-container {
  margin: 15px;
  margin-top: 0px;
}

.sc-embedded {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid;
}

.sc-form-error-container {
  margin-bottom: 15px;
  margin-top: 2px;
}
.sc-form-error {
  color: #990000;
  font-size: 0.75em;
  background-color: #ddd;
  padding: 2px;
  display: inline-block;
}

/*** COMMON ***/

hr.sc-hr {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 0px solid;
}

/** Set max width for images inserted via wysiwyg so they dont blow out integration **/
img.fr-dib {
  max-width: 100%;
}

/*** RESULTS WRAPPER ****/
.silvercloud-results-wrapper {
  width: 100%;
  background-color: #fff;
  padding-top: 0px;
  display: block;
}

a.sc-result-item {
  display: block;
  border-bottom: #ddd 1px solid;
  padding: 10px;
  padding-top: 11px;
  color: #666;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  font-size: 1.1em;
  cursor: pointer;
}

a.sc-result-item:hover {
  background-color: #ccc;
}

@media only screen and (max-width: 992px) {
  div.sc-browse-left-col {
    display: none !important;
  }

  div.sc-browse-main-col {
    margin-left: 0% !important;
  }
}

div.sc-browse-left-col {
  position: relative;
  width: 20%;
  vertical-align: top;
  float: left;
}

div.sc-browse-main-col {
  position: relative;
  margin-left: 20%;
}

a.sc-category-option {
  min-width: 150px;
  line-height: 50px;
  height: 50px;
  display: block;
  padding-left: 15px;
  border-bottom: #ccc 1px solid;
  text-decoration: none;
  color: #444;
  background-color: #ddd;
  font-weight: 400;
  border-right: #ccc 1px solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.sc-category-option:hover {
  background-color: #eee;
  color: #333;
}

span.sc-cat-filter-title {
  line-height: 50px;
  font-size: 0.688em;
}

.filteractive {
  background-color: #eee !important;
}

.sc-strong {
  font-weight: bold;
  font-style: italic;
}

span.sc-comment-count {
  font-size: 0.8em;
  color: #666;
  float: right;
}

#silvercloud-logo {
  border: 0px;
  padding-top: 10px;
}

.sc-result-item img {
  vertical-align: middle;
  padding-left: 15px;
  margin-right: 10px;
  border: 0px;
}

.sc-result-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 3px;
}

.sc-result-icon svg {
  max-width: 25px;
  max-height: 25px;
}

.silvercloud-results-wrapper-item-details {
  margin-bottom: 0px;
  position: relative;
  width: 90%;
  display: inline-block;
}

.silvercloud-results-wrapper-item-timestamp {
  font-style: italic;
  font-size: 0.8em;
  display: inline-block;
  text-align: right;
  position: relative;
}

.silvercloud-results-wrapper-item-body {
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 0.8em;
  font-style: italic;
  color: #555;
}

.silvercloud-loading-toolbar {
  height: 50px;
  background-color: #eee;
  line-height: 50px;
  display: block;
  padding-left: 15px;
  font-weight: 400;
}

.spinner-svg {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}

.spinner-svg svg {
  max-height: 40px;
  max-width: 40px;
}

div.filter-icon {
  display: inline-block;
  float: right;
  text-align: right;
  padding-right: 5px;
  padding-top: 10px;
}

.filter-icon svg {
  max-width: 32px;
  max-height: 32px;
}

.sc-toolbar {
  background-color: #eee;
  height: 50px;
  border-bottom: #ddd 1px solid;
}

.sc-results-toolbar {
  background-color: #eee;
  border-bottom: #ddd 1px solid;
  height: 50px;
}

.sc-results-toolbar-tools {
  height: 50px;
  display: block;
}

.sc-results-container-item {
  display: block;
  background-color: #fff;
}

.sc-clear-filter {
  line-height: 20px !important;
  display: inline-block;
  background-color: #ddd;
  height: 25px;
  color: #555;
  border-radius: 4px;
  border: #aaa 1px solid;
  vertical-align: middle;
  width: auto;
  overflow: visible;
}

div.sc-filters-container {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: visible;
  display: block;
  vertical-align: middle;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: #ddd 1px solid;
}

div.sc-filter-container {
  background-color: #fff;
}

.sc-filter-container select {
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(
			OffX=1,
			OffY=1,
			color=#FF0000
		);
  background-color: transparent;
  height: 25px;
  border-radius: 4px;
  border: #ccc 1px solid;
  vertical-align: middle;
  outline: 0px;
  margin-right: 10px;
}

.sc-clear-filter button:hover {
  background-color: #eee;
  color: #333;
  border: #aaa 1px solid;
}

label.sc-filter-label {
  margin-right: 5px;
  display: inline-block;
  font-size: 0.75em;
  text-transform: uppercase;
  vertical-align: middle;
}

div.sc-filter-container {
  display: inline-block;
}

label.hidden {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
}

.showFilters {
  min-height: 50px;
}
.hideFilters {
  height: 0px;
}

.sc-toolbar-heading {
  padding-left: 15px;
  line-height: 50px;
  padding-top: 0px;
  display: inline-block;
  font-weight: 400;
}

.silvercloud-results-title {
  padding-left: 15px;
  line-height: 50px;
  padding-top: 0px;
  display: inline-block;
  font-weight: 400;
}
.silvercloud-results-tools {
  display: inline-block;
  padding-right: 15px;
  float: right;
  padding-top: 0px;
  text-align: right;
}

.silvercloud-results-wrapper h1 {
  font-size: 1.25em;
  padding: 5px;
  margin: 0px;
  background-color: #ddd;
}

.sc-active {
  background-color: #428042;
  color: #fff;
  font-weight: bold;
}
.sc-comment-container {
  margin-right: 15px;
  margin-left: 15px;
  min-height: 50px;
}

.sc-procedure-tree {
}

.content-rating-form {
}

.content-rating-title {
  display: inline-block;
  margin-bottom: 13px;
}

div.sc-comment-buttons {
  display: block;
}
.content-rating-form button {
  display: inline-block;
  line-height: 26px;
  width: 90%;
  max-width: 150px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: #ddd 1px solid;
  outline: none;
  font-size: 0.75em;
}

.sc-clicks {
  right: 0;
  overflow: hidden;
  position: absolute;
  padding-right: 15px;
  display: inline-block;
  font-weight: bold;
}

.sc-toolbar-tools {
  right: 0;
  overflow: hidden;
  position: absolute;
  padding-right: 15px;
  display: flex;
  font-weight: bold;
}

.sc-print-icon {
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  margin-right: 5px;
  cursor: pointer;
}

.sc-print-icon svg {
  vertical-align: middle;
  margin-top: -1px;
}

.sc-bottom-container {
  text-align: right;
  display: inline-block;
  width: 100%;
}

.sc-category-container {
  display: inline-block;
  padding: 15px;
  font-style: italic;
  text-align: right;
  font-size: 0.875em;
  float: right;
  max-width: 35%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc-keyword-container {
  font-style: italic;
  font-size: 0.875em;
  float: left;
  display: inline-block;
  margin-left: 15px;
}

.content-rating-form textarea {
  display: inline-block;
  width: 100%;
  min-height: 100px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: #ccc 1px solid;
  outline: none;
  font-size: 0.813em;
}

span.silvercloud-num-results {
  margin-left: 10px;
  font-size: 0.8em;
  color: #777;
  font-style: italic;
}

label.sc-searchbar-label {
  color: #fff;
}

input.silvercloud-searchbar-input {
  height: 2em;
  line-height: 2em;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  min-width: 150px;
}

.result-title-bar {
  width: 100%;
  background-color: #eee;
  line-height: 50px;
  height: 50px;
  position: relative;
  border-bottom: #ddd 1px solid;
  display: flex;
}

.silvercloud-searchbar-container {
  margin-bottom: 10px;
}
.silvercloud-back-button {
  background-color: #fff;
  line-height: 34px;
  height: 34px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  border: #fff 0px solid;
  border-radius: 4px;
  min-width: 100px;
  margin-left: 10px;
  margin-bottom: 7px;
  font-size: 0.75em;
  margin-top: 9px;
}

.sc-title-container {
  display: inline-block;
  padding: 15px;
  padding-bottom: 0px;
  font-weight: bold;
  /*border-top: #ddd 1px solid*/
}
.sc-item-container {
  margin: 15px;
}

.sc-result-timestamp {
  font-style: italic;
  font-size: 0.8em;
  display: inline-block;
  text-align: right;
  width: 60%;
}
.sc-result-exp {
  display: inline-block;
  font-style: italic;
  font-size: 0.8em;
  margin-right: 15px;
}
.sc-percent-helpful {
  float: right;
  display: inline-block;
  width: 50%;
  text-align: right;
  white-space: nowrap;
}

/* Search Bar Container */
.silvercloud_search_bar_container {
}

/* Search Form */
.silvercloud_searchbar_input {
  padding: 10px 13px 11px 13px;
  width: 500px;
  border: 1px solid #cccccc;
  color: #444;
  border-radius: 2px;
  font-size: 0.875em;
}
.silvercloud_searchbar_submit {
  margin-left: 2px;
  padding: 12px 13px 11px 13px;
  border-radius: 2px;
  border: 1px solid #228b22;
  background-color: #228b22;
  color: white;
  width: 80px;
}

.silvercloud_searchbar_submit:hover {
  border: 1px solid green;
  background-color: green;
}

@media (max-width: 665px) {
  .pagination > li > a {
    /*padding: 2px 10px !important;*/
    font-size: 0.938em;
  }
}

@media (max-width: 630px) {
  .pagination-next,
  .pagination-prev {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .pagination > li > a {
    /*padding: 2px 10px !important;*/
    font-size: 0.75em;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 10px;
  border-radius: 0px;
  margin-bottom: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #444;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #444;
  cursor: default;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.125em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 0.75em;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Browse */
.sc-browse-meta {
  font-size: 0.75em;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sc-browse-rating {
  display: inline-block;
  font-size: 0.875em;
}

.star-rating-container {
  position: relative;
  width: 100%;
  display: inline-block;
}

.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  display: inline-block;
  font-size: 0.938em;
  height: 15px;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
}

.star-ratings-css-top {
  color: #666666;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}

/* froala */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table {

}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
	border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
	background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
	border: 1px solid #dddddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
	height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
	border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
	border-width: 2px;
}
.fr-view table th {
	background: #e6e6e6;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: 0.75em;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #aaa !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view img {
  position: relative;
  max-width: 100%;
  float: none;
  display: block;
}
.fr-view p[style*="text-align: center"] img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fr-view p[style*="text-align: right"] img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view img.fr-bordered {
  border: solid 10px #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 1.5em;
}
/**
   * Image style.
   */
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
/**
   * Link style.
   */
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.fr-view.fr-bordered {
  border: solid 10px #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
span.fr-emoticon {
  background-repeat: no-repeat !important;
  display: inherit;
}
.sc-search-label {
  color: #fff;
}

.datetimepicker {
  border: 1px solid #bbb;
  border-radius: 4px;
  direction: ltr;
  display: block;
  margin-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 320px;
  color: #333;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker .hour,
.datetimepicker .minute {
  height: 34px;
  line-height: 34px;
  margin: 0;
  width: 25%;
}
.datetimepicker .table {
  margin: 0;
}
.datetimepicker .table td,
.datetimepicker .table th {
  border: 0;
  border-radius: 4px;
  height: 20px;
  text-align: center;
}
.datetimepicker .minute:hover,
.datetimepicker .hour:hover,
.datetimepicker .day:hover,
.datetimepicker .switch:hover,
.datetimepicker .left:hover,
.datetimepicker .right:hover {
  background: #eee;
  cursor: pointer;
}
.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background: none;
  color: #ebebeb;
  cursor: default;
}
.datetimepicker .active,
.datetimepicker .active:hover,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled:hover {
  border: 1px solid #666;
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  color: #000;
}
.datetimepicker .current,
.datetimepicker .current:hover,
.datetimepicker .current.disabled,
.datetimepicker .current.disabled:hover {
  background-color: #e5e5e5;
}
.datetimepicker .active:hover,
.datetimepicker .active:hover:hover,
.datetimepicker .active.disabled:hover,
.datetimepicker .active.disabled:hover:hover,
.datetimepicker .active:active,
.datetimepicker .active:hover:active,
.datetimepicker .active.disabled:active,
.datetimepicker .active.disabled:hover:active,
.datetimepicker .active.active,
.datetimepicker .active:hover.active,
.datetimepicker .active.disabled.active,
.datetimepicker .active.disabled:hover.active,
.datetimepicker .active.disabled,
.datetimepicker .active:hover.disabled,
.datetimepicker .active.disabled.disabled,
.datetimepicker .active.disabled:hover.disabled,
.datetimepicker td.active[disabled],
.datetimepicker td.active:hover[disabled],
.datetimepicker td.active.disabled[disabled],
.datetimepicker td.active.disabled:hover[disabled],
.datetimepicker span.active[disabled],
.datetimepicker span.active:hover[disabled],
.datetimepicker span.active.disabled[disabled],
.datetimepicker span.active.disabled:hover[disabled] {
  border: 1px solid #666;
}
.datetimepicker span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.datetimepicker span:hover {
  background: #eee;
}
.datetimepicker .past,
.datetimepicker .future {
  color: #666;
}

.datetimepicker .day-view {
  margin: auto;
}

.sc-autocomplete-items {
  display: block;
  width: 250px;
  position: absolute;
  color: #333;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

.sc-autocomplete-item {
  border-bottom: #ddd 1px solid;
  font-size: 0.875em;
  display: block;
  line-height: 45px;
  vertical-align: middle;
}

a.sc-autocomplete-link {
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #444;
  max-height: 45px;
  line-height: 45px;
  height: 45px;
  vertical-align: middle;
}

a.sc-autocomplete-link:hover {
  background-color: #eee;
  color: #222;
}

a.sc-autocomplete-link span {
  color: #444 !important;
}

.sc-autocomplete-items sc-highlight {
  background-color: transparent !important;
  font-weight: bold;
}

.sc-autocomplete-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 35px;
  height: 100%;
  line-height: 45px;
}

.sc-autocomplete-icon svg {
  vertical-align: middle;
  margin-top: -3px;
  height: 50%;
  width: 50%;
}

.sc-document-meta {
  padding: 15px;
  border-bottom: #ddd 1px solid;
}

.sc-document-meta td {
  padding: 10px;
}

.sc-footer-feedback {
  clear: both;
}
.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sc-config-header table[border="0"] td,
.sc-config-header table[border="0"] th,
.sc-config-footer table[border="0"] td,
.sc-config-footer table[border="0"] th,
.sc-item-container table[border="0"] td,
.sc-item-container table[border="0"] th,
.sc-stepview-body table[border="0"] td,
.sc-stepview-body table[border="0"] th {
  border: 1px solid #dddddd;
}

.sc-config-footer table,
.sc-config-header table,
.sc-item-container table,
.sc-stepview-body table {
  border-collapse: collapse;
}

ul ul ul ul,
ul ul ul ul ul ul ul,
ul ul ul ul ul ul ul ul ul ul {
  list-style-type: disc;
}

ul ul ul ul ul,
ul ul ul ul ul ul ul ul,
ul ul ul ul ul ul ul ul ul ul ul {
  list-style-type: circle;
}

ul ul ul ul ul ul,
ul ul ul ul ul ul ul ul ul,
ul ul ul ul ul ul ul ul ul ul ul ul {
  list-style-type: square;
}

ol,
ol ol ol ol,
ol ol ol ol ol ol ol,
ol ol ol ol ol ol ol ol ol ol {
  list-style-type: decimal;
}

ol ol,
ol ol ol ol ol,
ol ol ol ol ol ol ol ol,
ol ol ol ol ol ol ol ol ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol,
ol ol ol ol ol ol,
ol ol ol ol ol ol ol ol ol,
ol ol ol ol ol ol ol ol ol ol ol ol {
  list-style-type: upper-roman;
}
