<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 12, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery &gt; action-text-attachment,
.trix-content .attachment-gallery &gt; .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 21, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 &gt; action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 &gt; .attachment, .trix-content .attachment-gallery.attachment-gallery--4 &gt; action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 &gt; .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 30, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/*
Trix 1.3.1
Copyright Â© 2020 Basecamp, LLC
http://trix-editor.org/*/

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}
trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #f00 0px 0px 1.5px 1px;
}
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor
  [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
trix-editor .trix-button--remove:hover {
  border-color: #333;
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}
@charset "UTF-8";
.trix-content {
  line-height: 1.5;
}
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
.trix-content [dir="rtl"] blockquote,
.trix-content blockquote[dir="rtl"] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}
.trix-content li {
  margin-left: 1em;
}
.trix-content [dir="rtl"] li {
  margin-right: 1em;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.trix-content img {
  max-width: 100%;
  height: auto;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  text-align: center;
}
.trix-content
  .attachment__caption
  .attachment__name
  + .attachment__size::before {
  content: " Â· ";
}
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 14, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-hidden {
  display: none;
}

/* line 15, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 16, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 17, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 18, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 19, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix {
  zoom: 1;
}

/* line 20, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
/* line 25, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 32, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 39, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&amp;fwDefault=bold&amp;fsDefault=1.1em&amp;cornerRadius=2px&amp;bgColorHeader=dddddd&amp;bgTextureHeader=03_highlight_soft.png&amp;bgImgOpacityHeader=50&amp;borderColorHeader=dddddd&amp;fcHeader=444444&amp;iconColorHeader=0073ea&amp;bgColorContent=ffffff&amp;bgTextureContent=01_flat.png&amp;bgImgOpacityContent=75&amp;borderColorContent=dddddd&amp;fcContent=444444&amp;iconColorContent=ff0084&amp;bgColorDefault=ffffff&amp;bgTextureDefault=01_flat.png&amp;bgImgOpacityDefault=100&amp;borderColorDefault=dddddd&amp;fcDefault=466bb1&amp;iconColorDefault=466bb1&amp;bgColorHover=3875d7&amp;bgTextureHover=01_flat.png&amp;bgImgOpacityHover=25&amp;borderColorHover=3875d7&amp;fcHover=ffffff&amp;iconColorHover=ffffff&amp;bgColorActive=3875d7&amp;bgTextureActive=01_flat.png&amp;bgImgOpacityActive=65&amp;borderColorActive=dddddd&amp;fcActive=ffffff&amp;iconColorActive=ffffff&amp;bgColorHighlight=ffffff&amp;bgTextureHighlight=01_flat.png&amp;bgImgOpacityHighlight=55&amp;borderColorHighlight=cccccc&amp;fcHighlight=444444&amp;iconColorHighlight=0073ea&amp;bgColorError=ffffff&amp;bgTextureError=01_flat.png&amp;bgImgOpacityError=55&amp;borderColorError=ff0084&amp;fcError=222222&amp;iconColorError=ff0084&amp;bgColorOverlay=eeeeee&amp;bgTextureOverlay=01_flat.png&amp;bgImgOpacityOverlay=0&amp;opacityOverlay=80&amp;bgColorShadow=aaaaaa&amp;bgTextureShadow=01_flat.png&amp;bgImgOpacityShadow=0&amp;opacityShadow=60&amp;thicknessShadow=4px&amp;offsetTopShadow=-4px&amp;offsetLeftShadow=-4px&amp;cornerRadiusShadow=0px
 */
/* Component containers
----------------------------------*/
/* line 57, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 58, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 59, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}

/* line 60, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100-39ab7ccd9f4e82579da78a9241265df288d8eb65dbbd7cf48aed2d0129887df5.png) 50% 50% repeat-x;
  color: #444444;
}

/* line 61, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-content a {
  color: #444444;
}

/* line 62, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url(/assets/jquery-ui/ui-bg_highlight-soft_50_dddddd_1x100-ed7eec438218bfa7d6e05cd9014015fa2863af9031ecfc627f7343f0f21f9a44.png) 50% 50% repeat-x;
  color: #444444;
  font-weight: bold;
}

/* line 63, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-header a {
  color: #444444;
}

/* Interaction states
----------------------------------*/
/* line 67, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_100_ffffff_40x100-39ab7ccd9f4e82579da78a9241265df288d8eb65dbbd7cf48aed2d0129887df5.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #466bb1;
}

/* line 68, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #466bb1;
  text-decoration: none;
}

/* line 69, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #3875d7;
  background: #3875d7 url(/assets/jquery-ui/ui-bg_flat_25_3875d7_40x100-d3b5be887ea18af0bd51cb13ab84dd64b4cc7562248774fa2273420019a42554.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

/* line 70, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 71, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #3875d7 url(/assets/jquery-ui/ui-bg_flat_65_3875d7_40x100-d3b5be887ea18af0bd51cb13ab84dd64b4cc7562248774fa2273420019a42554.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

/* line 72, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 73, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
/* line 77, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_55_ffffff_40x100-39ab7ccd9f4e82579da78a9241265df288d8eb65dbbd7cf48aed2d0129887df5.png) 50% 50% repeat-x;
  color: #444444;
}

/* line 78, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444444;
}

/* line 79, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_55_ffffff_40x100-39ab7ccd9f4e82579da78a9241265df288d8eb65dbbd7cf48aed2d0129887df5.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 80, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #222222;
}

/* line 81, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #222222;
}

/* line 82, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 83, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 84, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 90, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/assets/jquery-ui/ui-icons_ff0084_256x240-0bd36487875fc6155fcbb86c97587b78a1c3c7f97cdbf92f47757e7c5bd6c51e.png);
}

/* line 91, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ff0084_256x240-0bd36487875fc6155fcbb86c97587b78a1c3c7f97cdbf92f47757e7c5bd6c51e.png);
}

/* line 92, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_0073ea_256x240-38d116c8ebac213d35e2752d5b9c5e3a9fa9251893f80c75098863c7bb5ba7bf.png);
}

/* line 93, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_466bb1_256x240-e4b252c4f3b92db345852baa6187319cd78e74ca9c5a223c7c172881cce97361.png);
}

/* line 94, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-5481ff09a63fde681b23c842a9acd3181b6998dc711f675c529f028dd3020ad5.png);
}

/* line 95, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-5481ff09a63fde681b23c842a9acd3181b6998dc711f675c529f028dd3020ad5.png);
}

/* line 96, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_0073ea_256x240-38d116c8ebac213d35e2752d5b9c5e3a9fa9251893f80c75098863c7bb5ba7bf.png);
}

/* line 97, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ff0084_256x240-0bd36487875fc6155fcbb86c97587b78a1c3c7f97cdbf92f47757e7c5bd6c51e.png);
}

/* positioning */
/* line 100, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 101, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 102, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 103, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 104, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 105, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 106, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 107, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 108, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 109, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 110, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 111, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 112, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 113, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 114, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 115, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 116, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 117, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 118, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 119, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 120, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 121, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 122, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 123, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 124, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 125, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 126, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 127, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 128, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 129, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 130, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 131, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 132, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 133, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 134, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 135, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 136, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 137, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 138, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 139, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 140, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 141, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 142, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 143, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 144, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 145, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 146, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 147, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 148, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 149, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 150, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 151, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 152, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 153, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 154, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 155, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 156, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 157, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 158, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 159, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 160, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 161, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 162, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 163, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 164, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 165, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 166, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 167, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 168, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 169, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 170, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 171, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 172, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 173, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 174, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 175, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 176, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 177, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 178, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 179, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 180, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 181, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 182, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 183, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 184, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 185, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 186, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 187, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 188, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 189, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 190, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 191, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 192, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 193, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 194, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 195, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 196, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 197, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 198, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 199, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 200, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 201, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 202, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 203, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 204, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 205, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 206, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 207, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 208, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 209, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 210, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 211, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 212, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 213, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 214, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 215, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 216, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 217, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 218, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 219, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 220, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 221, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 222, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 223, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 224, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 225, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 226, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 227, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 228, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 229, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 230, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 231, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 232, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 233, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 234, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 235, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 237, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 238, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 239, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 240, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 241, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 242, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 243, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 244, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 245, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 246, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 247, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 248, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 249, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 250, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 251, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 252, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 253, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 254, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 255, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 256, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 257, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 258, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 259, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 260, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 261, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 262, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 263, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 264, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 265, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 266, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 267, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 268, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 269, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 270, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 271, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 272, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 273, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 274, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 281, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 2px;
}

/* line 282, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 2px;
}

/* line 283, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 2px;
}

/* line 284, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
/* line 287, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-overlay {
  background: #eeeeee url(/assets/jquery-ui/ui-bg_flat_0_eeeeee_40x100-a86f3a2b5b124bfca91a6ca96f44f9b1ce04e34ed3fc7f6313ab2ce2cc030c4b.png) 50% 50% repeat-x;
  opacity: .80;
  filter: Alpha(Opacity=80);
}

/* line 288, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-9a8492a580bf85d3e98ae8861fbd45567e5a1f83eeafcf9574da0399d5f602ab.png) 50% 50% repeat-x;
  opacity: .60;
  filter: Alpha(Opacity=60);
  border-radius: 0px;
}

/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
/* line 297, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable {
  position: relative;
}

/* line 298, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 299, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 300, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 301, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 302, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 303, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 304, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 305, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 306, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 307, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*!
 * jQuery UI Selectable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
/* line 316, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Accordion 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
/* line 327, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion {
  width: 100%;
}

/* line 328, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

/* line 329, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

/* line 330, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

/* line 331, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}

/* line 332, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

/* line 333, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 334, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

/* line 335, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
/* line 345, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
/* line 348, vendor/assets/stylesheets/jquery-ui.custom.scss */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 359, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu {
  z-index: 101;
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

/* line 367, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 370, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 378, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 385, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*!
 * jQuery UI Button 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
/* line 399, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
/* line 400, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
/* line 401, vendor/assets/stylesheets/jquery-ui.custom.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
/* line 402, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 403, vendor/assets/stylesheets/jquery-ui.custom.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
/* line 406, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

/* line 407, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 408, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 409, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 410, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 411, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 413, vendor/assets/stylesheets/jquery-ui.custom.scss */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
/* line 416, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 417, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 418, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 419, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 420, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
/* line 423, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 424, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* line 427, vendor/assets/stylesheets/jquery-ui.custom.scss */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 437, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* line 438, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 439, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

/* line 440, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 441, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 442, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 443, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* line 444, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 445, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 446, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 447, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 448, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 458, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 459, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 460, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 462, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 463, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 464, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 465, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 466, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 468, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 469, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 470, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 471, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 472, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI Tabs 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
/* line 481, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* line 482, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 483, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

/* line 484, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 485, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

/* line 486, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 487, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 488, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 489, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/*!
 * jQuery UI Datepicker 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* line 499, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 500, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 501, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 502, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 503, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 504, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 505, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 506, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 507, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 508, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 509, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 510, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 511, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 513, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 514, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 515, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 516, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 517, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 518, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 519, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 522, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 523, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 524, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 525, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 526, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 527, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 528, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 529, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 530, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 531, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
/* line 534, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 535, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 536, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 537, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 538, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 539, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 540, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 541, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 542, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 543, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 544, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 547, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/*!
 * jQuery UI Progressbar 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
/* line 566, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 567, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-5481ff09a63fde681b23c842a9acd3181b6998dc711f675c529f028dd3020ad5.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.fade {
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000 !important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed !important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	/* background: transparent url(/spinner.gif) 50% 0 no-repeat; */
}

/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000; 
	box-shadow: 0 0 64px #000;
}

#MB_frame {
	padding-bottom: 8px;

	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;

	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;

	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#MB_content { border-top: 1px solid #F9F9F9; }

#MB_header {
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
}

#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
/* line 8, app/assets/stylesheets/rails.scss */
.errorExplanation {
  background-color: seashell;
  border: 2px solid salmon;
  font-size: 12px;
  padding: 8px;
}

/* line 14, app/assets/stylesheets/rails.scss */
.errorExplanation h2 {
  background: salmon;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -8px;
  padding: 5px;
}

/* line 22, app/assets/stylesheets/rails.scss */
.errorExplanation ul {
  margin-left: 30px;
}

/* line 24, app/assets/stylesheets/rails.scss */
.errorExplanation ul li {
  border: none;
  font-size: 12px;
  list-style-type: disc;
  padding: 0px;
}

/* line 31, app/assets/stylesheets/rails.scss */
.fieldWithErrors input {
  border-bottom: 1px solid lightpink;
  border-right: 1px solid lightpink;
  background: pink;
}

/* line 40, app/assets/stylesheets/rails.scss */
p.flash_warning, p.flash_error, div.flash_warning, div.flash_error {
  background: lightpink;
  color: maroon;
  margin: 0px;
  padding: 5px 0px 5px 16px;
}

/* line 45, app/assets/stylesheets/rails.scss */
p.flash_notice, p.flash_message, div.flash_notice, div.flash_message {
  background: #f8f11958;
  color: darkgreen;
  margin: 0px;
  padding: 5px 0px 5px 270px;
}

/* line 50, app/assets/stylesheets/rails.scss */
p.flash_exception, div.flash_exception {
  background: #f8f11958;
  border: 5px limegreen solid;
  font-size: 14px;
  margin: 50px auto;
  padding: 50px;
  width: 450px;
  -moz-box-shadow: 5px 5px 15px #999999, -5px 0px 15px #999999;
  -webkit-box-shadow: 5px 5px 15px #999999, -5px 0px 15px #999999;
}

/* line 63, app/assets/stylesheets/rails.scss */
div.auto_complete {
  background: white;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 310px;
}

/* line 73, app/assets/stylesheets/rails.scss */
div.auto_complete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* line 77, app/assets/stylesheets/rails.scss */
div.auto_complete ul li {
  color: #3f3f3f;
  cursor: pointer;
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 2px;
}

/* line 84, app/assets/stylesheets/rails.scss */
div.auto_complete ul li .highlight {
  background: lightyellow;
}

/* line 86, app/assets/stylesheets/rails.scss */
div.auto_complete ul li.selected {
  background: royalblue;
  color: white;
}

/* line 89, app/assets/stylesheets/rails.scss */
div.auto_complete ul li.selected .highlight {
  background: royalblue;
}

/* line 94, app/assets/stylesheets/rails.scss */
.pagination, .per_page_options {
  background: white;
  float: right;
  font-size: 11px;
  margin: 6px 0px 0px 0px;
}

/* line 99, app/assets/stylesheets/rails.scss */
.pagination a, .pagination span, .pagination em, .per_page_options a, .per_page_options span, .per_page_options em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin: 0px 2px 0px 0px;
}

/* line 104, app/assets/stylesheets/rails.scss */
.pagination span.disabled, .per_page_options span.disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 107, app/assets/stylesheets/rails.scss */
.pagination span.current, .per_page_options span.current {
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}

/* line 112, app/assets/stylesheets/rails.scss */
.pagination a, .per_page_options a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

/* line 116, app/assets/stylesheets/rails.scss */
.pagination a.hover, .pagination a.focus, .per_page_options a.hover, .per_page_options a.focus {
  color: navy;
  background: lightyellow;
  border-color: navy;
}

/* line 120, app/assets/stylesheets/rails.scss */
.pagination em, .per_page_options em {
  color: #3f3f3f;
  border: 1px solid #bbbbbb;
  font-style: normal;
  font-weight: bold;
}

/* line 126, app/assets/stylesheets/rails.scss */
.per_page_options {
  margin-top: 15px;
  clear: both;
}

/* line 130, app/assets/stylesheets/rails.scss */
.per_page_options span.per_page_label {
  color: #6A6A6A;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 9, app/assets/stylesheets/safari.scss */
  .log input {
    float: left;
    margin: 1px 4px 0px 0px;
  }
}
/* line 19, app/assets/stylesheets/base.scss */
html, body {
  background: white;
  margin-top: -20px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 100%;
  line-height: normal;
}

/* line 31, app/assets/stylesheets/base.scss */
body, ol, ul, li, dt, tt, label, input, select, textarea {
  font-size: 14px;
  font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}

/* line 36, app/assets/stylesheets/base.scss */
body, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0px;
  padding: 0px;
}

/* line 40, app/assets/stylesheets/base.scss */
form {
  margin: 0px;
}

/* line 43, app/assets/stylesheets/base.scss */
ul li {
  list-style-type: none;
}

/* line 48, app/assets/stylesheets/base.scss */
a {
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/base.scss */
a:link, a:visited {
  color: #3C3583;
}

/* line 53, app/assets/stylesheets/base.scss */
a:hover {
  background: #37474f;
  color: white;
}

/* line 56, app/assets/stylesheets/base.scss */
a img {
  background-color: white;
  border: none;
  color: white;
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/base.scss */
#options a {
  border-bottom: 1px dotted darkcyan;
  color: darkcyan;
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/base.scss */
#options a:hover {
  background: white;
  border-bottom: 1px dotted darkblue;
  color: darkblue;
}

/* line 72, app/assets/stylesheets/base.scss */
#import {
  color: black;
  padding: 9px;
  margin-bottom: 12px;
}

/* line 81, app/assets/stylesheets/base.scss */
.lead_contact_link {
  color: white;
}

/* line 87, app/assets/stylesheets/base.scss */
abbr {
  font-size: 9px;
}

/* line 90, app/assets/stylesheets/base.scss */
small {
  font-size: 10px;
}

/* line 93, app/assets/stylesheets/base.scss */
dt {
  font-size: 14px;
}

/* line 96, app/assets/stylesheets/base.scss */
tt {
  font-size: 12px;
}

/* For the Contact Messages form */
/* Default style for larger screens */
/* line 101, app/assets/stylesheets/base.scss */
.text-area {
  width: 50%;
}

/* Media query for phone screens */
@media (max-width: 767px) {
  /* line 107, app/assets/stylesheets/base.scss */
  .text-area {
    width: 98%;
    /* Adjust the width as needed for smaller screens */
  }
}
/* line 31, app/assets/stylesheets/header.scss */
#header {
  padding: 0px 0px 0px 16px;
}

/* line 36, app/assets/stylesheets/header.scss */
#header h3 a {
  background: lightgray;
  color: white;
  font: normal 15px "Lucida Grande", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/header.scss */
#jumpbox {
  background: #49575f;
  margin: 4px 0px 0px 0px;
  padding: 12px;
  color: white;
  position: absolute;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

/* line 55, app/assets/stylesheets/header.scss */
#jumpbox #jumpbox_menu a {
  color: white;
  padding: 0px 0px 4px 0px;
}

/* line 58, app/assets/stylesheets/header.scss */
#jumpbox #jumpbox_menu a.selected {
  color: yellow;
}

/* line 60, app/assets/stylesheets/header.scss */
#jumpbox #jumpbox_menu a:hover {
  background: steelblue;
}

/* line 62, app/assets/stylesheets/header.scss */
#jumpbox #jumpbox_menu #jumpbox_label {
  color: white;
}

/* line 64, app/assets/stylesheets/header.scss */
#jumpbox #jumpbox_menu input {
  margin: 2px 0px 0px 0px;
}

/* line 67, app/assets/stylesheets/header.scss */
#welcome {
  float: right;
  font-size: 11px;
  padding-right: 20px;
}

/* line 72, app/assets/stylesheets/header.scss */
#welcome a {
  color: white;
  padding: 1px 4px 2px 4px;
  text-decoration: none;
}

/* line 76, app/assets/stylesheets/header.scss */
#welcome a:hover {
  background: lightgray;
  color: black;
}

/* line 79, app/assets/stylesheets/header.scss */
#welcome a.selected {
  background: steelblue;
  color: yellow;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
}

/* line 89, app/assets/stylesheets/header.scss */
.sticky-header {
  background-color: #3C3584;
  /*   background-color:#0033cc; */
  color: white;
  padding-left: 13px;
  padding-bottom: 3px;
  padding-top: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* Ensure it stays on top of other content */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Optional: add a shadow for better visibility */
}

/* line 110, app/assets/stylesheets/header.scss */
.tabs i.fa {
  font-size: 130%;
  vertical-align: text-top;
}

/* line 113, app/assets/stylesheets/header.scss */
.tabs ul {
  margin-left: 15px;
}

/* line 116, app/assets/stylesheets/header.scss */
.tabs li {
  float: left;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  margin: 0px 4px 0px 1px;
}

/* line 122, app/assets/stylesheets/header.scss */
.tabs a:link, .tabs a:visited {
  background: rgba(0, 0, 255, 0.591);
  color: white;
  float: left;
  padding: 4px 15px 6px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

/* line 123, app/assets/stylesheets/header.scss */
.tabs a:link img, .tabs a:visited img {
  background: none;
  vertical-align: bottom;
  float: none;
  margin-right: 7px;
}

/* line 140, app/assets/stylesheets/header.scss */
.tabs a:hover {
  background: #97baff;
  color: navy;
}

/* line 143, app/assets/stylesheets/header.scss */
.tabs a.active:link, .tabs a.active:visited {
  background: #E5E5E5;
  color: black;
  text-decoration: none;
}

/* line 148, app/assets/stylesheets/header.scss */
#footer {
  color: grey;
  font-size: 10px;
  padding: 0px 0px 0px 16px;
  text-align: center;
}

/* line 155, app/assets/stylesheets/header.scss */
#colorstrip {
  width: 100%;
  height: 12px;
  color: white;
  background-color: lightbray;
  padding: 3px;
}

/* line 162, app/assets/stylesheets/header.scss */
#whitestrip {
  width: 100%;
  height: 4px;
  background-color: white;
}
/* line 14, app/assets/stylesheets/common.scss */
.title {
  margin-left: 7px;
  color: #908c8c;
  font-size: 22px;
  font-weight: bold;
  margin-top: 6px;
}

/* line 30, app/assets/stylesheets/common.scss */
.title img {
  position: relative;
  top: 2px;
}

/* line 35, app/assets/stylesheets/common.scss */
.title-group-list {
  color: #908c8c;
  font-size: 22px;
  font-weight: bold;
  margin-top: 6px;
}

/* line 42, app/assets/stylesheets/common.scss */
.title-group-list img {
  position: relative;
  top: 2px;
}

/* line 47, app/assets/stylesheets/common.scss */
.title-dboard {
  margin-left: 29px;
  color: #908c8c;
  font-size: 22px;
  font-weight: bold;
  margin-top: 6px;
}

/* line 54, app/assets/stylesheets/common.scss */
.title-dboard img {
  position: relative;
  top: 2px;
}

/* line 59, app/assets/stylesheets/common.scss */
.title4 {
  margin-left: 2px;
  color: #908c8c;
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
}

/* line 66, app/assets/stylesheets/common.scss */
.title4 img {
  position: relative;
  top: 2px;
}

/* line 71, app/assets/stylesheets/common.scss */
.sidebar_border {
  border: 1px solid gray;
  border-radius: 4px;
  padding: 4px 3px 22px 3px;
  margin-top: 8px;
}

/* line 78, app/assets/stylesheets/common.scss */
.title3 {
  border-bottom: 1px #dad8d8 solid;
  text-align: center;
  padding: 4px;
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.612);
  font-color: black;
  font-size: 17px;
  font-weight: bold;
  margin-top: 6px;
}

/* line 94, app/assets/stylesheets/common.scss */
.title3 img {
  position: relative;
  top: 2px;
}

/* line 99, app/assets/stylesheets/common.scss */
.newsletter_templates {
  vertical-align: top;
}

/* line 103, app/assets/stylesheets/common.scss */
.title_tools2 {
  font-size: 19px;
  float: right;
}

/* line 107, app/assets/stylesheets/common.scss */
.title_tools3 {
  font-size: 12px;
  float: right;
}

/* line 112, app/assets/stylesheets/common.scss */
.title_tools4 {
  font-size: 12px;
}

/* line 116, app/assets/stylesheets/common.scss */
.title_tools_upgrade {
  font-size: 14px;
  font-weight: bold;
  background-color: #3C3583;
  color: white !important;
  padding: 3px 8px;
  border-radius: 5px;
}

/* line 128, app/assets/stylesheets/common.scss */
.title_tools_upgrade:hover {
  cursor: pointer;
  color: #fff;
  background-color: #483DA3;
  border-color: #0056b3;
}

/* line 135, app/assets/stylesheets/common.scss */
.title_tools_upgrade a {
  cursor: pointer;
  color: white;
  text-decoration: none;
}

/* line 143, app/assets/stylesheets/common.scss */
.title_tools_upgrade2 {
  font-size: 12px;
  font-weight: bold;
  background-color: #3C3583;
  color: white;
  padding: 3px 8px;
  border-radius: 5px;
}

/* line 155, app/assets/stylesheets/common.scss */
.title_tools_upgrade2:hover {
  cursor: pointer;
  color: #fff;
  background-color: #483DA3;
  border-color: #0056b3;
}

/* line 162, app/assets/stylesheets/common.scss */
.title_tools_upgrade2 a {
  cursor: pointer;
  color: white;
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/common.scss */
.title_tools_upgrade3 {
  font-size: 14px;
  font-weight: bold;
  background-color: #FFD712;
  border-color: lightgrey;
  color: black;
  padding: 3px 8px;
  border-radius: 5px;
  float: right;
  margin-right: 60px;
}

/* line 184, app/assets/stylesheets/common.scss */
.title_tools_upgrade3:hover {
  cursor: pointer;
  color: black;
  background-color: #ffd812c4;
  border-color: lightgrey;
}

/* line 191, app/assets/stylesheets/common.scss */
.landing pages a {
  cursor: pointer;
  color: white;
  text-decoration: none;
}

/* line 200, app/assets/stylesheets/common.scss */
.breadcrumb {
  font-size: 16px;
  font-weight: normal;
  color: #37474f;
  /* Dark gray */
}

/* line 206, app/assets/stylesheets/common.scss */
.breadcrumb a {
  color: #007bff;
  /* Blue color for links */
  text-decoration: none;
  padding-right: 8px;
}

/* line 212, app/assets/stylesheets/common.scss */
.breadcrumb a:hover {
  text-decoration: underline;
  background-color: inherit;
}

/* line 217, app/assets/stylesheets/common.scss */
.breadcrumb span {
  color: #555;
  /* Lighter color for current page text */
}

/* line 221, app/assets/stylesheets/common.scss */
.breadcrumb::after {
  content: "";
  clear: both;
  display: table;
}

/* line 228, app/assets/stylesheets/common.scss */
.sidebar-link a {
  color: #007bff;
  /* Blue color for links */
  text-decoration: none;
  font-size: 14px;
  background-color: inherit;
}

/* line 235, app/assets/stylesheets/common.scss */
.sidebar-link a:hover {
  text-decoration: underline !important;
}

/* line 239, app/assets/stylesheets/common.scss */
.sidebar-link span {
  color: #555;
  /* Lighter color for current page text */
}

/* line 243, app/assets/stylesheets/common.scss */
.sidebar-link::after {
  content: "";
  clear: both;
  display: table;
}

/* line 262, app/assets/stylesheets/common.scss */
.horizontal-center {
  margin: 0 auto;
  display: block;
}

/* line 267, app/assets/stylesheets/common.scss */
.orange22 {
  color: #b7410e;
}

/* line 272, app/assets/stylesheets/common.scss */
.green22 {
  color: green;
  margin-top: 7px;
}

/* line 277, app/assets/stylesheets/common.scss */
.welcome {
  font-size: 12px;
  float: right;
  padding-right: 3%;
}

/* line 283, app/assets/stylesheets/common.scss */
.opportunity_or_task {
  font-size: 14px;
}

/* line 293, app/assets/stylesheets/common.scss */
.upcoming_meetings {
  background-color: #466BB1;
  font-size: 14px;
  color: white;
  margin-top: 7px;
  align-items: center;
  padding: 6px;
}

/* line 302, app/assets/stylesheets/common.scss */
.title_tools {
  font-size: 12px;
  float: right;
  margin: 0;
  margin-top: 4px;
  padding-top: 5px;
}

/* line 309, app/assets/stylesheets/common.scss */
.title_tools .sorting_options, .title_tools .create_asset {
  margin-left: 24px;
  display: inline-block;
  vertical-align: top;
}

/* line 316, app/assets/stylesheets/common.scss */
.title_tools_template {
  font-size: 12px;
  margin: 0;
  margin-top: 4px;
  padding-top: 5px;
}

/* line 324, app/assets/stylesheets/common.scss */
.title2 {
  border-bottom: 1px gray solid;
  background-color: #466BB1;
  padding: 4px;
  margin-bottom: 3px;
  color: white;
  font-size: 17px;
  font-weight: bold;
}

/* line 335, app/assets/stylesheets/common.scss */
.title2 img {
  position: relative;
  top: 2px;
}

/* line 340, app/assets/stylesheets/common.scss */
.subtitle {
  border-bottom: 1px silver solid;
  color: black;
  font-size: 14px;
  font-weight: bold;
}

/* line 346, app/assets/stylesheets/common.scss */
.subtitle small {
  font-weight: normal;
  font-size: 11px;
  padding-left: 5px;
}

/* line 350, app/assets/stylesheets/common.scss */
.subtitle a:link, .subtitle a:visited {
  color: darkslateblue;
  text-decoration: none;
}

/* line 353, app/assets/stylesheets/common.scss */
.subtitle a:hover {
  background: none;
}

/* line 355, app/assets/stylesheets/common.scss */
.subtitle.show_attributes {
  margin-top: 6px;
}

/* line 358, app/assets/stylesheets/common.scss */
.subtitle_inline_info {
  color: gray;
  margin-left: 5px;
}

/* line 362, app/assets/stylesheets/common.scss */
.subtitle_tools {
  font-size: 13px;
  float: right;
}

/* line 366, app/assets/stylesheets/common.scss */
.creat_meeting {
  color: white;
  float: right;
  font-size: 11px;
}

/* line 371, app/assets/stylesheets/common.scss */
.radio_box {
  line-height: 20px;
}

/* line 373, app/assets/stylesheets/common.scss */
.radio_box input {
  position: relative;
  top: -2px;
}

/* line 377, app/assets/stylesheets/common.scss */
.check_box {
  line-height: 20px;
}

/* line 379, app/assets/stylesheets/common.scss */
.check_box input {
  position: relative;
  top: 3px;
}

/* line 382, app/assets/stylesheets/common.scss */
.check_box label {
  font-size: 11px;
}

/* line 387, app/assets/stylesheets/common.scss */
.tabless {
  margin: auto;
  width: auto;
}

/* line 409, app/assets/stylesheets/common.scss */
.standalone {
  background: whitesmoke;
  border: 20px lightsteelblue solid;
  margin: auto;
  padding: 20px;
  width: 450px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 5px 5px 15px #bbbbbb, -5px 0px 15px #bbbbbb;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 5px 5px 15px #bbbbbb, -5px 0px 15px #bbbbbb;
}

/* line 419, app/assets/stylesheets/common.scss */
.standalone input[type="text"], .standalone input[type="email"], .standalone input[type="password"] {
  font-size: 16px;
  padding: 2px;
  width: 355px;
}

/* line 423, app/assets/stylesheets/common.scss */
.standalone input[type="submit"] {
  font-size: 14px;
}

/* line 426, app/assets/stylesheets/common.scss */
#footer {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 432, app/assets/stylesheets/common.scss */
  .standalone {
    border: 5px lightsteelblue solid;
    width: 370px;
  }
  /* line 436, app/assets/stylesheets/common.scss */
  .standalone input[type="text"], .standalone input[type="email"], .standalone input[type="password"] {
    font-size: 16px;
    padding: 2px;
    width: 310px;
  }
}

/* line 443, app/assets/stylesheets/common.scss */
.standalone2 {
  background: #064f9c;
  border: 2px gray solid;
  margin: -1px auto 0px auto;
  padding-bottom: 2px;
  width: 340px;
  position: absolute;
  z-index: 999;
}

/* line 457, app/assets/stylesheets/common.scss */
.standalone2 input[type="text"], .standalone2 input[type="email"], .standalone2 input[type="password"] {
  font-size: 16px;
  padding: 0px;
  width: 230px;
}

/* line 461, app/assets/stylesheets/common.scss */
.standalone2 input[type="submit"] {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  /* line 474, app/assets/stylesheets/common.scss */
  .menu_bars {
    visibility: hidden;
    display: none;
  }
}

/* line 481, app/assets/stylesheets/common.scss */
.menu_bars &gt; .line {
  background-color: #292929;
  height: 2px;
  display: block;
  max-width: 16px;
  margin-right: 20px;
}

/* line 488, app/assets/stylesheets/common.scss */
.menu_bars &gt; .line + .line {
  margin-top: 8px;
  max-width: 16px;
  margin-right: 20px;
}

/* line 495, app/assets/stylesheets/common.scss */
.standalone3 {
  background: #064f9c;
  border: 2px gray solid;
  margin: -1px auto 0px auto;
  padding-bottom: 2px;
  width: 350px;
  position: absolute;
}

/* line 509, app/assets/stylesheets/common.scss */
.standalone3 input[type="text"], .standalone3 input[type="email"], .standalone3 input[type="password"] {
  font-size: 16px;
  padding: 0px;
  width: 320px;
}

/* line 513, app/assets/stylesheets/common.scss */
.standalone3 input[type="submit"] {
  font-size: 14px;
}

/* line 517, app/assets/stylesheets/common.scss */
.tabbed {
  padding: 12px 12px 12px 16px;
}

/* line 520, app/assets/stylesheets/common.scss */
.main {
  background: white;
}

/* line 531, app/assets/stylesheets/common.scss */
.info {
  padding-top: 12px;
  width: 700px;
}

/* Media query for mobile devices */
@media (max-width: 650px) {
  /* line 538, app/assets/stylesheets/common.scss */
  .info {
    width: auto;
    /* Remove the width property */
    margin: 0;
    /* Remove the margin property */
  }
}

/* line 550, app/assets/stylesheets/common.scss */
.form {
  background: white;
}

/* line 552, app/assets/stylesheets/common.scss */
.form h4 {
  font-size: 18px;
  height: 30px;
}

/* line 556, app/assets/stylesheets/common.scss */
.tools {
  font-size: 10px;
  float: right;
  padding: 0px 0px 0px 4px;
}

/* line 560, app/assets/stylesheets/common.scss */
#comment_new_tools.tools {
  margin: 8px 0px 0px 0px;
}

/* line 563, app/assets/stylesheets/common.scss */
.label {
  color: #3f3f3f;
  font-size: 15px;
  margin: 8px 0px 0px 0px;
  padding: 0px 8px 0px 0px;
}

/* line 569, app/assets/stylesheets/common.scss */
.top {
  margin: 5px 0px 0px 0px;
}

/* line 572, app/assets/stylesheets/common.scss */
.req, label.required {
  background: url(/assets/asterisk-0fcc99d0e40d6cb0274aaf8c94a6fddc1f6a9f7c2145c2bd8ae4fb76f00e0e2b.gif) no-repeat scroll center right transparent;
  color: navy;
  display: inline-block;
}

/* line 577, app/assets/stylesheets/common.scss */
.required label {
  padding: 0px 8px 0px 0px;
}

/* line 581, app/assets/stylesheets/common.scss */
.intro {
  color: dimgray;
  font-size: 12px;
  padding-top: 5px;
}

/* line 586, app/assets/stylesheets/common.scss */
.section {
  background-color: whitesmoke;
  background-color: white;
  color: #3f3f3f;
  margin: 0px 0px 2px 0px;
  padding: 4px 15px 8px 7px;
}

/* line 593, app/assets/stylesheets/common.scss */
.section table {
  border-spacing: 0px;
  border-collapse: collapse;
}

/* line 595, app/assets/stylesheets/common.scss */
.section table.address {
  width: 240px;
}

/* line 599, app/assets/stylesheets/common.scss */
.section table td {
  vertical-align: top;
  padding: 0px;
}

/* line 602, app/assets/stylesheets/common.scss */
.section table td div.input {
  display: inline;
  padding: 3px;
}

/* line 605, app/assets/stylesheets/common.scss */
.section table td img.tooltip-icon {
  display: inline;
  vertical-align: bottom;
}

/* line 608, app/assets/stylesheets/common.scss */
.section table td input, .section table td select, .section table td textarea {
  width: 240px;
  display: block;
}

/* line 611, app/assets/stylesheets/common.scss */
.section table td input[type="checkbox"], .section table td input[type="radio"] {
  display: inline;
  width: auto;
}

/* line 614, app/assets/stylesheets/common.scss */
.section table td label {
  vertical-align: bottom;
}

/* line 616, app/assets/stylesheets/common.scss */
.section table td div.input.check_boxes &gt; span {
  display: block;
  padding-top: 2px;
}

/* line 619, app/assets/stylesheets/common.scss */
.section table td div.input.check_boxes &gt; span input {
  margin-right: 5px;
}

/* line 621, app/assets/stylesheets/common.scss */
.section table td div.input.radio_buttons &gt; span {
  display: block;
  padding-top: 2px;
}

/* line 624, app/assets/stylesheets/common.scss */
.section table td div.input.radio_buttons &gt; span label {
  vertical-align: middle;
  margin-left: 5px;
}

/* line 625, app/assets/stylesheets/common.scss */
.section table td div.input.radio_buttons &gt; span input {
  margin-left: 5px;
}

/* line 628, app/assets/stylesheets/common.scss */
.remote {
  border: 5px lightgray solid;
  background-color: white;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  position: relative;
}

/* line 635, app/assets/stylesheets/common.scss */
.remote a.close {
  display: block;
  background: lightblue;
  border-top: 1px gainsboro solid;
  border-left: 1px gainsboro solid;
  border-bottom: 1px grey solid;
  border-right: 1px grey solid;
  color: navy;
  cursor: pointer;
  height: 16px;
  margin: 3px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 17px;
}

/* line 652, app/assets/stylesheets/common.scss */
.remote a.close:hover {
  background: #1e4262;
  color: white;
}

/* line 656, app/assets/stylesheets/common.scss */
.remote2 {
  margin-left: 245px;
  margin-right: 9px;
}

/* line 661, app/assets/stylesheets/common.scss */
.buttonbar {
  border-top: 1px gray solid;
  margin: 8px auto;
  padding-top: 8px;
}

/* line 666, app/assets/stylesheets/common.scss */
.button {
  background-color: gray;
  border: none;
  color: white;
  padding: 3px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 30px;
}

/* line 685, app/assets/stylesheets/common.scss */
.cool {
  color: darkgreen;
}

/* line 688, app/assets/stylesheets/common.scss */
.warn {
  color: black;
}

/* line 691, app/assets/stylesheets/common.scss */
.warn2 {
  color: white;
}

/* line 694, app/assets/stylesheets/common.scss */
.urgent {
  color: darkred;
}

/* line 697, app/assets/stylesheets/common.scss */
.black {
  color: black;
}

/* line 700, app/assets/stylesheets/common.scss */
.white {
  color: white !important;
}

/* line 703, app/assets/stylesheets/common.scss */
.grayed {
  color: silver !important;
}

/* line 706, app/assets/stylesheets/common.scss */
.gray {
  color: lightgrey !important;
  margin-left: 8px;
}

/* line 712, app/assets/stylesheets/common.scss */
.name-spacing {
  margin-left: 30px;
}

/* line 716, app/assets/stylesheets/common.scss */
.amount {
  background: palegreen;
  color: black;
  font-size: 11px;
  text-align: center;
  padding: 0px 3px 0px 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

/* line 733, app/assets/stylesheets/common.scss */
.strip {
  background: gray;
  color: white !important;
  font-weight: bold;
  float: left;
  font-size: 14px;
  margin: 0px 6px 0px 0px;
  padding: 1px 4px 1px 3px;
  text-align: center;
  width: 80px;
}

/* line 751, app/assets/stylesheets/common.scss */
.strip2 {
  background: gainsboro;
  color: black;
  font-size: 11px;
  margin: 0px 6px 0px 0px;
  padding: 1px 8px 1px 4px;
  text-align: right;
  width: 75px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
}

/* line 772, app/assets/stylesheets/common.scss */
.indent {
  margin-left: 88px;
}

/* line 775, app/assets/stylesheets/common.scss */
.indentslim {
  margin-left: 16px;
}

/* line 778, app/assets/stylesheets/common.scss */
.indentwide {
  margin-left: 106px;
}

/* line 781, app/assets/stylesheets/common.scss */
.indentfull {
  margin-left: 126px;
}

/* line 784, app/assets/stylesheets/common.scss */
.bucket {
  margin: 0px 0px 10px 0px;
}

/* line 787, app/assets/stylesheets/common.scss */
.prefix {
  width: 30px;
  font-size: 10px;
}

/* line 791, app/assets/stylesheets/common.scss */
.comment {
  background: #f2f2f2;
  border-bottom: 1px gainsboro solid;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none;
}

/* line 804, app/assets/stylesheets/common.scss */
#comment_new.comment {
  margin: 3px 0px 0px 0px;
}

/* line 806, app/assets/stylesheets/common.scss */
.comment input[type=text] {
  border: 1px #cfcfcf solid;
  color: grey;
  font-size: 12px;
  margin: 3px 0px 0px 0px;
  padding: 3px;
  width: 500px;
}

/* line 813, app/assets/stylesheets/common.scss */
.comment .gravatar {
  float: left;
  margin: 3px 10px 3px 3px;
}

/* line 816, app/assets/stylesheets/common.scss */
.comment .body {
  display: inline;
  font-size: 14px;
}

/* line 819, app/assets/stylesheets/common.scss */
.comment tt {
  font-size: 12px;
  color: #666666;
}

/* line 822, app/assets/stylesheets/common.scss */
.comment dt {
  padding: 0px;
  margin: -10px 0px 0px 36px;
}

/* line 825, app/assets/stylesheets/common.scss */
.comment dt p {
  margin: 10px 0px 0px 0px;
}

/* line 827, app/assets/stylesheets/common.scss */
.comment .comment_subscriptions {
  margin-top: 7px;
  margin-left: 4px;
}

/* line 830, app/assets/stylesheets/common.scss */
.comment .comment_subscriptions a {
  font-size: 11px;
}

/* Media query for mobile devices */
@media (max-width: 650px) {
  /* line 835, app/assets/stylesheets/common.scss */
  .comment input[type=text] {
    width: auto;
    /* Remove the width property */
    margin: 0;
    /* Remove the margin property */
  }
  /* line 840, app/assets/stylesheets/common.scss */
  .remote2 {
    margin-left: 0;
    /* Set margin to zero or adjust as needed */
    /* Additional styles or overrides for smaller screens */
    margin-right: 0;
  }
}

/* line 848, app/assets/stylesheets/common.scss */
.comment textarea, textarea#comment_body {
  font-size: 14px;
  height: 110px;
  margin: 3px 0px 0px 0px;
  padding: 3px;
  width: 500px;
}

/* Media query for mobile devices for comment form on leads/contacts. Done Oct 6, 2023 */
@media (max-width: 650px) {
  /* line 857, app/assets/stylesheets/common.scss */
  .comment textarea, textarea#comment_body {
    width: 250px;
    /* Remove the width property */
    margin: 0;
    /* Remove the margin property */
  }
}

/* line 864, app/assets/stylesheets/common.scss */
.mail {
  background: #f2f2f2;
  border-bottom: 1px gainsboro solid;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none;
}

/* line 871, app/assets/stylesheets/common.scss */
.mail .gravatar {
  float: left;
  margin: 3px 10px 3px 3px;
}

/* line 874, app/assets/stylesheets/common.scss */
.mail .subject {
  color: black;
}

/* line 876, app/assets/stylesheets/common.scss */
.mail .body {
  display: inline;
  font-size: 11px;
}

/* line 879, app/assets/stylesheets/common.scss */
.mail tt {
  font-size: 10px;
  color: #666666;
}

/* line 882, app/assets/stylesheets/common.scss */
.mail dt {
  padding: 0px;
  margin: -10px 0px 0px 36px;
}

/* line 885, app/assets/stylesheets/common.scss */
.mail dt p {
  margin: 10px 0px 0px 0px;
}

/* line 888, app/assets/stylesheets/common.scss */
.toggle {
  font-weight: normal;
}

/* line 891, app/assets/stylesheets/common.scss */
#export {
  font-size: 9px;
  margin: 12px 0px 0px 0px;
}

/* line 895, app/assets/stylesheets/common.scss */
#paginate {
  float: right;
  font-size: 10px;
  margin: 4px 0px 0px 0px;
}

/* line 900, app/assets/stylesheets/common.scss */
#paging {
  float: right;
  margin: 7px 5px 0px 0px;
}

/* line 904, app/assets/stylesheets/common.scss */
.confirm {
  background: #cdfecd;
  border-left: 10px palegreen solid;
  font-size: 11px;
  margin: 0px 0px 6px 0px;
  padding: 6px;
}

/* line 913, app/assets/stylesheets/common.scss */
.log {
  padding: 8px 0px 0px 0px;
}

/* line 915, app/assets/stylesheets/common.scss */
.log h3 {
  border-bottom: 1px #2f2f2f dotted;
  color: #2f2f2f;
  margin: 0px 0px 4px 0px;
  padding: 2px 0px 2px 86px;
}

/* line 920, app/assets/stylesheets/common.scss */
.log h3.overdue {
  color: crimson;
  border-bottom: 1px crimson dotted;
}

/* line 923, app/assets/stylesheets/common.scss */
.log h3.due_asap {
  color: darkred;
  border-bottom: 1px darkred dotted;
}

/* line 926, app/assets/stylesheets/common.scss */
.log h3.due_today {
  color: darkgreen;
  border-bottom: 1px darkgreen dotted;
}

/* line 929, app/assets/stylesheets/common.scss */
.log li {
  color: #3f3f3f;
  font-size: 12px;
  list-style: none;
  padding: 3px 0px 3px 0px;
}

/* line 934, app/assets/stylesheets/common.scss */
.log li tt {
  color: dimgray;
  font-size: 11px;
}

/* line 937, app/assets/stylesheets/common.scss */
.log input[type=checkbox] {
  float: left;
  margin: 0px 4px 0px 0px;
}

/* line 942, app/assets/stylesheets/common.scss */
.log2 {
  padding: 8px 0px 0px 0px;
}

/* line 944, app/assets/stylesheets/common.scss */
.log2 h3 {
  border-bottom: 1px #2f2f2f dotted;
  color: #2f2f2f;
}

/* line 948, app/assets/stylesheets/common.scss */
.log2 h3.overdue {
  color: crimson;
  border-bottom: 1px crimson dotted;
}

/* line 951, app/assets/stylesheets/common.scss */
.log2 h3.due_asap {
  color: darkred;
  border-bottom: 1px darkred dotted;
}

/* line 954, app/assets/stylesheets/common.scss */
.log2 h3.due_today {
  color: darkgreen;
  border-bottom: 1px darkgreen dotted;
}

/* line 957, app/assets/stylesheets/common.scss */
.log2 li {
  color: #3f3f3f;
  font-size: 12px;
  list-style: none;
  padding: 3px 0px 3px 0px;
}

/* line 962, app/assets/stylesheets/common.scss */
.log2 li tt {
  color: dimgray;
  font-size: 11px;
}

/* line 965, app/assets/stylesheets/common.scss */
.log2 input[type=checkbox] {
  float: left;
  margin: 0px 4px 0px 0px;
}

/* line 971, app/assets/stylesheets/common.scss */
.list-contacts {
  padding: 3px 0px 7px 0px;
  align-items: center;
}

/* line 974, app/assets/stylesheets/common.scss */
.list-contacts li {
  border-bottom: 1px silver dotted;
  color: gray;
  font-size: 15px;
  list-style: none;
  padding: 0px 0px 0px 0px;
}

/* line 980, app/assets/stylesheets/common.scss */
.list-contacts li .gravatar {
  float: left;
  padding: 0px 0px 0px 0px;
}

/* line 983, app/assets/stylesheets/common.scss */
.list-contacts li tt {
  color: dimgray;
  font-size: 13px;
}

/* line 986, app/assets/stylesheets/common.scss */
.list-contacts li dt {
  color: #3f3f3f;
  font-size: 15px;
  padding: 0px 0px 0px 0px;
}

/* line 991, app/assets/stylesheets/common.scss */
.list-leads {
  padding: 3px 0px 7px 0px;
}

/* line 993, app/assets/stylesheets/common.scss */
.list-leads li {
  border-bottom: 1px silver dotted;
  color: gray;
  font-size: 15px;
  list-style: none;
  padding: 14px 0px;
}

/* line 1000, app/assets/stylesheets/common.scss */
.list-leads li .gravatar {
  float: left;
  padding: 0px 8px 0px 0px;
}

/* line 1003, app/assets/stylesheets/common.scss */
.list-leads li tt {
  color: dimgray;
  font-size: 13px;
}

/* line 1006, app/assets/stylesheets/common.scss */
.list-leads li dt {
  color: #3f3f3f;
  font-size: 15px;
  padding: 2px 0px 0px 0px;
}

/* line 1011, app/assets/stylesheets/common.scss */
.list {
  padding: 8px 0px 7px 0px;
}

/* line 1013, app/assets/stylesheets/common.scss */
.list li {
  border-bottom: 1px silver dotted;
  color: gray;
  font-size: 15px;
  list-style: none;
  padding: 14px 0px;
}

/* line 1019, app/assets/stylesheets/common.scss */
.list li .gravatar {
  float: left;
  padding: 0px 8px 0px 0px;
}

/* line 1022, app/assets/stylesheets/common.scss */
.list li tt {
  color: dimgray;
  font-size: 13px;
}

/* line 1025, app/assets/stylesheets/common.scss */
.list li dt {
  color: #3f3f3f;
  font-size: 15px;
  padding: 2px 0px 0px 0px;
}

/* line 1030, app/assets/stylesheets/common.scss */
.list_recent {
  padding: 8px 0px 7px 0px;
}

/* line 1032, app/assets/stylesheets/common.scss */
.list_recent li {
  border-bottom: 1px silver dotted;
  color: gray;
  font-size: 15px;
  list-style: none;
  padding: 5px 0px;
}

/* line 1038, app/assets/stylesheets/common.scss */
.list_recent li .gravatar {
  float: left;
  padding: 0px 8px 0px 0px;
}

/* line 1041, app/assets/stylesheets/common.scss */
.list_recent li tt {
  color: dimgray;
  font-size: 13px;
}

/* line 1044, app/assets/stylesheets/common.scss */
.list_recent li dt {
  color: #3f3f3f;
  font-size: 15px;
  padding: 2px 0px 0px 0px;
}

/* line 1051, app/assets/stylesheets/common.scss */
.filters, .panel {
  margin: 0px 0px 12px 0px;
  padding: 6px 8px 6px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 1061, app/assets/stylesheets/common.scss */
.filters .caption, .panel .caption {
  border-bottom: 1px grey solid;
  color: navy;
  font-size: 15px;
  font-weight: bold;
  margin: 4px 0px 5px 0px;
  padding: 2px 0px 2px 0px;
}

/* line 1072, app/assets/stylesheets/common.scss */
.filters h4 {
  color: navy;
  font-size: 12px;
  font-weight: bold;
}

/* line 1076, app/assets/stylesheets/common.scss */
.filters input[type=text] {
  margin-bottom: 4px;
}

/* line 1079, app/assets/stylesheets/common.scss */
.panel {
  padding: 5px;
}

/* line 1082, app/assets/stylesheets/common.scss */
.panel div {
  margin: 0px 0px 10px 0px;
}

/* line 1084, app/assets/stylesheets/common.scss */
.panel h4 {
  font-size: 13px;
  font-weight: bold;
}

/* line 1087, app/assets/stylesheets/common.scss */
.panel li {
  border-bottom: 1px silver dotted;
  font-size: 12px;
  list-style: none;
  padding: 2px 0px 3px 0px;
}

/* line 1092, app/assets/stylesheets/common.scss */
.panel li dt {
  float: right;
  font-size: 11px;
  font-weight: bold;
}

/* line 1096, app/assets/stylesheets/common.scss */
.panel li tt {
  font-size: 11px;
}

/* line 1098, app/assets/stylesheets/common.scss */
.panel li.last {
  border-bottom: none;
}

/* line 1100, app/assets/stylesheets/common.scss */
#recently.panel {
  background: floralwhite;
}

/* line 1102, app/assets/stylesheets/common.scss */
#summary.panel {
  background: floralwhite;
}

/* line 1104, app/assets/stylesheets/common.scss */
#summary.panel p {
  margin: 4px 0px 4px 0px;
}

/* line 1107, app/assets/stylesheets/common.scss */
.panel-newsletter {
  padding: 20px;
}

/* line 1110, app/assets/stylesheets/common.scss */
.panel-newsletter div {
  margin: 0px 0px 10px 0px;
}

/* line 1112, app/assets/stylesheets/common.scss */
.panel-newsletter h4 {
  font-size: 13px;
  font-weight: bold;
}

/* line 1115, app/assets/stylesheets/common.scss */
.panel-newsletter li {
  border-bottom: 1px silver dotted;
  font-size: 12px;
  list-style: none;
  padding: 2px 0px 3px 0px;
}

/* line 1120, app/assets/stylesheets/common.scss */
.panel-newsletter li dt {
  float: right;
  font-size: 11px;
  font-weight: bold;
}

/* line 1124, app/assets/stylesheets/common.scss */
.panel-newsletter li tt {
  font-size: 11px;
}

/* line 1126, app/assets/stylesheets/common.scss */
.panel-newsletter li.last {
  border-bottom: none;
}

/* line 1128, app/assets/stylesheets/common.scss */
#recently.panel-newsletter {
  background: floralwhite;
}

/* line 1130, app/assets/stylesheets/common.scss */
#summary.panel-newsletter {
  background: floralwhite;
}

/* line 1132, app/assets/stylesheets/common.scss */
#summary.panel-newsletter p {
  margin: 4px 0px 4px 0px;
}

/* line 1137, app/assets/stylesheets/common.scss */
.button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  /* Adjust as needed */
}

/* line 1143, app/assets/stylesheets/common.scss */
.button-container button {
  margin-left: 5px;
  /* Space between buttons */
  background-color: white;
  padding: 2px 5px;
  border: 2px solid #E2DFD2;
  border-radius: 5px;
}

/* line 1151, app/assets/stylesheets/common.scss */
.panel-border {
  border: 2px lightgrey solid;
  padding: 20px;
  margin: 15px;
  border-radius: 8px;
}

/* line 1157, app/assets/stylesheets/common.scss */
.panel-border p {
  font-size: 14px;
}

/* line 1162, app/assets/stylesheets/common.scss */
.panel-border-admin {
  border: 2px lightgrey solid;
  padding: 20px;
  margin: 4px 20px 20px 20px;
  border-radius: 8px;
}

/* line 1168, app/assets/stylesheets/common.scss */
.panel-border-admin p {
  font-size: 14px;
}

/* line 1173, app/assets/stylesheets/common.scss */
.panel-border-news-form {
  border: 2px lightgrey solid;
  margin-top: 10px;
  border-radius: 8px;
}

/* line 1180, app/assets/stylesheets/common.scss */
.panel-dashboard div {
  margin: 0px 0px 10px 0px;
}

/* line 1182, app/assets/stylesheets/common.scss */
.panel-dashboard h4 {
  font-size: 13px;
  font-weight: bold;
}

/* line 1185, app/assets/stylesheets/common.scss */
.panel-dashboard li {
  border-bottom: 1px silver dotted;
  font-size: 12px;
  list-style: none;
  padding: 2px 0px 3px 0px;
}

/* line 1190, app/assets/stylesheets/common.scss */
.panel-dashboard li dt {
  float: right;
  font-size: 11px;
  font-weight: bold;
}

/* line 1194, app/assets/stylesheets/common.scss */
.panel-dashboard li tt {
  font-size: 11px;
}

/* line 1196, app/assets/stylesheets/common.scss */
.panel-dashboard li.last {
  border-bottom: none;
}

/* line 1198, app/assets/stylesheets/common.scss */
#recently.panel-dashboard {
  background: white;
}

/* line 1200, app/assets/stylesheets/common.scss */
#summary.panel-dashboard {
  background: white;
}

/* line 1202, app/assets/stylesheets/common.scss */
#summary.panel-dashboard p {
  margin: 4px 0px 4px 0px;
}

/* line 1205, app/assets/stylesheets/common.scss */
.panel2 {
  margin: 0px 0px 12px 0px;
  padding: 0px 3px 6px 3px;
  font-size: 15px;
}

/* line 1217, app/assets/stylesheets/common.scss */
.panel2 h3 {
  font-size: 16px;
  font-weight: bold;
}

/* line 1220, app/assets/stylesheets/common.scss */
.panel2 h4 {
  font-size: 15px;
  font-weight: bold;
}

/* line 1223, app/assets/stylesheets/common.scss */
.panel2 li {
  border-bottom: 1px silver dotted;
  font-size: 15px;
  list-style: none;
  padding: 2px 0px 3px 0px;
}

/* line 1228, app/assets/stylesheets/common.scss */
.panel2 li dt {
  float: right;
  font-size: 15px;
  font-weight: bold;
}

/* line 1232, app/assets/stylesheets/common.scss */
.panel2 li tt {
  font-size: 15px;
}

/* line 1234, app/assets/stylesheets/common.scss */
.panel2 li.last {
  border-bottom: none;
}

/* line 1236, app/assets/stylesheets/common.scss */
#recently.panel2 {
  background: floralwhite;
}

/* line 1244, app/assets/stylesheets/common.scss */
.change-type-btn {
  display: inline-block;
  padding: 5px 6px;
  background-color: #f0f0f0;
  color: black !important;
  border: 1px solid gray;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* line 1258, app/assets/stylesheets/common.scss */
.change-type-btn:hover {
  background-color: gray;
  color: white !important;
}

/* line 1263, app/assets/stylesheets/common.scss */
.font-increased {
  font-size: 15px;
}

/* line 1268, app/assets/stylesheets/common.scss */
.change-type-btn-dk {
  display: inline-block;
  padding: 2px 4px;
  margin: 0px 5px 6px 0px;
  background-color: #F0F0F0;
  border: 1px solid gray;
  color: black !important;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* line 1282, app/assets/stylesheets/common.scss */
.change-type-btn-dk:hover {
  background-color: gray;
  color: #ffffff !important;
}

/* line 1287, app/assets/stylesheets/common.scss */
.selector {
  color: black;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

/* line 1293, app/assets/stylesheets/common.scss */
.on {
  background: rgba(211, 211, 211, 0.829);
  color: black;
  border: 1px silver inset;
}

/* line 1298, app/assets/stylesheets/common.scss */
.off {
  background: white;
  border: 1px silver outset;
}

/* line 1302, app/assets/stylesheets/common.scss */
.selector:hover {
  background-color: gray;
  color: white;
}

/* line 1307, app/assets/stylesheets/common.scss */
.arrow {
  font-size: 9px;
  color: white;
  padding: 0px 2px 3px 0px;
}

/* line 1312, app/assets/stylesheets/common.scss */
.fa-list {
  color: black;
}

/* line 1317, app/assets/stylesheets/common.scss */
.fa-list-alt {
  color: black;
}

/* line 1321, app/assets/stylesheets/common.scss */
.white_link {
  font-weight: bold;
  padding-right: 3px;
  margin-right: 12px;
}

/* line 1331, app/assets/stylesheets/common.scss */
.white_link2 {
  font-weight: bold;
  color: white;
  padding-right: 3px;
}

/* line 1332, app/assets/stylesheets/common.scss */
.white_link2 a {
  color: white;
}

/* line 1340, app/assets/stylesheets/common.scss */
.blue_link {
  font-weight: bold;
  color: white;
  padding-right: 3px;
}

/* line 1341, app/assets/stylesheets/common.scss */
.blue_link a {
  color: blue;
}

/* line 1347, app/assets/stylesheets/common.scss */
.blue_link a:hover {
  background: blue;
  color: white;
}

/* line 1353, app/assets/stylesheets/common.scss */
.light-gray {
  color: darkgrey;
  /* Use your preferred light gray color */
}

/* line 1357, app/assets/stylesheets/common.scss */
.gray-button {
  border: 2px solid lightgray;
  font-weight: bold;
  font-size: 12px;
  color: white;
  padding: 4px 8px;
  border-radius: 7px;
  background: #f5f3f3;
}

/* line 1358, app/assets/stylesheets/common.scss */
.gray-button a {
  color: blue;
}

/* line 1368, app/assets/stylesheets/common.scss */
.gray-button a:hover {
  background: blue;
  color: white;
}

/* line 1374, app/assets/stylesheets/common.scss */
.blue {
  color: blue;
}

/* line 1378, app/assets/stylesheets/common.scss */
.red {
  color: red;
}

/* line 1382, app/assets/stylesheets/common.scss */
.blue_bg {
  background-color: lightblue;
  padding: 2px;
}

/* line 1387, app/assets/stylesheets/common.scss */
.orange2 {
  color: orange;
}

/* line 1391, app/assets/stylesheets/common.scss */
.orange3 {
  color: white;
  background-color: orange;
  padding: 3px;
}

/* line 1397, app/assets/stylesheets/common.scss */
.darkblue {
  color: darkslateblue;
}

/* line 1401, app/assets/stylesheets/common.scss */
#create_lead_contact {
  color: white;
}

/* line 1405, app/assets/stylesheets/common.scss */
.fa-bars {
  color: black;
}

/* line 1410, app/assets/stylesheets/common.scss */
.left {
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
}

/* line 1418, app/assets/stylesheets/common.scss */
.right {
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px;
}

/* line 1428, app/assets/stylesheets/common.scss */
.menu {
  background: #f4f5eb;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 0px;
  width: 12em;
  -webkit-box-shadow: 10px 10px 15px gainsboro;
}

/* line 1441, app/assets/stylesheets/common.scss */
.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 1445, app/assets/stylesheets/common.scss */
.menu li {
  list-style-position: outside;
}

/* line 1447, app/assets/stylesheets/common.scss */
.menu a {
  color: #555555;
  cursor: default;
  display: block;
  margin: 0px 2px;
  outline: none;
  padding: 4px 15px;
  text-decoration: none;
}

/* line 1455, app/assets/stylesheets/common.scss */
.menu a:hover {
  background: #555555;
  color: white;
}

/* line 1508, app/assets/stylesheets/common.scss */
.inline_tabs ul {
  margin: 20px 0;
}

/* line 1510, app/assets/stylesheets/common.scss */
.inline_tabs ul li {
  display: inline;
}

/* line 1512, app/assets/stylesheets/common.scss */
.inline_tabs ul li a {
  display: inline-block;
  background: #fafafa;
  padding: 5px;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
  width: 75px;
  text-align: center;
  color: black;
}

/* line 1521, app/assets/stylesheets/common.scss */
.inline_tabs ul li.selected a {
  background: #1e4262;
  color: white;
  font-weight: bold;
}

/* line 1526, app/assets/stylesheets/common.scss */
.list li.position {
  cursor: move;
}

/* line 1529, app/assets/stylesheets/common.scss */
span.handle img {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 1533, app/assets/stylesheets/common.scss */
.tags, .list li dt .tags {
  margin-top: 4px;
}

/* line 1535, app/assets/stylesheets/common.scss */
.tags a:link, .tags a:visited, .tags li, .list li dt .tags a:link, .list li dt .tags a:visited, .list li dt .tags li {
  background-color: #F5F5F5;
  color: #333333;
  font-weight: normal;
  padding: 2px 6px 1px 6px;
  margin: 4px 0 3px 4px;
  border: 1px solid #bdbdbd;
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #f2f2f2 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#f2f2f2',GradientType=0 );
  background-image: linear-gradient(top, #eaeaea 0%, #f2f2f2 70%);
  border-radius: 3px;
}

/* line 1552, app/assets/stylesheets/common.scss */
.tags a:hover, .list li dt .tags a:hover {
  background: #dadada;
}

/* line 1554, app/assets/stylesheets/common.scss */
.tags li, .list li dt .tags li {
  display: inline;
}

/* line 1559, app/assets/stylesheets/common.scss */
.field_group .list {
  padding-bottom: 30px;
}

/* line 1562, app/assets/stylesheets/common.scss */
.fields .subtitle {
  cursor: move;
}

/* line 1565, app/assets/stylesheets/common.scss */
.fields .title {
  margin-bottom: 12px;
}

/* line 1568, app/assets/stylesheets/common.scss */
ul.tools {
  display: inline;
}

/* line 1570, app/assets/stylesheets/common.scss */
ul.tools li {
  border-right: 1px black solid;
  border-bottom: none;
  padding: 0 4px;
  font-size: 10px;
  float: left;
  clear: none;
}

/* line 1577, app/assets/stylesheets/common.scss */
ul.tools li:last-child {
  border-right: none;
}

/* Default white background for odd rows */
/* line 1581, app/assets/stylesheets/common.scss */
.highlight:nth-child(odd) {
  background-color: #ffffff;
  padding-bottom: 15px;
}

/* Light gray background for even rows */
/* line 1587, app/assets/stylesheets/common.scss */
.highlight:nth-child(even) {
  background-color: #f5f5f5;
  padding-bottom: 15px;
}

/* line 1592, app/assets/stylesheets/common.scss */
.mail.highlight,
.comment.highlight {
  background-color: #f2f2f2;
  word-break: break-all;
}

/* Hover effect */
/* line 1599, app/assets/stylesheets/common.scss */
.highlight:hover {
  background-color: #e1e9fd;
}

/* line 1601, app/assets/stylesheets/common.scss */
.highlight:hover .tools {
  visibility: visible;
}

/* line 1606, app/assets/stylesheets/common.scss */
.highlight .tools {
  visibility: hidden;
}

/* line 1611, app/assets/stylesheets/common.scss */
.gray-links a {
  color: #545252;
}

/* line 1615, app/assets/stylesheets/common.scss */
.gray-links a:hover {
  color: white;
  background-color: gray;
}

/* line 1621, app/assets/stylesheets/common.scss */
table.asset_attributes {
  width: 100%;
  border-spacing: 4px;
}

/* line 1624, app/assets/stylesheets/common.scss */
table.asset_attributes td, table.asset_attributes th {
  border-bottom: 1px dotted silver;
  vertical-align: top;
  text-align: left;
}

/* line 1629, app/assets/stylesheets/common.scss */
table.asset_attributes th {
  font-weight: bold;
  width: 18%;
  padding-right: 7px;
  text-align: right;
}

/* line 1635, app/assets/stylesheets/common.scss */
table.asset_attributes td {
  width: 32%;
  color: #202020;
}

/* line 1639, app/assets/stylesheets/common.scss */
table.asset_attributes td.last, table.asset_attributes th.last {
  border-bottom: none;
}

/* line 1644, app/assets/stylesheets/common.scss */
.spinner {
  margin: 7px 4px 0px 4px;
  float: right;
}

/* line 1649, app/assets/stylesheets/common.scss */
.comment .spinner {
  margin: 5px 4px 0px 4px;
  float: left;
}

/* line 1654, app/assets/stylesheets/common.scss */
.comment .buttons {
  padding-left: 40px;
}

/* line 1661, app/assets/stylesheets/common.scss */
.ui-menu-item &gt; a:not(.ui-state-focus) span.jumpbox-highlight {
  background-color: lightyellow;
  font-weight: bold;
}

/* line 1668, app/assets/stylesheets/common.scss */
.ui-state-focus span.jumpbox-highlight {
  background-color: darkgray;
}

/* line 1675, app/assets/stylesheets/common.scss */
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */
}

/* line 1679, app/assets/stylesheets/common.scss */
.digg_pagination a, .digg_pagination span, .digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 1684, app/assets/stylesheets/common.scss */
.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 1687, app/assets/stylesheets/common.scss */
.digg_pagination .current {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}

/* line 1694, app/assets/stylesheets/common.scss */
.digg_pagination a {
  font-size: 14px;
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

/* line 1699, app/assets/stylesheets/common.scss */
.digg_pagination a:hover, .digg_pagination a:focus {
  color: white;
  background-color: #2e6ab1;
  border-color: #000033;
}

/* line 1703, app/assets/stylesheets/common.scss */
.digg_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 1710, app/assets/stylesheets/common.scss */
.digg_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

/* line 1714, app/assets/stylesheets/common.scss */
.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 1720, app/assets/stylesheets/common.scss */
* html .digg_pagination {
  height: 1%;
}

/* line 1722, app/assets/stylesheets/common.scss */
*:first-child + html .digg_pagination {
  overflow: hidden;
}

/* line 1725, app/assets/stylesheets/common.scss */
.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default;
}

/* line 1731, app/assets/stylesheets/common.scss */
.apple_pagination a, .apple_pagination span {
  padding: 0.2em 0.3em;
}

/* line 1733, app/assets/stylesheets/common.scss */
.apple_pagination .disabled {
  color: #aaaaaa;
}

/* line 1735, app/assets/stylesheets/common.scss */
.apple_pagination .current {
  font-style: normal;
  font-weight: bold;
  background-color: #bebebe;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  border-radius: 1em;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}

/* line 1747, app/assets/stylesheets/common.scss */
.apple_pagination a {
  text-decoration: none;
  color: black;
}

/* line 1750, app/assets/stylesheets/common.scss */
.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}

/* line 1753, app/assets/stylesheets/common.scss */
.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default;
}

/* line 1757, app/assets/stylesheets/common.scss */
.flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
  padding: 0.2em 0.5em;
}

/* line 1759, app/assets/stylesheets/common.scss */
.flickr_pagination .disabled {
  color: #aaaaaa;
}

/* line 1761, app/assets/stylesheets/common.scss */
.flickr_pagination .current {
  font-style: normal;
  font-weight: bold;
  color: #ff0084;
}

/* line 1765, app/assets/stylesheets/common.scss */
.flickr_pagination a {
  border: 1px solid #dddddd;
  color: #0063dc;
  text-decoration: none;
}

/* line 1769, app/assets/stylesheets/common.scss */
.flickr_pagination a:hover, .flickr_pagination a:focus {
  border-color: #003366;
  background: #0063dc;
  color: white;
}

/* line 1773, app/assets/stylesheets/common.scss */
.flickr_pagination .page_info {
  color: #aaaaaa;
  padding-top: 0.8em;
}

/* line 1776, app/assets/stylesheets/common.scss */
.flickr_pagination .previous_page, .flickr_pagination .next_page {
  border-width: 2px;
}

/* line 1778, app/assets/stylesheets/common.scss */
.flickr_pagination .previous_page {
  margin-right: 1em;
}

/* line 1780, app/assets/stylesheets/common.scss */
.flickr_pagination .next_page {
  margin-left: 1em;
}

/* line 1783, app/assets/stylesheets/common.scss */
.box {
  background-color: lightgray;
  color: black;
  padding: 3px;
}

/* line 1790, app/assets/stylesheets/common.scss */
.box2 {
  background-color: lightgray;
  color: black;
  padding: 2px;
}

/* line 1796, app/assets/stylesheets/common.scss */
#meetings-section {
  display: none;
}

/* line 1804, app/assets/stylesheets/common.scss */
#meetings-past {
  display: none;
}

/* line 1808, app/assets/stylesheets/common.scss */
.email_checkbox {
  text-align: right;
  padding-right: 20%;
}

/* line 1813, app/assets/stylesheets/common.scss */
.orange {
  background-color: lightskyblue;
}

/* line 1817, app/assets/stylesheets/common.scss */
.input-color {
  position: relative;
}

/* line 1820, app/assets/stylesheets/common.scss */
.input-color input {
  padding-left: 20px;
}

/* line 1823, app/assets/stylesheets/common.scss */
.input-color .color-box {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ccc;
  left: 5px;
  top: 5px;
  margin-right: 4px;
}

/* line 1834, app/assets/stylesheets/common.scss */
.float_right {
  float: right;
}

/* line 1839, app/assets/stylesheets/common.scss */
.group-list-row.odd {
  background-color: #f2f2f2;
  /* Light gray background for odd rows */
}

/* line 1843, app/assets/stylesheets/common.scss */
.group-list-row.even {
  background-color: #ffffff;
  /* White background for even rows */
}

/* Back to top button */
/* line 1853, app/assets/stylesheets/common.scss */
.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

/* line 1870, app/assets/stylesheets/common.scss */
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */
/* line 1877, app/assets/stylesheets/common.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

/* line 1888, app/assets/stylesheets/common.scss */
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 1971, app/assets/stylesheets/common.scss */
.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
/* line 1979, app/assets/stylesheets/common.scss */
#intro {
  width: 100%;
  position: relative;
  background: url(/assets/intro-bg-a44085e80be1f8213987eb40045db6f039e02308c0405b5f84874743f1fb2c63.png) center bottom no-repeat;
  background-size: cover;
  padding: 30px 0 210px 0;
}

/* line 1987, app/assets/stylesheets/common.scss */
#intro .intro-img {
  padding-top: 66px;
  width: 50%;
  float: right;
}

/* line 1993, app/assets/stylesheets/common.scss */
#intro .intro-info {
  width: 50%;
  float: left;
}

/* line 1998, app/assets/stylesheets/common.scss */
#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

/* line 2005, app/assets/stylesheets/common.scss */
#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

/* line 2010, app/assets/stylesheets/common.scss */
#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

/* line 2024, app/assets/stylesheets/common.scss */
#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

/* line 2031, app/assets/stylesheets/common.scss */
#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

/* line 2037, app/assets/stylesheets/common.scss */
#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

/* line 2041, app/assets/stylesheets/common.scss */
#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
/* line 2054, app/assets/stylesheets/common.scss */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

/* line 2059, app/assets/stylesheets/common.scss */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2066, app/assets/stylesheets/common.scss */
.main-nav &gt; ul &gt; li {
  position: relative;
  white-space: nowrap;
  float: left;
}

/* line 2072, app/assets/stylesheets/common.scss */
.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* line 2083, app/assets/stylesheets/common.scss */
.main-nav a:hover,
.main-nav .active &gt; a,
.main-nav li:hover &gt; a {
  color: #007bff;
  text-decoration: none;
}

/* line 2090, app/assets/stylesheets/common.scss */
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

/* line 2104, app/assets/stylesheets/common.scss */
.main-nav .drop-down:hover &gt; ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* line 2110, app/assets/stylesheets/common.scss */
.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

/* line 2115, app/assets/stylesheets/common.scss */
.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

/* line 2121, app/assets/stylesheets/common.scss */
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active &gt; a,
.main-nav .drop-down ul li:hover &gt; a {
  color: #007bff;
}

/* line 2127, app/assets/stylesheets/common.scss */
.main-nav .drop-down &gt; a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

/* line 2133, app/assets/stylesheets/common.scss */
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

/* line 2138, app/assets/stylesheets/common.scss */
.main-nav .drop-down .drop-down:hover &gt; ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

/* line 2144, app/assets/stylesheets/common.scss */
.main-nav .drop-down .drop-down &gt; a {
  padding-right: 35px;
}

/* line 2148, app/assets/stylesheets/common.scss */
.main-nav .drop-down .drop-down &gt; a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
/* line 2157, app/assets/stylesheets/common.scss */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

/* line 2170, app/assets/stylesheets/common.scss */
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2176, app/assets/stylesheets/common.scss */
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

/* line 2184, app/assets/stylesheets/common.scss */
.mobile-nav a:hover,
.mobile-nav .active &gt; a,
.mobile-nav li:hover &gt; a {
  color: #74b5fc;
  text-decoration: none;
}

/* line 2191, app/assets/stylesheets/common.scss */
.mobile-nav .drop-down &gt; a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

/* line 2199, app/assets/stylesheets/common.scss */
.mobile-nav .active.drop-down &gt; a:after {
  content: "\f077";
}

/* line 2203, app/assets/stylesheets/common.scss */
.mobile-nav .drop-down &gt; a {
  padding-right: 35px;
}

/* line 2207, app/assets/stylesheets/common.scss */
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

/* line 2212, app/assets/stylesheets/common.scss */
.mobile-nav .drop-down li {
  padding-left: 20px;
}

/* line 2216, app/assets/stylesheets/common.scss */
.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

/* line 2231, app/assets/stylesheets/common.scss */
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

/* line 2236, app/assets/stylesheets/common.scss */
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

/* line 2248, app/assets/stylesheets/common.scss */
.mobile-nav-active {
  overflow: hidden;
}

/* line 2252, app/assets/stylesheets/common.scss */
.mobile-nav-active .mobile-nav {
  left: 0;
}

/* line 2256, app/assets/stylesheets/common.scss */
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
/* line 2267, app/assets/stylesheets/common.scss */
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

/* line 2275, app/assets/stylesheets/common.scss */
.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/
/* line 2287, app/assets/stylesheets/common.scss */
.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/
/* line 2294, app/assets/stylesheets/common.scss */
#about {
  background: #fff;
  padding: 60px 0;
}

/* line 2299, app/assets/stylesheets/common.scss */
#about .about-container .background {
  margin: 20px 0;
}

/* line 2303, app/assets/stylesheets/common.scss */
#about .about-container .content {
  background: #fff;
}

/* line 2307, app/assets/stylesheets/common.scss */
#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

/* line 2313, app/assets/stylesheets/common.scss */
#about .about-container p {
  line-height: 26px;
}

/* line 2317, app/assets/stylesheets/common.scss */
#about .about-container p:last-child {
  margin-bottom: 0;
}

/* line 2321, app/assets/stylesheets/common.scss */
#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

/* line 2327, app/assets/stylesheets/common.scss */
#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

/* line 2355, app/assets/stylesheets/common.scss */
#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

/* line 2360, app/assets/stylesheets/common.scss */
#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

/* line 2364, app/assets/stylesheets/common.scss */
#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

/* line 2368, app/assets/stylesheets/common.scss */
#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

/* line 2375, app/assets/stylesheets/common.scss */
#about .about-container .icon-box .title a {
  color: #283d50;
}

/* line 2379, app/assets/stylesheets/common.scss */
#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* line 2385, app/assets/stylesheets/common.scss */
#about .about-extra {
  padding-top: 60px;
}

/* line 2389, app/assets/stylesheets/common.scss */
#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/
/* line 2397, app/assets/stylesheets/common.scss */
#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/* line 2403, app/assets/stylesheets/common.scss */
#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

/* line 2414, app/assets/stylesheets/common.scss */
#services .box:hover {
  transform: translateY(-5px);
}

/* line 2419, app/assets/stylesheets/common.scss */
#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

/* line 2425, app/assets/stylesheets/common.scss */
#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

/* line 2431, app/assets/stylesheets/common.scss */
#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

/* line 2438, app/assets/stylesheets/common.scss */
#services .title a {
  color: #111;
}

/* line 2442, app/assets/stylesheets/common.scss */
#services .box:hover .title a {
  color: #007bff;
}

/* line 2446, app/assets/stylesheets/common.scss */
#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/* line 2453, app/assets/stylesheets/common.scss */
#why-us {
  padding: 60px 0;
  background: #004a99;
}

/* line 2458, app/assets/stylesheets/common.scss */
#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

/* line 2463, app/assets/stylesheets/common.scss */
#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

/* line 2475, app/assets/stylesheets/common.scss */
#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

/* line 2480, app/assets/stylesheets/common.scss */
#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

/* line 2486, app/assets/stylesheets/common.scss */
#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

/* line 2491, app/assets/stylesheets/common.scss */
#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

/* line 2496, app/assets/stylesheets/common.scss */
#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

/* line 2504, app/assets/stylesheets/common.scss */
#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

/* line 2508, app/assets/stylesheets/common.scss */
#why-us .counters {
  padding-top: 40px;
}

/* line 2512, app/assets/stylesheets/common.scss */
#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

/* line 2520, app/assets/stylesheets/common.scss */
#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/
/* line 2531, app/assets/stylesheets/common.scss */
#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/* line 2536, app/assets/stylesheets/common.scss */
#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

/* line 2543, app/assets/stylesheets/common.scss */
#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

/* line 2558, app/assets/stylesheets/common.scss */
#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

/* line 2564, app/assets/stylesheets/common.scss */
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

/* line 2568, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 2574, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

/* line 2581, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

/* line 2586, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

/* line 2614, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

/* line 2622, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

/* line 2626, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

/* line 2630, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 2639, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

/* line 2651, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

/* line 2658, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

/* line 2663, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

/* line 2668, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

/* line 2672, app/assets/stylesheets/common.scss */
#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/
/* line 2679, app/assets/stylesheets/common.scss */
#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/* line 2684, app/assets/stylesheets/common.scss */
#testimonials .section-header {
  margin-bottom: 40px;
}

/* line 2688, app/assets/stylesheets/common.scss */
#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

/* line 2695, app/assets/stylesheets/common.scss */
#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

/* line 2703, app/assets/stylesheets/common.scss */
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

/* line 2710, app/assets/stylesheets/common.scss */
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

/* line 2715, app/assets/stylesheets/common.scss */
#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

/* line 2721, app/assets/stylesheets/common.scss */
#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

/* line 2730, app/assets/stylesheets/common.scss */
#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/
/* line 2737, app/assets/stylesheets/common.scss */
#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/* line 2743, app/assets/stylesheets/common.scss */
#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

/* line 2751, app/assets/stylesheets/common.scss */
#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

/* line 2773, app/assets/stylesheets/common.scss */
#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

/* line 2778, app/assets/stylesheets/common.scss */
#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

/* line 2784, app/assets/stylesheets/common.scss */
#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

/* line 2789, app/assets/stylesheets/common.scss */
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

/* line 2796, app/assets/stylesheets/common.scss */
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

/* line 2803, app/assets/stylesheets/common.scss */
#team .member .social {
  margin-top: 15px;
}

/* line 2807, app/assets/stylesheets/common.scss */
#team .member .social a {
  transition: none;
  color: #fff;
}

/* line 2812, app/assets/stylesheets/common.scss */
#team .member .social a:hover {
  color: #007bff;
}

/* line 2816, app/assets/stylesheets/common.scss */
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/
/* line 2824, app/assets/stylesheets/common.scss */
#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/* line 2829, app/assets/stylesheets/common.scss */
#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

/* line 2835, app/assets/stylesheets/common.scss */
#clients .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

/* line 2856, app/assets/stylesheets/common.scss */
#clients .client-logo:hover img {
  transform: scale(1.2);
}

/* line 2861, app/assets/stylesheets/common.scss */
#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/
/* line 2868, app/assets/stylesheets/common.scss */
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

/* line 2874, app/assets/stylesheets/common.scss */
#contact .section-header {
  padding-bottom: 30px;
}

/* line 2878, app/assets/stylesheets/common.scss */
#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

/* line 2890, app/assets/stylesheets/common.scss */
#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

/* line 2897, app/assets/stylesheets/common.scss */
#contact .social-links {
  padding-bottom: 20px;
}

/* line 2901, app/assets/stylesheets/common.scss */
#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

/* line 2917, app/assets/stylesheets/common.scss */
#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

/* line 2922, app/assets/stylesheets/common.scss */
#contact .info {
  color: #283d50;
}

/* line 2926, app/assets/stylesheets/common.scss */
#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

/* line 2933, app/assets/stylesheets/common.scss */
#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

/* line 2939, app/assets/stylesheets/common.scss */
#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 2949, app/assets/stylesheets/common.scss */
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 2959, app/assets/stylesheets/common.scss */
#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

/* line 2965, app/assets/stylesheets/common.scss */
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/* line 2973, app/assets/stylesheets/common.scss */
#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

/* line 2980, app/assets/stylesheets/common.scss */
#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

/* line 2989, app/assets/stylesheets/common.scss */
#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* line 2998, app/assets/stylesheets/common.scss */
#footer {
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

/* line 3005, app/assets/stylesheets/common.scss */
#footer .footer-top {
  background: #004a99;
  padding: 60px 0 30px 0;
}

/* line 3010, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

/* line 3014, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* line 3026, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

/* line 3034, app/assets/stylesheets/common.scss */
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

/* line 3049, app/assets/stylesheets/common.scss */
#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

/* line 3054, app/assets/stylesheets/common.scss */
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

/* line 3063, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

/* line 3067, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 3073, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

/* line 3077, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

/* line 3081, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

/* line 3085, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

/* line 3089, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

/* line 3093, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-contact p {
  line-height: 26px;
}

/* line 3097, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

/* line 3101, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

/* line 3107, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

/* line 3118, app/assets/stylesheets/common.scss */
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

/* line 3122, app/assets/stylesheets/common.scss */
#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: black;
}

/* line 3128, app/assets/stylesheets/common.scss */
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

/* line 3134, app/assets/stylesheets/common.scss */
#footer .credits a {
  color: #bfddfe;
}

/* line 3138, app/assets/stylesheets/common.scss */
#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 3147, app/assets/stylesheets/common.scss */
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  /* line 3153, app/assets/stylesheets/common.scss */
  #header {
    height: 60px;
    padding: 10px 0;
  }
  /* line 3163, app/assets/stylesheets/common.scss */
  #intro {
    padding: 140px 0 60px 0;
  }
  /* line 3167, app/assets/stylesheets/common.scss */
  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
  /* line 3173, app/assets/stylesheets/common.scss */
  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
  /* line 3180, app/assets/stylesheets/common.scss */
  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  /* line 3186, app/assets/stylesheets/common.scss */
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  /* line 3192, app/assets/stylesheets/common.scss */
  #intro .intro-info {
    width: 100%;
  }
  /* line 3196, app/assets/stylesheets/common.scss */
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  /* line 3201, app/assets/stylesheets/common.scss */
  .section-header p {
    width: 100%;
  }
  /* line 3205, app/assets/stylesheets/common.scss */
  #testimonials .testimonial-item {
    text-align: center;
  }
  /* line 3209, app/assets/stylesheets/common.scss */
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
  /* line 3214, app/assets/stylesheets/common.scss */
  #testimonials .testimonial-item h3,
#testimonials .testimonial-item h4,
#testimonials .testimonial-item p {
    margin-left: 0;
  }
}

/* line 3221, app/assets/stylesheets/common.scss */
.today_button {
  font-size: 14px;
  color: white;
  background-color: #004a99;
  margin-right: 8px;
}

/* line 3228, app/assets/stylesheets/common.scss */
.today_button_disabled {
  font-size: 14px;
  background-color: white;
  margin-right: 8px;
}

/* line 3235, app/assets/stylesheets/common.scss */
.calendar-title {
  font-size: 24px;
  text-align: center;
  padding: 0 6px 0 6px;
}

/* line 3241, app/assets/stylesheets/common.scss */
.calendar-heading {
  text-align: center;
}

@media (max-width: 574px) {
  /* line 3246, app/assets/stylesheets/common.scss */
  #intro {
    padding: 100px 0 20px 0;
  }
}

/* line 3252, app/assets/stylesheets/common.scss */
.goToBottom {
  float: right;
  margin: 12px 16px 0 0;
}

/* line 3257, app/assets/stylesheets/common.scss */
.import_right {
  float: right;
}

/* line 3261, app/assets/stylesheets/common.scss */
hr.new1 {
  border-top: 1px solid gray;
}

/* line 3266, app/assets/stylesheets/common.scss */
.newsletter_preview {
  width: 20px;
  height: 20px;
}

/* line 3274, app/assets/stylesheets/common.scss */
.TFtable {
  width: 100%;
  margin-top: 9px;
  border-collapse: collapse;
}

/* line 3279, app/assets/stylesheets/common.scss */
.TFtable td {
  padding: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* provide some minimal visual accomodation for IE8 and below */
/* line 3286, app/assets/stylesheets/common.scss */
.TFtable tr {
  background: #b8d1f3;
}

/*  Define the background color for all the ODD background rows  */
/* line 3290, app/assets/stylesheets/common.scss */
.TFtable tr:nth-child(odd) {
  background: white;
  padding-bottom: 15px;
}

/*  Define the background color for all the EVEN background rows  */
/* line 3295, app/assets/stylesheets/common.scss */
.TFtable tr:nth-child(even) {
  background: #ececec97;
  padding-bottom: 15px;
}

/* line 3301, app/assets/stylesheets/common.scss */
.TFtable th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 3307, app/assets/stylesheets/common.scss */
.TFtable th .asc {
  background-image: url(/assets/avatar.jpg);
}

/* line 3311, app/assets/stylesheets/common.scss */
.TFtable th .desc {
  background-image: url(/assets/stars.gif);
}

/* line 3316, app/assets/stylesheets/common.scss */
.news_body {
  height: 70px;
  width: 50px;
}

/* line 3328, app/assets/stylesheets/common.scss */
#header .logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

/* line 3338, app/assets/stylesheets/common.scss */
.right2 {
  text-align: center;
}

/* line 3342, app/assets/stylesheets/common.scss */
.newsletters {
  text-align: center;
}

/* line 3346, app/assets/stylesheets/common.scss */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Custom CSS for the newsletter card class */
/* line 3351, app/assets/stylesheets/common.scss */
.card-newsletter {
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #fff;
}

/* line 3360, app/assets/stylesheets/common.scss */
.card-newsletter h2 {
  font-size: 24px;
}

/* line 3365, app/assets/stylesheets/common.scss */
.card-newsletter p {
  font-size: 16px;
  color: #666;
}

/* line 3371, app/assets/stylesheets/common.scss */
.cardv hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

/* line 3377, app/assets/stylesheets/common.scss */
.card-newsletter h4 {
  font-size: 18px;
}

/* line 3382, app/assets/stylesheets/common.scss */
.card-newsletter table {
  width: 100%;
  border-collapse: collapse;
}

/* line 3388, app/assets/stylesheets/common.scss */
.card-newsletter td {
  border-bottom: 1px solid #ccc;
}

/* line 3392, app/assets/stylesheets/common.scss */
.card-newsletter td:last-child {
  border-bottom: none;
}

/* line 3396, app/assets/stylesheets/common.scss */
.card-newsletter b.blue {
  color: #007bff;
  cursor: pointer;
}

/* line 3401, app/assets/stylesheets/common.scss */
.card-newsletter a {
  text-decoration: none;
  color: #007bff;
}

/* line 3406, app/assets/stylesheets/common.scss */
.card-newsletter a:hover {
  text-decoration: underline;
}

/* line 3432, app/assets/stylesheets/common.scss */
.newsletter-preview {
  width: 200px;
  height: 140px;
  border: 1px solid #ccc;
  padding: 5px;
  /* Optional: Add styles for better appearance */
}

/* line 3441, app/assets/stylesheets/common.scss */
.hidden-field {
  display: none;
}

/* line 3445, app/assets/stylesheets/common.scss */
.small-text {
  font-size: 12px;
  /* Adjust the font size as needed */
  font-weight: normal;
}

/* line 3450, app/assets/stylesheets/common.scss */
.trix-content section {
  margin: 0;
  padding: 1rem;
  background-color: lightblue;
}

/* line 3456, app/assets/stylesheets/common.scss */
.avatar-container img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 668px) {
  /* line 3463, app/assets/stylesheets/common.scss */
  .import {
    display: none;
  }
}
/* line 6, app/assets/stylesheets/fields.scss */
.field_group .list {
  padding-bottom: 30px;
}

/* line 9, app/assets/stylesheets/fields.scss */
.fields .subtitle {
  cursor: move;
}

/* line 12, app/assets/stylesheets/fields.scss */
.fields .title {
  margin-bottom: 12px;
}

/* line 15, app/assets/stylesheets/fields.scss */
.datepair {
  width: 80px !important;
  display: inline !important;
}

/* line 20, app/assets/stylesheets/fields.scss */
.datetimepair {
  width: 120px !important;
  display: inline !important;
}

/* line 25, app/assets/stylesheets/fields.scss */
.datepair label, .datetimepair label {
  margin: 0px 5px;
}
/* line 7, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown ul.auto-list {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  padding: 0;
  margin: 0 4px 4px 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 230px;
  border: 1px solid #AAA;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}

/* line 29, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown ul.auto-list &gt; li:hover, .areacomplete-dropdown ul.auto-list &gt; li[data-selected=true] {
  background: #3875D7;
  color: white;
}

/* line 32, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown ul.auto-list &gt; li:hover em, .areacomplete-dropdown ul.auto-list &gt; li[data-selected=true] em {
  background: inherit;
}

/* line 37, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown ul.auto-list &gt; li {
  line-height: 15px;
  padding: 4px 7px 4px;
  border-bottom: none;
}

/* line 43, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown em {
  background: #FEFFDE;
  font-style: normal;
}
/* line 10, app/assets/stylesheets/admin/fields.css.scss */
.pairs .field_title {
  color: navy;
}

/* line 14, app/assets/stylesheets/admin/fields.css.scss */
.info2 {
  font-weight: bold;
  color: red;
}
/* line 6, app/assets/stylesheets/advanced_search.css.scss */
#search {
  margin-top: 15px;
}

/* line 10, app/assets/stylesheets/advanced_search.css.scss */
#search .tabs {
  background: none;
}

/* line 14, app/assets/stylesheets/advanced_search.css.scss */
#search .tabs li a:link, #search .tabs li a:visited {
  background-color: #ddd;
  color: #222;
  font-weight: normal;
  font-size: 11px;
}

/* line 20, app/assets/stylesheets/advanced_search.css.scss */
#search .tabs li a:hover {
  background-color: #ccc;
}

/* line 23, app/assets/stylesheets/advanced_search.css.scss */
#search .tabs li a.active {
  background-color: #eee;
  color: black;
}

/* line 30, app/assets/stylesheets/advanced_search.css.scss */
#search .search_form {
  border: none;
  background-color: #eee;
  padding: 10px;
}

/* line 36, app/assets/stylesheets/advanced_search.css.scss */
#search .options {
  float: right;
  padding-top: 10px;
  margin-right: 30px;
}

/* line 41, app/assets/stylesheets/advanced_search.css.scss */
#search .options a {
  border-bottom: 1px dotted darkCyan;
  color: darkCyan;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/advanced_search.css.scss */
#search #query {
  margin-top: 6px;
}

/* line 51, app/assets/stylesheets/advanced_search.css.scss */
#search .combinator {
  margin-bottom: 7px;
  margin-top: 3px;
}

/* line 57, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .combinator {
  margin-top: 15px;
}

/* line 61, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .filters {
  margin-top: 15px;
}

/* line 65, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .fields.condition {
  margin: 10px 0;
}

/* line 69, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .fields.sort {
  float: right;
}

/* line 73, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .submit-search {
  margin-top: 20px;
}

/* line 78, app/assets/stylesheets/advanced_search.css.scss */
#search .pull-right {
  float: none;
}

/* line 84, app/assets/stylesheets/advanced_search.css.scss */
.defaultTextActive {
  color: #a1a1a1;
}

/* line 86, app/assets/stylesheets/advanced_search.css.scss */
.remove_fields {
  margin-right: 4px;
}

/* line 88, app/assets/stylesheets/advanced_search.css.scss */
.remove_fields:hover {
  background: none;
}

/* line 89, app/assets/stylesheets/advanced_search.css.scss */
.remove_fields img {
  vertical-align: middle;
}

/* line 94, app/assets/stylesheets/advanced_search.css.scss */
.select2-container, input.ransack_query {
  vertical-align: middle;
}

/* line 98, app/assets/stylesheets/advanced_search.css.scss */
.ui-datepicker-trigger {
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 5px;
  cursor: pointer;
}

/* line 105, app/assets/stylesheets/advanced_search.css.scss */
#search_results_count {
  text-align: left;
  padding-top: 4px;
}
/* line 6, app/assets/stylesheets/format_buttons.css.scss */
#buttons {
  display: inline-block;
}

/* line 8, app/assets/stylesheets/format_buttons.css.scss */
#buttons .create_asset, #buttons ul {
  display: inline;
}

/* line 9, app/assets/stylesheets/format_buttons.css.scss */
#buttons .create_asset {
  margin-left: 24px;
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}

/* line 14, app/assets/stylesheets/format_buttons.css.scss */
#buttons .create_asset span.arrow {
  display: inline-block;
  vertical-align: middle;
}

/* line 21, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li {
  display: inline;
  margin: 3px;
}

/* line 24, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a {
  color: gray;
}

/* line 26, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a i.fa {
  font-size: 160%;
  opacity: 0.3;
}

/* line 31, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a.active i.fa {
  opacity: 1;
}

/* line 32, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a:hover i.fa {
  opacity: 1;
}

/* line 35, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a:active i.fa {
  opacity: 1;
}

/* line 36, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a:hover {
  background: none;
  color: gray;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 11, app/assets/stylesheets/lists.css.scss */
.lists i.fa {
  font-size: 130%;
}

/* line 12, app/assets/stylesheets/lists.css.scss */
.lists a:hover {
  background: none;
  color: #0033cc;
}

/* line 13, app/assets/stylesheets/lists.css.scss */
.lists .list_icon {
  opacity: 0.5;
}

/* line 14, app/assets/stylesheets/lists.css.scss */
.lists img.input_info {
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/lists.css.scss */
.lists .list_save {
  text-align: right;
  float: right;
  font-size: 14px;
  padding: 4px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
}

/* line 22, app/assets/stylesheets/lists.css.scss */
.lists .list_save a {
  color: blue;
}

/* line 26, app/assets/stylesheets/lists.css.scss */
.lists .list_form {
  margin: 10px 0 0;
}

/* line 28, app/assets/stylesheets/lists.css.scss */
.lists .list_form input[type=submit] {
  margin-top: 10px;
  vertical-align: baseline;
}
/* line 6, app/assets/stylesheets/about.css.scss */
#about &gt; ul {
  margin-left: 15px;
}

/* line 11, app/assets/stylesheets/about.css.scss */
span.ui-button-icon-primary.ui-icon.ui-icon-closethick {
  top: 0%;
  left: 0%;
}
/*
 * Copyright (c) 2008-2013 Michael Dvorkin and contributors.
 *
 * Fat Free CRM is freely distributable under the terms of MIT license.
 * See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
 *------------------------------------------------------------------------------
 */

/*























 */




// used for for dynamic link colors on layout


 // blue_bg_color = "#12395A"
 // white_text = "white"
 // blue_bg_active_hover =  "#194a73"

//  Code to switch colors
//  black_bg_color = "#37474f"
//  black_text = "black"
//  black_bg_active_hover = "#6e7a80"
//  USAA blue color = "#12395A" and hover_active color = "#194a73"

//  blue_bg_color = "#3022c0"
//  white_text = "white"
//  blue_bg_active_hover =  "#0B65C2" or "#3022c0" or  especially "#4738d9"



// used for messages
#container {
  width: 75%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 40px;
  border: solid 1px black;
  margin-top: 20px;
}
.message {
  margin: 8px 0;
  padding: 8px 15px;
  border: solid 1px #999;
  font-size: 14px;
  width: 300px;
  border-radius: 12px;
  background-image: -moz-linear-gradient(
      center bottom,
      #CCC 0%,
      #F5F5F5 100%
  );
}

.landing {
  text-decoration: none;
  font-size: 15px;
  padding: 5px 45px 5px 2px;
}

.message .content a {
  font-size: 14px;
  text-decoration: none;
}

.message .created_at {
  padding: 0px 0px 0px 6px;
  font-size: 14px;
  color: #555;
  font-size: 12px;
  float: right;
}

.message .actions {
  font-size: 14px;
  margin-top: 5px;
}

.message .actions a {
  text-decoration: none;
}

.message {
  margin: 8px 0;
  padding: 8px 15px;
  border: solid 1px #999;
  width: 300px;
  border-radius: 12px;
  background-image: -moz-linear-gradient(
      center bottom,
      #CCC 0%,
      #F5F5F5 100%
  );
}

.owner_message .content a {
  color: #000;
  text-decoration: none;
}

.owner_message .created_at {
  color: #555;
  font-size: 12px;
  float: right;
}

.owner_message .actions {
  font-size: 12px;
  margin-top: 5px;
}

.owner_message .actions a {
  text-decoration: none;
}

.owner_message {
  margin: 8px 0;
  padding: 8px 15px;
  border: solid 1px #999;
  width: 300px;
  border-radius: 12px;
  background-image: -moz-linear-gradient(
      center bottom,
      #1982FC 0%,
      #F5F5F5 100%
  );
}

.red_text_wh_bg {
  color: white;
  background-color: red;
}

.container3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
}

.left-column,
.right-column {
  width: 49%; /* Adjust width as needed */
  border: 1px solid gray;
  padding: 12px;
  border-radius: 5px;
}


.subscription-column {
  width: 100%; /* Adjust width as needed */
  border: 1px solid gray;
  padding: 12px;
  border-radius: 5px;
  background-color: whitesmoke;
}

.full-column {
  width: 98%; /* Adjust width as needed */
  border: 2px solid lightgray;
  padding: 12px;
  border-radius: 5px;
}

/* Stack columns on top of each other for screens narrower than 768px */
@media (max-width: 968px) {
  .left-column,
  .right-column {
    width: 100%; /* Full width on mobile devices */
    margin-bottom: 20px; /* Add spacing between stacked columns */
  }
}

.count {
  float: right; /* Optional, but flexbox handles alignment */
}

.nested_messages {
  margin-left: 30px;
}

.margin-left-15{
  margin-left: 15px;
}

.margin-left-30{
  margin-left: 30px;
}


.nested_messages .nested_messages .nested_messages .nested_messages {
  margin-left: 0;
}

.number-icon {
	color: black;
	background-color: black;
	border-radius: 50%;
	padding: 4px;
}

.number-icon-members {
	color: black;
	background-color: orange;
	border-radius: 50%;
	padding: 4px 8px;
}

.number-icon-members-urgent {
	color: black;
	background-color: red;
	border-radius: 50%;
	padding: 4px 7px;
}

.right_msgs {
  position: flex;
  right: 23px;
  border: 2px solid #0656cd;
  padding: 8px;
  margin: 0px 102px 0px 0px;
  border-radius: 12px;
}

.blue_link2 {
  margin-left: 22px;
  color: #123959 !important;
  font-size: 14px;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 3px 7px;
}

.blue_link2:hover {
  background: gray;
  color: white !important;
}


/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}

.sidebar-right{
  border-left: 1px solid black; /* Add this line */
  position: fixed;
  right: 0;
  top: 65px;
  height: 100%;
  width: 78px;
   /* background: #3022c0;*/
  background: white;
  padding: 6px 10px;
  z-index: 1;   /* this seems to be the culprit for TinyMCE not showing above sidebar on fullscreen.*/
  transition: all 0.5s ease;
  margin-left: 4px;
  max-height: 90vh; /* Allows for vertical scroll */
  overflow-y: auto;
  
}

.sidebar-right { 
  width:  240px;
  margin-right: 8px;
}


.sidebar{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
   /* background: #3022c0;*/
  background: #f8f9fa;
  padding: 6px 14px;
  z-index: 1;   /* this seems to be the culprit for TinyMCE not showing above sidebar on fullscreen.*/
  transition: all 0.5s ease;
}
.sidebar.open{
  width: 250px;
}
.sidebar .logo-details{
  margin-top: 13px;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon{
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name{
  color: #f8f9fa;
  font-size: 24px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s ease;
  margin-left: 25px;
  background: black;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name{
  opacity: 1;
}
.sidebar .logo-details #btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-10%);
 
  transition: all 0.4s ease;

  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn{
  text-align: right;
}
.sidebar i{
  color: black;  
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list{
  margin-top: 10px;
  height: 100%;
}
.sidebar li{
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.sidebar li .tooltip{
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background:#f8f9fa;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip{
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip{
  display: none;
}
.sidebar input{
  font-size: 15px;
  color: #f8f9fa; 
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
    /* background: #3022c0;*/
  background: white;
}
.sidebar.open input{
  padding: 0 20px 0 50px;
  width: 100%;
}
.sidebar .bx-search{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
    /* background: #3022c0;*/
  background:  #f8f9fa;
  color: #f8f9fa;
}
.sidebar.open .bx-search:hover{
  /* background: #3022c0;*/
 
  color: #dfe0e1;
}
.sidebar .bx-search:hover{
   /* background: #3022c0;*/
}
.sidebar li a{
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
   /* background: #3022c0;*/
  background: #f8f9fa;
}
.sidebar li a:hover{
 background: #dfe0e1;
  /* background: #FFF; */
}


.sidebar li a .links_name{
  color: black;  
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.indented {
  margin-left: 10px;
}

.indented-50 {
  margin-left: 26px;
  color: green; /* Default color */
}

.sidebar-closed {
  color: #F8F9FA !important;
  visibility: hidden;
}

.sidebar-open {
  color: green !important;
}

.indented-heading {
  margin-left: 70px;
}

.meeting-indent {
  margin-left: 11px; 
  font-size: 14px;
}

.sidebar.open li a .links_name{
  opacity: 1;
  pointer-events: auto; /* this line breaks the text portion (not the white hover area...and not on the messages show page only leads/contacts. The culprit: load_select_popups_for() link on the leads/contacts show page. The links are still broken on leads/contacts show pages but on the Messages show page, the links work...even the sidebar links work for the text and icon even without the added changes on pointer-events: in the css file. UPDATE-OCT 14, 2023, It also breaks the the links on the sidebar on the Account/Opportunity show page. Update: Oct 15, 2023         -# = load_select_popups_for(@opportunity, :tasks, :contacts)  # This (on Opportunity/Account show page) was causing the dropdown links and the sidebar links to not work on Oct 15, 2023 */
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
  transition: all 0.5s ease;
  /* background: #3022c0;*/
  /*  background: white; */
  
  color: black;
}
.sidebar li i{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 12px;
}
.sidebar li.profile{
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #3022c0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile{
  width: 250px;
}
.sidebar li .profile-details{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img{
  height: 28px;
  width: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.sidebar li.profile .job{
  font-size: 12px;
}
.sidebar .profile #log_out{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #f8f9fa;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out{
  width: 50px;
  background: none;
}

.sidebar li.active a {
  background: #dfe0e1;
  /* background: #4A3CCF; /* Change to the desired color for the active link */
}

.sidebar li.active a .links_name,
.sidebar li.active a i {
 /* color: #fff; /* Change to the desired color for the active link text and icon */
  color: black;
  background: #dfe0e1;
}

.sidebar li.active .tooltip {
  color: blue_text_color ;
  background: black;
  opacity: 1;
}

.sidebar li.active a {
  /* Add your styles for non-active links here */
}

.sidebar li.active .active-indicator {
  content: "\25B6"; /* Unicode character for a small right-pointing arrow or marker */
  color: black; /* Color for the indicator */
  margin-left: 5px; /* Adjust the spacing between the text and the indicator */
  font-size: 12px; /* Adjust the size of the indicator */
}


.home-section{
  position: relative;
  min-height: 100vh;
  top: 0;
  left: 48px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
  margin-top: 75px;  /*  moved the content down below the header so that the headings are not hidden */
}

@media (max-width: 650px) {
  .home-section {
    left: 0px !important; /* Adjust the left position for small screens */
  }
}

@media screen and (max-width: 650px) { /* Mobile only */
  .home-section {
    margin-top: 0px; /* removed white space at top on phones */
  }
}

.home-section-newsletter {
  position: relative;
  top: 13px;
  left: 250px;
  width: calc(100% - 250px);
  transition: all 0.5s ease;
  z-index: 2;
  margin-top: 75px; 
}

.small-logo-name{
  position: relative;
  margin-left: 11px;  /* Changed this from left to margin-left to fix the screen from overflowing and being too wide for screen by changging left to margin-left on small-logo-name class */ 
  padding-top: 10px; 
  color: white !important;
  font-size: 25px;
    a:hover {
      background-color: transparent;
    }
}


.hamburger-header{
  margin-left:  20px;
  color:  white;
  font-size: 25px;
  cursor: pointer;
}

.logo-details{
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  color: blue;
}

/* Make the the sidebar disapper on phones */
@media (max-width: 650px) {
  .small-logo-name {
    display: none; /* Hide the sidebar */
  }
}
.sidebar.open ~ .home-section{
  left: 250px;
  width: calc(100% - 250px);
}

/* for scrollable container */
.scroll-container {
  overflow-y: auto;
  max-height: calc(100% - 130px); /* Adjust the max-height as needed */
}



@media (max-width: 650px) {
  .sidebar {
    display: none; /* Hide the sidebar */
  }

  /* Adjust the width of the content section */
  .home-section {
    left: 0;
    width: 100%;
  }
}

/* Header styles */
.header {
  display: none; /* Initially hide the header */
  background: #3C3583;  
  color: #fff;
  padding: 8px;
  z-index: 3; /* This helps to make the header sticky. It works with the sidebar partial so it only appears when the sidebar is removed */
}

.header-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.header-links li {
  margin-right: 20px;
}

.header-links li a {
  text-decoration: none;
  color: #fff;
}

/* Show the header when the sidebar is hidden */
@media (max-width: 650px) {
  .sidebar {
    display: none; /* Hide the sidebar on small screens */
  }

  /*  hide the regular header on phone screens since there is already a small navbar */
   .sticky-header {
    display: none; /* Hide the sidebar on small screens */
  }

  /*  hide the right sidebar on phone screens */
  .sidebar-right {
    display: none; /* Hide the sidebar on small screens */
  }


  .header {
    display: block; /* Show the header on small screens */
  }
}

/* Style for the dropdown toggle label */
.header .dropdown label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* Make the sidebar disappear on phones */
@media (max-width: 650px) {
  .sidebar {
    display: none; /* Hide the sidebar on small screens */
  }

  /* Adjust the width of the content section */
  .home-section.no-sidebar {
    left: 0;
    width: 100%;
  }

  /* Show the header on small screens */
  .header {
    display: block;
  }
}

/* Add this CSS to increase the font size of the Business Name */
.header .header-links li.business-name {
  font-size: 23px; /* Adjust the font size as needed */
  font-weight: bold; /* Optionally, you can make it bold */
  margin-left: 6px;
}

#logo-name {
  padding-top: 3px;
}

/* Hide the checkbox */
.header .dropdown input {
  display: none;
}

/* Style for the dropdown content */
.header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f8f9fa;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0; /* Change from "right" to "left" */
  z-index: 122;
  overflow-y: auto; /* Add vertical scrollbar when content overflows */
  max-height: 650px;  /* Add vertical scrollbar when content overflows */
}

/* Show the dropdown when the checkbox is checked */
.header .dropdown input:checked ~ .dropdown-content {
  display: block;
}

/* Style for dropdown links */
.header .dropdown-content a {
  color: #3C3583; 
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.right-hamburger {
  margin-left: auto;
}

/* ... (your existing CSS) ... */



.home-section .text{
  background: white;
  /* display: inline-block;
  color: #3022c0;
  font-size: 25px;
  font-weight: 500; */
  /* margin: 0px 6px */
}

hr {
  border: none; /* Remove default border */
  height: 1px; /* Set the height of the line */
  background-color: #ccc; /* Set the color of the line */
  margin: 10px 0; /* Add spacing above and below the line */
}

.margin-removed {
  margin: -10px 0; /* Add spacing above and below the line */
}

.bg-medium-blue {
  background-color: #3022c0; /* Replace with your desired medium blue color */
}

.jumbotron {
  padding-top: 22px;
}

.table-smaller-font td {
  font-size: 13px;
}

.table-smaller-font th {
  font-size: 15px;
}

.name-smaller-font {
  font-size: 22px;
}

.info-smaller-font {
  font-size: 15px;
}

.bread-crumbs {
  font-size: 13px;
  /* margin-left: 20px; */
  margin-top: 4px;
}

.bread-crumbs-current-pages {
  font-size: 13px;
}

.bread-crumb-click {
  pointer-events: auto;
}

.float-right-2 {
  float: right;
  margin-right: 20px;
  font-size: 13px;
}

.home-section {
  position: relative;
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
  background-color: white;
}

/* Media query for mobile devices */
@media (max-width: 650px) {
  .home-section {
    width: 100%;
    padding-left: 8px; /* Add padding to create space between the sidebar and content */
  }
}

/* Add more media queries as needed for different screen sizes */

.sidebar.open ~ .home-section{
  left: 250px;
  width: calc(100% - 250px);
}

.home-section {
  /* display: inline-block;
  color: #3022c0;
  font-size: 25px;
  font-weight: 500; */
  /* margin: 0px 6px */
}



 /* Used for Side by Side cards on Dashboard */
body{
    margin-top:20px;
    background:#FAFAFA;
}
.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}


.card {
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}



// Styling for the dashboard JS charts
.chart-layout {
  margin:  6px;
}

/* Set equal width for both canvas elements */
.row2 {
display: flex; /*This was causing the advanced search to load in the center of the page. Removing it allows full screen */
justify-content: center;
gap: 20px; /* Adjust the gap as desired */
flex-wrap: wrap;
}

.chart-container {
  text-align: center;
  flex-basis: calc(25% - 20px); /* Adjust flex-basis to control the chart container width */
  margin-bottom: 20px;
}

.chart-layout {
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .chart-container {
    flex-basis: calc(50% - 20px); /* Adjust flex-basis for smaller screens */
  }
}

@media (max-width: 480px) {
  .chart-container {
    flex-basis: 100%; /* Reset to full width on even smaller screens */
  }
}

.custom-chart-link{
  /* Add styles for the custom link, such as text-decoration or font color */
  text-decoration: none;
  color: #000; /* Use the color you desire for the link's text */

  /* Set the initial background color to white */
  background-color: #fff;
  transition: background-color 0.3s ease;
}

/* Change the background color to light gray on hover */
.custom-chart-link:hover {
  background-color: white;
 /* background-color: #F1F1F1; */
  color: blue;
}

/* Reset the background to none for the chart containers inside the link */
.custom-chart-link .chart-container {
  background: none;
}




/* This is for the dashboard */
.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-db {
  flex-basis: calc(50% - 10px); /* Adjust the width as needed */
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  /* removed the box-shadow on the pages for a cleaner look */ 
  /*  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1); */ 
  /*  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */  
  margin-bottom: 12px;
}

.card-db-4 {
  margin-right: 18px;
}

.card-db-lds-cnts {
  flex-basis: calc(50% - 10px); /* Adjust the width as needed */
  background-color: white;
  padding: 5px 5px;
  padding-right: 255px;
  border-radius: 10px;  
  margin-bottom: 12px;
  margin-left: 12px;
}

.card-db-lds-cnts-leads {
  flex-basis: calc(50% - 10px); /* Adjust the width as needed */
  background-color: white;
  margin-left: 14px;
  padding: 5px;
  padding-right: 255px;
  border-radius: 10px;  
  margin-bottom: 12px;
}

.card-db-no-right-bar {
  flex-basis: calc(50% - 10px); /* Adjust the width as needed */
  background-color: white;
  padding: 30px;
  border-radius: 10px;  
  margin-bottom: 12px;
}

.card-db-no-right-bar-newsletter {
  flex-basis: calc(50% - 10px); /* Adjust the width as needed */
  background-color: white;
  padding: 20px 50px;
  border-radius: 10px;  
  margin-bottom: 12px;
}

.button-padding {
  padding: 3px;
}

/* Adjustments for small screens when the sidebar is hidden */
@media (max-width: 980px) {
  .sidebar-right {
    display: none; /* Hide the sidebar on small screens */
  }
  
  .card-db-lds-cnts {
    flex-basis: 100%; /* Take full width */
    padding-right: 20px; /* Remove extra padding */
  }
}

@media (max-width: 650px) {
    .card-db-lds-cnts {
      padding: 0px;
      flex-basis: 98%;
    }
    .action-link3 {
      width: 20% !important;
      align-items: center !important;
    }
    .new-landing-btn2 {
      display: none !important;
    }
  }

/* This is used for the leads index page to remove the column on smaller screens */ 
@media (max-width: 1490px) {
    .remove-column {
      display: none !important;
    }
  }

/* This is used for the leads index page to remove the column on smaller screens */ 
@media (max-width: 750px) {
    .remove-column-4 {
      display: none !important;
    }
     .add-margin-top {
      margin-top: 30px;
    }
  }

.card-db-home {
  flex-basis: calc(50% - 10px); /* Adjust the width as needed */
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  /* removed the box-shadow on the pages for a cleaner look */ 
  /* box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1); */ 
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;  */ 
  margin-bottom: 12px;
  border: 1px solid gray;
}


.light-gray-border {
  border-radius: 10px;
  /* border: 1px solid lightgray; */ 
  /* padding: 14px; */ 
  padding-bottom: 42px;
}

.light-gray-border-2 {
  border-radius: 10px;
   /* border: 2px solid lightgray; */ 
  padding: 0px 14px;
  padding-bottom: 42px;
  margin-right: 14px;
}

.gray-border {
  border-radius: 10px;
  /* border: 1px solid gray; */ 
  /* padding: 14px; */ 
  padding-bottom: 42px;
}

.card-db-leads_contacts {
  flex-basis: calc(50% - 10px); /* Adjust the width as needed */
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  /* removed the box-shadow on the pages for a cleaner look */ 
  /* box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1); */ 
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;  */ 
  margin-bottom: 12px;
  border: 2px solid lightgray;
}

.card-db-leads_contacts-2 {
  flex-basis: calc(50% - 10px); /* Adjust the width as needed */
  background-color: #F5F5F5;
  padding: 4px 6px;;
  border-radius: 10px;
  /* removed the box-shadow on the pages for a cleaner look */ 
  /* box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1); */ 
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;  */ 
  margin-bottom: 4px;
  border: 1px solid lightgray;
}

.grouplist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-count {
  float: right;
}

.grouplist-item-index{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.contact-count-index {
  float: right;
  font-size: 15px;
}

.group-list-header {
  background-color:rgba(51, 48, 48, 0.88);
  color: white;
  text-align: left;
  padding: 10px;
}

.group-list-row {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px; /* Optional: Adds spacing between rows */
}

.grouplist-item-index.odd {
  background-color: #f2f2f2; /* Light gray background for odd rows */
  padding: 15px;
}

.grouplist-item-index.even {
  background-color: #ffffff; /* White background for even rows */
  padding: 15px;
}

.group-list-name {
  flex: .2; /* Takes up the remaining space */
  text-align: left;
  padding: 9px 0px;
}

.group-list-count {
  flex: 0.1; /* Adjust this to control how much space it takes */
  text-align: center;
}

.group-list-date {
  flex: 0.1; /* Adjust this to control space for the date */
}

.group-list-created {
  flex: 0.1; /* Adjust this to control space for the date */
}

.group-list-edit {
  flex: 0.1; /* Adjust this to control space for the date */
  text-align: center;
}

.group-list-delete {
  flex: 0.1; /* Adjust this to control space for the date */
  text-align: center;
}

.group-list-edit-row {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0; /* Optional: Adds spacing between rows */
}

.group-list-edit-email {
  flex: .2; /* Takes up the remaining space */
  text-align: left;
}

.group-list-edit-name {
  flex: 0.5; /* Adjust this to control how much space it takes */
}

.group-list-edit-date {
  flex: 0.2; /* Adjust this to control space for the date */
  text-align: right;
}


/* .group-list-delete i { */
/*  cursor: pointer; */
/*  color: gray; */
/*}  */

.white_text {
  color: white !important;
}

.sidebar-heading {
  /* background-color: #49575f; */
  background-color: #dfe0e1;
  /*   background-color:#0033cc; */
    color: black;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;  /* Adjust the value for desired roundness */
    padding: 3px; /* Add some padding for better spacing */
}

.card-n-stats {
  flex-basis: calc(44% - 3px); /* Adjust the width as needed */
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1); */
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 21px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
  border: 1px solid gray;
  margin: 0px 15px 20px 10px;
}

.card-n-stats-mini {
  /* flex-basis: calc(28% - 3px); /* Adjust the width as needed */
  width: 445px; /* Adjust as needed */
  background-color: white;
  padding: 20px;
  border-radius: 10px;
 /* box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1); */
 /*  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
  border: 1px solid lightgray;
  margin: 0px 5px 15px 5px;
}

/* Media query for mobile devices - This makes the charts not overlap on the dashboard page */ 
@media (max-width: 650px) {
  .card-n-stats-mini {
    /* width: auto; */ /* Removeed this property since it caused margin space to charts on phones */
    margin: 0; /* Remove the margin property */
  }
}

.title-db {
  font-size: 18px;
 /* font-weight: bold; */ 
  margin-bottom: 10px;
  color: gray;
}

.title_tools.white_link  {
  background-color: #3C3583;  
  /* background-color: #FF780C; */ 
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
}

.title_tools.white_link a {
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.title_tools.white_link a:hover {
  color: white;
  background-color: #483DA3; 
}

ul.list {
  list-style-type: none;
  padding: 0;
}

li {
  margin-bottom: 10px;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
  .wrapper {
    flex-direction: column;
  }
  
.card-db-home {
    flex-basis: 100%;
  }

  .card-db {
    flex-basis: 100%;
  }
}



/* used for dashboard to align the times for dashboard */
.newsletter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
}

.newsletter-container a {
  color: #007bff !important; /* Blue color for links */
  text-decoration: none;
  padding-right: 8px;
}

.newsletter-container a:hover {
  text-decoration: underline;
  background-color: inherit;
}

.newsletter-link {
  text-decoration: none;
  color: #000; /* Set the desired color */
}

.newsletter-time {
  font-size: 14px; /* Set the desired font size */
  color: #999; /* Set the desired color */
}


/* used for admin sub-heading:  */
/* Default link styles */
.link {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: black;
    text-decoration: none;
    margin-right: 10px;
}

/* Active link styles */
.link.active {
    background-color: lightgray;
    color: black;
}



/* For the fullcalendar Gem to make the links white */
.fc-content .fc-title a {
    color: white; /* Set the color to white */
    text-decoration: none; /* Remove underline if needed */
}

.fc-content {
font-size: 13px;
font-weight: 700;
}

  
/* Default styles for small screens */
/* Add this CSS in your &lt;style&gt; or a separate CSS file */

/* Default styles for small screens */
/* Default styles for small screens */
.table-responsive {
  overflow-x: auto;
  margin-right: 13px;
}

/* Target only the newsletter table with the custom class */
.newsletter-table {
  width: 100%;
  table-layout: fixed;
}

.newsletter-table th,
.newsletter-table td {
  white-space: nowrap;
  overflow: hidden;
  padding: 8px;
  /*  text-overflow: ellipsis; removed on Oct 21 2023 */
}

.newsletter-table td { 
  font-size: 14px;
  color: gray;
}

.newsletter-table tr {
  height: 47px; 
}

.title h1 {
  font-size: 24px; /* Adjust the font size as needed */
}

/* Media query for larger screens */
@media screen and (min-width: 768px) {
  /* Use the custom class selector to target only the desired table */
  .newsletter-table th:first-child,
  .newsletter-table td:first-child {
    /* Adjust the width for the first column on larger screens */
    width: 2%; /* You can adjust the width as needed */
  }
}





/* Media query for small screens for newsletter form*/
/* Add media query for phone screens */
@media screen and (max-width: 768px) {
  /* Adjust the form container width and margin */
  .remote {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }

  /* Center-align the close button */
  .remote .close {
    text-align: center;
  }

  /* Adjust input fields and labels */
  .remote input[type="text"],
  .remote input[type="email"],
  .remote select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }

  /* Adjust the textarea */
  .remote textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    resize: vertical; /* Allow vertical resizing of the textarea */
  }

  /* Center-align buttons */
  .remote button[type="submit"] {
    text-align: center;
    margin: 0 auto;
  }

  /* Adjust the design button */
  .canva-design-button {
    display: block !important;
    margin: 0 auto;
  }
}

.custom-link {
  /* color: #3022c0; !important; */
  color: white !important;
  font-size: 20px;  /* Also used as part of the message count and icon and the hamburger on the header for phone screens s*/
  z-index: 999;
}

 .d-block-folder {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 22%;
  align-items: center !important;
  }


.banner-container {
  position: relative;
  display: inline-block; /* Ensure it wraps around the image */
  width: -moz-fit-content;
  width: fit-content; /* Adjusts the width to fit the content */
}

.sample-banner {
  position: absolute;
  top: 70px; /* Adjust to position the banner */
  left: 50%;
  transform: translateX(-50%);
  background-color: lightgray; /* Semi-transparent background */
  color: #fff;
  padding: 5px 10px;
  font-size: 40px; /* Adjust text size */
  font-weight: bold;
  border-radius: 4px;
  z-index: 10; /* Ensure it appears above the image */
  text-align: center;
}

.d-block-contacts {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.d-block-dns {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  border: 1px solid lightgray;
}

 /* MailCreds index table */
  .styled-table {
    width: 100%;
    border-collapse: collapse;
  }

  .styled-table th,
  .styled-table td {
    padding: 8px;
    text-align: left;
  }

  .styled-table th {
    background-color: #f2f2f2;
  }

  .styled-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .bg_brown_small {
    background-color: white;
    padding: 3px;
    width: 300px;
    border: 1px solid;
    margin-right: 8px;
  }

  .bg_brown {
    background-color: white;
    color: #565a5f;
    font-size: 13px;
    padding: 5px 3px;
    border: 1px solid gray;
    border-radius: 4px;
    margin-right: 8px;
    padding: 2px;
  }

  .font-styling {
    background-color: white;
    color: #565a5f;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 8px;
    padding: 2px;
  }
  

  .bg_light_yellow {
    background-color: Linen;
    padding: 12px;
    border: 2px solid gray;
    margin-right: 8px;
    width: 95%;
    border-radius: 10px;
  }
  .bg_light_yellow2 {
      background: #f9f9f9;
    padding: 12px 38px 12px 30px;
    border: 2px solid gray;
    margin-right: 8px;
    width: 95%;
    border-radius: 10px;
  }

  .bg_light_yellow4 {
    width: 95%;
    border-radius: 14px;
    padding: 12px;
  }

  .bg_light_yellow5 {
    padding: 12px 38px 12px 12px;
    border: 2px solid gray;
    margin-right: 8px;
    width: 95%;
    border-radius: 10px;
  }

  .bg_brown_btn {
    background-color: Linen;
    padding: 3px 4px;
    border: 1px solid;
    border-radius: 4px;
  }

  /* Container with padding */
.page-container {
    padding: 12px;
    margin-top: 60px; /* Adjust according to header height */
    box-sizing: border-box;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .page-container {
        margin-left: 0; /* Remove left margin when sidebar is hidden */
    }
}

.page-container2 {
    padding: 32px;
    margin-top: 40px; /* Adjust according to header height */
    padding-right: 250px;
    box-sizing: border-box;
    border: 1px solid lightgray;
    border-radius: 10px;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .page-container2 {
        margin-left: 0; /* Remove left margin when sidebar is hidden */
    }
}

/* Button styling */
.new-landing-btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  padding: 7px 14px;
  background-color: #3C3582;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.new-landing-btn:hover {
  background-color: rgb(40, 29, 170);
}

/* Input field styling */
.styled-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Form group spacing */
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

/* Dropdown for superadmin  links */
  .dropdown {
      position: relative;
      display: inline-block;
  }

  /* Button to open dropdown */
  .dropbtn {
      background-color: #3C3583;
      color: white;
      /* padding: 5px; */
      font-size: 12px;
      border: none;
      cursor: pointer;
  }

  /* Dropdown content (hidden by default) */
  .dropdown-content {
      display: none;
      position: absolute;
      background-color: #3C3583;
      min-width: 140px;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1;
      color: black;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
      color: black;
      padding: 10px 15px;
      text-decoration: none;
      display: block;
      font-size: 12px;
  }

  /* Change color on hover */
  .dropdown-content a:hover {
      background-color: #f1f1f1;
  }

  /* Show the dropdown on hover */
  .dropdown:hover .dropdown-content {
      display: block;
  }

/* Tab styles for right sidebar on landing and landing_links pages*/
  .tab-links {
  display: flex;
  gap: 0.5rem;
  border-bottom: 2px solid #ccc;
  margin-bottom: 1rem;
}

.tab {
  padding: 0.5rem;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f9f9f9;
  border-radius: 6px 6px 0 0;
}

.tab:hover {
  color: black;
  background-color: #e0e0e0;
}

.tab.active {
  background-color: white;
  border-bottom: 2px solid white;
  font-weight: bold;
}
/* line 2, ../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, ../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, ../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, ../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, ../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, ../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, ../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, ../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}
/*!
 * FullCalendar v3.9.0
 * Docs &amp; License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled &lt;button&gt; tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text &amp; cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group &gt; * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group &gt; :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells &amp; background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case &lt;td&gt;s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller &gt; .fc-day-grid,
.fc-scroller &gt; .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the &lt;a&gt; tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if &lt;a&gt; has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child &gt; td &gt; .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover &gt; .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on &lt;a&gt; tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if &lt;a&gt; has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar &gt; * &gt; * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar &gt; * &gt; :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view &gt; table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number &gt; * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid &gt; .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid &gt; hr {
  /* the &lt;hr&gt; AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an &lt;a&gt; tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
</pre></body></html>