
/*
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;
  -ms-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%;
}
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/* Make clicks pass-through */
/* line 6, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#nprogress .bar,
#nprogress .spinner {
  z-index: 999999;
}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
/* line 49, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input {
  position: relative;
  display: inline-block;
}

/* line 58, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 63, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .hide {
  display: none;
}

/* line 67, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .v-hide {
  visibility: hidden;
}

/* line 72, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 94, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 105, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

/* line 116, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 123, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 137, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 145, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

/* line 156, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

/* line 162, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  /* line 145, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

/* line 186, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 193, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

/* line 197, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

/* line 201, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 206, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

/* line 209, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

/* line 215, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 220, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

/* line 224, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

/* line 231, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

/* line 233, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 238, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

/* line 240, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* line 247, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

/* line 253, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

/* line 265, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

/* line 268, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

/* line 273, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

/* line 276, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

/* line 265, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

/* line 268, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

/* line 273, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

/* line 276, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

/* line 265, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

/* line 268, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

/* line 273, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

/* line 276, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

/* line 265, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

/* line 268, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

/* line 273, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

/* line 276, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

/* line 284, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 292, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

/* line 300, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 307, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

/* line 310, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 9, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag {
  width: 20px;
}

/* line 16, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.be {
  width: 18px;
}

/* line 16, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ch {
  width: 15px;
}

/* line 16, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mc {
  width: 19px;
}

/* line 16, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ne {
  width: 18px;
}

/* line 16, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.np {
  width: 13px;
}

/* line 16, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 9, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
  .iti-flag {
    background-size: 5630px 15px;
  }
}

/* line 32, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 36, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 40, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 44, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 48, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 52, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 56, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 60, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 64, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 68, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 72, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 76, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 80, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 84, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 88, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 92, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 96, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 100, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 104, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 108, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 112, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 116, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 120, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 124, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 128, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 132, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 136, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 140, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 144, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 148, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 152, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 156, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 160, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 164, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 168, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 172, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 176, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 180, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 184, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 188, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 192, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 196, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 200, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 204, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 208, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 212, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 216, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 220, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 224, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 228, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 232, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 236, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 240, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 244, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 248, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 252, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 256, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

/* line 260, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 264, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 268, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 272, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 276, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 280, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 284, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

/* line 288, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 292, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 296, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 300, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 304, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 308, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 312, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 316, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 320, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 324, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 328, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 332, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 336, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 340, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 344, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 348, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 352, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 356, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 360, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 364, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 368, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 372, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 376, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 380, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 384, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 388, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 392, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 396, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 400, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 404, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 408, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 412, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 416, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 420, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 424, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 428, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 432, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 436, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 440, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 444, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 448, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 452, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 456, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 460, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 464, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 468, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 472, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 476, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 480, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 484, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 488, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 492, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 496, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 500, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 504, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 508, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 512, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 516, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 520, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 524, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 528, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 532, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 536, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 540, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 544, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 548, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 552, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 556, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 560, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 564, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 568, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 572, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 576, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 580, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 584, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 588, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 592, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 596, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 600, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 604, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 608, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 612, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 616, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 620, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 624, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 628, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 632, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 636, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 640, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 644, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 648, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 652, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 656, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 660, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 664, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 668, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 672, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 676, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 680, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 684, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 688, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 692, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 696, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 700, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 704, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 708, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 712, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 716, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 720, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 724, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 728, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 732, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 736, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 740, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 744, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 748, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 752, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 756, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 760, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 764, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 768, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 772, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 776, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 780, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 784, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 788, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 792, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 796, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 800, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 804, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 808, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 812, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 816, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 820, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 824, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 828, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 832, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 836, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 840, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 844, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 848, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 852, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 856, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 860, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 864, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 868, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 872, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 876, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 880, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 884, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 888, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 892, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 896, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 900, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 904, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 908, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 912, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 916, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 920, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 924, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 928, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 932, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 936, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 940, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 944, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 948, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 952, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 956, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 960, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 964, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 968, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 972, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 976, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 980, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 984, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 988, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

/* line 992, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

/* line 996, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

/* line 1000, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

/* line 1004, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

/* line 1008, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 1012, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

/* line 1016, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

/* line 1020, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 1024, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

/* line 1028, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

/* line 1032, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

/* line 1036, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

/* line 1040, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

/* line 1044, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 1048, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 1052, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 1056, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

/* line 325, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/assets/flags-0f6a922392850876f094a68119a387890b946458ca62dbd99c2c11849c4588dd.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 325, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
  .iti-flag {
    background-image: url(/assets/flags@2x-3e376c5aa73dc4b059aefbe7d39f8e98a649435c2defeaae6f82fa7368e15c9f.png);
  }
}

/* line 343, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-flag.np {
  background-color: transparent;
}
/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px;
}
.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tokenfield .token {
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}
.tokenfield .token:hover {
  border-color: #b9b9b9;
}
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 3px;
}
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}
.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  box-shadow: none;
}
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  box-shadow: none;
}
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.has-warning .tokenfield.focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .tokenfield.focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .tokenfield.focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.tokenfield.input-sm,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px;
}
.input-group-sm .token,
.tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px;
}
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
}
.tokenfield.input-lg,
.input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px;
}
.input-group-lg .token,
.tokenfield.input-lg .token {
  height: 25px;
}
.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
  line-height: 23px;
}
.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
  line-height: 1.3em;
}
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}
.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}
.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px;
}
/* line 1, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 7, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 12, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter {
  text-align: right;
}

/* line 16, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 22, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 28, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 33, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 39, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  /* line 45, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_wrapper > div.row > div,
div.dataTables_length,
div.dataTables_filter,
div.dataTables_info,
div.dataTables_paginate {
    text-align: center;
  }
  /* line 53, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT {
    margin-bottom: 0.5em;
  }
}

/* line 59, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 67, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

/* line 74, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 83, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

/* line 93, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

/* line 97, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

/* line 100, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}

/* line 103, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
  display: none;
}

/* line 109, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

/* line 114, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead > tr > th {
  padding-right: 30px;
}

/* line 118, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable th:active {
  outline: none;
}

/* Condensed */
/* line 124, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable.table-condensed thead > tr > th {
  padding-right: 20px;
}

/* line 128, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* Scrolling */
/* line 136, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 142, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 148, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 154, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

/* line 159, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
/* line 168, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}

/* line 171, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}

/* line 176, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}

/* line 181, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered tfoot th,
table.table-bordered tfoot td {
  border-left-width: 0;
  border-bottom-width: 0;
}

/* line 186, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}

/* line 190, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/*
 * TableTools styles
 */
/* line 200, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08C;
  color: white;
}

/* line 206, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important;
}

/* line 211, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white;
}

/* line 216, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}

/* line 221, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.DTTT_selectable tbody tr {
  cursor: pointer;
}

/* line 225, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT .btn:hover {
  text-decoration: none !important;
}

/* line 229, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

/* line 233, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}

/* line 237, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

/* line 241, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}

/* line 246, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_collection_background {
  z-index: 2002;
}

/* TableTools information display */
/* line 251, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

/* line 272, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

/* line 279, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/* line 284, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/*
 * FixedColumns styles
 */
/* line 310, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}

/* line 319, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 328, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 336, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

/* line 342, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}

/* line 349, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
}

/* line 356, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
  display: none;
}

/*
 * FixedHeader styles
 */
/* line 369, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}
.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;
     -ms-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;
     -ms-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;
   -ms-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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .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-selection__placeholder, .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 > .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; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  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 > .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; }
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.disabled,.flatpickr-months .flatpickr-next-month.disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#f3f3f3}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

/* line 173, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 176, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 181, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 183, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 185, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 187, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 189, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 191, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 193, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 196, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* line 204, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 210, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 212, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 214, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 218, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 220, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 222, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

/* line 228, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 234, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 236, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 238, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 251, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 254, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 256, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 259, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 262, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 264, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 268, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

/* line 276, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 284, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 286, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 292, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 299, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 309, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 313, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

/* line 320, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

/* line 327, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 333, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 348, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

/* line 361, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 363, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 366, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 387, ../../../.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.fc-button:not(:disabled),.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a.fc-more,a[data-goto]{cursor:pointer}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:2px 4px}.fc-rtl .fc-popover .fc-header{flex-direction:row-reverse}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{opacity:.65;font-size:1.1em}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-mirror-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-mirror-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-mirror-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-mirror-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-mirror-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.4;border-radius:3px;border:1px solid #3788d8}.fc-event,.fc-event-dot{background-color:#3788d8}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-event.fc-dragging.fc-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event.fc-dragging:not(.fc-selected){opacity:.75}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.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;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;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event{margin-top:0}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.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}.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}a.fc-more{margin:1px 3px;font-size:.85em;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-button,.fc-icon{display:inline-block;font-weight:400;text-align:center}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}@font-face{font-family:fcicons;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");font-weight:400;font-style:normal}.fc-icon{font-family:fcicons!important;speak:none;font-style:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;height:1em}.fc-icon-chevron-left:before{content:""}.fc-icon-chevron-right:before{content:""}.fc-icon-chevrons-left:before{content:""}.fc-icon-chevrons-right:before{content:""}.fc-icon-minus-square:before{content:""}.fc-icon-plus-square:before{content:""}.fc-icon-x:before{content:""}.fc-button{overflow:visible;text-transform:none;margin:0;font-family:inherit}.fc-button::-moz-focus-inner{padding:0;border-style:none}.fc-button{-webkit-appearance:button;color:#212529;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.4em .65em;font-size:1em;line-height:1.5;border-radius:.25em}.fc-button:hover{color:#212529;text-decoration:none}.fc-button:focus{outline:0;box-shadow:0 0 0 .2rem rgba(44,62,80,.25)}.fc-button:disabled{opacity:.65}.fc-button-primary{color:#fff;background-color:#2C3E50;border-color:#2C3E50}.fc-button-primary:hover{color:#fff;background-color:#1e2b37;border-color:#1a252f}.fc-button-primary:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button-primary:disabled{color:#fff;background-color:#2C3E50;border-color:#2C3E50}.fc-button-primary:not(:disabled).fc-button-active,.fc-button-primary:not(:disabled):active{color:#fff;background-color:#1a252f;border-color:#151e27}.fc-button-primary:not(:disabled).fc-button-active:focus,.fc-button-primary:not(:disabled):active:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button .fc-icon{vertical-align:middle;font-size:1.5em}.fc-button-group{position:relative;display:inline-flex;vertical-align:middle}.fc-button-group>.fc-button{position:relative;flex:1 1 auto}.fc-button-group>.fc-button.fc-button-active,.fc-button-group>.fc-button:active,.fc-button-group>.fc-button:focus,.fc-button-group>.fc-button:hover{z-index:1}.fc-button-group>.fc-button:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-button-group>.fc-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.fc-toolbar{display:flex;justify-content:space-between;align-items:center}.fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-toolbar h2{font-size:1.75em;margin:0}.fc-view-container{position:relative}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}@media print{.fc-bg,.fc-bgevent-container,.fc-bgevent-skeleton,.fc-business-container,.fc-event .fc-resizer,.fc-highlight-container,.fc-highlight-skeleton,.fc-mirror-container,.fc-mirror-skeleton{display:none}.fc tbody .fc-row,.fc-time-grid{min-height:0!important}.fc-time-grid .fc-event.fc-not-end:after,.fc-time-grid .fc-event.fc-not-start:before{content:"..."}.fc{max-width:100%!important}.fc-event{background:#fff!important;color:#000!important;page-break-inside:avoid}.fc hr,.fc tbody,.fc td,.fc th,.fc thead,.fc-row{border-color:#ccc!important;background:#fff!important}.fc tbody .fc-row{height:auto!important}.fc tbody .fc-row .fc-content-skeleton{position:static;padding-bottom:0!important}.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:1em}.fc tbody .fc-row .fc-content-skeleton table{height:1em}.fc-more,.fc-more-cell{display:none!important}.fc tr.fc-limited{display:table-row!important}.fc td.fc-limited{display:table-cell!important}.fc-popover,.fc-timeGrid-view .fc-axis{display:none}.fc-slats,.fc-time-grid hr{display:none!important}.fc button,.fc-button-group,.fc-time-grid .fc-event .fc-time span{display:none}.fc-time-grid .fc-content-skeleton{position:static}.fc-time-grid .fc-content-skeleton table{height:4em}.fc-time-grid .fc-event-container{margin:0!important}.fc-time-grid .fc-event{position:static!important;margin:3px 2px!important}.fc-time-grid .fc-event.fc-not-end{border-bottom-width:1px!important}.fc-time-grid .fc-event.fc-not-start{border-top-width:1px!important}.fc-time-grid .fc-event .fc-time{white-space:normal!important}.fc-time-grid .fc-event .fc-time:after{content:attr(data-full)}.fc-day-grid-container,.fc-scroller,.fc-time-grid-container{overflow:visible!important;height:auto!important}.fc-row{border:0!important;margin:0!important}}
.fc-timeGrid-view .fc-day-grid{position:relative;z-index:2}.fc-timeGrid-view .fc-day-grid .fc-row{min-height:3em}.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.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{z-index:3;position:relative}.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-mirror-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event{margin-bottom:1px}.fc-time-grid-event-inset{box-shadow:0 0 0 1px #fff}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event .fc-content{overflow:hidden;max-height:100%}.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}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:" - "}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.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:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;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;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}
.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.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{background-color:#eee}
.sk-fading-circle{position:absolute}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle .sk-circle-indicator{display:block;margin:0 auto;width:15%;height:15%;border-radius:100%;-webkit-animation:sk-circleFadeDelay 1s infinite ease-in-out both;animation:sk-circleFadeDelay 1s infinite ease-in-out both}.sk-fading-circle .sk-circle2{transform:rotate(30deg)}.sk-fading-circle .sk-circle3{transform:rotate(60deg)}.sk-fading-circle .sk-circle4{transform:rotate(90deg)}.sk-fading-circle .sk-circle5{transform:rotate(120deg)}.sk-fading-circle .sk-circle6{transform:rotate(150deg)}.sk-fading-circle .sk-circle7{transform:rotate(180deg)}.sk-fading-circle .sk-circle8{transform:rotate(210deg)}.sk-fading-circle .sk-circle9{transform:rotate(240deg)}.sk-fading-circle .sk-circle10{transform:rotate(270deg)}.sk-fading-circle .sk-circle11{transform:rotate(300deg)}.sk-fading-circle .sk-circle12{transform:rotate(330deg)}.sk-fading-circle .sk-circle2 .sk-circle-indicator{-webkit-animation-delay:-.91667s;animation-delay:-.91667s}.sk-fading-circle .sk-circle3 .sk-circle-indicator{-webkit-animation-delay:-.83333s;animation-delay:-.83333s}.sk-fading-circle .sk-circle4 .sk-circle-indicator{-webkit-animation-delay:-.75s;animation-delay:-.75s}.sk-fading-circle .sk-circle5 .sk-circle-indicator{-webkit-animation-delay:-.66667s;animation-delay:-.66667s}.sk-fading-circle .sk-circle6 .sk-circle-indicator{-webkit-animation-delay:-.58333s;animation-delay:-.58333s}.sk-fading-circle .sk-circle7 .sk-circle-indicator{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle8 .sk-circle-indicator{-webkit-animation-delay:-.41667s;animation-delay:-.41667s}.sk-fading-circle .sk-circle9 .sk-circle-indicator{-webkit-animation-delay:-.33333s;animation-delay:-.33333s}.sk-fading-circle .sk-circle10 .sk-circle-indicator{-webkit-animation-delay:-.25s;animation-delay:-.25s}.sk-fading-circle .sk-circle11 .sk-circle-indicator{-webkit-animation-delay:-.16667s;animation-delay:-.16667s}.sk-fading-circle .sk-circle12 .sk-circle-indicator{-webkit-animation-delay:-83.33ms;animation-delay:-83.33ms}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.croppa-container{display:inline-block;cursor:pointer;transition:all .3s;position:relative;font-size:0;align-self:flex-start;background-color:#e6e6e6}.croppa-container canvas{transition:all .3s}.croppa-container:hover{opacity:.7}.croppa-container.croppa--dropzone{box-shadow:inset 0 0 10px #333}.croppa-container.croppa--dropzone canvas{opacity:.5}.croppa-container.croppa--disabled-cc{cursor:default}.croppa-container.croppa--disabled-cc:hover{opacity:1}.croppa-container.croppa--has-target{cursor:move}.croppa-container.croppa--has-target:hover{opacity:1}.croppa-container.croppa--has-target.croppa--disabled-mz{cursor:default}.croppa-container.croppa--disabled{cursor:not-allowed}.croppa-container.croppa--disabled:hover{opacity:1}.croppa-container.croppa--passive{cursor:default}.croppa-container.croppa--passive:hover{opacity:1}.croppa-container svg.icon-remove{position:absolute;background:#fff;border-radius:50%;filter:drop-shadow(-2px 2px 2px rgba(0,0,0,.7));z-index:10;cursor:pointer;border:2px solid #fff}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, app/assets/stylesheets/bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 30, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, app/assets/stylesheets/bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 45, app/assets/stylesheets/bootstrap.scss */
a {
  background-color: transparent;
}

/* line 48, app/assets/stylesheets/bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 52, app/assets/stylesheets/bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, app/assets/stylesheets/bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 62, app/assets/stylesheets/bootstrap.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 66, app/assets/stylesheets/bootstrap.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 70, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 80%;
}

/* line 73, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -.5em;
}

/* line 83, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 86, app/assets/stylesheets/bootstrap.scss */
img {
  border: 0;
}

/* line 89, app/assets/stylesheets/bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, app/assets/stylesheets/bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 95, app/assets/stylesheets/bootstrap.scss */
hr {
  height: 0;
  box-sizing: content-box;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
pre {
  overflow: auto;
}

/* line 104, app/assets/stylesheets/bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 111, app/assets/stylesheets/bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, app/assets/stylesheets/bootstrap.scss */
button {
  overflow: visible;
}

/* line 123, app/assets/stylesheets/bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 127, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 143, app/assets/stylesheets/bootstrap.scss */
input {
  line-height: normal;
}

/* line 146, app/assets/stylesheets/bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 153, app/assets/stylesheets/bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 157, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 163, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 172, app/assets/stylesheets/bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 176, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 179, app/assets/stylesheets/bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 182, app/assets/stylesheets/bootstrap.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 186, app/assets/stylesheets/bootstrap.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 192, app/assets/stylesheets/bootstrap.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 201, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 205, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 208, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 211, app/assets/stylesheets/bootstrap.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 215, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 221, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 224, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 228, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  /* line 231, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 237, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 241, app/assets/stylesheets/bootstrap.scss */
  .navbar {
    display: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 248, app/assets/stylesheets/bootstrap.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 251, app/assets/stylesheets/bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 254, app/assets/stylesheets/bootstrap.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 258, app/assets/stylesheets/bootstrap.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 269, app/assets/stylesheets/bootstrap.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 281, app/assets/stylesheets/bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 284, app/assets/stylesheets/bootstrap.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 287, app/assets/stylesheets/bootstrap.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, app/assets/stylesheets/bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, app/assets/stylesheets/bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, app/assets/stylesheets/bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, app/assets/stylesheets/bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, app/assets/stylesheets/bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, app/assets/stylesheets/bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, app/assets/stylesheets/bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, app/assets/stylesheets/bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, app/assets/stylesheets/bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, app/assets/stylesheets/bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, app/assets/stylesheets/bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, app/assets/stylesheets/bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, app/assets/stylesheets/bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, app/assets/stylesheets/bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, app/assets/stylesheets/bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, app/assets/stylesheets/bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, app/assets/stylesheets/bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, app/assets/stylesheets/bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, app/assets/stylesheets/bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, app/assets/stylesheets/bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, app/assets/stylesheets/bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, app/assets/stylesheets/bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, app/assets/stylesheets/bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, app/assets/stylesheets/bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, app/assets/stylesheets/bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, app/assets/stylesheets/bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, app/assets/stylesheets/bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, app/assets/stylesheets/bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, app/assets/stylesheets/bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, app/assets/stylesheets/bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, app/assets/stylesheets/bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, app/assets/stylesheets/bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, app/assets/stylesheets/bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, app/assets/stylesheets/bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, app/assets/stylesheets/bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, app/assets/stylesheets/bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, app/assets/stylesheets/bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, app/assets/stylesheets/bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, app/assets/stylesheets/bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, app/assets/stylesheets/bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, app/assets/stylesheets/bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, app/assets/stylesheets/bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, app/assets/stylesheets/bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, app/assets/stylesheets/bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, app/assets/stylesheets/bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, app/assets/stylesheets/bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, app/assets/stylesheets/bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, app/assets/stylesheets/bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, app/assets/stylesheets/bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, app/assets/stylesheets/bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, app/assets/stylesheets/bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, app/assets/stylesheets/bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, app/assets/stylesheets/bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, app/assets/stylesheets/bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, app/assets/stylesheets/bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, app/assets/stylesheets/bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, app/assets/stylesheets/bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, app/assets/stylesheets/bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, app/assets/stylesheets/bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, app/assets/stylesheets/bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, app/assets/stylesheets/bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, app/assets/stylesheets/bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, app/assets/stylesheets/bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, app/assets/stylesheets/bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, app/assets/stylesheets/bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, app/assets/stylesheets/bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, app/assets/stylesheets/bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, app/assets/stylesheets/bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, app/assets/stylesheets/bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, app/assets/stylesheets/bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, app/assets/stylesheets/bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, app/assets/stylesheets/bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, app/assets/stylesheets/bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, app/assets/stylesheets/bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, app/assets/stylesheets/bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, app/assets/stylesheets/bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, app/assets/stylesheets/bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, app/assets/stylesheets/bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, app/assets/stylesheets/bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, app/assets/stylesheets/bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, app/assets/stylesheets/bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, app/assets/stylesheets/bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, app/assets/stylesheets/bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, app/assets/stylesheets/bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, app/assets/stylesheets/bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, app/assets/stylesheets/bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, app/assets/stylesheets/bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, app/assets/stylesheets/bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, app/assets/stylesheets/bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, app/assets/stylesheets/bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, app/assets/stylesheets/bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, app/assets/stylesheets/bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, app/assets/stylesheets/bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, app/assets/stylesheets/bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, app/assets/stylesheets/bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, app/assets/stylesheets/bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, app/assets/stylesheets/bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, app/assets/stylesheets/bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, app/assets/stylesheets/bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, app/assets/stylesheets/bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, app/assets/stylesheets/bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, app/assets/stylesheets/bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, app/assets/stylesheets/bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, app/assets/stylesheets/bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, app/assets/stylesheets/bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, app/assets/stylesheets/bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, app/assets/stylesheets/bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, app/assets/stylesheets/bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, app/assets/stylesheets/bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, app/assets/stylesheets/bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, app/assets/stylesheets/bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, app/assets/stylesheets/bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, app/assets/stylesheets/bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, app/assets/stylesheets/bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, app/assets/stylesheets/bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, app/assets/stylesheets/bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, app/assets/stylesheets/bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, app/assets/stylesheets/bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, app/assets/stylesheets/bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, app/assets/stylesheets/bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, app/assets/stylesheets/bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, app/assets/stylesheets/bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, app/assets/stylesheets/bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, app/assets/stylesheets/bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, app/assets/stylesheets/bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, app/assets/stylesheets/bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, app/assets/stylesheets/bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, app/assets/stylesheets/bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, app/assets/stylesheets/bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, app/assets/stylesheets/bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, app/assets/stylesheets/bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, app/assets/stylesheets/bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, app/assets/stylesheets/bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, app/assets/stylesheets/bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, app/assets/stylesheets/bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, app/assets/stylesheets/bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, app/assets/stylesheets/bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, app/assets/stylesheets/bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, app/assets/stylesheets/bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, app/assets/stylesheets/bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, app/assets/stylesheets/bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, app/assets/stylesheets/bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, app/assets/stylesheets/bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, app/assets/stylesheets/bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, app/assets/stylesheets/bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, app/assets/stylesheets/bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, app/assets/stylesheets/bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, app/assets/stylesheets/bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, app/assets/stylesheets/bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, app/assets/stylesheets/bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, app/assets/stylesheets/bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, app/assets/stylesheets/bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, app/assets/stylesheets/bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, app/assets/stylesheets/bootstrap.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, app/assets/stylesheets/bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, app/assets/stylesheets/bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, app/assets/stylesheets/bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, app/assets/stylesheets/bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, app/assets/stylesheets/bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, app/assets/stylesheets/bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, app/assets/stylesheets/bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, app/assets/stylesheets/bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, app/assets/stylesheets/bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, app/assets/stylesheets/bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, app/assets/stylesheets/bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, app/assets/stylesheets/bootstrap.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, app/assets/stylesheets/bootstrap.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, app/assets/stylesheets/bootstrap.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, app/assets/stylesheets/bootstrap.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, app/assets/stylesheets/bootstrap.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, app/assets/stylesheets/bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, app/assets/stylesheets/bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, app/assets/stylesheets/bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, app/assets/stylesheets/bootstrap.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, app/assets/stylesheets/bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, app/assets/stylesheets/bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, app/assets/stylesheets/bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, app/assets/stylesheets/bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, app/assets/stylesheets/bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, app/assets/stylesheets/bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, app/assets/stylesheets/bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, app/assets/stylesheets/bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, app/assets/stylesheets/bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, app/assets/stylesheets/bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, app/assets/stylesheets/bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, app/assets/stylesheets/bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, app/assets/stylesheets/bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, app/assets/stylesheets/bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, app/assets/stylesheets/bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, app/assets/stylesheets/bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, app/assets/stylesheets/bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, app/assets/stylesheets/bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, app/assets/stylesheets/bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, app/assets/stylesheets/bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, app/assets/stylesheets/bootstrap.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, app/assets/stylesheets/bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, app/assets/stylesheets/bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, app/assets/stylesheets/bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, app/assets/stylesheets/bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, app/assets/stylesheets/bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, app/assets/stylesheets/bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, app/assets/stylesheets/bootstrap.scss */
* {
  box-sizing: border-box;
}

/* line 1073, app/assets/stylesheets/bootstrap.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 1079, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1084, app/assets/stylesheets/bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1091, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1099, app/assets/stylesheets/bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1103, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1108, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1113, app/assets/stylesheets/bootstrap.scss */
figure {
  margin: 0;
}

/* line 1116, app/assets/stylesheets/bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 1119, app/assets/stylesheets/bootstrap.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1128, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1131, app/assets/stylesheets/bootstrap.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

/* line 1144, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1147, app/assets/stylesheets/bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1153, app/assets/stylesheets/bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1163, app/assets/stylesheets/bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1172, app/assets/stylesheets/bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1175, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1192, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1220, app/assets/stylesheets/bootstrap.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1243, app/assets/stylesheets/bootstrap.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1252, app/assets/stylesheets/bootstrap.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1270, app/assets/stylesheets/bootstrap.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1274, app/assets/stylesheets/bootstrap.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1278, app/assets/stylesheets/bootstrap.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1282, app/assets/stylesheets/bootstrap.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1286, app/assets/stylesheets/bootstrap.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1290, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 1293, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1300, app/assets/stylesheets/bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 1308, app/assets/stylesheets/bootstrap.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1313, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 1316, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 1319, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 1322, app/assets/stylesheets/bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 1325, app/assets/stylesheets/bootstrap.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1328, app/assets/stylesheets/bootstrap.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1331, app/assets/stylesheets/bootstrap.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1334, app/assets/stylesheets/bootstrap.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1337, app/assets/stylesheets/bootstrap.scss */
.text-muted {
  color: #777;
}

/* line 1340, app/assets/stylesheets/bootstrap.scss */
.text-primary {
  color: #337ab7;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1347, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #47BCAA;
}

/* line 1350, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1354, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #31708f;
}

/* line 1357, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1364, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1368, app/assets/stylesheets/bootstrap.scss */
.text-danger {
  color: #a94442;
}

/* line 1371, app/assets/stylesheets/bootstrap.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1375, app/assets/stylesheets/bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1383, app/assets/stylesheets/bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1386, app/assets/stylesheets/bootstrap.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1390, app/assets/stylesheets/bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1393, app/assets/stylesheets/bootstrap.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1400, app/assets/stylesheets/bootstrap.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1404, app/assets/stylesheets/bootstrap.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1407, app/assets/stylesheets/bootstrap.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1411, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1416, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1421, app/assets/stylesheets/bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1427, app/assets/stylesheets/bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1431, app/assets/stylesheets/bootstrap.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1436, app/assets/stylesheets/bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1441, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1445, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1449, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 1452, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1456, app/assets/stylesheets/bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1465, app/assets/stylesheets/bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 1469, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1474, app/assets/stylesheets/bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1478, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1484, app/assets/stylesheets/bootstrap.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1489, app/assets/stylesheets/bootstrap.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1497, app/assets/stylesheets/bootstrap.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1510, app/assets/stylesheets/bootstrap.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1518, app/assets/stylesheets/bootstrap.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1526, app/assets/stylesheets/bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1531, app/assets/stylesheets/bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1537, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1544, app/assets/stylesheets/bootstrap.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1553, app/assets/stylesheets/bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 1560, app/assets/stylesheets/bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1573, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1581, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1585, app/assets/stylesheets/bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1592, app/assets/stylesheets/bootstrap.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1597, app/assets/stylesheets/bootstrap.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1602, app/assets/stylesheets/bootstrap.scss */
  .container {
    width: 1170px;
  }
}

/* line 1606, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1612, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1616, app/assets/stylesheets/bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1622, app/assets/stylesheets/bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 1625, app/assets/stylesheets/bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1628, app/assets/stylesheets/bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1631, app/assets/stylesheets/bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1634, app/assets/stylesheets/bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1637, app/assets/stylesheets/bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1640, app/assets/stylesheets/bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1643, app/assets/stylesheets/bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1646, app/assets/stylesheets/bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1652, app/assets/stylesheets/bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1655, app/assets/stylesheets/bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1658, app/assets/stylesheets/bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1661, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1664, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1670, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1673, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1679, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1682, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1685, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1688, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1691, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1694, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1697, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1700, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1703, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1706, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1709, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1712, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1715, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1718, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1721, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1724, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1727, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1730, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1733, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1736, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1739, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1742, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1745, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1748, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1751, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1754, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1757, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1760, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1763, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1766, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1769, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1772, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1775, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1779, app/assets/stylesheets/bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 1782, app/assets/stylesheets/bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1785, app/assets/stylesheets/bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1788, app/assets/stylesheets/bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1791, app/assets/stylesheets/bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1794, app/assets/stylesheets/bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1797, app/assets/stylesheets/bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1800, app/assets/stylesheets/bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1803, app/assets/stylesheets/bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1806, app/assets/stylesheets/bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1809, app/assets/stylesheets/bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1812, app/assets/stylesheets/bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1815, app/assets/stylesheets/bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1818, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1821, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1824, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1827, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1830, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1833, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1836, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1839, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1842, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1845, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1848, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1851, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1854, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1857, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1860, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1863, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1866, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1869, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1872, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1875, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1878, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1881, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1884, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1887, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1890, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1893, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1896, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1899, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1902, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1905, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1908, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1911, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1914, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1917, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1920, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1923, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1926, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1929, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1932, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 1937, app/assets/stylesheets/bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 1940, app/assets/stylesheets/bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 1943, app/assets/stylesheets/bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 1946, app/assets/stylesheets/bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 1949, app/assets/stylesheets/bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 1952, app/assets/stylesheets/bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 1955, app/assets/stylesheets/bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 1958, app/assets/stylesheets/bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 1961, app/assets/stylesheets/bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 1964, app/assets/stylesheets/bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 1967, app/assets/stylesheets/bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 1970, app/assets/stylesheets/bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 1973, app/assets/stylesheets/bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 1976, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1979, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 1982, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 1985, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1988, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 1991, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 1994, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1997, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2000, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2003, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2006, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2009, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2012, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2015, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2018, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2021, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2024, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2027, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2030, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2033, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2036, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2039, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2042, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2045, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2048, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2051, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2054, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2057, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2060, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2063, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2066, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2069, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2072, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2075, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2078, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2081, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2084, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2087, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2090, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2095, app/assets/stylesheets/bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 2098, app/assets/stylesheets/bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2101, app/assets/stylesheets/bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2104, app/assets/stylesheets/bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2107, app/assets/stylesheets/bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2110, app/assets/stylesheets/bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2113, app/assets/stylesheets/bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2116, app/assets/stylesheets/bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2119, app/assets/stylesheets/bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2122, app/assets/stylesheets/bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2125, app/assets/stylesheets/bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2128, app/assets/stylesheets/bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2131, app/assets/stylesheets/bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2134, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2137, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2140, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2143, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2146, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2149, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2152, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2155, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2158, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2161, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2164, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2167, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2170, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2173, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2176, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2179, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2182, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2185, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2188, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2191, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2194, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2197, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2200, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2203, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2206, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2209, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2212, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2215, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2218, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2221, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2224, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2227, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2230, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2233, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2236, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2239, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2242, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2245, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2248, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
table {
  background-color: transparent;
}

/* line 2255, app/assets/stylesheets/bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2261, app/assets/stylesheets/bootstrap.scss */
th {
  text-align: left;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2269, app/assets/stylesheets/bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2280, app/assets/stylesheets/bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2284, app/assets/stylesheets/bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2292, app/assets/stylesheets/bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2295, app/assets/stylesheets/bootstrap.scss */
.table .table {
  background-color: #fff;
}

/* line 2298, app/assets/stylesheets/bootstrap.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2306, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2309, app/assets/stylesheets/bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 2317, app/assets/stylesheets/bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2321, app/assets/stylesheets/bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2327, app/assets/stylesheets/bootstrap.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2338, app/assets/stylesheets/bootstrap.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2359, app/assets/stylesheets/bootstrap.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2373, app/assets/stylesheets/bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2394, app/assets/stylesheets/bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2401, app/assets/stylesheets/bootstrap.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2415, app/assets/stylesheets/bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2422, app/assets/stylesheets/bootstrap.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2443, app/assets/stylesheets/bootstrap.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2448, app/assets/stylesheets/bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2455, app/assets/stylesheets/bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2458, app/assets/stylesheets/bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 2466, app/assets/stylesheets/bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2469, app/assets/stylesheets/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 2477, app/assets/stylesheets/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 2485, app/assets/stylesheets/bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2498, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2509, app/assets/stylesheets/bootstrap.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2515, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2526, app/assets/stylesheets/bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 2529, app/assets/stylesheets/bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2533, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2537, app/assets/stylesheets/bootstrap.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2551, app/assets/stylesheets/bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2569, app/assets/stylesheets/bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2575, app/assets/stylesheets/bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2579, app/assets/stylesheets/bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2582, app/assets/stylesheets/bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2585, app/assets/stylesheets/bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2591, app/assets/stylesheets/bootstrap.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2595, app/assets/stylesheets/bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 2598, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2602, app/assets/stylesheets/bootstrap.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 2608, app/assets/stylesheets/bootstrap.scss */
  input.input-sm[type="date"],
input.input-sm[type="time"],
input.input-sm[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 2618, app/assets/stylesheets/bootstrap.scss */
  input.input-lg[type="date"],
input.input-lg[type="time"],
input.input-lg[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 2629, app/assets/stylesheets/bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2639, app/assets/stylesheets/bootstrap.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2647, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2655, app/assets/stylesheets/bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2659, app/assets/stylesheets/bootstrap.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2669, app/assets/stylesheets/bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2674, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input.disabled[type="radio"],
input.disabled[type="checkbox"],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2682, app/assets/stylesheets/bootstrap.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2694, app/assets/stylesheets/bootstrap.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2705, app/assets/stylesheets/bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
textarea.input-sm,
select.input-sm[multiple] {
  height: auto;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2727, app/assets/stylesheets/bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2731, app/assets/stylesheets/bootstrap.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 2735, app/assets/stylesheets/bootstrap.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2742, app/assets/stylesheets/bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2749, app/assets/stylesheets/bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
textarea.input-lg,
select.input-lg[multiple] {
  height: auto;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2764, app/assets/stylesheets/bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2768, app/assets/stylesheets/bootstrap.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 2772, app/assets/stylesheets/bootstrap.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2779, app/assets/stylesheets/bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2785, app/assets/stylesheets/bootstrap.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2797, app/assets/stylesheets/bootstrap.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2804, app/assets/stylesheets/bootstrap.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2828, app/assets/stylesheets/bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2833, app/assets/stylesheets/bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2838, app/assets/stylesheets/bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2841, app/assets/stylesheets/bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2853, app/assets/stylesheets/bootstrap.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2858, app/assets/stylesheets/bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2868, app/assets/stylesheets/bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2883, app/assets/stylesheets/bootstrap.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2888, app/assets/stylesheets/bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2893, app/assets/stylesheets/bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2898, app/assets/stylesheets/bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2901, app/assets/stylesheets/bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2904, app/assets/stylesheets/bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2907, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2914, app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2919, app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2924, app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 2927, app/assets/stylesheets/bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2931, app/assets/stylesheets/bootstrap.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 2936, app/assets/stylesheets/bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 2939, app/assets/stylesheets/bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2943, app/assets/stylesheets/bootstrap.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2950, app/assets/stylesheets/bootstrap.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 2954, app/assets/stylesheets/bootstrap.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 2959, app/assets/stylesheets/bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 2963, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2971, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2975, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2980, app/assets/stylesheets/bootstrap.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 2986, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2990, app/assets/stylesheets/bootstrap.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 2996, app/assets/stylesheets/bootstrap.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 3001, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3022, app/assets/stylesheets/bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3032, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3038, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3045, app/assets/stylesheets/bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}

/* line 3054, app/assets/stylesheets/bootstrap.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3059, app/assets/stylesheets/bootstrap.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3065, app/assets/stylesheets/bootstrap.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3070, app/assets/stylesheets/bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3077, app/assets/stylesheets/bootstrap.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3090, app/assets/stylesheets/bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3095, app/assets/stylesheets/bootstrap.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3116, app/assets/stylesheets/bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3120, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3125, app/assets/stylesheets/bootstrap.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3131, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3136, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3143, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3156, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3161, app/assets/stylesheets/bootstrap.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3182, app/assets/stylesheets/bootstrap.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3186, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3191, app/assets/stylesheets/bootstrap.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3197, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3202, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3209, app/assets/stylesheets/bootstrap.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success.focus:active,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3222, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3227, app/assets/stylesheets/bootstrap.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success.focus[disabled],
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3248, app/assets/stylesheets/bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3252, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3257, app/assets/stylesheets/bootstrap.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3263, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3268, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3275, app/assets/stylesheets/bootstrap.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3288, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3293, app/assets/stylesheets/bootstrap.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info.focus[disabled],
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3314, app/assets/stylesheets/bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3318, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3323, app/assets/stylesheets/bootstrap.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3334, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3341, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning.focus:active,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3354, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3359, app/assets/stylesheets/bootstrap.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning.focus[disabled],
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3380, app/assets/stylesheets/bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3384, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3389, app/assets/stylesheets/bootstrap.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3395, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3400, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3407, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger.focus:active,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3420, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3425, app/assets/stylesheets/bootstrap.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger.focus[disabled],
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3446, app/assets/stylesheets/bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 3450, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 3455, app/assets/stylesheets/bootstrap.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 3464, app/assets/stylesheets/bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3470, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3476, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3483, app/assets/stylesheets/bootstrap.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3497, app/assets/stylesheets/bootstrap.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3504, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3508, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3511, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3516, app/assets/stylesheets/bootstrap.scss */
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

/* line 3522, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3525, app/assets/stylesheets/bootstrap.scss */
.collapse {
  display: none;
}

/* line 3528, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 3531, app/assets/stylesheets/bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3534, app/assets/stylesheets/bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3537, app/assets/stylesheets/bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3566, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3569, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 3591, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3595, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3601, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 3610, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3616, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 3624, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3640, app/assets/stylesheets/bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3647, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3651, app/assets/stylesheets/bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3659, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3667, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3671, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3685, app/assets/stylesheets/bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 3689, app/assets/stylesheets/bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* line 3694, app/assets/stylesheets/bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3700, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3705, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3715, app/assets/stylesheets/bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3721, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3724, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3729, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3734, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3737, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3744, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3749, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3755, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3760, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3764, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3768, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3772, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3776, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3780, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 3784, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3787, app/assets/stylesheets/bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3791, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3802, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3805, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3812, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3815, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3820, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

/* line 3825, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3833, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3837, app/assets/stylesheets/bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3843, app/assets/stylesheets/bootstrap.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3849, app/assets/stylesheets/bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3852, app/assets/stylesheets/bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3855, app/assets/stylesheets/bootstrap.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3863, app/assets/stylesheets/bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3868, app/assets/stylesheets/bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3873, app/assets/stylesheets/bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3880, app/assets/stylesheets/bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3889, app/assets/stylesheets/bootstrap.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3895, app/assets/stylesheets/bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select.input-group-lg[multiple] > .form-control,
select.input-group-lg[multiple] > .input-group-addon,
select.input-group-lg[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3903, app/assets/stylesheets/bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3912, app/assets/stylesheets/bootstrap.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select.input-group-sm[multiple] > .form-control,
select.input-group-sm[multiple] > .input-group-addon,
select.input-group-sm[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3926, app/assets/stylesheets/bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3931, app/assets/stylesheets/bootstrap.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3936, app/assets/stylesheets/bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3942, app/assets/stylesheets/bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3958, app/assets/stylesheets/bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3977, app/assets/stylesheets/bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3980, app/assets/stylesheets/bootstrap.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3990, app/assets/stylesheets/bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3993, app/assets/stylesheets/bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3998, app/assets/stylesheets/bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 4001, app/assets/stylesheets/bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 4004, app/assets/stylesheets/bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 4009, app/assets/stylesheets/bootstrap.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 4013, app/assets/stylesheets/bootstrap.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 4018, app/assets/stylesheets/bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4023, app/assets/stylesheets/bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 4027, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 4032, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4037, app/assets/stylesheets/bootstrap.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4047, app/assets/stylesheets/bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4053, app/assets/stylesheets/bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4059, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4065, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4069, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4075, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4078, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4087, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4091, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4094, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4098, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4103, app/assets/stylesheets/bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4107, app/assets/stylesheets/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4111, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4115, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4121, app/assets/stylesheets/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4125, app/assets/stylesheets/bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4131, app/assets/stylesheets/bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 4134, app/assets/stylesheets/bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4137, app/assets/stylesheets/bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4140, app/assets/stylesheets/bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4146, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4149, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4153, app/assets/stylesheets/bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 4156, app/assets/stylesheets/bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 4159, app/assets/stylesheets/bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4163, app/assets/stylesheets/bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4168, app/assets/stylesheets/bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4172, app/assets/stylesheets/bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4176, app/assets/stylesheets/bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4179, app/assets/stylesheets/bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4183, app/assets/stylesheets/bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4189, app/assets/stylesheets/bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4193, app/assets/stylesheets/bootstrap.scss */
  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4202, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4205, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4210, app/assets/stylesheets/bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4217, app/assets/stylesheets/bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 4222, app/assets/stylesheets/bootstrap.scss */
  .navbar-header {
    float: left;
  }
}

/* line 4226, app/assets/stylesheets/bootstrap.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 4235, app/assets/stylesheets/bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4239, app/assets/stylesheets/bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 4245, app/assets/stylesheets/bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4251, app/assets/stylesheets/bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 4254, app/assets/stylesheets/bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 4261, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4266, app/assets/stylesheets/bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 4271, app/assets/stylesheets/bootstrap.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4279, app/assets/stylesheets/bootstrap.scss */
  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 4287, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4292, app/assets/stylesheets/bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 4296, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4304, app/assets/stylesheets/bootstrap.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 4309, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 1px;
}

/* line 4313, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4318, app/assets/stylesheets/bootstrap.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4325, app/assets/stylesheets/bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4329, app/assets/stylesheets/bootstrap.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4333, app/assets/stylesheets/bootstrap.scss */
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 4338, app/assets/stylesheets/bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4350, app/assets/stylesheets/bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4353, app/assets/stylesheets/bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4359, app/assets/stylesheets/bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4363, app/assets/stylesheets/bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 4367, app/assets/stylesheets/bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4376, app/assets/stylesheets/bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 4386, app/assets/stylesheets/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4390, app/assets/stylesheets/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4393, app/assets/stylesheets/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 4399, app/assets/stylesheets/bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4403, app/assets/stylesheets/bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 4406, app/assets/stylesheets/bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 4411, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 4423, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4428, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4433, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4436, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4440, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 4445, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4448, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4452, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4459, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4463, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4468, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 4473, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 4476, app/assets/stylesheets/bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 4481, app/assets/stylesheets/bootstrap.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

/* line 4492, app/assets/stylesheets/bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4497, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4504, app/assets/stylesheets/bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4508, app/assets/stylesheets/bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4512, app/assets/stylesheets/bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4516, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4521, app/assets/stylesheets/bootstrap.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 4528, app/assets/stylesheets/bootstrap.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 4531, app/assets/stylesheets/bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 4535, app/assets/stylesheets/bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 4539, app/assets/stylesheets/bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4543, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4546, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4551, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4557, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4562, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 4568, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 4574, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4577, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-toggle:hover {
  background-color: #F0F5FB;
}

/* line 4580, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4583, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4587, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 4594, app/assets/stylesheets/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4597, app/assets/stylesheets/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 4602, app/assets/stylesheets/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 4608, app/assets/stylesheets/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 4615, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4618, app/assets/stylesheets/bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4621, app/assets/stylesheets/bootstrap.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4624, app/assets/stylesheets/bootstrap.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4628, app/assets/stylesheets/bootstrap.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4634, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4638, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4641, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4646, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4649, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4652, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4657, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4663, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 4669, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4672, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4676, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4679, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4683, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4690, app/assets/stylesheets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4693, app/assets/stylesheets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4696, app/assets/stylesheets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 4699, app/assets/stylesheets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 4704, app/assets/stylesheets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 4710, app/assets/stylesheets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 4717, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4720, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4723, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4726, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4736, app/assets/stylesheets/bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4746, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4751, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4754, app/assets/stylesheets/bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4760, app/assets/stylesheets/bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 4763, app/assets/stylesheets/bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4775, app/assets/stylesheets/bootstrap.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4781, app/assets/stylesheets/bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4786, app/assets/stylesheets/bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4795, app/assets/stylesheets/bootstrap.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1976D2;
  border-color: #1976D2;
}

/* line 4807, app/assets/stylesheets/bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4818, app/assets/stylesheets/bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4829, app/assets/stylesheets/bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4834, app/assets/stylesheets/bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4840, app/assets/stylesheets/bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4845, app/assets/stylesheets/bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4850, app/assets/stylesheets/bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4856, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 4859, app/assets/stylesheets/bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4867, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4872, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4880, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4888, app/assets/stylesheets/bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4900, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4906, app/assets/stylesheets/bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4909, app/assets/stylesheets/bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4913, app/assets/stylesheets/bootstrap.scss */
.label-default {
  background-color: #777;
}

/* line 4916, app/assets/stylesheets/bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4920, app/assets/stylesheets/bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 4923, app/assets/stylesheets/bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4927, app/assets/stylesheets/bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4930, app/assets/stylesheets/bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4934, app/assets/stylesheets/bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4937, app/assets/stylesheets/bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4941, app/assets/stylesheets/bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4944, app/assets/stylesheets/bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4948, app/assets/stylesheets/bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4951, app/assets/stylesheets/bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4955, app/assets/stylesheets/bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4972, app/assets/stylesheets/bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4976, app/assets/stylesheets/bootstrap.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4981, app/assets/stylesheets/bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4987, app/assets/stylesheets/bootstrap.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4992, app/assets/stylesheets/bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4998, app/assets/stylesheets/bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5001, app/assets/stylesheets/bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 5008, app/assets/stylesheets/bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 5012, app/assets/stylesheets/bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 5017, app/assets/stylesheets/bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5020, app/assets/stylesheets/bootstrap.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 5024, app/assets/stylesheets/bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5028, app/assets/stylesheets/bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 5032, app/assets/stylesheets/bootstrap.scss */
  .container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 5037, app/assets/stylesheets/bootstrap.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 5042, app/assets/stylesheets/bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}

/* line 5054, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5059, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5064, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5068, app/assets/stylesheets/bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5074, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5078, app/assets/stylesheets/bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5081, app/assets/stylesheets/bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5085, app/assets/stylesheets/bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5088, app/assets/stylesheets/bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5092, app/assets/stylesheets/bootstrap.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5099, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5104, app/assets/stylesheets/bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5110, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5115, app/assets/stylesheets/bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5118, app/assets/stylesheets/bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5121, app/assets/stylesheets/bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5129, app/assets/stylesheets/bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5132, app/assets/stylesheets/bootstrap.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5140, app/assets/stylesheets/bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 5143, app/assets/stylesheets/bootstrap.scss */
.alert-fixed {
  position: fixed;
  top: 0px;
  height: 52px;
  width: calc(100% - 256px);
  z-index: 9999;
  border-radius: 0px;
}

/* line 5151, app/assets/stylesheets/bootstrap.scss */
.alert-fixed-2 {
  position: fixed;
  top: 52px;
  height: 52px;
  width: calc(100% - 256px);
  z-index: 9999;
  border-radius: 0px;
}

/* line 5159, app/assets/stylesheets/bootstrap.scss */
.alert-primary {
  color: #FFFFFF;
  background-color: #1976D2;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5196, app/assets/stylesheets/bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
}

/* line 5211, app/assets/stylesheets/bootstrap.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 5219, app/assets/stylesheets/bootstrap.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5225, app/assets/stylesheets/bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5233, app/assets/stylesheets/bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5236, app/assets/stylesheets/bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5244, app/assets/stylesheets/bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5249, app/assets/stylesheets/bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5252, app/assets/stylesheets/bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5257, app/assets/stylesheets/bootstrap.scss */
.media {
  margin-top: 15px;
}

/* line 5260, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5263, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5268, app/assets/stylesheets/bootstrap.scss */
.media-body {
  width: 10000px;
}

/* line 5271, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5274, app/assets/stylesheets/bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5277, app/assets/stylesheets/bootstrap.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5281, app/assets/stylesheets/bootstrap.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5285, app/assets/stylesheets/bootstrap.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5291, app/assets/stylesheets/bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5294, app/assets/stylesheets/bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5297, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5301, app/assets/stylesheets/bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5305, app/assets/stylesheets/bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5309, app/assets/stylesheets/bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5321, app/assets/stylesheets/bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5326, app/assets/stylesheets/bootstrap.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5330, app/assets/stylesheets/bootstrap.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5334, app/assets/stylesheets/bootstrap.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5342, app/assets/stylesheets/bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5346, app/assets/stylesheets/bootstrap.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5353, app/assets/stylesheets/bootstrap.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5358, app/assets/stylesheets/bootstrap.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 5363, app/assets/stylesheets/bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5371, app/assets/stylesheets/bootstrap.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5382, app/assets/stylesheets/bootstrap.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5387, app/assets/stylesheets/bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5391, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5395, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5399, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5406, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5428, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5435, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5449, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5453, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5457, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5474, app/assets/stylesheets/bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5478, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5482, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5486, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5493, app/assets/stylesheets/bootstrap.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5503, app/assets/stylesheets/bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5507, app/assets/stylesheets/bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5511, app/assets/stylesheets/bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5519, app/assets/stylesheets/bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 5522, app/assets/stylesheets/bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5531, app/assets/stylesheets/bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5537, app/assets/stylesheets/bootstrap.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5544, app/assets/stylesheets/bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5551, app/assets/stylesheets/bootstrap.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5555, app/assets/stylesheets/bootstrap.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5560, app/assets/stylesheets/bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5566, app/assets/stylesheets/bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5572, app/assets/stylesheets/bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5576, app/assets/stylesheets/bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5579, app/assets/stylesheets/bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5582, app/assets/stylesheets/bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5593, app/assets/stylesheets/bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5598, app/assets/stylesheets/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5605, app/assets/stylesheets/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5615, app/assets/stylesheets/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5625, app/assets/stylesheets/bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5630, app/assets/stylesheets/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5637, app/assets/stylesheets/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5647, app/assets/stylesheets/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5663, app/assets/stylesheets/bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5667, app/assets/stylesheets/bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5685, app/assets/stylesheets/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5699, app/assets/stylesheets/bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5709, app/assets/stylesheets/bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5719, app/assets/stylesheets/bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5723, app/assets/stylesheets/bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5726, app/assets/stylesheets/bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5730, app/assets/stylesheets/bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5733, app/assets/stylesheets/bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5736, app/assets/stylesheets/bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5740, app/assets/stylesheets/bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5743, app/assets/stylesheets/bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5746, app/assets/stylesheets/bootstrap.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5749, app/assets/stylesheets/bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5754, app/assets/stylesheets/bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5757, app/assets/stylesheets/bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5761, app/assets/stylesheets/bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5764, app/assets/stylesheets/bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5767, app/assets/stylesheets/bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5772, app/assets/stylesheets/bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5775, app/assets/stylesheets/bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5779, app/assets/stylesheets/bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5782, app/assets/stylesheets/bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5785, app/assets/stylesheets/bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5790, app/assets/stylesheets/bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5793, app/assets/stylesheets/bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5800, app/assets/stylesheets/bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5803, app/assets/stylesheets/bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5808, app/assets/stylesheets/bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5811, app/assets/stylesheets/bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5815, app/assets/stylesheets/bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5818, app/assets/stylesheets/bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5821, app/assets/stylesheets/bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5826, app/assets/stylesheets/bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5829, app/assets/stylesheets/bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5833, app/assets/stylesheets/bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5836, app/assets/stylesheets/bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5839, app/assets/stylesheets/bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5844, app/assets/stylesheets/bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5847, app/assets/stylesheets/bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5851, app/assets/stylesheets/bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5854, app/assets/stylesheets/bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5861, app/assets/stylesheets/bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5874, app/assets/stylesheets/bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5877, app/assets/stylesheets/bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5880, app/assets/stylesheets/bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5890, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5894, app/assets/stylesheets/bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5898, app/assets/stylesheets/bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5902, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5912, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5920, app/assets/stylesheets/bootstrap.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5927, app/assets/stylesheets/bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5930, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5942, app/assets/stylesheets/bootstrap.scss */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

/* line 5951, app/assets/stylesheets/bootstrap.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 5957, app/assets/stylesheets/bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5966, app/assets/stylesheets/bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5978, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5987, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5991, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5995, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6000, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 6011, app/assets/stylesheets/bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 6016, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 6020, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 6023, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 6026, app/assets/stylesheets/bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 6034, app/assets/stylesheets/bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 6038, app/assets/stylesheets/bootstrap.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 6042, app/assets/stylesheets/bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6047, app/assets/stylesheets/bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 6051, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6075, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6079, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6083, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6087, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6091, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6095, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6103, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6117, app/assets/stylesheets/bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6124, app/assets/stylesheets/bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6138, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6145, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6152, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6166, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 6200, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6203, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6206, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6209, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6212, app/assets/stylesheets/bootstrap.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6220, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6223, app/assets/stylesheets/bootstrap.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6232, app/assets/stylesheets/bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6235, app/assets/stylesheets/bootstrap.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6239, app/assets/stylesheets/bootstrap.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6247, app/assets/stylesheets/bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6254, app/assets/stylesheets/bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6262, app/assets/stylesheets/bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6269, app/assets/stylesheets/bootstrap.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6277, app/assets/stylesheets/bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6284, app/assets/stylesheets/bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6292, app/assets/stylesheets/bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6299, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6302, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6307, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

/* line 6314, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6319, app/assets/stylesheets/bootstrap.scss */
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 6329, app/assets/stylesheets/bootstrap.scss */
  .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 6335, app/assets/stylesheets/bootstrap.scss */
  .carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  /* line 6341, app/assets/stylesheets/bootstrap.scss */
  .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

/* line 6349, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6354, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6357, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6363, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6366, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6369, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6373, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6376, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6379, app/assets/stylesheets/bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6392, app/assets/stylesheets/bootstrap.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6400, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6410, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6418, app/assets/stylesheets/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6428, app/assets/stylesheets/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6433, app/assets/stylesheets/bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6438, app/assets/stylesheets/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6445, app/assets/stylesheets/bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6448, app/assets/stylesheets/bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6451, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6462, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6474, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6480, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6492, app/assets/stylesheets/bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6496, app/assets/stylesheets/bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 6505, app/assets/stylesheets/bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 6509, app/assets/stylesheets/bootstrap.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 6513, app/assets/stylesheets/bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6518, app/assets/stylesheets/bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6522, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6555, app/assets/stylesheets/bootstrap.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 6572, app/assets/stylesheets/bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6577, app/assets/stylesheets/bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 6580, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 6583, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none !important;
}

/* line 6586, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block !important;
}

/* line 6589, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6592, app/assets/stylesheets/bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6599, app/assets/stylesheets/bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 6602, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 6608, app/assets/stylesheets/bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6614, app/assets/stylesheets/bootstrap.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6629, app/assets/stylesheets/bootstrap.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6632, app/assets/stylesheets/bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 6635, app/assets/stylesheets/bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6638, app/assets/stylesheets/bootstrap.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6644, app/assets/stylesheets/bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6649, app/assets/stylesheets/bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6654, app/assets/stylesheets/bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6659, app/assets/stylesheets/bootstrap.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6662, app/assets/stylesheets/bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 6665, app/assets/stylesheets/bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6668, app/assets/stylesheets/bootstrap.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6674, app/assets/stylesheets/bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6679, app/assets/stylesheets/bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6684, app/assets/stylesheets/bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6689, app/assets/stylesheets/bootstrap.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6692, app/assets/stylesheets/bootstrap.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 6695, app/assets/stylesheets/bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6698, app/assets/stylesheets/bootstrap.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6704, app/assets/stylesheets/bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6709, app/assets/stylesheets/bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6714, app/assets/stylesheets/bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6719, app/assets/stylesheets/bootstrap.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6722, app/assets/stylesheets/bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 6725, app/assets/stylesheets/bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6728, app/assets/stylesheets/bootstrap.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6734, app/assets/stylesheets/bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6739, app/assets/stylesheets/bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6744, app/assets/stylesheets/bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6749, app/assets/stylesheets/bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6754, app/assets/stylesheets/bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6759, app/assets/stylesheets/bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6764, app/assets/stylesheets/bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 6768, app/assets/stylesheets/bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6772, app/assets/stylesheets/bootstrap.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6775, app/assets/stylesheets/bootstrap.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 6778, app/assets/stylesheets/bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6781, app/assets/stylesheets/bootstrap.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 6786, app/assets/stylesheets/bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6790, app/assets/stylesheets/bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 6794, app/assets/stylesheets/bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6798, app/assets/stylesheets/bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 6802, app/assets/stylesheets/bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6806, app/assets/stylesheets/bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6811, app/assets/stylesheets/bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 5, app/assets/stylesheets/components/_badge.scss */
.badge.link-badge {
  border-radius: 3px !important;
  border: 1px solid #1976D2 !important;
  background-color: transparent !important;
  margin: 5px 2px;
  color: #1976D2;
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge.link-badge:hover, .badge.link-badge:focus {
  background-color: #1976D2 !important;
}

/* line 16, app/assets/stylesheets/components/_badge.scss */
.badge.link-badge.disabled {
  cursor: initial;
  background-color: transparent !important;
  color: #636363 !important;
  border-color: #636363 !important;
}

/* line 21, app/assets/stylesheets/components/_badge.scss */
.badge.link-badge.disabled:hover {
  color: #636363 !important;
}

/* line 26, app/assets/stylesheets/components/_badge.scss */
.badge.link-badge span:nth-child(1) {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 600;
}

/* line 32, app/assets/stylesheets/components/_badge.scss */
.badge.link-badge span:nth-child(2) {
  font-weight: 400;
  font-size: 13px !important;
}

/* line 39, app/assets/stylesheets/components/_badge.scss */
.warning-badge {
  color: #B58800;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  background-color: rgba(255, 202, 40, 0.25);
  display: inline-block;
  padding: 2px 8px 2px 8px;
  border-radius: 5px;
  line-height: normal;
}
/* line 26, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language {
  width: 270px;
  left: -280px !important;
  top: -181px;
  position: absolute;
  padding: 0;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language li:nth-child(9)::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 184px;
  border: 7px solid;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(90deg);
  filter: drop-shadow(0 -1px 0 #D0D0D0);
}

/* line 19, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language li:nth-child(9):hover::before {
  border-color: transparent transparent #F5F5F5 transparent;
}

/* line 36, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language li:last-child {
  border: 0;
}

/* line 38, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language li:last-child a:hover {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 45, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language li:nth-child(3) a:hover {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 51, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language li {
  border-bottom: 1px solid #e5e5e5;
}

/* line 55, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language li:last-child {
  border: none !important;
}

/* line 59, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language .translation-button {
  padding: 5px 10px;
  overflow: hidden;
}

/* line 65, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language .language {
  text-transform: uppercase !important;
  font-size: 13px;
}

/* line 70, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language .label {
  background-color: #ddeaf8 !important;
  color: #267dd4 !important;
  font-weight: 400;
  font-size: 11px;
  padding: 2px 9px 2px 6px;
  border-radius: 6px;
  text-transform: capitalize;
  bottom: 1px;
  left: 3px;
  position: relative;
}

/* line 83, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language .translation-button {
  display: flex;
  justify-content: space-between;
}

/* line 88, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language .left {
  justify-content: left;
}

/* line 92, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language .laguange-in-english {
  position: relative;
  top: 2px;
  font-size: 12px;
  color: #909090;
}

/* line 100, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dropdown-submenu-translate-language-container {
  position: relative;
}

/* line 104, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.portal-override #dropdown-submenu-translate-language {
  top: -3px;
}

/* line 108, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.portal-override #dropdown-submenu-translate-language li:nth-child(9)::before {
  display: none;
}

/* line 5, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.portal-override #dropdown-submenu-translate-language li:nth-child(3)::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 9px;
  border: 7px solid;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(90deg);
  filter: drop-shadow(0 -1px 0 #D0D0D0);
}

/* line 19, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.portal-override #dropdown-submenu-translate-language li:nth-child(3):hover::before {
  border-color: transparent transparent #F5F5F5 transparent;
}

/* line 117, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.form-override #dropdown-submenu-translate-language {
  top: -120px;
}

/* line 121, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.form-override #dropdown-submenu-translate-language li:nth-child(9)::before {
  display: none;
}

/* line 5, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.form-override #dropdown-submenu-translate-language li:nth-child(7)::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 127px;
  border: 7px solid;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(90deg);
  filter: drop-shadow(0 -1px 0 #D0D0D0);
}

/* line 19, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.form-override #dropdown-submenu-translate-language li:nth-child(7):hover::before {
  border-color: transparent transparent #F5F5F5 transparent;
}

/* START Styles for the Smart Forms translations mobile dropdown menu */
/* line 130, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dw-mobile-sf-translation-languages {
  top: 55px;
  left: 75px;
}

/* line 135, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.dw-edit-sf-main-container #dw-mobile-sf-translation-languages {
  top: 50px;
  left: 75px;
}

/* line 141, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dw-mobile-sf-translation-languages {
  padding: 0px;
}

/* line 143, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dw-mobile-sf-translation-languages li {
  border-bottom: 1px solid #e5e5e5;
}

/* line 146, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dw-mobile-sf-translation-languages li > a {
  display: flex !important;
  justify-content: space-between;
  padding: 6px 10px;
}

/* line 151, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dw-mobile-sf-translation-languages .language {
  text-transform: uppercase !important;
  font-size: 13px;
}

/* line 155, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dw-mobile-sf-translation-languages .laguange-in-english {
  position: relative;
  top: 1px;
  font-size: 12px;
  color: #909090;
}

/* line 161, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dw-mobile-sf-translation-languages .label {
  background-color: #ddeaf8 !important;
  color: #267dd4 !important;
  font-weight: 400;
  font-size: 11px;
  padding: 2px 9px 2px 6px;
  border-radius: 6px;
  text-transform: capitalize;
  bottom: 1px;
  left: 3px;
  position: relative;
}

/* line 173, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
#dw-mobile-sf-translation-languages .left {
  margin-right: 20px;
}

/* line 177, app/assets/stylesheets/components/_dropdown_submenu_translates.scss */
.dw-translate-mobile-caret {
  vertical-align: -1px;
}

/* END Styles for the Smart Forms translations mobile dropdown menu */
/* line 1, app/assets/stylesheets/custom_attributes.scss */
.custom-attributes-list-items {
  margin: auto;
  width: 100%;
  border: #e6e3e3 solid 2px;
  padding: 15px;
  overflow-y: auto;
  height: 100px;
}

/* line 10, app/assets/stylesheets/custom_attributes.scss */
.custom-attributes-list-item {
  margin: auto;
  width: 86%;
  margin-right: 5px;
}

/* line 16, app/assets/stylesheets/custom_attributes.scss */
.ul-no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 22, app/assets/stylesheets/custom_attributes.scss */
.custom-attributes-list-items-button {
  background-color: transparent;
}
.devise_authy {
  margin-left: auto;
  margin-right: auto;
  width: 350px;
}

.authy-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}

.authy-form label,
.authy-form input,
.authy-form button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 8px;
  margin: 8px;
}
/* line 1, app/assets/stylesheets/efiling_eta9141.scss */
.flag-otp-box {
  padding: 1em;
  text-align: center;
  font-size: 2em;
}
/* line 2, app/assets/stylesheets/file-preview-modal.scss */
#file-preview-modal img {
  max-width: 100% !important;
}

/* line 6, app/assets/stylesheets/file-preview-modal.scss */
#file-preview-modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 1em auto -0 auto;
  padding: 0 0 -2em 0;
}

/* line 13, app/assets/stylesheets/file-preview-modal.scss */
#file-preview-modal .modal-content {
  height: auto;
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/file-preview-modal.scss */
  #file-preview-modal .modal-dialog {
    max-width: 1600px;
    min-height: 600px;
  }
  /* line 23, app/assets/stylesheets/file-preview-modal.scss */
  #file-preview-modal .modal-dialog.image-preview {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 27, app/assets/stylesheets/file-preview-modal.scss */
  #file-preview-modal .modal-dialog.pdf-preview,
#file-preview-modal .modal-dialog.csv-preview,
#file-preview-modal .modal-dialog.doc-preview {
    width: 100%;
  }
  /* line 34, app/assets/stylesheets/file-preview-modal.scss */
  #file-preview-modal .modal-dialog.csv-preview .modal-body {
    min-height: 500px;
  }
}

/* line 40, app/assets/stylesheets/file-preview-modal.scss */
#file-preview-modal #iframe-preview {
  width: 100%;
  height: 100%;
}

/* line 44, app/assets/stylesheets/file-preview-modal.scss */
#file-preview-modal .loading-bg {
  background-image: url(/assets/loading-buffering.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
}

/* line 51, app/assets/stylesheets/file-preview-modal.scss */
#file-preview-modal .modal-body .row {
  padding: 15px;
}
/* line 3, app/assets/stylesheets/globals/_base.scss */
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 10, app/assets/stylesheets/globals/_base.scss */
body {
  background-color: #FFFFFF;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  /* line 14, app/assets/stylesheets/globals/_base.scss */
  .fixed-on-mobile {
    position: fixed;
  }
}

/* line 20, app/assets/stylesheets/globals/_base.scss */
.absolute {
  position: absolute !important;
}

/* line 24, app/assets/stylesheets/globals/_base.scss */
.bg-color-white {
  background-color: #FFFFFF !important;
}

/* line 28, app/assets/stylesheets/globals/_base.scss */
.relative {
  position: relative !important;
}

/* line 32, app/assets/stylesheets/globals/_base.scss */
h1 {
  font-family: "Source Serif Pro", sans-serif;
  font-size: 55px;
  color: #44505D;
}

/* line 37, app/assets/stylesheets/globals/_base.scss */
h2 {
  font-size: 35px;
  font-family: "Source Serif Pro", sans-serif;
  color: #44505D;
}

/* line 42, app/assets/stylesheets/globals/_base.scss */
h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
}

/* line 45, app/assets/stylesheets/globals/_base.scss */
h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
  font-size: 30px;
  line-height: 41px;
}

/* line 51, app/assets/stylesheets/globals/_base.scss */
h5 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #44505D;
}

/* line 58, app/assets/stylesheets/globals/_base.scss */
p, label, td, thead, .body-ul, ol, ul, .trix-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
  font-size: 16px;
  font-weight: initial;
}

/* line 63, app/assets/stylesheets/globals/_base.scss */
a, .btn {
  font-family: "Source Sans Pro", sans-serif !important;
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/globals/_base.scss */
a, a:hover, a:active, a:focus {
  color: #1976D2;
  font-weight: initial;
}

/* line 72, app/assets/stylesheets/globals/_base.scss */
caption {
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
  font-weight: bold;
}

/* line 77, app/assets/stylesheets/globals/_base.scss */
.inactive-link {
  opacity: .6;
  pointer-events: none;
}

/* line 82, app/assets/stylesheets/globals/_base.scss */
.white-link {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/globals/_base.scss */
.white-link:hover, .white-link:active, .white-link:focus, .white-link :visited {
  color: #FFFFFF;
}

/* line 90, app/assets/stylesheets/globals/_base.scss */
.link {
  color: #1976D2;
}

/* line 92, app/assets/stylesheets/globals/_base.scss */
.link:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}

/* line 97, app/assets/stylesheets/globals/_base.scss */
.link:focus {
  outline: none;
}

/* line 102, app/assets/stylesheets/globals/_base.scss */
.button-as-link {
  background: none !important;
  border: none;
  padding: 0 !important;
}

/* line 108, app/assets/stylesheets/globals/_base.scss */
.light-body-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #909090 !important;
  line-height: 32px;
}

/* line 114, app/assets/stylesheets/globals/_base.scss */
.light-font {
  color: #909090 !important;
}

/* line 117, app/assets/stylesheets/globals/_base.scss */
.text-center {
  max-width: 80%;
  display: inline-block;
}

/* line 121, app/assets/stylesheets/globals/_base.scss */
.invalid {
  opacity: 0.6;
}

/* line 125, app/assets/stylesheets/globals/_base.scss */
.valid {
  opacity: 1;
}

/* line 128, app/assets/stylesheets/globals/_base.scss */
.small-font {
  font-size: 12px !important;
}

/* line 132, app/assets/stylesheets/globals/_base.scss */
.medium-font {
  font-size: 14px !important;
}

/* line 136, app/assets/stylesheets/globals/_base.scss */
.large-font {
  font-size: 16px !important;
}

/* line 140, app/assets/stylesheets/globals/_base.scss */
.xlarge-font {
  font-size: 20px !important;
}

/* line 144, app/assets/stylesheets/globals/_base.scss */
.xxlarge-font {
  font-size: 24px !important;
}

/* line 148, app/assets/stylesheets/globals/_base.scss */
.map-pdf-container {
  padding: 100px 0px 100px 0px;
}

/* line 151, app/assets/stylesheets/globals/_base.scss */
.glyphicon {
  padding-right: 10px;
}

/* line 154, app/assets/stylesheets/globals/_base.scss */
.svg-inline--fa {
  margin-right: 10px;
}

/* line 158, app/assets/stylesheets/globals/_base.scss */
.dropdown-glyphicon {
  padding-left: 10px;
  color: #1976D2;
  opacity: .75;
}

/* line 162, app/assets/stylesheets/globals/_base.scss */
.dropdown-glyphicon:hover {
  opacity: 1;
}

/* line 167, app/assets/stylesheets/globals/_base.scss */
.full-width {
  width: 100% !important;
}

/* line 171, app/assets/stylesheets/globals/_base.scss */
.full-height {
  height: 100vh !important;
}

/* line 175, app/assets/stylesheets/globals/_base.scss */
.half-width {
  width: 50% !important;
}

/* line 179, app/assets/stylesheets/globals/_base.scss */
.left-align {
  text-align: left;
}

/* line 183, app/assets/stylesheets/globals/_base.scss */
.right-align {
  text-align: right;
}

/* line 186, app/assets/stylesheets/globals/_base.scss */
.white-background {
  background: #FFFFFF;
}

/* line 189, app/assets/stylesheets/globals/_base.scss */
.no-padding-right {
  padding-right: 0px !important;
}

/* line 192, app/assets/stylesheets/globals/_base.scss */
.no-padding-left {
  padding-left: 0px !important;
}

/* line 195, app/assets/stylesheets/globals/_base.scss */
.no-padding {
  padding: 0px !important;
}

/* line 199, app/assets/stylesheets/globals/_base.scss */
.auto-margin {
  margin: auto !important;
}

/* line 203, app/assets/stylesheets/globals/_base.scss */
.no-margin-left {
  margin-left: 0px !important;
}

/* line 207, app/assets/stylesheets/globals/_base.scss */
.no-margin-bottom {
  margin-bottom: 0px !important;
}

/* line 212, app/assets/stylesheets/globals/_base.scss */
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 217, app/assets/stylesheets/globals/_base.scss */
.padding-xs {
  padding: 2px;
}

/* line 221, app/assets/stylesheets/globals/_base.scss */
.pt-25 {
  padding-top: 25px;
}

/* line 225, app/assets/stylesheets/globals/_base.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 229, app/assets/stylesheets/globals/_base.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 233, app/assets/stylesheets/globals/_base.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 237, app/assets/stylesheets/globals/_base.scss */
.pb-25 {
  padding-bottom: 25px;
}

/* line 241, app/assets/stylesheets/globals/_base.scss */
.pl-60 {
  padding-left: 60px !important;
}

/* line 245, app/assets/stylesheets/globals/_base.scss */
.margin-top-4 {
  margin-top: 4px;
}

/* line 249, app/assets/stylesheets/globals/_base.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 253, app/assets/stylesheets/globals/_base.scss */
.margin-top-25 {
  margin-top: 25px !important;
}

/* line 257, app/assets/stylesheets/globals/_base.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 261, app/assets/stylesheets/globals/_base.scss */
.margin-bottom-12 {
  margin-bottom: 12px !important;
}

/* line 265, app/assets/stylesheets/globals/_base.scss */
.margin-bottom-25 {
  margin-bottom: 25px !important;
}

/* line 269, app/assets/stylesheets/globals/_base.scss */
.margin-left-40 {
  margin-left: 40px;
}

/* line 273, app/assets/stylesheets/globals/_base.scss */
.dropdown-menu > li > a, .dropdown-menu li a {
  color: #44505D;
  font-size: 16px;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}

/* line 282, app/assets/stylesheets/globals/_base.scss */
.dropdown-menu > li > a:hover, .dropdown-menu li a:hover {
  color: #44505D;
  text-decoration: none;
  background-color: #F5F5F5;
}

/* line 289, app/assets/stylesheets/globals/_base.scss */
.no-margin {
  margin: 0px !important;
}

/* line 293, app/assets/stylesheets/globals/_base.scss */
.negative-top-margin-10 {
  margin-top: -10px;
}

/* line 297, app/assets/stylesheets/globals/_base.scss */
.no-float {
  float: none !important;
}

/* line 301, app/assets/stylesheets/globals/_base.scss */
.float-left {
  float: left;
}

/* line 305, app/assets/stylesheets/globals/_base.scss */
.float-right {
  float: right;
}

/* line 309, app/assets/stylesheets/globals/_base.scss */
.capitalize {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  /* line 313, app/assets/stylesheets/globals/_base.scss */
  .hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 319, app/assets/stylesheets/globals/_base.scss */
  .show-on-mobile {
    display: none !important;
  }
}

/* line 325, app/assets/stylesheets/globals/_base.scss */
.hide {
  display: none;
}

/* line 329, app/assets/stylesheets/globals/_base.scss */
.clear-float {
  clear: both !important;
}

/* line 333, app/assets/stylesheets/globals/_base.scss */
.no-decoration {
  text-decoration: none !important;
}

/* line 337, app/assets/stylesheets/globals/_base.scss */
.undecorated-link {
  color: #44505D;
}

/* line 339, app/assets/stylesheets/globals/_base.scss */
.undecorated-link:hover, .undecorated-link:focus, .undecorated-link:active, .undecorated-link:visited {
  text-decoration: none !important;
  color: #44505D !important;
}

/* line 345, app/assets/stylesheets/globals/_base.scss */
.glyphicon-five-stars {
  padding-right: 0px;
  font-size: 20px;
  color: #1976D2 !important;
}

/* line 351, app/assets/stylesheets/globals/_base.scss */
.dark-modal {
  background: rgba(0, 0, 0, 0.65);
}

/* line 355, app/assets/stylesheets/globals/_base.scss */
.no-border {
  border: 0px !important;
}

/* line 359, app/assets/stylesheets/globals/_base.scss */
.border {
  border: 1px solid #e7e7e7;
}

/* line 363, app/assets/stylesheets/globals/_base.scss */
.dark-border {
  border: 1px solid #C0C0C0;
}

/* line 367, app/assets/stylesheets/globals/_base.scss */
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

/* line 370, app/assets/stylesheets/globals/_base.scss */
.border-top {
  border-top: 1px solid #e7e7e7;
}

/* line 374, app/assets/stylesheets/globals/_base.scss */
.no-list-style {
  list-style: none !important;
}

/* line 379, app/assets/stylesheets/globals/_base.scss */
.padded-target:before {
  content: "";
  display: block;
  height: 70px;
  /* fixed header height*/
  margin: -70px 0 0;
  /* negative fixed header height */
}

/* line 386, app/assets/stylesheets/globals/_base.scss */
.inline {
  display: inline !important;
}

/* line 390, app/assets/stylesheets/globals/_base.scss */
.no-wrap {
  white-space: nowrap !important;
}

/* line 394, app/assets/stylesheets/globals/_base.scss */
.block {
  display: block !important;
}

/* line 398, app/assets/stylesheets/globals/_base.scss */
.white-border {
  border: 1px solid #FFFFFF !important;
}

/* line 402, app/assets/stylesheets/globals/_base.scss */
.bold {
  font-weight: bold;
}

/* line 406, app/assets/stylesheets/globals/_base.scss */
.late-task-icon {
  color: #D31631;
  padding-left: 5px;
  vertical-align: -2px;
}

/* line 412, app/assets/stylesheets/globals/_base.scss */
.dw-task-late-container {
  background-color: #FFF4F5;
}

/* line 414, app/assets/stylesheets/globals/_base.scss */
.dw-task-late-container:hover {
  background-color: #FFE4E6 !important;
}

/* line 417, app/assets/stylesheets/globals/_base.scss */
.dw-task-late-container .subtitle-button {
  border-radius: 4px;
}

/* line 421, app/assets/stylesheets/globals/_base.scss */
.dw-task-late-container .dw-task-due-date-btn .glyphicon-calendar,
.dw-task-late-container .dw-task-due-date-btn .flatpickr-input {
  color: #D31631;
}

/* line 426, app/assets/stylesheets/globals/_base.scss */
.dw-task-late-container .dw-task-overdue-label-text {
  background-color: #D31631;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 1px 6px;
}

/* line 436, app/assets/stylesheets/globals/_base.scss */
li.task .subtitle-button {
  border-radius: 4px;
}

/* line 442, app/assets/stylesheets/globals/_base.scss */
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

/* line 445, app/assets/stylesheets/globals/_base.scss */
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* line 449, app/assets/stylesheets/globals/_base.scss */
.no-overflow {
  overflow-y: hidden !important;
}

/* line 453, app/assets/stylesheets/globals/_base.scss */
.clearfix {
  clear: both !important;
}

/* line 457, app/assets/stylesheets/globals/_base.scss */
.pre-wrap {
  white-space: pre-wrap;
}

/* line 461, app/assets/stylesheets/globals/_base.scss */
.align-top {
  vertical-align: top !important;
}

/* line 465, app/assets/stylesheets/globals/_base.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 469, app/assets/stylesheets/globals/_base.scss */
.display-block {
  display: block !important;
}

/* line 473, app/assets/stylesheets/globals/_base.scss */
.break-spaces {
  white-space: break-spaces;
}

/* line 478, app/assets/stylesheets/globals/_base.scss */
.low-opacity {
  opacity: .6;
}

/* line 483, app/assets/stylesheets/globals/_base.scss */
.elevation-1 {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

/* line 486, app/assets/stylesheets/globals/_base.scss */
.elevation-1-old {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 489, app/assets/stylesheets/globals/_base.scss */
.elevation-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 492, app/assets/stylesheets/globals/_base.scss */
.elevation-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 495, app/assets/stylesheets/globals/_base.scss */
.elevation-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* line 498, app/assets/stylesheets/globals/_base.scss */
.elevation-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* line 501, app/assets/stylesheets/globals/_base.scss */
.elevation-6 {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
}

/* line 506, app/assets/stylesheets/globals/_base.scss */
.green, .primary {
  color: #1976D2 !important;
}

/* line 510, app/assets/stylesheets/globals/_base.scss */
.dark-green {
  color: #47BCAA;
}

/* line 514, app/assets/stylesheets/globals/_base.scss */
.orange {
  color: #1976D2 !important;
}

/* line 518, app/assets/stylesheets/globals/_base.scss */
.yellow {
  color: #FFCA28 !important;
}

/* line 522, app/assets/stylesheets/globals/_base.scss */
.dark-blue {
  color: #1976D2;
}

/* line 526, app/assets/stylesheets/globals/_base.scss */
.black {
  color: #44505D !important;
}

/* line 530, app/assets/stylesheets/globals/_base.scss */
.dark-black {
  color: #000000;
}

/* line 534, app/assets/stylesheets/globals/_base.scss */
.red {
  color: #FF5252;
}

/* line 538, app/assets/stylesheets/globals/_base.scss */
.white {
  color: #FFFFFF !important;
}

/* line 542, app/assets/stylesheets/globals/_base.scss */
.white-bg {
  background: #FFFFFF !important;
}

/* line 546, app/assets/stylesheets/globals/_base.scss */
.grey-bg {
  background: #fafafa !important;
}

/* line 550, app/assets/stylesheets/globals/_base.scss */
.green-bg {
  background: #1976D2 !important;
}

/* line 554, app/assets/stylesheets/globals/_base.scss */
.dark-blue-bg, .primary-bg {
  background: #1976D2 !important;
}

/* line 556, app/assets/stylesheets/globals/_base.scss */
.dark-blue-bg p, .primary-bg p {
  color: #FFFFFF !important;
}

/* line 561, app/assets/stylesheets/globals/_base.scss */
.dark-bg {
  background: #44505D;
  color: #FFFFFF !important;
}

/* line 567, app/assets/stylesheets/globals/_base.scss */
.pa-0 {
  padding: 0px !important;
}

/* line 570, app/assets/stylesheets/globals/_base.scss */
.pa-1 {
  padding: 5px !important;
}

/* line 573, app/assets/stylesheets/globals/_base.scss */
.pa-2 {
  padding: 10px !important;
}

/* line 576, app/assets/stylesheets/globals/_base.scss */
.pa-3 {
  padding: 15px !important;
}

/* line 579, app/assets/stylesheets/globals/_base.scss */
.pa-4 {
  padding: 20px !important;
}

/* line 582, app/assets/stylesheets/globals/_base.scss */
.pa-5 {
  padding: 25px !important;
}

/* line 585, app/assets/stylesheets/globals/_base.scss */
.pa-50 {
  padding: 50px !important;
}

/* line 590, app/assets/stylesheets/globals/_base.scss */
.pl-0 {
  padding-left: 0px !important;
}

/* line 593, app/assets/stylesheets/globals/_base.scss */
.pl-1 {
  padding-left: 5px !important;
}

/* line 596, app/assets/stylesheets/globals/_base.scss */
.pl-2 {
  padding-left: 10px !important;
}

/* line 599, app/assets/stylesheets/globals/_base.scss */
.pl-3 {
  padding-left: 15px !important;
}

/* line 602, app/assets/stylesheets/globals/_base.scss */
.pl-4 {
  padding-left: 20px !important;
}

/* line 605, app/assets/stylesheets/globals/_base.scss */
.pl-5 {
  padding-left: 25px !important;
}

/* line 608, app/assets/stylesheets/globals/_base.scss */
.pl-6 {
  padding-left: 30px !important;
}

/* line 611, app/assets/stylesheets/globals/_base.scss */
.pl-7 {
  padding-left: 35px !important;
}

/* line 614, app/assets/stylesheets/globals/_base.scss */
.pl-8 {
  padding-left: 40px !important;
}

/* line 619, app/assets/stylesheets/globals/_base.scss */
.pr-0 {
  padding-right: 0px !important;
}

/* line 622, app/assets/stylesheets/globals/_base.scss */
.pr-1 {
  padding-right: 5px !important;
}

/* line 625, app/assets/stylesheets/globals/_base.scss */
.pr-2 {
  padding-right: 10px !important;
}

/* line 628, app/assets/stylesheets/globals/_base.scss */
.pr-3 {
  padding-right: 15px !important;
}

/* line 631, app/assets/stylesheets/globals/_base.scss */
.pr-4 {
  padding-right: 20px !important;
}

/* line 634, app/assets/stylesheets/globals/_base.scss */
.pr-5 {
  padding-right: 25px !important;
}

/* line 638, app/assets/stylesheets/globals/_base.scss */
.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* line 644, app/assets/stylesheets/globals/_base.scss */
.pt-0 {
  padding-top: 0px !important;
}

/* line 647, app/assets/stylesheets/globals/_base.scss */
.pt-1 {
  padding-top: 5px !important;
}

/* line 650, app/assets/stylesheets/globals/_base.scss */
.pt-2 {
  padding-top: 10px !important;
}

/* line 653, app/assets/stylesheets/globals/_base.scss */
.pt-3 {
  padding-top: 15px !important;
}

/* line 656, app/assets/stylesheets/globals/_base.scss */
.pt-4 {
  padding-top: 20px !important;
}

/* line 659, app/assets/stylesheets/globals/_base.scss */
.pt-5 {
  padding-top: 25px !important;
}

/* line 662, app/assets/stylesheets/globals/_base.scss */
.pt-6 {
  padding-top: 36px !important;
}

/* line 667, app/assets/stylesheets/globals/_base.scss */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 670, app/assets/stylesheets/globals/_base.scss */
.pb-1 {
  padding-bottom: 5px !important;
}

/* line 673, app/assets/stylesheets/globals/_base.scss */
.pb-2 {
  padding-bottom: 10px !important;
}

/* line 676, app/assets/stylesheets/globals/_base.scss */
.pb-3 {
  padding-bottom: 15px !important;
}

/* line 679, app/assets/stylesheets/globals/_base.scss */
.pb-4 {
  padding-bottom: 20px !important;
}

/* line 682, app/assets/stylesheets/globals/_base.scss */
.pb-5 {
  padding-bottom: 25px !important;
}

/* line 687, app/assets/stylesheets/globals/_base.scss */
.ma-0 {
  margin: 0;
}

/* line 690, app/assets/stylesheets/globals/_base.scss */
.ma-1 {
  margin: 5px;
}

/* line 693, app/assets/stylesheets/globals/_base.scss */
.ma-2 {
  margin: 10px;
}

/* line 696, app/assets/stylesheets/globals/_base.scss */
.ma-3 {
  margin: 15px;
}

/* line 699, app/assets/stylesheets/globals/_base.scss */
.ma-4 {
  margin: 20px;
}

/* line 702, app/assets/stylesheets/globals/_base.scss */
.ma-5 {
  margin: 25px;
}

/* line 706, app/assets/stylesheets/globals/_base.scss */
.ma-50 {
  margin: 50px;
}

/* line 711, app/assets/stylesheets/globals/_base.scss */
.mt-0 {
  margin-top: 0px !important;
}

/* line 714, app/assets/stylesheets/globals/_base.scss */
.mt-0\.6 {
  margin-top: 3px !important;
}

/* line 717, app/assets/stylesheets/globals/_base.scss */
.mt-1 {
  margin-top: 5px !important;
}

/* line 720, app/assets/stylesheets/globals/_base.scss */
.mt-2 {
  margin-top: 10px !important;
}

/* line 723, app/assets/stylesheets/globals/_base.scss */
.mt-3 {
  margin-top: 15px !important;
}

/* line 726, app/assets/stylesheets/globals/_base.scss */
.mt-4 {
  margin-top: 20px !important;
}

/* line 729, app/assets/stylesheets/globals/_base.scss */
.mt-5 {
  margin-top: 25px !important;
}

/* line 733, app/assets/stylesheets/globals/_base.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 738, app/assets/stylesheets/globals/_base.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 742, app/assets/stylesheets/globals/_base.scss */
.mb-1 {
  margin-bottom: 5px !important;
}

/* line 745, app/assets/stylesheets/globals/_base.scss */
.mb-2 {
  margin-bottom: 10px !important;
}

/* line 748, app/assets/stylesheets/globals/_base.scss */
.mb-3 {
  margin-bottom: 15px !important;
}

/* line 751, app/assets/stylesheets/globals/_base.scss */
.mb-4 {
  margin-bottom: 20px !important;
}

/* line 754, app/assets/stylesheets/globals/_base.scss */
.mb-5 {
  margin-bottom: 25px !important;
}

/* line 759, app/assets/stylesheets/globals/_base.scss */
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 763, app/assets/stylesheets/globals/_base.scss */
.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 767, app/assets/stylesheets/globals/_base.scss */
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 771, app/assets/stylesheets/globals/_base.scss */
.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 775, app/assets/stylesheets/globals/_base.scss */
.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 779, app/assets/stylesheets/globals/_base.scss */
.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/* line 785, app/assets/stylesheets/globals/_base.scss */
.mr-0 {
  margin-right: 0px !important;
}

/* line 788, app/assets/stylesheets/globals/_base.scss */
.mr-1 {
  margin-right: 5px !important;
}

/* line 791, app/assets/stylesheets/globals/_base.scss */
.mr-2 {
  margin-right: 10px !important;
}

/* line 794, app/assets/stylesheets/globals/_base.scss */
.mr-3 {
  margin-right: 15px !important;
}

/* line 797, app/assets/stylesheets/globals/_base.scss */
.margin-right-20, .mr-4 {
  margin-right: 20px !important;
}

/* line 800, app/assets/stylesheets/globals/_base.scss */
.mr-5 {
  margin-right: 25px !important;
}

/* line 805, app/assets/stylesheets/globals/_base.scss */
.ml-0 {
  margin-left: 0px !important;
}

/* line 808, app/assets/stylesheets/globals/_base.scss */
.ml-1 {
  margin-left: 5px !important;
}

/* line 811, app/assets/stylesheets/globals/_base.scss */
.ml-2 {
  margin-left: 10px !important;
}

/* line 814, app/assets/stylesheets/globals/_base.scss */
.ml-3 {
  margin-left: 15px !important;
}

/* line 817, app/assets/stylesheets/globals/_base.scss */
.ml-4 {
  margin-left: 20px !important;
}

/* line 820, app/assets/stylesheets/globals/_base.scss */
.ml-5 {
  margin-left: 25px !important;
}

/* line 825, app/assets/stylesheets/globals/_base.scss */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 829, app/assets/stylesheets/globals/_base.scss */
.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 833, app/assets/stylesheets/globals/_base.scss */
.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 837, app/assets/stylesheets/globals/_base.scss */
.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 841, app/assets/stylesheets/globals/_base.scss */
.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 845, app/assets/stylesheets/globals/_base.scss */
.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

/* line 850, app/assets/stylesheets/globals/_base.scss */
.h-100 {
  height: 100% !important;
}

/* line 854, app/assets/stylesheets/globals/_base.scss */
.clear-float {
  clear: both;
}

/* line 858, app/assets/stylesheets/globals/_base.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 862, app/assets/stylesheets/globals/_base.scss */
.trash-icon {
  color: #909090;
  opacity: 0.6;
}

/* line 867, app/assets/stylesheets/globals/_base.scss */
.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 871, app/assets/stylesheets/globals/_base.scss */
.cursor-default {
  cursor: default;
}

/* line 876, app/assets/stylesheets/globals/_base.scss */
.clear-addon-input-group .input-group-addon {
  border: 0px !important;
  background: #FFFFFF;
  color: #212121;
  border-radius: 5px !important;
}

/* line 882, app/assets/stylesheets/globals/_base.scss */
.clear-addon-input-group .form-control {
  border: 0px !important;
  box-shadow: none;
  padding: 0px;
  background: #FFFFFF !important;
  border-radius: 5px !important;
}

/* line 891, app/assets/stylesheets/globals/_base.scss */
.no-radius {
  border-radius: 0px;
}

/* line 895, app/assets/stylesheets/globals/_base.scss */
.card {
  border-radius: 4px;
}

/* line 899, app/assets/stylesheets/globals/_base.scss */
.divider {
  border-top: solid 0.25px #e7e7e7;
  margin: 15px 0px;
}

/* line 904, app/assets/stylesheets/globals/_base.scss */
a[disabled], .disabled-link {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  color: #909090;
  opacity: .8;
}

/* line 912, app/assets/stylesheets/globals/_base.scss */
.disabled-radio-label {
  cursor: not-allowed;
}

/* line 916, app/assets/stylesheets/globals/_base.scss */
.disabled-link.with-pointer {
  pointer-events: auto !important;
}

/* line 920, app/assets/stylesheets/globals/_base.scss */
.tables-overflow {
  overflow-x: auto;
  border: none !important;
}

/* line 925, app/assets/stylesheets/globals/_base.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 929, app/assets/stylesheets/globals/_base.scss */
.centered-column {
  display: flex;
  justify-content: center;
}

/* line 934, app/assets/stylesheets/globals/_base.scss */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 938, app/assets/stylesheets/globals/_base.scss */
.row-flex [class*="col-"] {
  margin-bottom: 20px;
}

/* line 943, app/assets/stylesheets/globals/_base.scss */
.dot {
  color: #D3D3D3;
}

/* line 946, app/assets/stylesheets/globals/_base.scss */
.dot::before {
  content: "\2022";
}

/* line 952, app/assets/stylesheets/globals/_base.scss */
.d-none {
  display: none !important;
}

/* line 956, app/assets/stylesheets/globals/_base.scss */
.d-inline {
  display: inline !important;
}

/* line 960, app/assets/stylesheets/globals/_base.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 964, app/assets/stylesheets/globals/_base.scss */
.d-block {
  display: block !important;
}

/* line 968, app/assets/stylesheets/globals/_base.scss */
.d-table {
  display: table !important;
}

/* line 972, app/assets/stylesheets/globals/_base.scss */
.d-table-row {
  display: table-row !important;
}

/* line 976, app/assets/stylesheets/globals/_base.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 980, app/assets/stylesheets/globals/_base.scss */
.d-flex {
  display: flex !important;
}

/* line 985, app/assets/stylesheets/globals/_base.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 992, app/assets/stylesheets/globals/_base.scss */
#footer {
  display: none;
}

/* line 995, app/assets/stylesheets/globals/_base.scss */
.temp-empty-separator {
  height: 100px;
  width: 100%;
  display: block;
}

/* line 1001, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-logo {
  margin-top: 22px;
  margin-bottom: 28px;
}

/* line 1005, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-logo-collapsed {
  margin: 18px 0 28px 13px;
  display: none;
}

/* line 1009, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info {
  display: flex;
}

/* line 1011, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info .dw-sidebar-user-initials-container {
  flex: 0 0 40px;
}

/* line 1013, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info .dw-sidebar-user-initials-container .dw-sidebar-user-initials {
  width: 40px;
  height: 40px;
  background-color: #0088e4;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1021, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info .dw-sidebar-user-initials-container .dw-sidebar-user-initials .dw-sidebar-user-initials-txt {
  font-size: 17px;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* line 1028, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info .dw-sidebar-user-txt {
  flex: 1;
  padding-left: 16px;
  display: block;
}

/* line 1032, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info .dw-sidebar-user-txt .dw-sidebar-user-txt-position {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #a7a7a6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
}

/* line 1043, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info .dw-sidebar-user-txt .dw-sidebar-user-txt-position a {
  color: #a7a7a6;
}

/* line 1047, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info .dw-sidebar-user-txt .dw-sidebar-user-txt-name {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
  -webkit-font-smoothing: auto;
}

/* line 1057, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-user-info .dw-sidebar-user-txt .dw-sidebar-user-txt-name a {
  color: #000000;
}

/* line 1063, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-btn,
.dw-sidebar-create-now-btn-collapsed {
  margin-top: 27px;
  padding: 11px 16px;
  font-size: 15px;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background-color: #1976D2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
}

/* line 1076, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-btn:hover,
.dw-sidebar-create-now-btn-collapsed:hover {
  -webkit-animation: pulse;
          animation: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/* line 1080, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-btn .dw-sidebar-create-now-btn-txt,
.dw-sidebar-create-now-btn-collapsed .dw-sidebar-create-now-btn-txt {
  padding-right: 8px;
  -webkit-font-smoothing: auto;
}

/* line 1084, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-btn .dw-sidebar-create-now-btn-icon-right,
.dw-sidebar-create-now-btn-collapsed .dw-sidebar-create-now-btn-icon-right {
  margin-top: 2px;
}

/* line 1088, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-btn-collapsed {
  display: none;
}

/* line 1091, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-group-separator {
  background: radial-gradient(50% 50% at 50% 50%, #432C2C 0%, rgba(80, 28, 28, 0) 100%);
  margin-left: -24px;
  margin-right: -24px;
  opacity: 0.24;
  width: 256px;
  height: 0.5px;
  margin-top: 25px;
  margin-bottom: 16.5px;
}

/* line 1101, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-group-separator-second {
  background: radial-gradient(50% 50% at 50% 50%, #432C2C 0%, rgba(80, 28, 28, 0) 100%);
  margin-left: -24px;
  margin-right: -24px;
  opacity: 0.24;
  width: 256px;
  height: 0.5px;
  margin-top: 16px;
  margin-bottom: 16.5px;
}

/* line 1112, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container a {
  text-decoration: none;
}

/* line 1115, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-title {
  color: #a7a7a6;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding-left: 20px;
}

/* line 1124, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-button {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  border-radius: 10px;
  transition: 200ms linear;
  position: relative;
}

/* line 1131, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-button:hover {
  background-color: #f4f4f4;
  -webkit-animation: pulse;
          animation: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/* line 1136, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-button .dw-sidebar-menu-group-button-icon {
  flex: 0 0 24px;
}

/* line 1138, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-button .dw-sidebar-menu-group-button-icon img {
  fill: #807F7E;
}

/* line 1142, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-button .dw-sidebar-menu-group-button-text {
  flex: 1;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  font-size: 15px;
  line-height: 20px;
  color: #5E5E5E;
  padding-left: 10px;
}

/* line 1152, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-button.active {
  background-color: #eaf2fa;
}

/* line 1154, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-button.active .dw-sidebar-menu-group-button-icon > svg {
  fill: #1976D2;
}

/* line 1157, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-container .dw-sidebar-menu-group-button.active .dw-sidebar-menu-group-button-text {
  color: #1976D2;
}

/* line 1163, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-collapse {
  width: 23px;
  height: 23px;
  border: 1px solid #e7e7e7;
  position: fixed;
  margin-left: 245px;
  margin-top: 158px;
  background-color: #ECECEC;
  z-index: 9;
  border-radius: 100px;
  cursor: pointer;
  transition: 300ms linear;
}

/* line 1175, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-collapse svg {
  margin-top: 6.5px;
  margin-left: 7.5px;
}

/* line 1180, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-collapse.collapsed-sidebar-icon {
  margin-left: 92px;
  transform: rotate(180deg);
}

/* line 1185, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-btn-icon-left, .dw-sidebar-create-now-btn-icon-right {
  transition: all .3s linear;
}

/* line 1188, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-btn-icon-left.down {
  transform: rotate(90deg);
}

/* line 1191, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-btn-icon-right.down {
  transform: rotate(180deg);
}

/* line 1195, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu {
  width: 100%;
  padding-left: 27px;
}

/* line 1198, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu .dw-sidebar-create-now-menu-top-separator {
  width: 100px;
  height: 16px;
  display: block;
}

/* line 1204, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1.5px solid #C6C6C6;
}

/* line 1209, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul a {
  text-decoration: none;
}

/* line 1212, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul li {
  display: flex;
  padding: 8px 0 8px 20px;
  align-items: center;
}

/* line 1216, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul li .dw-sidebar-create-now-menu-li-curve {
  position: absolute;
  margin-left: -21.5px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(6%) saturate(0%) hue-rotate(157deg) brightness(83%) contrast(97%);
}

/* line 1221, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul li .dw-sidebar-create-now-menu-li-icon {
  width: 16px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
}

/* line 1227, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul li .dw-sidebar-create-now-menu-li-text {
  font-size: 15px;
  color: #5E5E5E;
  -webkit-font-smoothing: auto;
}

/* line 1233, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul li:hover .dw-sidebar-create-now-menu-li-text {
  color: #1976D2;
  -webkit-animation: pulse;
          animation: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  transition: 200ms linear;
}

/* line 1239, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul li:hover .dw-sidebar-create-now-menu-li-icon > svg {
  -webkit-animation: pulse;
          animation: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  transition: 200ms linear;
  fill: #1976D2;
}

/* line 1247, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-ul .dw-sidebar-create-now-menu-li-spacing {
  width: 100%;
  height: 6px;
  padding: 0px;
}

/* line 1255, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar .dw-sidebar-user-info > .dw-sidebar-user-txt,
.collapsed-sidebar .dw-sidebar-create-now-btn,
.collapsed-sidebar .dw-sidebar-menu-group-container > .dw-sidebar-menu-group-title,
.collapsed-sidebar .dw-sidebar-menu-group-container > a > .dw-sidebar-menu-group-button > .dw-sidebar-menu-group-button-text,
.collapsed-sidebar .dw-sidebar-menu-logo,
.collapsed-sidebar #dw-create-now-menu,
.collapsed-sidebar .dw-sidebar-menu-group-button-cs-text {
  display: none;
}

/* line 1264, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar .dw-dark-menu-button {
  flex-direction: column;
}

/* line 1267, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar .dw-sidebar-menu-logo-collapsed {
  display: block;
}

/* line 1270, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar .dw-sidebar-create-now-btn-collapsed {
  display: flex;
}

/* line 1273, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar .dw-sidebar-group-separator,
.collapsed-sidebar .dw-sidebar-group-separator-second {
  width: 104px;
}

/* line 1277, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar .dw-sidebar-user-info > .dw-sidebar-user-initials-container > .dw-sidebar-user-initials {
  margin-left: 7px;
}

/* line 1280, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar #chat-notification-count {
  top: 12.5px;
  right: -10px;
}

/* line 1284, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar .dw-sf-navbar-fix {
  width: calc(100% - 106px) !important;
}

/* line 1287, app/assets/stylesheets/globals/_base.scss */
.collapsed-sidebar .easyguide-background > .easyguide > .row > .stacked-tabs > #parent-nav-stacked {
  padding-right: 10px;
}

/* line 1292, app/assets/stylesheets/globals/_base.scss */
.title-row.dw-law-firm-info-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 1299, app/assets/stylesheets/globals/_base.scss */
  .title-row.dw-law-firm-info-row {
    flex-direction: column;
  }
  /* line 1302, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-right {
    flex-basis: 42px !important;
    margin-top: 20px;
    margin-right: auto;
  }
  /* line 1307, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left {
    margin-right: auto;
  }
}

/* line 1311, app/assets/stylesheets/globals/_base.scss */
.dw-contact-details-create-new-button-container {
  margin-left: 46px;
}

/* line 1315, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container {
  display: flex;
  align-items: center;
}

/* line 1318, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-left {
  font-family: "Source Sans Pro", sans-serif;
  margin-left: 15px;
}

/* line 1321, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-left .dw-contact-details-name-section {
  display: flex;
  align-items: center;
}

/* line 1325, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-left .dw-contact-details-badge {
  display: flex;
  height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 7px;
  padding: 5px 16px;
  color: #000000;
  background-color: #F3F5F9;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  align-items: center;
}

/* line 1339, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-left .dw-contact-details-type {
  font-weight: 600;
  margin-left: 3px;
}

/* line 1344, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-right {
  font-family: "Source Sans Pro", sans-serif;
  margin-left: 46px;
  position: relative;
}

/* line 1348, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-right::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  left: -24px;
  width: 1px;
  background-color: #E7E7E7;
  height: 20px;
}

/* line 1358, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-right .dw-contact-details-anumber-label {
  font-size: 14px;
  color: #5E5E5E;
  letter-spacing: 0.3px;
}

/* line 1363, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-right .dw-contact-details-anumber {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

/* line 1370, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-right.no-left-line {
  margin-left: 0;
}

/* line 1372, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-contact-details-name-right.no-left-line::before {
  content: initial;
}

/* line 1376, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-law-firm-info-h4 {
  -webkit-font-smoothing: antialiased;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 0px;
}

/* line 1386, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-left .dw-law-firm-info-h4 span {
  background: linear-gradient(120deg, rgba(25, 118, 210, 0.15) 0%, rgba(25, 118, 210, 0.15) 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
}

/* line 1394, app/assets/stylesheets/globals/_base.scss */
.dw-law-firm-info-column-right {
  flex-basis: 207px;
}

/* line 1399, app/assets/stylesheets/globals/_base.scss */
#dw-sidebar-create-now-menu-collapsed {
  display: none;
}

/* line 1403, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-collapsed-ul {
  list-style: none;
  padding: 0;
  margin-bottom: 3px;
}

/* line 1407, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-collapsed-ul a {
  text-decoration: none;
}

/* line 1410, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-collapsed-ul .dw-sidebar-create-now-menu-collapsed-li {
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #807F7E;
  padding: 3px 5px;
}

/* line 1415, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-create-now-menu-collapsed-ul .dw-sidebar-create-now-menu-collapsed-li:hover {
  color: #1976D2;
}

/* line 1421, app/assets/stylesheets/globals/_base.scss */
.dw-sf-navbar-fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 256px) !important;
}

/* line 1426, app/assets/stylesheets/globals/_base.scss */
.dw-sf-navbar-fix .dw-sf-topbar-left-container {
  margin-right: auto;
  max-width: 150px;
}

/* line 1429, app/assets/stylesheets/globals/_base.scss */
.dw-sf-navbar-fix .dw-sf-topbar-left-container div > p {
  margin-bottom: 0px;
}

/* line 1433, app/assets/stylesheets/globals/_base.scss */
.dw-sf-navbar-fix .dw-sf-topbar-right-container {
  margin-left: auto;
  padding-right: 20px;
  min-width: 153px;
}

/* line 1440, app/assets/stylesheets/globals/_base.scss */
#parent-nav-stacked {
  padding-right: 42px;
}

@media screen and (max-width: 1150px) {
  /* line 1445, app/assets/stylesheets/globals/_base.scss */
  #activity-feed {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  /* line 1450, app/assets/stylesheets/globals/_base.scss */
  #time-tracker-app {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  /* line 1455, app/assets/stylesheets/globals/_base.scss */
  #new-features-dropdown {
    display: none !important;
  }
  /* line 1458, app/assets/stylesheets/globals/_base.scss */
  #firmwide-search-container {
    width: 230px !important;
  }
}

/* line 1462, app/assets/stylesheets/globals/_base.scss */
#activity-feed > a {
  padding-top: 16px;
}

/* line 1465, app/assets/stylesheets/globals/_base.scss */
#activity-feed.open a {
  background-color: transparent;
  border: none;
  color: #1976D2;
}

/* line 1469, app/assets/stylesheets/globals/_base.scss */
#activity-feed.open a span > svg {
  fill: #1976D2;
}

/* line 1473, app/assets/stylesheets/globals/_base.scss */
#activity-feed-dropdown {
  font-size: 15px;
  color: #5E5E5E;
  border: none;
  -webkit-font-smoothing: auto;
}

/* line 1478, app/assets/stylesheets/globals/_base.scss */
#activity-feed-dropdown span {
  vertical-align: 2px;
  margin-left: 6px;
}

@media screen and (max-width: 1199px) {
  /* line 1485, app/assets/stylesheets/globals/_base.scss */
  #list_snapshots_column {
    width: 100% !important;
  }
}

/* line 1490, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-button-coming-soon {
  cursor: not-allowed;
}

/* line 1492, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-button-coming-soon .dw-sidebar-menu-group-button-cs-text {
  font-size: 13px;
  border: 1px solid #673AB7;
  color: #673AB7;
  position: absolute;
  right: 0;
  padding: 2px 4px;
  border-radius: 5px;
  opacity: 0;
  transition: 400ms linear;
}

/* line 1504, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-button-coming-soon .dw-sidebar-menu-group-button:hover {
  background-color: transparent;
}

/* line 1508, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-button-coming-soon .dw-sidebar-menu-group-button-icon {
  opacity: 0.5;
}

/* line 1511, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-button-coming-soon .dw-sidebar-menu-group-button-text {
  opacity: 0.5;
}

/* line 1515, app/assets/stylesheets/globals/_base.scss */
.dw-sidebar-menu-group-button-coming-soon:hover .dw-sidebar-menu-group-button-cs-text {
  opacity: 0.5;
  transition: 400ms linear;
}

/* line 1522, app/assets/stylesheets/globals/_base.scss */
.dw-sf-topbar-right-container-form-assembly {
  margin-left: auto;
  padding-right: 20px;
}

/* line 1526, app/assets/stylesheets/globals/_base.scss */
.dw-top-separator-assembly-sf {
  width: 100%;
  display: block;
  height: 60px;
  background-color: transparent;
}

/* line 1533, app/assets/stylesheets/globals/_base.scss */
.dw-theme-hide-menu-item {
  display: none;
}

/* line 1537, app/assets/stylesheets/globals/_base.scss */
.dw-dark-menu-toggle-switch-container {
  margin-top: 5px;
  pointer-events: none;
}

/* line 1541, app/assets/stylesheets/globals/_base.scss */
#logo-expanded-dark, #logo-collapsed-dark {
  display: none;
}

/* line 1545, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on {
  background-color: #0E0F10 !important;
  transition: none !important;
}

/* line 1548, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on #logo-expanded-light, #sidebar.dark-mode-on #logo-collapsed-light {
  display: none;
}

/* line 1551, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on #logo-expanded-dark {
  display: block;
}

/* line 1555, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on.collapsed-sidebar #logo-collapsed-dark {
  display: inline-block;
}

/* line 1560, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-menu-group-container .dw-sidebar-menu-group-title {
  color: #a7a7a6;
}

/* line 1564, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-menu-group-container .dw-sidebar-menu-group-button:hover {
  background-color: #202122;
}

/* line 1568, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-menu-group-container .dw-sidebar-menu-group-button .dw-sidebar-menu-group-button-icon svg {
  fill: #b6b6b7;
}

/* line 1572, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-menu-group-container .dw-sidebar-menu-group-button .dw-sidebar-menu-group-button-text {
  color: #b6b6b7;
}

/* line 1576, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-menu-group-container .dw-sidebar-menu-group-button.active {
  background-color: rgba(25, 118, 210, 0.2);
}

/* line 1578, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-menu-group-container .dw-sidebar-menu-group-button.active .dw-sidebar-menu-group-button-icon > svg {
  fill: #1976D2;
}

/* line 1581, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-menu-group-container .dw-sidebar-menu-group-button.active .dw-sidebar-menu-group-button-text {
  color: #1976D2;
}

/* line 1588, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-user-info .dw-sidebar-user-txt .dw-sidebar-user-txt-position {
  color: #6e6f70;
}

/* line 1590, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-user-info .dw-sidebar-user-txt .dw-sidebar-user-txt-position a {
  color: #6e6f70;
}

/* line 1594, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-user-info .dw-sidebar-user-txt .dw-sidebar-user-txt-name {
  color: #b7b7b8;
}

/* line 1596, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-user-info .dw-sidebar-user-txt .dw-sidebar-user-txt-name a {
  color: #b7b7b8;
}

/* line 1602, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-create-now-menu-ul {
  border-left: 1.5px solid #b6b6b7;
}

/* line 1605, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-create-now-menu-ul li .dw-sidebar-create-now-menu-li-curve {
  filter: brightness(0) saturate(100%) invert(93%) sepia(6%) saturate(0%) hue-rotate(157deg) brightness(83%) contrast(97%);
}

/* line 1608, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-create-now-menu-ul li .dw-sidebar-create-now-menu-li-icon > svg {
  fill: #b6b6b7;
}

/* line 1611, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-create-now-menu-ul li .dw-sidebar-create-now-menu-li-text {
  color: #b6b6b7;
}

/* line 1615, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-create-now-menu-ul li:hover .dw-sidebar-create-now-menu-li-text {
  color: #1976D2;
}

/* line 1618, app/assets/stylesheets/globals/_base.scss */
#sidebar.dark-mode-on .dw-sidebar-create-now-menu-ul li:hover .dw-sidebar-create-now-menu-li-icon > svg {
  fill: #1976D2;
}

/* line 1625, app/assets/stylesheets/globals/_base.scss */
#sidebar-collapse-button.dark-mode-on {
  background-color: #2a2b2b !important;
  border: 1px solid #666666;
  width: 23px;
  height: 23px;
}

/* line 1630, app/assets/stylesheets/globals/_base.scss */
#sidebar-collapse-button.dark-mode-on svg {
  fill: #a1a2a2;
}

/* line 1634, app/assets/stylesheets/globals/_base.scss */
.dw-create-now-popover-dark {
  background-color: #151618;
  border: 1px solid #28262E;
}

/* line 1637, app/assets/stylesheets/globals/_base.scss */
.dw-create-now-popover-dark .arrow {
  border-right-color: #333138 !important;
}

/* line 1639, app/assets/stylesheets/globals/_base.scss */
.dw-create-now-popover-dark .arrow::after {
  border-right-color: #151618 !important;
}

/* line 1645, app/assets/stylesheets/globals/_base.scss */
.dw-alert {
  padding: 12px;
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 1651, app/assets/stylesheets/globals/_base.scss */
.dw-alert-info {
  background-color: #E8F1FA;
}

/* line 1654, app/assets/stylesheets/globals/_base.scss */
.dw-alert-info i {
  color: #1976D2;
}

/* line 1657, app/assets/stylesheets/globals/_base.scss */
.dw-alert-info span {
  color: #44505D;
  font-size: 17px;
  font-weight: 400;
}

/* line 1664, app/assets/stylesheets/globals/_base.scss */
.dw-topbar-notification-dismiss-btn {
  position: absolute;
  top: 22px;
  right: 40px;
}

/* line 1668, app/assets/stylesheets/globals/_base.scss */
.dw-topbar-notification-dismiss-btn a {
  font-size: 13px !important;
  padding: 0px !important;
  color: #909090 !important;
}

/* line 1672, app/assets/stylesheets/globals/_base.scss */
.dw-topbar-notification-dismiss-btn a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}

/* line 1678, app/assets/stylesheets/globals/_base.scss */
.dw-notifications-dismiss-all {
  padding-top: 4px;
  font-size: 13px !important;
}

/* line 1683, app/assets/stylesheets/globals/_base.scss */
.playfair-display-font {
  font-family: "Playfair Display", serif !important;
}

/* line 1687, app/assets/stylesheets/globals/_base.scss */
.source-sans-pro-font {
  font-family: "Source Sans Pro", sans-serif !important;
}

/* line 1691, app/assets/stylesheets/globals/_base.scss */
.dw-capitalized-text {
  text-transform: capitalize;
}

/* line 1695, app/assets/stylesheets/globals/_base.scss */
.dw-centered-text {
  text-align: center;
}

/* line 1699, app/assets/stylesheets/globals/_base.scss */
#dw-mobile-menu-control {
  width: 60px;
  height: 60px;
  position: fixed;
  background-color: #1976D2;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100px;
  z-index: 110;
  right: 30px;
  bottom: 30px;
  display: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}

/* line 1716, app/assets/stylesheets/globals/_base.scss */
.dw-mobile-menu-control-icon {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 29px;
  height: 20px;
  margin-top: 20px;
  margin-left: 14px;
}

/* line 1727, app/assets/stylesheets/globals/_base.scss */
.dw-mobile-menu-control-icon-bar {
  width: 29px;
  height: 2px;
  background-color: #FFFFFF;
  transition: 0.4s;
}

/* line 1734, app/assets/stylesheets/globals/_base.scss */
#dw-mobile-menu-control-check {
  display: none;
}

/* line 1737, app/assets/stylesheets/globals/_base.scss */
#dw-mobile-menu-control-check:checked + .dw-mobile-menu-control-icon .dw-mobile-menu-control-icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 7px);
}

/* line 1740, app/assets/stylesheets/globals/_base.scss */
#dw-mobile-menu-control-check:checked + .dw-mobile-menu-control-icon .dw-mobile-menu-control-icon-bar:nth-child(2) {
  opacity: 0;
}

/* line 1743, app/assets/stylesheets/globals/_base.scss */
#dw-mobile-menu-control-check:checked + .dw-mobile-menu-control-icon .dw-mobile-menu-control-icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -7px);
}

/* line 1747, app/assets/stylesheets/globals/_base.scss */
.dw-mobile-topbar-conatiner {
  display: none;
}

/* line 1751, app/assets/stylesheets/globals/_base.scss */
.dw-contacts-nav-pills-mobile-container,
.dw-contacts-nav-pills-mobile {
  display: none;
}

/* line 1756, app/assets/stylesheets/globals/_base.scss */
.dw-contact-details-more-options {
  width: 170px !important;
}

@media screen and (max-width: 767px) {
  /* line 1760, app/assets/stylesheets/globals/_base.scss */
  .dw-hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  /* line 1766, app/assets/stylesheets/globals/_base.scss */
  .dw-show-on-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 1774, app/assets/stylesheets/globals/_base.scss */
  #main.expanded-sidebar,
#main.collapsed-sidebar {
    margin-left: 0px !important;
  }
  /* line 1778, app/assets/stylesheets/globals/_base.scss */
  #sidebar {
    z-index: 101 !important;
    display: none;
  }
  /* line 1782, app/assets/stylesheets/globals/_base.scss */
  .dw-sidebar-collapse {
    display: none;
  }
  /* line 1785, app/assets/stylesheets/globals/_base.scss */
  #dw-main-top-navbar {
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 1790, app/assets/stylesheets/globals/_base.scss */
  .snapshots-container {
    padding-right: 15px;
    padding-left: 15px !important;
  }
  /* line 1794, app/assets/stylesheets/globals/_base.scss */
  .title-row.dw-law-firm-info-row {
    padding: 16px 0px 12px 0px !important;
  }
  /* line 1798, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left .dw-law-firm-info-h4 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1802, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left a {
    display: none;
  }
  /* line 1806, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-right {
    display: none;
  }
  /* line 1809, app/assets/stylesheets/globals/_base.scss */
  .n-m-edit-dashboard {
    text-align: left !important;
    right: auto !important;
    margin-right: 0px !important;
    margin-top: -3px !important;
  }
  /* line 1815, app/assets/stylesheets/globals/_base.scss */
  .attorney-dashboard-tab-content {
    margin: 0px 15px !important;
  }
  /* line 1818, app/assets/stylesheets/globals/_base.scss */
  #firm-feed-snapshot {
    height: auto !important;
    overflow-y: hidden !important;
  }
  /* line 1822, app/assets/stylesheets/globals/_base.scss */
  .dw-dashboard-firm-feed-white-fade-overlay {
    display: none;
  }
  /* line 1825, app/assets/stylesheets/globals/_base.scss */
  .attorney-dashboard-tab-content .body-row {
    padding-bottom: 40px !important;
  }
  /* line 1828, app/assets/stylesheets/globals/_base.scss */
  #dw-mobile-menu-control {
    display: block;
  }
  /* line 1831, app/assets/stylesheets/globals/_base.scss */
  #sidebar.dw-show-mobile-menu {
    display: block;
    -webkit-animation: slideInLeft;
            animation: slideInLeft;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
  /* line 1836, app/assets/stylesheets/globals/_base.scss */
  .snapshots-container {
    margin-top: 22px;
  }
  /* line 1839, app/assets/stylesheets/globals/_base.scss */
  #dw-main-top-navbar {
    padding: 0px 28px 0 8px !important;
  }
  /* line 1842, app/assets/stylesheets/globals/_base.scss */
  nav > .container-fluid .navbar-header {
    width: 24px;
  }
  /* line 1845, app/assets/stylesheets/globals/_base.scss */
  .dw-mobile-topbar-conatiner {
    display: flex !important;
    align-items: center;
  }
  /* line 1848, app/assets/stylesheets/globals/_base.scss */
  .dw-mobile-topbar-conatiner .topbar-mobile-toggle {
    margin-top: 14px;
  }
  /* line 1851, app/assets/stylesheets/globals/_base.scss */
  .dw-mobile-topbar-conatiner .dw-mobile-topbar-left {
    flex-grow: 1;
  }
  /* line 1854, app/assets/stylesheets/globals/_base.scss */
  .dw-mobile-topbar-conatiner .dw-mobile-topbar-right {
    width: 50px;
    text-align: right;
  }
  /* line 1859, app/assets/stylesheets/globals/_base.scss */
  .topbar-mobile-toggle {
    padding: 0px;
    background-color: transparent;
    border: none;
  }
  /* line 1864, app/assets/stylesheets/globals/_base.scss */
  .dw-table-filters-btn-group {
    margin-bottom: 10px;
  }
  /* line 1867, app/assets/stylesheets/globals/_base.scss */
  .dw-table-filters-right-side {
    padding-top: 4px !important;
  }
  /* line 1870, app/assets/stylesheets/globals/_base.scss */
  #bottom-paginator-container {
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
  /* line 1873, app/assets/stylesheets/globals/_base.scss */
  #bottom-paginator-container .per-page-selector {
    margin-top: 14px;
  }
  /* line 1876, app/assets/stylesheets/globals/_base.scss */
  #bottom-paginator-container .dw-table-paginator-pages > nav {
    margin-left: 0px !important;
  }
  /* line 1882, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left .dw-contact-details-name-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  /* line 1886, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-right {
    margin-left: 0px;
  }
  /* line 1888, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-right::before {
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
  }
  /* line 1895, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-left {
    margin-left: 0;
  }
  /* line 1897, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-left .dw-contact-details-name-section {
    flex-direction: column;
    align-items: start;
  }
  /* line 1900, app/assets/stylesheets/globals/_base.scss */
  .dw-law-firm-info-column-left .dw-contact-details-name-container .dw-contact-details-name-left .dw-contact-details-name-section .dw-contact-details-badge {
    margin-left: 0;
  }
  /* line 1908, app/assets/stylesheets/globals/_base.scss */
  #firmwide-search-container {
    width: 100% !important;
    padding-right: 24px;
  }
  /* line 1914, app/assets/stylesheets/globals/_base.scss */
  #intercom-container {
    display: none !important;
  }
  /* line 1917, app/assets/stylesheets/globals/_base.scss */
  .intercom-lightweight-app {
    display: none !important;
  }
  /* line 1920, app/assets/stylesheets/globals/_base.scss */
  html.intercom-mobile-messenger-active,
html.intercom-mobile-messenger-active > body {
    position: initial !important;
    transform: initial !important;
  }
  /* line 1925, app/assets/stylesheets/globals/_base.scss */
  html.intercom-mobile-messenger-active,
html.intercom-mobile-messenger-active > body,
html.intercom-modal-open,
#intercom-container-body {
    overflow: initial !important;
  }
  /* line 1931, app/assets/stylesheets/globals/_base.scss */
  .dw-topbar-custom-intercom-launcher-btn {
    display: none !important;
  }
  /* line 1934, app/assets/stylesheets/globals/_base.scss */
  #dw-contacts-matters-details-nav {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 50px;
    padding-left: 15px;
  }
  /* line 1940, app/assets/stylesheets/globals/_base.scss */
  #dw-contacts-matters-details-nav li {
    display: inline-block;
    float: none !important;
    margin-left: 0px;
  }
  /* line 1944, app/assets/stylesheets/globals/_base.scss */
  #dw-contacts-matters-details-nav li a {
    padding: 14px 12px;
    font-size: 15px;
  }
  /* line 1950, app/assets/stylesheets/globals/_base.scss */
  .dw-matters-details-breadcrumb-container {
    padding: 15px 15px 0px 15px;
  }
  /* line 1952, app/assets/stylesheets/globals/_base.scss */
  .dw-matters-details-breadcrumb-container .breadcrumb {
    padding-left: 16px;
    border-radius: 10px;
  }
  /* line 1957, app/assets/stylesheets/globals/_base.scss */
  .matter-summary {
    padding: 15px 15px 10px 26px !important;
  }
  /* line 1960, app/assets/stylesheets/globals/_base.scss */
  #case-status-tracking > .progress {
    height: auto;
    margin-bottom: 30px;
  }
  /* line 1963, app/assets/stylesheets/globals/_base.scss */
  #case-status-tracking > .progress a {
    text-decoration: none;
  }
  /* line 1965, app/assets/stylesheets/globals/_base.scss */
  #case-status-tracking > .progress a div > .progress-bar {
    float: none;
    width: 100% !important;
    padding: 2px 0px;
  }
  /* line 1969, app/assets/stylesheets/globals/_base.scss */
  #case-status-tracking > .progress a div > .progress-bar.progress-bar-success {
    border-right: none;
  }
  /* line 1972, app/assets/stylesheets/globals/_base.scss */
  #case-status-tracking > .progress a div > .progress-bar.progress-bar-incomplete {
    box-shadow: none;
    border-bottom: 1px solid #E7E7E7;
  }
  /* line 1979, app/assets/stylesheets/globals/_base.scss */
  .tasks-container {
    padding: 0px !important;
  }
  /* line 1982, app/assets/stylesheets/globals/_base.scss */
  .dw-casetracking-uscis-text {
    float: left !important;
  }
  /* line 1985, app/assets/stylesheets/globals/_base.scss */
  .tasks-container > .task-list-container > .pull-right {
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  /* line 1991, app/assets/stylesheets/globals/_base.scss */
  .tasks-container > .task-input {
    height: 45px !important;
  }
  /* line 1995, app/assets/stylesheets/globals/_base.scss */
  .notes-container > div > div > div > .dw-table-filters-left-side > .dw-table-filters-btn-group a, .notes-container > div > div > div > .dw-table-filters-left-side > .dw-table-filters-btn-group button {
    margin-bottom: 12px;
  }
  /* line 1999, app/assets/stylesheets/globals/_base.scss */
  .dw-table-filters-container > .dw-table-filters-right-side-docs > .pull-right {
    margin-right: 0px !important;
  }
  /* line 2002, app/assets/stylesheets/globals/_base.scss */
  .dw-table-filters-right-side-docs {
    padding-top: 4px !important;
  }
  /* line 2005, app/assets/stylesheets/globals/_base.scss */
  #messages-page > .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 42px;
  }
  /* line 2010, app/assets/stylesheets/globals/_base.scss */
  #messages-page > .nav-tabs li {
    display: inline-block;
    float: none;
  }
  /* line 2014, app/assets/stylesheets/globals/_base.scss */
  #messages-page > .nav-tabs .dw-horizontal-tab-separator {
    display: inline-block;
    float: none;
    margin-top: 0px;
    vertical-align: -5px;
  }
  /* line 2021, app/assets/stylesheets/globals/_base.scss */
  #emails-tab-pane > table > thead > tr > th > .dw-table-filters-container > .dw-table-filters-left-side {
    margin-bottom: 10px;
  }
  /* line 2025, app/assets/stylesheets/globals/_base.scss */
  #calendar > .fc-toolbar > .fc-right .fc-listViewTenYear-button, #calendar > .fc-toolbar > .fc-right .fc-upcoming-button {
    display: none;
  }
  /* line 2029, app/assets/stylesheets/globals/_base.scss */
  #client-summary-tablist {
    display: none;
  }
  /* line 2032, app/assets/stylesheets/globals/_base.scss */
  .dw-contacts-nav-pills-mobile-container {
    display: block;
    position: relative;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  /* line 2037, app/assets/stylesheets/globals/_base.scss */
  .dw-contacts-nav-pills-mobile-container .dw-contacts-nav-pills-mobile {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    height: 35px;
    padding-left: 16px;
    padding-right: 32px;
    border-radius: none;
    border: 1px solid #e1e1e1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #44505D;
    cursor: pointer;
  }
  /* line 2053, app/assets/stylesheets/globals/_base.scss */
  .dw-contacts-nav-pills-mobile-container .dw-contacts-nav-pills-mobile-caret::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E");
    width: 11px;
    height: 7px;
    position: absolute;
    right: 27px;
    top: 16px;
    pointer-events: none;
  }
  /* line 2063, app/assets/stylesheets/globals/_base.scss */
  #contact-attribute-searchbar {
    width: 100% !important;
  }
  /* line 2066, app/assets/stylesheets/globals/_base.scss */
  #contacts-app > .categorized_attributes > .row > .col-sm-10 {
    padding: 0 15px !important;
  }
  /* line 2068, app/assets/stylesheets/globals/_base.scss */
  #contacts-app > .categorized_attributes > .row > .col-sm-10 .client-summary {
    padding: 16px 16px 0px 30px;
  }
  /* line 2072, app/assets/stylesheets/globals/_base.scss */
  #contact-info > .row > .contact-attribute-container {
    min-height: auto !important;
    padding-bottom: 20px;
  }
}

/* line 2078, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-manual-sub-container-st {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin: 0 !important;
  padding: 18px 24px 12px 24px;
}

/* line 2085, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-manual-sub-container-st .form-check {
  top: auto;
}

/* line 2089, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-manual-sub-container-nd {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin: 0 !important;
  padding: 0 0 12px 24px;
}

/* line 2095, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-manual-sub-container-nd .form-check {
  top: auto;
}

/* line 2099, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-manual-sub-container-rd {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin: 0 !important;
  padding: 0 24px 12px 24px !important;
}

/* line 2106, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-manual-sub-container-last {
  border-bottom: 1px solid #e1e1e1;
  height: 1px;
  margin: 0 !important;
}

/* line 2112, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-auto-sub-container-st {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin: -40px 0 0 0 !important;
  padding: 0 0 0 24px;
}

/* line 2119, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-auto-sub-container-nd {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 24px 12px 24px !important;
}

/* line 2127, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-modal-toggle-switch-container {
  margin-top: 20px;
  margin-bottom: 22px;
}

/* line 2130, app/assets/stylesheets/globals/_base.scss */
.dw-payplan-modal-toggle-switch-container label {
  color: #44505D;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 2140, app/assets/stylesheets/globals/_base.scss */
#dw-lp-disabled-switch {
  width: 195px;
  opacity: 0.5;
  cursor: not-allowed !important;
}

/* line 2144, app/assets/stylesheets/globals/_base.scss */
#dw-lp-disabled-switch .toggle-switch-label {
  cursor: not-allowed !important;
}

/* line 2150, app/assets/stylesheets/globals/_base.scss */
.dw-contact-details-labels-fix > .client-summary .contact-attribute-container > .small-font.light-font {
  font-size: 15px !important;
  color: #5E5E5E !important;
  text-decoration: underline;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* line 2157, app/assets/stylesheets/globals/_base.scss */
.dw-contact-details-labels-fix > .client-summary .glyphicon.glyphicon-pencil {
  margin-top: 1px;
}

/* line 2163, app/assets/stylesheets/globals/_base.scss */
.matter-summary.dw-matter-details-labels-fix .small-font.light-font {
  font-size: 15px !important;
  color: #5E5E5E !important;
  text-decoration: underline;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* line 2172, app/assets/stylesheets/globals/_base.scss */
.dw-matter-details-title-left {
  display: flex;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 2176, app/assets/stylesheets/globals/_base.scss */
.dw-matter-details-title-left .dw-matter-details-badge {
  display: flex;
  height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 7px;
  padding: 5px 16px;
  color: #000000;
  background-color: #F3F5F9;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  align-items: center;
}

/* line 2189, app/assets/stylesheets/globals/_base.scss */
.dw-matter-details-title-left .dw-matter-details-badge span {
  font-weight: 600;
  margin-left: 3px;
}

/* line 2196, app/assets/stylesheets/globals/_base.scss */
.dw-archived-page-title {
  color: #828282 !important;
}

/* line 2200, app/assets/stylesheets/globals/_base.scss */
.dw-sadmin-subscriber-table {
  width: 100%;
}

/* line 2203, app/assets/stylesheets/globals/_base.scss */
.dw-sadmin-subscriber-table tbody > tr td {
  vertical-align: top;
  padding: 10px 10px 10px 10px;
}

/* line 2207, app/assets/stylesheets/globals/_base.scss */
.dw-sadmin-subscriber-table tbody > tr td:first-child {
  padding-left: 25px;
  width: 400px;
}

/* line 2211, app/assets/stylesheets/globals/_base.scss */
.dw-sadmin-subscriber-table tbody > tr td:last-child {
  text-align: right;
  padding-right: 25px;
  width: 350px;
}

/* line 2216, app/assets/stylesheets/globals/_base.scss */
.dw-sadmin-subscriber-table tbody > tr td:nth-child(2),
.dw-sadmin-subscriber-table tbody > tr td:nth-child(5),
.dw-sadmin-subscriber-table tbody > tr td:nth-child(6) {
  width: 140px;
}

/* line 2221, app/assets/stylesheets/globals/_base.scss */
.dw-sadmin-subscriber-table tbody > tr td:nth-child(7) {
  min-width: 330px;
}

/* line 2224, app/assets/stylesheets/globals/_base.scss */
.dw-sadmin-subscriber-table tbody > tr td:nth-child(3),
.dw-sadmin-subscriber-table tbody > tr td:nth-child(4) {
  width: 100px;
}

/* line 2231, app/assets/stylesheets/globals/_base.scss */
#calendar {
  -webkit-font-smoothing: antialiased;
}

/* line 2233, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-view-container {
  border: 1px solid #e7e7e7;
  border-radius: 15px;
}

/* line 2236, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-view-container .fc-view {
  margin: -1px;
}

/* line 2243, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-dayGridMonth-view .fc-day-header,
#calendar .fc-timeGridWeek-view .fc-day-header,
#calendar .fc-timeGridDay-view .fc-day-header {
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
}

/* line 2248, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-dayGridMonth-view .fc-mon,
#calendar .fc-dayGridMonth-view .fc-tue,
#calendar .fc-dayGridMonth-view .fc-wed,
#calendar .fc-dayGridMonth-view .fc-thu,
#calendar .fc-dayGridMonth-view .fc-fri,
#calendar .fc-dayGridMonth-view .fc-sat,
#calendar .fc-timeGridWeek-view .fc-mon,
#calendar .fc-timeGridWeek-view .fc-tue,
#calendar .fc-timeGridWeek-view .fc-wed,
#calendar .fc-timeGridWeek-view .fc-thu,
#calendar .fc-timeGridWeek-view .fc-fri,
#calendar .fc-timeGridWeek-view .fc-sat,
#calendar .fc-timeGridDay-view .fc-mon,
#calendar .fc-timeGridDay-view .fc-tue,
#calendar .fc-timeGridDay-view .fc-wed,
#calendar .fc-timeGridDay-view .fc-thu,
#calendar .fc-timeGridDay-view .fc-fri,
#calendar .fc-timeGridDay-view .fc-sat {
  color: #000000;
}

/* line 2256, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-dayGridMonth-view .fc-sun,
#calendar .fc-timeGridWeek-view .fc-sun,
#calendar .fc-timeGridDay-view .fc-sun {
  color: #D31631;
}

/* line 2259, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-dayGridMonth-view .fc-other-month,
#calendar .fc-timeGridWeek-view .fc-other-month,
#calendar .fc-timeGridDay-view .fc-other-month {
  color: #9B9B9B;
}

/* line 2262, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-dayGridMonth-view .fc-day-number,
#calendar .fc-timeGridWeek-view .fc-day-number,
#calendar .fc-timeGridDay-view .fc-day-number {
  font-size: 17px;
}

/* line 2265, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-dayGridMonth-view .fc-day-top,
#calendar .fc-timeGridWeek-view .fc-day-top,
#calendar .fc-timeGridDay-view .fc-day-top {
  text-align: right;
  padding: 8px 8px 0px 0px;
}

/* line 2269, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-dayGridMonth-view .fc-today,
#calendar .fc-timeGridWeek-view .fc-today,
#calendar .fc-timeGridDay-view .fc-today {
  background-color: #EAF4FF;
}

/* line 2272, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-dayGridMonth-view .fc-axis > span,
#calendar .fc-timeGridWeek-view .fc-axis > span,
#calendar .fc-timeGridDay-view .fc-axis > span {
  color: #000000;
}

/* line 2278, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-listCustomYear-view .fc-widget-header,
#calendar .fc-upcoming-view .fc-widget-header {
  color: #000000;
  background-color: #F0F5FB;
}

/* line 2282, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-listCustomYear-view .fc-list-item-time,
#calendar .fc-listCustomYear-view .fc-list-item-title,
#calendar .fc-upcoming-view .fc-list-item-time,
#calendar .fc-upcoming-view .fc-list-item-title {
  color: #000000;
}

/* line 2286, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-listCustomYear-view .fc-list-item-marker,
#calendar .fc-upcoming-view .fc-list-item-marker {
  vertical-align: middle;
}

/* line 2290, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-upcoming-button,
#calendar .fc-today-button {
  font-family: "Source Sans Pro", sans-serif;
  padding: 6.5px 24px;
  background-color: #FFFFFF;
  color: #1976D2;
  border: 1px solid #1976D2;
  box-shadow: none !important;
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

/* line 2303, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-upcoming-button:hover,
#calendar .fc-today-button:hover {
  background-color: #F8FBFD;
}

/* line 2307, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-upcoming-button {
  margin-left: 8px !important;
}

/* line 2309, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-upcoming-button.fc-button-active {
  background-color: #E8F2FB !important;
}

/* line 2313, app/assets/stylesheets/globals/_base.scss */
#calendar .fc-today-button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed;
  border-color: #000000;
  color: #000000;
}

/* line 2320, app/assets/stylesheets/globals/_base.scss */
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #e7e7e7;
}

/* line 2332, app/assets/stylesheets/globals/_base.scss */
.fc-center {
  display: flex;
  align-items: center;
}

/* line 2335, app/assets/stylesheets/globals/_base.scss */
.fc-center h2 {
  margin-left: 16px !important;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
}

/* line 2344, app/assets/stylesheets/globals/_base.scss */
.fc-center .fc-prev-button,
.fc-center .fc-next-button {
  background-color: #FFFFFF !important;
  color: #1976D2 !important;
  border: 1px solid #1976D2 !important;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 6px 8px;
}

/* line 2352, app/assets/stylesheets/globals/_base.scss */
.fc-center .fc-prev-button:hover,
.fc-center .fc-next-button:hover {
  background-color: #F8FBFD !important;
}

/* line 2356, app/assets/stylesheets/globals/_base.scss */
.fc-center .fc-next-button {
  margin-left: 16px !important;
}

/* line 2361, app/assets/stylesheets/globals/_base.scss */
.fc-right .fc-button-primary {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  border-color: #1976D2 !important;
  background-color: #FFFFFF !important;
  color: #828282 !important;
  border-radius: 10px;
  padding: 5.25px 16px;
  text-transform: capitalize;
  box-shadow: none !important;
}

/* line 2371, app/assets/stylesheets/globals/_base.scss */
.fc-right .fc-button-primary.fc-button-active {
  background-color: #E8F2FB !important;
  color: #1976D2 !important;
  border-color: #1976D2;
  font-weight: 600;
}

/* line 2376, app/assets/stylesheets/globals/_base.scss */
.fc-right .fc-button-primary.fc-button-active:hover {
  background-color: #E8F2FB !important;
}

/* line 2380, app/assets/stylesheets/globals/_base.scss */
.fc-right .fc-button-primary:hover {
  background-color: #F8FBFD !important;
}

/* line 2384, app/assets/stylesheets/globals/_base.scss */
.fc-right .fc-dayGridMonth-button {
  border-right-color: #e7e7e7 !important;
}

/* line 2387, app/assets/stylesheets/globals/_base.scss */
.fc-right .fc-timeGridWeek-button {
  border-right-color: #e7e7e7 !important;
  border-left-color: #e7e7e7 !important;
}

/* line 2391, app/assets/stylesheets/globals/_base.scss */
.fc-right .fc-timeGridDay-button {
  border-right-color: #e7e7e7 !important;
  border-left-color: #e7e7e7 !important;
}

/* line 2395, app/assets/stylesheets/globals/_base.scss */
.fc-right .fc-listCustomYear-button {
  border-left-color: #e7e7e7 !important;
}

/* line 2400, app/assets/stylesheets/globals/_base.scss */
.dw-new-calendar-event-btn {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: #1976D2;
  color: #FFFFFF !important;
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 20px;
  border-radius: 10px !important;
  padding: 6.5px 12px;
  margin-bottom: 21px;
}

/* line 2412, app/assets/stylesheets/globals/_base.scss */
#dw-events-page-r-side {
  background-color: #F5F8FC;
  border-radius: 15px;
  padding: 20px;
  -webkit-font-smoothing: antialiased;
}

/* line 2418, app/assets/stylesheets/globals/_base.scss */
.dw-events-page-search-n-filter {
  position: relative;
}

/* line 2420, app/assets/stylesheets/globals/_base.scss */
.dw-events-page-search-n-filter .dw-events-page-search-icon {
  position: absolute;
  margin-left: 16px;
  margin-top: 9px;
  pointer-events: none;
}

/* line 2426, app/assets/stylesheets/globals/_base.scss */
.dw-events-page-search-n-filter .dw-events-page-search-input {
  width: 100%;
  height: 35px;
  padding-left: 40px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

/* line 2436, app/assets/stylesheets/globals/_base.scss */
.dw-events-page-search-n-filter .dw-events-page-search-input::-moz-placeholder {
  color: #BCBCBC;
}
.dw-events-page-search-n-filter .dw-events-page-search-input:-ms-input-placeholder {
  color: #BCBCBC;
}
.dw-events-page-search-n-filter .dw-events-page-search-input::placeholder {
  color: #BCBCBC;
}

/* line 2439, app/assets/stylesheets/globals/_base.scss */
.dw-events-page-search-n-filter .dw-events-page-search-input:focus {
  outline: none;
  border: 1px solid #1976D2;
}

/* line 2445, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-body-container {
  width: 100%;
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 10px;
}

/* line 2450, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-body-container .dw-events-custom-checkbox {
  margin-bottom: 12px;
}

/* line 2452, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-body-container .dw-events-custom-checkbox:last-child {
  margin-bottom: 0;
}

/* line 2456, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-body-container.dw-events-filter-by-event {
  height: auto;
}

/* line 2461, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-title-container {
  display: flex;
  width: 100%;
  padding: 0 16px;
  margin: 28px 0 8px 0;
}

/* line 2466, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-title-container:first-child {
  margin-top: 6px;
}

/* line 2469, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-title-container .dw-events-filter-category-select {
  flex: 1;
}

/* line 2471, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-title-container .dw-events-filter-category-select label {
  font-weight: 600;
  font-size: 16px;
}

/* line 2476, app/assets/stylesheets/globals/_base.scss */
.dw-events-filter-category-title-container .dw-events-filter-category-action {
  width: 20px;
}

/* line 2481, app/assets/stylesheets/globals/_base.scss */
.dw-events-custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000000;
}

/* line 2488, app/assets/stylesheets/globals/_base.scss */
.dw-events-custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 2494, app/assets/stylesheets/globals/_base.scss */
.dw-events-custom-checkbox .dw-events-custom-checkmark {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  margin-right: 12px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

/* line 2505, app/assets/stylesheets/globals/_base.scss */
.dw-events-custom-checkbox .dw-events-custom-checkmark::after {
  content: "";
  position: absolute;
  left: 7.5px;
  top: 3.5px;
  width: 8px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* line 2520, app/assets/stylesheets/globals/_base.scss */
.dw-events-custom-checkbox input:checked + .dw-events-custom-checkmark {
  background-color: #1976D2;
  border-color: #1976D2;
}

/* line 2524, app/assets/stylesheets/globals/_base.scss */
.dw-events-custom-checkbox input:checked + .dw-events-custom-checkmark::after {
  opacity: 1;
}

/* line 2528, app/assets/stylesheets/globals/_base.scss */
.dw-events-calendars-actions {
  flex-shrink: 0;
}

/* line 2532, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal {
  -webkit-font-smoothing: antialiased;
}

/* line 2534, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal h4.modal-title {
  color: #000000;
}

/* line 2537, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal .modal-body {
  margin-top: 6px;
  padding-left: 19px;
  padding-right: 19px;
}

/* line 2542, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal .modal-header {
  padding-left: 19px;
}

/* line 2545, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal .dw-modal-close-icon-custom {
  opacity: 1;
  margin-right: 1px;
  margin-top: 2px;
}

/* line 2550, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal .dw-modal-body-input-label {
  color: #000000;
  margin-bottom: 10px;
}

/* line 2554, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal input.form-control,
.dw-events-create-edit-modal textarea.form-control {
  border-color: #E1E1E1 !important;
  border-radius: 7px !important;
  box-shadow: none;
  color: #000000 !important;
}

/* line 2560, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal input.form-control:active, .dw-events-create-edit-modal input.form-control:focus,
.dw-events-create-edit-modal textarea.form-control:active,
.dw-events-create-edit-modal textarea.form-control:focus {
  border-color: #1976D2 !important;
}

/* line 2564, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal .dw-modal-body-switch-container {
  margin-top: 16px;
  margin-bottom: 15px;
}

/* line 2567, app/assets/stylesheets/globals/_base.scss */
.dw-events-create-edit-modal .dw-modal-body-switch-container label.toggle-switch-label {
  font-size: 15px;
}

/* line 2574, app/assets/stylesheets/globals/_base.scss */
.dw-calendar-color-modal-select2 .select2-container {
  display: block;
  width: 100% !important;
}

/* line 2580, app/assets/stylesheets/globals/_base.scss */
.dw-events-dropdown-color-block {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -5px;
  border-radius: 5px;
}

/* line 2589, app/assets/stylesheets/globals/_base.scss */
.dw-create-event-modal-body .select2-selection {
  box-shadow: none !important;
}

/* line 2592, app/assets/stylesheets/globals/_base.scss */
.dw-create-event-modal-body .select2-container--default .select2-selection--single,
.dw-create-event-modal-body .select2-container--default .select2-selection--multiple {
  border-radius: 7px !important;
}

/* line 2595, app/assets/stylesheets/globals/_base.scss */
.dw-create-event-modal-body .select2-container--default .select2-selection--single input,
.dw-create-event-modal-body .select2-container--default .select2-selection--multiple input {
  color: #000000 !important;
}

/* line 2600, app/assets/stylesheets/globals/_base.scss */
.dw-create-event-modal-body #event-client-or-matter-container p {
  color: #000000;
}

/* line 2604, app/assets/stylesheets/globals/_base.scss */
.dw-create-event-modal-body .dw-event-modal-calendar-label {
  margin-top: 16px;
}

/* line 2609, app/assets/stylesheets/globals/_base.scss */
.dw-event-modal-notifications-container {
  background-color: #f2f2f2;
  padding: 14px 16px;
  border-radius: 10px;
  margin-top: 28px;
}

/* line 2614, app/assets/stylesheets/globals/_base.scss */
.dw-event-modal-notifications-container .dw-modal-body-switch-container {
  margin: 0px;
}

/* line 2620, app/assets/stylesheets/globals/_base.scss */
.dw-create-event-modal-footer #create-event {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

/* line 2627, app/assets/stylesheets/globals/_base.scss */
.dw-event-modal-delete-btn {
  position: absolute;
  border: 1px solid #D31631;
  color: #D31631;
  right: 40px;
  top: 10px;
  padding: 0 8px;
  border-radius: 5px;
}

/* line 2637, app/assets/stylesheets/globals/_base.scss */
.dw-event-modal-notification-method {
  color: #000000;
  font-size: 15px;
}

/* line 2643, app/assets/stylesheets/globals/_base.scss */
.dw-events-modal-notifications-container .set-reminder {
  align-items: center;
}

/* line 2646, app/assets/stylesheets/globals/_base.scss */
.dw-events-modal-notifications-container .notification-addon-title {
  width: 50px !important;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  color: #000000;
  font-size: 16px;
}

/* line 2654, app/assets/stylesheets/globals/_base.scss */
.dw-events-modal-notifications-container input.notification-number {
  height: 30px;
  margin-top: 0;
}

/* line 2658, app/assets/stylesheets/globals/_base.scss */
.dw-events-modal-notifications-container select.notification-time-range-selector {
  background-color: #FFFFFF;
  height: 30px;
  font-size: 16px;
  color: #000000;
  border-radius: 7px !important;
  margin-top: 0;
}

/* line 2666, app/assets/stylesheets/globals/_base.scss */
.dw-events-modal-notifications-container .dw-event-notification-text {
  font-size: 16px;
  color: #000000;
  margin-left: 10px;
}

/* line 2671, app/assets/stylesheets/globals/_base.scss */
.dw-events-modal-notifications-container .remove-reminder {
  margin-top: 0;
  margin-left: 16px;
}

/* line 2678, app/assets/stylesheets/globals/_base.scss */
.dw-add-reminder-btn a.dw-add-reminder-btn-link {
  background-color: #1976D2;
  color: #FFFFFF !important;
  padding: 5px 16px;
  text-decoration: none !important;
  border-radius: 7px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2690, app/assets/stylesheets/globals/_base.scss */
#only_my_events {
  background-color: #1976D2;
  border: none !important;
  color: #FFFFFF !important;
  border-radius: 7px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 6px;
}

/* line 2700, app/assets/stylesheets/globals/_base.scss */
.dw-new-feature-tag-v1 {
  font-size: 12px;
  font-weight: 700;
  background-color: #1976D2;
  color: #FFFFFF;
  padding: 2px 4px;
  border-radius: 5px;
  vertical-align: 2px;
  margin-left: 5px;
}

@media (max-width: 1400px) {
  /* line 2712, app/assets/stylesheets/globals/_base.scss */
  .fc-toolbar {
    flex-direction: column;
  }
  /* line 2714, app/assets/stylesheets/globals/_base.scss */
  .fc-toolbar .fc-center {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
/* line 3, app/assets/stylesheets/globals/_buttons.scss */
.btn {
  border-radius: 0px;
}

/* line 5, app/assets/stylesheets/globals/_buttons.scss */
.btn:focus, .btn:active {
  outline: 0 !important;
  box-shadow: none;
}

/* line 10, app/assets/stylesheets/globals/_buttons.scss */
.btn-default {
  color: #44505D;
}

/* line 12, app/assets/stylesheets/globals/_buttons.scss */
.btn-default:hover {
  color: #44505D !important;
}

/* line 16, app/assets/stylesheets/globals/_buttons.scss */
.btn-lg {
  font-size: 16px;
}

/* line 19, app/assets/stylesheets/globals/_buttons.scss */
.btn-blue {
  transition: all 0.15s ease-in-out;
  background: #1976D2 !important;
  border: 1px solid #1976D2;
  color: #FFFFFF !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-blue:hover, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
  background: transparent !important;
  color: #1976D2 !important;
  border-color: #1976D2 !important;
}

/* line 22, app/assets/stylesheets/globals/_buttons.scss */
.btn-green, .btn-blue, .btn-primary {
  transition: all 0.15s ease-in-out;
  background: #1976D2 !important;
  border: 1px solid #1976D2;
  color: #FFFFFF !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.focus, .btn-blue:hover, .btn-blue:active, .btn-blue.active, .btn-blue.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background: transparent !important;
  color: #1976D2 !important;
  border-color: #1976D2 !important;
}

/* line 25, app/assets/stylesheets/globals/_buttons.scss */
.btn-dark-green {
  transition: all 0.15s ease-in-out;
  background: #47BCAA !important;
  border: 1px solid #47BCAA;
  color: #FFFFFF !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-dark-green:hover, .btn-dark-green:active, .btn-dark-green.active, .btn-dark-green.focus {
  background: transparent !important;
  color: #47BCAA !important;
  border-color: #47BCAA !important;
}

/* line 29, app/assets/stylesheets/globals/_buttons.scss */
.addeventatc, .addeventatc:hover, .addeventatc:focus, .addeventatc:active, .addeventatc:visited {
  border-radius: initial !important;
  font-size: initial !important;
  color: #44505D !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

/* line 36, app/assets/stylesheets/globals/_buttons.scss */
.btn-dark {
  transition: all 0.15s ease-in-out;
  background: #44505D !important;
  border: 1px solid #44505D;
  color: #FFFFFF !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-dark:hover, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background: transparent !important;
  color: #44505D !important;
  border-color: #44505D !important;
}

/* line 40, app/assets/stylesheets/globals/_buttons.scss */
.btn-black {
  transition: all 0.15s ease-in-out;
  background: #212121 !important;
  border: 1px solid #212121;
  color: #FFFFFF !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-black:hover, .btn-black:active, .btn-black.active, .btn-black.focus {
  background: transparent !important;
  color: #212121 !important;
  border-color: #212121 !important;
}

/* line 44, app/assets/stylesheets/globals/_buttons.scss */
.btn-red {
  transition: all 0.15s ease-in-out;
  background: #d9534f !important;
  border: 1px solid #d9534f;
  color: #FFFFFF !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-red:hover, .btn-red:active, .btn-red.active, .btn-red.focus {
  background: transparent !important;
  color: #d9534f !important;
  border-color: #d9534f !important;
}

/* line 48, app/assets/stylesheets/globals/_buttons.scss */
.btn-light-grey, .btn-light-grey:active {
  background: #fafafa !important;
  border: 1px solid #fafafa !important;
}

/* line 53, app/assets/stylesheets/globals/_buttons.scss */
.btn-grey, .btn-grey:focus {
  transition: all 0.15s ease-in-out;
  background: #1976D2 !important;
  border: 1px solid #1976D2;
  color: #FFFFFF !important;
  margin-left: 0px;
  margin-top: 50px !important;
  border-radius: 21px !important;
  padding: 8px, 30px !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-grey:hover, .btn-grey:active, .btn-grey.active, .btn-grey.focus, .btn-grey:focus:hover, .btn-grey:focus:active, .btn-grey.active:focus, .btn-grey.focus:focus {
  background: transparent !important;
  color: #1976D2 !important;
  border-color: #1976D2 !important;
}

/* line 59, app/assets/stylesheets/globals/_buttons.scss */
.btn-grey:hover, .btn-grey:active, .btn-grey:focus:hover, .btn-grey:focus:active {
  background: transparent !important;
  color: #1976D2 !important;
  border-color: #1976D2 !important;
}

/* line 66, app/assets/stylesheets/globals/_buttons.scss */
.btn-green.rounded, .btn-green.rounded:focus {
  transition: all 0.15s ease-in-out;
  background: #1976D2 !important;
  border: 1px solid #1976D2;
  color: #FFFFFF !important;
  margin-left: 0px;
  margin-top: 25px !important;
  border-radius: 21px !important;
  padding: 8px, 30px !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-green.rounded:hover, .btn-green.rounded:active, .btn-green.rounded.active, .btn-green.rounded.focus, .btn-green.rounded:focus:hover, .btn-green.rounded:focus:active, .btn-green.rounded.active:focus, .btn-green.rounded.focus:focus {
  background: transparent !important;
  color: #1976D2 !important;
  border-color: #1976D2 !important;
}

/* line 72, app/assets/stylesheets/globals/_buttons.scss */
.btn-green.rounded:hover, .btn-green.rounded:active, .btn-green.rounded:focus:hover, .btn-green.rounded:focus:active {
  background: transparent !important;
  color: #1976D2 !important;
  border-color: #1976D2 !important;
}

/* line 79, app/assets/stylesheets/globals/_buttons.scss */
.btn-transparent, .btn-transparent:hover, .btn-transparent:active {
  transition: all 0.15s ease-in-out;
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
  background: transparent !important;
}

/* line 10, app/assets/stylesheets/globals/_mixins.scss */
.btn-transparent:hover, .btn-transparent:active, .btn-transparent.active, .btn-transparent.focus, .btn-transparent:hover:hover, .btn-transparent:hover:active, .btn-transparent.active:hover, .btn-transparent.focus:hover, .btn-transparent:active:hover, .btn-transparent:active:active, .btn-transparent.active:active, .btn-transparent.focus:active {
  background: transparent !important;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

/* line 82, app/assets/stylesheets/globals/_buttons.scss */
.btn-transparent:hover, .btn-transparent:hover:hover, .btn-transparent:active:hover {
  box-shadow: 0 0 5px #FFFFFF;
}

/* line 87, app/assets/stylesheets/globals/_buttons.scss */
.btn-transparent-well {
  border: 0px;
  background: #F5F5F5;
  color: #44505D;
}

/* line 93, app/assets/stylesheets/globals/_buttons.scss */
.borderless-button {
  border: none;
}

/* line 95, app/assets/stylesheets/globals/_buttons.scss */
.borderless-button:hover {
  background: transparent !important;
}

/* line 100, app/assets/stylesheets/globals/_buttons.scss */
.btn-outline-blue {
  transition: all 0.15s ease-in-out;
  background: transparent !important;
  border: 1px solid #1976D2 !important;
  color: #1976D2 !important;
}

/* line 22, app/assets/stylesheets/globals/_mixins.scss */
.btn-outline-blue:hover, .btn-outline-blue:active, .btn-outline-blue.active {
  background: #1976D2 !important;
  border: 1px solid #1976D2 !important;
  color: #FFFFFF !important;
}

/* line 104, app/assets/stylesheets/globals/_buttons.scss */
.btn-outline-dark {
  transition: all 0.15s ease-in-out;
  background: transparent !important;
  border: 1px solid #44505D !important;
  color: #44505D !important;
}

/* line 22, app/assets/stylesheets/globals/_mixins.scss */
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark.active {
  background: #44505D !important;
  border: 1px solid #44505D !important;
  color: #FFFFFF !important;
}

/* line 108, app/assets/stylesheets/globals/_buttons.scss */
.btn-outline-green {
  transition: all 0.15s ease-in-out;
  background: transparent !important;
  border: 1px solid #1976D2 !important;
  color: #1976D2 !important;
}

/* line 22, app/assets/stylesheets/globals/_mixins.scss */
.btn-outline-green:hover, .btn-outline-green:active, .btn-outline-green.active {
  background: #1976D2 !important;
  border: 1px solid #1976D2 !important;
  color: #FFFFFF !important;
}

/* line 112, app/assets/stylesheets/globals/_buttons.scss */
.section-button {
  text-align: center;
  padding: 40px;
}

/* line 116, app/assets/stylesheets/globals/_buttons.scss */
table .btn {
  margin-top: 10px;
}

/* line 119, app/assets/stylesheets/globals/_buttons.scss */
.rounded-button {
  border-radius: 25px;
}

/* line 122, app/assets/stylesheets/globals/_buttons.scss */
.appear-on-hover-button {
  opacity: 0;
}

/* line 125, app/assets/stylesheets/globals/_buttons.scss */
.appear-on-hover-parent:hover .appear-on-hover-button {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  /* line 129, app/assets/stylesheets/globals/_buttons.scss */
  .full-width-on-mobile {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/globals/_buttons.scss */
  .stacked-button {
    margin-top: 25px;
  }
}

/* line 140, app/assets/stylesheets/globals/_buttons.scss */
.disabled-button, .disabled-button:hover {
  background: #000000 !important;
  opacity: .12 !important;
  border: 1px solid #000000 !important;
  color: #FFFFFF !important;
}

/* line 148, app/assets/stylesheets/globals/_buttons.scss */
.clickable-row:hover .table-edit-button, .task:hover .table-edit-button {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

/* line 152, app/assets/stylesheets/globals/_buttons.scss */
.table-edit-button {
  background: #FFFFFF;
  padding: 7px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  transition: all 0.15s ease-in-out;
  margin-right: 10px;
  margin-top: -5px;
  color: #44505D;
}

/* line 161, app/assets/stylesheets/globals/_buttons.scss */
.table-edit-button:hover {
  background: #1976D2;
  border: 1px solid #1976D2 !important;
  color: #FFFFFF;
}

/* line 168, app/assets/stylesheets/globals/_buttons.scss */
.btn-navbar {
  padding: 6px !important;
  margin-top: 8px !important;
}

@media screen and (max-width: 768px) {
  /* line 168, app/assets/stylesheets/globals/_buttons.scss */
  .btn-navbar {
    text-align: left !important;
    background: #FFFFFF !important;
    color: #1976D2 !important;
    border: 0px !important;
    margin-left: 10px !important;
  }
}

/* line 180, app/assets/stylesheets/globals/_buttons.scss */
.no-wrap-button-group {
  white-space: nowrap;
}

/* line 182, app/assets/stylesheets/globals/_buttons.scss */
.no-wrap-button-group .btn {
  float: none;
}

/* line 187, app/assets/stylesheets/globals/_buttons.scss */
.btn.btn-icon {
  background: transparent;
  padding: 8px;
  border-radius: 100px !important;
  color: #44505D;
}

/* line 192, app/assets/stylesheets/globals/_buttons.scss */
.btn.btn-icon:hover {
  background: #EEEEEE;
}

/* line 195, app/assets/stylesheets/globals/_buttons.scss */
.btn.btn-icon .glyphicon {
  padding: 0px;
  color: #44505D;
  opacity: 1;
  font-size: 16px;
}
/* line 3, app/assets/stylesheets/globals/_colors.scss */
.primary {
  color: #1976D2;
}

/* line 7, app/assets/stylesheets/globals/_colors.scss */
.red {
  color: #FF5252;
}

/* line 11, app/assets/stylesheets/globals/_colors.scss */
.blue {
  color: #2196F3;
}

/* line 14, app/assets/stylesheets/globals/_colors.scss */
.blue.lighten-5 {
  color: #E3F2FD;
}

/* line 17, app/assets/stylesheets/globals/_colors.scss */
.blue.lighten-4 {
  color: #BBDEFB;
}

/* line 20, app/assets/stylesheets/globals/_colors.scss */
.blue.lighten-3 {
  color: #90CAF9;
}

/* line 23, app/assets/stylesheets/globals/_colors.scss */
.blue.lighten-2 {
  color: #64B5F6;
}

/* line 26, app/assets/stylesheets/globals/_colors.scss */
.blue.lighten-1 {
  color: #42A5F5;
}

/* line 29, app/assets/stylesheets/globals/_colors.scss */
.blue.darken-1 {
  color: #1E88E5;
}

/* line 32, app/assets/stylesheets/globals/_colors.scss */
.blue.darken-2 {
  color: #1976D2;
}

/* line 35, app/assets/stylesheets/globals/_colors.scss */
.blue.darken-3 {
  color: #1565C0;
}

/* line 38, app/assets/stylesheets/globals/_colors.scss */
.blue.darken-4 {
  color: #0D47A1;
}

/* line 41, app/assets/stylesheets/globals/_colors.scss */
.blue.accent-1 {
  color: #82B1FF;
}

/* line 44, app/assets/stylesheets/globals/_colors.scss */
.blue.accent-2 {
  color: #448AFF;
}

/* line 47, app/assets/stylesheets/globals/_colors.scss */
.blue.accent-3 {
  color: #2979FF;
}

/* line 50, app/assets/stylesheets/globals/_colors.scss */
.blue.accent-4 {
  color: #2962FF;
}

/* line 54, app/assets/stylesheets/globals/_colors.scss */
.blue-bg {
  background-color: #2196F3;
}

/* line 57, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.lighten-5 {
  background-color: #E3F2FD;
}

/* line 60, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.lighten-4 {
  background-color: #BBDEFB;
}

/* line 63, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.lighten-3 {
  background-color: #90CAF9;
}

/* line 66, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.lighten-2 {
  background-color: #64B5F6;
}

/* line 69, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.lighten-1 {
  background-color: #42A5F5;
}

/* line 72, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.darken-1 {
  background-color: #1E88E5;
}

/* line 75, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.darken-2 {
  background-color: #1976D2;
}

/* line 78, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.darken-3 {
  background-color: #1565C0;
}

/* line 81, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.darken-4 {
  background-color: #0D47A1;
}

/* line 84, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.accent-1 {
  background-color: #82B1FF;
}

/* line 87, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.accent-2 {
  background-color: #448AFF;
}

/* line 90, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.accent-3 {
  background-color: #2979FF;
}

/* line 93, app/assets/stylesheets/globals/_colors.scss */
.blue-bg.accent-4 {
  background-color: #2962FF;
}

/* line 96, app/assets/stylesheets/globals/_colors.scss */
.primary-bg {
  background-color: #1976D2;
}
/* The container */
/* line 4, app/assets/stylesheets/globals/_custom_checkbox.scss */
.custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
/* line 18, app/assets/stylesheets/globals/_custom_checkbox.scss */
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 27, app/assets/stylesheets/globals/_custom_checkbox.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #EEEEEE;
}

/* On mouse-over, add a grey background color */
/* line 37, app/assets/stylesheets/globals/_custom_checkbox.scss */
.custom-checkbox-container:hover input ~ .checkmark {
  background-color: #CCCCCC;
}

/* When the checkbox is checked, add a blue background */
/* line 42, app/assets/stylesheets/globals/_custom_checkbox.scss */
.custom-checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 47, app/assets/stylesheets/globals/_custom_checkbox.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 54, app/assets/stylesheets/globals/_custom_checkbox.scss */
.custom-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 59, app/assets/stylesheets/globals/_custom_checkbox.scss */
.custom-checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
@charset "UTF-8";
@font-face {
  font-family: 'dw-icons';
  src: url(/assets/dw-icons/dw-icons-fc23751dec14c9a614bad9b9cc7566d27d79aee5580e7b2a8254bbf1fa4a3f7f.ttf?8i1jii) format("truetype"), url(/assets/dw-icons/dw-icons-30d36481ec5a025f756c0cfa9ae660304623a38c793d4f4b066deaba67073e34.woff?8i1jii) format("woff"), url(/assets/dw-icons/dw-icons-f494d204daef9c1239a077933056cec06778a37890fc0bbacaff01f3cabb7aea.svg?8i1jii.svg?8i1jii#dw-icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 34, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
[class^="dw-icon-"], [class*=" dw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dw-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 50, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-arrow-right:before {
  content: "";
}

/* line 55, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-chat-bubble-two:before {
  content: "";
}

/* line 60, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-three-horizontal-dots:before {
  content: "";
}

/* line 65, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-x:before {
  content: "";
}

/* line 70, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-magnifier:before {
  content: "";
}

/* line 75, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-chat-bubble:before {
  content: "";
}

/* line 80, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-chat-bubble-filled:before {
  content: "";
}

/* line 85, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-cog:before {
  content: "";
}

/* line 90, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-download:before {
  content: "";
}

/* line 95, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-eye:before {
  content: "";
}

/* line 100, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-cancel-eye:before {
  content: "";
}

/* line 105, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-flag:before {
  content: "";
}

/* line 110, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-hamburguer:before {
  content: "";
}

/* line 115, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-pencil:before {
  content: "";
}

/* line 120, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-plus:before {
  content: "";
}

/* line 125, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-minus:before {
  content: "";
}

/* line 130, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-printer:before {
  content: "";
}

/* line 135, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-question-mark-circle:before {
  content: "";
}

/* line 140, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-trash:before {
  content: "";
}

/* line 145, app/assets/stylesheets/globals/_docketwise_icons_font.scss */
.dw-icon-flag-fill:before {
  content: "";
}
/* line 3, app/assets/stylesheets/globals/_footer.scss */
.footer-main {
  background: #FFFFFF;
  border-top: 1px solid #e7e7e7;
}

/* line 7, app/assets/stylesheets/globals/_footer.scss */
.footer-main, .footer-main a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #44505D;
}

/* line 12, app/assets/stylesheets/globals/_footer.scss */
.disclaimer {
  padding-top: 5px;
  padding-bottom: 70px;
  color: #909090;
}

/* line 17, app/assets/stylesheets/globals/_footer.scss */
.white-footer {
  background-color: #FFFFFF;
}

/* line 20, app/assets/stylesheets/globals/_footer.scss */
.container-footer {
  margin-top: 50px;
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/globals/_form_elements.scss */
.form-inline {
  display: inline;
}

/* line 6, app/assets/stylesheets/globals/_form_elements.scss */
.form-control {
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
}

/* line 39, app/assets/stylesheets/globals/_mixins.scss */
.form-control:hover {
  background: #FFFFFF;
  outline: none;
  color: #909090;
}

/* line 45, app/assets/stylesheets/globals/_mixins.scss */
.form-control:focus, .form-control:active, .form-control.active {
  background: #FFFFFF !important;
  color: #44505D !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-color: #1976D2 !important;
  box-shadow: none;
}

/* line 9, app/assets/stylesheets/globals/_form_elements.scss */
.form-control.disabled-input:hover {
  background-color: #EEEEEE;
}

/* line 13, app/assets/stylesheets/globals/_form_elements.scss */
.form-button {
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
}

/* line 39, app/assets/stylesheets/globals/_mixins.scss */
.form-button:hover {
  background: #FFFFFF;
  outline: none;
  color: #909090;
}

/* line 45, app/assets/stylesheets/globals/_mixins.scss */
.form-button:focus, .form-button:active, .form-button.active {
  background: #1976D2 !important;
  color: #FFFFFF !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-color: #1976D2 !important;
  box-shadow: none;
}

/* line 16, app/assets/stylesheets/globals/_form_elements.scss */
.select-list {
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
  border: none !important;
}

/* line 39, app/assets/stylesheets/globals/_mixins.scss */
.select-list:hover {
  background: #FFFFFF;
  outline: none;
  color: #909090;
}

/* line 45, app/assets/stylesheets/globals/_mixins.scss */
.select-list:focus, .select-list:active, .select-list.active {
  background: #FFFFFF !important;
  color: #909090 !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-color: #1976D2 !important;
  box-shadow: none;
}

/* line 21, app/assets/stylesheets/globals/_form_elements.scss */
.question-container .form-control, .question-container .form-button, .question-container .select-list {
  height: 58px;
}

/* line 24, app/assets/stylesheets/globals/_form_elements.scss */
.question-container .select2 .select2-selection {
  min-height: 58px;
  padding-top: 14px;
}

/* line 28, app/assets/stylesheets/globals/_form_elements.scss */
.question-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px !important;
}

/* line 34, app/assets/stylesheets/globals/_form_elements.scss */
.inline-form-column .select2 {
  margin-bottom: 12px;
}

/* line 40, app/assets/stylesheets/globals/_form_elements.scss */
.populator-tag {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  height: 58px;
  background: #EDF1F2;
  color: #44505D;
  padding: 18px 12px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
}

/* line 51, app/assets/stylesheets/globals/_form_elements.scss */
.tag-icons {
  position: absolute;
  width: 55px;
  background: #EDF1F2;
  right: 0px;
  top: 0;
  bottom: 0;
  padding-top: 20px;
  opacity: 1;
}

/* line 60, app/assets/stylesheets/globals/_form_elements.scss */
.tag-icons .icon {
  color: #909090;
  padding-right: 3px;
  font-size: 20px;
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/globals/_form_elements.scss */
.input-with-icon .fa-bolt {
  color: #42A5F5;
  cursor: pointer;
  padding: 9px 8px;
  position: absolute;
  right: 10px;
  top: 17px;
  transition: .3s;
}

/* line 81, app/assets/stylesheets/globals/_form_elements.scss */
.date-with-icon .fa-bolt {
  color: #42A5F5;
  cursor: pointer;
  padding: 9px 30px;
  position: absolute;
  right: 20px;
  top: 17px;
  transition: .3s;
}

/* line 93, app/assets/stylesheets/globals/_form_elements.scss */
.b2c-container .input-with-icon .fa-bolt {
  display: none;
}

/* line 99, app/assets/stylesheets/globals/_form_elements.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
  height: 34px;
  padding: 2px;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 39, app/assets/stylesheets/globals/_mixins.scss */
.select2-container--default .select2-selection--single:hover {
  background: #FFFFFF;
  outline: none;
  color: #909090;
}

/* line 45, app/assets/stylesheets/globals/_mixins.scss */
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single.active {
  background: #FFFFFF !important;
  color: #44505D !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-color: #1976D2 !important;
  box-shadow: none;
}

/* line 110, app/assets/stylesheets/globals/_form_elements.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  top: 4px !important;
}

/* line 114, app/assets/stylesheets/globals/_form_elements.scss */
.disabled-button + .select2-container--default .select2-selection--single, .disabled-button + .select2-container--default .select2-selection--single:hover {
  cursor: not-allowed !important;
  background: #000000 !important;
  opacity: .12 !important;
  border: 1px solid #000000 !important;
  color: #FFFFFF !important;
}

/* line 123, app/assets/stylesheets/globals/_form_elements.scss */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
  padding: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 39, app/assets/stylesheets/globals/_mixins.scss */
.select2-container--default .select2-selection--multiple:hover {
  background: #FFFFFF;
  outline: none;
  color: #909090;
}

/* line 45, app/assets/stylesheets/globals/_mixins.scss */
.select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:active, .select2-container--default .select2-selection--multiple.active {
  background: #FFFFFF !important;
  color: #44505D !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-color: #1976D2 !important;
  box-shadow: none;
}

/* line 133, app/assets/stylesheets/globals/_form_elements.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 2px !important;
}

/* line 142, app/assets/stylesheets/globals/_form_elements.scss */
.form-control:focus::-webkit-input-placeholder {
  color: #1976D2;
}

/* line 143, app/assets/stylesheets/globals/_form_elements.scss */
.form-control:focus:-moz-placeholder {
  color: #1976D2;
}

/* line 144, app/assets/stylesheets/globals/_form_elements.scss */
.form-control:focus::-moz-placeholder {
  color: #1976D2;
}

/* line 145, app/assets/stylesheets/globals/_form_elements.scss */
.form-control:focus:-ms-input-placeholder {
  color: #1976D2;
}

/* Inline checkbox style goes here */
/* line 149, app/assets/stylesheets/globals/_form_elements.scss */
.checkbox-inline {
  top: 15px;
}

/* line 151, app/assets/stylesheets/globals/_form_elements.scss */
.checkbox-inline label {
  margin-top: -2px !important;
}

/* Inline checkbox style ends here */
/** Styles for nested form related classes go below **/
/* line 159, app/assets/stylesheets/globals/_form_elements.scss */
.fields {
  clear: both;
}

/* end */
/* Css related to the Int-tel-input jquery plugin */
/* line 165, app/assets/stylesheets/globals/_form_elements.scss */
.intl-tel-input {
  width: 100%;
}

/* line 171, app/assets/stylesheets/globals/_form_elements.scss */
.input-group {
  width: 100%;
}

/* line 174, app/assets/stylesheets/globals/_form_elements.scss */
.input-group-addon {
  border: 1px solid #E1E1E1 !important;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 178, app/assets/stylesheets/globals/_form_elements.scss */
.left-addon {
  border-right: none !important;
}

/* line 182, app/assets/stylesheets/globals/_form_elements.scss */
.input-group-btn {
  min-width: 60px;
}

/* line 186, app/assets/stylesheets/globals/_form_elements.scss */
.token-input {
  min-width: 300px !important;
}

/* line 190, app/assets/stylesheets/globals/_form_elements.scss */
.select-list:after {
  content: "▼";
  position: absolute;
  top: 24px;
  right: 0;
  font-size: 60%;
  padding: 0 7px;
  z-index: 2;
  pointer-events: none;
}

/* line 200, app/assets/stylesheets/globals/_form_elements.scss */
.addon-select {
  -webkit-appearance: none !important;
}

/* line 205, app/assets/stylesheets/globals/_form_elements.scss */
.pagination {
  text-align: right;
}

/* line 211, app/assets/stylesheets/globals/_form_elements.scss */
.toggle-switch-input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

/* line 217, app/assets/stylesheets/globals/_form_elements.scss */
.toggle-switch-label {
  cursor: pointer;
  text-indent: 50px;
  width: 40px;
  height: 20px;
  background: #909090;
  display: block;
  border-radius: 100px;
  position: relative;
  font-size: 13px;
  color: #909090;
  white-space: nowrap;
}

/* line 231, app/assets/stylesheets/globals/_form_elements.scss */
.toggle-switch-label.disabled {
  cursor: normal !important;
  background-color: #f0f0f0 !important;
}

/* line 236, app/assets/stylesheets/globals/_form_elements.scss */
.toggle-switch-label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 90px;
  transition: 0.3s;
}

/* line 249, app/assets/stylesheets/globals/_form_elements.scss */
.review-fields-container {
  display: inline-block;
}

/* line 253, app/assets/stylesheets/globals/_form_elements.scss */
.review-field label {
  position: absolute;
  font-size: 14px;
  color: #909090;
  width: 193px;
}

/* line 259, app/assets/stylesheets/globals/_form_elements.scss */
.review-field input.form-control {
  border: 0px !important;
  border-bottom: 1px solid #C0C0C0 !important;
  box-shadow: none;
  margin-top: 60px;
}

/* line 265, app/assets/stylesheets/globals/_form_elements.scss */
.review-field select {
  width: 193px;
  background: #FFFFFF;
  margin-top: 70px;
  border: 0;
  border-bottom: 1px solid #C0C0C0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding-bottom: 3px;
}

/* line 275, app/assets/stylesheets/globals/_form_elements.scss */
.review-field .float-left {
  margin-right: 20px;
}

/* line 278, app/assets/stylesheets/globals/_form_elements.scss */
.review-field p.review-contact {
  margin-top: 67px;
  display: inline-block;
  margin-bottom: 0px;
  border-bottom: 1px solid #C0C0C0 !important;
  padding: 0px 20px 4px 10px;
}

/* line 286, app/assets/stylesheets/globals/_form_elements.scss */
::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field {
  color: #44505D;
}

/* line 290, app/assets/stylesheets/globals/_form_elements.scss */
.toggle-switch-input:checked:not(disabled) + label {
  background: #1976D2;
}

/* line 294, app/assets/stylesheets/globals/_form_elements.scss */
.toggle-switch-input:checked:not(disabled) + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

/* line 300, app/assets/stylesheets/globals/_form_elements.scss */
.input-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  border: 1px solid #E1E1E1 !important;
}

/* line 309, app/assets/stylesheets/globals/_form_elements.scss */
.dropdown-with-checkboxes {
  padding: 10px;
}
/* line 1, app/assets/stylesheets/globals/_header.scss */
.header-top-actions {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/globals/_header.scss */
  .header-top-actions {
    position: absolute;
    width: calc(100% - 30px);
  }
}

@media (max-width: 975px) {
  /* line 1, app/assets/stylesheets/globals/_header.scss */
  .header-top-actions {
    position: relative;
    width: calc(100%);
    min-width: 720px;
  }
}
/* line 3, app/assets/stylesheets/globals/_hint.scss */
.hint {
  background: #FFFFFF;
  position: absolute;
  top: 40px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #e1e1e1;
  width: 200px;
  text-align: left;
}

/* line 12, app/assets/stylesheets/globals/_hint.scss */
.hint p {
  font-size: 13px;
  color: #909090;
}

/* line 16, app/assets/stylesheets/globals/_hint.scss */
.hint .btn {
  margin-top: 10px;
}

/* line 21, app/assets/stylesheets/globals/_hint.scss */
.hint:before {
  content: '';
  display: block;
  position: absolute;
  left: 90px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #e1e1e1;
}

/* line 33, app/assets/stylesheets/globals/_hint.scss */
.hint:after {
  content: '';
  display: block;
  position: absolute;
  left: 91px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #FFFFFF;
}
/* Override bootstrap's default jumbotron settings... */
/* line 4, app/assets/stylesheets/globals/_jumbotrons.scss */
.jumbotron p {
  font-weight: 500 !important;
}

/* ...done overriding bootstrap's default jumbotron settings */
/* line 8, app/assets/stylesheets/globals/_jumbotrons.scss */
.jumbotron {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* line 17, app/assets/stylesheets/globals/_jumbotrons.scss */
  .jumbotron-content h1 {
    font-size: 30px;
  }
}

/* line 22, app/assets/stylesheets/globals/_jumbotrons.scss */
.jumbotron-content p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  /* line 22, app/assets/stylesheets/globals/_jumbotrons.scss */
  .jumbotron-content p {
    font-size: 16px;
  }
}
/* line 3, app/assets/stylesheets/globals/_loader.scss */
.loader-wrapper, .fileupload-loader-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  margin-left: -75px;
}

/* line 12, app/assets/stylesheets/globals/_loader.scss */
.loader-wrapper p, .fileupload-loader-wrapper p {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/globals/_loader.scss */
.loader-wrapper .loader, .fileupload-loader-wrapper .loader {
  width: 150px;
  padding: 7px 10px 1px 10px;
  text-align: center;
  margin-top: 20px;
  background: #44505D;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-left: 50%;
}

/* line 27, app/assets/stylesheets/globals/_loader.scss */
.dot-loader,
.dot-loader:before,
.dot-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

/* line 39, app/assets/stylesheets/globals/_loader.scss */
.dot-loader {
  display: inline-block;
  font-size: 4px;
  position: relative;
  top: -10px;
  left: 15px;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* line 52, app/assets/stylesheets/globals/_loader.scss */
.dot-loader:before,
.dot-loader:after {
  content: '';
  position: absolute;
  top: 0;
}

/* line 58, app/assets/stylesheets/globals/_loader.scss */
.dot-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 63, app/assets/stylesheets/globals/_loader.scss */
.dot-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
80%,
100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
80%,
100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* line 3, app/assets/stylesheets/globals/_modal.scss */
a[data-toggle="modal"] {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/globals/_modal.scss */
.modal-body {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

/* line 10, app/assets/stylesheets/globals/_modal.scss */
.modal-body p {
  font-size: 16px;
  color: #44505D;
}

/* line 14, app/assets/stylesheets/globals/_modal.scss */
.modal-body .fields-container {
  margin-top: 20px;
}

/* line 18, app/assets/stylesheets/globals/_modal.scss */
.modal-footer {
  border-top: none;
}

/* line 20, app/assets/stylesheets/globals/_modal.scss */
.modal-footer .btn {
  margin: 0;
  border-radius: 0;
}

/* line 24, app/assets/stylesheets/globals/_modal.scss */
.modal-footer .btn-primary, .modal-footer .btn-primary:active {
  border-color: #1976D2;
  background-color: #1976D2;
}

/* line 28, app/assets/stylesheets/globals/_modal.scss */
.modal-footer .btn-primary:hover, .modal-footer .btn-primary:focus {
  background-color: #FFFFFF;
  border-color: #1976D2;
  color: #1976D2;
}

/* line 33, app/assets/stylesheets/globals/_modal.scss */
.modal-footer #disclaimer {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #44505D;
  line-height: 15px;
  text-align: left;
  margin-top: 25px;
}

/* line 44, app/assets/stylesheets/globals/_modal.scss */
.modal-footer .btn-default {
  color: #44505D !important;
}

/* line 48, app/assets/stylesheets/globals/_modal.scss */
.modal-footer.grey-footer {
  background: #fafafa;
  border-top: 1px solid #e1e1e1;
}

/* line 53, app/assets/stylesheets/globals/_modal.scss */
.modal-form {
  margin-bottom: 9px;
  border-radius: 0px;
  background: #FFFFFF;
  text-align: left;
}

@media screen and (min-width: 768px) {
  /* line 59, app/assets/stylesheets/globals/_modal.scss */
  .easyguide-signup-modal-content, .checklist-signup-modal-content, .consult-signup-modal-content {
    width: 75%;
    margin: 0 auto;
  }
}

/* line 65, app/assets/stylesheets/globals/_modal.scss */
#modal-checkbox {
  margin: 20px 20px 0px 20px;
  text-align: left;
  line-height: inherit;
}

/* line 70, app/assets/stylesheets/globals/_modal.scss */
#eligibility-modal .modal-body p {
  text-align: left;
  line-height: initial;
}

/* CSS for user invite modal */
/* line 76, app/assets/stylesheets/globals/_modal.scss */
.user-invite-modal .input-wrapper {
  padding: 0px 0px 15px 0px;
}

/* line 81, app/assets/stylesheets/globals/_modal.scss */
.horizontal-modal-total-row {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  background: #fafafa;
  padding-top: 8px;
}

/* line 88, app/assets/stylesheets/globals/_modal.scss */
.checkout-modal-heading {
  color: #bdbdbd !important;
  font-size: 13px !important;
  font-weight: normal;
}

/* line 95, app/assets/stylesheets/globals/_modal.scss */
.horizontal-modal-section {
  margin-bottom: 20px;
}

/* line 99, app/assets/stylesheets/globals/_modal.scss */
.checkout-review-section {
  margin-left: 5%;
}

/* line 104, app/assets/stylesheets/globals/_modal.scss */
.horizontal-checkout-button {
  margin-top: 10px;
}

/* line 109, app/assets/stylesheets/globals/_modal.scss */
.modal-dialog {
  overflow-y: initial !important;
}

/* line 112, app/assets/stylesheets/globals/_modal.scss */
.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

/* line 118, app/assets/stylesheets/globals/_modal.scss */
.ui-front {
  z-index: 2000 !important;
}

/* line 122, app/assets/stylesheets/globals/_modal.scss */
.modal-xl {
  min-width: 80% !important;
}

/* line 128, app/assets/stylesheets/globals/_modal.scss */
#import_tasklist_modal > .modal-dialog > #tasks-bulk-actions > .modal-content > .modal-body {
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 133, app/assets/stylesheets/globals/_modal.scss */
#import_tasklist_modal > .modal-dialog > #tasks-bulk-actions > .modal-content > .modal-body > .input-wrapper > p,
#import_tasklist_modal > .modal-dialog > #tasks-bulk-actions > .modal-content > .modal-body > div > .input-wrapper > p,
#import_tasklist_modal > .modal-dialog > #tasks-bulk-actions > .modal-content > .modal-body > div > p {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 140, app/assets/stylesheets/globals/_modal.scss */
#import-tasklist-modal-body > .input-wrapper > span.select2 > span.selection > span.select2-selection > ul > li > input {
  width: 165px !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 144, app/assets/stylesheets/globals/_modal.scss */
#import-tasklist-modal-body > .input-wrapper > span.select2 > span.selection > span.select2-selection > ul > li > input::-moz-placeholder {
  color: #999999 !important;
}
#import-tasklist-modal-body > .input-wrapper > span.select2 > span.selection > span.select2-selection > ul > li > input:-ms-input-placeholder {
  color: #999999 !important;
}
#import-tasklist-modal-body > .input-wrapper > span.select2 > span.selection > span.select2-selection > ul > li > input::placeholder {
  color: #999999 !important;
}

/* line 149, app/assets/stylesheets/globals/_modal.scss */
#import-tasklist-modal-body > .input-wrapper > span.select2 > span.selection > span.select2-selection > ul > span.select2-selection__clear {
  color: #888888;
}

/* line 154, app/assets/stylesheets/globals/_modal.scss */
.modal-standard-label {
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
  font-size: 16px;
  font-weight: initial;
  margin-bottom: 5px;
}

/* line 163, app/assets/stylesheets/globals/_modal.scss */
.disabled-button + .select2-container--default .select2-selection--single,
.disabled-button + .select2-container--default .select2-selection--single:hover {
  opacity: 1 !important;
  border: 1px solid #e1e1e1 !important;
  background-color: #f4f4f4 !important;
}
/* line 3, app/assets/stylesheets/globals/_navbars.scss */
.transparent-navbar {
  background-color: transparent;
  border-bottom: solid 1px #FFFFFF;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  right: 0px;
  z-index: 100;
  position: fixed;
  transition: all .3s ease-in-out;
  border-radius: 0;
}

/* line 106, app/assets/stylesheets/globals/_mixins.scss */
.transparent-navbar .navbar-nav > li > a {
  font-size: 12px;
  color: #1976D2;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /* line 3, app/assets/stylesheets/globals/_navbars.scss */
  .transparent-navbar {
    background: #FFFFFF;
  }
}

/* line 6, app/assets/stylesheets/globals/_navbars.scss */
.questionnaire-navbar, .white-navbar {
  background-color: #FFFFFF;
  border-bottom: solid 1px #e7e7e7;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  right: 0px;
  z-index: 100;
  position: fixed;
  transition: all .3s ease-in-out;
  border-radius: 0;
}

/* line 106, app/assets/stylesheets/globals/_mixins.scss */
.questionnaire-navbar .navbar-nav > li > a, .white-navbar .navbar-nav > li > a {
  font-size: 12px;
  color: #1976D2;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /* line 6, app/assets/stylesheets/globals/_navbars.scss */
  .questionnaire-navbar, .white-navbar {
    background: #FFFFFF;
  }
}

/* line 9, app/assets/stylesheets/globals/_navbars.scss */
.navbar-relative {
  position: relative;
}

/* line 12, app/assets/stylesheets/globals/_navbars.scss */
.navbar-brand img {
  margin-top: -10px;
  height: 32px;
}

/* line 16, app/assets/stylesheets/globals/_navbars.scss */
.notifications-icon {
  color: #44505D !important;
  font-size: 20px !important;
  padding-right: 0px !important;
  opacity: .75 !important;
}

/* line 21, app/assets/stylesheets/globals/_navbars.scss */
.notifications-icon:hover {
  opacity: 1 !important;
}

/* line 25, app/assets/stylesheets/globals/_navbars.scss */
.notifications-count {
  top: 2px;
  right: 3px;
  background: #FF5252;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  height: 20px;
  letter-spacing: 0;
  min-width: 20px;
  padding: 1px 6px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
}

/* line 43, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid {
  padding: 0;
  display: flex;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased;
}

/* line 48, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid .navbar-header {
  float: none;
}

/* line 51, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #firmwide-search-container {
  position: static;
  margin-right: auto;
}

/* line 54, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #firmwide-search-container #firmwide-search-form {
  margin-top: 8.5px;
}

/* line 56, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #firmwide-search-container #firmwide-search-form .input-group {
  border-radius: 10px;
}

/* line 58, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #firmwide-search-container #firmwide-search-form .input-group #firmwide-search {
  color: #000000 !important;
  font-size: 15px !important;
  background-color: transparent !important;
  -webkit-font-smoothing: auto;
}

/* line 64, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #firmwide-search-container #firmwide-search-form .input-group .input-group-addon {
  background-color: transparent;
}

/* line 67, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #firmwide-search-container #firmwide-search-form .input-group #recents-button {
  border-left: none !important;
  font-size: 13px !important;
  color: #1976D2;
}

/* line 71, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #firmwide-search-container #firmwide-search-form .input-group #recents-button .caret {
  border-top: 3px dashed;
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

/* line 81, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #bs-example-navbar-collapse-1 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  /* line 81, app/assets/stylesheets/globals/_navbars.scss */
  nav > .container-fluid #bs-example-navbar-collapse-1 {
    background-color: #FFFFFF;
    position: absolute;
    top: 60px;
    left: 13px;
    width: calc(100% + 4px);
    text-align: center;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
  }
}

/* line 93, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #bs-example-navbar-collapse-1 .navbar-right {
  margin-right: 0;
  float: none !important;
}

/* line 96, app/assets/stylesheets/globals/_navbars.scss */
nav > .container-fluid #bs-example-navbar-collapse-1 .navbar-right li.dropdown > a {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 103, app/assets/stylesheets/globals/_navbars.scss */
#dw-main-top-navbar {
  padding-top: 0;
  border-top: none;
  margin-left: 286px;
  margin-right: 30px;
  padding-left: 9px;
  padding-right: 12px;
  width: calc(100% - 316px);
  height: 53px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

/* line 115, app/assets/stylesheets/globals/_navbars.scss */
#dw-main-top-navbar.collapsed-sidebar {
  width: calc(100% - 164px);
  margin-left: 134px;
}
/* line 3, app/assets/stylesheets/globals/_page_elements.scss */
.white-container {
  background-color: #FFFFFF;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/globals/_page_elements.scss */
.section-heading-container {
  padding-top: 30px;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 1040px;
}

/* line 13, app/assets/stylesheets/globals/_page_elements.scss */
.section-heading {
  text-align: center;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  /* line 13, app/assets/stylesheets/globals/_page_elements.scss */
  .section-heading {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 21, app/assets/stylesheets/globals/_page_elements.scss */
.grey-section {
  background: #fafafa;
}

/* line 24, app/assets/stylesheets/globals/_page_elements.scss */
.full-width-grey-background {
  background: #fafafa;
  width: 100%;
}

/* line 28, app/assets/stylesheets/globals/_page_elements.scss */
.bordered-section {
  border: 1px solid #e1e1e1;
}

/* line 31, app/assets/stylesheets/globals/_page_elements.scss */
.border-top {
  border-top: 1px solid #e1e1e1 !important;
}

/* line 36, app/assets/stylesheets/globals/_page_elements.scss */
.green-section {
  background: #1976D2;
}

/* line 38, app/assets/stylesheets/globals/_page_elements.scss */
.green-section h2 {
  color: #FFFFFF;
}

/* line 43, app/assets/stylesheets/globals/_page_elements.scss */
.gradient-section {
  background-image: linear-gradient(90deg, #74EBD5 3%, #ACB6E5 86%);
}

/* line 45, app/assets/stylesheets/globals/_page_elements.scss */
.gradient-section h2 {
  color: #FFFFFF;
}

/* line 50, app/assets/stylesheets/globals/_page_elements.scss */
.banner {
  padding: 0px;
}

/* line 52, app/assets/stylesheets/globals/_page_elements.scss */
.banner .btn {
  margin-top: 15px;
}

/*This is for basic pages with minimal stying, such as Terms of Use or Privacy Policy pages*/
/* line 58, app/assets/stylesheets/globals/_page_elements.scss */
.plain-page-container {
  padding: 100px 0 50px;
}

/* line 62, app/assets/stylesheets/globals/_page_elements.scss */
.category-active {
  font-weight: bolder !important;
}

/* line 67, app/assets/stylesheets/globals/_page_elements.scss */
.white-on-grey-content-page .grey-section {
  padding: 30px 0px;
}

/* line 70, app/assets/stylesheets/globals/_page_elements.scss */
.white-on-grey-content-page .white-container {
  border: 1px solid #e1e1e1;
  margin: 25px 5%;
  padding: 20px 3%;
}

/* line 78, app/assets/stylesheets/globals/_page_elements.scss */
.lower-navbar {
  background: #FFFFFF;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
}

/* line 82, app/assets/stylesheets/globals/_page_elements.scss */
.lower-navbar p.lower-navbar-title {
  margin-bottom: 0px;
  margin-top: 3px;
}

/* line 89, app/assets/stylesheets/globals/_page_elements.scss */
.inline-form-body {
  background: #fafafa;
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 25px;
}
/* line 3, app/assets/stylesheets/globals/_print_view.scss */
.printed-content {
  margin: 0cm 2cm 2cm 2cm;
}

/* line 5, app/assets/stylesheets/globals/_print_view.scss */
.printed-content p, .printed-content h1, .printed-content li, .printed-content h5 {
  color: #000000;
}

/* line 9, app/assets/stylesheets/globals/_print_view.scss */
.printed-content p, .printed-content li {
  font-size: 12pt;
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/globals/_print_view.scss */
.printed-content p.small-font {
  font-size: 9pt;
}

/* line 18, app/assets/stylesheets/globals/_print_view.scss */
.printed-content h1 {
  font-size: 24pt;
}

/* line 23, app/assets/stylesheets/globals/_print_view.scss */
.no-break {
  page-break-inside: avoid;
}

/* line 29, app/assets/stylesheets/globals/_print_view.scss */
.print-container .printed-question {
  display: -webkit-box;
}

/* line 32, app/assets/stylesheets/globals/_print_view.scss */
.print-container hr {
  width: 100%;
  border: 0.5px solid #000000;
  margin: 30px 0px 10px 0px;
}

/* line 37, app/assets/stylesheets/globals/_print_view.scss */
.print-container .printed-question {
  position: relative;
  overflow: hidden;
}

/* line 41, app/assets/stylesheets/globals/_print_view.scss */
.print-container .printed-question:after {
  display: inline-block;
  content: "";
  height: 1px;
  border: 0.5px solid #000000;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: -2px;
  margin-left: 10px;
}
/* line 3, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row {
  -webkit-font-smoothing: antialiased;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  /* line 3, app/assets/stylesheets/globals/_public_payment_page.scss */
  .dw-payment-page-info-row {
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 9, app/assets/stylesheets/globals/_public_payment_page.scss */
  .dw-payment-page-info-row .dw-payment-page-company-details-container {
    text-align: center;
  }
}

/* line 14, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .col-md-8 .account-access-header {
  border-bottom: none;
}

/* line 17, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .col-md-8 h3 {
  font-family: "Playfair Display", serif;
  color: #000000;
  font-size: 32px;
  margin-top: 32px;
  margin-bottom: 0px;
}

/* line 25, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .col-md-8 .invoice-payment-form-public .row {
  margin-right: -10px;
  margin-left: -10px;
}

/* line 28, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .col-md-8 .invoice-payment-form-public .row .col-md-6 {
  padding: 0 10px;
}

/* line 32, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .col-md-8 .invoice-payment-form-public .dw-inv-payment-page-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

/* line 37, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .col-md-8 .invoice-payment-form-public .dw-inv-payment-page-subtitle.dw-inv-payment-page-pd {
  margin-top: 28px;
  margin-bottom: 18px;
}

/* line 41, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .col-md-8 .invoice-payment-form-public .dw-inv-payment-page-subtitle.dw-inv-payment-page-pm {
  margin-top: 16px;
  margin-bottom: 18px;
}

/* line 49, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-container {
  border: 1px solid #C6C6C6;
  border-radius: 7px;
  padding: 20px;
}

/* line 54, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-container .dw-inv-payment-page-cc-three-col .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 60, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-container .dw-inv-payment-page-cc-twothird-col .col-md-8,
.dw-payment-page-info-row .dw-inv-payment-page-form-container .dw-inv-payment-page-cc-twothird-col .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 67, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-container .dw-inv-payment-page-cc-one-col .col-md-12 {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 73, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-container .dw-inv-payment-page-cc-two-cols .col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 79, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-grp {
  position: relative;
}

/* line 81, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-grp label {
  color: #757575;
  font-size: 15px;
  padding-left: 5px;
}

/* line 86, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-grp input.form-control {
  color: #000000 !important;
  border: 1px solid #C6C6C6 !important;
  box-shadow: none;
  height: auto;
  border-radius: 7px !important;
  padding: 8px 16px !important;
}

/* line 93, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-grp input.form-control:focus {
  border-color: #1976D2 !important;
}

/* line 97, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-grp select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000000 !important;
  border: 1px solid #C6C6C6 !important;
  box-shadow: none;
  height: auto;
  border-radius: 7px !important;
  padding: 8px 16px !important;
}

/* line 105, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-grp select.form-control:focus {
  border-color: #1976D2 !important;
}

/* line 109, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-info-row .dw-inv-payment-page-form-grp .dw-inv-payment-page-drp-dwn-caret {
  position: absolute;
  pointer-events: none;
  right: 18px;
  bottom: 18px;
}

/* line 119, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-bank-radio .radio-inline {
  margin-bottom: 8px;
}

/* line 121, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-bank-radio .radio-inline label {
  color: #000000;
}

/* line 126, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-bank-radio.dw-inv-payment-page-bank-acct-type .radio-inline {
  margin-top: 7px;
  margin-bottom: 9px;
}

/* line 133, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-total-amount-container {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 16px;
}

/* line 140, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-total-amount-container .dw-inv-payment-page-total-amount-right {
  font-weight: 700;
}

/* line 143, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-total-amount-container.dw-inv-payment-with-surecharge {
  margin-top: 10px;
}

/* line 146, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-total-amount-container .dw-inv-payment-page-no-bold {
  font-weight: 400;
}

/* line 151, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-pay-button-container {
  text-align: right;
  margin-top: 28px;
}

/* line 154, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-pay-button-container input[type="submit"] {
  background-color: #1976D2;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 50px;
  border-radius: 7px;
}

/* line 161, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-pay-button-container input[type="submit"]:hover {
  background-color: #0662BD;
}

/* line 167, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-disclaimer {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  background-color: #F5F5F5;
  font-size: 13px;
  padding: 11px 16px;
  margin-top: 36px;
  border-radius: 7px;
}

/* line 178, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-method-radios-container .col-md-12 {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 184, app/assets/stylesheets/globals/_public_payment_page.scss */
#payment_type_radios_container #dw-payment-page-card-radio-container,
#payment_type_radios_container #dw-payment-page-bank-radio-container {
  margin-bottom: 18px;
  border-radius: 7px;
  border: 1px solid #C6C6C6;
}

/* line 189, app/assets/stylesheets/globals/_public_payment_page.scss */
#payment_type_radios_container #dw-payment-page-card-radio-container.dw_pp_radio_selected,
#payment_type_radios_container #dw-payment-page-bank-radio-container.dw_pp_radio_selected {
  border-color: #1976D2;
  background-color: #EAF1FA;
}

/* line 194, app/assets/stylesheets/globals/_public_payment_page.scss */
#payment_type_radios_container label {
  color: #000000;
  border-radius: 7px;
  margin-bottom: 0px;
  width: 100%;
  cursor: pointer;
  padding: 15px 16px;
}

/* line 203, app/assets/stylesheets/globals/_public_payment_page.scss */
#card_radio,
#bank_radio {
  display: none;
}

/* line 208, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-pay-page-old-radio-design #card_radio,
.dw-pay-page-old-radio-design #bank_radio {
  display: inline !important;
}

/* line 212, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-pay-page-old-radio-design label {
  color: #44505D !important;
}

/* line 215, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-pay-page-old-radio-design .radio-inline {
  padding-left: 5px;
}

/* line 219, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-method-stylized-radio {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #E6E6E6;
  vertical-align: -11px;
  margin-right: 10px;
}

/* line 227, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-method-stylized-radio svg {
  display: none;
  margin-left: 6px;
  margin-top: 7px;
}

/* line 233, app/assets/stylesheets/globals/_public_payment_page.scss */
#card_radio:checked + .dw-payment-method-stylized-radio,
#bank_radio:checked + .dw-payment-method-stylized-radio {
  background-color: #1976D2;
}

/* line 236, app/assets/stylesheets/globals/_public_payment_page.scss */
#card_radio:checked + .dw-payment-method-stylized-radio svg,
#bank_radio:checked + .dw-payment-method-stylized-radio svg {
  display: block;
}

/* line 240, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-method-internal-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 245, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-inv-payment-page-method-internal-container .dw-inv-payment-page-method-internal-right img {
  margin-left: 8px;
}

/* line 250, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-company-details-container {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  padding-top: 35px;
}

/* line 254, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-company-details-container .dw-payment-page-company-details-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 259, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-page-company-details-container .dw-payment-page-company-details-content {
  font-size: 15px;
  line-height: 24px;
}

/* line 265, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-success-page-container {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-top: 60px;
}

/* line 269, app/assets/stylesheets/globals/_public_payment_page.scss */
.dw-payment-success-page-container .dw-payment-success-page-text {
  font-family: "Playfair Display", serif;
  color: #000000;
  margin-top: 20px;
  font-size: 24px;
}

/* line 278, app/assets/stylesheets/globals/_public_payment_page.scss */
.modal-content .dw-inv-payment-page-drp-dwn-caret {
  display: none !important;
}

/* line 282, app/assets/stylesheets/globals/_public_payment_page.scss */
.modal-content .dw-inv-payment-page-bank-radio label {
  color: #44505D !important;
}
/* line 3, app/assets/stylesheets/globals/_search_results.scss */
#firmwide-search-container {
  position: absolute;
  left: 180px;
  top: 10px;
  width: 300px;
}

/* line 8, app/assets/stylesheets/globals/_search_results.scss */
#firmwide-search-container #recents-button {
  background: #fafafa;
  color: #44505D;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: #e7e7e7 1px solid !important;
}

/* line 16, app/assets/stylesheets/globals/_search_results.scss */
#firmwide-search-results {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 5px;
  max-height: 550px;
  overflow: scroll;
}

/* line 22, app/assets/stylesheets/globals/_search_results.scss */
#firmwide-search-results .list-group > a.list-group-item {
  border: 0px !important;
}

/* line 25, app/assets/stylesheets/globals/_search_results.scss */
#firmwide-search-results .list-group > a.list-group-item:hover .low-opacity {
  opacity: 1 !important;
}

/* line 32, app/assets/stylesheets/globals/_search_results.scss */
#firmwide-search-form .input-group {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

/* line 36, app/assets/stylesheets/globals/_search_results.scss */
#firmwide-search-form .input-group > .input-group-addon {
  border: 0px !important;
  background: #fafafa;
  color: #212121;
  border-radius: 5px !important;
}

/* line 43, app/assets/stylesheets/globals/_search_results.scss */
#firmwide-search, #firmwide-search:focus, #firmwide-search:active {
  border: 0px !important;
  box-shadow: none;
  padding: 0px;
  background: #fafafa !important;
  border-radius: 5px !important;
}
/* line 3, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
  position: fixed;
  bottom: 0px;
  top: 0px;
  background: #FFFFFF;
  border-right: 1px solid #e7e7e7;
  padding: 0px 24px 24px 24px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 300ms linear;
}

/* line 16, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar ul {
  font-size: 14px;
}

/* line 19, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar .attorney-dashboard-tabs > li > a {
  padding-left: 20px !important;
  margin-left: 0px !important;
}

/* line 23, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar .sidebar-pill {
  height: 42px;
  width: 100%;
  border-radius: 0px !important;
}

/* line 28, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar .nav-pills > li + li {
  margin-left: 0px !important;
}

/* line 31, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar .nav-pills > li > a {
  border-radius: 0px;
  padding-top: 11px;
  padding-bottom: 11px;
}

/* line 37, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.expanded-sidebar {
  width: 256px;
}

/* line 40, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.collapsed-sidebar {
  width: 104px;
  padding: 0px 18px 24px 18px;
}

/* line 43, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.collapsed-sidebar .dw-sidebar-menu-logo-collapsed {
  margin-left: 0px;
  text-align: center;
}

/* line 47, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.collapsed-sidebar .dw-sidebar-user-info {
  justify-content: center;
}

/* line 49, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.collapsed-sidebar .dw-sidebar-user-info .dw-sidebar-user-initials-container > .dw-sidebar-user-initials {
  margin-left: 0px;
}

/* line 53, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.collapsed-sidebar .dw-sidebar-create-now-btn-collapsed {
  justify-content: center;
  padding: 11px 0px;
}

/* line 57, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.collapsed-sidebar .dw-sidebar-menu-group-container > a > .dw-sidebar-menu-group-button {
  padding: 10px 0px;
  justify-content: center;
}

/* line 61, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.collapsed-sidebar .dashboard-tab-title {
  display: none;
}

/* line 65, app/assets/stylesheets/globals/_sidebar.scss */
#sidebar.sidebar-beneath-navbar {
  padding-top: 0px;
  z-index: 3;
}

/* line 69, app/assets/stylesheets/globals/_sidebar.scss */
#main.expanded-sidebar, #footer.expanded-sidebar {
  margin-left: 256px;
  transition: 250ms linear;
}

/* line 73, app/assets/stylesheets/globals/_sidebar.scss */
#main.collapsed-sidebar, #footer.collapsed-sidebar {
  margin-left: 104px;
  transition: 250ms linear;
}

/* line 80, app/assets/stylesheets/globals/_sidebar.scss */
.sidebar-tabs > li > a:first-child {
  margin-left: 30px !important;
}

/* line 85, app/assets/stylesheets/globals/_sidebar.scss */
.sidebar-tabs {
  background: #212121;
  border-top: 0px;
  border-bottom: 0px;
}

/* line 91, app/assets/stylesheets/globals/_sidebar.scss */
.sidebar-tabs > li > a {
  color: #FFFFFF !important;
  opacity: .7;
}

/* line 96, app/assets/stylesheets/globals/_sidebar.scss */
.sidebar-tabs > li.active > a, .sidebar-tabs > li.active > a:focus, .sidebar-tabs > li.active > a:hover {
  background: #1976D2 !important;
  color: #FFFFFF !important;
  opacity: 1;
}

/* line 100, app/assets/stylesheets/globals/_sidebar.scss */
.sidebar-tabs > li.active > a #toggle-sidebar-glyphicon, .sidebar-tabs > li.active > a:focus #toggle-sidebar-glyphicon, .sidebar-tabs > li.active > a:hover #toggle-sidebar-glyphicon {
  color: #FFFFFF;
}

/* line 104, app/assets/stylesheets/globals/_sidebar.scss */
.sidebar-tabs > li > a:hover {
  background: #000000 !important;
  color: #FFFFFF !important;
  opacity: 1;
}

@media screen and (max-height: 700px) {
  /* line 111, app/assets/stylesheets/globals/_sidebar.scss */
  #sidebar > ul > .tooltip {
    display: none !important;
  }
  /* line 114, app/assets/stylesheets/globals/_sidebar.scss */
  .dw-theme-sidebar-new-badge {
    right: 3px !important;
  }
}
/* line 3, app/assets/stylesheets/globals/_spinner.scss */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 48%;
  left: 48%;
}

/* line 14, app/assets/stylesheets/globals/_spinner.scss */
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1976D2;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

/* line 28, app/assets/stylesheets/globals/_spinner.scss */
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 48, app/assets/stylesheets/globals/_spinner.scss */
.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  z-index: 999999;
}
/* line 3, app/assets/stylesheets/globals/_suggestions.scss */
#suggestions-component {
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 1;
}

/* line 8, app/assets/stylesheets/globals/_suggestions.scss */
#suggestions-component a, #suggestions-component a:hover {
  background: #FFFFFF;
  padding: 5px 20px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(60, 66, 87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  font-size: 14px;
  opacity: .8;
  text-decoration: none;
  color: #44505D;
}

/* line 18, app/assets/stylesheets/globals/_suggestions.scss */
#suggestions-component .glyphicon {
  opacity: .5;
}

/* line 23, app/assets/stylesheets/globals/_suggestions.scss */
#suggestion-input {
  z-index: 2;
  display: none;
  position: absolute;
  left: 0px;
  border-radius: 5px !important;
  box-shadow: 0 2px 5px 0 rgba(60, 66, 87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  padding: 10px;
  background: #FFFFFF;
}

/* line 32, app/assets/stylesheets/globals/_suggestions.scss */
#suggestion-input textarea {
  border-radius: 5px !important;
  margin: 0px -2px 0px 0px;
  height: 100px;
  width: 400px;
  box-shadow: none !important;
  webkit-box-shadow: none !important;
  border: none !important;
  resize: none;
}

/* line 45, app/assets/stylesheets/globals/_suggestions.scss */
#cancel-suggestion-button {
  position: absolute;
  bottom: 10px;
  right: 81px;
}

/* line 51, app/assets/stylesheets/globals/_suggestions.scss */
#suggestion-confirmation {
  position: absolute;
  background: #FFFFFF;
  z-index: 2;
  padding: 20px;
  width: 300px;
  border-radius: 5px !important;
  box-shadow: 0 2px 5px 0 rgba(60, 66, 87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  left: 0px;
  text-align: left;
  display: none;
}

/* line 64, app/assets/stylesheets/globals/_suggestions.scss */
#suggestion-confirmation-icon {
  font-size: 25px;
}

/* line 68, app/assets/stylesheets/globals/_suggestions.scss */
.suggestion-container {
  margin: 10px;
  padding: 10px;
}
/* line 1, app/assets/stylesheets/globals/_tip.scss */
#smart-form-light-tip {
  margin-top: 120px;
}
/* Modify toast alerts */
/* line 4, app/assets/stylesheets/globals/_toast_alerts.scss */
#toast-container > .toast-error {
  background-color: #FF5252;
}

/* line 7, app/assets/stylesheets/globals/_toast_alerts.scss */
#toast-container > .toast-success {
  background-color: #4CAF50;
}
/* line 10, app/assets/stylesheets/globals/_tooltip-overrides.scss */
.tooltip.dw-tooltip {
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/globals/_tooltip-overrides.scss */
.tooltip.dw-tooltip.in {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

/* line 16, app/assets/stylesheets/globals/_tooltip-overrides.scss */
.tooltip.dw-tooltip .tooltip-inner {
  border: 1px solid #969796;
  background-color: #FFFFFF !important;
  color: #333333;
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 24, app/assets/stylesheets/globals/_tooltip-overrides.scss */
.tooltip.dw-tooltip .tooltip-arrow:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: -11px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FFFFFF;
}

/* line 36, app/assets/stylesheets/globals/_tooltip-overrides.scss */
.tooltip.dw-tooltip .tooltip-arrow {
  bottom: -4px !important;
  border-top-color: #969796 !important;
  border-width: 10px 10px 0 !important;
  margin-left: -10px !important;
}
/* line 3, app/assets/stylesheets/globals/_trix_editor.scss */
trix-editor {
  background: #FFFFFF;
}

/* line 5, app/assets/stylesheets/globals/_trix_editor.scss */
trix-editor ul, trix-editor ol {
  font-size: unset;
  color: unset;
}

/* line 11, app/assets/stylesheets/globals/_trix_editor.scss */
.trix-content {
  color: #44505D;
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/globals/_trix_editor.scss */
.trix-button-group.trix-button-group--file-tools {
  display: none;
}
/* line 1, app/assets/stylesheets/globals/_width.scss */
.w-25 {
  width: 25% !important;
}

/* line 5, app/assets/stylesheets/globals/_width.scss */
.w-50 {
  width: 50% !important;
}

/* line 9, app/assets/stylesheets/globals/_width.scss */
.w-75 {
  width: 75% !important;
}

/* line 13, app/assets/stylesheets/globals/_width.scss */
.w-100 {
  width: 100% !important;
}
/* line 3, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-dialog {
  width: 90vw;
  height: 90vh;
}

/* line 8, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content {
  height: 100%;
  border: 4px dashed #0087F7;
  background: #FFFFFF;
}

/* line 12, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .modal-body {
  margin-top: 5%;
}

/* line 17, app/assets/stylesheets/globals/dropzone.scss */
.cloud-icon {
  font-size: 60px;
  color: #e7e7e7;
}

/* line 22, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content #previews {
  height: 35vh;
}

/* line 26, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}

/* line 37, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-width {
  width: 38%;
  margin: 0 auto;
  padding: 0px;
}

/* line 42, app/assets/stylesheets/globals/dropzone.scss */
.dz-preview, .dz-file-preview {
  width: 38% !important;
  height: 150px;
}

/* line 49, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 48, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}

/* line 53, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 54, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}

/* line 62, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 65, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}

/* line 67, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 72, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

/* line 75, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 82, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}

/* line 83, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 92, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* line 87, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 98, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}

/* line 91, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 104, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}

/* line 95, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 110, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone-modal-content .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}

/* line 108, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 125, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}

/* line 112, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 131, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}

/* line 116, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 137, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}

/* line 126, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 149, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}

/* line 136, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 161, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}

/* line 140, /Users/karthikc/.rvm/gems/ruby-2.2.4/gems/dropzonejs-rails-0.4.16/vendor/assets/stylesheets/dropzone/dropzone.css.scss */
/* line 167, app/assets/stylesheets/globals/dropzone.scss */
.dropzone-modal-content .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
@media screen and (min-width: 992px) {
  /* line 3, app/assets/stylesheets/globals/logs.scss */
  .activity-feed-dropdown {
    min-width: 900px;
  }
}

/* line 9, app/assets/stylesheets/globals/logs.scss */
#log-filter-options {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 500px;
}

/* line 16, app/assets/stylesheets/globals/logs.scss */
.logs-pagination {
  list-style: none;
  padding: 5px !important;
  border: none;
  display: inline-flex;
  margin: 0px;
}

/* line 22, app/assets/stylesheets/globals/logs.scss */
.logs-pagination .disabled {
  pointer-events: none;
}

/* line 28, app/assets/stylesheets/globals/logs.scss */
.tab-pane .log-li {
  list-style: none !important;
  background: #FFFFFF;
  margin-top: 10px;
  border: 1px solid #e1e1e1;
}

/* line 35, app/assets/stylesheets/globals/logs.scss */
.tab-pane #log-filter-options {
  top: -8px;
}
/* line 3, app/assets/stylesheets/globals/progress_bar.scss */
.progress-bar-incomplete {
  background: #F5F5F5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #44505D;
}

/* line 9, app/assets/stylesheets/globals/progress_bar.scss */
.progress-bar-success {
  background: #4CAF50;
  border-right: 1px solid #FFFFFF;
}

/* line 12, app/assets/stylesheets/globals/progress_bar.scss */
.progress-bar-success.late {
  background: #F44336 !important;
}
/* line 3, app/assets/stylesheets/globals/stripe.scss */
.StripeElement {
  background-color: #FFFFFF;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 150ms ease;
  color: #32325d !important;
  lineHeight: 18px !important;
  fontFamily: "Source Sans Pro", sans-serif !important;
  fontSmoothing: antialiased !important;
  fontSize: 16px !important;
  outline: none !important;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/* line 22, app/assets/stylesheets/globals/stripe.scss */
.StripeElement::-moz-placeholder {
  color: #aab7c4 !important;
}
.StripeElement:-ms-input-placeholder {
  color: #aab7c4 !important;
}
.StripeElement::placeholder {
  color: #aab7c4 !important;
}

/* line 27, app/assets/stylesheets/globals/stripe.scss */
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 31, app/assets/stylesheets/globals/stripe.scss */
.StripeElement--invalid {
  border-color: #fa755a;
}

/* line 35, app/assets/stylesheets/globals/stripe.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 39, app/assets/stylesheets/globals/stripe.scss */
.stripe-button {
  border: none;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  background: #1976D2;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: all 150ms ease;
  float: left;
  margin-top: 28px;
  width: 100%;
}
/* line 3, app/assets/stylesheets/globals/timetracker.scss */
#time_tracker_container {
  display: initial;
  color: #5E5E5E;
  -webkit-font-smoothing: auto;
}

/* line 9, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app {
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app .glyphicon-option-vertical {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 18, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app > .btn-group .btn-group > button {
  background-color: transparent !important;
  border: none !important;
  margin-top: 4px;
  margin-bottom: 14px;
  margin-right: 8px;
  padding-right: 0px;
  font-size: 15px;
}

/* line 26, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app > .btn-group .btn-group > button:hover {
  color: #5E5E5E !important;
}

/* line 29, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app > .btn-group .btn-group > button svg {
  vertical-align: -4px;
  margin-right: 3px;
}

/* line 34, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app > .btn-group .btn-group > button.btn-green {
  color: #1976D2 !important;
}

/* line 36, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app > .btn-group .btn-group > button.btn-green svg {
  fill: #1976D2;
  vertical-align: -6px;
}

/* line 41, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app > .btn-group .btn-group > .dw-time-tracker-ops {
  background-color: transparent !important;
  border: none !important;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 10px;
  box-shadow: none !important;
}

/* line 49, app/assets/stylesheets/globals/timetracker.scss */
#time-tracker-app > .btn-group .btn-group > .dw-time-tracker-ops.btn-green > span > svg {
  fill: #1976D2;
}

/* line 54, app/assets/stylesheets/globals/timetracker.scss */
#dw-time-entries-new-btn-container {
  margin-top: 6px;
  margin-right: 12px;
  padding-bottom: 16px;
  display: inline-block;
}

/* line 60, app/assets/stylesheets/globals/timetracker.scss */
.dw-time-tracker-add {
  position: relative;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDD4Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDD4Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLBT5Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLBT5Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLBT5Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJRgVThLs8Y7ETJzDCYFCSLE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZiMaisvaUVUsYyVzOmndek.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJbBAWGjcah5Ky0jbCgIwDB8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJf14vlcfyPYlAcQy2UfDRm4.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJafJul7RR1X4poJgi27uS4w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJavyPXdneeGd26m9EmFSSWg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJUo2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZ6iIh_FvlUHQwED9Yt5Kbw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS_vZmeiCMnoWNN9rHBYaTc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJSFaMxiho_5XQnyRZzQsrZs.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJQalQocB-__pDVGhF3uS2Ks.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJWhQUTDJGru-0vvUpABgH8I.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJejkDdvhIIFj_YMdgqpnSB0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* line 1, app/assets/stylesheets/invoice_pdf.scss */
html {
  height: 0;
}

/* line 3, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice {
  padding: 100px;
}

/* line 5, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice h3 {
  margin-bottom: 50px !important;
}

/* line 8, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice h5, #printed-invoice caption, #printed-invoice td, #printed-invoice th {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

/* line 13, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice h3 {
  font-size: 60px !important;
}

/* line 16, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice td, #printed-invoice p {
  font-size: 32px !important;
}

/* line 19, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice a {
  color: black !important;
  cursor: default;
}

/* line 23, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice th, #printed-invoice caption, #printed-invoice h5 {
  font-size: 33px !important;
}

/* line 26, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .invoice-section {
  margin-top: 100px !important;
}

/* line 29, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .description-column {
  min-width: 800px;
}

/* line 32, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .charge-description-column {
  min-width: 650px;
  max-width: 650px;
}

/* line 36, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .charge-date-column {
  min-width: 150px;
  max-width: 150px;
}

/* line 40, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .table-borderless td,
#printed-invoice .table-borderless th {
  border: 0 !important;
}

/* line 44, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice #client-info {
  min-width: 500px;
  max-width: 500px;
}

/* line 49, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice #invoice-info {
  min-width: 200px;
  max-width: 200px;
}

/* line 53, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .bold {
  font-weight: bolder !important;
}

/* line 57, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .preview-invoice-edit-payment-icon, #printed-invoice .preview-invoice-delete-charge-icon {
  display: none;
}

/* line 61, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .pay-online-link {
  color: #1976D2 !important;
  font-size: 36px !important;
  font-weight: bold;
  border: 1px solid;
  padding: 15px;
  margin-top: 10px;
}

/* line 70, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .firm-logo img {
  max-width: 300px;
  max-height: 100px;
}

/* line 75, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .unsucceeded_payment {
  text-decoration: line-through;
}

/* line 79, app/assets/stylesheets/invoice_pdf.scss */
#printed-invoice .badge {
  font-size: 24px;
  padding: 8px 14px;
}

/* line 86, app/assets/stylesheets/invoice_pdf.scss */
.break-spaces {
  white-space: pre-line;
}
/* line 2, app/assets/stylesheets/libraries_overwrite.scss */
.select2-selection--multiple .select2-search--inline {
  width: 100% !important;
}
/* line 2, app/assets/stylesheets/new_conversation_modal.scss */
#text-messaging-new-conversation-modal #text-messaging-new-conversation-modal-form,
#text-messaging-new-conversation-modal #text-messaging-edit-conversation-modal-form {
  padding: 15px;
}

/* line 7, app/assets/stylesheets/new_conversation_modal.scss */
#text-messaging-new-conversation-modal #text-messaging-new-conversation-modal-form .input-wrapper,
#text-messaging-new-conversation-modal #text-messaging-edit-conversation-modal-form .input-wrapper {
  padding: 7px 0;
}

/* line 10, app/assets/stylesheets/new_conversation_modal.scss */
#text-messaging-new-conversation-modal #text-messaging-new-conversation-modal-form .glyphicon,
#text-messaging-new-conversation-modal #text-messaging-edit-conversation-modal-form .glyphicon {
  color: #222;
  padding: 0;
  opacity: .6;
  font-size: 12px;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/new_conversation_modal.scss */
#text-messaging-new-conversation-modal .modal-backdrop {
  z-index: -1;
}
/* line 2, app/assets/stylesheets/notes_pdf.scss */
#notes_pdf .note-subfont {
  color: #909090;
  font-size: 12px !important;
}

/* line 6, app/assets/stylesheets/notes_pdf.scss */
#notes_pdf .note-pdf-container {
  margin-bottom: 25px;
}

/* line 9, app/assets/stylesheets/notes_pdf.scss */
#notes_pdf .centered {
  text-align: center;
}

/* line 12, app/assets/stylesheets/notes_pdf.scss */
#notes_pdf #heading {
  margin-bottom: 30px;
}
/* line 3, app/assets/stylesheets/pages/_attorney.scss */
#lawyer-jumbotron-image {
  background-image: url(/images/rocket-lawyer.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  margin-bottom: 0;
  height: 50vh;
  min-height: 428px;
  position: fixed;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/_attorney.scss */
  #lawyer-jumbotron-image {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, app/assets/stylesheets/pages/_attorney.scss */
  #lawyer-jumbotron-image {
    background-position: 60%;
    min-height: 428px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, app/assets/stylesheets/pages/_attorney.scss */
  #lawyer-jumbotron-image {
    background-position: 30%;
    margin-top: 0px;
  }
}

/* line 10, app/assets/stylesheets/pages/_attorney.scss */
#lawyer-jumbotron-content {
  padding-top: 110px;
  height: 50vh;
  min-height: 428px;
}

/* line 84, app/assets/stylesheets/globals/_mixins.scss */
#lawyer-jumbotron-content p {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  /* line 86, app/assets/stylesheets/globals/_mixins.scss */
  #lawyer-jumbotron-content h1 {
    padding-right: 30%;
  }
  /* line 87, app/assets/stylesheets/globals/_mixins.scss */
  #lawyer-jumbotron-content p {
    max-width: 800px;
  }
}

/* line 13, app/assets/stylesheets/pages/_attorney.scss */
.lawyer-features-img {
  max-width: 420px;
  margin: auto;
}

/* line 16, app/assets/stylesheets/pages/_attorney.scss */
.lawyer-features-img img {
  max-width: 320px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  /* line 22, app/assets/stylesheets/pages/_attorney.scss */
  .lawyers-body-row .btn {
    margin-bottom: 20px;
  }
  /* line 25, app/assets/stylesheets/pages/_attorney.scss */
  .lawyer-features-img {
    margin: initial;
  }
}

/* line 30, app/assets/stylesheets/pages/_attorney.scss */
.lawyers-body-container {
  min-height: 2177px;
}

/* line 35, app/assets/stylesheets/pages/_attorney.scss */
.pro_screenshots {
  width: 80%;
  margin: 80px 0px;
}

/* line 41, app/assets/stylesheets/pages/_attorney.scss */
.account-settings {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
}

/* line 47, app/assets/stylesheets/pages/_attorney.scss */
.account-settings-container {
  background: #fafafa;
}

/* line 51, app/assets/stylesheets/pages/_attorney.scss */
#table-of-contents-div {
  margin-top: 50px;
  margin-bottom: 53px;
  max-height: 600px;
}

/* line 56, app/assets/stylesheets/pages/_attorney.scss */
#table-of-contents-editor {
  padding-top: 5px;
}

/* line 59, app/assets/stylesheets/pages/_attorney.scss */
.synced .fr-toolbar {
  display: none !important;
}

/* line 62, app/assets/stylesheets/pages/_attorney.scss */
.pdf-header {
  margin-left: 15px !important;
  width: 98% !important;
  position: absolute !important;
  z-index: 1 !important;
}

/* line 68, app/assets/stylesheets/pages/_attorney.scss */
.color-white {
  color: #FFFFFF !important;
}

/* line 71, app/assets/stylesheets/pages/_attorney.scss */
#save-table-of-content {
  margin-left: 11px;
}

/* line 74, app/assets/stylesheets/pages/_attorney.scss */
.table-of-content-buttons {
  height: 32px;
  width: 40px;
}

/* line 79, app/assets/stylesheets/pages/_attorney.scss */
.select2-attendees .select2-container .select2-search__field {
  width: 200% !important;
}

/* line 83, app/assets/stylesheets/pages/_attorney.scss */
.sms-consent-label {
  margin: 0px !important;
}
/* line 4, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.grey-glyphicon {
  color: #909090 !important;
}

/* line 7, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-container {
  background: #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
}

@-webkit-keyframes tableRowshake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes tableRowshake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 19, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container {
  border: 1px solid #E7E7E7;
  overflow-x: auto;
  border-radius: 15px;
}

/* line 23, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table {
  margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
}

/* line 27, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > thead > tr {
  background-color: #F0F5FB;
}

/* line 29, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > thead > tr th {
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  padding: 7.5px 8px;
  vertical-align: middle;
}

/* line 36, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > thead > tr th input[type="radio"], .dw-internal-table-container table > thead > tr th input[type="checkbox"] {
  margin: 0;
}

/* line 40, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > thead > tr th:first-child {
  padding-left: 16px;
}

/* line 45, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > tbody .clickable-row:hover, .dw-internal-table-container table > tbody tr:hover {
  background-color: #FFFDF4;
  -webkit-animation: tableRowshake 0.3s;
          animation: tableRowshake 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* line 50, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > tbody tr > td {
  border-top: 1px solid #E7E7E7;
  font-size: 15px;
  color: #000000;
}

/* line 54, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > tbody tr > td:first-child {
  padding-left: 16px;
}

/* line 57, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > tbody tr > td textarea {
  color: #000000 !important;
  font-size: 15px !important;
}

/* line 61, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-internal-table-container table > tbody tr > td p {
  margin-bottom: 0px;
}

/* line 67, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-delete-link {
  color: #D31631;
}

/* line 69, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-delete-link:hover {
  color: #C10B25;
}

/* line 72, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-delete-link:focus, .dw-table-delete-link:active {
  color: #D31631;
}

/* line 76, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-custom-checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  background-color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

/* line 87, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-custom-checkbox:checked {
  background-color: #1976D2;
  border: none;
}

/* line 90, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-custom-checkbox:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 102, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-custom-checkbox:focus {
  outline: none !important;
}

/* line 105, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-custom-checkbox:disabled {
  background: #E7E7E7;
}

/* line 109, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-actions-column {
  min-width: 100px;
}

/* line 112, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-columns-config {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  padding-left: 10px;
}

/* line 118, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-footer {
  background-color: #F3F0F9;
}

/* line 120, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-footer tr > td {
  border-top: 1px solid #E7E7E7 !important;
  font-size: 14px;
  color: #000000;
  padding: 7.5px 8px !important;
  font-weight: 600;
}

/* line 126, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-footer tr > td:first-child {
  padding-left: 16px !important;
}

/* line 131, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-th {
  padding: 0px 0px 18px !important;
  -webkit-font-smoothing: antialiased;
}

/* line 135, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-container {
  display: flex;
}

@media screen and (max-width: 992px) {
  /* line 135, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .dw-table-filters-container {
    flex-direction: column;
  }
}

/* line 140, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-container .dw-table-filters-left-side {
  flex: 1 1 auto;
}

/* line 143, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-container .dw-table-filters-right-side {
  flex: 0 0 auto;
  width: 400px;
}

@media screen and (max-width: 992px) {
  /* line 143, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .dw-table-filters-container .dw-table-filters-right-side {
    width: auto;
    padding-top: 10px;
  }
  /* line 149, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .dw-table-filters-container .dw-table-filters-right-side .pull-right {
    float: left !important;
    margin-right: 10px;
  }
}

/* line 155, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-container .dw-table-filters-right-side-docs {
  flex: 0 0 auto;
  width: 450px;
}

@media screen and (max-width: 992px) {
  /* line 155, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .dw-table-filters-container .dw-table-filters-right-side-docs {
    width: auto;
    padding-top: 10px;
  }
  /* line 161, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .dw-table-filters-container .dw-table-filters-right-side-docs .pull-right {
    float: left !important;
    margin-right: 10px;
  }
}

/* line 168, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-btn-group {
  vertical-align: top;
}

/* line 171, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-dropdown-btn {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  padding: 5px 16px;
  color: #000000;
  background-color: #F3F5F9;
  border: none;
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-dropdown-btn .dw-table-filters-dropdown-label {
  font-weight: 700;
  margin-right: 5px;
}

@media screen and (max-width: 1180px) {
  /* line 182, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .dw-table-filters-dropdown-btn .dw-table-filters-dropdown-label {
    display: none;
  }
}

/* line 189, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-dropdown-btn svg {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
}

/* line 195, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-adv-filters-btn,
.dw-table-filters-basic-blue-btn {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 16px;
  margin-right: 8px;
  color: #1976D2;
  background-color: #eef4fa;
  border: none;
  border-radius: 8px;
  text-decoration: none !important;
}

/* line 208, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-adv-filters-btn:hover,
.dw-table-filters-basic-blue-btn:hover {
  text-decoration: none;
  color: #1976D2;
  background: #e0effe;
}

/* line 213, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-adv-filters-btn:disabled,
.dw-table-filters-basic-blue-btn:disabled {
  background: #E7E7E7;
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 219, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-trash-link {
  text-decoration: none !important;
}

/* line 222, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-trash-btn {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  background: #f8ecef;
  color: #D31631;
  padding: 5.5px 16px;
  margin-right: 8px;
  border-radius: 8px;
}

/* line 231, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-trash-btn:hover, .dw-table-filters-trash-btn:focus {
  text-decoration: none;
  color: #D31631;
  background: #ffe1e9;
}

/* line 237, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-download-btn {
  display: inline-block;
}

/* line 239, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-download-btn i {
  vertical-align: middle;
}

/* line 243, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-search-icon {
  position: absolute;
  margin-left: 16px;
  margin-top: 7px;
  pointer-events: none;
}

/* line 249, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-search {
  width: 210px;
  height: 30px;
  padding-left: 40px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
}

/* line 259, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-search::-moz-placeholder {
  color: #BCBCBC;
}
.dw-table-search:-ms-input-placeholder {
  color: #BCBCBC;
}
.dw-table-search::placeholder {
  color: #BCBCBC;
}

/* line 262, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-search:focus {
  outline: none;
  border: 1px solid #1976D2;
}

/* line 267, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-bulk-actions-btn {
  margin-right: 12px !important;
  padding: 4px 16px;
  height: 30px;
  border-radius: 8px;
  box-shadow: none !important;
}

/* line 274, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-bulk-actions-btn.disabled-button:hover svg {
  fill: #FFFFFF;
}

/* line 279, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-bulk-actions-btn:hover svg {
  fill: #1976D2;
}

/* line 283, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-bulk-actions-btn svg {
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -1px;
}

/* line 289, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container {
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 0;
  margin-bottom: 18px;
  background-color: #F3F5F9;
  border-radius: 15px;
  border: 1px solid #e7ecf7;
  box-shadow: none;
  -webkit-animation: zoomIn;
          animation: zoomIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/* line 301, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container form div > .btn-transparent-well {
  background-color: transparent;
  color: #000000;
  padding: 6px 10px 6px 5px;
}

/* line 306, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container form .dw-adv-clear-btn {
  background-color: transparent;
  color: #1976D2;
}

/* line 310, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container form .dw-adv-submit-btn {
  background-color: #1976D2;
  color: #FFFFFF;
  padding: 5px 16px;
  border-radius: 7px;
}

/* line 317, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container.dw-contacts-adv-filters {
  padding: 16px 16px;
}

/* line 321, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container.dw-contacts-adv-filters form > .filter-by-attribute-container > .form-inline > .form-group label,
.dw-table-adv-filters-container.dw-contacts-adv-filters form > .filter-by-attribute-container > .form-inline label {
  font-size: 14px;
  color: #000000;
}

/* line 325, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container.dw-contacts-adv-filters form > .filter-by-attribute-container > .form-inline > .form-group input, .dw-table-adv-filters-container.dw-contacts-adv-filters form > .filter-by-attribute-container > .form-inline > .form-group select,
.dw-table-adv-filters-container.dw-contacts-adv-filters form > .filter-by-attribute-container > .form-inline input,
.dw-table-adv-filters-container.dw-contacts-adv-filters form > .filter-by-attribute-container > .form-inline select {
  border-radius: 8px !important;
  font-size: 15px !important;
  box-shadow: none !important;
  border: 1px solid #E7E7E7 !important;
  color: #000000 !important;
  margin-left: 8px;
}

/* line 333, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container.dw-contacts-adv-filters form > .filter-by-attribute-container > .form-inline > .form-group .radio > label > input,
.dw-table-adv-filters-container.dw-contacts-adv-filters form > .filter-by-attribute-container > .form-inline .radio > label > input {
  vertical-align: top;
}

/* line 337, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container.dw-contacts-adv-filters form > #buttons-in-well > .dropdown > .dropdown-toggle {
  font-size: 14px !important;
  color: #000000;
}

/* line 341, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-adv-filters-container.dw-contacts-adv-filters form > .dropdown > .dropdown-toggle {
  font-size: 14px !important;
  color: #000000;
}

/* line 347, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-paginator-pages {
  -webkit-font-smoothing: antialiased;
}

/* line 350, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-paginator-pages nav > ul > li a {
  font-size: 15px;
  border-color: #E7E7E7 !important;
}

/* line 353, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-paginator-pages nav > ul > li a:hover {
  color: #337ab7;
}

/* line 357, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-paginator-pages nav > ul > li.disabled > a {
  color: #bababa;
}

/* line 359, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-paginator-pages nav > ul > li.disabled > a:hover {
  color: #ababab;
}

/* line 363, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-paginator-pages nav > ul > li:first-child > a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 367, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-paginator-pages nav > ul > li:last-child > a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 373, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-docs {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0px;
}

/* line 376, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-docs thead > tr > th {
  border: none;
  padding: 0px 0px 9px !important;
}

/* line 381, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-esign-action-btn {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

/* line 386, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-breadcrumb-files {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 392, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-breadcrumb-files li {
  display: inline-block;
}

/* line 394, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-breadcrumb-files li .breadcrumb-name {
  font-size: 14px;
  padding-right: 7px;
}

/* line 398, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-breadcrumb-files li svg {
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
}

/* line 406, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-actions-bank-accounts a {
  text-decoration: none !important;
}

/* line 408, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-actions-bank-accounts a svg {
  vertical-align: middle;
  margin-top: -2px;
}

/* line 415, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-trust-acc-subtitle {
  margin-bottom: 5px !important;
}

/* line 418, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-trust-acc {
  margin: 16px 0px;
  -webkit-font-smoothing: antialiased;
}

/* line 421, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-trust-acc .dw-table-filters-right-side {
  padding-top: 4px;
}

/* line 423, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-trust-acc .dw-table-filters-right-side span {
  color: #000000 !important;
  font-size: 16px;
}

/* line 429, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-table-filters-trust-acc .dw-table-filters-left-side > div > form > .dw-table-filters-btn-group > button:hover, .dw-table-filters-trust-acc .dw-table-filters-left-side > div > form > .dw-table-filters-btn-group > button:focus {
  color: #000000;
}

/* line 434, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-adv-clear-btn-isolated {
  background-color: transparent;
  color: #1976D2;
  height: 30px;
  vertical-align: top;
}

/* line 439, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-adv-clear-btn-isolated:hover, .dw-adv-clear-btn-isolated:focus {
  color: #1976D2 !important;
}

/* line 443, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-adv-submit-btn-isolated {
  background-color: #1976D2;
  color: #FFFFFF;
  padding: 4px 16px;
  border-radius: 7px;
  height: 30px;
  vertical-align: top;
}

/* line 450, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-adv-submit-btn-isolated:hover, .dw-adv-submit-btn-isolated:focus {
  color: #FFFFFF !important;
}

/* line 454, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-adv-msgs-tab-btn {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 16px;
  margin-right: 8px;
  color: #1976D2;
  background-color: #eef4fa;
  border: none;
  border-radius: 8px;
  text-decoration: none !important;
}

/* line 466, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-adv-msgs-tab-btn:hover {
  text-decoration: none;
  color: #1976D2;
  background: #e0effe;
}

/* line 471, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-adv-msgs-tab-btn.active {
  font-weight: 600;
  background-color: #F3F5F9;
  color: #000000;
}

/* line 479, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs {
  -webkit-font-smoothing: antialiased;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
  border-radius: 10px;
}

/* line 484, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li {
  margin-bottom: 0px;
  position: relative;
}

/* line 487, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li.active > a {
  background-color: #EAF1FA;
  color: #1976D2;
  border: 0;
}

/* line 491, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li.active > a:hover {
  background-color: #EAF1FA;
}

/* line 495, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li:first-child > a {
  border-radius: 10px 0px 0px 10px;
}

/* line 498, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li a {
  padding: 10px 20px;
  color: #000000;
  font-size: 15px;
  border: 0;
  border-radius: 0;
  margin-right: 0;
}

/* line 505, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li a span.glyphicon {
  vertical-align: -1px;
  padding-right: 0px;
}

/* line 509, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li a:hover {
  border: none;
  background-color: #F5F5F5;
}

/* line 514, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li .popover {
  -webkit-font-smoothing: auto;
}

/* line 516, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li .popover a {
  padding: 0px;
  color: #1976D2;
}

/* line 519, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#messages-page .nav-tabs li .popover a:hover {
  background-color: transparent;
}

/* line 527, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-horizontal-tab-separator {
  float: left;
  width: 1px;
  height: 20px;
  margin-top: 12px;
  background-color: #E7E7E7;
}

/* line 536, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table {
  background: #FFFFFF;
  border: 1px solid #e1e1e1 !important;
  border-collapse: inherit;
  margin-bottom: 6px;
  max-width: none !important;
  width: 100% !important;
}

/* line 544, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table .table-head-row > th {
  padding: 10px 15px;
  border: 0px;
}

/* line 549, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table a.archive-button, .pro-table a.filter-by-attorney-button, .pro-table a.filter-by-companies-or-people-button, .pro-table a.filter-by-created-date-button {
  color: #44505D;
  opacity: 0.5;
  margin-right: 5px;
}

/* line 554, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table a.active {
  opacity: 1;
}

/* line 558, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table .column-head-row {
  background: #fafafa;
}

/* line 560, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table .column-head-row th {
  padding: 5px 15px;
  border: 0px;
}

/* line 565, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table tbody > tr > td {
  padding: 12px 15px;
  border: 0px;
}

/* line 569, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table tbody tr:first-child td {
  border-top: 0px;
}

/* line 572, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table th > h3 {
  margin: initial;
}

/* line 575, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table .tall-row {
  height: 100px;
}

/* line 580, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow {
  background: #FFFFFF;
  border: none !important;
  border-collapse: inherit;
  margin-bottom: 0px;
  max-width: none !important;
  width: 100% !important;
}

/* line 587, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow .table-head-row > th {
  padding: 10px 15px;
  border: 0px;
}

/* line 591, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow a.archive-button, .pro-table-overflow a.filter-by-attorney-button, .pro-table-overflow a.filter-by-companies-or-people-button, .pro-table-overflow a.filter-by-created-date-button {
  color: #44505D;
  opacity: 0.5;
  margin-right: 5px;
}

/* line 596, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow a.active {
  opacity: 1;
}

/* line 600, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow .column-head-row {
  background: #fafafa;
}

/* line 602, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow .column-head-row th {
  padding: 5px 0px 5px 15px;
  border: 0px;
}

/* line 607, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow tbody > tr > td {
  padding: 12px 15px;
  border: 0px;
}

/* line 611, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow tbody tr:first-child td {
  border-top: 0px;
}

/* line 614, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow th > h3 {
  margin: initial;
}

/* line 617, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pro-table-overflow .tall-row {
  height: 100px;
}

/* line 622, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.index-table-container {
  border: solid #E4E4E4 1px;
}

/* line 626, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.report-table-container {
  border: solid #FF0000 1px;
  border-top: none;
  border-bottom: none;
}

/* line 632, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.matter-info {
  padding: 23px 0px 5px 0px;
  margin-left: 40px;
}

/* line 638, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#create-new-button-container .glyphicon {
  padding-right: 10px;
}

/* line 642, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#create-new-button-container a {
  font-size: 15px;
}

/* line 646, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#create-new-button {
  width: 207px;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  border-radius: 10px;
  background-color: #FFFFFF !important;
  color: #1976D2 !important;
  border: 1px solid #1976D2;
  -webkit-font-smoothing: auto;
}

/* line 655, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#create-new-button:hover {
  background-color: #F0F5FB !important;
}

/* line 658, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#create-new-button span {
  margin-left: 5px;
}

/* line 660, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#create-new-button span img {
  filter: invert(32%) sepia(98%) saturate(812%) hue-rotate(181deg) brightness(100%) contrast(99%);
}

/* line 665, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.second-level-dropdown {
  top: 82px;
  left: -261px;
}

/* line 670, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.avatar-image-wrapper .overlay, .avatar-image-wrapper img, .avatar-image-wrapper a {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin: 25px 30px;
  border-radius: 50%;
  text-align: center;
  left: inherit;
  right: inherit;
}

/* line 679, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.avatar-image-wrapper .overlay p, .avatar-image-wrapper img p, .avatar-image-wrapper a p {
  font-size: 14px;
}

/* line 685, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-avatar-column {
  max-width: 150px;
}

/* line 689, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.nested-dashboard-tabs {
  background: #FFFFFF;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 30px;
  padding-left: 25px;
}

/* line 697, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.nested-dashboard-tabs > li.active > a {
  color: #1976D2 !important;
}

/* line 703, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.user-info-table-heading {
  padding-top: 20px;
  padding-right: 30px;
  vertical-align: baseline;
  color: #bdbdbd;
  font-size: 13px;
}

/* line 710, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.user-info-table-body {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  /* line 716, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .user-info-tab-heading {
    width: 10% !important;
  }
}

/* line 721, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.user-info-tab-body {
  padding-right: 25% !important;
}

/* line 726, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-tab-content {
  position: relative;
  margin: 0px 30px;
}

/* line 729, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-tab-content .title-row {
  padding: 23px 0px 30px 0px;
}

/* line 732, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-tab-content .title-row .title-column .title {
  margin-bottom: 0px;
}

/* line 737, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-tab-content .body-row {
  padding-bottom: 60px;
}

/* line 744, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-page-title {
  padding: 20px 0px;
}

@media screen and (max-width: 768px) {
  /* line 746, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .attorney-dashboard-page-title .attorney-info-container {
    visibility: hidden;
  }
}

/* line 751, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-page-title .attorney-info {
  padding: 23px 0px 5px 0px;
}

/* line 753, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-page-title .attorney-info h4 {
  margin-bottom: 0px;
}

/* line 757, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.attorney-dashboard-page-title .dropdown {
  position: absolute;
  right: 61px;
}

@media screen and (min-width: 768px) {
  /* line 763, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .padded-dashboard {
    padding: 104px 30px;
  }
}

/* line 769, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.email-subscription-checkbox {
  margin-left: 3%;
}

/* line 772, app/assets/stylesheets/pages/_attorney_dashboard.scss */
form.button_to {
  display: inline-block !important;
}

/* line 778, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#pro-forms-datatable_filter input, #pro-matters-datatable_filter input, #pro-clients-datatable_filter input {
  height: 37px;
  width: 227px;
  border: none !important;
  border-left: 1px solid #e1e1e1 !important;
}

/* line 784, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#pro-forms-datatable_filter p, #pro-matters-datatable_filter p, #pro-clients-datatable_filter p {
  font-family: #44505D;
}

/* line 789, app/assets/stylesheets/pages/_attorney_dashboard.scss */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  display: inline;
  position: initial;
  margin-left: 10px;
}

/* line 796, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#pro-forms-datatable_wrapper div.dataTables_filter label, #pro-clients-datatable_wrapper div.dataTables_filter label {
  padding-left: 11px;
  background: #fafafa;
  color: #44505D;
  position: absolute;
  right: 46px;
  top: 304px;
  padding-top: 0px;
  border: 1px solid #e1e1e1 !important;
}

@media screen and (min-width: 1800px) {
  /* line 796, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  #pro-forms-datatable_wrapper div.dataTables_filter label, #pro-clients-datatable_wrapper div.dataTables_filter label {
    right: 640px;
  }
}

@media screen and (max-width: 768px) {
  /* line 796, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  #pro-forms-datatable_wrapper div.dataTables_filter label, #pro-clients-datatable_wrapper div.dataTables_filter label {
    display: none;
  }
}

/* line 814, app/assets/stylesheets/pages/_attorney_dashboard.scss */
div.dataTables_filter input {
  background: #FFFFFF;
  opacity: 1;
}

/* line 819, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.table-control-group {
  margin-right: 5px;
  width: 300px;
}

/* line 824, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.table-control-addon {
  border-radius: 0;
  background: #fafafa;
  color: #44505D;
  font-size: 16px;
}

/* line 830, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.table-control {
  border-radius: 0 !important;
  -webkit-appearance: none;
  height: 39px;
}

/* line 837, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#application-type-cell {
  width: 40%;
}

/* line 842, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.billing-table td, .checkout-table td {
  padding-right: 10px;
  padding-bottom: 25px;
}

/* line 846, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.checkout_modal th {
  padding: 20px 10px 10px 0px;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: normal;
}

/* line 852, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.order-review-table {
  width: 100%;
}

/* line 854, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.order-review-table td {
  padding-right: 10px;
}

/* line 858, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.subtotal-row td, .discount-row td {
  padding-bottom: 8px;
}

/* line 861, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.total-row td {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
}

/* line 868, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.expiration-cell {
  width: 25%;
}

/* line 871, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.right-align {
  text-align: right;
  position: absolute;
  right: 0;
}

/* line 878, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dashboard-searchbar-container {
  position: relative;
}

/* line 880, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dashboard-searchbar-container .dashboard-searchbar {
  margin-right: 10px;
  width: 250px;
  height: 37px;
}

/* line 885, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dashboard-searchbar-container .dashboard-searchbar-glyphicon {
  position: absolute;
  right: 0px;
  top: -6px;
  background: #1976D2;
  color: #FFFFFF;
  padding: 15px;
  border: 1px solid #1976D2;
  border-radius: 100%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

/* line 896, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dashboard-searchbar-container .dashboard-searchbar:focus + .dashboard-searchbar-glyphicon > .glyphicon-search {
  transform: rotate(90deg);
}

/* line 899, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dashboard-searchbar-container .glyphicon-search {
  padding: 0px;
  transition: all 300ms ease;
}

/* line 906, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dashboard-action-button {
  margin-right: 20px;
  margin-top: 0px !important;
}

/* line 911, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.tall-dashboard-button {
  height: 36px;
}

/* line 915, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.documents-header-actions {
  position: relative !important;
  display: inline-block;
}

/* line 920, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.url-breadcrumb-font {
  font-family: sans-serif;
}

/* line 924, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.breadcrumb-name:hover, .breadcrumb-name:active, .breadcrumb-name:focus {
  text-decoration: underline;
}

/* line 928, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.url-breadcrumb-style {
  display: inline;
}

/* line 931, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.breadcrumb-name {
  font-family: sans-serif;
  cursor: pointer;
  color: #1976D2;
  font-size: 16px;
  font-weight: initial;
}

/* line 939, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.files-more-actions {
  margin: 0px;
  height: 36px;
  margin-top: 0px !important;
  border: #FF0000;
}

/* line 946, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.ul-selector-bredcrumb-style {
  padding-left: 30%;
}

/* line 949, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.li-selector-bredcrumb-style {
  padding-left: 15%;
  width: 50%;
  font-size: 18px;
}

/* line 955, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.scrollable-selector {
  height: auto;
  max-height: 100px;
  overflow-x: hidden;
}

/* line 961, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dashboard-new-documents-button {
  height: 36px;
  margin-right: 10px;
  margin-top: 0px !important;
}

/* line 967, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.pagination-container {
  text-align: right;
}

/* line 972, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.left-aligned-menu {
  left: -140px;
}

/* line 976, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.support-image {
  max-width: 75%;
}

/* line 982, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.select2-container .select2-search__field {
  width: 100% !important;
}

/* line 986, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.premium-feature-disabled {
  margin-left: -12px;
  color: #808080;
  cursor: not-allowed;
}

/* line 992, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.premium-feature-disabled .glyphicon {
  opacity: 0.3;
  font-size: 12px;
  margin-left: 5px;
}

/* line 998, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.flex-row {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* line 1004, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.flex-row-item {
  display: inline-block;
  position: relative;
}

/* line 1009, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.set-reminder {
  display: flex;
  margin: 2% 0;
}

/* line 1014, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.notification-addon-title {
  padding: 8px 0 8px 0;
  flex-direction: row;
  width: 80px !important;
  margin: 0 0 0 8px;
  border-color: transparent !important;
  background-color: transparent;
  font-size: small;
  border-radius: 5px !important;
}

/* line 1025, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.notification-number {
  flex-direction: row;
  margin: 4px 0 0 0;
  background-color: transparent;
  font-size: small;
  border-radius: 5px !important;
  border: none !important;
  background-color: #FFFFFF;
  height: 23px;
  width: 40px !important;
}

/* line 1037, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.notification-time-range-selector {
  flex-direction: row;
  margin: 4px 0 0 8px;
  background-color: transparent;
  color: #555555;
  text-align: left;
  border: none !important;
  font-size: small;
  padding: 0;
  height: 23px;
  border-radius: 5px !important;
}

/* line 1048, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.notification-time-range-selector:focus-visible {
  outline: none;
}

/* line 1054, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.add-notification-button {
  background: #FFFFFF !important;
  color: #47525d !important;
}

/* line 1059, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.remove-notification {
  flex-direction: row;
  width: 10% !important;
  color: #999999;
  background-color: #FFFFFF;
  border-color: transparent;
  font-size: small;
}

/* line 1068, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.mutliple-admin-feature.disabled {
  width: 8%;
}

/* line 1072, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.mutliple-admin-feature.disabled > * {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}

/* line 1078, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.absolute-position {
  position: absolute;
}

/* line 1082, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.index-cog-padding {
  padding-bottom: 5px;
}

/* line 1086, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.first-column {
  min-width: 120px;
}

/* line 1090, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.index-table-header-padding-botton {
  padding-bottom: 50px !important;
}

/* line 1094, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.margin-move {
  margin-top: 12px;
}

/* line 1098, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.invoice-money-padding {
  padding-left: 15px !important;
}

/* line 1102, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.display-inline-block {
  display: inline-block;
}

/* line 1106, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.remove-reminder {
  color: #7d7d7d;
  margin-left: 20px;
  margin-top: 8px;
}

/* line 1112, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.contacts-table-left-container {
  display: inline-block;
  padding-left: 5px;
  padding-top: 3px;
}

/* line 1117, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.contacts-table-right-container {
  float: right;
  padding-right: 16px;
}

/* line 1121, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.contacts-table-header-padding-botton {
  padding-bottom: 10px !important;
}

/* line 1127, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-breadcrumb {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #1976D2;
  margin: 8px 40px 0px 40px;
  border-radius: 5px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1137, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-breadcrumb .dw-theme-breadcrumb-left-container {
  margin-left: 16px;
}

/* line 1140, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-breadcrumb .dw-theme-breadcrumb-right-container {
  margin-right: 16px;
}

/* line 1143, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* line 1146, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-breadcrumb li a {
  font-weight: 600;
  text-decoration: underline;
}

/* line 1151, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-breadcrumb .dw-theme-breadcrumb-go-back {
  background-color: #FFFFFF;
  text-align: center;
  justify-content: flex-end;
  font-weight: 600 !important;
  color: #1976D2 !important;
  padding: 2px 8px;
  cursor: pointer !important;
  border-radius: 5px;
  font-size: 13px;
}

/* line 1162, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-breadcrumb .dw-theme-go-to-settings {
  text-decoration: none;
  font-weight: 600;
}

/* line 1166, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-breadcrumb .dw-theme-breadcrumb-separator-icon {
  margin: -2px 6px 0px 6px;
  vertical-align: middle;
}

/* line 1171, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-container {
  margin: 0px 40px;
  padding: 0px;
}

/* line 1177, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-title {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  font-weight: 700;
  margin: 0px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

/* line 1188, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-owner {
  color: #B58800;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  font-weight: 400;
  background-color: rgba(255, 202, 40, 0.25);
  display: inline-block;
  padding: 2px 8px 2px 8px;
  margin-left: 4px;
  border-radius: 5px;
  line-height: normal;
  vertical-align: middle;
}

/* line 1202, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  color: #828282;
}

/* line 1210, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-topr-button {
  background-color: #1976D2;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 16px 8px;
  margin-top: 5px !important;
  display: inline-block;
  border-radius: 5px;
  color: #FFFFFF;
  width: auto !important;
  box-shadow: none !important;
}

/* line 1222, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-topr-button:hover, .dw-theme-settings-topr-button:focus, .dw-theme-settings-topr-button:active {
  color: #FFFFFF !important;
  font-weight: 600;
  text-decoration: none;
}

/* line 1227, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-topr-button .dw-theme-settings-topr-button-plus-icon {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-top: 0.1em;
}

/* line 1234, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.theme-settings-users-topr {
  text-align: right !important;
}

@media screen and (max-width: 991px) {
  /* line 1234, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .theme-settings-users-topr {
    text-align: left !important;
  }
}

/* line 1243, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#users_table .table {
  margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
}

/* line 1247, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#users_table .table > tbody > tr {
  background-color: #fafafa;
}

/* line 1250, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#users_table .table > tbody > tr > th {
  border: none;
  background-color: #F0F5FB;
  padding: 6px 20px;
  vertical-align: middle;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

/* line 1259, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#users_table .table > tbody > tr > td {
  border: none;
  color: #000000;
  padding: 10px 20px;
  vertical-align: middle;
}

/* line 1264, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#users_table .table > tbody > tr > td .dropdown > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 1px 0;
}

/* line 1271, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#users_table .table > tbody > tr:nth-child(4n+1), #users_table .table > tbody > tr:nth-child(4n+2) {
  background-color: #FFFFFF;
}

/* line 1275, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-left: none;
  border-right: none;
  margin-bottom: 0px;
  box-shadow: none;
  border-radius: 0px;
  background-color: #fafafa;
}

/* line 1284, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit .dw-theme-settings-users-edit-section-title {
  font-weight: 700;
  margin-bottom: 8px;
}

/* line 1288, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit .mutliple-admin-feature.disabled {
  width: 150px;
}

/* line 1291, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit form > .checkbox > label, .dw-theme-settings-users-edit form > .radio > label {
  color: #000000 !important;
}

/* line 1294, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit form > .mutliple-admin-feature > .radio > label {
  color: #000000 !important;
}

/* line 1297, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit .dw-theme-settings-users-edit-section-label {
  margin-bottom: 5px;
}

/* line 1300, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit .dw-theme-settings-users-edit-section-email-input {
  margin-top: 5px;
}

/* line 1303, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit .dw-theme-settings-users-edit-save-button {
  font-weight: 600;
  border-radius: 5px;
}

/* line 1308, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit-dropdown {
  width: 180px;
}

/* line 1311, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit-dropdown > li > a {
  color: #000000 !important;
  -webkit-font-smoothing: initial;
}

/* line 1315, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit-dropdown > li.divider {
  margin: 5px 0;
}

/* line 1318, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-edit-cancel-button {
  font-size: 16px;
}

/* line 1321, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-user-blue-message {
  margin: 20px 15px 0 15px;
  padding: 10px 15px;
  -webkit-font-smoothing: antialiased;
  background-color: #1976D2;
}

/* line 1326, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-user-blue-message p {
  margin-bottom: 0px;
  color: #FFFFFF;
}

/* line 1331, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-user-modal-body {
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
}

/* line 1334, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-user-modal-body p {
  margin-bottom: 12px;
}

/* line 1337, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-user-modal-body .input-wrapper {
  padding-bottom: 0px;
}

/* line 1341, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-user-modal-footer {
  padding-top: 0px;
  padding-bottom: 25px;
}

/* line 1344, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-user-modal-footer p {
  text-align: center;
  color: #828282;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* line 1353, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-user-modal-label {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: initial;
  font-size: 16px;
  font-weight: 400;
  color: #44505D;
  margin-bottom: 4px;
}

/* line 1361, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-modal-body {
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
}

/* line 1364, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-modal-body p {
  margin-bottom: 12px;
  -webkit-font-smoothing: initial;
}

/* line 1368, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-modal-body .input-wrapper {
  padding: 0px;
  margin-top: 8px;
}

/* line 1373, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-users-modal-footer {
  padding-top: 0px;
  padding-bottom: 25px;
}

/* line 1380, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-task-lists-table tbody > tr > td a {
  margin: 1px 0 !important;
}

/* line 1384, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-tasklist-modal-body {
  margin-top: 8px;
  padding-bottom: 0px;
}

/* line 1387, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-tasklist-modal-body .input-wrapper > input {
  -webkit-font-smoothing: antialiased;
}

/* line 1391, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-create-tasklist-modal-footer {
  margin-bottom: 10px;
}

/* line 1396, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-branches-modal-title {
  padding-left: 13px;
}

/* line 1399, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-branches-modal-body {
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 18px;
}

/* line 1403, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-branches-modal-body .fields-container > input {
  -webkit-font-smoothing: antialiased;
}

/* line 1407, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-branches-modal-footer {
  padding-bottom: 25px;
}

/* line 1412, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-custom-attributes-table-category {
  text-transform: capitalize;
}

/* line 1415, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-custom-attributes-modal-body {
  margin-top: 0px;
  padding-top: 23px;
  padding-bottom: 15px;
}

/* line 1419, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-custom-attributes-modal-body .row > .input-wrapper {
  padding: 0 15px 0 15px;
}

/* line 1421, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-custom-attributes-modal-body .row > .input-wrapper span, .dw-theme-settings-custom-attributes-modal-body .row > .input-wrapper input, .dw-theme-settings-custom-attributes-modal-body .row > .input-wrapper .radio {
  -webkit-font-smoothing: antialiased;
}

/* line 1427, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-custom-attributes-list-items > ul > li input {
  width: 100%;
  margin-right: 0px;
  padding-right: 24px;
  -webkit-font-smoothing: antialiased;
}

/* line 1433, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-custom-attributes-list-items > ul > li span {
  position: absolute;
  display: initial;
  padding-right: 0px;
  cursor: pointer;
  margin-left: -25px;
  margin-top: 8px;
}

/* line 1442, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-custom-attributes-list-items-btn {
  width: 100%;
  margin-right: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #1976D2;
}

/* line 1451, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-expiry-date-reminders-th-small {
  font-weight: 400;
  color: #828282;
  font-size: 13px;
}

/* line 1456, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-expiry-date-reminders-table-type, .dw-theme-settings-expiry-date-reminders-table-recipients {
  text-transform: capitalize;
}

/* line 1459, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-expiry-date-reminder-modal-body {
  margin-top: 0px;
  padding-top: 23px;
  padding-bottom: 15px;
}

/* line 1463, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-expiry-date-reminder-modal-body .row > .input-wrapper {
  padding: 0 15px 0 15px;
}

/* line 1465, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-expiry-date-reminder-modal-body .row > .input-wrapper select {
  -webkit-font-smoothing: antialiased;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 39, app/assets/stylesheets/globals/_mixins.scss */
.dw-theme-settings-expiry-date-reminder-modal-body .row > .input-wrapper select:hover {
  background: #FFFFFF;
  outline: none;
  color: #909090;
}

/* line 45, app/assets/stylesheets/globals/_mixins.scss */
.dw-theme-settings-expiry-date-reminder-modal-body .row > .input-wrapper select:focus, .dw-theme-settings-expiry-date-reminder-modal-body .row > .input-wrapper select:active, .dw-theme-settings-expiry-date-reminder-modal-body .row > .input-wrapper select.active {
  background: #FFFFFF !important;
  color: #44505D !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-color: #1976D2 !important;
  box-shadow: none;
}

/* line 1476, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#event_notifications > .input-group > .fields > ul > li {
  margin-top: 5px;
  background-color: #F0F5FB;
}

/* line 1480, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#event_notifications > .input-group > .add-reminder > .fields > ul > li {
  background-color: #F0F5FB;
}

/* line 1483, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-expiry-date-reminder-modal-footer {
  padding-bottom: 25px;
}

/* line 1488, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-actions-cells {
  line-height: 1 !important;
}

/* line 1491, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-table-action-icon {
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 1495, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-topr-secondary-button {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 16px 8px;
  display: inline-block;
  width: auto !important;
  box-shadow: none !important;
}

/* line 1503, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-topr-secondary-button:hover, .dw-theme-settings-topr-secondary-button:focus, .dw-theme-settings-topr-secondary-button:active {
  color: #1976D2 !important;
  font-weight: 600;
  text-decoration: none;
}

/* line 1508, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-topr-secondary-button .dw-theme-settings-topr-secondary-button-icon {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-top: 0.1em;
}

/* line 1517, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-table-overflow {
  overflow-x: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 40px;
}

/* line 1524, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-standard-actions-column {
  width: 120px;
}

/* line 1527, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-standard-table {
  -webkit-font-smoothing: antialiased;
  color: #000000;
  background-color: #FFFFFF;
  margin-bottom: 0px;
  border: none !important;
}

/* line 1533, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-standard-table thead > tr {
  background-color: #F0F5FB !important;
}

/* line 1535, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-standard-table thead > tr th {
  padding: 6px 20px !important;
  vertical-align: middle;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  border: none !important;
}

/* line 1545, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-standard-table tbody > tr > td {
  padding: 1.05rem 20px !important;
  vertical-align: middle;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  border: none;
}

/* line 1553, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-standard-table tbody > tr > td a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0;
}

/* line 1560, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-standard-table tbody > tr:nth-child(even) {
  background-color: #fafafa;
}

/* line 1564, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-standard-modal-footer {
  padding-bottom: 25px;
}

/* line 1567, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-checks-body-container {
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 40px;
}

/* line 1577, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-defautl-intake-select {
  max-width: 350px;
  display: inline-block;
  border-radius: 5px !important;
}

/* line 1582, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-defautl-intake-save {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  padding: 6px 16px;
}

/* line 1588, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-intakes-secondary-container {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px !important;
}

/* line 1595, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-h6-intake {
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 3px 0;
}

/* line 1605, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflows-row {
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 35px;
}

/* line 1613, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflows-container {
  width: 33.333333%;
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  /* line 1613, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .dw-theme-settings-m-workflows-container {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  /* line 1613, app/assets/stylesheets/pages/_attorney_dashboard.scss */
  .dw-theme-settings-m-workflows-container {
    width: 100%;
  }
}

/* line 1623, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflows-container-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

/* line 1632, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-title-container {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 16px 0 16px;
  color: #000000 !important;
}

/* line 1638, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-title-container .dw-theme-settings-m-workflow-title-separator {
  width: 35px;
  height: 3px;
  background: #1976D2;
  margin-top: 1px;
  margin-left: 1px;
  margin-bottom: 8px;
}

/* line 1647, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-title-options {
  display: flex;
}

/* line 1649, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-title-options .dw-theme-settings-m-workflow-edit-delete {
  margin-left: auto;
  min-width: 50px !important;
  text-align: right;
}

/* line 1653, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-title-options .dw-theme-settings-m-workflow-edit-delete a > svg {
  vertical-align: middle;
}

/* line 1658, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflows-container-footer {
  margin-top: auto;
  padding: 9px 16px;
  background-color: rgba(25, 118, 210, 0.07);
  border-top: 1px solid #1976D2;
}

/* line 1664, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-footer-link {
  font-weight: 600;
}

/* line 1666, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-footer-link:hover, .dw-theme-settings-m-workflow-footer-link:focus, .dw-theme-settings-m-workflow-footer-link:active {
  text-decoration: none;
  font-weight: 600;
}

/* line 1670, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-footer-link svg {
  vertical-align: top;
  margin-top: 1px;
}

/* line 1675, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-tbody {
  margin: 0px 16px 16px 16px;
}

/* line 1678, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-box-row {
  background-color: #fafafa;
  font-size: 14px;
  color: #000000;
  padding: 7px 8px;
  margin: 4px 0px;
  border-radius: 5px;
  display: flex;
}

/* line 1687, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-box-row .dw-theme-settings-m-workflow-name span {
  font-size: 13px;
  color: #636363;
}

/* line 1693, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-box-row .dw-theme-settings-m-workflow-move-icon svg {
  vertical-align: top;
  margin-right: 8px;
}

/* line 1698, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-box-row .dw-theme-settings-m-workflow-edit {
  margin-left: auto;
  font-size: 14px;
  display: none;
  padding-right: 2px;
}

/* line 1705, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-box-row:hover .dw-theme-settings-m-workflow-edit {
  display: block;
}

/* line 1710, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-box-sub-row {
  color: #636363;
  font-size: 13px;
  border-left: 1px solid #000000;
  margin-left: 17px;
  padding-left: 11px;
}

/* line 1716, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-box-sub-row .task-list {
  display: flex;
  padding: 3px 0px;
}

/* line 1719, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-box-sub-row .task-list svg {
  margin-top: 1px;
}

/* line 1724, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-modal-body {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
}

/* line 1729, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-modal-label {
  margin-bottom: 0px;
}

/* line 1732, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-m-workflow-modal-sub-label {
  color: #828282 !important;
  font-size: 14px !important;
}

/* line 1738, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-form-container {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 16px 20px 30px 20px;
  -webkit-font-smoothing: antialiased;
}

/* line 1746, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-form-container .row .col-md-6 h5 {
  color: #000000;
  margin-top: 20px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 1753, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-form-container .row .col-md-6 .checkbox label {
  color: #000000;
  font-size: 16px;
}

/* line 1760, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-form-container .btn {
  border-radius: 5px !important;
  margin-top: 20px !important;
}

/* line 1763, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-form-container .btn svg {
  vertical-align: top;
  margin-top: 1px;
}

/* line 1769, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0px;
}

/* line 1775, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-title span {
  background: linear-gradient(to top, #CEECFF 50%, transparent 50%);
}

/* line 1779, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-grey-category {
  margin-bottom: -5px;
  color: #828282;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}

/* line 1786, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-companies {
  margin-top: 30px;
  margin-bottom: 40px;
}

/* line 1791, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-c-questionnaire-title-companies span {
  background: linear-gradient(to top, #FCF2CD 50%, transparent 50%);
}

/* line 1797, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invitation-settings-content {
  padding-bottom: 28px;
}

/* line 1799, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invitation-settings-content form > .form-group > .checkbox > label {
  color: #000000;
}

/* line 1802, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invitation-settings-content form > .form-group > textarea {
  border-radius: 5px !important;
  color: #44505D;
}

/* line 1806, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invitation-settings-content form > .btn {
  border-radius: 5px !important;
}

/* line 1812, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-print-settings-content {
  padding-bottom: 28px;
  padding-top: 5px;
}

/* line 1815, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-print-settings-content form > .checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1819, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-print-settings-content form > .checkbox > label {
  color: #000000;
}

/* line 1822, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-print-settings-content form > .btn {
  border-radius: 5px !important;
}

/* line 1828, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-beta-access-content {
  padding-bottom: 28px;
  padding-top: 5px;
}

/* line 1831, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-beta-access-content form > .checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1835, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-beta-access-content form > .checkbox > label {
  color: #000000;
}

/* line 1838, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-beta-access-content form > .btn {
  border-radius: 5px !important;
}

/* line 1844, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-portal-settings-content {
  padding-bottom: 28px;
  padding-top: 18px;
}

/* line 1847, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-portal-settings-content p {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

/* line 1852, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-portal-settings-content form > .checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1856, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-portal-settings-content form > .checkbox > label {
  color: #000000;
}

/* line 1859, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-portal-settings-content form > .btn {
  border-radius: 5px !important;
}

/* line 1865, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-numbering-validation-content {
  padding-bottom: 28px;
  padding-top: 5px;
}

/* line 1868, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-numbering-validation-content form > .checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1872, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-numbering-validation-content form > .checkbox > label {
  color: #000000;
}

/* line 1875, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-numbering-validation-content form > .checkbox > .form-group > .row > .col-md-4 > .input-group > input {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 1879, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-numbering-validation-content p {
  color: #828282;
  font-size: 13px;
}

/* line 1883, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-numbering-validation-content form > .btn {
  border-radius: 5px !important;
}

/* line 1889, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-content {
  padding: 16px 20px;
}

/* line 1892, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-content form > .row > .col-md-6 p {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 5px !important;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 1901, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-content form > .row > .col-md-6 .dw-theme-settings-notifications-content-radio {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 16px;
  margin-bottom: 4px;
}

/* line 1906, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-content form > .row > .col-md-6 .dw-theme-settings-notifications-content-radio #firm-name {
  border-radius: 5px !important;
}

/* line 1910, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-content form > .row > .col-md-6 input {
  vertical-align: top;
  margin-right: 4px;
}

/* line 1915, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-content form > .btn {
  border-radius: 5px !important;
}

/* line 1919, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0px;
}

/* line 1924, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-title span {
  background: linear-gradient(to top, #CEECFF 50%, transparent 50%);
}

/* line 1928, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-title-client {
  margin-top: 18px;
}

/* line 1930, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-notifications-title-client span {
  background: linear-gradient(to top, #FCF2CD 50%, transparent 50%);
}

/* line 1936, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cards {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

/* line 1939, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cards .col-lg-3 {
  margin-bottom: 30px;
}

/* line 1941, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cards .col-lg-3 .dw-theme-settings-integrations-name {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 1948, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cards .col-lg-3 p {
  color: #636363;
  margin-bottom: 0px;
}

/* line 1952, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cards .col-lg-3 a {
  border-radius: 5px !important;
  margin-top: 10px;
}

/* line 1958, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cta {
  -webkit-font-smoothing: antialiased;
  background: #58aff5;
  background: linear-gradient(90deg, #58aff5 0%, #1976d2 100%);
}

/* line 1962, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cta .section-heading-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 1966, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cta .section-heading-container .section-heading h2 {
  margin-top: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  color: #FFFFFF;
}

/* line 1974, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cta .section-heading-container .section-heading .btn-group > a {
  border-radius: 5px !important;
  margin-top: 10px;
  font-weight: 600;
}

/* line 1978, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-integrations-cta .section-heading-container .section-heading .btn-group > a:hover {
  box-shadow: none;
}

/* line 1987, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-events-settings-content {
  padding-bottom: 28px;
  padding-top: 5px;
}

/* line 1990, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-events-settings-content form > .checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1994, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-events-settings-content form > .checkbox > label {
  color: #000000;
}

/* line 1997, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-events-settings-content form > .btn {
  border-radius: 5px !important;
}

/* line 2000, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-events-settings-content .form-group > div > label {
  -webkit-font-smoothing: initial;
}

/* line 2003, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-events-settings-content .form-group > .schedule-label {
  -webkit-font-smoothing: initial;
  margin-top: 15px;
}

/* line 2006, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-events-settings-content .form-group > .schedule-label label {
  margin-bottom: 0px;
}

/* line 2010, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-events-settings-content .form-group > div > select {
  -webkit-font-smoothing: antialiased;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 350px;
  border-radius: 5px !important;
}

/* line 39, app/assets/stylesheets/globals/_mixins.scss */
.dw-theme-settings-events-settings-content .form-group > div > select:hover {
  background: #FFFFFF;
  outline: none;
  color: #909090;
}

/* line 45, app/assets/stylesheets/globals/_mixins.scss */
.dw-theme-settings-events-settings-content .form-group > div > select:focus, .dw-theme-settings-events-settings-content .form-group > div > select:active, .dw-theme-settings-events-settings-content .form-group > div > select.active {
  background: #FFFFFF !important;
  color: #44505D !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-color: #1976D2 !important;
  box-shadow: none;
}

/* line 2022, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#event-settings-notifications > .input-group > .fields > ul > li,
#event-settings-notifications > .input-group > .add-reminder > .fields > ul > li {
  margin-top: 5px;
  margin-bottom: 0px;
  width: 350px;
  background-color: #F0F5FB;
  -webkit-font-smoothing: initial;
  border-radius: 5px !important;
}

/* line 2030, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#event-settings-notifications > .input-group > .fields > ul > li .form-control,
#event-settings-notifications > .input-group > .add-reminder > .fields > ul > li .form-control {
  box-shadow: none;
}

/* line 2034, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#event-settings-notifications > .input-group > .add-reminder > .fields > ul > li {
  background-color: #F0F5FB;
}

/* line 2037, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#event-settings-notifications > .input-group > .add-reminder > a {
  -webkit-font-smoothing: initial;
  margin: 10px 0;
  display: block;
}

/* line 2044, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content {
  padding-top: 23px;
  padding-bottom: 20px;
}

/* line 2047, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content .well {
  background-color: #CEECFF;
  box-shadow: none;
  border: none;
  padding: 10px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

/* line 2056, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content .well svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 1px;
}

/* line 2062, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content .well div {
  display: inline-block;
}

/* line 2066, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content form > div > p {
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 2071, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content form > div > p span > a {
  font-size: 13px;
}

/* line 2075, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content form > div > p.no-mb {
  margin-bottom: 0px !important;
}

/* line 2078, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content form > div > label {
  color: #000000;
}

/* line 2081, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content form > .row > .col-sm-4 > p {
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 2087, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content form > .row > .col-sm-4 > input {
  border-radius: 5px !important;
  margin-bottom: 15px;
}

/* line 2091, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-content form > .btn {
  border-radius: 5px !important;
  display: inline-block;
}

/* line 2096, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-subscription-paragraph {
  color: #828282;
  font-size: 13px;
  margin-bottom: 8px;
  max-width: 500px;
}

/* line 2104, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-logo-content {
  padding-top: 30px;
}

/* line 2107, app/assets/stylesheets/pages/_attorney_dashboard.scss */
#logo-settings-page > #croppa-container > .btn {
  border-radius: 5px !important;
  display: block;
}

/* line 2113, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-tfa-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 2116, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-tfa-content .btn {
  border-radius: 5px !important;
  display: inline-block;
}

/* line 2123, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content {
  padding-bottom: 30px;
  padding-top: 20px;
}

/* line 2126, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content .dw-theme-settings-invoice-s-section-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

/* line 2132, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .checkbox {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 2136, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .checkbox > label {
  color: #000000;
}

/* line 2139, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .checkbox > textarea {
  margin: 10px 0 12px 22px;
  width: calc(50% - 22px) !important;
  border-radius: 5px !important;
}

/* line 2144, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content .form-group > label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 2150, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content .form-group > select {
  border-radius: 5px !important;
}

/* line 2153, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .checkbox > .form-group {
  width: calc(50% - 22px) !important;
  margin: 10px 0 12px 22px;
}

/* line 2157, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .checkbox > #late_fee_settings {
  width: calc(50% - 22px) !important;
  margin: 10px 0 12px 22px;
}

/* line 2160, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .checkbox > #late_fee_settings .form-group > .input-group {
  margin-top: 5px;
}

/* line 2162, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .checkbox > #late_fee_settings .form-group > .input-group input {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 2167, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .checkbox > #late_fee_settings #late_fee_interval_container {
  width: 100% !important;
}

/* line 2171, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > #invoice_due_date_default_container {
  width: calc(50% - 22px) !important;
  margin: 10px 0 12px 22px;
}

/* line 2174, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > #invoice_due_date_default_container label {
  color: #44505D;
  font-weight: 400;
}

/* line 2179, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > .btn {
  border-radius: 5px !important;
}

/* line 2182, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > #user_firm_attributes_invoice_counter_container {
  padding-left: 22px;
}

/* line 2184, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > #user_firm_attributes_invoice_counter_container label {
  color: #000000;
  font-weight: 600;
}

/* line 2188, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-invoice-s-content form > #user_firm_attributes_invoice_counter_container input {
  border-radius: 5px !important;
  margin-bottom: 15px;
  width: calc(50% - 11px) !important;
}

/* line 2197, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-saved-charges-modal-body {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 15px;
}

/* line 2204, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-personal-information-content {
  padding-bottom: 33px;
}

/* line 2206, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-personal-information-content form > div > .row > .col-md-12 > .user-info-table-heading {
  padding: 10px 0 0px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #44505D;
  -webkit-font-smoothing: initial;
}

/* line 2213, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-personal-information-content form > div > .row > .col-md-12 > .user-info-table-heading #user_receive_email_notifications {
  vertical-align: top;
  margin-right: 4px;
}

/* line 2218, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-personal-information-content form > div > .row > .col-sm-12 > div > input,
.dw-theme-settings-personal-information-content form > div > .row > .col-sm-12 > div > select {
  border-radius: 5px !important;
  margin-top: 5px;
}

/* line 2223, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-personal-information-content form > .row > .col-md-12 > .btn {
  border-radius: 5px !important;
  display: inline-block;
  margin-top: 20px;
}

/* line 2230, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-profile-integration-card {
  height: auto;
}

/* line 2233, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.align-center {
  text-align: center;
}

/* line 2237, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-disabled-integration-card .image-container, .dw-disabled-integration-card .body-container {
  filter: grayscale(100%);
  opacity: 0.4;
}

/* line 2240, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-disabled-integration-card .image-container a, .dw-disabled-integration-card .body-container a {
  pointer-events: none;
}

/* line 2247, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-merge-tags-input {
  position: absolute;
  margin-top: 30px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #888888;
  border-radius: 3px;
}

/* line 2255, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-merge-tags-input select {
  width: 146px;
  height: 1.7em;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #666666;
  padding-left: 8px;
  border: none !important;
  background-color: transparent !important;
  cursor: pointer;
}

/* line 2267, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-merge-tags-input select:hover, .dw-theme-merge-tags-input select:focus, .dw-theme-merge-tags-input select:active {
  outline: 0;
}

/* line 2272, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-merge-tags-input .inner-bottom-line {
  border-bottom: 1px solid #dddddd;
}

/* line 2275, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-merge-tags-input i.glyphicon {
  font-size: 9px;
  position: absolute;
  right: 0px;
  margin-top: 6px;
  color: #666666;
}

/* line 2283, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-new-message-template-body {
  margin-top: 40px;
}

/* line 2287, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-preview-tags-button {
  position: absolute;
  margin-top: 30px;
  margin-left: calc(148px + 1.5vw);
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #888888;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #666666;
  background-color: transparent !important;
}

/* line 2301, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-preview-tags-button:hover, .dw-theme-preview-tags-button:focus, .dw-theme-preview-tags-button:active {
  outline: 0;
}

/* line 2305, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-preview-tags-button button {
  background-color: transparent !important;
  border: none !important;
  height: 22.09px;
}

/* line 2310, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-preview-tags-button .inner-bottom-line {
  border-bottom: 1px solid #dddddd;
}

/* line 2315, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-settings-bank-actions-column {
  width: 140px;
}

/* line 2319, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-request-modal-footer {
  margin-bottom: 15px;
  padding-top: 10px;
}

/* line 2323, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-request-modal-content {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 0px;
}

/* line 2328, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-request-modal-hr {
  margin-top: 25px;
  margin-bottom: 20px;
}

/* line 2332, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-request-modal-chbox-label {
  margin-bottom: 0px;
}

/* line 2334, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-request-modal-chbox-label label {
  padding-bottom: 8px;
}

/* line 2338, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-request-modal-grey-txt {
  color: #b5b5b5;
}

/* line 2341, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-request-modal-signer-name {
  color: #44505D;
  font-weight: 600;
}

/* line 2345, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-main-table-btns-container {
  min-width: 170px;
}

/* line 2348, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-main-table-sign-btn {
  margin-top: 0px !important;
  padding: 2px 13px;
  background-color: transparent !important;
  color: #1976D2 !important;
  margin-right: 4px;
}

/* line 2355, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.esign-main-table-preview-btn {
  margin-top: 0px !important;
  padding: 2px 13px;
  background-color: transparent !important;
  color: #1976D2 !important;
}

/* line 2363, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-sidebar-new-badge {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  position: absolute;
  right: 8px;
  background-color: #FFEFB0;
  color: #000000;
  opacity: 1 !important;
  z-index: 2;
  margin-top: 13px;
  padding: 0 3px 0 2px;
  border-radius: 2px;
}

/* line 2378, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.expanded-sidebar > ul > li.active > .dw-theme-sidebar-new-badge {
  background-color: #FFFFFF;
  color: #1976D2;
}

/* line 2382, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.collapsed-sidebar > ul > li > .dw-theme-sidebar-new-badge {
  display: none !important;
}

/* line 2386, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-select-reports-r-container {
  min-height: auto !important;
}

/* line 2389, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-select-report-h4 {
  margin-top: 4px !important;
  padding-bottom: 24px !important;
}

/* line 2392, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-select-report-h4 h4 {
  margin: 0px;
}

/* line 2396, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-report-tab-pill-first {
  margin-top: 24px !important;
}

/* line 2399, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-reports-new-badge {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #B58800;
  background-color: #FCF2CD;
  padding: 2px 8px;
  border-radius: 5px;
  margin-left: 5px;
}

/* line 2411, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-report-tab-pill {
  margin-top: 10px !important;
  -webkit-font-smoothing: antialiased !important;
}

/* line 2415, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-report-tab-pill-inside {
  padding: 16px;
  border-radius: 4px;
}

/* line 2418, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-report-tab-pill-inside h4 {
  line-height: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

/* line 2424, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-report-tab-pill-panel {
  -webkit-font-smoothing: antialiased;
}

/* line 2426, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-report-tab-pill-panel .panel-body > p {
  margin-top: 20px;
}

/* line 2430, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-c-reports-container {
  background-color: #F0F5FB;
  border-radius: 4px;
  padding: 16px 16px 24px 16px;
  margin-top: 26px;
  margin-bottom: 17px;
  position: relative;
}

/* line 2438, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-c-reports-title {
  font-weight: 600;
  display: inline;
}

/* line 2442, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-c-reports-create {
  background-color: #1976D2;
  color: #FFFFFF;
  display: inline;
  border-radius: 4px;
  padding: 0px 6px 1px 6px;
  margin-left: 5px;
  position: relative;
}

/* line 2450, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-c-reports-create:hover {
  background-color: #3389df;
}

/* line 2454, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-c-reports-existing {
  border-radius: 4px;
  font-size: 15px;
  border: 1px solid #1976D2;
  padding: 8px 64px 8px 16px;
  margin-top: 12px;
  position: relative;
}

/* line 2461, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-c-reports-existing .dw-theme-custom-c-reports-arrow-icon {
  position: absolute;
  right: 36px;
  top: 11px;
}

/* line 2466, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-c-reports-existing:hover {
  background-color: #e4eefa;
}

/* line 2470, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-return-home-reports {
  text-align: right;
  padding-right: 30px;
}

/* line 2475, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-c-reports-link:hover {
  text-decoration: none !important;
}

/* line 2479, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-theme-custom-r-destroy {
  position: absolute;
  z-index: 9;
  right: 28px;
  margin-top: 22px;
}

/* line 2486, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-billing-filters-container {
  margin-bottom: 15px;
}

/* line 2489, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-billing-breadcrumb {
  padding-left: 16px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #807F7D;
}

/* line 2495, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-trust-balance-isolated {
  color: #000000 !important;
  font-size: 16px;
  margin-top: 5px;
}

/* line 2501, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-credit-dot {
  background-color: #34D39D;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: 1.5px;
  border-radius: 100px;
  margin-right: 4px;
}

/* line 2510, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-debit-dot {
  background-color: #FF546C;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: 1.5px;
  border-radius: 100px;
  margin-right: 4px;
}

/* line 2520, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-trust-ledger-breadcrumb-container {
  display: flex;
  align-items: baseline;
  -webkit-font-smoothing: antialiased;
}

/* line 2524, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-trust-ledger-breadcrumb-container .dw-trust-ledger-breadcrumb-left {
  flex: 1;
}

/* line 2527, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-trust-ledger-breadcrumb-container .dw-trust-ledger-breadcrumb-right {
  flex: 0 0 100px;
  text-align: right;
}

/* line 2530, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-trust-ledger-breadcrumb-container .dw-trust-ledger-breadcrumb-right .dw-trust-ledger-go-back-btn {
  padding: 4px 18px;
  border: 1px solid #1976D2;
  border-radius: 8px;
  text-decoration: none;
  box-sizing: border-box;
}

/* line 2540, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-no-animation {
  -webkit-animation: none !important;
          animation: none !important;
}

/* line 2544, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.dw-trust-ledger-clickable-row {
  cursor: pointer;
}

/* line 2548, app/assets/stylesheets/pages/_attorney_dashboard.scss */
.global-permission-settings-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/*Attorney Request Page css begins here... */
/* line 5, app/assets/stylesheets/pages/_attorney_signup.scss */
.linkedin-wrapper, .pro-linkedin-wrapper {
  padding: 25px;
  text-align: center;
}

/* line 8, app/assets/stylesheets/pages/_attorney_signup.scss */
.linkedin-wrapper img, .pro-linkedin-wrapper img {
  max-height: 47px;
}

/* line 11, app/assets/stylesheets/pages/_attorney_signup.scss */
.linkedin-wrapper p, .pro-linkedin-wrapper p {
  font-size: 12px;
}

/* line 16, app/assets/stylesheets/pages/_attorney_signup.scss */
.pro-linkedin-wrapper {
  padding: 40px 0 10px;
  background: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}

/* line 23, app/assets/stylesheets/pages/_attorney_signup.scss */
.attorney-access-body .btn {
  white-space: normal;
  width: 37%;
  height: 70px;
  margin-left: 1%;
}

/* line 29, app/assets/stylesheets/pages/_attorney_signup.scss */
.attorney-access-body .button-wrapper {
  text-align: center;
}

/* line 33, app/assets/stylesheets/pages/_attorney_signup.scss */
.pro-sign-up-body {
  padding: 25px;
}

/* line 36, app/assets/stylesheets/pages/_attorney_signup.scss */
.attorney-access-container {
  min-height: 800px !important;
}

/* line 41, app/assets/stylesheets/pages/_attorney_signup.scss */
.modal-confirmation-heading {
  background: #1976D2;
  color: #FFFFFF;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}

/* line 44, app/assets/stylesheets/pages/_attorney_signup.scss */
.modal-confirmation-heading-content {
  display: inline-flex;
  display: -ms-inline-flexbox;
}

/* line 157, app/assets/stylesheets/globals/_mixins.scss */
.modal-confirmation-heading-content img {
  width: 30px;
  vertical-align: inherit;
  margin-right: 5px;
}

/* line 162, app/assets/stylesheets/globals/_mixins.scss */
.modal-confirmation-heading-content h3 {
  color: #FFFFFF;
}

/* line 46, app/assets/stylesheets/pages/_attorney_signup.scss */
.modal-confirmation-heading-content img {
  margin-bottom: -1.5px;
}

/* line 50, app/assets/stylesheets/pages/_attorney_signup.scss */
.modal-confirmation-body {
  text-align: center;
}

/* line 168, app/assets/stylesheets/globals/_mixins.scss */
.modal-confirmation-body .img-container {
  padding: 20px;
}

/* line 53, app/assets/stylesheets/pages/_attorney_signup.scss */
.success-modal .modal-header {
  background: #1976D2;
}

/* line 56, app/assets/stylesheets/pages/_attorney_signup.scss */
.attorney-access-container {
  text-align: center;
}

/* line 58, app/assets/stylesheets/pages/_attorney_signup.scss */
.attorney-access-container h4 {
  padding-left: 0px;
}
/* line 1, app/assets/stylesheets/pages/_bank_accounts.scss */
#bank_accounts_paginator {
  margin-right: 30px;
  margin-bottom: 15px;
}

/* line 5, app/assets/stylesheets/pages/_bank_accounts.scss */
#bank_accounts_paginator .pagination {
  margin: 0px;
}
/* line 3, app/assets/stylesheets/pages/_billing.scss */
.billing-subtitle {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #000000;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 4px;
  margin-bottom: 15px;
}

/* line 18, app/assets/stylesheets/pages/_billing.scss */
.billing-subtitle::before {
  z-index: -1;
  content: '';
  position: absolute;
  height: 20%;
  width: 100%;
  background-color: #FEF8E5;
  bottom: -2px;
  left: 1px;
}

/* line 30, app/assets/stylesheets/pages/_billing.scss */
.billing-dynamic-container {
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/pages/_billing.scss */
.border-radius-15 {
  border-radius: 15px;
}

/* line 37, app/assets/stylesheets/pages/_billing.scss */
.border-radius-15 .pro-table-overflow {
  border-radius: 15px !important;
}

/* line 40, app/assets/stylesheets/pages/_billing.scss */
.border-radius-15 .pro-table-overflow .grey-bg {
  background-color: transparent !important;
}

/* line 45, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer {
  margin-top: 5px;
  border: solid #E4E4E4 1px;
  border-radius: 15px;
}

/* line 50, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .table thead tr, .table-normalizer .table thead th {
  background: transparent !important;
}

/* line 54, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .table thead tr:first-child {
  background: #fafafa !important;
}

/* line 58, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .table thead th:first-child {
  border-top-left-radius: 15px;
}

/* line 62, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .table thead th:last-child {
  border-top-right-radius: 15px;
}

/* line 66, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .with-filters thead th {
  border-radius: 0 !important;
}

/* line 70, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .table > tbody > tr > th, .table-normalizer .table > tfoot > tr > th, .table-normalizer .table > thead > tr > td, .table-normalizer .table > tbody > tr > td, .table-normalizer .table > tfoot > tr > td {
  border-top: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* line 76, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .table > thead > tr > th {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 81, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer table :last-child > :last-child > td:first-child {
  border-bottom-left-radius: 15px;
}

/* line 85, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer table :last-child > :last-child > td:last-child {
  border-bottom-right-radius: 15px;
}

/* line 89, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* line 93, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* line 97, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer thead tr {
  background-color: #fafafa !important;
}

/* line 101, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .dw-theme-settings-table-overflow {
  box-shadow: none !important;
}

/* line 104, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .mb-5.white-bg.pa-2 {
  margin-bottom: 0 !important;
}

/* line 108, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .white-bg {
  background-color: transparent !important;
}

/* line 112, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer #time_entries_form_filter {
  margin-top: 8px;
}

/* line 115, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer #time_entries_form_filter .btn.btn-dark {
  border-radius: 5px;
  background-color: #1976D2 !important;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 122, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer #time_entries_form_filter .btn.btn-dark:hover {
  color: #fff !important;
  background-color: #6c9ed0 !important;
}

/* line 129, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .table {
  margin-bottom: 0;
}

/* line 133, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .btn-transparent-well {
  background-color: transparent;
}

/* line 137, app/assets/stylesheets/pages/_billing.scss */
.table-normalizer .btn-transparent-well:hover {
  background-color: #E6E6E6;
}

/* line 143, app/assets/stylesheets/pages/_billing.scss */
#billing-bank-accounts-page .dw-theme-settings-topr-button {
  margin-top: 0 !important;
}
/* line 4, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container #create-group-chat {
  width: calc(100% - 20px);
  margin: 10px;
}

/* line 9, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container h5 {
  margin-top: 1em;
}

/* line 13, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container .add-user-to-chat .glyphicon {
  font-size: 10px;
  padding-right: 0;
  margin-top: -3px;
}

/* line 19, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container .selected-users {
  list-style-type: none;
  border: 1px solid #EEEEEE;
  padding: 0;
  height: 220px;
  overflow-y: auto;
}

/* line 27, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container .selected-users li {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  padding: 10px;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container .selected-users li:last-child {
  border-bottom: none;
}

/* line 37, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container .add-user-to-chat {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  border-radius: 50%;
  width: 17px;
  padding: 0;
  margin: 3px 12px 0 0;
}

/* line 49, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container #new_chat_group_modal .label {
  margin-top: 10px;
}

/* line 53, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container #new_chat_group_modal .users-list {
  margin-top: 10px;
  list-style-type: none;
  border: 1px solid #EEEEEE;
  padding: 0;
  height: 250px;
  overflow-y: auto;
}

/* line 61, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container #new_chat_group_modal .users-list li {
  border-bottom: 1px solid #EEEEEE;
  padding: 10px;
  display: flex;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/pages/_chat.scss */
#attorney-chat-container #new_chat_group_modal .users-list li:last-child {
  border-bottom: none;
}
/* line 3, app/assets/stylesheets/pages/_confirmation_modal.scss */
.confirmation-heading {
  background: #1976D2;
  color: #FFFFFF;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}

/* line 7, app/assets/stylesheets/pages/_confirmation_modal.scss */
.confirmation-heading-content {
  display: inline-flex;
  display: -ms-inline-flexbox;
}

/* line 157, app/assets/stylesheets/globals/_mixins.scss */
.confirmation-heading-content img {
  width: 30px;
  vertical-align: inherit;
  margin-right: 5px;
}

/* line 162, app/assets/stylesheets/globals/_mixins.scss */
.confirmation-heading-content h3 {
  color: #FFFFFF;
}

/* line 11, app/assets/stylesheets/pages/_confirmation_modal.scss */
.confirmation-body {
  text-align: center;
  padding: 20px;
}

/* line 168, app/assets/stylesheets/globals/_mixins.scss */
.confirmation-body .img-container {
  padding: 20px;
}
/* line 1, app/assets/stylesheets/pages/_contact_filter.scss */
#contacts-filter-by-attributes-container #buttons-in-well .btn {
  padding: 10px 0px;
  font-size: 16px;
}
/* line 1, app/assets/stylesheets/pages/_contacts.scss */
.archived-td {
  text-align: center;
  vertical-align: middle;
  width: 70px;
}

/* line 7, app/assets/stylesheets/pages/_contacts.scss */
.font-size-8 {
  font-size: 8px;
}

/* line 12, app/assets/stylesheets/pages/_contacts.scss */
.matters-links-container a::after {
  content: ",";
}

/* line 16, app/assets/stylesheets/pages/_contacts.scss */
.matters-links-container a:last-child::after {
  content: "";
}
/* line 3, app/assets/stylesheets/pages/_delinquent_alert.scss */
#delinquent-alert-container {
  background: #FFFFFF;
  padding: 50px;
}
/* line 2, app/assets/stylesheets/pages/_demo_video.scss */
.video-container {
  margin: 10px auto 0px auto;
}

/* line 6, app/assets/stylesheets/pages/_demo_video.scss */
p.quote.short-quote {
  min-height: 100px;
}

/* line 10, app/assets/stylesheets/pages/_demo_video.scss */
.demo-signup-container {
  border: 1px solid #e7e7e7;
  background: #fafafa;
  padding: 20px;
  margin-top: 65px;
}

/* line 17, app/assets/stylesheets/pages/_demo_video.scss */
.demo-testimonials {
  margin-bottom: 30px;
}
/* line 3, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron {
  position: relative;
  padding-top: 100px;
  position: relative;
  height: 110vh;
  min-height: 750px;
}

@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron {
    padding-top: 71px;
  }
}

/* line 12, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #color-lines {
  width: 90%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  /* line 12, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron #color-lines {
    width: 150%;
    opacity: .4;
    margin-top: 25px;
  }
}

/* line 21, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #docketwise-jumbotron-content {
  position: absolute;
  width: 48%;
  left: 26%;
}

@media screen and (max-width: 1200px) {
  /* line 21, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron #docketwise-jumbotron-content {
    width: 60%;
    left: 20%;
  }
}

@media screen and (max-width: 992px) {
  /* line 21, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron #docketwise-jumbotron-content {
    width: 80%;
    left: 10%;
  }
}

@media screen and (max-width: 768px) {
  /* line 21, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron #docketwise-jumbotron-content {
    width: 92%;
    left: 4%;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1700px) {
  /* line 21, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron #docketwise-jumbotron-content {
    margin-top: 4%;
  }
}

/* line 43, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #fillable-form {
  height: 150px;
  margin-top: 50px;
  background: #FFFFFF;
  box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.15);
  padding-top: 38px;
}

@media screen and (max-width: 768px) {
  /* line 43, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron #fillable-form {
    height: 110px;
    margin-top: 0px;
    padding-top: 28px;
  }
}

/* line 55, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #fillable-form #fillable-field {
  text-align: center;
  width: 85%;
  margin: 0px auto;
  background: rgba(221, 228, 255, 0.39);
  border: 2px solid #000000;
}

/* line 56, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #fillable-form #fillable-field h1 {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  /* line 56, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron #fillable-form #fillable-field h1 {
    font-size: 20px;
  }
}

/* line 69, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #call-to-action {
  margin-top: 50px;
  text-align: center;
}

/* line 72, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #call-to-action #call-to-action-text {
  font-size: 20px;
}

@media screen and (min-width: 1700px) {
  /* line 69, app/assets/stylesheets/pages/_docketwise_homempage.scss */
  .docketwise-homepage-jumbotron #call-to-action {
    margin-top: 8%;
  }
}

/* line 79, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #testimonial {
  margin-top: 40px;
  text-align: center;
}

/* line 82, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #testimonial .row {
  max-width: 265px;
  margin: 0px auto;
}

/* line 86, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #testimonial img {
  width: 40px;
  margin-right: 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

/* line 92, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron #testimonial p {
  line-height: 11px;
  font-size: 14px;
}

/* line 97, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-homepage-jumbotron .docketwise-homepage-body {
  margin-top: 900%;
}

/* line 101, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.pdf-form-container {
  position: relative;
}

/* line 103, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.pdf-form-container #pdf-forms {
  height: 400px;
  width: 90%;
  margin: 0px auto;
}

/* line 107, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.pdf-form-container #pdf-forms .pdf-form {
  max-width: 250px;
  position: absolute;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.8);
}

/* line 112, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.pdf-form-container #pdf-forms .docketwise-animation-element {
  top: 0px;
  opacity: 0;
  transition: all 250ms ease-out;
  transform: translate3d(0px, 100, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 128, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.pdf-form-container #pdf-forms .docketwise-animation-element.in-view {
  top: -100px;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/* line 142, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.every-form-container .white-container {
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
  height: 400px;
  margin-top: -300px;
}

/* line 148, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.every-form-container .shadow {
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 100%);
  height: 400px;
  width: 100%;
  margin-top: -10px;
  background-color: rgba(0, 0, 0, 0.21);
  filter: blur(0px);
}

/* line 159, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.every-form-container .container {
  padding-top: 150px;
}

/* line 162, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.every-form-container img {
  width: 50px;
}

/* line 168, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.decision-making-questionnaires-container .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 172, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.decision-making-questionnaires-container img {
  width: 50px;
}

/* line 178, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-features-container .docketwise-features-card {
  margin: 60px 3%;
  padding: 8%;
  background: #fafafa;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

/* line 183, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-features-container .docketwise-features-card img {
  width: 64px;
}

/* line 186, app/assets/stylesheets/pages/_docketwise_homempage.scss */
.docketwise-features-container .docketwise-features-card .docketwise-features-heading {
  font-size: 20px;
  margin: 10px 0px 0px;
}
/* line 4, app/assets/stylesheets/pages/_docketwise_pricing.scss */
.docketwise-homepage-jumbotron.pricing-jumbotron {
  height: unset;
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  /* line 4, app/assets/stylesheets/pages/_docketwise_pricing.scss */
  .docketwise-homepage-jumbotron.pricing-jumbotron {
    min-height: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }
  /* line 11, app/assets/stylesheets/pages/_docketwise_pricing.scss */
  .docketwise-homepage-jumbotron.pricing-jumbotron #color-lines {
    display: none;
  }
  /* line 14, app/assets/stylesheets/pages/_docketwise_pricing.scss */
  .docketwise-homepage-jumbotron.pricing-jumbotron #docketwise-jumbotron-content {
    width: 100%;
    left: 0%;
    position: relative;
  }
}

/* line 21, app/assets/stylesheets/pages/_docketwise_pricing.scss */
#pricing-container {
  margin-top: 50px;
  background: #FFFFFF;
  box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.5);
  padding: 50px;
}

/* line 26, app/assets/stylesheets/pages/_docketwise_pricing.scss */
#pricing-container span.little-dollar-sign {
  font-size: 30px;
  transform: rotate(3deg);
}

/* line 30, app/assets/stylesheets/pages/_docketwise_pricing.scss */
#pricing-container .big-dollar-sign {
  font-size: 100px;
  vertical-align: top;
}

/* line 34, app/assets/stylesheets/pages/_docketwise_pricing.scss */
#pricing-container #pricing-subtext {
  margin-left: 25px;
  margin-top: -20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  /* line 21, app/assets/stylesheets/pages/_docketwise_pricing.scss */
  #pricing-container {
    box-shadow: none;
    padding: 30px 15px;
  }
}

/* line 43, app/assets/stylesheets/pages/_docketwise_pricing.scss */
#pricing-container .toggle-switch-container {
  margin-left: 20px;
}
/* line 3, app/assets/stylesheets/pages/_docketwise_testimonials.scss */
.docketwise-testimonial-avatar {
  height: 150px;
  border-radius: 100%;
  box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.5);
  border: 3px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/_docketwise_testimonials.scss */
  .docketwise-testimonial-avatar {
    height: 80px;
    box-shadow: none;
  }
}
/* line 3, app/assets/stylesheets/pages/_documents.scss */
.document-top-actions-container {
  height: 20px;
}

/* line 7, app/assets/stylesheets/pages/_documents.scss */
.document-top-actions {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  /* line 7, app/assets/stylesheets/pages/_documents.scss */
  .document-top-actions {
    position: absolute;
    width: calc(100% - 30px);
  }
}

@media (max-width: 975px) {
  /* line 7, app/assets/stylesheets/pages/_documents.scss */
  .document-top-actions {
    position: relative;
    width: calc(100%);
    min-width: 720px;
  }
}

/* line 22, app/assets/stylesheets/pages/_documents.scss */
.documents-table-container {
  width: 100%;
  overflow-x: scroll;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

/* line 28, app/assets/stylesheets/pages/_documents.scss */
.documents-table-container .documents-table {
  border-left: 0 !important;
  border-right: 0 !important;
  margin-bottom: 0;
}

/* line 35, app/assets/stylesheets/pages/_documents.scss */
.tr-document {
  position: relative;
}

/* line 39, app/assets/stylesheets/pages/_documents.scss */
.tr-document:hover .document-action-buttons {
  top: 15%;
}

/* line 44, app/assets/stylesheets/pages/_documents.scss */
.tr-document td {
  position: relative;
  overflow: hidden;
}

/* line 49, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-title-textbox {
  resize: none;
  border: 1px solid transparent #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px !important;
}

/* line 55, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-title-textbox:hover {
  color: #44505D;
}

/* line 59, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-title-textbox:disabled {
  cursor: text;
  background: transparent;
  border: 1px solid transparent !important;
  box-shadow: none;
}

/* line 67, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons {
  border-radius: 6px;
  position: absolute;
  top: 150%;
  right: 12px;
  height: 30px;
  transition: top 0.5s ease 0s;
}

/* line 75, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons .btn {
  height: 30px;
  margin-top: 0;
  border: 1px solid #d7d7d7;
  background-color: #FFFFFF;
}

/* line 81, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons .btn .clickable-row:hover {
  background-color: transparent;
}

/* line 85, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons .btn:hover {
  background-color: #efefef;
}

/* line 88, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons .btn:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 92, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons .btn:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 99, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons .btn .glyphicon {
  padding-right: 0;
}

/* line 103, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons .btn .clickable-row {
  padding: 6px 12px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 109, app/assets/stylesheets/pages/_documents.scss */
.tr-document .document-action-buttons .btn.actions-btn {
  padding: 0;
}

/* line 116, app/assets/stylesheets/pages/_documents.scss */
.documents-matter-content-cell > .c-tooltip {
  max-width: 300px;
  text-overflow: ellipsis;
  color: #1976D2;
  white-space: nowrap;
  overflow: hidden;
}

/* line 124, app/assets/stylesheets/pages/_documents.scss */
.documents-table-content-name {
  min-width: 300px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

/* line 130, app/assets/stylesheets/pages/_documents.scss */
.folder-element {
  display: inline-block;
  vertical-align: middle;
}

/* line 134, app/assets/stylesheets/pages/_documents.scss */
.folder-element.folder-title {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 134, app/assets/stylesheets/pages/_documents.scss */
  .folder-element.folder-title {
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  /* line 134, app/assets/stylesheets/pages/_documents.scss */
  .folder-element.folder-title {
    max-width: 120px;
  }
}

/* line 150, app/assets/stylesheets/pages/_documents.scss */
.folder-edit-title {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
/* line 3, app/assets/stylesheets/pages/_features.scss */
.ir-results-jumbotron {
  background-image: linear-gradient(90deg, #74EBD5 3%, #ACB6E5 86%);
  margin-top: 55px;
  padding-top: 5px;
  padding-bottom: 50px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/pages/_features.scss */
.ir-results-jumbotron .container {
  padding-top: 5px 50px 5px 50px;
}

/* line 12, app/assets/stylesheets/pages/_features.scss */
.ir-results-jumbotron p {
  font-size: 21px;
  padding-bottom: 19px;
  color: #FFFFFF;
}

/* line 17, app/assets/stylesheets/pages/_features.scss */
.ir-results-jumbotron h1 {
  color: #FFFFFF;
  padding-bottom: 5px;
  padding-top: 10px;
}

/* line 22, app/assets/stylesheets/pages/_features.scss */
.ir-results-jumbotron .btn {
  margin: 2px;
  width: 240px;
}

/* line 27, app/assets/stylesheets/pages/_features.scss */
.features-container {
  padding: 56px 0px 0px 0px;
}

/* line 30, app/assets/stylesheets/pages/_features.scss */
.features-heading {
  padding: 100px 60px 120px 60%;
  background-image: url(/images/smiling-couple.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* line 38, app/assets/stylesheets/pages/_features.scss */
.features-menu {
  padding: 40px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/* line 44, app/assets/stylesheets/pages/_features.scss */
.features-body {
  margin-top: 120px;
}

/* line 46, app/assets/stylesheets/pages/_features.scss */
.features-body img {
  width: 100%;
  max-width: 500px;
}

/* line 51, app/assets/stylesheets/pages/_features.scss */
.features-body-row {
  padding: 80px 160px;
  margin: 0 auto;
  border-bottom: 1px solid #e1e1e1;
}

@media screen and (min-width: 992px) {
  /* line 55, app/assets/stylesheets/pages/_features.scss */
  .features-body-row h3 {
    margin-top: 0px;
    color: #44505D;
  }
}

/* line 63, app/assets/stylesheets/pages/_features.scss */
.features-image-container {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 0px;
}

/* line 70, app/assets/stylesheets/pages/_features.scss */
.features-container .affix-top {
  position: absolute;
  width: 100%;
}

/* line 74, app/assets/stylesheets/pages/_features.scss */
.features-container .affix {
  width: 100%;
  background: #FFFFFF;
  z-index: 2;
  top: 56px;
}

/* line 80, app/assets/stylesheets/pages/_features.scss */
.features-container .affix-bottom {
  width: 100%;
  background: #FFFFFF;
  z-index: 2;
  position: fixed !important;
  top: 56px !important;
}

/* line 88, app/assets/stylesheets/pages/_features.scss */
.features-menu-row {
  width: 100%;
}

/* line 91, app/assets/stylesheets/pages/_features.scss */
.features-menu-row > .active .glyphicon {
  color: #1976D2 !important;
}

/* line 94, app/assets/stylesheets/pages/_features.scss */
.features-menu-row > .active a {
  color: #44505D;
}

/* line 98, app/assets/stylesheets/pages/_features.scss */
.features-menu-row li {
  float: none;
  display: inline-block;
}

/* line 101, app/assets/stylesheets/pages/_features.scss */
.features-menu-row li > a {
  font-weight: 600;
  color: #909090;
}

/* line 104, app/assets/stylesheets/pages/_features.scss */
.features-menu-row li > a:hover {
  background: #FFFFFF !important;
  color: #44505D;
}

/* line 107, app/assets/stylesheets/pages/_features.scss */
.features-menu-row li > a:hover .glyphicon {
  color: #1976D2 !important;
}

/* line 114, app/assets/stylesheets/pages/_features.scss */
.pricing-element {
  text-align: center;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 119, app/assets/stylesheets/pages/_features.scss */
.pricing-element a {
  font-size: 12px;
}

/* line 123, app/assets/stylesheets/pages/_features.scss */
.anchor {
  padding-top: 150px;
  margin-top: -150px;
}

/* line 127, app/assets/stylesheets/pages/_features.scss */
.features-menu-row > li > a {
  background: transparent !important;
}

@media screen and (max-width: 992px) {
  /* line 132, app/assets/stylesheets/pages/_features.scss */
  .features-heading, .features-menu {
    display: none;
  }
  /* line 135, app/assets/stylesheets/pages/_features.scss */
  .features-body {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  /* line 140, app/assets/stylesheets/pages/_features.scss */
  .features-body-row {
    padding: 50px 0px;
  }
  /* line 143, app/assets/stylesheets/pages/_features.scss */
  .features-container {
    padding-top: 0px;
  }
}
/* line 4, app/assets/stylesheets/pages/_firm_setups.scss */
#setups-modal .modal-content {
  min-height: 90vh;
  background: #fafafa;
}

/* line 9, app/assets/stylesheets/pages/_firm_setups.scss */
#setups-modal .nav-pills li {
  width: 100%;
}

/* line 12, app/assets/stylesheets/pages/_firm_setups.scss */
#setups-modal .nav-pills li.active a {
  background: #EEEEEE;
}

/* line 15, app/assets/stylesheets/pages/_firm_setups.scss */
#setups-modal .nav-pills a {
  padding: 10px 15px;
  border-radius: 4px;
}

/* line 22, app/assets/stylesheets/pages/_firm_setups.scss */
.setup-card {
  min-height: 280px;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}

/* line 26, app/assets/stylesheets/pages/_firm_setups.scss */
.setup-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 31, app/assets/stylesheets/pages/_firm_setups.scss */
.setup-icons {
  max-height: 45px;
  margin-bottom: 15px;
}
/* line 3, app/assets/stylesheets/pages/_forms.scss */
.easyguide {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 40px;
}

/* line 7, app/assets/stylesheets/pages/_forms.scss */
.easyguide .nav-stacked > li {
  margin-top: 0px;
}

/* line 11, app/assets/stylesheets/pages/_forms.scss */
.easyguide.assembly {
  margin-top: 60px;
}

/* line 14, app/assets/stylesheets/pages/_forms.scss */
.easyguide-pdf {
  margin-top: 50px !important;
}

/* line 17, app/assets/stylesheets/pages/_forms.scss */
.easyguide-background {
  background: #FFFFFF;
  min-height: 100vh;
}

/* line 21, app/assets/stylesheets/pages/_forms.scss */
.easyguide-page-title {
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  position: fixed;
  z-index: 2;
  height: 40px;
  background: #fafafa;
  padding: 5px 0px;
}

/* line 31, app/assets/stylesheets/pages/_forms.scss */
.easyguide-page-title p {
  margin: 5px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  /* line 35, app/assets/stylesheets/pages/_forms.scss */
  .easyguide-page-title .col-xs-9 {
    display: none;
  }
  /* line 38, app/assets/stylesheets/pages/_forms.scss */
  .easyguide-page-title .btn {
    margin-bottom: 10px;
  }
}

/* line 45, app/assets/stylesheets/pages/_forms.scss */
#smart-form-assembly .smartform-navbar {
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  position: fixed;
  z-index: 11;
  height: 60px;
  background: #FFFFFF;
  padding: 0px;
}

@media screen and (max-width: 768px) {
  /* line 56, app/assets/stylesheets/pages/_forms.scss */
  #smart-form-assembly .smartform-navbar .col-xs-9 {
    display: none;
  }
  /* line 59, app/assets/stylesheets/pages/_forms.scss */
  #smart-form-assembly .smartform-navbar .btn {
    margin-bottom: 10px;
  }
}

/* line 63, app/assets/stylesheets/pages/_forms.scss */
#smart-form-assembly .smartform-navbar .outside-column {
  margin-top: 12px;
}

/* line 67, app/assets/stylesheets/pages/_forms.scss */
#smart-form-assembly .smartform-navbar .smartform-breadcrumbs p {
  display: flex;
}

/* line 70, app/assets/stylesheets/pages/_forms.scss */
#smart-form-assembly .smartform-navbar .smartform-breadcrumbs span {
  padding-top: 4px;
}

/* line 73, app/assets/stylesheets/pages/_forms.scss */
#smart-form-assembly .smartform-navbar .smartform-breadcrumbs a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 83, app/assets/stylesheets/pages/_forms.scss */
.expanded-sidebar .easyguide-page-title {
  width: calc(100% - 256px);
}

/* line 86, app/assets/stylesheets/pages/_forms.scss */
.collapsed-sidebar .easyguide-page-title {
  width: calc(100% - 104px);
}

/* line 90, app/assets/stylesheets/pages/_forms.scss */
.sync-smartform-alert {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: -10px;
}

/* line 96, app/assets/stylesheets/pages/_forms.scss */
.easyguide-tab-content {
  background: #fafafa;
  padding: 20px 33px 0px 33px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

/* line 101, app/assets/stylesheets/pages/_forms.scss */
.easyguide-tab-content .btn-grey .glyphicon {
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  /* line 96, app/assets/stylesheets/pages/_forms.scss */
  .easyguide-tab-content {
    padding: 20px 10px;
  }
}

/* line 109, app/assets/stylesheets/pages/_forms.scss */
.tab-pane.pdf-form-tab-pane {
  padding: 0;
  margin: -20px -33px 0px -33px;
}

/* line 113, app/assets/stylesheets/pages/_forms.scss */
.easyguide-body {
  padding-bottom: 100px;
  min-height: 80vh;
}

/* line 116, app/assets/stylesheets/pages/_forms.scss */
.easyguide-body p, .easyguide-body label, .easyguide-body label.floating-label.select {
  margin-bottom: 12px;
  margin-top: 25px;
}

/* line 120, app/assets/stylesheets/pages/_forms.scss */
.easyguide-body p.subtitle {
  margin-top: 5px;
}

/* line 123, app/assets/stylesheets/pages/_forms.scss */
.easyguide-body td {
  padding-right: 50px;
}

/* line 127, app/assets/stylesheets/pages/_forms.scss */
.easyguide-checkbox {
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
  display: table;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  padding-top: 2px !important;
  padding-bottom: 12px;
  margin-bottom: 0px;
  margin-top: 0px !important;
}

/* line 138, app/assets/stylesheets/pages/_forms.scss */
.easyguide-footer {
  border-top: solid 1px #e1e1e1;
  padding-top: 30px;
}

/* line 141, app/assets/stylesheets/pages/_forms.scss */
.easyguide-footer li a {
  color: #C0C0C0;
}

/* line 144, app/assets/stylesheets/pages/_forms.scss */
.easyguide-footer .disclaimer {
  padding-bottom: 5px;
}

/* line 148, app/assets/stylesheets/pages/_forms.scss */
.easyguide .stacked-tabs {
  position: fixed;
  margin-right: -17%;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 153, app/assets/stylesheets/pages/_forms.scss */
.easyguide .stacked-tabs .glyphicon {
  padding: 0 2px;
}

/* line 156, app/assets/stylesheets/pages/_forms.scss */
.easyguide .stacked-tabs .sub-tab {
  padding-left: 35px;
}

/* line 159, app/assets/stylesheets/pages/_forms.scss */
.easyguide .stacked-tabs .default-custom-plus {
  border: solid 1px;
  border-radius: 3px;
}

/* line 162, app/assets/stylesheets/pages/_forms.scss */
.easyguide .stacked-tabs .default-custom-plus svg {
  vertical-align: middle;
  margin-bottom: 3px;
}

/* line 167, app/assets/stylesheets/pages/_forms.scss */
.easyguide .stacked-tabs .tab-title-span {
  margin-left: 3px;
}

/* line 172, app/assets/stylesheets/pages/_forms.scss */
a#cosponsor-details .glyphicon-remove, li#applicant-income-li .glyphicon-remove, .household-member-details .glyphicon-remove, li.remove .glyphicon-remove, li.remove a .glyphicon-remove {
  font-size: 14px;
  position: absolute;
  padding: 20px 10px 0px 10px !important;
  height: 90%;
  background: inherit;
  right: 0;
  opacity: 0;
}

/* line 181, app/assets/stylesheets/pages/_forms.scss */
a#cosponsor-details:hover .glyphicon-remove, li#applicant-income-li:hover .glyphicon-remove, .household-member-details:hover .glyphicon-remove, li.remove:hover .glyphicon-remove, li.remove a:hover .glyphicon-remove {
  opacity: 1;
  cursor: pointer;
}

/* line 187, app/assets/stylesheets/pages/_forms.scss */
.nav > li > a {
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
  font-weight: initial;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0px;
}

/* line 194, app/assets/stylesheets/pages/_forms.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #EEEEEE;
  color: #1976D2;
  border: none;
  border-radius: 0;
}

/* line 200, app/assets/stylesheets/pages/_forms.scss */
.easyguide .glyphicon-edit {
  color: #1976D2;
}

/* line 203, app/assets/stylesheets/pages/_forms.scss */
.easyguide .glyphicon-check {
  color: #1976D2;
}

/* line 207, app/assets/stylesheets/pages/_forms.scss */
.left-align {
  text-align: left;
}

/* line 211, app/assets/stylesheets/pages/_forms.scss */
.form-prep-tab-pane {
  max-width: 700px;
}

/* line 215, app/assets/stylesheets/pages/_forms.scss */
.inline-form-column {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 219, app/assets/stylesheets/pages/_forms.scss */
.padded-input {
  padding-left: 8px;
}

/* line 222, app/assets/stylesheets/pages/_forms.scss */
.easyguide-form {
  width: 100% !important;
  margin-bottom: 12px;
}

/* line 225, app/assets/stylesheets/pages/_forms.scss */
.easyguide-form:focus {
  background: #FFFFFF !important;
}

/* line 229, app/assets/stylesheets/pages/_forms.scss */
.easyguide-header {
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 20px;
  margin-top: 20px;
}

/* line 234, app/assets/stylesheets/pages/_forms.scss */
.question-container, .sum-box, .alert-box {
  padding: 15px 40px 40px 40px;
  position: relative;
  background: #FFFFFF;
  margin-top: 24px;
  border-radius: 4px;
}

/* line 240, app/assets/stylesheets/pages/_forms.scss */
.question-container .huge-button, .sum-box .huge-button, .alert-box .huge-button {
  height: 100px;
}

/* line 243, app/assets/stylesheets/pages/_forms.scss */
.question-container .form-group, .sum-box .form-group, .alert-box .form-group {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 234, app/assets/stylesheets/pages/_forms.scss */
  .question-container, .sum-box, .alert-box {
    padding: 5px;
  }
}

@media screen and (min-width: 768px) {
  /* line 234, app/assets/stylesheets/pages/_forms.scss */
  .question-container, .sum-box, .alert-box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
}

/* line 254, app/assets/stylesheets/pages/_forms.scss */
.question-container.compressed, .compressed.sum-box, .compressed.alert-box {
  padding-right: 40px;
}

/* line 258, app/assets/stylesheets/pages/_forms.scss */
.question-container.elongated-without-border, .elongated-without-border.sum-box, .elongated-without-border.alert-box {
  box-shadow: none !important;
  padding: 0px !important;
}

/* line 269, app/assets/stylesheets/pages/_forms.scss */
.add-income-types-button {
  margin-top: 24px;
  width: 100%;
  background: #C0C0C0;
  border: 1px solid #C0C0C0;
  color: #FFFFFF;
  padding: 15px;
}

/* line 277, app/assets/stylesheets/pages/_forms.scss */
.easyguide-button {
  width: 95%;
  margin-bottom: 12px;
  white-space: normal;
  height: 58px;
}

/* line 283, app/assets/stylesheets/pages/_forms.scss */
.easyguide-button-column {
  padding: 0px;
}

/* line 286, app/assets/stylesheets/pages/_forms.scss */
.easyguide-button-reset-column {
  padding: 0px;
  top: 35px;
}

/* line 291, app/assets/stylesheets/pages/_forms.scss */
.button-row-container {
  min-height: 87px;
}

/* line 295, app/assets/stylesheets/pages/_forms.scss */
.easyguide-button-row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 299, app/assets/stylesheets/pages/_forms.scss */
.glyphicon-question-sign {
  color: #1976D2;
  padding-left: 5px;
  opacity: .6;
  font-size: 14px;
}

/* line 304, app/assets/stylesheets/pages/_forms.scss */
.glyphicon-question-sign:hover {
  opacity: 1;
}

/* line 309, app/assets/stylesheets/pages/_forms.scss */
.background-check-row input[type="checkbox"] {
  margin-left: 5px;
}

/* line 313, app/assets/stylesheets/pages/_forms.scss */
.sum-box {
  text-align: right;
}

/* line 316, app/assets/stylesheets/pages/_forms.scss */
.sum-figure {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #1976D2;
}

/* line 321, app/assets/stylesheets/pages/_forms.scss */
.income-threshold {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1976D2;
}

/* line 327, app/assets/stylesheets/pages/_forms.scss */
.review-application-table-heading {
  padding-top: 20px;
  vertical-align: baseline;
  color: #bdbdbd;
  font-size: 13px;
}

/* line 333, app/assets/stylesheets/pages/_forms.scss */
.user-info-table-body p {
  display: table;
  margin-top: 0px;
  margin-bottom: 12px;
}

/* line 338, app/assets/stylesheets/pages/_forms.scss */
.review-application-table {
  margin-bottom: 50px;
}

/* line 340, app/assets/stylesheets/pages/_forms.scss */
.review-application-table .user-info-table-heading {
  width: 250px;
}

/* line 344, app/assets/stylesheets/pages/_forms.scss */
.prefiling-instructions-list {
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
  font-weight: initial;
  font-size: 16px;
}

/* line 348, app/assets/stylesheets/pages/_forms.scss */
.prefiling-instructions-list li {
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 352, app/assets/stylesheets/pages/_forms.scss */
.prefiling-instructions-list button {
  margin-top: 12px;
}

/* line 358, app/assets/stylesheets/pages/_forms.scss */
.legal-support-button {
  position: fixed;
  right: 5px;
  bottom: 10px;
  padding-left: 0px;
  max-width: 220px;
  transition: all .3s ease-in-out;
}

/* line 366, app/assets/stylesheets/pages/_forms.scss */
.legal-support-button:hover {
  right: 10px;
}

/* line 370, app/assets/stylesheets/pages/_forms.scss */
.legal-support-column p {
  background: #44505D;
  border: 1px solid #44505D;
  color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 0px;
  padding: 5px 0px 5px 15px;
}

/* line 378, app/assets/stylesheets/pages/_forms.scss */
.media-body a:hover, .media-body a:visited, .media-body a:active, .media-body a:focus {
  text-decoration: none;
}

/* line 381, app/assets/stylesheets/pages/_forms.scss */
.legal-support-img {
  max-width: 65px;
  margin-left: -30px;
}

/* line 385, app/assets/stylesheets/pages/_forms.scss */
.legal-support-summary {
  position: fixed;
  right: 20px;
  bottom: 100px;
  max-width: 205px;
  border: 1px solid #44505D;
  padding: 15px;
  border-radius: 8px;
  background: #44505D;
}

/* line 394, app/assets/stylesheets/pages/_forms.scss */
.legal-support-summary p {
  color: #FFFFFF;
}

/* line 398, app/assets/stylesheets/pages/_forms.scss */
.easyguide-content-column {
  margin-left: 16.67%;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  /* line 398, app/assets/stylesheets/pages/_forms.scss */
  .easyguide-content-column {
    width: 100%;
    margin-left: 0%;
  }
}

/* CSS for form prep Add & Remove buttons*/
/* line 409, app/assets/stylesheets/pages/_forms.scss */
.add-button, .remove-button {
  margin-bottom: 12px;
  opacity: .75;
  color: #44505D;
}

/* line 413, app/assets/stylesheets/pages/_forms.scss */
.add-button:hover, .remove-button:hover {
  opacity: 1;
  cursor: pointer;
}

/* line 417, app/assets/stylesheets/pages/_forms.scss */
.add-button:hover, .remove-button:hover, .add-button:visited, .remove-button:visited, .add-button:active, .remove-button:active, .add-button:focus, .remove-button:focus {
  text-decoration: none;
  color: #44505D;
}

/* line 422, app/assets/stylesheets/pages/_forms.scss */
.remove-button {
  float: left;
  margin-right: 25px;
}

/* line 427, app/assets/stylesheets/pages/_forms.scss */
.glyphicon-plus-sign, .glyphicon-minus-sign, .glyphicon-envelope {
  padding-right: 3px;
}

/* line 430, app/assets/stylesheets/pages/_forms.scss */
.glyphicon-minus-sign {
  color: #F44336;
}

/* line 433, app/assets/stylesheets/pages/_forms.scss */
.glyphicon-plus-sign {
  color: #1976D2;
}

/* CSS for Income Ticker */
/* line 437, app/assets/stylesheets/pages/_forms.scss */
.income-ticker-container {
  display: none;
}

/* line 439, app/assets/stylesheets/pages/_forms.scss */
.income-ticker-container .income-ticker {
  position: absolute;
  top: 159px;
  right: 40px;
  text-align: center;
  width: 250px;
  background-color: #fafafa;
  padding: 25px 10px 20px;
}

/* line 447, app/assets/stylesheets/pages/_forms.scss */
.income-ticker-container .income-ticker #text {
  font-size: 12px;
  color: #909090;
  margin-bottom: 0px;
}

/* line 452, app/assets/stylesheets/pages/_forms.scss */
.income-ticker-container .income-ticker #number {
  font-size: 45px;
  font-weight: bold;
  color: #1976D2;
  margin-top: 0px;
}

/* line 459, app/assets/stylesheets/pages/_forms.scss */
.income-ticker-container .affix {
  top: 40px;
  position: fixed;
}

/* line 464, app/assets/stylesheets/pages/_forms.scss */
#income-exemption-screening-ul {
  padding-bottom: 25px;
}

/* line 467, app/assets/stylesheets/pages/_forms.scss */
.flexbox {
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

/* line 476, app/assets/stylesheets/pages/_forms.scss */
.box-ordinal-1 {
  box-ordinal-group: 1;
}

/* line 481, app/assets/stylesheets/pages/_forms.scss */
.box-ordinal-2 {
  box-ordinal-group: 2;
}

/* line 486, app/assets/stylesheets/pages/_forms.scss */
.box-ordinal-3 {
  box-ordinal-group: 3;
}

/* line 491, app/assets/stylesheets/pages/_forms.scss */
.box-ordinal-5 {
  box-ordinal-group: 5;
}

/* line 497, app/assets/stylesheets/pages/_forms.scss */
.income-options-checkbox label, .income-options-checkbox label.floating-label.select {
  margin: 0px 0px;
}

/* line 501, app/assets/stylesheets/pages/_forms.scss */
label.floating-label, label.floating-label.select {
  position: absolute;
  top: -6px;
  left: 13px;
  transition: 0.2s ease all;
  -moz-transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all;
  pointer-events: none !important;
  opacity: .5;
}

/* line 514, app/assets/stylesheets/pages/_forms.scss */
label.floating-label.telephone-label {
  left: 50px;
}

/* line 518, app/assets/stylesheets/pages/_forms.scss */
label.floating-label.select {
  left: 10px;
}

/* line 524, app/assets/stylesheets/pages/_forms.scss */
label.floating-label.complete, input:focus ~ label.floating-label {
  top: -21px;
  font-size: 11px;
  color: #1976D2;
  font-weight: bold;
  opacity: 1;
}

/* line 530, app/assets/stylesheets/pages/_forms.scss */
label.floating-label.complete .select, input:focus ~ label.floating-label .select {
  left: 10px;
}

/* line 536, app/assets/stylesheets/pages/_forms.scss */
.floating-label-input-group {
  margin-bottom: 12px;
}

/* line 541, app/assets/stylesheets/pages/_forms.scss */
.input-group .floating-label-input-group {
  margin-bottom: 0px;
}

/* line 544, app/assets/stylesheets/pages/_forms.scss */
.input-group .form-control {
  z-index: inherit !important;
}

/* line 549, app/assets/stylesheets/pages/_forms.scss */
.select2_no_results {
  cursor: pointer;
  text-decoration: none !important;
  color: #44505D !important;
}

/* line 556, app/assets/stylesheets/pages/_forms.scss */
#pdf-builder {
  margin-top: 0px;
}

/* line 562, app/assets/stylesheets/pages/_forms.scss */
.panel-group.forms-panel-group .forms-panel-heading {
  padding: 0px 15px;
}

/* line 565, app/assets/stylesheets/pages/_forms.scss */
.panel-group.forms-panel-group .panel + .panel {
  margin-top: 0px;
  border-top: 1px solid #e1e1e1;
}

/* line 569, app/assets/stylesheets/pages/_forms.scss */
.panel-group.forms-panel-group .panel {
  border-radius: 0px;
  background: #fafafa;
}

/* line 573, app/assets/stylesheets/pages/_forms.scss */
.panel-group.forms-panel-group .panel-body {
  padding: 0px;
}

/* line 578, app/assets/stylesheets/pages/_forms.scss */
.edit-switch-container {
  float: left;
  margin-right: 90px;
  margin-top: 2px;
}

/* line 584, app/assets/stylesheets/pages/_forms.scss */
.pdf-selector-container {
  padding: 5px;
}

/* line 586, app/assets/stylesheets/pages/_forms.scss */
.pdf-selector-container label, .pdf-selector-container label.floating-label.select {
  color: #1976D2;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -10px;
  margin-left: 9px;
}

/* line 593, app/assets/stylesheets/pages/_forms.scss */
.pdf-selector-container #pdf-selector {
  box-shadow: none !important;
  border: 0px !important;
  cursor: pointer;
}

/* line 600, app/assets/stylesheets/pages/_forms.scss */
.dw-switch-form-addenda-selector {
  position: absolute;
  z-index: 1;
  width: 170px;
  opacity: 0;
}

/* line 605, app/assets/stylesheets/pages/_forms.scss */
.dw-switch-form-addenda-selector #pdf-selector {
  height: 20px;
}

/* line 609, app/assets/stylesheets/pages/_forms.scss */
.dw-switch-form-addenda-text {
  color: #1976D2;
}

/* line 613, app/assets/stylesheets/pages/_forms.scss */
.collapse_element {
  width: 0;
  height: 0;
}

/* line 618, app/assets/stylesheets/pages/_forms.scss */
.form-breadcrumbs {
  position: fixed;
  width: 100%;
  z-index: 1;
  background: #1976D2;
  color: #FFFFFF;
  margin: -20px -34px;
  padding: 0px 0px 3px 10px;
}

/* line 626, app/assets/stylesheets/pages/_forms.scss */
.form-breadcrumbs p, .form-breadcrumbs a {
  color: #FFFFFF;
  padding: 3px;
  font-size: 13px;
}

/* line 633, app/assets/stylesheets/pages/_forms.scss */
.form-breadcrumbs a {
  text-decoration: none;
}

/* line 638, app/assets/stylesheets/pages/_forms.scss */
#invite_options label {
  margin-top: 0px !important;
}

/* line 642, app/assets/stylesheets/pages/_forms.scss */
label.radio-inline, label.radio-inline.floating-label.select {
  margin-top: 0px;
}

/* line 647, app/assets/stylesheets/pages/_forms.scss */
.edit-contact-modal label.floating-label, .material-form label.floating-label {
  top: 6px;
}

/* line 650, app/assets/stylesheets/pages/_forms.scss */
.edit-contact-modal label.floating-label.complete, .edit-contact-modal input:focus ~ label.floating-label, .material-form label.floating-label.complete, .material-form input:focus ~ label.floating-label {
  top: -8px;
  font-size: 11px;
  color: #1976D2;
  font-weight: bold;
  opacity: 1;
}

/* line 656, app/assets/stylesheets/pages/_forms.scss */
.edit-contact-modal label.floating-label.complete .select, .edit-contact-modal input:focus ~ label.floating-label .select, .material-form label.floating-label.complete .select, .material-form input:focus ~ label.floating-label .select {
  left: 10px;
}

/* line 660, app/assets/stylesheets/pages/_forms.scss */
.edit-contact-modal .select-list:after, .material-form .select-list:after {
  top: 12px;
}

/* line 663, app/assets/stylesheets/pages/_forms.scss */
.edit-contact-modal .input-dropdown-toggle, .material-form .input-dropdown-toggle {
  height: 34px;
}

/* line 667, app/assets/stylesheets/pages/_forms.scss */
.edit-contact-modal input, .edit-contact-modal button, .edit-contact-modal select, .edit-contact-modal .select2-container--default .select2-selection--single, .material-form input, .material-form button, .material-form select, .material-form .select2-container--default .select2-selection--single {
  border-top: 0px !important;
  border-left: 1px !important;
  border-right: 1px !important;
  box-shadow: none;
}

/* line 678, app/assets/stylesheets/pages/_forms.scss */
:lang(ar) #form-builder h4 {
  direction: rtl;
}

/* line 682, app/assets/stylesheets/pages/_forms.scss */
:lang(ar) .question-container:not(.alert-container) p, :lang(ar) .alert-box:not(.alert-container) p, :lang(ar) .sum-box:not(.alert-container) p {
  direction: rtl;
  left: auto;
  right: 5px;
}

/* line 689, app/assets/stylesheets/pages/_forms.scss */
.remove-contact {
  position: relative;
  top: 8px;
  left: -20px;
}

/* line 695, app/assets/stylesheets/pages/_forms.scss */
.vertical-scrollable {
  height: 90%;
  overflow: scroll;
}

/* line 701, app/assets/stylesheets/pages/_forms.scss */
ul.smartform-navigation-pills li.active > a, ul.smartform-navigation-pills li.active > a:hover {
  background: #EEEEEE !important;
  border-bottom: 1px solid #e1e1e1;
  opacity: 1;
}

/* line 705, app/assets/stylesheets/pages/_forms.scss */
ul.smartform-navigation-pills li.active > a i, ul.smartform-navigation-pills li.active > a:hover i {
  background: #1976D2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 710, app/assets/stylesheets/pages/_forms.scss */
ul.smartform-navigation-pills a {
  height: 60px;
  opacity: 1;
  font-size: 16px;
  padding: 15px 30px !important;
}

@media screen and (max-width: 1150px) {
  /* line 710, app/assets/stylesheets/pages/_forms.scss */
  ul.smartform-navigation-pills a {
    padding: 15px 15px !important;
  }
}

/* line 719, app/assets/stylesheets/pages/_forms.scss */
ul.smartform-navigation-pills i {
  background: #1976D2;
  padding: 7px;
  border-radius: 100px;
  color: #FFFFFF;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  /* line 700, app/assets/stylesheets/pages/_forms.scss */
  ul.smartform-navigation-pills {
    display: none;
  }
}

/* line 732, app/assets/stylesheets/pages/_forms.scss */
.text-editor-pdf-header {
  z-index: 0 !important;
  position: relative !important;
}

/* line 737, app/assets/stylesheets/pages/_forms.scss */
.edit-matter-breadcrumb {
  position: fixed;
  z-index: 3;
  width: 100%;
}
/* line 3, app/assets/stylesheets/pages/_forum.scss */
.forum-searchbar-button {
  background: #47BCAA;
  border: 4px solid #FFFFFF;
  color: #FFFFFF;
  width: 10%;
  text-decoration: none;
  font-size: 20px;
}

/* line 12, app/assets/stylesheets/pages/_forum.scss */
.breadcrumb-banner.forum-breadcrumb-banner {
  margin-top: 58px;
  border-bottom: 1px solid #e7e7e7;
  background: #FFFFFF !important;
}

/* line 18, app/assets/stylesheets/pages/_forum.scss */
.forum-breadcrumb {
  background: #FFFFFF !important;
}
/* line 3, app/assets/stylesheets/pages/_homepage.scss */
#homepage-jumbotron-image {
  background-image: url(/images/jumbotron_img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  margin-bottom: 0;
  height: 50vh;
  min-height: 428px;
  position: fixed;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/_homepage.scss */
  #homepage-jumbotron-image {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, app/assets/stylesheets/pages/_homepage.scss */
  #homepage-jumbotron-image {
    background-position: 60%;
    min-height: 428px;
  }
}

/* line 6, app/assets/stylesheets/pages/_homepage.scss */
#homepage-jumbotron-content {
  padding-top: 110px;
  height: 50vh;
  min-height: 428px;
}

/* line 84, app/assets/stylesheets/globals/_mixins.scss */
#homepage-jumbotron-content p {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  /* line 86, app/assets/stylesheets/globals/_mixins.scss */
  #homepage-jumbotron-content h1 {
    padding-right: 30%;
  }
  /* line 87, app/assets/stylesheets/globals/_mixins.scss */
  #homepage-jumbotron-content p {
    max-width: 800px;
  }
}

/* line 9, app/assets/stylesheets/pages/_homepage.scss */
.homepage-navbar .affix {
  background-color: #FFFFFF;
  border-bottom: solid 1px #e7e7e7;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  right: 0px;
  z-index: 100;
  position: fixed;
  transition: all .3s ease-in-out;
  border-radius: 0;
}

/* line 106, app/assets/stylesheets/globals/_mixins.scss */
.homepage-navbar .affix .navbar-nav > li > a {
  font-size: 12px;
  color: #1976D2;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /* line 9, app/assets/stylesheets/pages/_homepage.scss */
  .homepage-navbar .affix {
    background: #FFFFFF;
  }
}

/* line 12, app/assets/stylesheets/pages/_homepage.scss */
.green-font {
  color: #1976D2;
  font-weight: 700;
}

/* line 16, app/assets/stylesheets/pages/_homepage.scss */
.visa-options {
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 15px;
  transition: .3s;
  -webkit-transition: .3s;
}

/* line 22, app/assets/stylesheets/pages/_homepage.scss */
.visa-options p {
  font-size: 16px;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #C0C0C0;
  margin: auto;
  max-width: 200px;
  transition: .3s;
  -webkit-transition: .3s;
}

/* line 33, app/assets/stylesheets/pages/_homepage.scss */
.visa-options a {
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/pages/_homepage.scss */
.visa-options img {
  padding-bottom: 20px;
  max-width: 80px;
}

@media screen and (min-width: 992px) {
  /* line 40, app/assets/stylesheets/pages/_homepage.scss */
  .visa-options:hover {
    border: 1px solid #1976D2;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 992px) {
  /* line 49, app/assets/stylesheets/pages/_homepage.scss */
  .visa-options:hover p {
    color: #1976D2;
  }
  /* line 52, app/assets/stylesheets/pages/_homepage.scss */
  .visa-options:hover p {
    border-top: 1px solid #1976D2;
  }
}

/* line 56, app/assets/stylesheets/pages/_homepage.scss */
.immigration-simplified-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 60, app/assets/stylesheets/pages/_homepage.scss */
.immigration-simplified {
  text-align: center;
}

/* line 62, app/assets/stylesheets/pages/_homepage.scss */
.immigration-simplified p {
  padding: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
}

/* line 66, app/assets/stylesheets/pages/_homepage.scss */
.immigration-simplified p:hover + .overlay {
  opacity: 1;
}

/* line 70, app/assets/stylesheets/pages/_homepage.scss */
.img-circle .btn {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  /* line 74, app/assets/stylesheets/pages/_homepage.scss */
  .immigration-simplified .desktop {
    display: none;
  }
  /* line 77, app/assets/stylesheets/pages/_homepage.scss */
  .immigration-simplified .overlay {
    opacity: 1;
  }
  /* line 79, app/assets/stylesheets/pages/_homepage.scss */
  .immigration-simplified .overlay p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 35%;
    font-size: 25px;
  }
  /* line 86, app/assets/stylesheets/pages/_homepage.scss */
  .immigration-simplified {
    margin-top: 20px;
  }
  /* line 89, app/assets/stylesheets/pages/_homepage.scss */
  .immigration-simplified-heading {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  /* line 94, app/assets/stylesheets/pages/_homepage.scss */
  .immigration-simplified .mobile {
    display: none;
  }
}

/* line 98, app/assets/stylesheets/pages/_homepage.scss */
.overlay {
  width: 259px;
  height: 259px;
  position: absolute;
  overflow: hidden;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .4s ease-in-out;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 112, app/assets/stylesheets/pages/_homepage.scss */
.overlay:hover {
  opacity: 1;
}

/* line 115, app/assets/stylesheets/pages/_homepage.scss */
.overlay p {
  color: #FFFFFF;
  padding-top: 25%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0;
  margin-bottom: -10px;
}

/* line 126, app/assets/stylesheets/pages/_homepage.scss */
.legal-help-section img {
  margin-right: 20px;
  border: 1px solid #e7e7e7;
}

@media (min-width: 992px) {
  /* line 126, app/assets/stylesheets/pages/_homepage.scss */
  .legal-help-section img {
    height: 350px;
    width: 510px;
  }
}

@media (max-width: 991px) {
  /* line 126, app/assets/stylesheets/pages/_homepage.scss */
  .legal-help-section img {
    width: 100%;
  }
}

/* line 139, app/assets/stylesheets/pages/_homepage.scss */
.attorney-image-overlay {
  position: absolute;
  top: 0;
  width: 510px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .4s ease-in-out;
  opacity: 0;
}

/* line 149, app/assets/stylesheets/pages/_homepage.scss */
.attorney-buttons-container {
  text-align: center;
  margin-top: 0px;
}

/* line 152, app/assets/stylesheets/pages/_homepage.scss */
.attorney-buttons-container .btn {
  width: 350px;
  margin-top: 10px;
}

/* line 157, app/assets/stylesheets/pages/_homepage.scss */
.attorney-image-caption {
  position: absolute;
  bottom: 0px;
  width: 508px;
  background-color: rgba(0, 0, 0, 0.7);
  left: 16px;
  padding: 12px 0px 5px 35px;
  transition: all .4s ease-in-out;
}

/* line 166, app/assets/stylesheets/pages/_homepage.scss */
.attorney-image-caption p {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none !important;
}

@media screen and (max-width: 991px) {
  /* line 157, app/assets/stylesheets/pages/_homepage.scss */
  .attorney-image-caption {
    display: none;
  }
}

/* line 176, app/assets/stylesheets/pages/_homepage.scss */
.attorney-profile-container a {
  text-decoration: none !important;
}

@media screen and (min-width: 992px) {
  /* line 181, app/assets/stylesheets/pages/_homepage.scss */
  .attorney-profile-container:hover .attorney-image-overlay {
    opacity: 1;
  }
  /* line 184, app/assets/stylesheets/pages/_homepage.scss */
  .attorney-profile-container:hover .attorney-image-caption {
    padding-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  /* line 175, app/assets/stylesheets/pages/_homepage.scss */
  .attorney-profile-container {
    margin-top: 20px;
  }
}

/* line 193, app/assets/stylesheets/pages/_homepage.scss */
.attorney-description-container {
  padding: 70px 65px 0px;
  text-align: center;
}

/* line 196, app/assets/stylesheets/pages/_homepage.scss */
.attorney-description-container p {
  color: #FFFFFF;
}

/* line 201, app/assets/stylesheets/pages/_homepage.scss */
.borderwise-carousel-control {
  opacity: 1;
  width: 0px;
  color: #1976D2;
}

/* line 205, app/assets/stylesheets/pages/_homepage.scss */
.borderwise-carousel-control .glyphicon {
  padding-right: 0px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
}

/* line 212, app/assets/stylesheets/pages/_homepage.scss */
.borderwise-carousel-control .glyphicon-circle-arrow-right {
  right: -50px;
}

/* line 215, app/assets/stylesheets/pages/_homepage.scss */
.borderwise-carousel-control .glyphicon-circle-arrow-left {
  left: -50px;
}

@media screen and (max-width: 991px) {
  /* line 201, app/assets/stylesheets/pages/_homepage.scss */
  .borderwise-carousel-control {
    display: none;
  }
}

/* line 224, app/assets/stylesheets/pages/_homepage.scss */
.media-logo {
  height: 55px;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: .3s;
  -webkit-transition: .3s;
}

/* line 230, app/assets/stylesheets/pages/_homepage.scss */
.media-logo:hover {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

@media screen and (max-width: 768px) {
  /* line 224, app/assets/stylesheets/pages/_homepage.scss */
  .media-logo {
    padding-bottom: 10px;
    height: 50px;
  }
}

/* line 239, app/assets/stylesheets/pages/_homepage.scss */
.featured-on-section {
  border-bottom: 1px solid #e1e1e1;
}

/* line 242, app/assets/stylesheets/pages/_homepage.scss */
.featured-on-banner {
  text-align: center;
}

/* line 245, app/assets/stylesheets/pages/_homepage.scss */
.featured-on-banner.top_row {
  margin-bottom: 15px;
}

/* line 250, app/assets/stylesheets/pages/_homepage.scss */
.borderwise-steps {
  padding: 50px 0px;
}

/* line 255, app/assets/stylesheets/pages/_homepage.scss */
.bounce-up {
  opacity: 0;
  transition: all 700ms ease-out;
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 271, app/assets/stylesheets/pages/_homepage.scss */
.bounce-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

@media screen and (max-width: 768px) {
  /* line 280, app/assets/stylesheets/pages/_homepage.scss */
  .step-icon {
    max-width: 80px;
  }
}

/* line 287, app/assets/stylesheets/pages/_homepage.scss */
.association-logo {
  max-height: 120px;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: .3s;
  -webkit-transition: .3s;
}

/* line 293, app/assets/stylesheets/pages/_homepage.scss */
.association-logo:hover {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/* line 300, app/assets/stylesheets/pages/_homepage.scss */
.testimonial-section {
  border-bottom: 1px solid #e7e7e7;
}

/* line 303, app/assets/stylesheets/pages/_homepage.scss */
.testimonial {
  margin-top: 54px;
}

/* line 305, app/assets/stylesheets/pages/_homepage.scss */
.testimonial .quote {
  background: #FFFFFF;
  font-style: italic;
  padding: 22px;
  border: 1px solid #e1e1e1;
  margin: auto;
  min-height: 134px;
}

@media only screen and (max-width: 768px) {
  /* line 305, app/assets/stylesheets/pages/_homepage.scss */
  .testimonial .quote {
    max-width: 85%;
    padding: 20px;
    min-height: none;
  }
}

/* line 318, app/assets/stylesheets/pages/_homepage.scss */
.testimonial .reviewer-container {
  margin-top: 27px;
}

@media only screen and (max-width: 768px) {
  /* line 318, app/assets/stylesheets/pages/_homepage.scss */
  .testimonial .reviewer-container {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 324, app/assets/stylesheets/pages/_homepage.scss */
  .testimonial .image-container {
    text-align: right;
    margin-right: -15px;
  }
}

/* line 330, app/assets/stylesheets/pages/_homepage.scss */
.testimonial img {
  max-width: 50px;
}

@media only screen and (max-width: 768px) {
  /* line 330, app/assets/stylesheets/pages/_homepage.scss */
  .testimonial img {
    max-width: 50px;
    margin-bottom: 10px;
  }
}

/* line 337, app/assets/stylesheets/pages/_homepage.scss */
.testimonial .reviewer {
  font-size: 16px;
  margin-bottom: 4px;
}

/* line 341, app/assets/stylesheets/pages/_homepage.scss */
.testimonial .light-body-text {
  font-style: italic !important;
  margin-bottom: 0px;
}

/* line 349, app/assets/stylesheets/pages/_homepage.scss */
#daca-container {
  text-align: left;
  padding-top: 30px;
}

/* line 355, app/assets/stylesheets/pages/_homepage.scss */
.homepage-video-container {
  max-width: 800px;
  margin-top: 20px;
}
/* line 3, app/assets/stylesheets/pages/_integrations.scss */
.integration-card {
  min-height: 400px;
}

/* line 7, app/assets/stylesheets/pages/_integrations.scss */
.expanded-sidebar #purchase-lawpay-btn {
  position: relative;
}
/* line 3, app/assets/stylesheets/pages/_invoice.scss */
.edit-invoice-container {
  height: 100%;
  display: table;
  align-items: baseline;
  width: 100%;
  box-sizing: border-box;
  margin-left: 15px;
}

/* line 10, app/assets/stylesheets/pages/_invoice.scss */
.edit-invoice-container .edit-invoice-row {
  height: 100%;
  width: 100%;
  display: flex;
}

/* line 15, app/assets/stylesheets/pages/_invoice.scss */
.edit-invoice-container .edit-invoice-column {
  display: table-cell;
  flex: 1;
  float: none;
  background: #FFFFFF;
  border-left: 1px solid #e1e1e1;
}

/* line 24, app/assets/stylesheets/pages/_invoice.scss */
#preview-invoice {
  padding: 50px;
  min-width: 700px;
  max-width: 700px;
  min-height: 906px;
}

/* line 29, app/assets/stylesheets/pages/_invoice.scss */
#preview-invoice h3, #preview-invoice h4, #preview-invoice h5, #preview-invoice td, #preview-invoice a {
  color: #000000;
}

/* line 32, app/assets/stylesheets/pages/_invoice.scss */
#preview-invoice p, #preview-invoice td {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0px;
}

/* line 38, app/assets/stylesheets/pages/_invoice.scss */
#preview-invoice .invoice-table .description-column {
  min-width: 550px;
  max-width: 550px;
}

/* line 42, app/assets/stylesheets/pages/_invoice.scss */
#preview-invoice .invoice-table .charge-description-column {
  min-width: 450px;
  max-width: 450px;
}

/* line 46, app/assets/stylesheets/pages/_invoice.scss */
#preview-invoice .invoice-table .charge-date-column {
  min-width: 100px;
  max-width: 100px;
}

/* line 51, app/assets/stylesheets/pages/_invoice.scss */
#preview-invoice .disabled {
  cursor: not-allowed;
  opacity: .65;
}

/* line 57, app/assets/stylesheets/pages/_invoice.scss */
.invoice-tabs {
  margin-bottom: 20px;
}

/* line 59, app/assets/stylesheets/pages/_invoice.scss */
.invoice-tabs a {
  color: #44505D;
  opacity: .5;
  font-size: 16px;
  margin-right: 15px;
  padding-bottom: 5px;
}

/* line 65, app/assets/stylesheets/pages/_invoice.scss */
.invoice-tabs a:hover {
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/pages/_invoice.scss */
.invoice-tabs a.active {
  opacity: 1;
  border-bottom: 2px solid #44505D;
}

/* line 76, app/assets/stylesheets/pages/_invoice.scss */
.invoice-matter-container {
  margin-bottom: 20px;
}

/* line 81, app/assets/stylesheets/pages/_invoice.scss */
.invoice-charges-without-matter-container {
  margin-bottom: 20px;
}

/* line 85, app/assets/stylesheets/pages/_invoice.scss */
.invoice-item-container {
  padding: 20px;
  margin: 10px 0px;
  background: #fafafa;
}

/* line 91, app/assets/stylesheets/pages/_invoice.scss */
.delete-invoice-item-icon {
  margin-top: 35px;
}

/* line 95, app/assets/stylesheets/pages/_invoice.scss */
.dw-invoice-charge-descr {
  display: flex;
}

/* line 97, app/assets/stylesheets/pages/_invoice.scss */
.dw-invoice-charge-descr .dw-invoice-charge-trash-icon {
  flex: 0 0 45px;
  padding-top: 3px;
}

/* line 101, app/assets/stylesheets/pages/_invoice.scss */
.dw-invoice-charge-descr .dw-invoice-charge-left-input {
  padding-right: 0px;
}

/* line 106, app/assets/stylesheets/pages/_invoice.scss */
.edit-invoice-row > .preview-invoice-column {
  overflow-x: auto;
  margin-right: 0;
}

/* line 111, app/assets/stylesheets/pages/_invoice.scss */
.table-borderless td,
.table-borderless th {
  border: 0 !important;
}

/* line 116, app/assets/stylesheets/pages/_invoice.scss */
#client-info {
  min-width: 250px;
  max-width: 250px;
}

/* line 121, app/assets/stylesheets/pages/_invoice.scss */
#invoice-info {
  min-width: 100px;
  max-width: 100px;
}

/* line 126, app/assets/stylesheets/pages/_invoice.scss */
.pay-online-preview-link {
  font-size: 16px;
}

/* line 130, app/assets/stylesheets/pages/_invoice.scss */
.logo-size-control {
  max-width: 150px;
  max-height: 50px;
}

/* line 135, app/assets/stylesheets/pages/_invoice.scss */
.unsucceeded_payment {
  text-decoration: line-through;
}

/* line 140, app/assets/stylesheets/pages/_invoice.scss */
#time-entries-modal .time-entry-container {
  display: flex;
  justify-content: space-between;
}

/* line 145, app/assets/stylesheets/pages/_invoice.scss */
#time-entries-modal .time-badge {
  background-color: #FFFFFF;
  border: 1px solid #44505D;
  color: #44505D;
  font-weight: 400 !important;
  line-height: inherit;
}
/* line 1, app/assets/stylesheets/pages/_invoice_payments.scss */
.invoice-payment-form-public {
  text-align: left;
}
/* line 3, app/assets/stylesheets/pages/_landing_page.scss */
.landing-page-form {
  width: 75%;
  margin: 0px auto;
}

/* line 6, app/assets/stylesheets/pages/_landing_page.scss */
.landing-page-form .form-control {
  opacity: 1;
  height: 50px;
}

/* line 10, app/assets/stylesheets/pages/_landing_page.scss */
.landing-page-form .col-md-6, .landing-page-form .col-md-12 {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 14, app/assets/stylesheets/pages/_landing_page.scss */
.landing-page-form .btn {
  height: 50px;
  border: 5px solid #FFFFFF !important;
  margin: 0px;
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/pages/_landing_page.scss */
.landing-page-faq {
  margin: 70px auto;
}

/* line 23, app/assets/stylesheets/pages/_landing_page.scss */
.landing-page-faq .col-md-6 {
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/pages/_landing_page.scss */
.press-strip {
  padding: 15px 0px;
  padding: 25px 0px 0px 25px;
}

/* line 30, app/assets/stylesheets/pages/_landing_page.scss */
.press-strip img {
  margin-right: 25px;
  height: 30px;
  opacity: .75;
}

/* line 35, app/assets/stylesheets/pages/_landing_page.scss */
.press-strip .narrow-border {
  border-bottom: 1px solid #e1e1e1;
  width: 60%;
  margin: 0 auto;
  padding-top: 25px;
}

/* line 43, app/assets/stylesheets/pages/_landing_page.scss */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 50px auto;
}

/* line 50, app/assets/stylesheets/pages/_landing_page.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 3, app/assets/stylesheets/pages/_learn.scss */
.thumbnail {
  padding: 0px;
}

/* line 7, app/assets/stylesheets/pages/_learn.scss */
.thumbnail img {
  width: 100%;
}

/* line 11, app/assets/stylesheets/pages/_learn.scss */
.thumbnail .caption {
  height: 225px;
}

/* line 14, app/assets/stylesheets/pages/_learn.scss */
.underlined-heading {
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 10px;
  padding-left: 5px;
}

/* line 19, app/assets/stylesheets/pages/_learn.scss */
.learn-center-item {
  padding: 20px 10px 15px 10px;
  border-bottom: 1px solid #E1E1E1;
  color: #44505D;
  display: inline-flex;
}

/* line 25, app/assets/stylesheets/pages/_learn.scss */
.learn-center-item:hover {
  background: #EDF1F2;
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/pages/_learn.scss */
.learn-center-items-row a {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/pages/_learn.scss */
.learn-center-item .glyphicon {
  color: #1976D2;
}

/* line 35, app/assets/stylesheets/pages/_learn.scss */
.text-block {
  padding-top: 30px;
  padding-bottom: 15px;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/pages/_learn.scss */
.learn-center-container .container {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 44, app/assets/stylesheets/pages/_learn.scss */
.learn-center-container {
  padding-bottom: 100px;
}

/* line 47, app/assets/stylesheets/pages/_learn.scss */
.learn-center-container ul {
  list-style: none;
  padding: 0;
  list-style-type: none;
}

/* line 52, app/assets/stylesheets/pages/_learn.scss */
.learn-center-container li {
  margin-right: 10px;
  float: left;
  width: 33%;
}

/* line 57, app/assets/stylesheets/pages/_learn.scss */
.learn-center-item {
  height: 80px;
  width: 100%;
}

/* line 61, app/assets/stylesheets/pages/_learn.scss */
.learn-center-jumbotron p {
  padding-bottom: 0px;
}

/* line 65, app/assets/stylesheets/pages/_learn.scss */
.category-icon-column {
  margin-top: 25px;
}

/* line 69, app/assets/stylesheets/pages/_learn.scss */
.category-icon-column img {
  width: 134px;
}

@media screen and (max-width: 767px) {
  /* line 74, app/assets/stylesheets/pages/_learn.scss */
  .category-icon-column {
    display: none;
  }
}

/* line 79, app/assets/stylesheets/pages/_learn.scss */
#pdf-form-image {
  margin: 50px 0px 50px 0px;
  padding: 5%;
  border: 2px solid #C0C0C0;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* CSS for breadcrumb */
/* line 90, app/assets/stylesheets/pages/_learn.scss */
.breadcrumb-banner, .breadcrumb {
  background-color: #EDF1F2;
}

/* line 93, app/assets/stylesheets/pages/_learn.scss */
.breadcrumb {
  padding-left: 50px;
}

/* line 96, app/assets/stylesheets/pages/_learn.scss */
.breadcrumb a {
  color: #44505D;
}

/* line 99, app/assets/stylesheets/pages/_learn.scss */
.breadcrumb .active {
  color: #909090 !important;
}

/* line 102, app/assets/stylesheets/pages/_learn.scss */
.center {
  text-align: center;
}

/* line 105, app/assets/stylesheets/pages/_learn.scss */
.hero-subtitle {
  font-size: 20px;
}
/* line 3, app/assets/stylesheets/pages/_login.scss */
.account-access-container {
  background: #fafafa;
  height: 82vh;
  min-height: 700px;
  border-bottom: #e1e1e1 solid 1px;
}

/* line 9, app/assets/stylesheets/pages/_login.scss */
.account-access {
  background: #FFFFFF;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  box-shadow: 0px 1px 1px 1px #e1e1e1;
  max-width: 450px;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/pages/_login.scss */
.account-access-header {
  border-bottom: 1px solid #e1e1e1;
}

/* line 19, app/assets/stylesheets/pages/_login.scss */
.account-access-header h4 {
  padding-left: 30px;
}

/* line 23, app/assets/stylesheets/pages/_login.scss */
.account-access-body {
  padding: 30px;
}

@media screen and (min-width: 768px) {
  /* line 25, app/assets/stylesheets/pages/_login.scss */
  .account-access-body .btn {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* line 31, app/assets/stylesheets/pages/_login.scss */
.account-access-body p {
  padding-top: 10px;
}

/* line 35, app/assets/stylesheets/pages/_login.scss */
.account-prompt {
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
}

/* line 39, app/assets/stylesheets/pages/_login.scss */
.account-prompt a {
  color: #44505D;
}

/* line 44, app/assets/stylesheets/pages/_login.scss */
.account-access-logo {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

/* line 48, app/assets/stylesheets/pages/_login.scss */
.account-access-logo img {
  max-width: 218px;
}

/* line 53, app/assets/stylesheets/pages/_login.scss */
.left-login-container {
  background-color: #FFFFFF;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

@media screen and (max-height: 740px) {
  /* line 53, app/assets/stylesheets/pages/_login.scss */
  .left-login-container {
    align-items: flex-start;
  }
}

/* line 65, app/assets/stylesheets/pages/_login.scss */
.left-register-container {
  background-color: #FFFFFF;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
}

/* line 74, app/assets/stylesheets/pages/_login.scss */
.right-account-access-container {
  height: 100vh;
  overflow-y: auto;
  background-color: #59b0f6;
  background-image: url(/assets/background-login-pattern-2451d3c250fb8493dbe2744c38ed6b6e7ab4c0acfe62f03a33c3f149b3d0a34b.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  /* line 74, app/assets/stylesheets/pages/_login.scss */
  .right-account-access-container {
    display: none !important;
  }
}

/* line 88, app/assets/stylesheets/pages/_login.scss */
.right-account-access-container img {
  width: 100%;
  max-width: 980px;
}

/* line 94, app/assets/stylesheets/pages/_login.scss */
.dw-client-hr-portal-right-container {
  background-image: url(/assets/hr-client-login/hr-client-login-bg-5698b50a0f0dbd33f616fb94c4dcb5b2054a3c9991889d16ee883ef07db0c5b7.jpg);
}

/* line 98, app/assets/stylesheets/pages/_login.scss */
.account-access-image-container {
  width: 100%;
}

/* line 102, app/assets/stylesheets/pages/_login.scss */
.account-access-form-container {
  width: 355px;
  margin-left: auto;
  margin-right: auto;
}

/* line 109, app/assets/stylesheets/pages/_login.scss */
.account-access-form-logo img {
  width: 230px;
}

/* line 114, app/assets/stylesheets/pages/_login.scss */
.main-account-access-title {
  color: #000000;
  font-size: 38px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  margin-top: 42px;
  letter-spacing: -0.004em;
}

/* line 121, app/assets/stylesheets/pages/_login.scss */
.main-account-access-title img {
  width: 30px;
  margin-top: -5px;
  display: inline;
}

/* line 128, app/assets/stylesheets/pages/_login.scss */
.dw-main-account-access-title-portal {
  line-height: 42px;
  margin-bottom: 20px;
}

/* line 133, app/assets/stylesheets/pages/_login.scss */
.main-account-access-subtitle {
  color: #000000;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 30px;
  line-height: 1.5em;
}

/* line 143, app/assets/stylesheets/pages/_login.scss */
.login-form-label {
  color: #757575;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding-left: 5px;
  margin-bottom: 5px;
}

/* line 152, app/assets/stylesheets/pages/_login.scss */
.form-control-account-access {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  height: 45px;
  border: 1px solid #C6C6C6;
  border-radius: 7px;
  padding: 0px 16px !important;
  margin-bottom: 20px;
}

/* line 167, app/assets/stylesheets/pages/_login.scss */
.form-control-account-access::-moz-placeholder {
  color: #A8A8A8;
}
.form-control-account-access:-ms-input-placeholder {
  color: #A8A8A8;
}
.form-control-account-access::placeholder {
  color: #A8A8A8;
}

/* line 171, app/assets/stylesheets/pages/_login.scss */
.remember-me-label-login {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  vertical-align: middle;
  margin-left: 4px;
}

/* line 180, app/assets/stylesheets/pages/_login.scss */
.remember-me-checkbox {
  width: 15px;
  height: 15px;
  vertical-align: -1px;
}

/* line 186, app/assets/stylesheets/pages/_login.scss */
.account-access-button {
  height: 45px;
  background-color: #1976D2;
  border-radius: 7px;
  color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}

/* line 197, app/assets/stylesheets/pages/_login.scss */
.account-access-button:active, .account-access-button:hover {
  color: #bccedf;
}

/* line 202, app/assets/stylesheets/pages/_login.scss */
.reset-password-button {
  height: 45px;
  background-color: transparent;
  border: 1px solid #1976D2;
  border-radius: 7px;
  color: #1976D2;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  padding-top: 11px;
}

/* line 215, app/assets/stylesheets/pages/_login.scss */
.reset-password-button:active, .reset-password-button:hover {
  color: #6794be;
}

/* line 220, app/assets/stylesheets/pages/_login.scss */
.account-access-shortcut {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin: 50px 0px;
}

/* line 226, app/assets/stylesheets/pages/_login.scss */
.account-access-shortcut a {
  color: #1976D2;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 15px;
}

/* line 235, app/assets/stylesheets/pages/_login.scss */
.account-access-copyright-footer {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
}

/* line 240, app/assets/stylesheets/pages/_login.scss */
.account-access-copyright-footer a {
  color: #1976D2;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* line 248, app/assets/stylesheets/pages/_login.scss */
.right-account-access-title {
  color: #FFFFFF;
  font-size: 38px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

/* line 258, app/assets/stylesheets/pages/_login.scss */
.dw-hr-client-right-account-access-title {
  margin-top: 40px;
}

/* line 262, app/assets/stylesheets/pages/_login.scss */
.right-account-access-subtitle {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  max-width: 650px;
  margin: 0px auto 40px;
  line-height: 1.4em;
}

/* line 272, app/assets/stylesheets/pages/_login.scss */
.dw-hr-client-right-account-access-subtitle {
  font-size: 18px;
  line-height: 1.5em;
}

/* line 277, app/assets/stylesheets/pages/_login.scss */
#login-alert-messages {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 9;
  max-width: 380px;
  cursor: pointer;
  border-radius: 7px;
  text-align: center;
  padding: 11px 15px 11px 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #004292;
  background-color: #c5ddf0;
}

/* line 298, app/assets/stylesheets/pages/_login.scss */
.close-alert-x {
  position: absolute;
  color: #004292;
  right: 8px;
  top: 2px;
}

/* line 305, app/assets/stylesheets/pages/_login.scss */
.login-alert-icon {
  padding-right: 5px;
}

/* line 309, app/assets/stylesheets/pages/_login.scss */
.register-two-columns-container {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 314, app/assets/stylesheets/pages/_login.scss */
.small-input-gutter-r {
  padding-right: 5px;
}

@media screen and (max-width: 1200px) {
  /* line 314, app/assets/stylesheets/pages/_login.scss */
  .small-input-gutter-r {
    padding-right: 15px;
  }
}

/* line 321, app/assets/stylesheets/pages/_login.scss */
.small-input-gutter-l {
  padding-left: 5px;
}

@media screen and (max-width: 1200px) {
  /* line 321, app/assets/stylesheets/pages/_login.scss */
  .small-input-gutter-l {
    padding-left: 15px;
  }
}

/* line 328, app/assets/stylesheets/pages/_login.scss */
.register-recaptcha-container {
  margin: 10px 0px;
  position: relative;
}

/* line 333, app/assets/stylesheets/pages/_login.scss */
.forgot-password-modal-content {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 50px 30px;
}

/* line 341, app/assets/stylesheets/pages/_login.scss */
.rotated-background {
  padding: 8px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
}

/* line 349, app/assets/stylesheets/pages/_login.scss */
.reset-password-buttons, .reset-password-modal-title, .reset-password-form {
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 353, app/assets/stylesheets/pages/_login.scss */
  #forgot-password-modal > .modal-dialog {
    max-width: 500px;
  }
}

/* line 359, app/assets/stylesheets/pages/_login.scss */
.reset-password-modal-title {
  text-align: center;
}

/* line 361, app/assets/stylesheets/pages/_login.scss */
.reset-password-modal-title h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}

/* line 369, app/assets/stylesheets/pages/_login.scss */
.reset-password-emojis {
  display: inline;
  margin: 0 5px;
}

/* line 372, app/assets/stylesheets/pages/_login.scss */
.reset-password-emojis img {
  width: 24px;
  height: 24px;
}

/* line 378, app/assets/stylesheets/pages/_login.scss */
.reset-password-text-content {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}

/* line 388, app/assets/stylesheets/pages/_login.scss */
.reset-password-form {
  margin: 20px 0 0px;
}

/* line 392, app/assets/stylesheets/pages/_login.scss */
.reset-password-buttons {
  text-align: center;
  margin-top: 10px;
}

/* line 397, app/assets/stylesheets/pages/_login.scss */
.account-access-modal-button-request {
  height: 40px;
  background-color: #1976D2;
  border-radius: 7px;
  color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-left: 2px;
  width: 120px;
}

/* line 408, app/assets/stylesheets/pages/_login.scss */
.account-access-modal-button-request:active, .account-access-modal-button-request:hover {
  color: #bccedf;
}

/* line 414, app/assets/stylesheets/pages/_login.scss */
.account-access-modal-button-close {
  height: 40px;
  background-color: transparent;
  border: 1px solid #888888;
  border-radius: 7px;
  color: #888888;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-right: 2px;
  width: 120px;
}

/* line 426, app/assets/stylesheets/pages/_login.scss */
.account-access-modal-button-close:active, .account-access-modal-button-close:hover {
  color: #b5b5b5;
}

/* line 432, app/assets/stylesheets/pages/_login.scss */
.close-reset-password {
  position: relative;
  float: right;
  margin-right: 25px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  cursor: pointer;
}

/* line 443, app/assets/stylesheets/pages/_login.scss */
.reset-password-close-x {
  position: absolute;
  z-index: 9;
  right: 8px;
  top: 25px;
}

/* line 450, app/assets/stylesheets/pages/_login.scss */
#forgot-password-modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 455, app/assets/stylesheets/pages/_login.scss */
  #forgot-password-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 95%;
  }
}

/* line 463, app/assets/stylesheets/pages/_login.scss */
#forgot-password-modal > .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* line 469, app/assets/stylesheets/pages/_login.scss */
.account-access-footer-divider {
  height: 50px;
}

/* line 473, app/assets/stylesheets/pages/_login.scss */
.dw-input-group-append {
  position: absolute;
  right: 10px;
  top: 7px;
}
/* line 4, app/assets/stylesheets/pages/_logo_settings.scss */
#logo-settings-page .croppa-container {
  background-color: #FFFFFF;
  border: 1px dotted rgba(0, 0, 0, 0.25);
}
/* line 1, app/assets/stylesheets/pages/_logs.scss */
.logable_type {
  margin: 4px 10px 0  !important;
}
/* line 4, app/assets/stylesheets/pages/_messages.scss */
#cc_table_column {
  text-transform: uppercase !important;
}

/* line 8, app/assets/stylesheets/pages/_messages.scss */
#messages-page {
  border: 0;
}

/* line 9, app/assets/stylesheets/pages/_messages.scss */
#messages-page .flex-row-item[data-content="cc"] {
  text-transform: uppercase !important;
}

/* line 15, app/assets/stylesheets/pages/_messages.scss */
#messages-page .tab-pane.active .pro-table-overflow {
  margin-bottom: 0 !important;
}

/* line 18, app/assets/stylesheets/pages/_messages.scss */
#messages-page .tab-pane.active .pro-table-overflow:last-child {
  border-bottom: solid #E4E4E4 1px !important;
}

/* line 25, app/assets/stylesheets/pages/_messages.scss */
.message-iframe {
  width: 100%;
  height: 600px;
  border: none;
}

/* line 33, app/assets/stylesheets/pages/_messages.scss */
.index-table-container .message-table-tr[data-type="conversation"] {
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/pages/_messages.scss */
#message-show .message-copies {
  max-width: 700px;
}

/* line 42, app/assets/stylesheets/pages/_messages.scss */
#message-show .message-reply-button {
  margin-left: 5%;
}
/* line 3, app/assets/stylesheets/pages/_notifications.scss */
.notifications-dropdown {
  padding-bottom: 0px;
  width: 400px;
  max-height: 550px;
  overflow: scroll;
  padding-top: 0px;
}

/* line 12, app/assets/stylesheets/pages/_notifications.scss */
.notification {
  white-space: pre-line !important;
  padding: 0px 20px !important;
}

/* line 17, app/assets/stylesheets/pages/_notifications.scss */
.notification-title {
  margin-bottom: -10px !important;
}

/* line 21, app/assets/stylesheets/pages/_notifications.scss */
.fa-rocket.notifications-icon {
  margin-top: 1px;
}

/* line 25, app/assets/stylesheets/pages/_notifications.scss */
.delete-notification {
  display: inline !important;
  position: relative;
  top: 30px;
  padding: 0px 0px !important;
}
/* CSS for Print and Submit Page */
/* line 4, app/assets/stylesheets/pages/_print_and_submit.scss */
.filing-instructions-container {
  padding: 60px 12%;
}

/* line 7, app/assets/stylesheets/pages/_print_and_submit.scss */
.filing-instructions-row {
  margin: 20px 0px;
}

/* line 9, app/assets/stylesheets/pages/_print_and_submit.scss */
.filing-instructions-row img {
  margin-top: 24px;
  max-height: 90px;
}

/* line 16, app/assets/stylesheets/pages/_print_and_submit.scss */
.sequential-filing-steps-heading {
  border-top: 3px solid #e1e1e1;
  border-bottom: 3px solid #e1e1e1;
  padding: 20px 8%;
  margin: 60px 0px;
}
/* line 3, app/assets/stylesheets/pages/_receipts.scss */
.receipt-card {
  padding: 5px;
  border: 1px solid #808080;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 9, app/assets/stylesheets/pages/_receipts.scss */
.case-status-update-failed-notification, .case-status-update-failed-notification:hover {
  color: #FFFFFF;
}
/* line 4, app/assets/stylesheets/pages/_reminder_settings.scss */
#reminders-container.reminders-table .disabled-reminder-setting-row {
  background-color: #e9e9e9;
}

/* line 6, app/assets/stylesheets/pages/_reminder_settings.scss */
#reminders-container.reminders-table .disabled-reminder-setting-row td {
  color: #9B9B9B !important;
}
/* line 3, app/assets/stylesheets/pages/_reports.scss */
#report-controls-container {
  margin: 20px 5%;
}

/* line 7, app/assets/stylesheets/pages/_reports.scss */
#custom-date-range-container, .custom-date-range-container {
  margin: auto;
  width: 80%;
  margin-bottom: 5px;
  display: none;
}

/* line 14, app/assets/stylesheets/pages/_reports.scss */
.report-controls-form {
  display: initial;
}

/* line 18, app/assets/stylesheets/pages/_reports.scss */
.expiration-report-table {
  border-top: solid 1px #e4e4e4e4;
  border-bottom: solid 1px #e4e4e4e4;
}

/* line 21, app/assets/stylesheets/pages/_reports.scss */
.expiration-report-table .glyphicon-arrow-down {
  color: #909090;
  opacity: 0.6;
  font-size: 12px;
}

/* line 25, app/assets/stylesheets/pages/_reports.scss */
.expiration-report-table .glyphicon-arrow-down.active {
  color: #44505D;
  opacity: 1;
}

/* line 30, app/assets/stylesheets/pages/_reports.scss */
.expiration-report-table th {
  font-size: 14px;
}

/* line 35, app/assets/stylesheets/pages/_reports.scss */
#expiration_report_form, #vmax_form {
  display: none;
}

/* line 39, app/assets/stylesheets/pages/_reports.scss */
.reports-chart-container {
  width: 90%;
  margin: 0px auto;
  margin-top: 40px;
  background: #FFFFFF;
  padding: 40px 3%;
  border: 1px solid #E1E1E1;
}

/* line 48, app/assets/stylesheets/pages/_reports.scss */
#reports-page {
  display: flex;
}

/* line 51, app/assets/stylesheets/pages/_reports.scss */
#reports-page #bottom-paginator-container {
  padding-bottom: 15px;
  padding-right: 15px;
}

/* line 56, app/assets/stylesheets/pages/_reports.scss */
#reports-page #toggle-shared-form {
  width: 130px;
  display: inline-block;
}

/* line 61, app/assets/stylesheets/pages/_reports.scss */
#reports-page .table-query-builder__controls {
  margin-top: 10px;
}

/* line 65, app/assets/stylesheets/pages/_reports.scss */
#reports-page .white-container.elevation-1.no-border {
  margin: 50px 5%;
}

/* line 67, app/assets/stylesheets/pages/_reports.scss */
#reports-page .white-container.elevation-1.no-border #bottom-paginator-container {
  margin-top: 0px;
}

/* line 72, app/assets/stylesheets/pages/_reports.scss */
#reports-page .white-container {
  border: 0px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}

/* line 78, app/assets/stylesheets/pages/_reports.scss */
#reports-page #custom-report-ajax-table {
  margin: 0 75px 50px 75px;
}

/* line 80, app/assets/stylesheets/pages/_reports.scss */
#reports-page #custom-report-ajax-table .white-container.elevation-1.no-border {
  margin: 0;
}

/* line 85, app/assets/stylesheets/pages/_reports.scss */
#reports-page .standard-report-group-name {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #44505D;
  position: absolute;
  margin-top: -5px;
  margin-left: 11px;
}

/* line 99, app/assets/stylesheets/pages/_reports.scss */
#reports-page .standard-report-link {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1674675489/general/thin-curve_hmpazx.svg");
  background-repeat: no-repeat;
  background-position: left 30%;
  padding-left: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: -1.8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
  color: #1976D2;
}

/* line 121, app/assets/stylesheets/pages/_reports.scss */
#reports-page .ajax-custom-report-link {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0;
}

/* line 130, app/assets/stylesheets/pages/_reports.scss */
#reports-page .standard-report-custom-link {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1674675489/general/thin-curve_hmpazx.svg");
  background-repeat: no-repeat;
  background-position: left 30%;
  padding-left: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: -1.8px;
  color: #1976D2;
  display: flex;
  justify-content: space-between;
}

/* line 150, app/assets/stylesheets/pages/_reports.scss */
#reports-page .dw-cursor-help {
  cursor: help;
}

/* line 154, app/assets/stylesheets/pages/_reports.scss */
#reports-page .standard-report-custom-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 170px;
  display: block;
  font-size: 14px;
  line-height: 19px;
}

/* line 164, app/assets/stylesheets/pages/_reports.scss */
#reports-page .standard-report-custom-trash-icon > img {
  margin-top: -1px;
}

/* line 168, app/assets/stylesheets/pages/_reports.scss */
#reports-page .reports-page__side-menu-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0;
  color: #44505D;
}

/* line 178, app/assets/stylesheets/pages/_reports.scss */
#reports-page #reports-page__side-menu {
  flex: 0 0 250px;
  height: 100%;
  padding: 0 15px 15px 15px;
}

/* line 183, app/assets/stylesheets/pages/_reports.scss */
#reports-page #reports-page__side-menu .custom-report-link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 189, app/assets/stylesheets/pages/_reports.scss */
#reports-page #reports-page__side-menu .current-report {
  color: #1976D2;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 195, app/assets/stylesheets/pages/_reports.scss */
#reports-page #reports-page__side-menu .current-report:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #CEECFF;
  z-index: -10;
  transition: all .1s linear;
}

/* line 212, app/assets/stylesheets/pages/_reports.scss */
#reports-page #reports-page__content {
  width: calc(100% - 250px);
  position: relative;
  border-left: 1px solid #e1e1e1;
  background-color: #FFFFFF;
}

/* line 220, app/assets/stylesheets/pages/_reports.scss */
#reports-page .expandable__title {
  margin: 5px 0;
  padding: 12px 12px 13px 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #44505D;
  position: relative;
  cursor: pointer;
}

/* line 236, app/assets/stylesheets/pages/_reports.scss */
#reports-page .expandable__title::after {
  position: absolute;
  content: "";
  right: 15px;
  display: inline-block;
  border-left: 1.5px solid #44505D;
  border-bottom: 1.5px solid #44505D;
  width: 7px;
  height: 7px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}

/* line 251, app/assets/stylesheets/pages/_reports.scss */
#reports-page .expandable__title.opened::after {
  transform: rotate(135deg);
  top: calc(50% - 1px);
}

/* line 258, app/assets/stylesheets/pages/_reports.scss */
#reports-page .empty-report-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 267, app/assets/stylesheets/pages/_reports.scss */
#reports-page .custom-report-empty-state-container {
  width: 100%;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 10px 0px 10px;
}

/* line 276, app/assets/stylesheets/pages/_reports.scss */
#reports-page .empty-report-icon-img {
  max-width: 800px;
  width: 100%;
}

/* line 279, app/assets/stylesheets/pages/_reports.scss */
#reports-page .empty-report-icon-img img {
  width: 100%;
}

/* line 283, app/assets/stylesheets/pages/_reports.scss */
#reports-page .custom-report-empty-state-text {
  text-align: center;
  margin-top: 20px;
  max-width: 640px;
}

/* line 289, app/assets/stylesheets/pages/_reports.scss */
#reports-page .custom-report-left-ul-group {
  border-left: 0.125em solid #44505D;
}

/* line 292, app/assets/stylesheets/pages/_reports.scss */
#reports-page .custom-report-left-ul-circle {
  width: 10px;
  height: 10px;
  background-color: #44505D;
  border-radius: 100px;
  position: absolute;
  margin-left: -6px;
}

/* line 300, app/assets/stylesheets/pages/_reports.scss */
#reports-page .standard-report-link-empty-top {
  height: 18px;
  width: 100%;
  display: block;
}

/* line 305, app/assets/stylesheets/pages/_reports.scss */
#reports-page .standard-report-link-empty-bottom {
  height: 8px;
  width: 100%;
  display: block;
}

/* line 310, app/assets/stylesheets/pages/_reports.scss */
#reports-page .standard-report-group-main-container {
  padding-left: 16px;
  margin-top: 17px;
  margin-bottom: 24px;
}

/* line 317, app/assets/stylesheets/pages/_reports.scss */
#reports-page ul, #reports-page ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 324, app/assets/stylesheets/pages/_reports.scss */
#reports-page .content-expandable {
  margin-left: 0;
}

/* line 327, app/assets/stylesheets/pages/_reports.scss */
#reports-page .content-expandable h5 {
  margin-top: 15px;
}

/* line 333, app/assets/stylesheets/pages/_reports.scss */
.reports-breadcrumb-styles {
  margin: 16px 5% 8px 5%;
}

/* line 336, app/assets/stylesheets/pages/_reports.scss */
.reports-breadcrumb-first-opt {
  font-weight: 700;
}
/* line 14, app/assets/stylesheets/pages/_single_view.scss */
.client-summary {
  margin: 0px 0px 20px 0px;
  padding: 40px 40px 20px 40px;
  border: 1px solid #e1e1e1;
  background: #FFFFFF;
}

/* line 9, app/assets/stylesheets/pages/_single_view.scss */
.client-summary .row {
  margin-bottom: 20px;
}

/* line 18, app/assets/stylesheets/pages/_single_view.scss */
.matter-summary {
  margin: 0px 0px 20px 0px;
  padding: 40px 40px 20px 40px;
  border: 1px solid #e1e1e1;
  background: #FFFFFF;
}

/* line 9, app/assets/stylesheets/pages/_single_view.scss */
.matter-summary .row {
  margin-bottom: 20px;
}

/* line 22, app/assets/stylesheets/pages/_single_view.scss */
#client-summary-tablist {
  margin: 0px;
}

/* line 26, app/assets/stylesheets/pages/_single_view.scss */
.client-tables {
  margin: 30px 40px;
}

/* line 30, app/assets/stylesheets/pages/_single_view.scss */
.clickable-row {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/pages/_single_view.scss */
.clickable-row:hover {
  background: #fafafa;
}

/* line 36, app/assets/stylesheets/pages/_single_view.scss */
.clickable-row:hover .task-subtitle {
  transition: all 0.15s ease-in-out;
  opacity: 1;
}

/* line 42, app/assets/stylesheets/pages/_single_view.scss */
.clickable-row td.with-actionable-item {
  cursor: default !important;
}

/* line 46, app/assets/stylesheets/pages/_single_view.scss */
.contact-attribute-container {
  min-height: 100px;
}

/* line 50, app/assets/stylesheets/pages/_single_view.scss */
.contact-attribute-btn, .contact-attribute-btn:hover, .contact-attribute-btn:focus, .contact-attribute-btn:active {
  background: #FFFFFF !important;
  border: 0px;
  width: 100%;
  text-align: left;
  padding-left: 0px;
  font-size: 16px;
}

/* line 59, app/assets/stylesheets/pages/_single_view.scss */
.contact-attribute-btn .glyphicon {
  opacity: 0.3;
  font-size: 12px;
  margin-left: 5px;
}

/* line 65, app/assets/stylesheets/pages/_single_view.scss */
.contact-attribute-btn:hover .glyphicon {
  opacity: 1;
}

/* line 69, app/assets/stylesheets/pages/_single_view.scss */
.edit-contact-attribute-glyphicon {
  padding-left: 5px;
  transition: .1s ease-in-out;
}

/* line 75, app/assets/stylesheets/pages/_single_view.scss */
.filtered-attributes-container {
  padding-top: 15px;
}

/* line 77, app/assets/stylesheets/pages/_single_view.scss */
.filtered-attributes-container .filtered_attributes {
  border-top: 1px solid #e1e1e1;
}

/* line 82, app/assets/stylesheets/pages/_single_view.scss */
#contact-attribute-searchbar {
  width: 300px;
}

/* line 86, app/assets/stylesheets/pages/_single_view.scss */
.matter-attribute-btn .glyphicon {
  opacity: 0.3;
  font-size: 12px;
  margin-left: 5px;
}
/* line 3, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot {
  background: #FFFFFF;
  padding: 14px 16px 1px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1199px) {
  /* line 3, app/assets/stylesheets/pages/_snapshots.scss */
  .snapshot {
    margin: 20px 0;
  }
}

/* line 12, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot .snapshot-icon {
  width: 45px;
  position: absolute;
  right: 25px;
}

/* line 17, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot table > tbody > tr > td {
  padding: 8px 0px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 25, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot .see-more-table-row {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* line 30, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot .log-li {
  border: 0px;
  padding: 0px !important;
}

/* line 34, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot .empty-message-content {
  white-space: initial;
}

/* line 38, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot {
  height: 752px;
  overflow-y: scroll;
  padding-top: 19px;
  padding-left: 30px;
}

/* line 45, app/assets/stylesheets/pages/_snapshots.scss */
.one-lane-snapshot {
  padding-bottom: 22px;
  height: 321px;
}

/* line 50, app/assets/stylesheets/pages/_snapshots.scss */
.two-lane-snapshot {
  height: 178px;
}

/* line 54, app/assets/stylesheets/pages/_snapshots.scss */
.placeholder {
  border: 4px dashed #1976D2;
  height: 366px;
  border-radius: 5px;
  margin-top: 20px;
}

/* line 61, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e0e0e0;
  background: #fafafa;
  height: 40px;
  padding: 10px 25px;
}

/* line 72, app/assets/stylesheets/pages/_snapshots.scss */
#list_snapshots_column {
  z-index: 1;
}

/* line 79, app/assets/stylesheets/pages/_snapshots.scss */
.empty-dashboard-icon-container {
  text-align: center;
  padding: 38px 16px 5px 0;
}

/* line 82, app/assets/stylesheets/pages/_snapshots.scss */
.empty-dashboard-icon-container img {
  max-width: 150px;
  height: auto;
}

/* line 87, app/assets/stylesheets/pages/_snapshots.scss */
.empty-message-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  padding-right: 16px;
}

/* line 95, app/assets/stylesheets/pages/_snapshots.scss */
.empty-message-text-module {
  color: #1976D2;
  font-weight: 700;
}

/* line 101, app/assets/stylesheets/pages/_snapshots.scss */
.snapshots-container {
  -webkit-font-smoothing: antialiased;
  padding-left: 15px;
}

/* line 105, app/assets/stylesheets/pages/_snapshots.scss */
.snapshots-container > .col-lg-3 {
  padding-left: 0px;
}

/* line 108, app/assets/stylesheets/pages/_snapshots.scss */
.snapshots-container > .col-lg-9 {
  padding-right: 18px;
  background-color: #F6F9FC;
  border-radius: 15px;
  padding-bottom: 38px;
}

/* line 114, app/assets/stylesheets/pages/_snapshots.scss */
#sortable-row {
  padding-left: 20px;
  padding-right: 16px;
}

/* line 121, app/assets/stylesheets/pages/_snapshots.scss */
#sortable-row > .sortable {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1199px) {
  /* line 121, app/assets/stylesheets/pages/_snapshots.scss */
  #sortable-row > .sortable {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* line 131, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #1976D2;
  position: relative;
  padding-left: 19px !important;
  margin-left: 11px;
  margin-top: 0px;
  background: transparent;
}

/* line 139, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li:nth-last-child(2) {
  border: 0px;
  padding-bottom: 2.5rem !important;
}

/* line 143, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #1976D2;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: -0.68em;
  top: 0px;
}

/* line 155, app/assets/stylesheets/pages/_snapshots.scss */
.dw-dashboard-firm-feed-white-fade-overlay {
  width: 100%;
  height: 50px;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
}

/* line 164, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li > p.dashboard-feed-time {
  font-style: 13px;
  color: #828282;
  padding-top: 0.5px;
}

/* line 168, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li > p.dashboard-feed-time:first-letter {
  text-transform: uppercase;
}

/* line 172, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li > p.dashboard-feed-content {
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  margin-top: 5px;
}

/* line 178, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li.divider {
  display: none;
}

/* line 181, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li > p {
  margin-bottom: 0px;
}

/* line 184, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li > .dashboard-feed-bottom-spacing {
  height: 18px;
}

/* line 187, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-feed-title {
  color: #000000 !important;
  margin-top: 1px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 194, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-feed-title-blue-separator {
  width: 40px;
  height: 2px;
  background: #1976D2;
  margin-top: 1px;
  margin-left: 1px;
  margin-bottom: 15px;
}

/* line 202, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li > .dashboard-feed-tag > a {
  color: #1976D2 !important;
  padding: 0.056em 8px 0.056em 8px !important;
  font-size: 13px !important;
  background-color: rgba(25, 118, 210, 0.1);
  margin-right: 5px;
  margin-top: 12px;
  border-radius: 5px;
  display: inline-block !important;
  max-width: 46%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 216, app/assets/stylesheets/pages/_snapshots.scss */
#firm-feed-snapshot > li > .dashboard-feed-tag > a:before {
  content: url("https://res.cloudinary.com/docketwise/image/upload/v1651518911/dashboard-icons/arrow-right-icon_sss9wb.svg");
  width: 11px;
  height: 8px;
  display: inline-block;
  margin-right: 6px;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* line 227, app/assets/stylesheets/pages/_snapshots.scss */
    #firm-feed-snapshot > li > .dashboard-feed-tag > a {
      padding: 0.1em 8px 0.056em 8px !important;
    }
  }
}

/* line 233, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot-footer {
  padding: 10px 16px;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(25, 118, 210, 0.25);
}

/* line 238, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-footer-icon-left {
  float: left;
}

/* line 240, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-footer-icon-left img {
  width: 19px;
  height: 19px;
}

/* line 245, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-footer-icon-right {
  float: right;
}

/* line 247, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-footer-icon-right img {
  width: 19px;
  height: 19px;
}

/* line 252, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-list-main-text-only {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
  font-size: 15px;
}

/* line 259, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-list-main-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
  color: #1976D2 !important;
  font-size: 15px;
}

/* line 267, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-list-secondary-text {
  font-size: 13px !important;
  color: #828282 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}

/* line 274, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-list-secondary-text:before {
  content: url("https://res.cloudinary.com/docketwise/image/upload/v1651518911/dashboard-icons/arrow-right-grey-icon_tq4uzn.svg");
  width: 11px;
  height: 8px;
  display: inline-block;
  margin-right: 6px;
}

/* line 284, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-full-width-container {
  padding-right: 0px;
}

/* line 287, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-title-blue-separator {
  width: 40px;
  height: 2px;
  background: #1976D2;
  margin-top: 0px;
  margin-left: 1px;
  margin-bottom: 16px;
}

/* line 295, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot table > tbody > tr > td {
  padding: 0px 16px 0px 0px;
  height: 50px;
  vertical-align: middle;
}

/* line 300, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot > table > tbody > tr {
  border-bottom: 1px solid #ECECEC;
  margin-left: 16px;
}

/* line 303, app/assets/stylesheets/pages/_snapshots.scss */
.snapshot > table > tbody > tr:last-child {
  border-bottom: none;
}

/* line 309, app/assets/stylesheets/pages/_snapshots.scss */
#billing > .snapshot {
  background-color: #1976D2;
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1651516696/dashboard-icons/dashboard-billing-icon_dohlr6.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 5px) -20px;
  background-size: 129px 128px;
}

/* line 316, app/assets/stylesheets/pages/_snapshots.scss */
#billing > .snapshot > .dashboard-feed-title {
  color: #FFFFFF !important;
}

/* line 319, app/assets/stylesheets/pages/_snapshots.scss */
#billing > .snapshot > .dashboard-feed-title-blue-separator {
  background-color: #FFFFFF;
}

/* line 322, app/assets/stylesheets/pages/_snapshots.scss */
.billing-small-font-first {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
  margin-top: 22px;
}

/* line 330, app/assets/stylesheets/pages/_snapshots.scss */
.billing-small-font {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
  margin-top: 24px;
}

/* line 338, app/assets/stylesheets/pages/_snapshots.scss */
.billing-big-number {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: normal;
}

/* line 345, app/assets/stylesheets/pages/_snapshots.scss */
#billing > .snapshot > .snapshot-footer {
  background-color: rgba(255, 255, 255, 0.07);
  border-top: 1px solid #FFFFFF;
}

/* line 349, app/assets/stylesheets/pages/_snapshots.scss */
#billing > .snapshot > .snapshot-footer > a > .dashboard-footer-icon-left > img,
#billing > .snapshot > .snapshot-footer > .dashboard-footer-icon-right > .cursor-grab > img {
  filter: grayscale(100%) sepia(100%) brightness(200%) saturate(0%) contrast(1000%);
}

/* line 355, app/assets/stylesheets/pages/_snapshots.scss */
#contacts > .snapshot {
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1651516696/dashboard-icons/dashboard-contacts-icon_hrajc7.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 5px) -10px;
  background-size: 130px 107px;
}

/* line 363, app/assets/stylesheets/pages/_snapshots.scss */
#matters > .snapshot {
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1651516696/dashboard-icons/dashboard-matters-icon_sgytxk.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 5px) -10px;
  background-size: 137px 107px;
}

/* line 371, app/assets/stylesheets/pages/_snapshots.scss */
#forms > .snapshot {
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1651516696/dashboard-icons/dashboard-forms-icon_nfvch1.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 5px) -10px;
  background-size: 106px 119px;
}

/* line 379, app/assets/stylesheets/pages/_snapshots.scss */
#tasks > .snapshot {
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1651516698/dashboard-icons/dashboard-tasks-icon_zgnbyx.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 5px) -5px;
  background-size: 140px 107px;
}

/* line 385, app/assets/stylesheets/pages/_snapshots.scss */
.tasks-module-title {
  display: inline-block;
}

/* line 388, app/assets/stylesheets/pages/_snapshots.scss */
.incomplete-tasks-count {
  color: #B58800;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  background-color: rgba(255, 202, 40, 0.25);
  display: inline-block;
  padding: 2px 8px 2px 8px;
  border-radius: 5px;
  line-height: normal;
  position: absolute;
  margin-top: 2px;
  margin-left: 6px;
}

@media screen and (max-width: 1385px) {
  /* line 388, app/assets/stylesheets/pages/_snapshots.scss */
  .incomplete-tasks-count {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  /* line 388, app/assets/stylesheets/pages/_snapshots.scss */
  .incomplete-tasks-count {
    display: inline-block;
  }
}

/* line 408, app/assets/stylesheets/pages/_snapshots.scss */
.past-due-task-date {
  color: #d20028 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 413, app/assets/stylesheets/pages/_snapshots.scss */
.past-due-task-date:before {
  content: url("https://res.cloudinary.com/docketwise/image/upload/v1651518911/dashboard-icons/arrow-right-red-icon_hhkcfc.svg");
}

/* line 419, app/assets/stylesheets/pages/_snapshots.scss */
#notes > .snapshot {
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1651516697/dashboard-icons/dashboard-notes-icon_m2aufy.svg");
  background-repeat: no-repeat;
  background-position: calc(100%) 0px;
  background-size: 98px 111px;
}

/* line 427, app/assets/stylesheets/pages/_snapshots.scss */
#events > .snapshot {
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1651516696/dashboard-icons/dashboard-events-icon_t7eud7.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 3px) 0px;
  background-size: 94px 107px;
}

/* line 435, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-invitations-full-width-container {
  padding-top: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

/* line 440, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-invitations-title-container {
  padding-left: 16px;
  margin-bottom: 15px;
}

/* line 444, app/assets/stylesheets/pages/_snapshots.scss */
#form_invitations > .snapshot {
  background-image: url("https://res.cloudinary.com/docketwise/image/upload/v1651516696/dashboard-icons/dashboard-invitations-icon_bdhj5h.svg");
  background-repeat: no-repeat;
  background-position: calc(100%) -2px;
  background-size: 107px 107px;
}

/* line 450, app/assets/stylesheets/pages/_snapshots.scss */
#form_invitations > .snapshot > table > thead > tr {
  height: 35px;
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 454, app/assets/stylesheets/pages/_snapshots.scss */
#form_invitations > .snapshot > table > thead > tr > th {
  padding: 0 16px;
  vertical-align: middle;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

/* line 462, app/assets/stylesheets/pages/_snapshots.scss */
#form_invitations > .snapshot > table > tbody > tr > td {
  padding: 0 16px;
  height: 35px;
  font-size: 15px;
  color: #1976D2;
}

/* line 468, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-invitations-table-contact-name > a {
  font-weight: 600;
}

/* line 471, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-invitations-table-status {
  color: #000000 !important;
}

/* line 475, app/assets/stylesheets/pages/_snapshots.scss */
#form_invitations > .snapshot > .empty-dashboard-icon-container {
  padding-top: 38px;
}

/* line 480, app/assets/stylesheets/pages/_snapshots.scss */
.edit-dashboard-select {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

/* line 486, app/assets/stylesheets/pages/_snapshots.scss */
.edit-dashboard-select:hover {
  font-weight: 600;
}

/* line 490, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-edit-icon {
  display: inline-block;
  margin-left: 4px;
}

/* line 494, app/assets/stylesheets/pages/_snapshots.scss */
.dashboard-edit-icon > img {
  width: 17px;
  height: 14px;
  margin-top: -3px;
}

/* line 499, app/assets/stylesheets/pages/_snapshots.scss */
.n-m-edit-dashboard {
  margin-top: -25px;
  margin-right: -15px;
}
/* line 4, app/assets/stylesheets/pages/_time_entries.scss */
#time-entries-page tfoot {
  border-top: 1px solid #dddddd;
}

/* line 7, app/assets/stylesheets/pages/_time_entries.scss */
#time-entries-page tfoot td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
/* line 1, app/assets/stylesheets/pages/_trust_accounting.scss */
.select2-dropdown-container {
  padding: 10px 20px;
  min-width: 280px;
}
/* line 3, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-container {
  background: #fafafa;
}

/* line 5, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-container .btn-group {
  margin-bottom: 50px;
}

/* line 8, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-container .btn-lg {
  margin: 50px 0px 0px 0px;
}

/* line 11, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-container .table {
  margin-top: 0px;
  background: #FFFFFF;
  margin-bottom: 150px;
  border: 1px solid #e1e1e1;
  border-top: none;
  max-width: 1350px;
}

/* line 18, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-container .table .btn-md {
  width: 100px;
}

/* line 21, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-container .table > tbody > tr > td, .dashboard-container .table > thead > tr > th {
  padding: 25px 40px;
}

/* line 24, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-container .table > thead > tr > th {
  border-bottom: 1px;
}

/* line 29, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-page-title {
  border-bottom: 1px solid #e1e1e1;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 122, app/assets/stylesheets/globals/_mixins.scss */
.dashboard-page-title h1 {
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
}

/* line 32, app/assets/stylesheets/pages/_user_dashboard.scss */
.dashboard-table-title {
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0px;
  border: 1px solid #e1e1e1;
  padding: 25px;
  max-width: 1350px;
}
/* line 4, app/assets/stylesheets/pages/_user_signup_modal.scss */
#sign_up_modal .input-group, #docketwise_sign_up_modal .input-group, #docketwise_demo_request_modal .input-group, #engage_signup_modal .input-group {
  margin-bottom: 9px;
}

/* line 6, app/assets/stylesheets/pages/_user_signup_modal.scss */
#sign_up_modal .input-group .glyphicon, #docketwise_sign_up_modal .input-group .glyphicon, #docketwise_demo_request_modal .input-group .glyphicon, #engage_signup_modal .input-group .glyphicon {
  color: #909090;
}

/* line 10, app/assets/stylesheets/pages/_user_signup_modal.scss */
#sign_up_modal .question-container, #docketwise_sign_up_modal .question-container, #docketwise_demo_request_modal .question-container, #engage_signup_modal .question-container {
  padding: 0px;
  background: none;
  margin-top: 0px;
}

/* line 14, app/assets/stylesheets/pages/_user_signup_modal.scss */
#sign_up_modal .question-container .form-control, #docketwise_sign_up_modal .question-container .form-control, #docketwise_demo_request_modal .question-container .form-control, #engage_signup_modal .question-container .form-control {
  height: 34px;
}

/* line 20, app/assets/stylesheets/pages/_user_signup_modal.scss */
#modal-testimonials {
  margin: 80px 5% 0px 5%;
}

/* line 22, app/assets/stylesheets/pages/_user_signup_modal.scss */
#modal-testimonials p {
  color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/pages/_user_signup_modal.scss */
#modal-testimonials img {
  width: 80px;
}

@media (max-width: 768px) {
  /* line 20, app/assets/stylesheets/pages/_user_signup_modal.scss */
  #modal-testimonials {
    display: none;
  }
}
/* line 3, app/assets/stylesheets/pages/_visa_options_modal.scss */
.modal-body .visa-options {
  margin: 3.5px;
  width: 23.5% !important;
}

/* line 6, app/assets/stylesheets/pages/_visa_options_modal.scss */
.modal-body .visa-options:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

/* line 13, app/assets/stylesheets/pages/_visa_options_modal.scss */
.modal-body .visa-options img {
  padding-bottom: 16px;
  max-width: 60px;
}

/* line 16, app/assets/stylesheets/pages/_visa_options_modal.scss */
.modal-body .visa-options img:hover {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 21, app/assets/stylesheets/pages/_visa_options_modal.scss */
.modal-body .visa-options p {
  border: none;
  padding-top: 0px;
  line-height: 12px;
}

@media screen and (min-width: 992px) {
  /* line 3, app/assets/stylesheets/pages/_visa_options_modal.scss */
  .modal-body .visa-options {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  }
}

@media screen and (max-width: 992px) {
  /* line 3, app/assets/stylesheets/pages/_visa_options_modal.scss */
  .modal-body .visa-options {
    width: 47.5% !important;
  }
}

/* line 39, app/assets/stylesheets/pages/_visa_options_modal.scss */
.visa-options-modal .form-button:active, .visa-options-modal .form-button:hover {
  background: #FFFFFF !important;
}

@media screen and (min-width: 768px) {
  /* line 43, app/assets/stylesheets/pages/_visa_options_modal.scss */
  .visa-options-modal .row {
    margin-left: -5px !important;
  }
}
/* line 3, app/assets/stylesheets/pages/about_us.scss */
.founder-profile-container img {
  width: 100%;
}

/* line 6, app/assets/stylesheets/pages/about_us.scss */
.founder-bio {
  margin-top: 15px;
}

/* line 9, app/assets/stylesheets/pages/about_us.scss */
.orange-bold {
  color: #1976D2;
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/pages/about_us.scss */
.glyphicon-heart {
  color: #1976D2;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/pages/about_us.scss */
  #google_maps {
    width: 70%;
  }
}

/* line 21, app/assets/stylesheets/pages/about_us.scss */
.social-icon {
  height: 20px;
  margin-right: 15px;
}
/* line 1, app/assets/stylesheets/pages/admin.scss */
#admin-users {
  min-height: 50vh;
}
/* line 3, app/assets/stylesheets/pages/announcements.scss */
#announcements-container {
  min-width: 300px;
}

/* line 7, app/assets/stylesheets/pages/announcements.scss */
.dismiss-announcement-icon {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/pages/announcements.scss */
.dismiss-announcement-icon:hover {
  background-color: #FFFFFF;
}
/* line 3, app/assets/stylesheets/pages/blog.scss */
.blog-post {
  background: #FFFFFF;
  padding: 10px 30px 30px;
}

@media screen and (min-width: 992px) {
  /* line 3, app/assets/stylesheets/pages/blog.scss */
  .blog-post {
    margin: 50px 5%;
  }
}

@media screen and (max-width: 991px) {
  /* line 3, app/assets/stylesheets/pages/blog.scss */
  .blog-post {
    margin: 0px -30px;
  }
}

/* line 12, app/assets/stylesheets/pages/blog.scss */
.blog-post strong {
  font-size: 18px;
  color: #44505D;
}

/* line 16, app/assets/stylesheets/pages/blog.scss */
.blog-post li {
  color: #909090;
}

/* line 19, app/assets/stylesheets/pages/blog.scss */
.blog-post .title-border {
  border: 1px solid #000000;
  margin: 15px 0px 10px 0px;
  width: 15%;
}

/* line 24, app/assets/stylesheets/pages/blog.scss */
.blog-post h3 {
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  /* line 29, app/assets/stylesheets/pages/blog.scss */
  .blog-post-card {
    width: 350px;
    height: 350px;
  }
}

/* line 36, app/assets/stylesheets/pages/blog.scss */
.breadcrumb.blog-breadcrumb {
  margin-bottom: 0px;
}

/* line 40, app/assets/stylesheets/pages/blog.scss */
.blog-signup-text {
  text-align: center;
  padding: 20px;
  background: #fafafa;
}
/* line 3, app/assets/stylesheets/pages/chat.scss */
.chat-users-container {
  background-color: #f9f9f9;
  border-color: #dce0e0;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  height: 500px;
  overflow: auto;
  padding: 0;
  position: relative;
}

/* line 16, app/assets/stylesheets/pages/chat.scss */
.chat-filter-container {
  background-color: #f0f2f2;
  box-sizing: border-box;
}

/* line 19, app/assets/stylesheets/pages/chat.scss */
.chat-filter-container input {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

/* line 24, app/assets/stylesheets/pages/chat.scss */
.chat-filter-container .input-group-addon {
  border-top: 0px !important;
  border-left: 0px !important;
  border-radius: 0px !important;
}

/* line 32, app/assets/stylesheets/pages/chat.scss */
.chat-user-container {
  border-color: #dce0e0;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
  cursor: pointer;
  height: 67px;
  padding: 12px 10px 12px 10px;
  background: #FFFFFF;
}

/* line 42, app/assets/stylesheets/pages/chat.scss */
.chat-filter-input {
  border: 1px solid #E1E1E1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
  height: 34px;
  padding: 2px;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 59, app/assets/stylesheets/pages/chat.scss */
#chat-notification-count {
  top: 12.5px;
  right: 13px;
  background-color: #D31631;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  height: 20px;
  letter-spacing: 0;
  min-width: 20px;
  padding: 1px 6px;
  font-weight: 600;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
  display: none;
}
/* line 3, app/assets/stylesheets/pages/cle.scss */
.payment-form {
  padding: 40px;
  margin-top: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
/* line 1, app/assets/stylesheets/pages/contact_overview.scss */
.contact-resource-container {
  min-height: 158px;
}

/* line 5, app/assets/stylesheets/pages/contact_overview.scss */
.contact-phone-container {
  min-height: 120px;
  min-width: 250px;
}

/* line 10, app/assets/stylesheets/pages/contact_overview.scss */
.contact-address-container {
  min-height: 215px;
}

/* line 15, app/assets/stylesheets/pages/contact_overview.scss */
#relationship-form input.parsley-error {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* line 21, app/assets/stylesheets/pages/contact_overview.scss */
#relationship-form input.parsley-success {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* line 28, app/assets/stylesheets/pages/contact_overview.scss */
.contact-options {
  position: absolute;
}
/* line 3, app/assets/stylesheets/pages/events.scss */
.delete-event-icon {
  font-size: 18px;
}

/* line 7, app/assets/stylesheets/pages/events.scss */
.fc-view {
  background: #FFFFFF;
}

/* line 11, app/assets/stylesheets/pages/events.scss */
#calendar .fc-more {
  color: #44505D;
}

/* line 15, app/assets/stylesheets/pages/events.scss */
#event-form-modal .disabled-delivery-method {
  color: #D3D3D3;
}

/* line 21, app/assets/stylesheets/pages/events.scss */
#event-form-modal #notification-type-error, #event-settings-notifications #notification-type-error {
  margin-top: 12px;
  display: block;
}

/* line 27, app/assets/stylesheets/pages/events.scss */
.hide-after {
  background-color: #EEEEEE !important;
}

/* line 29, app/assets/stylesheets/pages/events.scss */
.hide-after::after {
  display: none !important;
}
/* line 3, app/assets/stylesheets/pages/faq.scss */
#faq-menu.affix {
  right: 241px;
  top: 70px;
}

/* line 10, app/assets/stylesheets/pages/faq.scss */
#faq-menu.nav li a {
  color: #909090;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 0px 10px 20px;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/pages/faq.scss */
#faq-menu.nav > .active a, #faq-menu.nav li:hover a {
  padding-left: 19px !important;
  color: #1976D2 !important;
  background-color: transparent !important;
  border-left: 1px solid #1976D2 !important;
}

/* line 25, app/assets/stylesheets/pages/faq.scss */
.faq-panel-heading {
  background: #fafafa !important;
  border-color: #e1e1e1 !important;
}

/* line 28, app/assets/stylesheets/pages/faq.scss */
.faq-panel-heading h4 {
  color: #44505D;
}
/* line 4, app/assets/stylesheets/pages/intake_types.scss */
#intake_type_app .toggle-switch-label {
  text-indent: 0px;
}

/* line 7, app/assets/stylesheets/pages/intake_types.scss */
#intake_type_app .nested-question {
  margin-left: 35px;
}

/* line 12, app/assets/stylesheets/pages/intake_types.scss */
#custom-question-toggle .custom-intake-custom-question-labels {
  display: inline-flex;
  padding-right: 0px;
  width: 100%;
}

/* line 16, app/assets/stylesheets/pages/intake_types.scss */
#custom-question-toggle .custom-intake-custom-question-labels .custom-question-title {
  width: 95%;
}

/* line 21, app/assets/stylesheets/pages/intake_types.scss */
#custom-question-toggle .type-and-custom-attribute-label .question-type {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #1976D2;
  background: rgba(25, 118, 210, 0.15);
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px 2px 8px;
  display: inline-block;
}

/* line 32, app/assets/stylesheets/pages/intake_types.scss */
#custom-question-toggle .type-and-custom-attribute-label .custom-attribute-name {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #673AB7;
  background: rgba(103, 58, 183, 0.15);
  border-radius: 5px;
  display: inline-block;
  width: auto;
  padding: 2px 8px 2px 8px;
}

/* line 46, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
}

/* line 50, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .custom-attribute-checkbox {
  width: 13px;
  height: 13px;
  border-radius: 3px;
}

/* line 55, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .custom-attr-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: inline;
}

/* line 61, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .disabled-label {
  color: #A7A7A7;
}

/* line 64, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .edit-question-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
}

/* line 70, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .edit-question-text-box {
  box-sizing: border-box;
  width: 418px;
  height: 130px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
}

/* line 78, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .edit-question-type-group {
  margin-bottom: 20px;
}

/* line 81, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .edit-question-modal-button {
  width: 100%;
  margin-top: 10px;
}

/* line 85, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .centered_text {
  text-align: center;
}

/* line 88, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .gray-color {
  color: #828282;
}

/* line 91, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .floating-label {
  margin-bottom: 12px;
  margin-top: 25px;
}

/* line 95, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .select-type {
  width: 100%;
  height: 34px;
  background: #EEEEEE;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
}

/* line 107, app/assets/stylesheets/pages/intake_types.scss */
[id$="edit-question-form-modal"] .adjusted-width {
  width: 93%;
}

/* line 112, app/assets/stylesheets/pages/intake_types.scss */
.add-question-button {
  display: inline-block;
}

/* line 115, app/assets/stylesheets/pages/intake_types.scss */
.add-custom-tab-option {
  right: 45px;
  display: inline-block;
  position: absolute;
}

/* line 121, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
}

/* line 125, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .custom-attribute-checkbox {
  width: 13px;
  height: 13px;
  border-radius: 3px;
}

/* line 130, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .custom-attr-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: inline;
}

/* line 136, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .disabled-label {
  color: #A7A7A7;
}

/* line 139, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .upgrade-notification {
  display: inline;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #1976D2;
  padding: 2px 7px 2px 7px;
  margin-left: 7px;
  background: rgba(25, 118, 210, 0.15);
  border-radius: 5px;
}

/* line 150, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .new-question-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
}

/* line 156, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .new-question-text-box {
  box-sizing: border-box;
  width: 418px;
  height: 130px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
}

/* line 164, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .new-question-type-group {
  margin-bottom: 20px;
}

/* line 167, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .new-question-modal-button {
  width: 100%;
  margin-top: 10px;
}

/* line 171, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .centered_text {
  text-align: center;
}

/* line 174, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .gray-color {
  color: #828282;
}

/* line 177, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .floating-label {
  margin-bottom: 12px;
  margin-top: 25px;
}

/* line 181, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .select-type {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}

/* line 193, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .adjusted-width {
  width: 93%;
}

/* line 196, app/assets/stylesheets/pages/intake_types.scss */
#new-question-modal .cancel-custom-question-list-item {
  top: -26px;
  left: 94%;
}

/* line 202, app/assets/stylesheets/pages/intake_types.scss */
#new-question-custom-attribute-modal, [id$="edit-custom-attribute-form-modal"] {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
}

/* line 206, app/assets/stylesheets/pages/intake_types.scss */
#new-question-custom-attribute-modal .new-custom-attribute-label, [id$="edit-custom-attribute-form-modal"] .new-custom-attribute-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
}

/* line 213, app/assets/stylesheets/pages/intake_types.scss */
#new-question-custom-attribute-modal .select-type, [id$="edit-custom-attribute-form-modal"] .select-type {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}

/* line 226, app/assets/stylesheets/pages/intake_types.scss */
#new-question-custom-attribute-modal .cancel-custom-attribute-list-item, [id$="edit-custom-attribute-form-modal"] .cancel-custom-attribute-list-item {
  top: -26px;
  left: 94%;
}

/* line 231, app/assets/stylesheets/pages/intake_types.scss */
#new-question-custom-attribute-modal .new-custom-attribute-modal-button, [id$="edit-custom-attribute-form-modal"] .new-custom-attribute-modal-button {
  width: 100%;
  margin-top: 10px;
}
/* line 3, app/assets/stylesheets/pages/knowledge_base.scss */
.gif-container img {
  max-width: 90%;
  margin: 55px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 9, app/assets/stylesheets/pages/knowledge_base.scss */
#knowledge-base-menu {
  margin-left: 20px;
}

/* line 12, app/assets/stylesheets/pages/knowledge_base.scss */
#knowledge-base-menu.affix {
  top: 70px;
}

/* line 18, app/assets/stylesheets/pages/knowledge_base.scss */
#knowledge-base-menu.nav li a {
  color: #909090;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 0px 10px 20px;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/pages/knowledge_base.scss */
#knowledge-base-menu.nav > .active a, #knowledge-base-menu.nav li:hover a {
  padding-left: 19px !important;
  color: #1976D2 !important;
  background-color: transparent !important;
  border-left: 1px solid #1976D2 !important;
}

/* line 33, app/assets/stylesheets/pages/knowledge_base.scss */
.faq-panel-heading {
  background: #fafafa !important;
  border-color: #e1e1e1 !important;
}

/* line 36, app/assets/stylesheets/pages/knowledge_base.scss */
.faq-panel-heading h4 {
  color: #44505D;
}
/* line 3, app/assets/stylesheets/pages/law_pay_settings.scss */
.bank-account-select {
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: initial;
  font-size: 16px !important;
  color: #44505D;
  height: 34px;
  padding: 2px;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 20, app/assets/stylesheets/pages/law_pay_settings.scss */
.law-pay-input iframe {
  height: 40px;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  border: none;
}

/* line 27, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-tab-content {
  position: relative;
  margin: 0px 40px;
}

/* line 32, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-table tbody > tr {
  -webkit-animation: none !important;
          animation: none !important;
}

/* line 34, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-table tbody > tr td {
  vertical-align: middle;
}

/* line 39, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-centered-table-content {
  text-align: center;
}

/* line 42, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-separator {
  width: 30px;
}

/* line 46, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-dcpa-cell {
  border-left: 1px solid #673AB7 !important;
  border-right: 1px solid #673AB7 !important;
}

/* line 50, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-purple-bg-cell {
  background-color: #F0EBF8 !important;
}

/* line 53, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-acct-select-td {
  padding: 7px 8px !important;
}

/* line 56, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-acct-select {
  outline: none;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  width: 100%;
  padding: 0 8px;
}

/* line 64, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-table-arrows-icon {
  margin-top: 2px;
}

/* line 67, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-acct-column {
  min-width: 300px;
}

/* line 70, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-radio-btn {
  width: 16px;
  height: 16px;
}

/* line 74, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-question-icon {
  vertical-align: -3px;
}

/* line 78, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-top {
  -webkit-font-smoothing: antialiased;
}

/* line 80, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-top .dw-lp-settings-top-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 23px;
}

/* line 89, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-top .dw-lp-settings-top-title span {
  background: linear-gradient(120deg, rgba(25, 118, 210, 0.15) 0%, rgba(25, 118, 210, 0.15) 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
}

/* line 96, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-top .dw-lp-settings-top-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #757575;
  margin-bottom: 23px;
}

/* line 103, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-save-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1976D2;
  padding: 8px 24px;
  margin-top: 30px;
  border-radius: 8px;
}

/* line 113, app/assets/stylesheets/pages/law_pay_settings.scss */
.dw-lp-settings-save-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
/* line 3, app/assets/stylesheets/pages/lead-onboarding.scss */
#lead-onboarding-background-image {
  background-image: url(/images/passagelaw.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 428px;
  position: fixed;
  width: 100%;
  z-index: -1;
}

/* line 15, app/assets/stylesheets/pages/lead-onboarding.scss */
.opaque-screen {
  height: 100vh;
  background: #000000;
  opacity: 0.75;
}
/* line 3, app/assets/stylesheets/pages/leads.scss */
.lead-row {
  display: inline-flex;
}

/* line 7, app/assets/stylesheets/pages/leads.scss */
.lead-column {
  margin-right: 10%;
}

/* line 12, app/assets/stylesheets/pages/leads.scss */
.lead-action-buttons .glyphicon {
  padding: 3px 0px;
}

/* line 17, app/assets/stylesheets/pages/leads.scss */
[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
}

/* line 22, app/assets/stylesheets/pages/leads.scss */
.borderless-input-group-addon {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}

/* line 29, app/assets/stylesheets/pages/leads.scss */
.lead-contacted-date {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 14px !important;
  width: 70px !important;
}
/* line 3, app/assets/stylesheets/pages/notes.scss */
.notes-container {
  -webkit-font-smoothing: antialiased;
}

/* line 5, app/assets/stylesheets/pages/notes.scss */
.notes-container .note-input {
  border-radius: 5px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

/* line 9, app/assets/stylesheets/pages/notes.scss */
.notes-container .task-list-container.note-list-container ul.note-list {
  border: 0px;
  background: #FFFFFF;
}

/* line 13, app/assets/stylesheets/pages/notes.scss */
.notes-container .task-list-container {
  font-family: "Source Sans Pro", sans-serif;
}

/* line 15, app/assets/stylesheets/pages/notes.scss */
.notes-container .task-list-container ul.task-list {
  clear: both;
  list-style: none;
  padding: 0px;
  margin-top: 0px;
  border: 1px solid #e1e1e1;
  background: #FFFFFF;
}

/* line 22, app/assets/stylesheets/pages/notes.scss */
.notes-container .task-list-container ul.task-list li.task.note {
  background-color: #FFFFFF;
  position: relative;
  border-radius: 15px;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  padding: 12px 24px 30px 24px;
  margin-top: 0px;
  margin-bottom: 24px;
}

/* line 31, app/assets/stylesheets/pages/notes.scss */
.notes-container .task-list-container ul.task-list li.task.note.starred {
  background-color: #FFFDF4;
  border-color: #FFDD5A;
}

/* line 38, app/assets/stylesheets/pages/notes.scss */
.notes-container .note {
  margin-top: 10px;
  background: #FFFFFF;
}

/* line 41, app/assets/stylesheets/pages/notes.scss */
.notes-container .note .orange, .notes-container .note .orange:hover {
  background: #1976D2 !important;
  color: #FFFFFF !important;
}

/* line 45, app/assets/stylesheets/pages/notes.scss */
.notes-container .note .green, .notes-container .note .green:hover {
  background: #1976D2 !important;
  color: #FFFFFF !important;
}

/* line 49, app/assets/stylesheets/pages/notes.scss */
.notes-container .note .blue, .notes-container .note .blue:hover {
  background: #1976D2 !important;
  color: #FFFFFF !important;
}

/* line 53, app/assets/stylesheets/pages/notes.scss */
.notes-container .note .grey, .notes-container .note .grey:hover {
  background: #44505D !important;
  color: #FFFFFF !important;
}

/* line 58, app/assets/stylesheets/pages/notes.scss */
.notes-container .tip p {
  margin-bottom: -22px;
  margin-top: 5px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}

/* line 66, app/assets/stylesheets/pages/notes.scss */
.note-title {
  white-space: pre-line;
  overflow: hidden;
}

/* line 71, app/assets/stylesheets/pages/notes.scss */
#new-note-form label {
  margin-left: 0px !important;
}

/* line 75, app/assets/stylesheets/pages/notes.scss */
.star-note-button {
  font-size: 16px;
}

/* line 79, app/assets/stylesheets/pages/notes.scss */
.dw-notes-content-date-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 84, app/assets/stylesheets/pages/notes.scss */
.dw-notes-content-date-container .dw-notes-content-date-left div {
  font-size: 14px;
  color: #909090;
}

/* line 89, app/assets/stylesheets/pages/notes.scss */
.dw-notes-content-date-container .dw-notes-content-date-right {
  flex: 0 0 120px;
  text-align: right;
}

/* line 92, app/assets/stylesheets/pages/notes.scss */
.dw-notes-content-date-container .dw-notes-content-date-right .btn-group {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/pages/notes.scss */
.dw-notes-content-date-container .dw-notes-content-date-right .btn-group span {
  margin-right: 0px;
}

/* line 97, app/assets/stylesheets/pages/notes.scss */
.dw-notes-content-date-container .dw-notes-content-date-right .btn-group ul.dropdown-menu {
  left: -125px;
  margin-top: 8px;
}

/* line 102, app/assets/stylesheets/pages/notes.scss */
.dw-notes-content-date-container .dw-notes-content-date-right .btn > span.glyphicon,
.dw-notes-content-date-container .dw-notes-content-date-right .btn-group > span.glyphicon {
  border: 1px solid #D0D0D0;
  color: #909090;
  background-color: transparent;
}

/* line 107, app/assets/stylesheets/pages/notes.scss */
.dw-notes-content-date-container .dw-notes-content-date-right .btn > span.glyphicon:hover,
.dw-notes-content-date-container .dw-notes-content-date-right .btn-group > span.glyphicon:hover {
  color: #FFFFFF;
  background-color: #1976D2;
}

/* line 114, app/assets/stylesheets/pages/notes.scss */
.dw-notes-title {
  color: #000000;
  font-weight: 600;
  padding-bottom: 6px;
}

/* line 119, app/assets/stylesheets/pages/notes.scss */
.dw-notes-description > .dw-notes-description-text {
  color: #5E5E5E;
  padding: 0px 0px 14px 0px;
  white-space: pre-line;
  line-height: 23px;
  font-size: 16px;
}

/* line 127, app/assets/stylesheets/pages/notes.scss */
.dw-notes-adv-filters-container {
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 10px 15px;
  margin-top: 18px;
  margin-bottom: 0px;
  background-color: #F3F5F9;
  border-radius: 15px;
  border: 1px solid #e7ecf7;
  box-shadow: none;
  -webkit-animation: zoomIn;
          animation: zoomIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  width: 100%;
}

/* line 141, app/assets/stylesheets/pages/notes.scss */
.dw-notes-adv-filters-container table > tbody > .table-head-row > td .dropdown > .btn-transparent-well {
  background-color: transparent;
  color: #000000;
  padding: 6px 10px 6px 5px;
}

/* line 146, app/assets/stylesheets/pages/notes.scss */
.dw-notes-adv-filters-container table > tbody > .table-head-row > td .dw-adv-clear-btn {
  background-color: transparent;
  color: #1976D2;
}

/* line 150, app/assets/stylesheets/pages/notes.scss */
.dw-notes-adv-filters-container table > tbody > .table-head-row > td .dw-adv-submit-btn {
  background-color: #1976D2;
  color: #FFFFFF;
  padding: 5px 16px;
  border-radius: 7px;
}

/* line 159, app/assets/stylesheets/pages/notes.scss */
.dw-notes-bottom-actions a.btn-default,
.dw-notes-bottom-actions .btn-group > button {
  border-radius: 6px !important;
  color: #000000;
  padding: 1px 10px;
}

/* line 164, app/assets/stylesheets/pages/notes.scss */
.dw-notes-bottom-actions a.btn-default span.glyphicon,
.dw-notes-bottom-actions .btn-group > button span.glyphicon {
  padding-right: 3px;
  vertical-align: -1px;
}

/* line 171, app/assets/stylesheets/pages/notes.scss */
.dw-notes-category-color {
  width: 100%;
  height: 15px;
  top: 0px;
  left: 0px;
  position: absolute;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 179, app/assets/stylesheets/pages/notes.scss */
.dw-notes-category-color.dwblue {
  background-color: #e6f5ff;
}

/* line 182, app/assets/stylesheets/pages/notes.scss */
.dw-notes-category-color.dworange {
  background-color: #fff4e4;
}

/* line 185, app/assets/stylesheets/pages/notes.scss */
.dw-notes-category-color.dwgreen {
  background-color: #f3ffe4;
}

/* line 188, app/assets/stylesheets/pages/notes.scss */
.dw-notes-category-color.dwgrey {
  background-color: #eeeeee;
}

/* line 193, app/assets/stylesheets/pages/notes.scss */
.dw-notes-empty-state {
  border-radius: 15px;
  border: 1px solid #E7E7E7;
  padding: 10px 30px 30px 30px;
}

/* line 199, app/assets/stylesheets/pages/notes.scss */
.dw-notes-empty-state-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #000000;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 0px;
}

/* line 213, app/assets/stylesheets/pages/notes.scss */
.dw-notes-empty-state-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  color: #909090;
  margin-top: 8px;
  margin-bottom: 24px;
}

/* line 219, app/assets/stylesheets/pages/notes.scss */
.dw-notes-empty-state-btn {
  border-radius: 8px !important;
}

/* line 222, app/assets/stylesheets/pages/notes.scss */
.dw-notes-trash-btn {
  cursor: default;
}

/* line 224, app/assets/stylesheets/pages/notes.scss */
.dw-notes-trash-btn:hover, .dw-notes-trash-btn:active, .dw-notes-trash-btn:focus, .dw-notes-trash-btn:active:focus {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border-color: #CCCCCC !important;
}

/* line 231, app/assets/stylesheets/pages/notes.scss */
.dw-notes-description-plain-txt {
  margin-top: -22px;
}
/* line 3, app/assets/stylesheets/pages/onboarding_steps.scss */
.expandible-card-title {
  position: relative;
}

/* line 5, app/assets/stylesheets/pages/onboarding_steps.scss */
.expandible-card-title .onboarding-progress-bar {
  height: 10px;
  background: #EDF1F2;
  width: 100%;
  bottom: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
}

/* line 16, app/assets/stylesheets/pages/onboarding_steps.scss */
.onboarding-progress-bar.closed {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 21, app/assets/stylesheets/pages/onboarding_steps.scss */
.onboarding-progress-bar.complete {
  background: #1976D2;
}

/* line 25, app/assets/stylesheets/pages/onboarding_steps.scss */
.expandible-card-subitem {
  margin: 3px;
  border-radius: 4px;
  border: 1px solid transparent;
}

/* line 29, app/assets/stylesheets/pages/onboarding_steps.scss */
.expandible-card-subitem:hover {
  border: 1px solid #44505D;
}

/* line 34, app/assets/stylesheets/pages/onboarding_steps.scss */
.expandible-card-subitem.bordered {
  border: 1px solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 39, app/assets/stylesheets/pages/onboarding_steps.scss */
.circled-number {
  border: 1px solid #44505D;
  padding-left: 8px;
  height: 24px;
  border-radius: 50%;
  width: 24px;
}

/* line 47, app/assets/stylesheets/pages/onboarding_steps.scss */
.accordian-enter-active, .accordian-leave-active {
  will-change: height, opacity;
  transition: height 3s ease, opacity 0.3s ease;
  max-height: 900px;
}

/* line 52, app/assets/stylesheets/pages/onboarding_steps.scss */
.accordian-enter, .accordian-leave-to {
  height: 0 !important;
  opacity: 0;
}

/* line 57, app/assets/stylesheets/pages/onboarding_steps.scss */
.completed-step-icon {
  font-size: 24px;
}
/* line 3, app/assets/stylesheets/pages/pdf-form-container.scss */
.pdf-form-title {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  padding: 10px;
}

/* line 8, app/assets/stylesheets/pages/pdf-form-container.scss */
.pdf-form-title p {
  margin: 0px;
}
/* line 5, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .easyguide {
  margin-top: 0px;
}

/* line 9, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .easyguide-body {
  margin-bottom: 0px;
  padding-bottom: 20px !important;
  min-height: initial !important;
}

/* line 15, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .form-breadcrumbs, .printable-body #sidebar, .printable-body .stacked-tabs, .printable-body .select2-selection__arrow, .printable-body .select2-selection__clear, .printable-body .easyguide-page-title {
  display: none;
}

/* line 19, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .easyguide-content-column {
  width: 100%;
}

/* line 23, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .easyguide-tab-content {
  border: 0px;
  background: #FFFFFF;
  z-index: 1000;
  right: 0px;
  padding-left: 0px;
}

/* line 31, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .easyguide-content-column {
  margin-left: -15px;
}

/* line 35, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .question-container {
  padding: 0px;
  background: #FFFFFF;
  margin: 0px;
  box-shadow: none;
}

/* line 42, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .tab-content > .tab-pane {
  display: initial;
}

/* line 46, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body input.form-control.easyguide-form, .printable-body textarea.form-control.easyguide-form, .printable-body .select2-selection {
  border: 0px !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000000 !important;
  height: 35px;
}

/* line 53, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .select2 .select2-selection {
  min-height: 47px;
}

/* line 57, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .inline-form-column {
  width: 100%;
}

/* line 61, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .form-group {
  display: inline-grid;
}

/* line 63, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .form-group .padded-input {
  padding: 0px;
}

/* line 68, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .populator-tag {
  box-shadow: none;
  background: #FFFFFF;
  border-bottom: 1px solid #000000;
  height: 35px;
  padding: 8px 12px 28px;
}

/* line 76, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .tag-icons {
  display: none;
}

/* line 80, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body a, .printable-body i {
  display: none !important;
}

/* line 84, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body label.floating-label.complete, .printable-body input:focus ~ label.floating-label, .printable-body label.floating-label.select.complete {
  top: -32px;
  color: #44505D;
  font-weight: normal;
}

/* line 90, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .input-group .floating-label-input-group {
  margin-bottom: 12px;
}

/* line 94, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body label.floating-label, .printable-body label.floating-label.select {
  top: -20px;
}

/* line 98, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .input-group-btn {
  display: none;
}

/* line 102, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body select.form-control {
  -webkit-appearance: none;
  box-shadow: none;
  border: 0px !important;
  border-bottom: 1px solid #000000 !important;
  height: 35px !important;
}

/* line 110, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .easyguide-button-column {
  width: 25%;
  float: left;
}

/* line 115, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .btn-default, .printable-body .btn-default.active, .printable-body .btn-default:focus, .printable-body .btn-default:active {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  background: #FFFFFF !important;
  color: #44505D !important;
}

/* line 123, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .btn-default.active {
  border: 1px solid #000000 !important;
}

/* line 127, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .input-dropdown-toggle {
  display: none;
}

/* line 131, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .input-group-addon {
  background-color: #FFFFFF !important;
  border: 0px !important;
}

/* line 136, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .floating-label:after {
  content: ":";
}

/* line 138, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body #settings, .printable-body #customize {
  display: none;
}

/* line 142, app/assets/stylesheets/pages/print_smart_forms.scss */
.printable-body .income-ticker-container {
  display: none;
}

/* line 147, app/assets/stylesheets/pages/print_smart_forms.scss */
.form__actions__mycase__logo {
  width: 69px;
  height: 18px;
  margin-left: 7px;
  margin-bottom: 3px;
}
@charset "UTF-8";
/* line 7, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .comments-container,
#form-builder .comments-container {
  max-width: 500px;
  border-radius: 10px;
}

/* line 11, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .comments-container > div > div:first-child .dw-comment-container,
#form-builder .comments-container > div > div:first-child .dw-comment-container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 16, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .comments-container > div > div:last-child .dw-comment-container,
#form-builder .comments-container > div > div:last-child .dw-comment-container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 20px;
}

/* line 24, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment-container {
  max-width: 500px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(225, 225, 225, 0.75);
  font-family: sans-serif;
}

/* line 34, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__initials {
  width: 36px;
  height: 36px;
  background-color: #FCF2CD;
  color: #000000;
  display: block;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #000000;
  text-transform: uppercase;
}

/* line 58, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__top-row {
  display: flex;
  justify-content: space-between;
}

/* line 63, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__bottom-row {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

/* line 69, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__commenter-date {
  flex: 1;
  margin-left: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #757575;
}

/* line 81, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__date {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #757575;
}

/* line 90, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__commenter {
  justify-content: left;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #000000;
}

/* line 102, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__options svg {
  margin-top: 10px;
}

/* line 107, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment_content {
  margin: 6px 0 10px 0 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

/* line 117, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__reply-button,
.dw-comment__next-button {
  all: unset;
  color: #1976D2;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__reply-button span,
.dw-comment__next-button span {
  margin: 0 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #1976D2;
}

/* line 137, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__reply-button .dw-icon-arrow-right::before,
.dw-comment__next-button .dw-icon-arrow-right::before {
  position: relative;
  top: 1px;
  font-size: 11px;
}

/* line 143, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__reply-button .dw-icon-chat-bubble-two::before,
.dw-comment__next-button .dw-icon-chat-bubble-two::before {
  position: relative;
  top: 1px;
  font-size: 16px;
}

/* line 151, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__option-button:after {
  font-family: "dw-icons" !important;
  content: "\e913" !important;
  font-size: 18px !important;
  color: #000000 !important;
}

/* line 160, app/assets/stylesheets/pages/smart_form_assembly.scss */
#more-actions-dropdown .dw-icon-cog {
  font-size: 18px;
  color: #828282;
}

/* line 166, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__text-area-container {
  padding: 1em !important;
}

/* line 168, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__text-area-container .dw-comment__text-area {
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 8px;
}

/* line 174, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__text-area-container .btn-sm {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #1976D2;
}

/* line 182, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-comment__text-area-container .light-font {
  background-color: #fafafa;
  padding: 6px;
  border-radius: 8px;
}

/* line 190, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .gray-circle-hover-bg {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

/* line 198, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .gray-circle-hover-bg .dw-icon-printer::before {
  font-size: 20px;
  color: #828282;
}

/* line 203, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .gray-circle-hover-bg:hover {
  background-color: #EEEEEE;
}

/* line 208, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .dropdown-toggle .dw-icon-question-mark-circle {
  font-size: 20px;
}

/* line 211, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .dropdown-toggle:link {
  text-decoration: none;
}

/* line 215, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .dropdown-toggle:visited {
  text-decoration: none;
}

/* line 219, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .dropdown-toggle:hover {
  text-decoration: none;
}

/* line 223, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .dropdown-toggle:active {
  text-decoration: none;
}

/* line 227, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly #intake,
#smart-form-assembly #intake .row:first-child,
#smart-form-assembly #intake .easyguide-content-column {
  height: 100%;
}

/* line 232, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly #intake .easyguide-tab-content {
  min-height: calc(100vh - 60px);
}

/* line 236, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly #edit-form-name {
  margin-bottom: 0;
}

/* line 238, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly #edit-form-name > a {
  padding: 8px 20px 0 20px;
}

/* line 242, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly #edit-form-name:hover {
  background-color: transparent !important;
}

/* line 247, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .input-with-icon .fa.fa-bolt.fa-lg {
  top: 12px !important;
}

/* line 252, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .input-group div.floating-label-input-group:nth-child(2) input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 261, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #tab_form_specific a {
  margin-bottom: 10px;
  width: calc(100% - 87px);
  margin-left: 22px;
}

/* line 266, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #tab_form_specific span {
  margin-left: 0;
  font-size: 16px;
}

/* line 271, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #tab_form_specific.active a {
  background-color: #F0EBF8 !important;
}

/* line 277, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li.active > a, #smart-form-assembly .stacked-tabs .nav-pills > li.active > a:focus, #smart-form-assembly .stacked-tabs .nav-pills > li.active > a:hover {
  background-color: transparent !important;
  color: #673AB7 !important;
  border-radius: 10px !important;
}

/* line 282, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav > li > a {
  border-radius: 10px;
  padding: 8px 0 8px 20px;
}

/* line 287, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li a.non-data-parent {
  margin-bottom: 10px;
  width: calc(100% - 87px);
  margin-left: 22px;
}

/* line 292, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li a.non-data-parent:after {
  right: 12px !important;
}

/* line 297, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li > ul {
  width: calc(100% - 87px);
}

/* line 300, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li > ul li:first-child {
  padding-top: 6px;
}

/* line 303, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li > ul li:last-child {
  padding-bottom: 12px;
}

/* line 309, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .sub-tab {
  padding-left: 0 !important;
  position: relative;
  margin-left: 20px;
}

/* line 314, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .sub-tab::before {
  content: url('data:image/svg+xml,<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.04057 1C0.745776 4.50233 1.92495 11.4019 9 10.9816" stroke="%23C6C6C6" stroke-width="1.5"/></svg>');
  width: 8px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -20px;
}

/* line 324, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav > li > a:hover {
  background-color: transparent !important;
  border-radius: 8px !important;
}

/* line 329, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav > li > a:focus {
  background-color: transparent !important;
}

/* line 333, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-stacked.collapse,
#smart-form-assembly .stacked-tabs .nav-stacked.collapsing {
  position: relative;
  margin-left: 30px;
}

/* line 337, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-stacked.collapse::before,
#smart-form-assembly .stacked-tabs .nav-stacked.collapsing::before {
  border-left: 2px solid #C6C6C6;
  top: 0;
  height: calc(100% - 10px);
  position: absolute;
  content: "";
}

/* line 346, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li {
  margin-left: 0;
  width: calc(100%);
  border-radius: 8px !important;
  margin-bottom: 4px;
}

/* line 352, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent {
  position: relative;
  color: #5E5E5E !important;
}

/* line 356, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent:after {
  position: absolute;
  font-family: "dw-icons";
  content: "\e907";
  transform-origin: center;
  transform: rotate(45deg);
  top: calc(50% - 10px);
  right: 4px;
  color: #673AB7 !important;
}

/* line 367, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent:not(.collapsed) {
  background-color: #F0EBF8 !important;
  color: #673AB7 !important;
}

/* line 370, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent:not(.collapsed):after {
  color: #673AB7 !important;
}

/* line 376, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent.collapsed:after {
  content: "\e907";
  transform: rotate(0deg);
  color: #7E7E7E !important;
}

/* line 384, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .nav-pills > li .tab-title-span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

/* line 395, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #smart-form-search .input-group-addon {
  color: #BCBCBC !important;
  height: 35px;
  background-color: transparent !important;
}

/* line 399, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #smart-form-search .input-group-addon .dw-icon-magnifier {
  margin-top: -2px;
}

/* line 404, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .dashboard-searchbar {
  min-height: 35px;
  background-color: transparent !important;
}

/* line 408, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs .dashboard-searchbar::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
#smart-form-assembly .stacked-tabs .dashboard-searchbar:-ms-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
#smart-form-assembly .stacked-tabs .dashboard-searchbar::placeholder {
  color: #b5b5b5;
  opacity: 1;
}

/* line 414, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #edit-form-name .editable {
  width: calc(100% - 47px);
}

/* line 418, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #smart-form-search {
  -webkit-font-smoothing: antialiased;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 0px;
  max-width: calc(100% - 86px);
  margin-top: 10px;
  margin-left: 21px;
  margin-bottom: 20px;
  height: 35px;
  min-height: 35px !important;
}

/* line 431, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #edit-form-name {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  margin-top: 12px;
  margin-bottom: 11px;
}

/* line 442, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .stacked-tabs #edit-form-name > a {
  background-color: #FFFFFF;
  color: #000000;
}

/* line 449, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly #parent-nav-stacked {
  padding-right: 0;
}

/* line 453, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .question-container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03) !important;
  border-radius: 8px !important;
  border: 1px solid #FFFFFF;
}

/* line 461, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .question-container.hidden-question-container {
  border: 1px dashed #e1e1e1;
  background-color: #fafafa;
}

/* line 466, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .question-container .dw-col-question-title {
  width: 100% !important;
}

/* line 468, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .question-container .dw-col-question-title > p {
  margin-top: 5px;
}

/* line 473, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .question-container p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 25px !important;
}

/* line 482, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .question-container .btn.btn-default.form-button {
  border-radius: 8px !important;
}

/* line 487, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .populator-tag {
  height: 52px;
}

/* line 492, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .question-container select, #smart-form-assembly .question-container select:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 15px) !important;
  background-position-y: 23px !important;
  border-radius: 8px !important;
}

/* line 503, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .input-dropdown-toggle .caret {
  border: none !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  width: 12px;
  height: 7px;
}

/* line 512, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .select2-selection__clear {
  margin-right: 10px;
}

/* line 515, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .select2-selection__arrow {
  margin-right: 10px;
}

/* line 517, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .select2-selection__arrow b {
  border: none !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  width: 12px;
  height: 7px;
}

/* line 527, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .question-container .select2 .select2-selection {
  min-height: 52px !important;
}

/* line 532, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .input-group-btn.select-list select {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 536, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .input-group-btn.select-list:after {
  display: none !important;
}

/* line 542, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .easyguide.assembly .easyguide-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 549, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .easyguide.assembly .easyguide-header h4 {
  margin-top: 0;
  padding-top: 0;
}

/* line 554, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .easyguide.assembly .dw-sf-section-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 6px;
  margin-bottom: 6px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

/* line 567, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .smartform-navbar {
  margin: 0px;
}

/* line 571, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .smart-form-assembly-column {
  padding: 0px 20px;
  min-height: 600px;
}

/* line 576, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .smart-form-assembly-column.bordered {
  border-right: 1px solid #e1e1e1;
}

/* line 579, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .card {
  position: relative;
}

/* line 582, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly .card-toggle {
  position: absolute;
  top: 15px;
  right: 10px;
}

/* line 596, app/assets/stylesheets/pages/smart_form_assembly.scss */
.collapsed-sidebar > #smart-form-assembly > .dw-edit-sf-main-container > #intake > .row > .stacked-tabs > #parent-nav-stacked #edit-form-name > a > .editable {
  width: calc(100% - 18px);
}

/* line 599, app/assets/stylesheets/pages/smart_form_assembly.scss */
.collapsed-sidebar > #smart-form-assembly > .dw-edit-sf-main-container > #intake > .row > .stacked-tabs > #parent-nav-stacked #smart-form-search {
  max-width: calc(100% - 60px);
}

/* line 602, app/assets/stylesheets/pages/smart_form_assembly.scss */
.collapsed-sidebar > #smart-form-assembly > .dw-edit-sf-main-container > #intake > .row > .stacked-tabs > #parent-nav-stacked li > a.non-data-parent {
  width: calc(100% - 60px);
}

/* line 605, app/assets/stylesheets/pages/smart_form_assembly.scss */
.collapsed-sidebar > #smart-form-assembly > .dw-edit-sf-main-container > #intake > .row > .stacked-tabs > #parent-nav-stacked li > .nav-stacked {
  width: calc(100% - 60px);
}

/* line 611, app/assets/stylesheets/pages/smart_form_assembly.scss */
.pt-alert {
  padding-top: 52px !important;
}

/* line 615, app/assets/stylesheets/pages/smart_form_assembly.scss */
.pt-alert-2 {
  padding-top: 104px !important;
}

/* line 619, app/assets/stylesheets/pages/smart_form_assembly.scss */
#select2-new-sf-add-select-results .select2-results__group {
  cursor: pointer;
  position: relative;
}

/* line 622, app/assets/stylesheets/pages/smart_form_assembly.scss */
#select2-new-sf-add-select-results .select2-results__group:hover {
  background-color: #f3f3f3;
}

/* line 625, app/assets/stylesheets/pages/smart_form_assembly.scss */
#select2-new-sf-add-select-results .select2-results__group:after {
  content: url("https://res.cloudinary.com/docketwise/image/upload/v1681232334/general/collapse-expand-icon-2_ctjt1d.svg");
  position: absolute;
  margin-top: 7px;
  right: 10px;
}

/* line 634, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile > ul > li {
  list-style: none !important;
  padding-bottom: 40px;
  border-left: 1px solid #1976D2;
  position: relative;
  padding-left: 19px !important;
  margin-top: 0px;
  background: transparent;
}

/* line 642, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile > ul > li:nth-last-child(2) {
  border: 0px;
  padding-bottom: 2.5rem !important;
}

/* line 646, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile > ul > li:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #1976D2;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: -0.5em;
  top: 0px;
}

/* line 659, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile > ul > li.divider {
  display: none;
}

/* line 663, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile .info-label {
  margin-left: 5px;
  margin-top: -5px;
  font-weight: 600;
}

/* line 670, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-and-comment-container h5 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 8px;
  display: inline-block;
}

/* line 681, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-and-comment-container .input-group select {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 686, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-and-comment-container .input-group input {
  border-radius: 8px !important;
}

/* line 691, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-and-comment-container .input-group span .floating-label-input-group input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 697, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-and-comment-container .form-inline select {
  border-radius: 8px !important;
}

/* line 701, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-and-comment-container .col-md-6.inline-form-column.padded-input select {
  border-radius: 8px !important;
}

/* line 707, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container p:first-child {
  margin-top: -5px;
  max-width: calc(100% - 90px);
}

/* line 711, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .question-icons-div {
  top: 20px;
  margin-right: 10px;
}

/* line 716, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container input[type=text] {
  border-radius: 8px !important;
}

/* line 720, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .eye-hide-icon {
  position: relative;
  top: 3px;
}

/* line 725, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .add_nested_fields {
  color: #1976D2 !important;
}

/* line 729, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .remove_nested_fields {
  color: #FF5252 !important;
}

/* line 734, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .glyphicon-minus-sign {
  font-family: 'dw-icons';
}

/* line 736, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .glyphicon-minus-sign:before {
  content: "\e90c";
}

/* line 741, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .glyphicon-plus-sign {
  font-family: 'dw-icons';
}

/* line 743, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .glyphicon-plus-sign:before {
  content: "\e907";
}

/* line 748, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .message-container {
  left: 120px !important;
}

/* line 751, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .select2-container--default .select2-selection--single {
  border-radius: 8px !important;
}

/* line 755, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .form-control:not(textarea), .question-container .form-button, .question-container .select-list, .question-container .input-dropdown-toggle {
  height: 52px !important;
}

/* line 759, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .input-dropdown-toggle {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 764, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .floating-label {
  margin-top: 20px !important;
}

/* line 768, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container label.floating-label.complete, .question-container input:focus ~ label.floating-label {
  margin-top: 23px !important;
  font-weight: normal !important;
  letter-spacing: 0.25px;
}

/* line 775, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container .floating-label-input-group select {
  border-radius: 8px;
}

/* line 781, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile .question-container, #smart-form-assembly-efile h3 {
  margin-top: 0px !important;
}

/* line 785, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile .red {
  color: #B12F31;
}

/* line 790, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile > ul > li.workflow-state-completed:before {
  background: #1976D2;
}

/* line 795, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile .list-arrow-style::before {
  content: '▶';
  margin-right: 5px;
}

/* line 800, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-efile .efile-button-icon {
  position: relative;
  top: 2px;
}

/* line 805, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container, #efile .workflow-top-bar-container #ceac_efiling_progress_container {
  height: 28px;
  background-color: #DEDEDE;
  border-radius: 0px 0px 20px 20px;
}

/* line 811, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container .progress-bar {
  width: 14.1%;
  background-color: #DEDEDE;
}

/* line 814, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container .progress-bar:nth-of-type(1) {
  border-radius: 0px 0px 0px 20px;
}

/* line 817, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container .progress-bar:last-of-type {
  border-radius: 0px 0px 20px 0px;
}

/* line 820, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container .progress-bar.workflow-state-completed {
  background: #1976D2;
}

/* line 823, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container .progress-bar.workflow-state-completed a {
  color: #FFFFFF;
}

/* line 828, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container #ceac_efiling_progress_container .progress-bar {
  width: 33%;
  background-color: #DEDEDE;
}

/* line 831, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container #ceac_efiling_progress_container .progress-bar:nth-of-type(1) {
  border-radius: 0px 0px 0px 20px;
}

/* line 834, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container #ceac_efiling_progress_container .progress-bar:last-of-type {
  border-radius: 0px 0px 20px 0px;
}

/* line 837, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container #ceac_efiling_progress_container .progress-bar.workflow-state-completed {
  background: #1976D2;
}

/* line 840, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container #ceac_efiling_progress_container .progress-bar.workflow-state-completed a {
  color: #FFFFFF;
}

/* line 845, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container .progress-bar a, #efile .workflow-top-bar-container #ceac_efiling_progress_container .progress-bar a {
  position: relative;
  top: 5px;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

/* line 853, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container .progress-bar-spacer, #efile .workflow-top-bar-container #ceac_efiling_progress_container .progress-bar-spacer {
  width: 2px;
  background-color: #FFFFFF;
  border-radius: 0px;
}

/* line 859, app/assets/stylesheets/pages/smart_form_assembly.scss */
#efile .workflow-top-bar-container .progress-bar-icon, #efile .workflow-top-bar-container #ceac_efiling_progress_container .progress-bar-icon {
  float: right;
  position: relative;
  right: 5px;
  top: 2px;
}

/* line 866, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container {
  -webkit-font-smoothing: antialiased;
  position: fixed;
  width: calc(100% - 256px);
  z-index: 9;
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #E7E7E7;
  background-color: #FFFFFF;
}

/* line 876, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-left {
  flex: 0 0 300px;
  font-size: 15px;
  text-align: left;
  padding: 0 30px;
  color: #1976D2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 885, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-left span {
  padding: 0 4px;
}

/* line 887, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-left span svg {
  vertical-align: middle;
  fill: #828282;
}

/* line 893, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle {
  display: flex;
  justify-content: center;
  flex: 1;
}

/* line 897, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li {
  float: none;
  display: inline-block;
}

/* line 900, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li.separator {
  background-color: #D6D6D6;
  width: 40px;
  height: 1.5px;
  margin: 0 6px 1px 6px;
  vertical-align: 16px;
}

/* line 907, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li a {
  padding: 0px;
  background-color: transparent;
}

/* line 910, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-number {
  display: block;
  vertical-align: middle;
  font-weight: 600;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  padding-left: 9px;
  margin: 0 auto;
  background-color: transparent;
  border: 1.5px solid #828282;
  color: #828282;
  border-radius: 100px;
}

/* line 924, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #828282;
}

/* line 930, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li a:hover {
  background-color: transparent;
}

/* line 935, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li.active a {
  -webkit-animation: rubberBand;
          animation: rubberBand;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/* line 938, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li.active a .dw-sf-topbar-pills-number {
  border-color: #1976D2;
  color: #1976D2;
}

/* line 942, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-middle ul > li.active a .dw-sf-topbar-pills-text {
  color: #000000;
  font-weight: 600;
}

/* line 950, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right {
  text-align: right;
  flex: 0 0 300px;
  padding: 0 30px 0 0px;
}

/* line 954, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .btn-group > .dropdown-toggle {
  box-shadow: none;
}

/* line 956, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .btn-group > .dropdown-toggle svg {
  fill: #828282;
}

/* line 961, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .dw-icon-question-mark-circle {
  font-size: 18px;
  color: #828282;
}

/* line 966, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1976D2;
  padding: 8px 24px;
  margin-right: 22px;
  border-radius: 8px;
}

/* line 976, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn svg {
  fill: #FFFFFF;
  vertical-align: -5px;
}

/* line 981, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn .dw-icon-download {
  position: relative;
  top: 1px;
  left: 5px;
}

/* line 987, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-review-blue-btn {
  margin-right: 0px;
}

/* line 990, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-cancel-btn {
  font-size: 15px;
  text-decoration: none;
  color: #828282;
  margin-right: 24px;
}

/* line 996, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-review-exit-btn {
  margin-right: 16px;
}

/* line 1001, app/assets/stylesheets/pages/smart_form_assembly.scss */
.collapsed-sidebar > #smart-form-assembly > .dw-edit-sf-main-container > .dw-sf-topbar-container,
.collapsed-sidebar > #smart-form-assembly > .alert-fixed,
.collapsed-sidebar > #smart-form-assembly > .alert-fixed-2,
.collapsed-sidebar > .dw-greencard-red-alert,
.collapsed-sidebar > #smart-form-assembly > .dw-sf-topbar-container {
  width: calc(100% - 104px) !important;
}

/* line 1009, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-section-top {
  -webkit-font-smoothing: antialiased;
}

/* line 1011, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-section-top .dw-sf-section-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 80px;
}

/* line 1020, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-section-top .dw-sf-section-title span {
  background: linear-gradient(120deg, rgba(25, 118, 210, 0.15) 0%, rgba(25, 118, 210, 0.15) 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
}

/* line 1027, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-section-top .dw-sf-section-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #757575;
}

/* line 1034, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container {
  display: flex;
  justify-content: space-between;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1041, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column {
  width: calc(33.33% - 20px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 15px;
}

/* line 1050, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title {
  background-color: #F0F5FB;
  border-radius: 15px 15px 0 0;
  padding: 16px 24px;
}

/* line 1054, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title.dw-purple {
  background-color: #F0EBF8;
}

/* line 1056, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title.dw-purple .dw-sf-assembly-column-circle-outline {
  border-color: #673AB7;
}

/* line 1058, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title.dw-purple .dw-sf-assembly-column-circle-outline .dw-sf-assembly-column-circle-filled {
  background-color: #673AB7;
}

/* line 1063, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title.dw-yellow {
  background-color: #FFFAEA;
}

/* line 1065, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title.dw-yellow .dw-sf-assembly-column-circle-outline {
  border-color: #FFCA28;
}

/* line 1067, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title.dw-yellow .dw-sf-assembly-column-circle-outline .dw-sf-assembly-column-circle-filled {
  background-color: #FFCA28;
}

/* line 1072, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title .dw-sf-assembly-column-circle-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 1.5px solid #1976D2;
  border-radius: 100px;
}

/* line 1080, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title .dw-sf-assembly-column-circle-outline .dw-sf-assembly-column-circle-filled {
  width: 10px;
  height: 10px;
  background-color: #1976D2;
  border-radius: 100px;
}

/* line 1087, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title .dw-sf-assembly-content-column-title-text {
  display: inline-block;
  color: #000000;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 600;
}

/* line 1095, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body {
  padding: 26px 24px 34px 24px;
}

/* line 1097, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .dw-sf-assembly-form-label {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

/* line 1102, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .dw-sf-assembly-form-sublabel {
  color: #757575;
  margin: 5px 0 10px 0;
  line-height: 22px;
}

/* line 1108, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body span.select2 .selection > .select2-selection {
  height: 45px;
  box-shadow: none;
  border-radius: 8px !important;
}

/* line 1112, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body span.select2 .selection > .select2-selection .select2-selection__rendered {
  color: #000000;
  padding-top: 5px;
  padding-left: 14px;
  padding-right: 30px;
}

/* line 1117, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body span.select2 .selection > .select2-selection .select2-selection__rendered .select2-selection__clear {
  color: #D31631;
  padding-top: 1px;
}

/* line 1122, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body span.select2 .selection > .select2-selection .select2-selection__arrow {
  height: auto;
  right: 6px;
  position: absolute;
  pointer-events: none;
}

/* line 1127, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body span.select2 .selection > .select2-selection .select2-selection__arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E");
  width: 11px;
  height: 7px;
}

/* line 1132, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body span.select2 .selection > .select2-selection .select2-selection__arrow b {
  display: none;
}

/* line 1138, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .dw-sf-assembly-form-select-container {
  position: relative;
}

/* line 1140, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .dw-sf-assembly-form-select-container select.select2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
  padding-left: 16px;
  padding-right: 32px;
  border-radius: 8px !important;
  box-shadow: none;
  color: #000000 !important;
  cursor: pointer;
}

/* line 1152, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .dw-sf-assembly-form-select-container .dw-sf-assembly-form-select-caret::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E");
  width: 11px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 20px;
  pointer-events: none;
}

/* line 1162, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 32px;
}

/* line 1166, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .checkbox label {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  padding-left: 23px;
}

/* line 1171, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .checkbox label input {
  margin-left: -23px;
}

/* line 1175, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .checkbox #bundle-name {
  color: #000000 !important;
  height: 45px;
  box-shadow: none !important;
  border-radius: 8px !important;
}

/* line 1180, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .checkbox #bundle-name::-moz-placeholder {
  color: #999999 !important;
}
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .checkbox #bundle-name:-ms-input-placeholder {
  color: #999999 !important;
}
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .checkbox #bundle-name::placeholder {
  color: #999999 !important;
}

/* line 1185, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .dw-sf-assembly-form-check-sublabel {
  color: #757575;
  margin-top: 5px;
  line-height: 22px;
}

/* line 1190, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .draggable-card > .card {
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  background: #FFFFFF;
  padding: 18px 24px 20px 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
}

/* line 1196, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .draggable-card > .card:first-child {
  margin-top: 5px !important;
}

/* line 1202, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-container .dw-sf-assembly-content-column:last-child {
  margin-right: 0;
}

/* line 1207, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-transparent-divider-32px {
  width: 100%;
  height: 32px;
  display: block;
  background-color: transparent;
}

/* line 1213, app/assets/stylesheets/pages/smart_form_assembly.scss */
.application-party-row > div > .select2 > .selection > .select2-selection {
  height: 34px !important;
}

/* line 1215, app/assets/stylesheets/pages/smart_form_assembly.scss */
.application-party-row > div > .select2 > .selection > .select2-selection .select2-selection__rendered {
  padding-top: 0px !important;
}

/* line 1218, app/assets/stylesheets/pages/smart_form_assembly.scss */
.application-party-row > div > .select2 > .selection > .select2-selection span.select2-selection__arrow {
  top: 15px !important;
}

/* line 1222, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-assembly-content-column-body > .select2 > .selection > .select2-selection > .select2-selection__arrow,
.dw-sf-assembly-content-column-body > div > div > .select2 > .selection > .select2-selection > .select2-selection__arrow {
  top: 20px !important;
}

/* line 1227, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-title-container {
  display: flex;
  align-items: center;
}

/* line 1230, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-title-container .dw-sf-card-title-left {
  flex: 1;
}

/* line 1232, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-title-container .dw-sf-card-title-left .assembly-form-name {
  color: #000000;
  font-size: 18px;
}

/* line 1235, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-title-container .dw-sf-card-title-left .assembly-form-name span {
  background: linear-gradient(120deg, rgba(25, 118, 210, 0.15) 0%, rgba(25, 118, 210, 0.15) 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  margin-right: 10px;
}

/* line 1243, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-title-container .dw-sf-card-title-left .editable::after {
  color: #828282;
  font-size: 13px;
  vertical-align: middle;
}

/* line 1249, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-title-container .dw-sf-card-title-right {
  flex: 0 0 20px;
}

/* line 1253, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-title-container .dw-sf-card-title-right div.cursor-pointer.dw-i-compress::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="0 0 18 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 10C0.5 9.65482 0.779822 9.375 1.125 9.375L17.375 9.375C17.7202 9.375 18 9.65482 18 10C18 10.3452 17.7202 10.625 17.375 10.625L1.125 10.625C0.779822 10.625 0.5 10.3452 0.5 10Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.13338 0C9.50157 0 9.80005 0.279822 9.80005 0.625V5.36612L11.3286 3.93306C11.589 3.68898 12.0111 3.68898 12.2715 3.93306C12.5318 4.17714 12.5318 4.57286 12.2715 4.81694L9.60479 7.31694C9.34444 7.56102 8.92233 7.56102 8.66198 7.31694L5.99531 4.81694C5.73496 4.57286 5.73496 4.17714 5.99531 3.93306C6.25566 3.68898 6.67777 3.68898 6.93812 3.93306L8.46672 5.36612V0.625C8.46672 0.279822 8.76519 0 9.13338 0ZM8.46672 14.6339L6.93812 16.0669C6.67777 16.311 6.25566 16.311 5.99531 16.0669C5.73496 15.8229 5.73496 15.4271 5.99531 15.1831L8.66198 12.6831C8.92233 12.439 9.34444 12.439 9.60479 12.6831L12.2715 15.1831C12.5318 15.4271 12.5318 15.8229 12.2715 16.0669C12.0111 16.311 11.589 16.311 11.3286 16.0669L9.80005 14.6339V19.375C9.80005 19.7202 9.50157 20 9.13338 20C8.76519 20 8.46672 19.7202 8.46672 19.375V14.6339Z" fill="black"/></svg>');
}

/* line 1258, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-title-container .dw-sf-card-title-right div.cursor-pointer.dw-i-expand::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="0 0 18 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 10C0.5 9.65482 0.779822 9.375 1.125 9.375L17.375 9.375C17.7202 9.375 18 9.65482 18 10C18 10.3452 17.7202 10.625 17.375 10.625L1.125 10.625C0.779822 10.625 0.5 10.3452 0.5 10Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.13334 7.5C8.76515 7.5 8.46667 7.22018 8.46667 6.875L8.46667 2.13388L6.93808 3.56694C6.67773 3.81102 6.25562 3.81102 5.99527 3.56694C5.73492 3.32286 5.73492 2.92714 5.99527 2.68306L8.66194 0.183059C8.92229 -0.0610195 9.3444 -0.0610195 9.60475 0.183059L12.2714 2.68306C12.5318 2.92714 12.5318 3.32286 12.2714 3.56694C12.0111 3.81102 11.589 3.81102 11.3286 3.56694L9.80001 2.13388L9.80001 6.875C9.80001 7.22018 9.50153 7.5 9.13334 7.5Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.13338 12.5C9.50157 12.5 9.80005 12.7798 9.80005 13.125V17.8661L11.3286 16.4331C11.589 16.189 12.0111 16.189 12.2715 16.4331C12.5318 16.6771 12.5318 17.0729 12.2715 17.3169L9.60479 19.8169C9.34444 20.061 8.92233 20.061 8.66198 19.8169L5.99531 17.3169C5.73496 17.0729 5.73496 16.6771 5.99531 16.4331C6.25566 16.189 6.67777 16.189 6.93812 16.4331L8.46672 17.8661V13.125C8.46672 12.7798 8.76519 12.5 9.13338 12.5Z" fill="black"/></svg>');
}

/* line 1266, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-label-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
}

/* line 1274, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-label-container .dw-sf-card-label-left {
  color: #757575;
}

/* line 1277, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-label-container .dw-sf-card-label-right {
  text-align: right;
}

/* line 1279, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-label-container .dw-sf-card-label-right .dw-sf-card-label-action > a > span {
  vertical-align: -3px;
}

/* line 1285, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-bottom-actions-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

/* line 1290, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-bottom-actions-container .dw-sf-card-bottom-actions-left {
  color: #D31631;
  font-size: 15px;
}

/* line 1296, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-card-bottom-actions-container .dw-sf-card-bottom-actions-right .cursor-grab > div::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.4927 1.09182C10.2199 0.836091 9.78015 0.836092 9.50737 1.09182L7.10737 3.34182C6.83091 3.601 6.83091 4.02405 7.10737 4.28323C7.38015 4.53896 7.8199 4.53896 8.09268 4.28323L9.30002 3.15134V7.18752C9.30002 7.55939 9.6196 7.85002 10 7.85002C10.3804 7.85002 10.7 7.55939 10.7 7.18752V3.15134L11.9074 4.28323C12.1801 4.53896 12.6199 4.53896 12.8927 4.28323C13.1691 4.02405 13.1691 3.601 12.8927 3.34182L10.4927 1.09182ZM9.30002 12.8125V16.8487L8.09268 15.7168C7.8199 15.4611 7.38015 15.4611 7.10737 15.7168C6.83091 15.976 6.83091 16.399 7.10737 16.6582L9.50737 18.9082C9.78015 19.164 10.2199 19.164 10.4927 18.9082L12.8927 16.6582C13.1691 16.399 13.1691 15.976 12.8927 15.7168C12.6199 15.4611 12.1801 15.4611 11.9074 15.7168L10.7 16.8487V12.8125C10.7 12.4407 10.3804 12.15 10 12.15C9.6196 12.15 9.30002 12.4407 9.30002 12.8125ZM1.09182 9.50738C0.836091 9.78016 0.836092 10.2199 1.09182 10.4927L3.34182 12.8927C3.601 13.1692 4.02405 13.1692 4.28323 12.8927C4.53896 12.6199 4.53896 12.1802 4.28323 11.9074L3.15134 10.7H7.18752C7.55939 10.7 7.85002 10.3805 7.85002 10C7.85002 9.61961 7.55939 9.30004 7.18752 9.30004H3.15134L4.28323 8.09269C4.53896 7.81991 4.53896 7.38016 4.28323 7.10738C4.02405 6.83092 3.601 6.83092 3.34182 7.10738L1.09182 9.50738ZM12.8125 10.7H16.8487L15.7168 11.9074C15.4611 12.1802 15.4611 12.6199 15.7168 12.8927C15.976 13.1692 16.399 13.1692 16.6582 12.8927L18.9082 10.4927C19.164 10.2199 19.164 9.78016 18.9082 9.50738L16.6582 7.10738C16.399 6.83092 15.976 6.83092 15.7168 7.10738C15.4611 7.38016 15.4611 7.81991 15.7168 8.09269L16.8487 9.30004H12.8125C12.4407 9.30004 12.15 9.61961 12.15 10C12.15 10.3805 12.4407 10.7 12.8125 10.7Z" fill="rgb(25,118,210)"/></svg>');
}

/* line 1304, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-edit-sf-main-container #assemble, .dw-edit-sf-main-container #smart-document-requests, .dw-edit-sf-main-container #invite, .dw-edit-sf-main-container #intake, .dw-edit-sf-main-container #efile {
  margin-top: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1311, app/assets/stylesheets/pages/smart_form_assembly.scss */
#intake > .row,
#efile > .row {
  padding-top: 60px;
}

/* line 1316, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly-invite > .container-fluid > .dw-sf-section-top {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1321, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-mt-18 {
  margin-top: 18px;
}

/* line 1325, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invititations-table-title-container {
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
  margin-bottom: 14px;
}

/* line 1332, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invititations-table-title-container .dw-sf-invititations-table-title-left {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.4px;
  background: linear-gradient(120deg, #fef8e5 0%, #fef8e5 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
}

/* line 1343, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invititations-table-title-container .dw-sf-invititations-table-title-right a > .btn-default {
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

/* line 1347, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invititations-table-title-container .dw-sf-invititations-table-title-right a > .btn-default:focus {
  border-color: #1976D2;
}

/* SMART FORMS RESPONSIVE RULES */
@media screen and (max-width: 1500px) and (min-width: 1300px) {
  /* line 1358, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-left {
    flex: 0 0 300px;
  }
  /* line 1363, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.separator {
    width: 20px;
    margin: 0 3px 1px 3px;
  }
  /* line 1368, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-text {
    padding-left: 3px;
  }
  /* line 1374, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right {
    flex: 0 0 300px;
  }
  /* line 1376, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn {
    padding: 8px 16px;
    margin-right: 12px;
  }
  /* line 1380, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-review-blue-btn {
    margin-right: 0px;
  }
  /* line 1383, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-cancel-btn {
    margin-right: 12px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
  /* line 1391, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-left {
    flex: 0 0 300px;
  }
  /* line 1396, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.separator {
    width: 10px;
    margin: 0 0px 1px 0px;
    vertical-align: 0;
  }
  /* line 1402, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-number {
    display: none;
  }
  /* line 1405, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-text {
    padding-left: 0px;
  }
  /* line 1411, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right {
    flex: 0 0 300px;
  }
  /* line 1413, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn {
    padding: 8px 16px;
    margin-right: 12px;
  }
  /* line 1417, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-review-blue-btn {
    margin-right: 0px;
  }
  /* line 1420, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-cancel-btn {
    margin-right: 12px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  /* line 1428, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-left {
    display: none;
  }
  /* line 1431, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle {
    justify-content: flex-start;
    padding-left: 30px;
  }
  /* line 1435, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.separator {
    width: 16px;
    margin: 0 3px 1px 3px;
  }
  /* line 1440, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-text {
    padding-left: 4px;
  }
  /* line 1446, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right {
    flex: 0 0 300px;
  }
  /* line 1448, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn {
    padding: 8px 16px;
    margin-right: 12px;
  }
  /* line 1452, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-review-blue-btn {
    margin-right: 0px;
  }
  /* line 1455, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-cancel-btn {
    margin-right: 12px;
  }
  /* line 1462, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-assembly-container .dw-sf-assembly-content-column > .dw-sf-assembly-content-column-title .dw-sf-assembly-column-circle-outline {
    display: none;
  }
  /* line 1465, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-assembly-container .dw-sf-assembly-content-column > .dw-sf-assembly-content-column-title .dw-sf-assembly-content-column-title-text {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1473, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-left {
    display: none;
  }
  /* line 1476, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle {
    justify-content: flex-start;
    padding-left: 30px;
  }
  /* line 1480, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.separator {
    width: 10px;
    margin: 0 0px 1px 0px;
    vertical-align: 2px;
  }
  /* line 1486, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-text {
    display: none;
  }
  /* line 1492, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right {
    flex: 0 0 250px;
  }
  /* line 1494, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .btn-group > .dropdown-toggle {
    display: none;
  }
  /* line 1497, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn {
    padding: 8px 16px;
    margin-right: 0px;
  }
  /* line 1501, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-cancel-btn {
    margin-right: 12px;
  }
  /* line 1506, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-assembly-container {
    flex-direction: column;
  }
  /* line 1508, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-assembly-container .dw-sf-assembly-content-column {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 1515, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-asseble-main-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1519, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .alert-fixed, .alert-fixed-2 {
    width: 100% !important;
  }
  /* line 1522, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container {
    width: 100% !important;
  }
  /* line 1524, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-left {
    display: none;
  }
  /* line 1527, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle {
    justify-content: flex-start;
    padding-left: 15px;
  }
  /* line 1531, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.separator {
    display: none;
  }
  /* line 1535, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-number {
    width: 26px;
    height: 26px;
    padding-top: 1px;
    padding-left: 7px;
  }
  /* line 1542, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-text {
    display: none;
  }
  /* line 1548, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right {
    flex: 0 0 200px;
    padding-right: 15px;
  }
  /* line 1551, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right div > .dw-sf-top-support-btn {
    display: none;
  }
  /* line 1554, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .btn-group > .dropdown-toggle {
    display: none;
  }
  /* line 1557, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn {
    padding: 8px 16px;
    margin-right: 0px;
  }
  /* line 1560, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn span {
    display: none;
  }
  /* line 1564, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-cancel-btn {
    margin-right: 12px;
  }
  /* line 1569, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .collapsed-sidebar > #smart-form-assembly > .dw-edit-sf-main-container > .dw-sf-topbar-container,
.collapsed-sidebar > #smart-form-assembly > .alert-fixed,
.collapsed-sidebar > #smart-form-assembly > .alert-fixed-2,
.collapsed-sidebar > #smart-form-assembly > .dw-sf-topbar-container {
    width: 100% !important;
  }
  /* line 1575, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-assembly-container {
    flex-direction: column;
  }
  /* line 1577, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-assembly-container .dw-sf-assembly-content-column {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 1583, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-section-top .dw-sf-section-title {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 74px;
  }
  /* line 1589, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-assembly-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 1593, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-invititations-table-title-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  /* line 1598, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-invititations-table-title-container .dw-sf-invititations-table-title-left {
    font-size: 18px;
    margin-bottom: 4px;
  }
  /* line 1603, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .question-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1606, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .question-container .col-xs-1,
.question-container .col-xs-2,
.question-container .col-xs-3,
.question-container .col-xs-4,
.question-container .col-xs-5,
.question-container .col-xs-6,
.question-container .col-xs-7,
.question-container .col-xs-8,
.question-container .col-xs-9,
.question-container .col-xs-10,
.question-container .col-xs-11,
.question-container .col-xs-12 {
    width: 100% !important;
    padding-left: 0 !important;
    float: none !important;
  }
  /* line 1625, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .easyguide.assembly .dw-sf-section-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  /* line 1630, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .pdf-selector-container {
    padding: 30px 0 10px 30px;
  }
  /* line 1633, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #switch_forms_hint {
    display: none !important;
  }
}

/* line 1638, app/assets/stylesheets/pages/smart_form_assembly.scss */
.smart-forms-invite-modal-open-btn {
  width: 22px;
  height: 22px;
  background-color: #F0F5FB;
  border: 1px solid #1976D2;
  display: inline;
  border-radius: 100px;
  font-weight: 600;
  padding: 2px 8px 3px 8px;
}

/* line 1647, app/assets/stylesheets/pages/smart_form_assembly.scss */
.smart-forms-invite-modal-open-btn:hover {
  font-weight: 600 !important;
}

/* line 1652, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invitations-empty-container {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  border: 1px solid #E7E7E7;
  padding: 40px 30px 50px 30px;
  margin-top: 20px;
  border-radius: 15px;
}

/* line 1660, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invitations-empty-container .dw-sf-invitations-empty-img img {
  max-width: 600px;
}

/* line 1664, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invitations-empty-container .dw-sf-invitations-empty-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.4px;
  margin-top: 16px;
}

/* line 1671, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invitations-empty-container .dw-sf-invitations-empty-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  color: #757575;
  font-size: 16px;
  margin-top: 8px;
}

/* line 1677, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-invitations-empty-container a > .btn {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: #1976D2;
  margin-top: 24px;
}

/* line 1693, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-custom-questions-section-container > .question-and-comment-container > .row > .col-sm-7 .question-container p:first-child {
  max-width: calc(100% - 180px);
}

/* line 1698, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-mobile-sf-actions-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

/* line 1704, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-mobile-sf-actions-container .dw-mobile-sf-actions-left a {
  border: 1px solid #1976D2;
  padding: 3px 12px;
  border-radius: 5px;
}

/* line 1710, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-mobile-sf-actions-container .dw-mobile-sf-actions-right {
  margin-left: 12px;
}

/* line 1712, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-mobile-sf-actions-container .dw-mobile-sf-actions-right .btn.dropdown-toggle {
  color: #1976D2;
  border: 1px solid #1976D2;
  padding: 2px 12px;
  border-radius: 5px;
  background-color: #FFFFFF;
}

/* line 1719, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-mobile-sf-actions-container .dw-mobile-sf-actions-right form > .translation-button {
  border: 1px solid #1976D2;
  padding: 3px 12px;
  border-radius: 5px;
}

/* line 1727, app/assets/stylesheets/pages/smart_form_assembly.scss */
.proceed-button > .btn {
  white-space: initial !important;
}

/* line 1732, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .question-container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03) !important;
  border-radius: 8px !important;
  border: 1px solid #FFFFFF;
}

/* line 1740, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .question-container.hidden-question-container {
  border: 1px dashed #e1e1e1;
  background-color: #fafafa;
}

/* line 1745, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .question-container .dw-col-question-title {
  width: 100% !important;
}

/* line 1747, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .question-container .dw-col-question-title > p {
  margin-top: 5px;
}

/* line 1752, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .question-container p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 25px !important;
}

/* line 1761, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .question-container .btn.btn-default.form-button {
  border-radius: 8px !important;
}

/* line 1766, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .question-container select, #form-builder .question-container select:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 15px) !important;
  background-position-y: 23px !important;
  border-radius: 8px !important;
}

/* line 1777, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .input-dropdown-toggle .caret {
  border: none !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  width: 12px;
  height: 7px;
}

/* line 1786, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .select2-selection__clear {
  margin-right: 10px;
}

/* line 1789, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .select2-selection__arrow {
  margin-right: 10px;
}

/* line 1791, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .select2-selection__arrow b {
  border: none !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  width: 12px;
  height: 7px;
}

/* line 1801, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .question-container .select2 .select2-selection {
  min-height: 52px !important;
}

/* line 1806, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .input-group-btn.select-list select {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1810, app/assets/stylesheets/pages/smart_form_assembly.scss */
#form-builder .input-group-btn.select-list:after {
  display: none !important;
}

/* line 1817, app/assets/stylesheets/pages/smart_form_assembly.scss */
#matter_form .question-container {
  padding: 30px;
}

/* line 1822, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container > p.red {
  color: #B12F31 !important;
}

/* line 1826, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container > div.alert-danger > ul.text-danger > p.text-danger {
  color: #F44336 !important;
}

/* line 1830, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container > p.alert-success {
  color: #3c763d !important;
}

/* line 1834, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container > p.alert-info {
  color: #31708f !important;
}

/* line 1838, app/assets/stylesheets/pages/smart_form_assembly.scss */
.question-container > .validation_error_message {
  max-width: calc(100% - 90px);
}

@media (max-width: 365px) {
  /* line 1843, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-sf-topbar-pills-number {
    width: auto !important;
    height: auto !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    border: none !important;
  }
}

/* line 1853, app/assets/stylesheets/pages/smart_form_assembly.scss */
#smart-form-assembly > #form-builder.dw-edit-sf-main-container .col-xs-2.stacked-tabs {
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 1862, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #intake #review > #pdf-builder > iframe {
    height: calc(100vh - 135px) !important;
  }
  /* line 1865, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #intake .tab-content.easyguide-tab-content {
    padding: 7px 10px 0px 10px;
  }
  /* line 1869, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #intake #review .pdf-selector-container {
    padding: 20px 0 10px 30px;
  }
  /* line 1873, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #intake .col-xs-2.stacked-tabs {
    display: none !important;
  }
  /* line 1877, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-topbar-fix-mobile {
    width: 100% !important;
  }
  /* line 1879, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-topbar-fix-mobile .col-xs-4 {
    width: calc(100% - 100px);
  }
  /* line 1881, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-topbar-fix-mobile .col-xs-4 .bold {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 1889, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-container-fix-mobile .form-breadcrumbs {
    margin: -76px 0px 0px -11px;
  }
  /* line 1892, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-container-fix-mobile .dw-mobile-sf-actions-container {
    padding-top: 20px !important;
  }
  /* line 1895, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-container-fix-mobile .col-xs-2.stacked-tabs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 1902, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #smart-form-assembly > .alert-fixed {
    padding: 8px;
    height: 100px !important;
  }
  /* line 1906, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #smart-form-assembly > .alert-fixed-2 {
    padding: 8px;
    height: 100px !important;
    top: 100px;
  }
  /* line 1911, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #smart-form-assembly > .alert-fixed.alert-primary {
    padding: 8px;
    height: 100px !important;
  }
  /* line 1914, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #smart-form-assembly > .alert-fixed.alert-primary .pull-right {
    float: none !important;
  }
  /* line 1917, app/assets/stylesheets/pages/smart_form_assembly.scss */
  #smart-form-assembly > .alert-fixed.alert-primary .pull-right > form > input[type="submit"] {
    -webkit-appearance: none !important;
    border: 1px solid #1976D2;
    padding: 3px 8px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #1976D2;
  }
  /* line 1927, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .pt-alert {
    padding-top: 100px !important;
  }
  /* line 1930, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .pt-alert-2 {
    padding-top: 200px !important;
  }
}

/* line 1935, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-actions-dropdown-icon {
  vertical-align: -3px;
  margin-top: 6px;
  margin-right: 4px;
}

/* line 1941, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-divider {
  width: calc(100% - 86px);
  margin: 20px 0 30px 22px;
  height: 1px;
  background-color: #E7E7E7;
}

/* line 1947, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  margin: 20px 0 0 22px;
  padding: 16px;
  width: calc(100% - 86px);
}

/* line 1955, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill {
  border-radius: 5px;
  display: flex;
  padding: 7px 12px 7px 11px;
  cursor: pointer;
  text-decoration: none;
}

/* line 1961, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill .dw-sf-rev-list-db-pdf-values-pill-left {
  flex: 1;
  font-family: "Source Sans Pro", sans-serif;
  color: #5E5E5E;
  font-size: 15px;
  font-weight: 400;
}

/* line 1968, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill .dw-sf-rev-list-db-pdf-values-pill-right {
  width: 20px;
}

/* line 1970, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill .dw-sf-rev-list-db-pdf-values-pill-right .dw-sf-rev-list-db-pdf-values-pill-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #5E5E5E;
  border-radius: 4px;
  margin-top: 1px;
}

/* line 1976, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill .dw-sf-rev-list-db-pdf-values-pill-right .dw-sf-rev-list-db-pdf-values-pill-icon svg {
  margin-top: 3px;
  margin-left: 3px;
}

/* line 1982, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill.active {
  background-color: #F0EBF8;
}

/* line 1984, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill.active .dw-sf-rev-list-db-pdf-values-pill-left {
  color: #673AB7;
}

/* line 1987, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill.active .dw-sf-rev-list-db-pdf-values-pill-icon {
  border: 1px solid #673AB7;
  background-color: #FFFFFF;
}

/* line 1990, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-db-pdf-values-container .dw-sf-rev-list-db-pdf-values-pill.active .dw-sf-rev-list-db-pdf-values-pill-icon svg {
  fill: #673AB7;
}

/* line 1998, app/assets/stylesheets/pages/smart_form_assembly.scss */
.collapsed-sidebar .dw-sf-rev-list-divider,
.collapsed-sidebar .dw-sf-rev-list-db-pdf-values-container {
  width: calc(100% - 60px);
}

/* line 2003, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-rev-list-sync-db-link {
  margin: 0 0 20px 20px !important;
  color: #673AB7 !important;
}

/* line 2008, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-greencard-red-alert-pt-fix {
  padding-top: 52px;
}

@media (min-width: 860px) and (max-width: 1410px) {
  /* line 2014, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert {
    height: 68px;
  }
  /* line 2017, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert-pt-fix {
    padding-top: 68px;
  }
}

@media (min-width: 768px) and (max-width: 859px) {
  /* line 2022, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert {
    height: 80px;
  }
  /* line 2025, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert-pt-fix {
    padding-top: 80px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  /* line 2030, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert {
    height: 65px;
  }
  /* line 2033, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert-pt-fix {
    padding-top: 65px;
  }
}

@media (min-width: 422px) and (max-width: 599px) {
  /* line 2038, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert {
    height: 85px;
  }
  /* line 2041, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert-pt-fix {
    padding-top: 85px;
  }
}

@media (min-width: 320px) and (max-width: 421px) {
  /* line 2046, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert {
    height: 96px;
  }
  /* line 2049, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert-pt-fix {
    padding-top: 96px;
  }
}

@media (max-width: 319px) {
  /* line 2054, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert {
    height: 132px;
  }
  /* line 2057, app/assets/stylesheets/pages/smart_form_assembly.scss */
  .dw-greencard-red-alert-pt-fix {
    padding-top: 132px;
  }
}

/* line 2062, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-title-container {
  padding-left: 15px;
}

/* line 2065, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-create-btn {
  border-radius: 8px;
  padding: 6px 16px;
}

/* line 2069, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-document-actions-separator {
  padding: 0 5px;
}

/* line 2073, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-dropzone {
  border: 1px dashed #f9f9f9 !important;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
}

/* line 2077, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-dropzone .dz-default.dz-message {
  margin-top: 35px !important;
  margin-bottom: 36px !important;
}

/* line 2081, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-dropzone .dw-sf-dropzone-internal-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 17px;
}

/* line 2087, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-dropzone .dw-sf-dropzone-internal-title span {
  color: #1976D2;
}

/* line 2091, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-dropzone .dw-sf-dropzone-internal-formats {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #828282;
  margin-top: 8px;
}

/* line 2097, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-dropzone:hover {
  background-color: #F8FBFD !important;
}

/* line 2102, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container {
  -webkit-font-smoothing: antialiased;
  background-color: #F0F5FB;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  padding: 20px;
  border-radius: 10px;
}

/* line 2109, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-left {
  width: 29px;
  padding-top: 4px;
}

/* line 2113, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-center {
  flex: 1;
  padding-left: 15px;
}

/* line 2116, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-center .dw-sf-uploaded-file-name {
  font-size: 15px;
  color: #000000;
}

/* line 2120, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-center .dw-sf-uploaded-file-details {
  font-size: 14px;
  color: #828282;
  margin-top: 4px;
}

/* line 2124, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-center .dw-sf-uploaded-file-details span {
  margin: 0 6px;
}

/* line 2129, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-right {
  width: 100px;
  text-align: right;
}

/* line 2132, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-right .dw-sf-uploaded-file-remove-icon {
  margin-top: 7px;
  cursor: pointer;
}

/* line 2136, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-right .dw-sf-uploaded-file-review-edit {
  margin-top: 6px;
}

/* line 2138, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-right .dw-sf-uploaded-file-review-edit a {
  text-decoration: none;
  font-size: 14px;
}

/* line 2143, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-right .dw-sf-uploaded-file-review-edit .btn-review-and-edit {
  position: relative;
  margin-top: 10px;
  background-color: #1976D2;
  color: #FFFFFF;
  border-radius: 8px;
}

/* line 2151, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-right .dw-sf-smart-document-status-container {
  margin-top: 6px;
}

/* line 2153, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-uploaded-file-container .dw-sf-uploaded-file-right .dw-sf-smart-document-status-container i {
  margin-right: 2px;
}

/* line 2160, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-container {
  -webkit-font-smoothing: antialiased;
  background-color: #FFF7D8;
  color: #000000;
  border-radius: 10px;
  padding: 10px 16px;
  margin-top: 21px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 2170, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-container .dw-sf-documents-dos-donts-left {
  width: 17px;
}

/* line 2173, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-container .dw-sf-documents-dos-donts-center {
  flex: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  padding-left: 4px;
}

/* line 2179, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-container .dw-sf-documents-dos-donts-right {
  width: 12px;
  padding-top: 2px;
}

/* line 2185, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-txt-container {
  -webkit-font-smoothing: antialiased;
  border: 1px solid #e7e7e7;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 16px;
  border-radius: 10px;
  margin-top: 8px;
}

/* line 2192, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-txt-container .dw-sf-documents-dos-donts-txt-title {
  font-size: 15px;
  font-weight: 600;
}

/* line 2195, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-txt-container .dw-sf-documents-dos-donts-txt-title.dw-do-txt-color {
  color: #3c763d;
}

/* line 2198, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-txt-container .dw-sf-documents-dos-donts-txt-title.dw-dont-txt-color {
  color: #D31631;
}

/* line 2202, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-txt-container .dw-sf-documents-dos-donts-txt-do-ul {
  font-size: 14px;
  padding-left: 0;
  list-style-type: none;
}

/* line 2206, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-txt-container .dw-sf-documents-dos-donts-txt-do-ul li::before {
  content: "✓";
  color: #3c763d;
  margin-right: 8px;
}

/* line 2212, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-txt-container .dw-sf-documents-dos-donts-txt-dont-ul {
  font-size: 14px;
  padding-left: 0;
  list-style-type: none;
}

/* line 2216, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-documents-dos-donts-txt-container .dw-sf-documents-dos-donts-txt-dont-ul li::before {
  content: "✗";
  color: #D31631;
  margin-right: 8px;
}

/* line 2225, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-document-req-empty-state .dw-sf-invitations-empty-img {
  margin-top: 10px;
  margin-bottom: 40px;
}

/* line 2229, app/assets/stylesheets/pages/smart_form_assembly.scss */
.dw-sf-document-req-empty-state a > .btn {
  margin-bottom: 20px;
}
/* line 3, app/assets/stylesheets/pages/tasks.scss */
.tasks-container {
  padding: 0px 20%;
}

/* line 5, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .form-control.task-input {
  height: 58px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  border-radius: 100px !important;
}

/* line 10, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container {
  margin-top: 25px;
}

/* line 12, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container .task-action-button {
  margin-bottom: 5px;
}

/* line 15, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list {
  clear: both;
  list-style: none;
  padding: 0px;
  margin-top: 10px;
  border: 1px solid #e1e1e1;
  background: #FFFFFF;
}

/* line 22, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li {
  padding: 10px 15px;
  transition: all 0.15s ease-in-out;
}

/* line 25, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li .task-checkbox {
  position: absolute;
}

/* line 28, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li:first-child {
  padding-top: 10px;
}

/* line 31, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li:last-child {
  padding-bottom: 10px;
}

/* line 34, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li label {
  margin-left: 25px;
}

/* line 37, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li .task-edit-button {
  margin-top: 3px;
  padding: 11px;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li .task-subtitle {
  opacity: 0.6;
}

/* line 44, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li .task-subtitle .btn-xs {
  margin: 5px 5px 0px 0px;
  border: 0px;
}

/* line 48, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li .task-subtitle .glyphicon {
  padding-right: 0px;
}

/* line 52, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li .subtitle-button:hover, .tasks-container .task-list-container ul.task-list li .subtitle-button:focus, .tasks-container .task-list-container ul.task-list li .subtitle-button:active, .tasks-container .task-list-container ul.task-list li .subtitle-button:visited {
  background: #FFFFFF;
}

/* line 55, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li:hover {
  background: #fafafa;
}

/* line 58, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li:hover .task-subtitle {
  transition: all 0.15s ease-in-out;
  opacity: 1;
}

/* line 61, app/assets/stylesheets/pages/tasks.scss */
.tasks-container .task-list-container ul.task-list li:hover .task-subtitle .btn-xs {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

/* line 70, app/assets/stylesheets/pages/tasks.scss */
li.complete label .task-title {
  text-decoration: line-through;
  opacity: 0.7;
}

/* line 75, app/assets/stylesheets/pages/tasks.scss */
.embedded-task-input {
  height: 42px;
}

/* line 79, app/assets/stylesheets/pages/tasks.scss */
.task-instructions {
  background: #FFFFFF;
  margin: 40px 0px;
  padding: 40px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

/* line 85, app/assets/stylesheets/pages/tasks.scss */
.task-instructions img {
  width: 100%;
}

/* line 90, app/assets/stylesheets/pages/tasks.scss */
.new-tasklist-container {
  text-align: right;
  margin: 0px 30px;
}

/* line 95, app/assets/stylesheets/pages/tasks.scss */
.flatpickr-input {
  border: 0px;
  width: 64px;
  font-size: 11px;
  font-family: "Source Sans Pro", sans-serif;
}
/* User type modal */
/* line 5, app/assets/stylesheets/pages/user_type_modal.scss */
#user_type_modal, #naturalization_user_type_modal, .confirmation-modal {
  text-align: center;
}

/* line 9, app/assets/stylesheets/pages/user_type_modal.scss */
#user_type_modal button, #naturalization_user_type_modal button, .confirmation-modal button, .modal-button-wrapper button {
  width: 49%;
}

/* line 13, app/assets/stylesheets/pages/user_type_modal.scss */
#user_type_modal .button-wrapper, #naturalization_user_type_modal .button-wrapper, .input-wrapper, .confirmation-modal .button-wrapper {
  padding: 20px 50px;
}

@media screen and (min-width: 768px) {
  /* line 16, app/assets/stylesheets/pages/user_type_modal.scss */
  .small-modal {
    width: 75%;
    margin: 0 auto;
  }
}

/* line 22, app/assets/stylesheets/pages/user_type_modal.scss */
#choose_form_modal .modal-button-wrapper {
  padding: 20px 20px;
}
/* line 1, app/assets/stylesheets/per_page_selector.scss */
.per-page-selector {
  display: flex;
  margin: 0;
  align-items: center;
  color: #777777;
  height: 36px;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #000000;
}

/* line 15, app/assets/stylesheets/per_page_selector.scss */
.per-page-selector span {
  margin: 0;
}

/* line 18, app/assets/stylesheets/per_page_selector.scss */
.per-page-selector .per-page-selector-divider {
  color: #ededed;
  font-size: 11px;
  margin: 0 2px;
}

/* line 25, app/assets/stylesheets/per_page_selector.scss */
#bottom-paginator-container {
  margin-top: 15px;
  display: flex;
  justify-content: right;
  align-items: center;
}

/* line 30, app/assets/stylesheets/per_page_selector.scss */
#bottom-paginator-container nav {
  margin-left: 8px;
}

/* line 33, app/assets/stylesheets/per_page_selector.scss */
#bottom-paginator-container .ajax-pagination {
  margin: 0;
}
/* line 3, app/assets/stylesheets/smart_forms.scss */
.advanced {
  cursor: pointer;
  margin-bottom: 0px;
}

/* line 8, app/assets/stylesheets/smart_forms.scss */
.editable {
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/smart_forms.scss */
.editable:hover:after {
  color: #44505D;
}

/* line 13, app/assets/stylesheets/smart_forms.scss */
.editable:after {
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #909090;
  content: ' \270f';
  -webkit-font-smoothing: antialiased;
}

/* line 25, app/assets/stylesheets/smart_forms.scss */
.actionable {
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/smart_forms.scss */
.actionable:hover:after {
  color: #44505D;
}

/* line 30, app/assets/stylesheets/smart_forms.scss */
.actionable:after {
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #909090;
  content: " \e235";
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 992px) {
  /* line 42, app/assets/stylesheets/smart_forms.scss */
  #mobile-form-actions {
    display: none !important;
  }
  /* line 45, app/assets/stylesheets/smart_forms.scss */
  #mobile-form-actions a {
    display: none !important;
  }
}

/* line 51, app/assets/stylesheets/smart_forms.scss */
.questions-search {
  display: block !important;
  min-height: 0px;
  padding-bottom: 0px;
}

/* line 57, app/assets/stylesheets/smart_forms.scss */
.hide-temp {
  display: none !important;
}

/* line 61, app/assets/stylesheets/smart_forms.scss */
.file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 70, app/assets/stylesheets/smart_forms.scss */
.comments-container {
  border-radius: 4px;
  background: #fff;
}

/* line 75, app/assets/stylesheets/smart_forms.scss */
.comment-container {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
  position: relative;
}

/* line 81, app/assets/stylesheets/smart_forms.scss */
.comment-container.last-comment {
  border-bottom: none;
}

/* line 85, app/assets/stylesheets/smart_forms.scss */
.comment-avatar {
  background: black;
  border-radius: 50%;
  color: white;
  height: 32px;
  padding: 6px;
  text-align: center;
  width: 32px;
}

/* line 95, app/assets/stylesheets/smart_forms.scss */
.question-and-comment-container > .row > .col-sm-7 {
  min-height: 0px !important;
}

/* line 99, app/assets/stylesheets/smart_forms.scss */
.question-and-comment-container > .row > .col-sm-5 {
  min-height: 0px !important;
}

/* line 103, app/assets/stylesheets/smart_forms.scss */
.reorder-custom-questions {
  color: #BCBCBC;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 108, app/assets/stylesheets/smart_forms.scss */
.message-container {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  border-radius: 3px;
  color: #BCBCBC;
  display: flex;
  align-items: center;
  position: absolute;
  left: 125%;
  top: -14px;
}

/* line 119, app/assets/stylesheets/smart_forms.scss */
.left-arrow-shape {
  background-image: url(/assets/left-side-tag.svg);
  width: 14px;
  height: 31px;
}

/* line 124, app/assets/stylesheets/smart_forms.scss */
.right-text-content {
  height: 31px;
  padding-right: 16px;
  padding-left: 3px;
  display: flex;
  align-items: center;
  border-top: 1px dashed #E1E1E1;
  border-bottom: 1px dashed #E1E1E1;
  border-right: 1px dashed #E1E1E1;
  border-left: none !important;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 274px;
  padding: 8px 12px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #BCBCBC;
}

/* line 150, app/assets/stylesheets/smart_forms.scss */
#income-ticker-container {
  border-top: 1px solid #e1e1e1;
  padding: 10px 15px;
}

/* line 153, app/assets/stylesheets/smart_forms.scss */
#income-ticker-container .title {
  margin: 15px 0px 0px 0px;
  font-size: 12px;
  color: #909090;
}

/* line 158, app/assets/stylesheets/smart_forms.scss */
#income-ticker-container .body {
  font-size: 45px;
  font-weight: bold;
  color: #1976D2;
}

/* line 165, app/assets/stylesheets/smart_forms.scss */
.mt-72 {
  margin-top: 72px;
}

/* line 169, app/assets/stylesheets/smart_forms.scss */
.smart-form-select2 {
  margin-bottom: 10px;
}

/* line 174, app/assets/stylesheets/smart_forms.scss */
.inline-form-column .smart-form-select2 {
  margin-bottom: 0px;
}

/* line 179, app/assets/stylesheets/smart_forms.scss */
.assembly-form-name {
  color: #44505D;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/smart_forms.scss */
#form-builder
#edit-form-name .editable {
  font-weight: 600;
}

/* line 193, app/assets/stylesheets/smart_forms.scss */
.form-card {
  margin-top: 24px;
}

/* line 198, app/assets/stylesheets/smart_forms.scss */
#assembly-form .question-container {
  min-height: 460px;
}

/* line 203, app/assets/stylesheets/smart_forms.scss */
.hidden-question-container {
  background: #fafafa;
  box-shadow: none;
  border: 1px dashed #e1e1e1;
}

/* line 207, app/assets/stylesheets/smart_forms.scss */
.hidden-question-container p {
  color: #BCBCBC;
}

/* line 212, app/assets/stylesheets/smart_forms.scss */
.empty_custom_category {
  width: 100%;
  margin-top: 1%;
  text-align: center;
  color: #44505D;
  font-family: 'Source Sans Pro';
  font-style: normal;
}

/* line 219, app/assets/stylesheets/smart_forms.scss */
.empty_custom_category .empty_custom_category_img {
  background-image: url(/assets/empty_custom_questions-8a53f6e3f8e8f3c1231462c4324cf20dab873a8ce3d23c3b4f7a68f56822702c.png);
  width: 550px;
  height: 526px;
  background-size: contain;
  margin: 0 25px;
  display: inline-block;
}

/* line 227, app/assets/stylesheets/smart_forms.scss */
.empty_custom_category h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
}

/* line 232, app/assets/stylesheets/smart_forms.scss */
.empty_custom_category p {
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/* line 241, app/assets/stylesheets/smart_forms.scss */
.action-buttons-container {
  position: absolute;
  display: inline;
  right: 3%;
}

/* line 245, app/assets/stylesheets/smart_forms.scss */
.action-buttons-container .new-custom-question-button {
  border-radius: 4px;
  display: inline-flex;
  font-size: 14px;
  height: 35px;
  padding: 7px 16px;
}

/* line 252, app/assets/stylesheets/smart_forms.scss */
.action-buttons-container .import-questions-button {
  border: none;
  background: none;
  color: #1976D2;
}

/* line 257, app/assets/stylesheets/smart_forms.scss */
.action-buttons-container .disabled-import-questions-button {
  border: none;
  background: none;
  color: #44505D;
  opacity: 60%;
}

/* line 266, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .search-questions-input {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 22px;
}

/* line 277, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container {
  border-bottom: solid;
  border-bottom-color: #E5E5E5;
  margin-bottom: 14px;
}

/* line 281, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card {
  width: 100%;
  margin: 0px;
}

/* line 284, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card .question-and-custom-attribute-info {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
}

/* line 288, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card .question-and-custom-attribute-info .question-title {
  font-size: 16px;
  line-height: 20px;
}

/* line 292, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card .question-and-custom-attribute-info .question-type {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #1976D2;
  background: rgba(25, 118, 210, 0.15);
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px 2px 8px;
  display: inline-block;
}

/* line 303, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card .question-and-custom-attribute-info .custom-attribute-name {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #673AB7;
  background: rgba(103, 58, 183, 0.15);
  border-radius: 5px;
  display: inline-block;
  width: auto;
  padding: 2px 8px 2px 8px;
}

/* line 315, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card .actions-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 319, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card .actions-section .imported-question-msg {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #B0B0B0;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
}

/* line 331, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card .actions-section .check-fill-circle {
  color: #B0B0B0;
}

/* line 334, app/assets/stylesheets/smart_forms.scss */
.import_custom_question_modal_body .question_card_container .import_custom_question_modal_card .actions-section .import-question-button {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 4px 21px 5px 21px;
  background: #1976D2;
  border-radius: 5px;
  width: 80px;
  height: 25px;
  color: #FFFFFF;
}

/* line 355, app/assets/stylesheets/smart_forms.scss */
.delete-custom-category-button {
  background-color: transparent;
  margin-top: 15px;
  color: #D31631;
  padding-left: 0px;
}

/* line 362, app/assets/stylesheets/smart_forms.scss */
#smart-form-search {
  min-height: 50px;
}

/* line 364, app/assets/stylesheets/smart_forms.scss */
#smart-form-search .form-control {
  border: 0px !important;
  box-shadow: none;
  min-height: 50px;
  background: #fff;
}

/* line 370, app/assets/stylesheets/smart_forms.scss */
#smart-form-search .input-group-addon {
  border: 0px !important;
  color: #1976D2;
  background: #fff;
  padding: 0px 0px 0px 12px;
  font-size: 16px;
}

/* line 379, app/assets/stylesheets/smart_forms.scss */
#new_question_modal {
  font-family: 'Source Sans Pro';
  font-style: normal;
}

/* line 383, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .custom-attribute-checkbox {
  width: 13px;
  height: 13px;
  border-radius: 3px;
}

/* line 388, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .custom-attr-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: inline;
}

/* line 394, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .disabled-label {
  color: #A7A7A7;
}

/* line 397, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .upgrade-notification {
  display: inline;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #1976D2;
  padding: 2px 7px 2px 7px;
  margin-left: 7px;
  background: rgba(25, 118, 210, 0.15);
  border-radius: 5px;
}

/* line 408, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .new-question-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
}

/* line 414, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .new-question-text-box {
  box-sizing: border-box;
  width: 418px;
  height: 130px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
}

/* line 422, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .new-question-type-group {
  margin-bottom: 20px;
}

/* line 425, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .new-question-modal-button {
  width: 100%;
  margin-top: 10px;
}

/* line 429, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .centered_text {
  text-align: center;
}

/* line 432, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .gray-color {
  color: #828282;
}

/* line 435, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .floating-label {
  margin-bottom: 12px;
  margin-top: 25px;
}

/* line 439, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .select-type {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}

/* line 451, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .adjusted-width {
  width: 93%;
}

/* line 454, app/assets/stylesheets/smart_forms.scss */
#new_question_modal .cancel-custom-question-list-item {
  top: -26px;
  left: 94%;
}

/* line 460, app/assets/stylesheets/smart_forms.scss */
#save_as_template_form_modal {
  font-family: 'Source Sans Pro';
  font-style: normal;
}

/* line 463, app/assets/stylesheets/smart_forms.scss */
#save_as_template_form_modal .smart-form-template-form-labels {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
}

/* line 469, app/assets/stylesheets/smart_forms.scss */
#save_as_template_form_modal .save-as-template-modal-button {
  width: 100%;
  margin-top: 10px;
}

/* line 473, app/assets/stylesheets/smart_forms.scss */
#save_as_template_form_modal .select-type {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
}

/* line 485, app/assets/stylesheets/smart_forms.scss */
#save_as_template_form_modal .light-gray-color {
  color: #999999;
}

/* line 490, app/assets/stylesheets/smart_forms.scss */
#new_question_custom_attribute_modal {
  font-family: 'Source Sans Pro';
  font-style: normal;
}

/* line 494, app/assets/stylesheets/smart_forms.scss */
#new_question_custom_attribute_modal .new-custom-attribute-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
}

/* line 501, app/assets/stylesheets/smart_forms.scss */
#new_question_custom_attribute_modal .select-type {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}

/* line 514, app/assets/stylesheets/smart_forms.scss */
#new_question_custom_attribute_modal .cancel-custom-attribute-list-item {
  top: -26px;
  left: 94%;
}

/* line 519, app/assets/stylesheets/smart_forms.scss */
#new_question_custom_attribute_modal .new-custom-attribute-modal-button {
  width: 100%;
  margin-top: 10px;
}

/* line 526, app/assets/stylesheets/smart_forms.scss */
.save-as-template-form-modal .modal-content {
  margin: 0 75px 0 75px;
}

/* line 529, app/assets/stylesheets/smart_forms.scss */
.save-as-template-form-modal .smart-form-template-form-labels {
  margin-bottom: 12px;
}

/* line 532, app/assets/stylesheets/smart_forms.scss */
.save-as-template-form-modal .save-template-input-wrapper {
  padding: 0px;
}

/* line 535, app/assets/stylesheets/smart_forms.scss */
.save-as-template-form-modal .save-as-template-modal-button {
  height: 34px;
}

/* line 541, app/assets/stylesheets/smart_forms.scss */
.custom-roles-cards .form-app-role-relation {
  width: auto;
  padding: 0px;
  margin-bottom: 20px;
}

/* line 546, app/assets/stylesheets/smart_forms.scss */
.custom-roles-cards .form-app-role-relation .arrow-right-label {
  top: 5px;
}

/* line 549, app/assets/stylesheets/smart_forms.scss */
.custom-roles-cards .form-app-role-relation .form-type-label {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
  display: inline;
}

/* line 558, app/assets/stylesheets/smart_forms.scss */
.custom-roles-cards .form-app-role-relation .app-role-type-label {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #1976D2;
  background: rgba(25, 118, 210, 0.15);
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px 2px 8px;
  display: inline-block;
  margin: 0px;
}

/* line 573, app/assets/stylesheets/smart_forms.scss */
.custom-roles-cards .forms-and-tabs {
  width: auto;
  padding: 0px;
  margin-bottom: 10px;
}

/* line 578, app/assets/stylesheets/smart_forms.scss */
.custom-roles-cards .forms-and-tabs .arrow-right-label {
  top: 5px;
}

/* line 581, app/assets/stylesheets/smart_forms.scss */
.custom-roles-cards .forms-and-tabs .custom-tab-label {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #44505D;
  display: inline;
  margin-bottom: 12px;
}

/* line 592, app/assets/stylesheets/smart_forms.scss */
.custom-roles-cards .forms-and-tabs-label {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #44505D;
}

/* line 603, app/assets/stylesheets/smart_forms.scss */
#sync-documents-modal .sync-document-modal-button {
  width: 100%;
  margin-top: 10px;
}

/* line 608, app/assets/stylesheets/smart_forms.scss */
#sync-documents-modal .documents-container p.documents-list-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

/* line 616, app/assets/stylesheets/smart_forms.scss */
#sync-documents-modal .document-item {
  border-bottom: 2px solid #E5E5E5;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

/* line 623, app/assets/stylesheets/smart_forms.scss */
#sync-documents-modal .document-item .file-category {
  margin-right: 16px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
}

/* line 629, app/assets/stylesheets/smart_forms.scss */
#sync-documents-modal .document-item .file-smartform-section {
  background-color: #FFCA2826;
  color: #B58800;
}

/* line 632, app/assets/stylesheets/smart_forms.scss */
#sync-documents-modal .document-item .file-smartform-section::after {
  content: "Document";
}

/* line 637, app/assets/stylesheets/smart_forms.scss */
#sync-documents-modal .document-item .smart-smartform-section {
  background-color: #1976D226;
  color: #1976D2;
}

/* line 640, app/assets/stylesheets/smart_forms.scss */
#sync-documents-modal .document-item .smart-smartform-section::after {
  content: "Form";
}

/* line 650, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container {
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

/* line 653, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-graphic {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

/* line 657, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-graphic img {
  width: 100%;
  max-width: 898px;
}

/* line 662, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12px;
  margin-top: 21px;
}

/* line 670, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-input {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

/* line 675, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-input .dw-new-custom-qcategory-name-input {
  font-size: 50px;
  padding: 0 24px;
  color: #000000;
  background-color: transparent;
  width: 100%;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
}

/* line 686, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-input .dw-new-custom-qcategory-name-input::-moz-placeholder {
  color: #DEDEDE;
}
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-input .dw-new-custom-qcategory-name-input:-ms-input-placeholder {
  color: #DEDEDE;
}
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-input .dw-new-custom-qcategory-name-input::placeholder {
  color: #DEDEDE;
}

/* line 691, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-button {
  margin-top: 48px;
}

/* line 693, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-button a.btn {
  background-color: #1976D2;
  color: #FFFFFF;
  padding: 12px 71px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
}

/* line 703, app/assets/stylesheets/smart_forms.scss */
.dw-add-other-requests-tab-container .dw-add-other-requests-tab-description {
  max-width: 520px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
  font-size: 14px;
  color: #5E5E5E;
  line-height: 24px;
}

/* line 715, app/assets/stylesheets/smart_forms.scss */
.no-questions-found {
  width: 100%;
  margin-top: 19px;
  font-size: 16px;
  font-weight: 600;
  color: #5E5E5E;
  border-bottom: 1px solid #EDEDEF;
  padding-bottom: 32px;
  text-align: center;
}

/* line 726, app/assets/stylesheets/smart_forms.scss */
.contact-trips-visited-countries > .tokenfield.form-control {
  height: auto !important;
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border: 1px solid #E1E1E1 !important;
  margin-bottom: 10px;
}

/* line 740, app/assets/stylesheets/smart_forms.scss */
.new-template-alert,
.old-template-alert {
  z-index: 1000 !important;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJRgVThLs8Y7ETJzDCYFCSLE.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZiMaisvaUVUsYyVzOmndek.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJbBAWGjcah5Ky0jbCgIwDB8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJf14vlcfyPYlAcQy2UfDRm4.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJafJul7RR1X4poJgi27uS4w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJavyPXdneeGd26m9EmFSSWg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJUo2lTMeWA_kmIyWrkNCwPc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjTOQ_MqJVwkKsUn0wKzc2I.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjUj_cnvWIuuBMVgbX098Mw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZkbcKLIaa1LC45dFaAfauRA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zmo_sUJ8uO4YLWRInS22T3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zr6up8jxqWt8HVA3mDhkV_0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZiYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZ6iIh_FvlUHQwED9Yt5Kbw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS_vZmeiCMnoWNN9rHBYaTc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJSFaMxiho_5XQnyRZzQsrZs.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJQalQocB-__pDVGhF3uS2Ks.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJWhQUTDJGru-0vvUpABgH8I.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJejkDdvhIIFj_YMdgqpnSB0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJYlIZu-HDpmDIZMigmsroc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-title {
  font-weight: 700;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-message a, .toast-message label {
  color: #FFF;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container * {
  box-sizing: border-box;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast {
  background-color: #030303;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-success {
  background-color: #51A351;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-error {
  background-color: #BD362F;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-warning {
  background-color: #F89406;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* line 5, app/assets/stylesheets/svg_forms.scss */
#wrapper {
  position: relative;
  width: 100%;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 12, app/assets/stylesheets/svg_forms.scss */
#template-menu {
  background-color: black;
  color: white;
  left: 0px;
  margin: 0px;
  opacity: 0.8;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 9999;
}

/* line 26, app/assets/stylesheets/svg_forms.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 30, app/assets/stylesheets/svg_forms.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 34, app/assets/stylesheets/svg_forms.scss */
.template-menu-action {
  border: solid 2px white;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px 10px 5px 10px;
  padding: 5px;
}

/* line 42, app/assets/stylesheets/svg_forms.scss */
button.template-menu-action {
  background-color: black;
  color: white;
}

/* line 47, app/assets/stylesheets/svg_forms.scss */
.form-svg {
  width: 1000px;
}

/* line 51, app/assets/stylesheets/svg_forms.scss */
.page-container {
  position: relative;
  width: 1000px;
  height: 1294px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-bottom: 40px;
}

/* line 60, app/assets/stylesheets/svg_forms.scss */
#table-of-contents > .edit_table_of_content > .page-container {
  width: 100% !important;
}

/* line 64, app/assets/stylesheets/svg_forms.scss */
.editable-input {
  cursor: pointer;
}

/* line 68, app/assets/stylesheets/svg_forms.scss */
.svg-input {
  border: none;
  background: transparent;
  font-size: 15px;
  color: black;
  width: 100%;
  height: 100%;
}

/* line 77, app/assets/stylesheets/svg_forms.scss */
.svg-option-input {
  color: transparent;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 0 black;
}

/* line 83, app/assets/stylesheets/svg_forms.scss */
.svg-option-input:focus {
  outline: none;
}

/* line 88, app/assets/stylesheets/svg_forms.scss */
.svg-input-with-icon i {
  font-size: 18px !important;
  position: absolute !important;
  right: 0px !important;
  top: -4px !important;
  padding: 9px 8px !important;
  color: #65D3C2 !important;
  transition: .3s !important;
}

/* line 98, app/assets/stylesheets/svg_forms.scss */
.option-input {
  text-align: center;
  cursor: pointer;
  color: transparent;
  text-shadow: 0 0 0 black;
}

/* line 105, app/assets/stylesheets/svg_forms.scss */
.edit-popover {
  margin: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 350px;
  background-color: 'white';
  z-index: 1;
  overflow: auto;
}

/* line 118, app/assets/stylesheets/svg_forms.scss */
.edit-popover-header {
  padding: 8px 14px;
  margin: 0;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-family: 'Roboto Slab';
}

/* line 127, app/assets/stylesheets/svg_forms.scss */
.edit-popover-header h3 {
  display: inline;
}

/* line 131, app/assets/stylesheets/svg_forms.scss */
.edit-popover-header span {
  float: right;
  cursor: pointer;
}

/* line 137, app/assets/stylesheets/svg_forms.scss */
.edit-popover-body {
  padding: 5px;
}

/* line 141, app/assets/stylesheets/svg_forms.scss */
.edit-popover-input-container {
  margin-top: 10px;
}

/* line 145, app/assets/stylesheets/svg_forms.scss */
.edit-popover-input {
  display: block;
  width: 92%;
  height: 22px;
  padding: 6px 12px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 154, app/assets/stylesheets/svg_forms.scss */
input.edit-popover-input[type="checkbox"] {
  height: 13px;
  width: 13px;
}

/* line 159, app/assets/stylesheets/svg_forms.scss */
select.edit-popover-input {
  height: 38px;
  width: 100%;
}

/* line 164, app/assets/stylesheets/svg_forms.scss */
.edit-popover-advanced {
  cursor: pointer;
}

/* line 168, app/assets/stylesheets/svg_forms.scss */
.admin-back-button {
  float: left;
  position: relative;
  z-index: 9999;
}

/* line 174, app/assets/stylesheets/svg_forms.scss */
.move-cursor {
  cursor: move;
}

/* line 178, app/assets/stylesheets/svg_forms.scss */
.addendum-title {
  font-size: 18px !important;
}
/* line 1, app/assets/stylesheets/tokenfield-custom.scss */
.autoselected {
  margin-bottom: 5px;
}
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #8fe0d4;
}
.ui-helper-hidden-accessible {
  display: none;
}
/* line 4, app/assets/stylesheets/user_text_messaging.scss */
.subscription-paragraph {
  max-width: 550px;
  color: #777;
}

/* line 9, app/assets/stylesheets/user_text_messaging.scss */
.popover-text-messaging-paywall {
  min-width: 250px;
}

/* line 13, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-remaining-messages-text {
  display: none;
}

/* line 18, app/assets/stylesheets/user_text_messaging.scss */
#paywall-sms-chat-modal p {
  line-height: 30px;
}

/* line 20, app/assets/stylesheets/user_text_messaging.scss */
#paywall-sms-chat-modal p:last-child {
  margin-bottom: 40px;
}

/* line 26, app/assets/stylesheets/user_text_messaging.scss */
#paywall-sms-chat-modal .gif-container img {
  width: 100%;
  margin: 0;
  max-width: 100%;
  border: 2px solid #e5e5e5;
}

/* line 37, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-new-conversation-modal .modal-body,
#edit-conversation-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 41, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-new-conversation-modal .input-wrapper,
#edit-conversation-modal .input-wrapper {
  padding: 0 0 7px 0;
}

/* line 44, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-new-conversation-modal #text-messaging-new-conversation-add-client-or-matter-checkbox-wrapper,
#edit-conversation-modal #text-messaging-new-conversation-add-client-or-matter-checkbox-wrapper {
  padding-bottom: 7px !important;
}

/* line 50, app/assets/stylesheets/user_text_messaging.scss */
#edit-conversation-modal #text-messaging-new-conversation-client-input-wrapper {
  padding: 20px 0;
}

/* line 55, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 110;
}

/* line 62, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard #back-of-text-messaging-dashboard {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 68, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard.disabled {
  visibility: hidden;
}

/* line 72, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .uppercase {
  text-transform: uppercase;
}

/* line 76, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .btn-no-bg,
#text-messaging-dashboard .btn-no-bg:hover {
  background-color: transparent !important;
}

/* line 81, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .inner-text-messaging-dashboard {
  position: absolute;
  width: calc(100% - 100px) !important;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: #fff;
  transition: transform 300ms ease-in-out;
}

/* line 94, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .inner-text-messaging-dashboard.hide-at-left {
  transform: translateX(-100%);
  transition: transform 300ms ease-in-out;
}

/* line 100, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .conversation-name-date {
  padding-top: 18px;
  display: flex;
}

/* line 103, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .conversation-name-date .name {
  flex: 0 0 70%;
  margin: 0 0 5px 0;
  font-size: 17px;
  word-wrap: break-word;
}

/* line 110, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .conversation-name-date .date {
  flex: 0 0 30%;
  top: 0;
  right: 10px;
  font-size: 12px;
  text-align: right;
}

/* line 119, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .border-bottom {
  border-bottom: 1px solid #dddddd;
}

/* line 123, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .left-column {
  vertical-align: top;
  width: 25%;
  min-width: 350px;
}

/* line 128, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .left-column .input-group {
  margin: 10px;
  width: calc(100% - 20px);
}

/* line 132, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .left-column .input-group-addon {
  border: none !important;
  background-color: transparent;
}

/* line 136, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .left-column input[type=search] {
  border: none !important;
  margin-top: 0;
  box-shadow: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

/* line 145, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .first-row,
#text-messaging-dashboard .second-row {
  height: 50px;
}

/* line 149, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .first-row .right-column,
#text-messaging-dashboard .second-row .right-column {
  border: 0;
}

/* line 155, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .second-row .right-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 5px;
}

/* line 163, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .second-row .right-column p {
  font-size: 15px;
  color: #a1a1a1;
}

/* line 168, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .second-row .right-column .glyphicon {
  cursor: pointer;
}

/* line 174, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .first-row {
  vertical-align: middle;
}

/* line 176, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .first-row .left-column,
#text-messaging-dashboard .first-row .right-column {
  vertical-align: middle;
}

/* line 181, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .first-row .right-column {
  display: flex;
  justify-content: space-between;
}

/* line 185, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .first-row .right-column .close {
  margin-right: 20px;
  padding: 0;
  font-size: 42px;
}

/* line 192, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .first-row .btn {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* line 199, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .third-row .right-column {
  border: 1px solid #dddddd;
  border-right: 0;
  vertical-align: top;
}

/* line 206, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .zero-spacing {
  margin: 0;
  padding: 0;
}

/* line 211, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard table {
  height: 100%;
  width: 100%;
}

/* line 216, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard table td,
#text-messaging-dashboard table th {
  border-right: 1px solid #dddddd;
}

/* line 222, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .third-row .left-column {
  border-right: 0;
}

/* line 226, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard table tr td:last-child {
  white-space: nowrap;
  width: 1px;
}

/* line 231, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard table th:first-child {
  width: 150px;
}

/* line 235, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard #textarea-input {
  border: none;
  border-top: 1px solid #e7e7e7;
  outline: none;
  resize: none;
  padding: 10px;
  margin: 0;
  width: 100%;
  max-height: 30%;
  height: 30%;
}

/* line 247, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container {
  height: 70%;
  overflow-y: scroll;
  border-right: 0;
}

/* line 252, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list {
  padding-left: 0;
}

/* line 254, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li {
  display: flex;
  flex-direction: column;
}

/* line 258, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li p {
  right: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: calc(100% - 100px);
  color: #4e5b68;
  font-weight: 500;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 10px;
  margin: 10px 10px 0 10px;
  min-width: 50px;
  max-width: 550px;
}

/* line 274, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li .timestamp {
  margin: 2px 12px;
  color: #777;
}

/* line 280, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.date p {
  background-color: transparent;
  border: none;
  color: #1a384e;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

/* line 291, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender {
  text-align: left;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

/* line 297, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender p {
  position: relative;
  right: 0;
  background-color: #0076d9;
  border-color: #0076d9;
  color: white;
  white-space: pre-wrap;
}

/* line 306, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-sending {
  text-align: left;
  display: flex;
  justify-content: flex-end;
}

/* line 311, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-sending p {
  position: relative;
  white-space: pre-wrap;
  right: 0;
}

/* line 318, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-undelivered {
  text-align: left;
  display: flex;
  justify-content: flex-end;
}

/* line 323, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-undelivered p {
  position: relative;
  white-space: pre-wrap;
  right: 0;
}

/* line 328, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-undelivered p::after {
  content: 'undelivered';
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -25px;
  right: 5px;
  margin-bottom: 7px;
}

/* line 340, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-created {
  text-align: left;
  display: flex;
  justify-content: flex-end;
}

/* line 345, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-created p {
  position: relative;
  white-space: pre-wrap;
  right: 0;
}

/* line 349, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-created p::after {
  content: 'sending...';
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -25px;
  right: 5px;
  margin-bottom: 7px;
}

/* line 361, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-error {
  text-align: left;
  display: flex;
  justify-content: flex-end;
}

/* line 366, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-error p {
  position: relative;
  right: 0;
  white-space: pre-wrap;
  border-color: #FF5252;
  color: #FF5252;
}

/* line 373, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chat-container ul.chat-list > li.sender-error p::after {
  content: 'error';
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -25px;
  right: 5px;
  margin-bottom: 7px;
}

/* line 389, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard li {
  list-style: none;
}

/* line 393, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .second-row {
  background-color: #fafafa;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

/* line 397, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .second-row .left-column {
  vertical-align: middle;
}

/* line 400, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .second-row .conversations-selector {
  margin: 0;
  padding: 0   15px;
  color: #919191;
  font-weight: 500;
  font-size: 14px;
}

/* line 409, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats {
  padding: 0;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 60px;
}

/* line 416, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li {
  position: relative;
}

/* line 419, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li .chat-link {
  background-color: #fafafa;
  padding: 0 20px 10px 35px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid transparent;
  text-decoration: none;
}

/* line 426, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li .chat-link.disable-cursor {
  cursor: auto;
}

/* line 432, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li.alert-disc::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0076d9;
  position: absolute;
  top: 22px;
  left: 15px;
  border-radius: 10px;
  z-index: 100;
}

/* line 445, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li:last-child {
  border-bottom: none;
}

/* line 450, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li p {
  margin: 0 0 0 15px 0;
  padding: 0;
  color: #989898;
  word-break: break-all;
}

/* line 457, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 464, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li .chat-link.active {
  background-color: #1976D2;
  position: relative;
  border-bottom: 1px solid #1976D2;
  border-right: none;
}

/* line 470, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li .chat-link.active h3.name, #text-messaging-dashboard .chats li .chat-link.active p.date, #text-messaging-dashboard .chats li .chat-link.active p.last-message {
  color: white;
}

/* line 474, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats li .chat-link.active::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
  margin-right: -10px;
  background-color: white;
}

/* line 486, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access {
  height: 100%;
}

/* line 488, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access div {
  flex-direction: column;
}

/* line 491, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access a {
  height: auto;
}

/* line 495, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access .conversation-name-date {
  padding: 0;
  margin-left: 30px;
}

/* line 500, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access h3 {
  flex: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  color: #44505D;
}

/* line 514, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access p {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  margin: 0 0 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: initial;
  color: #909090 !important;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  white-space: normal;
  word-break: keep-all;
}

/* line 530, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access p > a {
  display: inline;
  padding-right: 0 !important;
}

/* line 535, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access .chat-link {
  cursor: initial;
  padding: 0 20px 0px 30px;
  border: 0;
  background-color: transparent;
}

/* line 542, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .chats .no-feature-access .upgrade-link {
  width: initial;
  height: inherit;
  display: inline;
}

/* line 553, app/assets/stylesheets/user_text_messaging.scss */
.text-msg-paginator-container {
  width: 100%;
  position: absolute;
  z-index: 9999;
  height: 60px;
  bottom: 0;
  left: 0;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  align-items: center;
  border-top: 1px solid #e7e7e7;
}

/* line 568, app/assets/stylesheets/user_text_messaging.scss */
.text-msg-paginator-btn {
  border: 1px solid #ddd;
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: initial;
  color: #0076d9;
  padding: 5px 0px;
  width: 85px;
  font-size: 14px;
}

/* line 577, app/assets/stylesheets/user_text_messaging.scss */
.text-msg-paginator-btn:disabled {
  background-color: #fafafa;
  color: #777;
  cursor: not-allowed;
}

/* line 583, app/assets/stylesheets/user_text_messaging.scss */
.text-msg-paginator-page {
  font-size: 14px;
}

/* line 591, app/assets/stylesheets/user_text_messaging.scss */
#text-messaging-dashboard .inner-text-messaging-dashboard table > tbody tr.second-row td.right-column > p {
  white-space: initial !important;
}
/* line 1, app/assets/stylesheets/users_groups.scss */
.users-group-element {
  position: relative;
  display: inline-block;
}

/* line 6, app/assets/stylesheets/users_groups.scss */
.edit-users-group-name {
  border: #e6e3e3 solid 2px;
  width: 330px;
}

/* line 11, app/assets/stylesheets/users_groups.scss */
.edit-users-group-name input {
  width: 295px;
}

/* line 15, app/assets/stylesheets/users_groups.scss */
.edit-users-group-name p {
  margin: 8px;
}
/* line 1, app/assets/stylesheets/validations.scss */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #909090 !important;
  background-color: #fff !important;
  border: 1px solid #e1e1e1 !important;
}

/* line 10, app/assets/stylesheets/validations.scss */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #909090 !important;
  background-color: #fff !important;
  border: 1px solid #e1e1e1 !important;
}

/* line 19, app/assets/stylesheets/validations.scss */
select.parsley-error {
  margin-bottom: 10px;
}

/* line 23, app/assets/stylesheets/validations.scss */
.parsley-errors-list {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

/* line 37, app/assets/stylesheets/validations.scss */
.parsley-errors-list.filled {
  opacity: 1;
}

/* line 41, app/assets/stylesheets/validations.scss */
#green_card_application_form .parsley-success:not(label) {
  color: #909090 !important;
  background-color: #fff !important;
  border: 1px solid #e1e1e1 !important;
}

/* line 47, app/assets/stylesheets/validations.scss */
#green_card_application_form .parsley-error:not(label) {
  color: #909090 !important;
  background-color: #fff !important;
  border: 1px solid #e1e1e1 !important;
}

/* line 53, app/assets/stylesheets/validations.scss */
#green_card_application_form .parsley-errors-list li {
  color: #1976D2 !important;
  font-size: 1em !important;
  margin-bottom: 10px;
}

/* line 59, app/assets/stylesheets/validations.scss */
.parsley-errors-list li {
  color: #FF5252 !important;
  font-size: 1em !important;
  margin-bottom: 10px;
}

/* HTML5 validation workaround for browsers like Safari which don't support HTML5 validation */
/* line 67, app/assets/stylesheets/validations.scss */
input.html5-invalid, select.html5-invalid, textarea.html5-invalid {
  border-color: red !important;
}

/* line 72, app/assets/stylesheets/validations.scss */
.input-group + ul.parsley-errors-list {
  margin-top: 10px !important;
}

/* line 76, app/assets/stylesheets/validations.scss */
.question-container.has-error {
  border: 1px solid #F44336;
}

/* line 80, app/assets/stylesheets/validations.scss */
.text-danger {
  color: #F44336;
}

/* line 84, app/assets/stylesheets/validations.scss */
.question-error {
  text-decoration: underline;
  color: #F44336;
}
.update-document-title-in-dropzone {
  color: black !important;
  cursor: pointer !important;
  position: absolute;
  right: 1%;
}

.s3-upload-text {
    color: white;
    left: 5%;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 55%;
    text-align: center;
    -webkit-transform: scale(1);
    z-index: 1000;
}

.s3-upload-text:after {
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  width: 0px;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
/* line 5, app/assets/stylesheets/white_label/mycase_styles.scss */
#invite_btn_my_case, #my-case-close-btn {
  display: none;
}

/* line 9, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

/* line 12, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #alien-registration-number {
  float: right;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  /* line 12, app/assets/stylesheets/white_label/mycase_styles.scss */
  body.mycase-styles #alien-registration-number {
    display: none;
  }
}

/* line 20, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #alien-registration-number .dw-contact-details-anumber-label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-align: right;
  color: #5E5E5E;
}

/* line 30, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #alien-registration-number .dw-contact-details-anumber {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000000;
}

/* line 41, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .tab-title-span {
  color: #323232;
}

/* line 45, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #parent-nav-stacked li a:focus {
  outline: none !important;
}

/* line 49, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent:not(.collapsed) {
  color: #323232 !important;
}

/* line 52, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs #tab_form_specific a {
  margin-bottom: 0 !important;
}

/* line 56, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs #tab_form_specific.active a {
  background: transparent !important;
}

/* line 60, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .form-tab.displayed-tab.active {
  background-color: #CDE2F2;
}

/* line 62, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .form-tab.displayed-tab.active > a {
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
}

/* line 68, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li {
  border-radius: 0 !important;
  padding: 10px 0;
}

/* line 72, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li > a {
  width: 100%;
  padding-left: 22px !important;
  border-radius: none !important;
}

/* line 78, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li > ul {
  width: 100%;
  margin-left: 0;
}

/* line 83, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .add-button.add_nested_fields,
body.mycase-styles #smart-form-assembly .glyphicon-plus-sign {
  color: #2E837A !important;
  opacity: 1;
}

/* line 89, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .add-button.add_nested_fields:hover {
  color: #133834 !important;
}

/* line 92, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .add-button.add_nested_fields:hover .glyphicon-plus-sign {
  color: #133834 !important;
}

/* line 98, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .remove-button.remove_nested_fields,
body.mycase-styles #smart-form-assembly .glyphicon-minus-sign {
  color: #79161b !important;
  opacity: 1;
}

/* line 104, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .remove-button.remove_nested_fields:hover {
  color: #230608 !important;
}

/* line 107, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .remove-button.remove_nested_fields:hover .glyphicon-minus-sign {
  color: #230608 !important;
}

/* line 113, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #more-actions-dropdown {
  margin-right: 15px !important;
}

/* line 117, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #print-button {
  margin-right: 15px !important;
}

/* line 121, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #template-menu {
  left: -15px !important;
  width: 100% !important;
}

/* line 126, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #efiling_button {
  border-radius: 16px;
}

/* line 130, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs #smart-form-search {
  max-width: calc(100% - 46px);
}

/* line 134, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs #edit-form-name .editable {
  width: calc(100% - 8px);
}

/* line 138, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li a.non-data-parent {
  width: calc(100% - 47px);
}

/* line 142, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .easyguide-page-title .bold {
  color: #000000;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 149, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .question-container input[type=text],
body.mycase-styles #smart-form-assembly .question-container .select2-container--default .select2-selection--single {
  border-radius: 4px !important;
}

/* line 155, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .question-container select, body.mycase-styles #smart-form-assembly .question-container select:focus {
  border-radius: 4px !important;
}

/* line 159, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .btn .glyphicon-arrow-right,
body.mycase-styles .dw-sf-topbar-blue-btn .dw-icon-download {
  display: none !important;
}

/* line 164, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn {
  margin-right: 8px !important;
}

/* line 168, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent:not(.collapsed) {
  background-color: transparent;
}

/* line 172, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent:not(.collapsed) {
  background-color: transparent !important;
}

/* line 176, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .sub-tab::before {
  content: "";
}

/* line 180, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-stacked.collapse::before, body.mycase-styles #smart-form-assembly .stacked-tabs .nav-stacked.collapsing::before {
  border-left: 0;
}

/* line 184, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .question-container:not(.hidden-question-container), body.mycase-styles .dw-comment-container {
  background: #FFFFFF !important;
  border: 1px solid #dddddd !important;
}

/* line 189, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .question-container {
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.0570935) !important;
  border-radius: 3px !important;
}

/* line 194, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent.collapsed:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.18678 3.22408L12.7135 8.75081C13.0955 9.13281 13.0955 9.7505 12.7135 10.1284L11.7951 11.0468C11.4131 11.4288 10.7954 11.4288 10.4175 11.0468L6.5 7.12937L2.58253 11.0468C2.20053 11.4288 1.58284 11.4288 1.20491 11.0468L0.286496 10.1284C-0.0954981 9.74644 -0.0954981 9.12875 0.286496 8.75081L5.81322 3.22408C6.18709 2.84208 6.80478 2.84208 7.18678 3.22408Z" fill="black" fill-opacity="0.5"/></svg>');
  width: 13px;
  height: 13px;
  transform: rotate(180deg);
}

/* line 202, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .stacked-tabs .nav-pills > li .non-data-parent:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.18678 3.22408L12.7135 8.75081C13.0955 9.13281 13.0955 9.7505 12.7135 10.1284L11.7951 11.0468C11.4131 11.4288 10.7954 11.4288 10.4175 11.0468L6.5 7.12937L2.58253 11.0468C2.20053 11.4288 1.58284 11.4288 1.20491 11.0468L0.286496 10.1284C-0.0954981 9.74644 -0.0954981 9.12875 0.286496 8.75081L5.81322 3.22408C6.18709 2.84208 6.80478 2.84208 7.18678 3.22408Z" fill="black" fill-opacity="0.5"/></svg>');
  width: 13px;
  height: 13px;
  transform: rotate(0deg);
}

/* line 210, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .floating-label-input-group .input-dropdown-toggle {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 221, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .question-container .btn.btn-default.form-button {
  border-radius: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 227, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles table tbody tr:hover {
  -webkit-animation: none;
          animation: none;
  background-color: transparent;
}

/* line 232, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.select-contact {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 239, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.select-contact::after {
  visibility: visible;
  content: "Select a Contact";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 248, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.select-matter {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 255, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.select-matter::after {
  visibility: visible;
  content: "Select a Case";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 264, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-sublabel.select-matter {
  visibility: hidden;
  position: relative;
}

/* line 267, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-sublabel.select-matter::after {
  visibility: visible;
  content: "Select the case under which the smart form will be saved.";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 276, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #select2-matter_id-container .select2-selection__placeholder {
  visibility: hidden;
  position: relative;
}

/* line 279, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #select2-matter_id-container .select2-selection__placeholder::after {
  visibility: visible;
  content: "Type or select case";
  position: absolute;
  bottom: -4px;
  left: 0;
}

/* line 288, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.select-preparer {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 295, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.select-preparer::after {
  visibility: visible;
  content: "Select a Preparer";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 304, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.add-forms {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 311, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.add-forms::after {
  visibility: visible;
  content: "Add Forms";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 320, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.add-files {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 327, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-form-label.add-files::after {
  visibility: visible;
  content: "Add Files (Optional)";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 336, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

/* line 342, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .btn-invite-contact-top-right {
  background-color: #FFFFFF !important;
  border-color: #707070;
  color: #707070 !important;
  font-weight: normal !important;
  font-size: 13px;
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  padding: 6px 14px !important;
}

/* line 351, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .btn-invite-contact-top-right:hover {
  background-color: #717171 !important;
  border-color: #717171 !important;
  color: #FFFFFF !important;
}

/* line 358, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.active a {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-animation-duration: 0;
          animation-duration: 0;
}

/* line 363, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-left {
  display: none;
}

/* line 367, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container {
  justify-content: space-between;
}

/* line 370, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-middle {
  justify-content: left;
  margin-left: 30px;
}

/* line 375, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title {
  background-color: #F5F5F5;
  border-radius: 0;
  text-align: center;
  padding: 8px 24px;
}

/* line 381, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title .dw-sf-assembly-content-column-title-text {
  font-weight: normal;
  font-size: 13px;
}

/* line 386, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title .dw-sf-assembly-column-circle-outline {
  display: none;
}

/* line 391, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container {
  padding: 0 28px;
}

/* line 396, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .easyguide.assembly .dw-sf-section-title,
body.mycase-styles #smart-form-assembly h5, body.mycase-styles #smart-form-assembly h4,
body.mycase-styles .dw-sf-section-top .dw-sf-section-title {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 6px;
  line-height: 24px;
  color: #000000;
}

/* line 406, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #smart-form-assembly .easyguide.assembly .dw-sf-section-title span,
body.mycase-styles #smart-form-assembly h5 span, body.mycase-styles #smart-form-assembly h4 span,
body.mycase-styles .dw-sf-section-top .dw-sf-section-title span {
  background: transparent;
}

/* line 411, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body span.select2 .selection > .select2-selection .select2-selection__arrow::after {
  content: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.36605 7.48546L0.264458 2.38387C-0.0881526 2.03126 -0.0881526 1.46108 0.264458 1.11222L1.11222 0.264458C1.46483 -0.0881526 2.03501 -0.0881526 2.38387 0.264458L6 3.88059L9.61613 0.264458C9.96874 -0.0881526 10.5389 -0.0881526 10.8878 0.264458L11.7355 1.11222C12.0882 1.46483 12.0882 2.03501 11.7355 2.38387L6.63395 7.48546C6.28884 7.83807 5.71866 7.83807 5.36605 7.48546Z" fill="%23CCCCCC"/></svg>');
}

/* line 415, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-title-container .dw-sf-card-title-right div.cursor-pointer.dw-i-compress::after {
  content: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7284 13.4916L1.27561 13.4916C0.552489 13.4916 0.190927 12.6181 0.702801 12.1063L5.92718 6.87783C6.24405 6.56095 6.75999 6.56095 7.07686 6.87783L12.3012 12.1063C12.8131 12.6181 12.4516 13.4916 11.7284 13.4916Z" fill="black" fill-opacity="0.5"/></svg>');
}

/* line 419, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-title-container .dw-sf-card-title-right div.cursor-pointer.dw-i-expand::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="22" viewBox="0 0 13 22" fill="none"><path d="M1.27563 6.64016L11.7284 6.64016C12.4515 6.64016 12.8131 7.51366 12.3012 8.02546L7.07685 13.2539C6.75998 13.5708 6.24404 13.5708 5.92717 13.2539L0.702832 8.02546C0.190932 7.51366 0.552432 6.64016 1.27563 6.64016Z" fill="black" fill-opacity="0.5"/></svg>');
}

/* line 423, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-title-container .dw-sf-card-title-left .editable::after {
  content: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.38215 2.86727L10.6326 6.11783L3.57442 13.1763L0.67641 13.4962C0.288452 13.5391 -0.0393326 13.2111 0.00383034 12.8231L0.326283 9.92293L7.38215 2.86727ZM12.643 2.38332L11.1168 0.857062C10.6407 0.380979 9.86859 0.380979 9.39253 0.857062L7.95673 2.29293L11.2072 5.54349L12.643 4.10762C13.119 3.63129 13.119 2.8594 12.643 2.38332Z" fill="black" fill-opacity="0.5"/></svg>');
  position: relative;
  top: -2px;
}

/* line 429, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-title-container .dw-sf-card-title-left .assembly-form-name {
  margin-right: 20px;
}

/* line 432, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-title-container .dw-sf-card-title-left .assembly-form-name span {
  margin-right: 0;
}

/* line 437, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body span.select2 .selection > .select2-selection {
  border-radius: 2px;
}

/* line 441, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-blue-btn, body.mycase-styles .btn {
  border-radius: 20px;
}

/* line 445, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-blue-btn {
  text-transform: lowercase;
}

/* line 447, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-blue-btn::first-letter {
  text-transform: uppercase;
}

/* line 454, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-right .dw-sf-topbar-blue-btn .bi-arrow-right-short {
  display: none;
}

/* line 458, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .btn.btn-default.btn-green {
  border-radius: 20px;
}

/* line 462, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-invititations-table-title-container {
  margin-top: 10px;
  margin-bottom: 0;
  align-items: bottom !important;
}

/* line 468, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-invitations-empty-container {
  border-radius: 2px;
  margin-top: 10px;
}

/* line 472, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-invitations-empty-container .btn {
  background-color: #FFFFFF !important;
  border-color: #707070;
  color: #707070 !important;
  font-weight: normal !important;
  font-size: 13px;
  padding: 6px 15px;
}

/* line 480, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-invitations-empty-container .btn:hover {
  background-color: #1977d3 !important;
  color: #FFFFFF !important;
  border-color: #1977d3 !important;
}

/* line 488, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-invitations-empty-title {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
}

/* line 495, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-section-subtitle,
body.mycase-styles .dw-sf-invitations-empty-subtitle {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-size: 13px;
}

/* line 501, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-invititations-table-title-left {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 508, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-invititations-table-title-left::after {
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 517, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-label-container .dw-sf-card-label-right .dw-sf-card-label-action.apply-to-all-forms > a > span {
  display: none;
}

/* line 521, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-label-container .dw-sf-card-label-right .dw-sf-card-label-action.apply-to-all-forms .cursor-pointer {
  color: #2E837A;
  font-size: 13px;
}

/* line 526, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-bottom-actions-container .dw-sf-card-bottom-actions-left .cursor-pointer.trash {
  visibility: hidden;
  position: relative;
}

/* line 529, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-bottom-actions-container .dw-sf-card-bottom-actions-left .cursor-pointer.trash::after {
  visibility: visible;
  content: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.7812 1.3125H8.73438L8.4957 0.8377C8.39258 0.63065 8.18112 0.499839 7.9498 0.500004H5.04766C4.81678 0.499117 4.60572 0.630292 4.5043 0.8377L4.26563 1.3125H1.21875C0.994384 1.3125 0.8125 1.49439 0.8125 1.71875V2.53125C0.8125 2.75562 0.994384 2.9375 1.21875 2.9375H11.7812C12.0056 2.9375 12.1875 2.75562 12.1875 2.53125V1.71875C12.1875 1.49439 12.0056 1.3125 11.7812 1.3125ZM2.16328 12.3574C2.2035 12.9996 2.73603 13.4999 3.37949 13.5H9.62051C10.264 13.4999 10.7965 12.9996 10.8367 12.3574L11.375 3.74999H1.625L2.16328 12.3574Z" fill="black" fill-opacity="0.5"/></svg>');
  position: absolute;
  top: 0;
  left: 0;
}

/* line 538, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-bottom-actions-right .cursor-grab div::after {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.8125 4.6875C5.07422 4.6875 4.5 4.11328 4.5 3.375C4.5 2.66406 5.07422 2.0625 5.8125 2.0625C6.52344 2.0625 7.125 2.66406 7.125 3.375C7.125 4.11328 6.52344 4.6875 5.8125 4.6875ZM5.8125 9.0625C5.07422 9.0625 4.5 8.48828 4.5 7.75C4.5 7.03906 5.07422 6.4375 5.8125 6.4375C6.52344 6.4375 7.125 7.03906 7.125 7.75C7.125 8.48828 6.52344 9.0625 5.8125 9.0625ZM7.125 12.125C7.125 12.8633 6.52344 13.4375 5.8125 13.4375C5.07422 13.4375 4.5 12.8633 4.5 12.125C4.5 11.4141 5.07422 10.8125 5.8125 10.8125C6.52344 10.8125 7.125 11.4141 7.125 12.125ZM10.1875 4.6875C9.44922 4.6875 8.875 4.11328 8.875 3.375C8.875 2.66406 9.44922 2.0625 10.1875 2.0625C10.8984 2.0625 11.5 2.66406 11.5 3.375C11.5 4.11328 10.8984 4.6875 10.1875 4.6875ZM11.5 7.75C11.5 8.48828 10.8984 9.0625 10.1875 9.0625C9.44922 9.0625 8.875 8.48828 8.875 7.75C8.875 7.03906 9.44922 6.4375 10.1875 6.4375C10.8984 6.4375 11.5 7.03906 11.5 7.75ZM10.1875 13.4375C9.44922 13.4375 8.875 12.8633 8.875 12.125C8.875 11.4141 9.44922 10.8125 10.1875 10.8125C10.8984 10.8125 11.5 11.4141 11.5 12.125C11.5 12.8633 10.8984 13.4375 10.1875 13.4375Z" fill="black" fill-opacity="0.5"/></svg>');
}

/* line 542, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-title-container {
  background-color: #F7F7F7;
}

/* line 546, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .draggable-card > .card {
  padding: 0;
}

/* line 549, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .draggable-card > .card .dw-sf-card-title-container {
  padding: 5px 10px;
}

/* line 553, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .draggable-card > .card .select2-container, body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .draggable-card > .card .dw-sf-card-label-container, body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .draggable-card > .card .parsley-errors-list {
  padding: 0 10px;
}

/* line 557, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .draggable-card > .card .dw-sf-card-bottom-actions-container {
  padding: 0px 10px 10px 10px;
}

/* line 562, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .draggable-card.ui-sortable .card.form-card {
  border-radius: 2px;
}

/* line 566, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .application-party-row .select2-selection .select2-selection__arrow {
  right: 15px !important;
}

/* line 570, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body {
  padding: 16px 0 0 0;
}

/* line 574, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column .dw-sf-assembly-content-column-body .dw-sf-assembly-form-select-container .dw-sf-assembly-form-select-caret::after {
  content: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.36605 7.48546L0.264458 2.38387C-0.0881526 2.03126 -0.0881526 1.46108 0.264458 1.11222L1.11222 0.264458C1.46483 -0.0881526 2.03501 -0.0881526 2.38387 0.264458L6 3.88059L9.61613 0.264458C9.96874 -0.0881526 10.5389 -0.0881526 10.8878 0.264458L11.7355 1.11222C12.0882 1.46483 12.0882 2.03501 11.7355 2.38387L6.63395 7.48546C6.28884 7.83807 5.71866 7.83807 5.36605 7.48546Z" fill="%23CCCCCC"/></svg>');
  width: 11px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 20px;
  pointer-events: none;
}

/* line 585, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-card-title-container .dw-sf-card-title-left .assembly-form-name span {
  background: transparent;
}

/* line 591, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title-text {
  visibility: hidden;
  position: relative;
  width: 100%;
  font-weight: normal;
}

/* line 595, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-content-column .dw-sf-assembly-content-column-title-text::before {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* line 608, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-content-column:nth-child(1) .dw-sf-assembly-content-column-title-text::before {
  content: "1. Select a Contact & Case";
}

/* line 612, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-content-column:nth-child(2) .dw-sf-assembly-content-column-title-text::before {
  content: "2. Add Forms & Files";
}

/* line 616, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-content-column:nth-child(3) .dw-sf-assembly-content-column-title-text::before {
  content: "3. Assemble Your Packet";
}

/* line 620, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-assembly-container .dw-sf-assembly-content-column {
  border-color: transparent;
  border-radius: 0;
}

/* line 626, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li.active .dw-sf-topbar-pills-number::after {
  border-color: #0069CC;
}

/* line 631, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.active a .dw-sf-topbar-pills-text {
  color: #495057;
  font-weight: normal;
  font-size: 14px;
}

/* line 637, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a .dw-sf-topbar-pills-text {
  padding-left: 0;
  font-size: 14px;
}

/* line 642, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-middle ul > li a {
  background-color: transparent;
}

/* line 646, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li .dw-sf-topbar-pills-number {
  visibility: hidden;
  position: relative;
}

/* line 650, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li .dw-sf-topbar-pills-number::after {
  visibility: visible;
  display: inline-block;
  font-weight: normal;
  font-weight: 14px;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #828282;
  border-radius: 12px;
  position: relative;
  left: -10px;
  top: -23px;
}

/* line 666, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li .dw-sf-topbar-pills-number span.number {
  font-weight: lighter;
}

/* line 671, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li:nth-child(1) .dw-sf-topbar-pills-number::after {
  content: "1";
}

/* line 675, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li:nth-child(3) .dw-sf-topbar-pills-number::after {
  content: "2";
}

/* line 678, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li:nth-child(5) .dw-sf-topbar-pills-number::after {
  content: "3";
}

/* line 681, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li:nth-child(7) .dw-sf-topbar-pills-number::after {
  content: "4";
}

/* line 684, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .nav-pills li:nth-child(9) .dw-sf-topbar-pills-number::after {
  content: "5";
}

/* line 688, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-middle .nav-pills li {
  position: relative;
}

/* line 692, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-middle .nav-pills li ::before {
  position: absolute;
  background-color: #8B8B8B;
  width: calc(65px + 100%) !important;
  height: 1px !important;
  z-index: -1;
  content: "";
  left: 0;
  top: calc(50% - 9px);
}

/* line 703, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-middle .nav-pills li:first-child ::before {
  left: 35px;
}

/* line 707, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-middle .nav-pills li:last-child ::before {
  width: calc(100% - 34px) !important;
}

/* line 711, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.separator {
  position: relative;
  width: 0;
  height: 1px;
  background-color: transparent;
  margin: 0 50px 0 0;
}

/* line 718, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-middle ul > li.separator::before {
  top: 50%;
  left: 0;
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #D31631;
}

/* line 728, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-invitations-empty-img {
  display: none;
}

/* line 732, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .shareable-link-btn {
  width: auto !important;
}

/* line 736, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-container .dw-sf-topbar-right .dw-sf-topbar-cancel-btn.dw-sf-topbar-close-btn {
  position: relative;
  margin-right: 24px;
}

/* line 741, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-sf-topbar-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

/* line 747, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #my-case-close-btn {
  display: inline-block;
  background-color: #FFFFFF !important;
  border-color: #707070;
  color: #707070 !important;
  font-weight: normal !important;
  font-size: 13px;
}

/* line 755, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #my-case-close-btn:hover {
  background-color: #717171 !important;
  border-color: #717171 !important;
  color: #FFFFFF !important;
}

/* line 764, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #new_contact .btn.btn-green.full-width, body.mycase-styles #matter-form-modal.pro-invite-modal .btn.btn-green.full-width {
  width: auto !important;
}

/* line 771, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #matter-form-modal .modal-title {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: light;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 777, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #matter-form-modal .modal-title::after {
  visibility: visible;
  content: "Create Case";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 789, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #contact-form-modal .modal-title {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: light;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 795, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #contact-form-modal .modal-title::after {
  visibility: visible;
  content: "Create Contact";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 806, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal #invite_btn, body.mycase-styles #invite_modal .generate-shareable-link-btn {
  width: auto !important;
}

/* line 810, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .modal-footer {
  border-top: 1px solid #D3D3D3;
}

/* line 814, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal #invite_btn_my_case {
  width: auto !important;
  display: inline-block;
}

/* line 819, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .modal-content {
  max-width: 600px !important;
  margin: 0 auto;
}

/* line 824, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .modal-title {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: light;
  font-size: 16px;
  visibility: hidden;
  position: relative;
}

/* line 830, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .modal-title::after {
  visibility: visible;
  content: "Invite Contact";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 838, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .invite-select-label {
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}

/* line 844, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .input-wrapper.dw-input-dropdown-wrapper {
  position: relative;
}

/* line 847, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .input-wrapper.dw-input-dropdown-wrapper span.select2 .selection > .select2-selection {
  height: 45px;
  box-shadow: none;
  border-radius: 8px !important;
}

/* line 851, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .input-wrapper.dw-input-dropdown-wrapper span.select2 .selection > .select2-selection .select2-selection__rendered {
  color: #000000;
  padding-top: 5px;
  padding-left: 14px;
  padding-right: 30px;
}

/* line 856, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .input-wrapper.dw-input-dropdown-wrapper span.select2 .selection > .select2-selection .select2-selection__rendered .select2-selection__clear {
  color: #D31631;
  padding-top: 1px;
}

/* line 861, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .input-wrapper.dw-input-dropdown-wrapper span.select2 .selection > .select2-selection .select2-selection__arrow {
  height: auto;
  right: 6px;
  top: 20px !important;
  position: absolute;
  pointer-events: none;
}

/* line 867, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .input-wrapper.dw-input-dropdown-wrapper span.select2 .selection > .select2-selection .select2-selection__arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E");
  width: 11px;
  height: 7px;
}

/* line 872, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .input-wrapper.dw-input-dropdown-wrapper span.select2 .selection > .select2-selection .select2-selection__arrow b {
  display: none;
}

/* line 881, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .input-wrapper input[type=text], body.mycase-styles #invite_modal .input-wrapper input[type=email] {
  border-radius: 8px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 45px;
}

/* line 889, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .dw-sf-assembly-form-select-container {
  position: relative;
}

/* line 891, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .dw-sf-assembly-form-select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
  padding-left: 16px;
  padding-right: 32px;
  border-radius: 8px !important;
  box-shadow: none;
  color: #000000 !important;
  cursor: pointer;
}

/* line 903, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .dw-sf-assembly-form-select-container .dw-sf-assembly-form-select-caret::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.03032 0.96967C1.73743 0.676777 1.26256 0.676777 0.969662 0.96967C0.676769 1.26256 0.676769 1.73744 0.969662 2.03033L4.96966 6.03033C5.26256 6.32322 5.73743 6.32322 6.03032 6.03033L10.0303 2.03033C10.3232 1.73744 10.3232 1.26256 10.0303 0.96967L9.85367 1.14633L10.0303 0.96967C9.73743 0.676777 9.26256 0.676777 8.96966 0.96967L9.10621 1.10622L8.96966 0.96967L5.49999 4.43934L2.03032 0.96967Z' fill='%23757575'/%3E%3C/svg%3E");
  width: 11px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 43px;
  pointer-events: none;
}

/* line 914, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles #invite_modal .portal-invite-radio {
  display: none;
}

/* line 919, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-internal-table-container table > tbody tr > td a[disabled] {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
}

/* line 925, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .dw-table-filters-right-side {
  text-align: right;
  width: 520px;
}

/* line 930, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .mycase-tell-us-what-you-think {
  margin-right: 15px;
  background-color: transparent;
  border: none;
  font-family: neue-haas-grotesk-text, "Helvetica Neue", -apple-system, "system-ui", Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  color: rgba(0, 0, 0, 0.5);
}

/* line 940, app/assets/stylesheets/white_label/mycase_styles.scss */
body.mycase-styles .mycase-tell-us-what-you-think:hover {
  text-decoration: underline;
}
/* line 3, app/assets/stylesheets/white_label/white_label.scss */
body.white-label.printable-body {
  position: relative;
}

/* line 5, app/assets/stylesheets/white_label/white_label.scss */
body.white-label.printable-body .dw-edit-sf-main-container {
  margin-left: 70px;
}

/* line 8, app/assets/stylesheets/white_label/white_label.scss */
body.white-label.printable-body .dw-sf-topbar-container {
  display: none;
}

/* line 11, app/assets/stylesheets/white_label/white_label.scss */
body.white-label.printable-body .tab-content.easyguide-tab-content {
  position: relative;
  top: -70px;
}

/* line 17, app/assets/stylesheets/white_label/white_label.scss */
body.white-label .expanded-sidebar {
  margin-left: 0 !important;
}

/* line 20, app/assets/stylesheets/white_label/white_label.scss */
body.white-label .dw-sf-navbar-fix,
body.white-label .dw-sf-topbar-container {
  width: 100% !important;
}

/* line 24, app/assets/stylesheets/white_label/white_label.scss */
body.white-label #suggestions-component {
  display: none;
}

/* line 30, app/assets/stylesheets/white_label/white_label.scss */
body.white-label .dw-sf-topbar-right-container-form-assembly .support-menu {
  display: none;
}

/* line 34, app/assets/stylesheets/white_label/white_label.scss */
body.white-label .dw-sf-topbar-right-container .support-menu {
  display: none;
}

/* line 37, app/assets/stylesheets/white_label/white_label.scss */
body.white-label .dw-sf-navbar-fix .dw-sf-topbar-right-container {
  text-align: right;
}

/* line 42, app/assets/stylesheets/white_label/white_label.scss */
body.white-label #form-builder .form-breadcrumbs {
  display: none;
}

/* line 45, app/assets/stylesheets/white_label/white_label.scss */
body.white-label #form-builder #parent-nav-stacked {
  padding-right: 0;
}

/* line 48, app/assets/stylesheets/white_label/white_label.scss */
body.white-label #form-builder .easyguide-page-title {
  width: 100%;
}

/* line 51, app/assets/stylesheets/white_label/white_label.scss */
body.white-label #form-builder .dw-sf-topbar-container .dw-sf-topbar-right {
  padding: 0;
}

/* line 56, app/assets/stylesheets/white_label/white_label.scss */
body.white-label .alert-fixed, body.white-label .alert-fixed-2 {
  width: 100% !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *




















 */

/*# sourceMappingURL=application.css-9c813c47dd6173e5f477e77e0802394127dda478194f2e0d1f6ac3ae45a63dfe.map */
