﻿.form-box {
  width: 100%;
  border: 0;
}
input.submit {
  padding-left: 6px;
  width: 90px;
  height: 34px;
}
input.query-text {
  height: 20px;
  width: 480px;
}
.help-img {
  position: relative;
  display: inline-block;
  font-size: 26px;
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.help-img:before {
  content: '\f059';
}
.input-wrapper i {
  top: 16px;
}
.query-box {
  margin-right: 0;
  padding-bottom: 2px;
  display: inline-block;
}
.search-box-footer {
  font-size: 11px;
  color: #95C2CF;
  font-style: italic;
  padding-left: 16px;
  margin-bottom: 6px;
}
#main {
  position: relative;
}
.search-results {
  width: 50%;
  height: 70vh;
  overflow: auto;
  display: inline-block;
  white-space: normal;
}
.search-preview {
  width: 49%;
  border: 1px solid #65a7cb;
  display: none;
  height: 70vh;
  overflow: auto;
  white-space: normal;
}
.search-doc {
  margin-bottom: 30px;
  padding-left: 22px;
  position: relative;
}
.search-doc .search-doc-title {
  font-size: 16px;
  margin-bottom: 6px;
  margin-left: -22px;
}
.search-doc .search-doc-url {
  font-size: 13px;
}
.search-doc .search-doc-url a {
  border: none;
}
.search-doc .search-doc-date {
  font-size: 12px;
  color: lightgray;
}
.search-doc .search-doc-preview {
  font-size: 11px;
}
.found-count {
  color: #95C2CF;
  margin-bottom: 8px;
}
.result-box {
  white-space: nowrap;
}
.msg-img {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.msg-img:before {
  content: '\f003';
}
.poll-img {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.poll-img:before {
  content: '\f080';
}
.profile-img {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profile-img:before {
  content: '\f007';
}
.profile-img.team {
  color: darkred;
}
.article-img {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-img:before {
  content: '\f0f6';
}
.help-text {
  font-size: 10px;
}
.profile-doc {
  white-space: nowrap;
}
.profile-doc .profile-avatar,
.profile-doc .profile-text {
  display: inline-block;
}
.profile-doc .profile-avatar {
  width: 48px;
  height: 48px;
  padding: 0;
}
.profile-doc .profile-text {
  vertical-align: top;
}
.form {
  white-space: nowrap;
  border-bottom: 1px solid #65a7cb;
}
.add-prov {
  background-image: url(../Images/IE-icon.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
}
.query-settings-box {
  display: none;
  border-top: 1px solid #65a7cb;
  margin: 0;
  padding: 6px;
}
#toggle-settings-btn {
  display: inline-block;
  font-size: 26px;
  padding: 3px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: none;
  border: none;
  cursor: pointer;
  color: #95C2CF;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#toggle-settings-btn.jqx-fill-state-pressed {
  color: #216184;
}
#sort-selector,
#doctype-selector,
#recency-selector,
#topic-start-check {
  display: inline-block;
}