#map-infobox .q-map-marker-info {
  max-width: 200px;
}
#map-infobox .request-comments {
  margin-bottom: 10px;
  max-height: 80px;
  overflow: auto;
}

#map-infobox .request-info {
  margin-bottom: 5px;
}

.q-map-marker-info .req-priority {
  padding: 0 4px;
}

.callout_map_infobox .callout_content {
  max-height: 400px;
  overflow: auto;
}

.callout_map_infobox .gis-data-table {
  max-width: 320px;
}

/* request priority in grids (CC & SR) */
table tbody td .req-priority {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 1.8em;
  text-align: center;
}

/* Web Form Settings */
.q-wfs-section:first-child {
  margin-top: 1em;
}
.q-wfs-section {
  margin-bottom: 1em;
  padding-left: 1em;
}
.q-wfs-section label {
  font-size: 14px;
  font-weight: bold;
}
.q-wfs-section .q-wfs-sub-section label {
  font-weight: normal;
}
.q-wfs-sub-section {
  padding-left: 2em;
}
.q-wfs-save-message {
  color: #ff0000;
  display: inline-block;
  margin-left: 1em;
  font-size: 14px;
}
.q-wfs-section .q-checkbox + label:before {
  font-size: 10px;
  margin-right: 0.5em;
}

.kb-article-edit-container {
  position: relative;
  margin-bottom: 2em;
  max-width: 900px;
}
.kb-article-edit-container,
.kb-article-edit-container * {
  box-sizing: border-box;
}
.kb-article-title {
  width: 100%;
}
.kb-article-info {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #c0c0c0;
}
.kb-article-edit-grid {
  min-width: 900px;
}

/* status */
.sr_stat_open {
  color: #449d44;
}
.sr_stat_inprog {
  color: #1c85ba;
}
.sr_stat_closed {
  color: #c9302c;
}
.sr_stat_onhold {
  color: #e4911c;
}
.sr_stat_open_bg {
  background-color: #449d44;
}
.sr_stat_inprog_bg {
  background-color: #1c85ba;
}
.sr_stat_closed_bg {
  background-color: #c9302c;
}
.sr_stat_onhold_bg {
  background-color: #e4911c;
}

/* submitter search autocomplete */
.q-submitter-search,
.q-submitter-search * {
  box-sizing: border-box;
}
.q-submitter-search {
  max-height: 350px; /* width set by plugin */
  overflow: auto;
  margin-top: 10px;
}
.q-submitter-search li {
  border-bottom: 1px solid #f0f2f4;
}
.q-submitter-search li:last-child {
  border-bottom: none;
}
.q-submitter-search a {
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
}

.q-submitter-search-name {
  width: 35%;
}
.q-submitter-search-contact {
  width: 65%;
}
.q-submitter-search-name,
.q-submitter-search-contact {
  font-size: inherit;
  display: inline-block;
  padding: 0.3em;
  overflow: hidden;
  white-space: nowrap;
}

/* all maps */
.qs_map_tools_layers {
  width: 100%;
  max-height: 120px;
  overflow: auto;
}

/*  Street drop downs */
.q-street-dropdown-container,
.q-street-dropdown-container * {
  position: relative;
  box-sizing: border-box;
}
input[type='text'].q-street-dropdown {
  padding-right: 20px;
}
.q-street-dropdown::-ms-clear {
  display: none;
}
.q-street-dropdown-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-image: url('/qcore/images/menu/arrow_down.gif');
  background-repeat: no-repeat;
  width: 16px;
}
.q-street-dropdown.q-bg-loading {
  background-position: left;
  background-position-x: 5%;
}

ul.ui-autocomplete.ui-menu {
  z-index: 10000;
}

/* Qtip styling */
div.qtip {
  width: auto !important;
  padding-bottom: 25px;
  padding-left: 10px;
}

div.qtip-wrapper {
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
}

a.q-route-user-dropbutton {
  position: relative;
  top: 4px;
  display: inline-block;
  height: 15px;
  width: 16px;
  padding: 2px;
}

.q-polygon-list {
  background-color: #fff;
  padding: 15px;
}

.q-polygon-list,
.q-polygon-list * {
  box-sizing: border-box;
}

.q-polygon-search-container {
  margin-bottom: 1em;
}

.q-polygon-list-items {
  min-width: 300px;
  max-width: 400px;
  height: 280px;
  overflow: auto;
}

.q-polygon-list-items,
.q-polygon-search-input {
  font-size: 13px;
}

.q-polygon-list ul {
  padding: 0;
  margin-bottom: 20px;
}
.q-polygon-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.3em;
}

.q-polygon-list h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.q-polygon-list-button-container {
  padding-top: 10px;
  text-align: right;
}
.q-polygon-list-button-container button {
  min-width: 125px;
}

.q-polygon-dropdown {
  display: inline-block;
  box-sizing: border-box;
  color: #444;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  padding: 2px 3px;
  padding-right: 25px;
  background-image: url('/qcore/images/menu/arrow_down.gif');
  background-repeat: no-repeat;
  background-position: 95% 3px;
  background-position: calc(100% - 5px) 3px;
}
.q-polygon-dropdown:hover {
  text-decoration: none;
}

.q-incoming-messages-count {
  display: inline-block;
  background-color: #ea4d11;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  padding: 0.2em 0.5em;
  line-height: 12px;
  text-align: center;
  position: absolute;
  top: -0.5em;
  right: -1em;
}

/*  Incoming Messages sidebar  */

.q-sidebar-incoming .q-sidebar-content {
  overflow: scroll;
}

.q-incoming-color-twitter {
  background-color: #55acee;
}
.q-incoming-color-mail {
  background-color: #fe854d;
}
.q-incoming-color-sms {
  background-color: #449d44;
}
.q-incoming-color-search {
  background-color: #ffd700;
}

.q-incoming-message {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #e7e7e7;
  position: relative;
}
.q-incoming-message-header {
  cursor: pointer;
}
.q-incoming-message-header * {
  vertical-align: middle;
}

.q-incoming-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  padding: 0 1em;
}

.q-sidebar-no-flexbox .q-incoming-toolbar a {
  margin: 0 10px;
}
.q-incoming-toolbar .fa {
  font-size: 26px;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.4em;
}
.q-incoming-toolbar [data-type='archived'] .fa {
  background-color: #c9302c;
}

.q-incoming-toolbar .q-incoming-off .fa {
  background-color: #f0f2f4;
}

.q-incoming-message-list {
  margin-top: 1em;
}
.q-incoming-message-list:empty:after {
  content: 'There are no messages to display';
  display: block;
  text-align: center;
  padding: 20px;
}

.q-incoming-username {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
  text-overflow: ellipsis;
}
.q-incoming-message:hover .q-incoming-username {
  /* ensure timestamp is not hidden by buttons when hovering over message card (issue 152)*/
  max-width: 205px;
}
.q-incoming-icon {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.q-incoming-fa-icon {
  color: #fff;
  border-radius: 50%;
  padding: 0.4em;
  font-size: 18px;
}

.q-incoming-message-text {
  padding: 1em;
  font-size: 1.2em;
  max-height: 220px;
  overflow: auto;
  margin-top: 1em;
}
.q-incoming-message-text p {
  margin-top: 0;
  word-wrap: break-word;
}
.q-incoming-message-text a {
  font-size: inherit;
  text-decoration: underline;
}
.q-incoming-message-text a:hover {
  color: #1c85ba;
}

.q-incoming-message-info {
  padding: 0 1em;
}
.q-incoming-item-toolbar {
  position: absolute;
  top: 5px;
  right: 0;
  display: none;
  padding: 1em;
  background: #fff;
}

.q-incoming-item-toolbar a {
  margin: 3px;
}

.q-incoming-btn {
  opacity: 0.8;
  position: relative;
}
.q-incoming-btn:hover {
  text-decoration: none;
  opacity: 1;
}
.q-incoming-btn-archive {
  color: #c9302c;
}
.q-incoming-btn-restore {
  color: #1c85ba;
  display: none;
}
.q-incoming-off-archived .q-incoming-btn-archive {
  display: none;
}
.q-incoming-off-archived .q-incoming-btn-restore {
  display: inline;
}
.q-incoming-btn-request {
  color: #449d44;
}
.q-incoming-btn-activity {
  color: #1c85ba;
  display: none;
}
.q-incoming-btn-activity .fa:after {
  display: inline-block;
  content: '\f055';
  position: absolute;
  bottom: 0;
  right: 0;
  color: #449d44;
  font-size: 0.7em;
  background: #fff;
  border-radius: 50%;
}

.q-incoming-message:hover .q-incoming-item-toolbar {
  display: inline-block;
}

.q-incoming-footer {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.2em;
}
.q-incoming-btn-load {
  min-width: 93px;
}

.q-incoming-off-twitter .q-incoming-message[data-type='TwitterMention'],
.q-incoming-off-twitter .q-incoming-message[data-type='TwitterDirectMessage'] {
  display: none;
}

.q-incoming-off-mail .q-incoming-message[data-type='Email'] {
  display: none;
}
.q-incoming-off-sms .q-incoming-message[data-type='Sms'] {
  display: none;
}

.q-incoming-search {
  display: none;
}
.q-incoming-off-search .q-incoming-search {
  display: block;
}

.q-incoming-loading-indicator {
  text-align: center;
  padding: 2em;
}

.q-incoming-message-files {
  padding: 1em;
}
.q-incoming-message-files:empty {
  display: none;
}
.q-incoming-message-files ul {
  margin: 0;
  padding: 0;
  /*max-height: 80px;
    overflow: auto; */
}
.q-incoming-message-files li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 1em 0;
}

.q-incoming-message-files a {
  max-height: 42px;
  max-width: 42px;
  overflow: hidden;
  display: block;
}
.q-incoming-message-files .q-incoming-file-default img,
.q-incoming-video img {
  height: 42px;
  width: 42px;
}

.q-incoming-search {
  padding: 1em 1em 1em 0;
  margin-top: 1em;
}

.q-incoming-search input {
  font-size: 1.2em;
  width: 100%;
  padding: 0.4em 0.2em;
}

/* detail callout */
#incoming-message-sender-callout .callout_content {
  padding: 1.5em;
}
#incoming-message-sender-callout .callout_content a {
  font-size: inherit;
}
#incoming-message-sender-callout .callout_content h2 {
  margin-top: 0;
}

.q-incoming-message-callout-detail {
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
}
.q-incoming-message-callout-detail li {
  font-size: 1.2em;
  list-style-type: none;
  margin-bottom: 0.5em;
}
.q-incoming-message-callout-detail a {
  text-decoration: underline;
}
.q-incoming-message-callout-detail a:hover {
  color: #1c85ba;
}
.q-incoming-link-original-source {
  font-weight: bold;
}

/*  incoming account list */
.q-incoming-account-list,
.q-incoming-blocked-list {
  margin: 0;
  padding: 0;
}

.q-incoming-account-icon {
  padding: 0.4em;
  border-radius: 50%;
  color: #fff;
}
.q-incoming-account-icon-twitter {
  background-color: #55acee;
}
.q-incoming-account-icon-sms {
  background-color: #449d44;
}
.q-incoming-account-icon-mail {
  background-color: #fe854d;
}

[data-oauth-provider='Microsoft'] .q-incoming-account-icon-mail {
  background-color: #00a4ef; /*#737373;*/
}
[data-oauth-provider='Google'] .q-incoming-account-icon-mail {
  background-color: #db4437;
}

.q-incoming-account-item-text {
  display: inline-block;
  margin-left: 7px;
  color: #444;
  max-width: 270px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.q-incoming-account-list li,
.q-incoming-blocked-list li {
  list-style: none;
  padding: 1em;
  border: 1px solid #fff;
  margin: 10px;
  cursor: pointer;
}

.q-incoming-account-header > *,
.q-incoming-blocked-list li > * {
  vertical-align: middle;
}

.q-incoming-account-list li.q-incoming-account-separator {
  height: 3px;
  background-color: #c0c0c0;
  padding: 0;
  margin: 0;
}

/* incoming account edit */
#incoming-view-accounts * {
  font-size: 14px;
  box-sizing: border-box;
}
.q-incoming-account-edit {
  margin-top: 1em;
}
.q-incoming-account-edit .q-form-element-container {
  margin: 1em 0 0 0;
}
.q-incoming-account-buttons {
  white-space: nowrap;
}

.q-incoming-account-new .q-incoming-account-button-permission,
.q-incoming-account-new .q-incoming-account-button-delete {
  display: none;
}

#incoming-view-accounts .q-incoming-account-info-box {
  background-color: #f0f2f4;
  padding: 0.5em;
  display: none;
}
#incoming-view-accounts .q-incoming-account-new .q-incoming-account-info-box {
  display: block;
}
#incoming-view-accounts .q-incoming-account-info-box-icon {
  color: #1c85ba;
}
#incoming-view-accounts .q-incoming-account-info-box-text {
  font-size: 11px;
  padding-left: 0.5em;
  font-style: italic;
}

#incoming-view-accounts input[type='text'],
#incoming-view-accounts input[type='password'] {
  width: 100%;
}

.q-incoming-account-container {
  display: none;
}
#incoming-view-accounts [data-view='none'] {
  display: none;
}

#incoming-view-accounts [data-view='twitter'] [data-account-type='twitter'] {
  display: block;
}
#incoming-view-accounts [data-view='mail'] [data-account-type='mail'] {
  display: block;
}
#incoming-view-accounts [data-view='sms'] [data-account-type='sms'] {
  display: block;
}

#incoming-view-accounts [data-account-type='mail'] [data-auth-type] {
  display: none;
}
#incoming-view-accounts [data-auth-type='oauth'] [data-auth-type='oauth'] {
  display: initial;
}
#incoming-view-accounts [data-auth-type='login'] [data-auth-type='login'] {
  display: initial;
}

/* incoming message blocked user list */
.q-incoming-blocked-header {
  margin-left: -10px;
  margin-right: -10px;
}
.q-incoming-blocked-list li {
  cursor: default;
}

.q-incoming-blocked-remove {
  background-color: #1c85ba;
  color: #fff;
  cursor: pointer;
  padding: 0.3em 0.4em;
  border-radius: 50%;
  margin-left: 0.5em;
}
.q-incoming-blocked-list .q-incoming-account-icon {
  background-color: #c9302c;
}
.q-incoming-blocked-list .q-incoming-blocked-remove {
  visibility: hidden;
}
.q-incoming-blocked-list li:hover .q-incoming-blocked-remove {
  visibility: visible;
}
.q-incoming-blocked-list .q-incoming-account-item-text {
  max-width: 230px;
}

/* Location Search Autocomplete Styles */

.ui-autocomplete.locationSearch li a {
  cursor: pointer;
}
.ui-autocomplete.locationSearch li a:hover {
  text-decoration: none;
}
.ui-autocomplete.locationSearch li a,
.ui-autocomplete.locationSearch li span {
  font-size: 14px;
}
.location-search-result-internal {
  font-weight: bold;
}

/* =================================== */
/* request type list - component used in SR tab, and also Notices sidebar */

.q-reqtype-list,
.q-reqtype-list * {
  box-sizing: border-box;
}
.q-reqtype-list {
  overflow: auto;
}
.q-reqtype-list .q-reqtype-list-item {
  display: block;
  text-decoration: none;
  padding: 1em;
  color: #444;
  position: relative;
  font-size: 1.2em;
  word-break: break-word;
}
.q-reqtype-list .q-reqtype-list-item:hover,
.q-reqtype-list .q-reqtype-list-item.q-selected {
  background-color: #cfeff7;
}

.q-reqtype-list .q-reqtype-list-category:after {
  font-family: FontAwesome;
  font-size: 15.5px;
  content: '\f0da';
  position: absolute;
  top: 1em;
  right: 1em;
  color: #808080;
}
.q-reqtype-list-back:before {
  font-family: FontAwesome;
  content: '\f0d9';
  margin-right: 0.4em;
  color: #808080;
}

.q-reqtype-list-panel {
  height: 100%;
  width: 100%;
}

.q-reqtype-list-back-container {
  background-color: #f0f2f4;
}

.q-reqtype-list-back {
  margin-right: 1em;
  padding: 1em;
  display: block;
  font-size: 1.2em;
  color: #444;
  font-weight: bold;
}
.q-reqtype-list-back:hover {
  text-decoration: none;
}

/* =============================== */
/*  request type tree   */
.q-tree,
.q-tree * {
  box-sizing: border-box;
}
.q-tree ul {
  list-style-type: none;
}
.q-tree > ul {
  padding-left: 0;
}
.q-tree .q-tree-expander {
  display: inline-block;
  text-decoration: none;
  color: #c0c0c0;
  margin-right: 0.2em;
}
.q-tree .q-tree-expander:hover {
  text-decoration: none;
}
.q-tree li {
  margin: 0.5em 0;
}
.q-tree li > * {
  vertical-align: middle;
}

.q-tree li > ul {
  height: 0;
  overflow: hidden;
}
.q-tree li.q-tree-expanded > ul {
  height: auto;
  padding: 0 20px;
}

.q-tree span {
  padding: 0.3em;
  font-size: 14px;
  color: #444;
}
.q-tree input {
  margin-left: 1.9em;
}
.q-tree .q-tree-expander + input {
  margin-left: 0.5em;
}

.q-tree li > .q-tree-expander:before {
  content: '\f055';
}
.q-tree li.q-tree-expanded > .q-tree-expander:before {
  content: '\f056';
}

/* shared between CC && SR tab  */
.request-access-dialog-content,
.request-access-dialog-content * {
  box-sizing: border-box;
}
.request-access-dialog-content input[type='text'],
.request-access-dialog-content textarea {
  width: 100%;
  border: 1px solid #c0c0c0;
}

.request-access-dialog-content textarea {
  height: 150px;
  max-width: 100%;
}

#request-access-user-list:empty {
  padding: 1em;
  text-align: center;
}
#request-access-user-list:empty::after {
  content: 'There are no collaborators for this Service Request';
  color: #888;
  font-style: italic;
  display: block;
  padding: 1em;
}

#request-access-user-list .q-user-contact-card-activator {
  color: #444;
  font-size: 1.1em;
  margin-left: 0.5em;
  display: none;
}

#request-access-user-list
  .q-form-element-container:hover
  .q-user-contact-card-activator {
  display: inline-block;
}

/* end of shared between CC && SR tab */

.reqentry-prompts-scripts-sidebar .q-sidebar-content {
  font-size: 13px;
  padding: 1em;
}

.q-prompts-scripts-card {
  padding: 1em;
  margin-bottom: 1em;
}

.q-prompts-scripts-card + .q-prompts-scripts-card {
  border-top: 1px solid #c0c0c0;
  padding-top: 2em;
}

.q-prompts-scripts-banner {
  text-align: left;
  margin: 0;
  color: #449d44;
  padding: 0 0 1em 0;
  font-weight: bold;
  font-size: 1.2em;
}
.q-prompts-scripts-private-banner {
  color: #c9302c;
}

.q-prompts-scripts-content p {
  margin: 0 0 1em 0;
  line-height: normal;
  word-break: break-word;
}
.q-prompts-scripts-content img {
  max-width: 100%;
}
.q-prompts-scripts-content a {
  text-decoration: underline;
}
.q-prompts-scripts-content a,
.q-prompts-scripts-content span {
  font-size: inherit;
}

/* Notices sidebar */

#q-notices-list:empty:after {
  content: 'There are no notices to display';
  display: block;
  text-align: center;
  padding: 20px;
}

#notice-type-picker {
  width: 100%;
}

#notice-view-unread .q-map-dashboard {
  display: none;
}

#notice-view .fa-bars {
  position: relative;
}
#notice-view .fa-bars:after {
  content: '\f0f3';
  position: absolute;
  right: -3px;
  bottom: -3px;
  font-size: 60%;
  background: #f0f2f4;
  border-top-left-radius: 50%;
  padding-left: 0.05em;
}

.q-notice-list-view #notice-view {
  display: none;
}

.q-notice-archive-view #notice-create,
.q-notice-archive-view #notice-archive {
  display: none;
}

.q-notice-create-view #notice-create,
.q-notice-create-view #notice-archive {
  display: none;
}

.q-notice-footer-off:hover {
  cursor: default;
  opacity: 0.8;
}

/* .q-notice-archive-view .q-notice-btn-archive .fa:before{ */
/* content: "\f0e2"; */
/* } */

#q-notice-list-map {
  bottom: 0px;
  width: 357px;
  height: 150px;
  border: 1px solid #e7e7e7;
  position: absolute;
}

.q-notice-card {
  margin-bottom: 1em;

  border: 1px solid #e7e7e7;
  position: relative;
}
#create-new-notice-container {
  position: relative;
}

#create-new-notice-container input,
#create-new-notice-container textarea {
  box-sizing: border-box;
}

.q-notice-card-map {
  width: 359px;
  height: 150px;
  display: none;
}

.q-notice-footer {
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.q-notice-body {
  padding-top: 0.3em;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1.2em;
  max-height: 220px;
  overflow-y: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

#q-notice-date-container {
  display: flex;
}

#q-notice-publish-date {
  margin-right: 30px;
}

.q-notice-footer div {
  padding-top: 5px;
  padding-right: 10px;
}

.q-notice-footer .q-notice-footer-off .fa {
  background-color: #c6c9ce;
}

.q-notice-footer a {
  background-color: #fff;
}

.q-notice-footer i {
  width: 20px;
  text-align: center;
}

.q-notice-footer .fa {
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.4em;
}

.q-notice-footer-button-globe .fa {
  background-color: #449d44;
}

.q-notice-footer-button-list .fa {
  background-color: #fe854d;
}

.q-notice-footer-button-clock .fa {
  background-color: #ffd700;
}

.q-notice-btn-edit-notice .fa {
  background-color: #55acee;
}

.q-notice-btn-markasread .fa {
  background-color: #55acee;
}

.q-notice-btn-markasread .fa-bell:after {
  content: '\f058';
  position: absolute;
  bottom: -3px;
  right: 3px;
  font-size: 80%;
  background: #55acee;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  padding-left: 0.05em;
  color: white;
  border-left: 1px solid #55acee;
}

.q-notice-btn-archive .fa {
  background-color: #c9302c;
}

.q-notice-btn {
  opacity: 0.8;
  position: relative;
}
.q-notice-btn:hover {
  text-decoration: none;
  opacity: 1;
}

.notices-footer-callout-message {
  padding: 10px;
}

.q-notice-btn-edit-notice {
  color: orange;
}

.notices-callout-close {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

#notices-callout {
  cursor: pointer;
}

#q-notices-list .notices-callout-close {
  color: #6d6e72;
}

#notices-footer-callout-types .notices-footer-callout-message div {
  height: auto;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  width: auto;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#notices-footer-callout-types ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#notices-footer-callout-types ul li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

#notices-callout .notices-callout-message {
  padding: 1em 30px 1em 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 14px;
}

#notices-callout .callout_topfooter1 {
  margin-left: 198px !important;
  margin-top: 1px;
}

#notices-callout.callout_pointer_right div.callout_footer2 {
  border-top: 29px solid #c9302c !important;
}

#notice-view-unread {
  padding-bottom: 5em;
}

#create-new-notice textarea,
#create-new-notice input[type='text'],
#create-new-notice label,
#notice-sr-types-dialog,
#notice-map-tool-container,
.q-create-new-notice-button-save,
#q-notice-clear-form {
  font-size: 14px;
}

#notices-map-container * {
  font-size: 11px !important;
}
#create-new-notice {
  box-sizing: border-box;
  border: 1px solid #fff;
  margin: 10px;
  padding-bottom: 5em;
  width: 341px;
}

#create-notice-map-layers {
  display: none;
  background: white;
  border: 1px solid #c0c0c0;
  overflow-y: auto;
  max-width: 300px;
  max-height: 275px;
}

#create-notice-map-layers ul li:hover {
  cursor: pointer;
  background: #cfeff7;
}

#create-notice-map-layers ul {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#notice-map-tool-container li.q-selected {
  background-color: #f1f1f1 !important;
  color: #444;
  font-weight: bold;
}

#create-new-notice div.q-map-search-pane input.q-map-search-input {
  box-sizing: content-box;
}

#notice-map-tool-container li {
  cursor: pointer;
  list-style-type: none;
  padding: 10px 5px;
  border: 1px solid #c0c0c0;
  border-bottom-width: 0;
  text-align: center;
  width: 110px;
  color: #444;
}

#notice-map-tool-container li + li {
  border-left-width: 0;
}

#notice-map-tool-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

#create-notice-body {
  height: 200px;
}

#create-new-notice .q-form-element-container > input[type='text'],
#create-new-notice .q-form-element-container > textarea,
#create-new-notice .q-form-element-container > select {
  width: 100%;
}

#create-notice-sr-types {
  border: 1px solid rgb(165, 172, 178);
  height: 200px;
  margin-bottom: 5px;
}

#create-notice-sr-types .q-reqtype-list-item {
  font-size: 14px;
  padding: 0.25em;
}

#create-notice-sr-types .q-reqtype-list-category:after {
  top: 0.25em;
  right: 0.25em;
}

#create-notice-sr-types .q-reqtype-list-category-add:before {
  content: 'Add Category: ';
  color: green;
  font-weight: bold;
  top: 0.25em;
  right: 0.25em;
}

#create-notice-sr-types .q-reqtype-list-back {
  font-size: 14px;
  padding: 0.25em;
}

[data-map-id='notices-map-container'] .q-map-polygon-editor-infobox > * {
  display: none;
}
[data-map-id='notices-map-container']
  .q-map-polygon-editor-infobox
  > .q-map-polygon-cmd-container {
  display: block;
}

#notice-sr-types-dialog span {
  box-sizing: border-box;
  width: 100%;
}

.q-notice-title {
  padding: 5px;
  display: flex;
}

.q-notice-title .q-notice-title-text {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}

.q-notice-title span {
  font-size: 16px;
  font-weight: bold;
}

.q-notice-card-urgent .q-notice-title {
  background: #f79c2d;
  color: white;
}

.q-notice-title span + span {
  padding-left: 5px;
}

.q-notice-body .q-notice-body-linkified {
  font-size: inherit;
}

.q-tabstrip-menu-taskbar-fixed-state #notices-callout {
  position: fixed !important;
  right: 1.5em;
  top: 5em !important;
  left: auto !important;
}

.q-notice-list-footer {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.2em;
}

.q-notice-search-bar-container {
  padding: 0 0 5px 0;
  font-size: 1.2em;
  position: relative;
}

.q-notice-search-bar-input {
  box-sizing: border-box;
  width: 100%;
  padding: 2px 19px 2px 4px !important;
  font-size: inherit;
}

.q-notice-search-bar-input::-ms-clear {
  display: none;
}

.q-notice-search-bar-clear {
  position: absolute;
  right: 0.4em;
  color: #c0c0c0;
  font-size: 1.3em;
}

#notices-map-container {
  box-sizing: border-box;
}

#create-notice-map-layers-empty:empty:after {
  content: 'There are no geographic settings available';
  display: block;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}
/*  end notice rules */

/*  Knowledge base sidebar  */

.q-kb-search-container {
  font-size: 1.2em;
}
.q-kb-search-container {
  font-size: 1.2em;
}
.q-kb-search-form input {
  font-size: 13px;
}
.q-kb-search-container .q-kb-search-input,
.q-kb-search-container .qips {
  box-sizing: border-box;
  width: 100%;
}

.q-kb-search-form {
  padding-bottom: 1em;
}

.q-kb-article {
  margin-bottom: 0.5em;
  padding: 1.5em;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.q-kb-title {
  margin: 0 1em 0 0;
  cursor: pointer;
  font-size: 16px;
}
.q-kb-title::before {
  font-family: FontAwesome;
  display: inline-block;
  content: '\f0d7'; /*caret-down*/
  margin-right: 0.3em;
  color: #888888;
}
.q-kb-state-collapsed {
  box-shadow: none;
  margin-bottom: 0em;
}
.q-kb-state-collapsed .q-kb-title::before {
  transform: rotate(-90deg);
}
.q-kb-state-collapsed .q-kb-collapsable {
  display: none;
}

.q-kb-search-results-container {
  border-top: 1px solid #c0c0c0;
  margin-bottom: 2em;
  padding-top: 1em;
}

.q-kb-search-results-container:empty:after {
  display: block;
  content: 'There are no articles matching your search';
  font-style: italic;
  color: #c0c0c0;
  font-size: 1.2em;
  padding: 1.2em;
}

.q-kb-text img,
.q-kb-text iframe {
  max-width: 100%;
}

.q-kb-text a {
  font-size: inherit;
  text-decoration: underline;
}

.q-kb-text span {
  font-size: inherit;
}

.q-kb-meta {
  margin: 0.4em 0;
  color: #c0c0c0;
}

.q-kb-article-toolbar {
  margin: 0.5em 0 1em 0;
  display: inline-block;
  background: inherit;
}

.q-kb-btn-mail {
  font-size: inherit;
}

.q-kb-internal-use-warning {
  color: #f79c2d;
  font-size: inherit;
  margin-bottom: 1em;
}

.q-kb-sidebar-content span.qips_text {
  font-size: 14px;
}

/*  end knowledge base sidebar */

/* GIS sidebar and datatable */

#gis-sidebar-data-container,
#gis-sidebar-data-container *,
#gis-sidebar-error-container,
#gis-sidebar-error-container * {
  box-sizing: border-box;
}
.q-sidebar-gis-data .q-sidebar-content > div:last-child {
  padding-bottom: 20px;
}
.gis-data-section-header {
  margin: 0 0 0.3em 0;
  cursor: pointer;
  word-break: break-all;
}
.gis-data-section,
#gis-sidebar-error-container {
  margin-bottom: 2em;
  position: relative;
}

.gis-data-table-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  /* set z-index, background, and extra padding on left in case header runs into the toolbar */
  z-index: 1;
  background: #fff;
  padding: 2px 2px 2px 4px;
}

.gis-data-table-toolbar-btn:hover {
  text-decoration: none;
}

.gis-data-table {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  width: 100%;
  table-layout: fixed;
}
.gis-data-table tr {
  border-bottom: 1px solid #c0c0c0;
}
.gis-data-table td {
  vertical-align: top;
  padding: 2px;
  min-width: 60px;
  max-width: 300px;
  word-wrap: break-word;
}
.gis-data-table td:first-child {
  border-right: 1px solid #c0c0c0;
}

.gis-data-table tr:hover {
  background: #cfeff7;
}

.gis-data-section-header .fa {
  margin-right: 0.4em;
  color: #888;
}
.gis-data-section-collapsed .gis-data-section-header .fa {
  transform: rotate(-90deg);
}
.gis-data-section-collapsed .gis-data-table-toolbar-btn {
  display: none;
}
.gis-data-section-collapsed #gis-sidebar-error-list {
  display: none;
}

#gis-data-loading-indicator {
  height: 16px;
  width: 16px;
  background: url('/qcore/images/progress/indicator.gif');
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.5em;
}

#gis-sidebar-error-container,
#gis-sidebar-error-container .gis-data-section-header .fa {
  color: #c9302c;
}
#gis-sidebar-error-list a {
  word-break: break-all;
  text-decoration: underline;
}
#gis-sidebar-error-list {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 3em;
}
#gis-sidebar-error-list li {
  margin-bottom: 0.7em;
}

/* end GIS sidebar and datatable */

/* submitter merge in Admin tab > Submitters */
#submitter-merge-container {
  padding: 2em;
}

#submitter-merge-container .q-form-element-container {
  margin-bottom: 2em;
}

.submitter-merge-search-input {
  width: 100%;
}

#submitter-merge-dupe-list {
  max-height: 200px;
  overflow: auto;
}

#submitter-merge-target-list:empty::after {
  content: 'No submitter selected';
  color: #c0c0c0;
}

#submitter-merge-dupe-list:empty::after {
  content: 'No submitters selected';
  color: #c0c0c0;
}

.submitter-merge-card {
  border-radius: 2px;
  margin: 0 1em 1em 0;
  padding: 0.5em 1em;
  white-space: nowrap;
  overflow: hidden;
  cursor: move;
  border: 1px solid #c0c0c0;
}

#submitter-merge-target-list .submitter-merge-card {
  background: #cfeff7;
  color: #444;
}

#submitter-merge-target-list .submitter-merge-card a.fa {
  color: #444;
}

#submitter-merge-dupe-list .submitter-merge-card {
  background: #c9302c;
  color: #fff;
}

#submitter-merge-dupe-list .submitter-merge-card a.fa {
  color: #fff;
}

.submitter-merge-selection-list-dragover {
  outline: 3px solid #c0c0c0;
  outline-offset: 5px;
}

.submitter-merge-card > * {
  vertical-align: middle;
}

.submitter-merge-card .submitter-merge-card-display-text {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
