
/*
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]::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::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%;
}
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *

*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/* @group Base */
/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* line 26, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 54, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 0px 2px;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 140, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 149, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 158, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 166, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 170, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 175, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 180, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 190, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 193, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 203, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 215, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 218, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 222, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 238, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 254, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 257, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 266, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 271, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 278, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 280, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 285, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 289, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 299, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 304, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 313, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 316, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 321, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 324, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 332, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 335, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 338, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 345, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 347, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 351, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 356, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 359, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 363, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 367, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 369, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 372, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 375, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 381, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 385, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 389, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 392, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 398, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 402, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 413, ../../shared/bundle/ruby/3.3.0/bundler/gems/chosen-rails-cae74f8f67b6/vendor/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-1e349b80fba8c23b63656925fda8dfe3c5927b5d0d8a1672143416caacf460fb.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
.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;
    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;
    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;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results > .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: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  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: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    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: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  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: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-results > .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-result-repository { padding-top: 4px; padding-bottom: 3px; }
.select2-result-repository__avatar { float: left; width: 64px; margin-right: 10px; }
.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-repository__meta { margin-left: 30px; }
.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }
.select2-result-repository__forks, .select2-result-repository__stargazers { margin-right: 1em; }
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers { display: inline-block; color: #aaa; font-size: 11px; }
.select2-result-repository__description { font-size: 13px; color: #777; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-repository__title { color: white; }
.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers { color: #c6dcef; }

.s2-docs-sidebar.affix { position: static; }
@media (min-width: 768px) { .s2-docs-sidebar { padding-left: 20px; } }

.s2-docs-sidenav { margin-top: 20px; margin-bottom: 20px; }

.s2-docs-sidebar .nav > li > a { margin-left: -1px; display: block; padding: 4px 20px; font-size: 13px; font-weight: 500; color: #767676; border-left: 1px solid transparent; transition: color .2s, border-color .2s; }
.s2-docs-sidebar .nav > li > a code { background-color: inherit; color: inherit; }
.s2-docs-sidebar .nav > li > a:hover, .s2-docs-sidebar .nav > li > a:focus { color: #428BCA; text-decoration: none; background-color: transparent; border-left-color: #428BCA; }
.s2-docs-sidebar .nav > .active > a, .s2-docs-sidebar .nav > .active:hover > a, .s2-docs-sidebar .nav > .active:focus > a { padding-left: 19px; font-weight: bold; color: #428BCA; background-color: transparent; border-left: 2px solid #428BCA; }
.s2-docs-sidebar .nav .nav { display: none; padding-bottom: 10px; }
.s2-docs-sidebar .nav .nav > li > a { padding-top: 1px; padding-bottom: 1px; padding-left: 30px; font-size: 12px; font-weight: normal; }
.s2-docs-sidebar .nav .nav > li > a:hover, .s2-docs-sidebar .nav .nav > li > a:focus { padding-left: 30px; }
.s2-docs-sidebar .nav .nav > .active > a, .s2-docs-sidebar .nav .nav > .active:hover > a, .s2-docs-sidebar .nav .nav > .active:focus > a { padding-left: 29px; font-weight: 400; }

@media (min-width: 992px) { .s2-docs-sidebar .s2-docs-sidenav { padding-top: 40px; transition: border-color .2s; border-left: 1px solid transparent; }
  .s2-docs-sidebar.affix .s2-docs-sidenav { border-left-color: #eee; }
  .s2-docs-sidebar .nav > .active > ul { display: block; }
  .s2-docs-sidebar.affix, .s2-docs-sidebar.affix-bottom { width: 213px; }
  .s2-docs-sidebar.affix { position: fixed; top: 0px; }
  .s2-docs-sidebar.affix-bottom { position: absolute; }
  .s2-docs-sidebar.affix-bottom .s2-docs-sidenav, .s2-docs-sidebar.affix .s2-docs-sidenav { margin-top: 0; margin-bottom: 0; } }
@media (min-width: 1200px) { .s2-docs-sidebar.affix-bottom, .s2-docs-sidebar.affix { width: 263px; } }
/* Back to top (hidden on mobile) */
.back-to-top { display: none; padding: 4px 10px; margin-top: 10px; margin-left: 10px; font-size: 12px; font-weight: 400; color: #999; }
.back-to-top:hover { color: #428BCA; text-decoration: none; }
@media (min-width: 768px) { .back-to-top { display: block; } }

.navbar-toggle { border: none; background: transparent !important; }
.navbar-toggle:hover { background: transparent !important; }
.navbar-toggle .icon-bar { width: 22px; transition: all 0.2s; }
.navbar-toggle .top-bar { transform: rotate(45deg); transform-origin: 10% 10%; }
.navbar-toggle .middle-bar { opacity: 0; }
.navbar-toggle .bottom-bar { transform: rotate(-45deg); transform-origin: 10% 90%; }
.navbar-toggle.collapsed .top-bar { transform: rotate(0); }
.navbar-toggle.collapsed .middle-bar { opacity: 1; }
.navbar-toggle.collapsed .bottom-bar { transform: rotate(0); }

h2 code, h3 code, h4 code { background-color: inherit; }

pre.prettyprint { padding: 9px 14px; margin-bottom: 14px; background-color: #f7f7f9; border: 1px solid #e1e1e8; }

.s2-docs-featurette { color: #777; padding: 15px 0; text-align: center; }
.s2-docs-featurette h4 { margin: 30px 0 15px; }
.s2-docs-featurette .fa { font-size: 28px; color: #777; }

.s2-docs-container { line-height: 1.6; }

section { margin-bottom: 40px; }

.page-header { padding-bottom: 19px; margin-bottom: 29px; }

.s2-docs-nav { margin-bottom: 0; border-color: #eee; background-color: #f6f6f6; }
.s2-docs-nav .navbar-brand { font-weight: 500; }
.s2-docs-nav .navbar-brand > img { display: inline; margin-right: 4px; }
.s2-docs-nav .navbar-nav > .active > a, .s2-docs-nav .navbar-nav > .active > a:hover, .s2-docs-nav .navbar-nav > .active > a:focus { background-color: #f0f0f0; color: #000; }
@media (min-width: 768px) { .s2-docs-nav .navbar-nav > li > .dropdown-menu:before { position: absolute; top: -21px; left: 24px; display: block; width: 0; height: 0; border-color: transparent transparent rgba(0, 0, 0, 0.1); border-style: solid; border-width: 10px; content: ""; }
  .s2-docs-nav .navbar-nav > li > .dropdown-menu:after { position: absolute; top: -20px; left: 24px; display: block; width: 0; height: 0; border-color: transparent transparent #FFF; border-style: solid; border-width: 10px; content: ''; }
  .s2-docs-nav .navbar-nav .dropdown-menu { border-radius: 4px; border-color: #ddd; margin-top: -1px; } }

.s2-docs-footer { border-top: 1px solid #eee; color: #767676; padding-top: 40px; padding-bottom: 40px; margin-top: 100px; text-align: center; }
.s2-docs-footer-links { padding-left: 0; margin-top: 20px; }
.s2-docs-footer-links li { display: inline; padding: 0 2px; }
.s2-docs-footer-links li:after { content: "·"; padding-left: 8px; }
.s2-docs-footer-links li:first-child { padding-left: 0; }
.s2-docs-footer-links li:last-child:after { content: ""; padding-left: 0; }
@media (min-width: 768px) { .s2-docs-footer p { margin-bottom: 0; } }

.alert { background: #fff; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; color: #333; margin: 20px 0; padding: 20px; }
.alert h4 { font-size: 18px; margin-top: 0; margin-bottom: 5px; }
.alert-danger { border-left-color: #ce4844; }
.alert-danger h4 { color: #ce4844; }
.alert-info { border-left-color: #1b809e; }
.alert-info h4 { color: #1b809e; }
.alert-warning { border-left-color: #aa6708; }
.alert-warning h4 { color: #aa6708; }

.s2-docs-home .jumbotron { margin-bottom: 0; color: #000; }
.s2-docs-home .jumbotron h1 { color: #000; margin-top: 20px; }
.s2-docs-home .lead { text-align: center; max-width: 800px; margin: 0 auto 40px; }
.s2-docs-home .notice-previous { background: #f6f6f6; color: #666; border-bottom: 1px solid #eee; padding: 15px 20px; }
.s2-docs-home .half-rule { width: 100px; margin: 40px auto; }

.s2-example { position: relative; padding: 45px 15px 15px; margin: 0 -15px 15px; background-color: #fafafa; box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); border-color: #e5e5e5 #eee #eee; border-style: solid; border-width: 1px 0; }
.s2-example:after { content: "Example"; position: absolute; top: 15px; left: 15px; font-size: 12px; font-weight: bold; color: #bbb; text-transform: uppercase; letter-spacing: 1px; }
@media (min-width: 768px) { .s2-example { margin-left: 0; margin-right: 0; background-color: #fff; border-width: 1px; border-color: #eee; border-radius: 4px 4px 0 0; box-shadow: none; } }

.s2-event-log { background: #002451; color: white; font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace; margin: 0 -15px 15px; padding: 45px 15px 15px; position: relative; }
.s2-event-log:after { content: "Event Log"; position: absolute; top: 15px; left: 15px; font-size: 12px; font-weight: bold; color: #BBB; text-transform: uppercase; letter-spacing: 1px; }
@media (min-width: 768px) { .s2-event-log { margin-left: 0; margin-right: 0; margin-top: -15px; border-width: 1px; border-color: #eee; box-shadow: none; } }

.s2-example + pre, .s2-example + figure, .s2-event-log + pre { margin: -15px -15px 15px; border-radius: 0; border-width: 0 0 1px; }
@media (min-width: 768px) { .s2-example + pre, .s2-example + figure, .s2-event-log + pre { margin-top: -16px; margin-left: 0; margin-right: 0; border-width: 1px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } }

.s2-example + .s2-event-log { margin-top: -15px; }

.s2-docs-social { margin-bottom: 20px; text-align: center; }

.s2-docs-social-buttons { display: inline-block; padding-left: 0; margin-bottom: 0; list-style: none; }
.s2-docs-social-buttons li { display: inline-block; padding: 5px 8px; line-height: 1; }
.s2-docs-social-buttons .twitter-follow-button { width: 225px !important; }
.s2-docs-social-buttons .twitter-share-button { width: 98px !important; }

.github-btn { overflow: hidden; border: 0; }

.btn-outline-inverse { color: #428BCA; background-color: transparent; border-color: #428BCA; padding: 15px 30px; font-size: 20px; transition: all .1s ease-in-out; }
.btn-outline-inverse:hover { color: #fff; border-color: #428BCA; background-color: #428BCA; }

.btn-toolbar { margin-bottom: 20px; }

.anchorjs-link { color: inherit; transition: all .16s linear; text-decoration: none; }
.anchorjs-link:link, .anchorjs-link:visited { text-decoration: none; color: inherit; }
@media (max-width: 480px) { .anchorjs-link { display: none; } }

*:hover > .anchorjs-link { opacity: .5; margin-left: -0.9em !important; }

*:hover > .anchorjs-link:hover, .anchorjs-link:focus { opacity: 1; }

.jumbotron { background-color: #F6F6F6; border-bottom: 1px solid #eee; color: #777; padding-left: 0; padding-right: 0; }
.jumbotron h1 { color: #777; font-size: 36px; margin-top: 10px; }
.jumbotron .version { color: #999; font-size: 14px; font-weight: normal; margin-bottom: 30px; }

.com { color: #999; }

.lit { color: #195f91; }

.pun, .opn, .clo { color: #93a1a1; }

.fun { color: #dc322f; }

.str, .atv { color: #C7254E; }

.kwd, .prettyprint .tag { color: #2F6F9F; }

.typ, .atn, .dec, .var { color: #428BCA; }

.pln { color: #333; }

.prettyprint { padding: 9px 14px; margin-bottom: 20px; margin-top: 20px; border: 1px solid #eee; }
.prettyprint.linenums { -webkit-box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6; -moz-box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6; box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6; }

ol.linenums { margin: 0 0 0 -12px; }
ol.linenums li { padding-left: 12px; color: #bebebe; line-height: 18px; }

.highlight { background: #fff; }
.highlight .nx { color: #333; }
.highlight .k, .highlight .o { font-weight: bold; }
.highlight .na { color: #428BCA; }
.highlight .s, .highlight .s1, .highlight .s2, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx { color: #C7254E; }
.highlight .m, .highlight .mf, .highlight mh, .highlight .mi, .highlight .mo { color: #195f91; }
.highlight .p { color: #93a1a1; }
.highlight .nt { color: #2F6F9F; }
.highlight .c { color: #999; font-style: italic; }
.highlight .err { background-color: #e3d2d2; color: #a61717; }
.highlight .gr { color: #a00; }
.highlight pre { border: none; margin: 0; }
.highlight > pre { border: 1px solid #eee; padding: 0; margin-bottom: 14px; }
.highlight .lineno { background-color: #fbfbfb; color: #bebebe; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; }

.highlight .cm { color: #999988; font-style: italic; }

/* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold; }

/* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic; }

/* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic; }

/* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd; }

/* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa; }

/* Generic.Deleted.Specific */
.highlight .ge { font-style: italic; }

/* Generic.Emph */
.highlight .gh { color: #999999; }

/* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd; }

/* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa; }

/* Generic.Inserted.Specific */
.highlight .go { color: #888888; }

/* Generic.Output */
.highlight .gp { color: #555555; }

/* Generic.Prompt */
.highlight .gs { font-weight: bold; }

/* Generic.Strong */
.highlight .gu { color: #aaaaaa; }

/* Generic.Subheading */
.highlight .gt { color: #aa0000; }

/* Generic.Traceback */
.highlight .kc { font-weight: bold; }

/* Keyword.Constant */
.highlight .kd { font-weight: bold; }

/* Keyword.Declaration */
.highlight .kp { font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr { font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold; }

/* Keyword.Type */
.highlight .nb { color: #0086B3; }

/* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold; }

/* Name.Class */
.highlight .no { color: #008080; }

/* Name.Constant */
.highlight .ni { color: #800080; }

/* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold; }

/* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold; }

/* Name.Function */
.highlight .nn { color: #555555; }

/* Name.Namespace */
.highlight .nv { color: #008080; }

/* Name.Variable */
.highlight .ow { font-weight: bold; }

/* Operator.Word */
.highlight .w { color: #bbbbbb; }

/* Text.Whitespace */
.highlight .sr { color: #009926; }

/* Literal.String.Regex */
.highlight .ss { color: #990073; }

/* Literal.String.Symbol */
.highlight .bp { color: #999999; }

/* Name.Builtin.Pseudo */
.highlight .vc { color: #008080; }

/* Name.Variable.Class */
.highlight .vg { color: #008080; }

/* Name.Variable.Global */
.highlight .vi { color: #008080; }

/* Name.Variable.Instance */
.highlight .il { color: #009999; }

/* Literal.Number.Integer.Long */
h1[id] { padding-top: 20px; margin-top: 0; }

.s2-docs-panels dt, .s2-docs-panels dd { border: 1px solid #ddd; }
.s2-docs-panels dt { background-color: #f5f5f5; border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 5px 7.5px; }
.s2-docs-panels dd { background-color: #fff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; margin-bottom: 0.75em; padding: 7.5px; }
.s2-docs-panels dt + dd { border-top: none; }
/*

To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette

Then, run this script to get the list.


(function() {
  var colors = {}, main = {};
  $(".color-group").each(function() {
    var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-");
    colors[color] = {};

    $(this).find(".color").not(".main-color").each(function() {
      var shade = $(this).find(".shade").text().trim(),
          hex   = $(this).find(".hex").text().trim();

      colors[color][shade] = hex;
    });
    main[color] = color + "-" + $(this).find(".main-color .shade").text().trim();

  });
  var LESS = "";
  $.each(colors, function(name, shades) {
    LESS += "\n\n";
    $.each(shades, function(shade, hex) {
      LESS += "@" + name + "-" + shade + ": " + hex + ";\n";
    });
    if (main[name]) {
      LESS += "@" + name + ": " + main[name] + ";\n";
    }
  });
  console.log(LESS);
})();


*/

@font-face {
  font-family: "Material-Design-Icons";
  src: url(/assets/Material-Design-Icons-7628d8cc2f0994b135a1419faa1db2949764b7b28070c39ef81fffecc5a041bb.eot?-g7cqhn);
  src: url(/assets/Material-Design-Icons-7628d8cc2f0994b135a1419faa1db2949764b7b28070c39ef81fffecc5a041bb.eot?#iefix-g7cqhn) format("embedded-opentype"), url(/assets/Material-Design-Icons-be00e19b662046cb8f2eb6eb86e4689edeefb0c003f6a215df9c22f0e15e16ad.woff?-g7cqhn) format("woff"), url(/assets/Material-Design-Icons-5d97606a426dbb32cb0236483d32e8746b928ab979be7b809db9d3113e6e35df.ttf?-g7cqhn) format("truetype"), url(/assets/Material-Design-Icons-c3e402679b8c6f20c98e6538749608091e6823ca0e18e927dd7e43ae02767746.svg?-g7cqhn#Material-Design-Icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="mdi-"],
[class*="mdi-"] {
  speak: none;
  display: inline-block;
  font: normal normal normal 24px/1 'Material-Design-Icons';
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
[class^="mdi-"]:before,
[class*="mdi-"]:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}
[class^="mdi-"].pull-left,
[class*="mdi-"].pull-left {
  margin-right: .3em;
}
[class^="mdi-"].pull-right,
[class*="mdi-"].pull-right {
  margin-left: .3em;
}
[class^="mdi-"].mdi-lg:before,
[class*="mdi-"].mdi-lg:before,
[class^="mdi-"].mdi-lg:after,
[class*="mdi-"].mdi-lg:after {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
[class^="mdi-"].mdi-2x:before,
[class*="mdi-"].mdi-2x:before,
[class^="mdi-"].mdi-2x:after,
[class*="mdi-"].mdi-2x:after {
  font-size: 2em;
}
[class^="mdi-"].mdi-3x:before,
[class*="mdi-"].mdi-3x:before,
[class^="mdi-"].mdi-3x:after,
[class*="mdi-"].mdi-3x:after {
  font-size: 3em;
}
[class^="mdi-"].mdi-4x:before,
[class*="mdi-"].mdi-4x:before,
[class^="mdi-"].mdi-4x:after,
[class*="mdi-"].mdi-4x:after {
  font-size: 4em;
}
[class^="mdi-"].mdi-5x:before,
[class*="mdi-"].mdi-5x:before,
[class^="mdi-"].mdi-5x:after,
[class*="mdi-"].mdi-5x:after {
  font-size: 5em;
}
[class^="mdi-device-signal-cellular-"]:after,
[class^="mdi-device-battery-"]:after,
[class^="mdi-device-battery-charging-"]:after,
[class^="mdi-device-signal-cellular-connected-no-internet-"]:after,
[class^="mdi-device-signal-wifi-"]:after,
[class^="mdi-device-signal-wifi-statusbar-not-connected"]:after,
.mdi-device-network-wifi:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}
[class^="mdi-device-signal-cellular-"]:after {
  content: "\e758";
}
[class^="mdi-device-battery-"]:after {
  content: "\e735";
}
[class^="mdi-device-battery-charging-"]:after {
  content: "\e733";
}
[class^="mdi-device-signal-cellular-connected-no-internet-"]:after {
  content: "\e75d";
}
[class^="mdi-device-signal-wifi-"]:after,
.mdi-device-network-wifi:after {
  content: "\e765";
}
[class^="mdi-device-signal-wifi-statusbasr-not-connected"]:after {
  content: "\e8f7";
}
.mdi-device-signal-cellular-off:after,
.mdi-device-signal-cellular-null:after,
.mdi-device-signal-cellular-no-sim:after,
.mdi-device-signal-wifi-off:after,
.mdi-device-signal-wifi-4-bar:after,
.mdi-device-signal-cellular-4-bar:after,
.mdi-device-battery-alert:after,
.mdi-device-signal-cellular-connected-no-internet-4-bar:after,
.mdi-device-battery-std:after,
.mdi-device-battery-full .mdi-device-battery-unknown:after {
  content: "";
}
.mdi-fw {
  width: 1.28571429em;
  text-align: center;
}
.mdi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.mdi-ul > li {
  position: relative;
}
.mdi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.mdi-li.mdi-lg {
  left: -1.85714286em;
}
.mdi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.mdi-spin {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
.mdi-pulse {
  -webkit-animation: mdi-spin 1s steps(8) infinite;
  animation: mdi-spin 1s steps(8) infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.mdi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mdi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mdi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mdi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.mdi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .mdi-rotate-90,
:root .mdi-rotate-180,
:root .mdi-rotate-270,
:root .mdi-flip-horizontal,
:root .mdi-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.mdi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.mdi-stack-1x,
.mdi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.mdi-stack-1x {
  line-height: inherit;
}
.mdi-stack-2x {
  font-size: 2em;
}
.mdi-inverse {
  color: #ffffff;
}
/* Start Icons */
.mdi-action-3d-rotation:before {
  content: "\e600";
}
.mdi-action-accessibility:before {
  content: "\e601";
}
.mdi-action-account-balance-wallet:before {
  content: "\e602";
}
.mdi-action-account-balance:before {
  content: "\e603";
}
.mdi-action-account-box:before {
  content: "\e604";
}
.mdi-action-account-child:before {
  content: "\e605";
}
.mdi-action-account-circle:before {
  content: "\e606";
}
.mdi-action-add-shopping-cart:before {
  content: "\e607";
}
.mdi-action-alarm-add:before {
  content: "\e608";
}
.mdi-action-alarm-off:before {
  content: "\e609";
}
.mdi-action-alarm-on:before {
  content: "\e60a";
}
.mdi-action-alarm:before {
  content: "\e60b";
}
.mdi-action-android:before {
  content: "\e60c";
}
.mdi-action-announcement:before {
  content: "\e60d";
}
.mdi-action-aspect-ratio:before {
  content: "\e60e";
}
.mdi-action-assessment:before {
  content: "\e60f";
}
.mdi-action-assignment-ind:before {
  content: "\e610";
}
.mdi-action-assignment-late:before {
  content: "\e611";
}
.mdi-action-assignment-return:before {
  content: "\e612";
}
.mdi-action-assignment-returned:before {
  content: "\e613";
}
.mdi-action-assignment-turned-in:before {
  content: "\e614";
}
.mdi-action-assignment:before {
  content: "\e615";
}
.mdi-action-autorenew:before {
  content: "\e616";
}
.mdi-action-backup:before {
  content: "\e617";
}
.mdi-action-book:before {
  content: "\e618";
}
.mdi-action-bookmark-outline:before {
  content: "\e619";
}
.mdi-action-bookmark:before {
  content: "\e61a";
}
.mdi-action-bug-report:before {
  content: "\e61b";
}
.mdi-action-cached:before {
  content: "\e61c";
}
.mdi-action-check-circle:before {
  content: "\e61d";
}
.mdi-action-class:before {
  content: "\e61e";
}
.mdi-action-credit-card:before {
  content: "\e61f";
}
.mdi-action-dashboard:before {
  content: "\e620";
}
.mdi-action-delete:before {
  content: "\e621";
}
.mdi-action-description:before {
  content: "\e622";
}
.mdi-action-dns:before {
  content: "\e623";
}
.mdi-action-done-all:before {
  content: "\e624";
}
.mdi-action-done:before {
  content: "\e625";
}
.mdi-action-event:before {
  content: "\e626";
}
.mdi-action-exit-to-app:before {
  content: "\e627";
}
.mdi-action-explore:before {
  content: "\e628";
}
.mdi-action-extension:before {
  content: "\e629";
}
.mdi-action-face-unlock:before {
  content: "\e62a";
}
.mdi-action-favorite-outline:before {
  content: "\e62b";
}
.mdi-action-favorite:before {
  content: "\e62c";
}
.mdi-action-find-in-page:before {
  content: "\e62d";
}
.mdi-action-find-replace:before {
  content: "\e62e";
}
.mdi-action-flip-to-back:before {
  content: "\e62f";
}
.mdi-action-flip-to-front:before {
  content: "\e630";
}
.mdi-action-get-app:before {
  content: "\e631";
}
.mdi-action-grade:before {
  content: "\e632";
}
.mdi-action-group-work:before {
  content: "\e633";
}
.mdi-action-help:before {
  content: "\e634";
}
.mdi-action-highlight-remove:before {
  content: "\e635";
}
.mdi-action-history:before {
  content: "\e636";
}
.mdi-action-home:before {
  content: "\e637";
}
.mdi-action-https:before {
  content: "\e638";
}
.mdi-action-info-outline:before {
  content: "\e639";
}
.mdi-action-info:before {
  content: "\e63a";
}
.mdi-action-input:before {
  content: "\e63b";
}
.mdi-action-invert-colors:before {
  content: "\e63c";
}
.mdi-action-label-outline:before {
  content: "\e63d";
}
.mdi-action-label:before {
  content: "\e63e";
}
.mdi-action-language:before {
  content: "\e63f";
}
.mdi-action-launch:before {
  content: "\e640";
}
.mdi-action-list:before {
  content: "\e641";
}
.mdi-action-lock-open:before {
  content: "\e642";
}
.mdi-action-lock-outline:before {
  content: "\e643";
}
.mdi-action-lock:before {
  content: "\e644";
}
.mdi-action-loyalty:before {
  content: "\e645";
}
.mdi-action-markunread-mailbox:before {
  content: "\e646";
}
.mdi-action-note-add:before {
  content: "\e647";
}
.mdi-action-open-in-browser:before {
  content: "\e648";
}
.mdi-action-open-in-new:before {
  content: "\e649";
}
.mdi-action-open-with:before {
  content: "\e64a";
}
.mdi-action-pageview:before {
  content: "\e64b";
}
.mdi-action-payment:before {
  content: "\e64c";
}
.mdi-action-perm-camera-mic:before {
  content: "\e64d";
}
.mdi-action-perm-contact-cal:before {
  content: "\e64e";
}
.mdi-action-perm-data-setting:before {
  content: "\e64f";
}
.mdi-action-perm-device-info:before {
  content: "\e650";
}
.mdi-action-perm-identity:before {
  content: "\e651";
}
.mdi-action-perm-media:before {
  content: "\e652";
}
.mdi-action-perm-phone-msg:before {
  content: "\e653";
}
.mdi-action-perm-scan-wifi:before {
  content: "\e654";
}
.mdi-action-picture-in-picture:before {
  content: "\e655";
}
.mdi-action-polymer:before {
  content: "\e656";
}
.mdi-action-print:before {
  content: "\e657";
}
.mdi-action-query-builder:before {
  content: "\e658";
}
.mdi-action-question-answer:before {
  content: "\e659";
}
.mdi-action-receipt:before {
  content: "\e65a";
}
.mdi-action-redeem:before {
  content: "\e65b";
}
.mdi-action-reorder:before {
  content: "\e65c";
}
.mdi-action-report-problem:before {
  content: "\e65d";
}
.mdi-action-restore:before {
  content: "\e65e";
}
.mdi-action-room:before {
  content: "\e65f";
}
.mdi-action-schedule:before {
  content: "\e660";
}
.mdi-action-search:before {
  content: "\e661";
}
.mdi-action-settings-applications:before {
  content: "\e662";
}
.mdi-action-settings-backup-restore:before {
  content: "\e663";
}
.mdi-action-settings-bluetooth:before {
  content: "\e664";
}
.mdi-action-settings-cell:before {
  content: "\e665";
}
.mdi-action-settings-display:before {
  content: "\e666";
}
.mdi-action-settings-ethernet:before {
  content: "\e667";
}
.mdi-action-settings-input-antenna:before {
  content: "\e668";
}
.mdi-action-settings-input-component:before {
  content: "\e669";
}
.mdi-action-settings-input-composite:before {
  content: "\e66a";
}
.mdi-action-settings-input-hdmi:before {
  content: "\e66b";
}
.mdi-action-settings-input-svideo:before {
  content: "\e66c";
}
.mdi-action-settings-overscan:before {
  content: "\e66d";
}
.mdi-action-settings-phone:before {
  content: "\e66e";
}
.mdi-action-settings-power:before {
  content: "\e66f";
}
.mdi-action-settings-remote:before {
  content: "\e670";
}
.mdi-action-settings-voice:before {
  content: "\e671";
}
.mdi-action-settings:before {
  content: "\e672";
}
.mdi-action-shop-two:before {
  content: "\e673";
}
.mdi-action-shop:before {
  content: "\e674";
}
.mdi-action-shopping-basket:before {
  content: "\e675";
}
.mdi-action-shopping-cart:before {
  content: "\e676";
}
.mdi-action-speaker-notes:before {
  content: "\e677";
}
.mdi-action-spellcheck:before {
  content: "\e678";
}
.mdi-action-star-rate:before {
  content: "\e679";
}
.mdi-action-stars:before {
  content: "\e67a";
}
.mdi-action-store:before {
  content: "\e67b";
}
.mdi-action-subject:before {
  content: "\e67c";
}
.mdi-action-supervisor-account:before {
  content: "\e67d";
}
.mdi-action-swap-horiz:before {
  content: "\e67e";
}
.mdi-action-swap-vert-circle:before {
  content: "\e67f";
}
.mdi-action-swap-vert:before {
  content: "\e680";
}
.mdi-action-system-update-tv:before {
  content: "\e681";
}
.mdi-action-tab-unselected:before {
  content: "\e682";
}
.mdi-action-tab:before {
  content: "\e683";
}
.mdi-action-theaters:before {
  content: "\e684";
}
.mdi-action-thumb-down:before {
  content: "\e685";
}
.mdi-action-thumb-up:before {
  content: "\e686";
}
.mdi-action-thumbs-up-down:before {
  content: "\e687";
}
.mdi-action-toc:before {
  content: "\e688";
}
.mdi-action-today:before {
  content: "\e689";
}
.mdi-action-track-changes:before {
  content: "\e68a";
}
.mdi-action-translate:before {
  content: "\e68b";
}
.mdi-action-trending-down:before {
  content: "\e68c";
}
.mdi-action-trending-neutral:before {
  content: "\e68d";
}
.mdi-action-trending-up:before {
  content: "\e68e";
}
.mdi-action-turned-in-not:before {
  content: "\e68f";
}
.mdi-action-turned-in:before {
  content: "\e690";
}
.mdi-action-verified-user:before {
  content: "\e691";
}
.mdi-action-view-agenda:before {
  content: "\e692";
}
.mdi-action-view-array:before {
  content: "\e693";
}
.mdi-action-view-carousel:before {
  content: "\e694";
}
.mdi-action-view-column:before {
  content: "\e695";
}
.mdi-action-view-day:before {
  content: "\e696";
}
.mdi-action-view-headline:before {
  content: "\e697";
}
.mdi-action-view-list:before {
  content: "\e698";
}
.mdi-action-view-module:before {
  content: "\e699";
}
.mdi-action-view-quilt:before {
  content: "\e69a";
}
.mdi-action-view-stream:before {
  content: "\e69b";
}
.mdi-action-view-week:before {
  content: "\e69c";
}
.mdi-action-visibility-off:before {
  content: "\e69d";
}
.mdi-action-visibility:before {
  content: "\e69e";
}
.mdi-action-wallet-giftcard:before {
  content: "\e69f";
}
.mdi-action-wallet-membership:before {
  content: "\e6a0";
}
.mdi-action-wallet-travel:before {
  content: "\e6a1";
}
.mdi-action-work:before {
  content: "\e6a2";
}
.mdi-alert-error:before {
  content: "\e6a3";
}
.mdi-alert-warning:before {
  content: "\e6a4";
}
.mdi-av-album:before {
  content: "\e6a5";
}
.mdi-av-closed-caption:before {
  content: "\e6a6";
}
.mdi-av-equalizer:before {
  content: "\e6a7";
}
.mdi-av-explicit:before {
  content: "\e6a8";
}
.mdi-av-fast-forward:before {
  content: "\e6a9";
}
.mdi-av-fast-rewind:before {
  content: "\e6aa";
}
.mdi-av-games:before {
  content: "\e6ab";
}
.mdi-av-hearing:before {
  content: "\e6ac";
}
.mdi-av-high-quality:before {
  content: "\e6ad";
}
.mdi-av-loop:before {
  content: "\e6ae";
}
.mdi-av-mic-none:before {
  content: "\e6af";
}
.mdi-av-mic-off:before {
  content: "\e6b0";
}
.mdi-av-mic:before {
  content: "\e6b1";
}
.mdi-av-movie:before {
  content: "\e6b2";
}
.mdi-av-my-library-add:before {
  content: "\e6b3";
}
.mdi-av-my-library-books:before {
  content: "\e6b4";
}
.mdi-av-my-library-music:before {
  content: "\e6b5";
}
.mdi-av-new-releases:before {
  content: "\e6b6";
}
.mdi-av-not-interested:before {
  content: "\e6b7";
}
.mdi-av-pause-circle-fill:before {
  content: "\e6b8";
}
.mdi-av-pause-circle-outline:before {
  content: "\e6b9";
}
.mdi-av-pause:before {
  content: "\e6ba";
}
.mdi-av-play-arrow:before {
  content: "\e6bb";
}
.mdi-av-play-circle-fill:before {
  content: "\e6bc";
}
.mdi-av-play-circle-outline:before {
  content: "\e6bd";
}
.mdi-av-play-shopping-bag:before {
  content: "\e6be";
}
.mdi-av-playlist-add:before {
  content: "\e6bf";
}
.mdi-av-queue-mus:before {
  content: "\e6c0";
}
.mdi-av-queue:before {
  content: "\e6c1";
}
.mdi-av-radio:before {
  content: "\e6c2";
}
.mdi-av-recent-actors:before {
  content: "\e6c3";
}
.mdi-av-repeat-one:before {
  content: "\e6c4";
}
.mdi-av-repeat:before {
  content: "\e6c5";
}
.mdi-av-replay:before {
  content: "\e6c6";
}
.mdi-av-shuffle:before {
  content: "\e6c7";
}
.mdi-av-skip-next:before {
  content: "\e6c8";
}
.mdi-av-skip-previous:before {
  content: "\e6c9";
}
.mdi-av-snooze:before {
  content: "\e6ca";
}
.mdi-av-stop:before {
  content: "\e6cb";
}
.mdi-av-subtitles:before {
  content: "\e6cc";
}
.mdi-av-surround-sound:before {
  content: "\e6cd";
}
.mdi-av-timer:before {
  content: "\e6ce";
}
.mdi-av-video-collection:before {
  content: "\e6cf";
}
.mdi-av-videocam-off:before {
  content: "\e6d0";
}
.mdi-av-videocam:before {
  content: "\e6d1";
}
.mdi-av-volume-down:before {
  content: "\e6d2";
}
.mdi-av-volume-mute:before {
  content: "\e6d3";
}
.mdi-av-volume-off:before {
  content: "\e6d4";
}
.mdi-av-volume-up:before {
  content: "\e6d5";
}
.mdi-av-web:before {
  content: "\e6d6";
}
.mdi-communication-business:before {
  content: "\e6d7";
}
.mdi-communication-call-end:before {
  content: "\e6d8";
}
.mdi-communication-call-made:before {
  content: "\e6d9";
}
.mdi-communication-call-merge:before {
  content: "\e6da";
}
.mdi-communication-call-missed:before {
  content: "\e6db";
}
.mdi-communication-call-received:before {
  content: "\e6dc";
}
.mdi-communication-call-split:before {
  content: "\e6dd";
}
.mdi-communication-call:before {
  content: "\e6de";
}
.mdi-communication-chat:before {
  content: "\e6df";
}
.mdi-communication-clear-all:before {
  content: "\e6e0";
}
.mdi-communication-comment:before {
  content: "\e6e1";
}
.mdi-communication-contacts:before {
  content: "\e6e2";
}
.mdi-communication-dialer-sip:before {
  content: "\e6e3";
}
.mdi-communication-dialpad:before {
  content: "\e6e4";
}
.mdi-communication-dnd-on:before {
  content: "\e6e5";
}
.mdi-communication-email:before {
  content: "\e6e6";
}
.mdi-communication-forum:before {
  content: "\e6e7";
}
.mdi-communication-import-export:before {
  content: "\e6e8";
}
.mdi-communication-invert-colors-off:before {
  content: "\e6e9";
}
.mdi-communication-invert-colors-on:before {
  content: "\e6ea";
}
.mdi-communication-live-help:before {
  content: "\e6eb";
}
.mdi-communication-location-off:before {
  content: "\e6ec";
}
.mdi-communication-location-on:before {
  content: "\e6ed";
}
.mdi-communication-message:before {
  content: "\e6ee";
}
.mdi-communication-messenger:before {
  content: "\e6ef";
}
.mdi-communication-no-sim:before {
  content: "\e6f0";
}
.mdi-communication-phone:before {
  content: "\e6f1";
}
.mdi-communication-portable-wifi-off:before {
  content: "\e6f2";
}
.mdi-communication-quick-contacts-dialer:before {
  content: "\e6f3";
}
.mdi-communication-quick-contacts-mail:before {
  content: "\e6f4";
}
.mdi-communication-ring-volume:before {
  content: "\e6f5";
}
.mdi-communication-stay-current-landscape:before {
  content: "\e6f6";
}
.mdi-communication-stay-current-portrait:before {
  content: "\e6f7";
}
.mdi-communication-stay-primary-landscape:before {
  content: "\e6f8";
}
.mdi-communication-stay-primary-portrait:before {
  content: "\e6f9";
}
.mdi-communication-swap-calls:before {
  content: "\e6fa";
}
.mdi-communication-textsms:before {
  content: "\e6fb";
}
.mdi-communication-voicemail:before {
  content: "\e6fc";
}
.mdi-communication-vpn-key:before {
  content: "\e6fd";
}
.mdi-content-add-box:before {
  content: "\e6fe";
}
.mdi-content-add-circle-outline:before {
  content: "\e6ff";
}
.mdi-content-add-circle:before {
  content: "\e700";
}
.mdi-content-add:before {
  content: "\e701";
}
.mdi-content-archive:before {
  content: "\e702";
}
.mdi-content-backspace:before {
  content: "\e703";
}
.mdi-content-block:before {
  content: "\e704";
}
.mdi-content-clear:before {
  content: "\e705";
}
.mdi-content-content-copy:before {
  content: "\e706";
}
.mdi-content-content-cut:before {
  content: "\e707";
}
.mdi-content-content-paste:before {
  content: "\e708";
}
.mdi-content-create:before {
  content: "\e709";
}
.mdi-content-drafts:before {
  content: "\e70a";
}
.mdi-content-filter-list:before {
  content: "\e70b";
}
.mdi-content-flag:before {
  content: "\e70c";
}
.mdi-content-forward:before {
  content: "\e70d";
}
.mdi-content-gesture:before {
  content: "\e70e";
}
.mdi-content-inbox:before {
  content: "\e70f";
}
.mdi-content-link:before {
  content: "\e710";
}
.mdi-content-mail:before {
  content: "\e711";
}
.mdi-content-markunread:before {
  content: "\e712";
}
.mdi-content-redo:before {
  content: "\e713";
}
.mdi-content-remove-circle-outline:before {
  content: "\e714";
}
.mdi-content-remove-circle:before {
  content: "\e715";
}
.mdi-content-remove:before {
  content: "\e716";
}
.mdi-content-reply-all:before {
  content: "\e717";
}
.mdi-content-reply:before {
  content: "\e718";
}
.mdi-content-report:before {
  content: "\e719";
}
.mdi-content-save:before {
  content: "\e71a";
}
.mdi-content-select-all:before {
  content: "\e71b";
}
.mdi-content-send:before {
  content: "\e71c";
}
.mdi-content-sort:before {
  content: "\e71d";
}
.mdi-content-text-format:before {
  content: "\e71e";
}
.mdi-content-undo:before {
  content: "\e71f";
}
.mdi-editor-attach-file:before {
  content: "\e776";
}
.mdi-editor-attach-money:before {
  content: "\e777";
}
.mdi-editor-border-all:before {
  content: "\e778";
}
.mdi-editor-border-bottom:before {
  content: "\e779";
}
.mdi-editor-border-clear:before {
  content: "\e77a";
}
.mdi-editor-border-color:before {
  content: "\e77b";
}
.mdi-editor-border-horizontal:before {
  content: "\e77c";
}
.mdi-editor-border-inner:before {
  content: "\e77d";
}
.mdi-editor-border-left:before {
  content: "\e77e";
}
.mdi-editor-border-outer:before {
  content: "\e77f";
}
.mdi-editor-border-right:before {
  content: "\e780";
}
.mdi-editor-border-style:before {
  content: "\e781";
}
.mdi-editor-border-top:before {
  content: "\e782";
}
.mdi-editor-border-vertical:before {
  content: "\e783";
}
.mdi-editor-format-align-center:before {
  content: "\e784";
}
.mdi-editor-format-align-justify:before {
  content: "\e785";
}
.mdi-editor-format-align-left:before {
  content: "\e786";
}
.mdi-editor-format-align-right:before {
  content: "\e787";
}
.mdi-editor-format-bold:before {
  content: "\e788";
}
.mdi-editor-format-clear:before {
  content: "\e789";
}
.mdi-editor-format-color-fill:before {
  content: "\e78a";
}
.mdi-editor-format-color-reset:before {
  content: "\e78b";
}
.mdi-editor-format-color-text:before {
  content: "\e78c";
}
.mdi-editor-format-indent-decrease:before {
  content: "\e78d";
}
.mdi-editor-format-indent-increase:before {
  content: "\e78e";
}
.mdi-editor-format-italic:before {
  content: "\e78f";
}
.mdi-editor-format-line-spacing:before {
  content: "\e790";
}
.mdi-editor-format-list-bulleted:before {
  content: "\e791";
}
.mdi-editor-format-list-numbered:before {
  content: "\e792";
}
.mdi-editor-format-paint:before {
  content: "\e793";
}
.mdi-editor-format-quote:before {
  content: "\e794";
}
.mdi-editor-format-size:before {
  content: "\e795";
}
.mdi-editor-format-strikethrough:before {
  content: "\e796";
}
.mdi-editor-format-textdirection-l-to-r:before {
  content: "\e797";
}
.mdi-editor-format-textdirection-r-to-l:before {
  content: "\e798";
}
.mdi-editor-format-underline:before {
  content: "\e799";
}
.mdi-editor-functions:before {
  content: "\e79a";
}
.mdi-editor-insert-chart:before {
  content: "\e79b";
}
.mdi-editor-insert-comment:before {
  content: "\e79c";
}
.mdi-editor-insert-drive-file:before {
  content: "\e79d";
}
.mdi-editor-insert-emoticon:before {
  content: "\e79e";
}
.mdi-editor-insert-invitation:before {
  content: "\e79f";
}
.mdi-editor-insert-link:before {
  content: "\e7a0";
}
.mdi-editor-insert-photo:before {
  content: "\e7a1";
}
.mdi-editor-merge-type:before {
  content: "\e7a2";
}
.mdi-editor-mode-comment:before {
  content: "\e7a3";
}
.mdi-editor-mode-edit:before {
  content: "\e7a4";
}
.mdi-editor-publish:before {
  content: "\e7a5";
}
.mdi-editor-vertical-align-bottom:before {
  content: "\e7a6";
}
.mdi-editor-vertical-align-center:before {
  content: "\e7a7";
}
.mdi-editor-vertical-align-top:before {
  content: "\e7a8";
}
.mdi-editor-wrap-text:before {
  content: "\e7a9";
}
.mdi-file-attachment:before {
  content: "\e7aa";
}
.mdi-file-cloud-circle:before {
  content: "\e7ab";
}
.mdi-file-cloud-done:before {
  content: "\e7ac";
}
.mdi-file-cloud-download:before {
  content: "\e7ad";
}
.mdi-file-cloud-off:before {
  content: "\e7ae";
}
.mdi-file-cloud-queue:before {
  content: "\e7af";
}
.mdi-file-cloud-upload:before {
  content: "\e7b0";
}
.mdi-file-cloud:before {
  content: "\e7b1";
}
.mdi-file-file-download:before {
  content: "\e7b2";
}
.mdi-file-file-upload:before {
  content: "\e7b3";
}
.mdi-file-folder-open:before {
  content: "\e7b4";
}
.mdi-file-folder-shared:before {
  content: "\e7b5";
}
.mdi-file-folder:before {
  content: "\e7b6";
}
.mdi-device-access-alarm:before {
  content: "\e720";
}
.mdi-device-access-alarms:before {
  content: "\e721";
}
.mdi-device-access-time:before {
  content: "\e722";
}
.mdi-device-add-alarm:before {
  content: "\e723";
}
.mdi-device-airplanemode-off:before {
  content: "\e724";
}
.mdi-device-airplanemode-on:before {
  content: "\e725";
}
.mdi-device-battery-20:before {
  content: "\e726";
}
.mdi-device-battery-30:before {
  content: "\e727";
}
.mdi-device-battery-50:before {
  content: "\e728";
}
.mdi-device-battery-60:before {
  content: "\e729";
}
.mdi-device-battery-80:before {
  content: "\e72a";
}
.mdi-device-battery-90:before {
  content: "\e72b";
}
.mdi-device-battery-alert:before {
  content: "\e72c";
}
.mdi-device-battery-charging-20:before {
  content: "\e72d";
}
.mdi-device-battery-charging-30:before {
  content: "\e72e";
}
.mdi-device-battery-charging-50:before {
  content: "\e72f";
}
.mdi-device-battery-charging-60:before {
  content: "\e730";
}
.mdi-device-battery-charging-80:before {
  content: "\e731";
}
.mdi-device-battery-charging-90:before {
  content: "\e732";
}
.mdi-device-battery-charging-full:before {
  content: "\e733";
}
.mdi-device-battery-full:before {
  content: "\e734";
}
.mdi-device-battery-std:before {
  content: "\e735";
}
.mdi-device-battery-unknown:before {
  content: "\e736";
}
.mdi-device-bluetooth-connected:before {
  content: "\e737";
}
.mdi-device-bluetooth-disabled:before {
  content: "\e738";
}
.mdi-device-bluetooth-searching:before {
  content: "\e739";
}
.mdi-device-bluetooth:before {
  content: "\e73a";
}
.mdi-device-brightness-auto:before {
  content: "\e73b";
}
.mdi-device-brightness-high:before {
  content: "\e73c";
}
.mdi-device-brightness-low:before {
  content: "\e73d";
}
.mdi-device-brightness-medium:before {
  content: "\e73e";
}
.mdi-device-data-usage:before {
  content: "\e73f";
}
.mdi-device-developer-mode:before {
  content: "\e740";
}
.mdi-device-devices:before {
  content: "\e741";
}
.mdi-device-dvr:before {
  content: "\e742";
}
.mdi-device-gps-fixed:before {
  content: "\e743";
}
.mdi-device-gps-not-fixed:before {
  content: "\e744";
}
.mdi-device-gps-off:before {
  content: "\e745";
}
.mdi-device-location-disabled:before {
  content: "\e746";
}
.mdi-device-location-searching:before {
  content: "\e747";
}
.mdi-device-multitrack-audio:before {
  content: "\e748";
}
.mdi-device-network-cell:before {
  content: "\e749";
}
.mdi-device-network-wifi:before {
  content: "\e74a";
}
.mdi-device-nfc:before {
  content: "\e74b";
}
.mdi-device-now-wallpaper:before {
  content: "\e74c";
}
.mdi-device-now-widgets:before {
  content: "\e74d";
}
.mdi-device-screen-lock-landscape:before {
  content: "\e74e";
}
.mdi-device-screen-lock-portrait:before {
  content: "\e74f";
}
.mdi-device-screen-lock-rotation:before {
  content: "\e750";
}
.mdi-device-screen-rotation:before {
  content: "\e751";
}
.mdi-device-sd-storage:before {
  content: "\e752";
}
.mdi-device-settings-system-daydream:before {
  content: "\e753";
}
.mdi-device-signal-cellular-0-bar:before {
  content: "\e754";
}
.mdi-device-signal-cellular-1-bar:before {
  content: "\e755";
}
.mdi-device-signal-cellular-2-bar:before {
  content: "\e756";
}
.mdi-device-signal-cellular-3-bar:before {
  content: "\e757";
}
.mdi-device-signal-cellular-4-bar:before {
  content: "\e758";
}
.mdi-signal-wifi-statusbar-connected-no-internet-after:before {
  content: "\e8f6";
}
.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e759";
}
.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e75a";
}
.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e75b";
}
.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e75c";
}
.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75d";
}
.mdi-device-signal-cellular-no-sim:before {
  content: "\e75e";
}
.mdi-device-signal-cellular-null:before {
  content: "\e75f";
}
.mdi-device-signal-cellular-off:before {
  content: "\e760";
}
.mdi-device-signal-wifi-0-bar:before {
  content: "\e761";
}
.mdi-device-signal-wifi-1-bar:before {
  content: "\e762";
}
.mdi-device-signal-wifi-2-bar:before {
  content: "\e763";
}
.mdi-device-signal-wifi-3-bar:before {
  content: "\e764";
}
.mdi-device-signal-wifi-4-bar:before {
  content: "\e765";
}
.mdi-device-signal-wifi-off:before {
  content: "\e766";
}
.mdi-device-signal-wifi-statusbar-1-bar:before {
  content: "\e767";
}
.mdi-device-signal-wifi-statusbar-2-bar:before {
  content: "\e768";
}
.mdi-device-signal-wifi-statusbar-3-bar:before {
  content: "\e769";
}
.mdi-device-signal-wifi-statusbar-4-bar:before {
  content: "\e76a";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
  content: "\e76b";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet:before {
  content: "\e76f";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
  content: "\e76c";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
  content: "\e76d";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
  content: "\e76e";
}
.mdi-signal-wifi-statusbar-not-connected-after:before {
  content: "\e8f7";
}
.mdi-device-signal-wifi-statusbar-not-connected:before {
  content: "\e770";
}
.mdi-device-signal-wifi-statusbar-null:before {
  content: "\e771";
}
.mdi-device-storage:before {
  content: "\e772";
}
.mdi-device-usb:before {
  content: "\e773";
}
.mdi-device-wifi-lock:before {
  content: "\e774";
}
.mdi-device-wifi-tethering:before {
  content: "\e775";
}
.mdi-hardware-cast-connected:before {
  content: "\e7b7";
}
.mdi-hardware-cast:before {
  content: "\e7b8";
}
.mdi-hardware-computer:before {
  content: "\e7b9";
}
.mdi-hardware-desktop-mac:before {
  content: "\e7ba";
}
.mdi-hardware-desktop-windows:before {
  content: "\e7bb";
}
.mdi-hardware-dock:before {
  content: "\e7bc";
}
.mdi-hardware-gamepad:before {
  content: "\e7bd";
}
.mdi-hardware-headset-mic:before {
  content: "\e7be";
}
.mdi-hardware-headset:before {
  content: "\e7bf";
}
.mdi-hardware-keyboard-alt:before {
  content: "\e7c0";
}
.mdi-hardware-keyboard-arrow-down:before {
  content: "\e7c1";
}
.mdi-hardware-keyboard-arrow-left:before {
  content: "\e7c2";
}
.mdi-hardware-keyboard-arrow-right:before {
  content: "\e7c3";
}
.mdi-hardware-keyboard-arrow-up:before {
  content: "\e7c4";
}
.mdi-hardware-keyboard-backspace:before {
  content: "\e7c5";
}
.mdi-hardware-keyboard-capslock:before {
  content: "\e7c6";
}
.mdi-hardware-keyboard-control:before {
  content: "\e7c7";
}
.mdi-hardware-keyboard-hide:before {
  content: "\e7c8";
}
.mdi-hardware-keyboard-return:before {
  content: "\e7c9";
}
.mdi-hardware-keyboard-tab:before {
  content: "\e7ca";
}
.mdi-hardware-keyboard-voice:before {
  content: "\e7cb";
}
.mdi-hardware-keyboard:before {
  content: "\e7cc";
}
.mdi-hardware-laptop-chromebook:before {
  content: "\e7cd";
}
.mdi-hardware-laptop-mac:before {
  content: "\e7ce";
}
.mdi-hardware-laptop-windows:before {
  content: "\e7cf";
}
.mdi-hardware-laptop:before {
  content: "\e7d0";
}
.mdi-hardware-memory:before {
  content: "\e7d1";
}
.mdi-hardware-mouse:before {
  content: "\e7d2";
}
.mdi-hardware-phone-android:before {
  content: "\e7d3";
}
.mdi-hardware-phone-iphone:before {
  content: "\e7d4";
}
.mdi-hardware-phonelink-off:before {
  content: "\e7d5";
}
.mdi-hardware-phonelink:before {
  content: "\e7d6";
}
.mdi-hardware-security:before {
  content: "\e7d7";
}
.mdi-hardware-sim-card:before {
  content: "\e7d8";
}
.mdi-hardware-smartphone:before {
  content: "\e7d9";
}
.mdi-hardware-speaker:before {
  content: "\e7da";
}
.mdi-hardware-tablet-android:before {
  content: "\e7db";
}
.mdi-hardware-tablet-mac:before {
  content: "\e7dc";
}
.mdi-hardware-tablet:before {
  content: "\e7dd";
}
.mdi-hardware-tv:before {
  content: "\e7de";
}
.mdi-hardware-watch:before {
  content: "\e7df";
}
.mdi-image-add-to-photos:before {
  content: "\e7e0";
}
.mdi-image-adjust:before {
  content: "\e7e1";
}
.mdi-image-assistant-photo:before {
  content: "\e7e2";
}
.mdi-image-audiotrack:before {
  content: "\e7e3";
}
.mdi-image-blur-circular:before {
  content: "\e7e4";
}
.mdi-image-blur-linear:before {
  content: "\e7e5";
}
.mdi-image-blur-off:before {
  content: "\e7e6";
}
.mdi-image-blur-on:before {
  content: "\e7e7";
}
.mdi-image-brightness-1:before {
  content: "\e7e8";
}
.mdi-image-brightness-2:before {
  content: "\e7e9";
}
.mdi-image-brightness-3:before {
  content: "\e7ea";
}
.mdi-image-brightness-4:before {
  content: "\e7eb";
}
.mdi-image-brightness-5:before {
  content: "\e7ec";
}
.mdi-image-brightness-6:before {
  content: "\e7ed";
}
.mdi-image-brightness-7:before {
  content: "\e7ee";
}
.mdi-image-brush:before {
  content: "\e7ef";
}
.mdi-image-camera-alt:before {
  content: "\e7f0";
}
.mdi-image-camera-front:before {
  content: "\e7f1";
}
.mdi-image-camera-rear:before {
  content: "\e7f2";
}
.mdi-image-camera-roll:before {
  content: "\e7f3";
}
.mdi-image-camera:before {
  content: "\e7f4";
}
.mdi-image-center-focus-strong:before {
  content: "\e7f5";
}
.mdi-image-center-focus-weak:before {
  content: "\e7f6";
}
.mdi-image-collections:before {
  content: "\e7f7";
}
.mdi-image-color-lens:before {
  content: "\e7f8";
}
.mdi-image-colorize:before {
  content: "\e7f9";
}
.mdi-image-compare:before {
  content: "\e7fa";
}
.mdi-image-control-point-duplicate:before {
  content: "\e7fb";
}
.mdi-image-control-point:before {
  content: "\e7fc";
}
.mdi-image-crop-3-2:before {
  content: "\e7fd";
}
.mdi-image-crop-5-4:before {
  content: "\e7fe";
}
.mdi-image-crop-7-5:before {
  content: "\e7ff";
}
.mdi-image-crop-16-9:before {
  content: "\e800";
}
.mdi-image-crop-din:before {
  content: "\e801";
}
.mdi-image-crop-free:before {
  content: "\e802";
}
.mdi-image-crop-landscape:before {
  content: "\e803";
}
.mdi-image-crop-original:before {
  content: "\e804";
}
.mdi-image-crop-portrait:before {
  content: "\e805";
}
.mdi-image-crop-square:before {
  content: "\e806";
}
.mdi-image-crop:before {
  content: "\e807";
}
.mdi-image-dehaze:before {
  content: "\e808";
}
.mdi-image-details:before {
  content: "\e809";
}
.mdi-image-edit:before {
  content: "\e80a";
}
.mdi-image-exposure-minus-1:before {
  content: "\e80b";
}
.mdi-image-exposure-minus-2:before {
  content: "\e80c";
}
.mdi-image-exposure-plus-1:before {
  content: "\e80d";
}
.mdi-image-exposure-plus-2:before {
  content: "\e80e";
}
.mdi-image-exposure-zero:before {
  content: "\e80f";
}
.mdi-image-exposure:before {
  content: "\e810";
}
.mdi-image-filter-1:before {
  content: "\e811";
}
.mdi-image-filter-2:before {
  content: "\e812";
}
.mdi-image-filter-3:before {
  content: "\e813";
}
.mdi-image-filter-4:before {
  content: "\e814";
}
.mdi-image-filter-5:before {
  content: "\e815";
}
.mdi-image-filter-6:before {
  content: "\e816";
}
.mdi-image-filter-7:before {
  content: "\e817";
}
.mdi-image-filter-8:before {
  content: "\e818";
}
.mdi-image-filter-9-plus:before {
  content: "\e819";
}
.mdi-image-filter-9:before {
  content: "\e81a";
}
.mdi-image-filter-b-and-w:before {
  content: "\e81b";
}
.mdi-image-filter-center-focus:before {
  content: "\e81c";
}
.mdi-image-filter-drama:before {
  content: "\e81d";
}
.mdi-image-filter-frames:before {
  content: "\e81e";
}
.mdi-image-filter-hdr:before {
  content: "\e81f";
}
.mdi-image-filter-none:before {
  content: "\e820";
}
.mdi-image-filter-tilt-shift:before {
  content: "\e821";
}
.mdi-image-filter-vintage:before {
  content: "\e822";
}
.mdi-image-filter:before {
  content: "\e823";
}
.mdi-image-flare:before {
  content: "\e824";
}
.mdi-image-flash-auto:before {
  content: "\e825";
}
.mdi-image-flash-off:before {
  content: "\e826";
}
.mdi-image-flash-on:before {
  content: "\e827";
}
.mdi-image-flip:before {
  content: "\e828";
}
.mdi-image-gradient:before {
  content: "\e829";
}
.mdi-image-grain:before {
  content: "\e82a";
}
.mdi-image-grid-off:before {
  content: "\e82b";
}
.mdi-image-grid-on:before {
  content: "\e82c";
}
.mdi-image-hdr-off:before {
  content: "\e82d";
}
.mdi-image-hdr-on:before {
  content: "\e82e";
}
.mdi-image-hdr-strong:before {
  content: "\e82f";
}
.mdi-image-hdr-weak:before {
  content: "\e830";
}
.mdi-image-healing:before {
  content: "\e831";
}
.mdi-image-image-aspect-ratio:before {
  content: "\e832";
}
.mdi-image-image:before {
  content: "\e833";
}
.mdi-image-iso:before {
  content: "\e834";
}
.mdi-image-landscape:before {
  content: "\e835";
}
.mdi-image-leak-add:before {
  content: "\e836";
}
.mdi-image-leak-remove:before {
  content: "\e837";
}
.mdi-image-lens:before {
  content: "\e838";
}
.mdi-image-looks-3:before {
  content: "\e839";
}
.mdi-image-looks-4:before {
  content: "\e83a";
}
.mdi-image-looks-5:before {
  content: "\e83b";
}
.mdi-image-looks-6:before {
  content: "\e83c";
}
.mdi-image-looks-one:before {
  content: "\e83d";
}
.mdi-image-looks-two:before {
  content: "\e83e";
}
.mdi-image-looks:before {
  content: "\e83f";
}
.mdi-image-loupe:before {
  content: "\e840";
}
.mdi-image-movie-creation:before {
  content: "\e841";
}
.mdi-image-nature-people:before {
  content: "\e842";
}
.mdi-image-nature:before {
  content: "\e843";
}
.mdi-image-navigate-before:before {
  content: "\e844";
}
.mdi-image-navigate-next:before {
  content: "\e845";
}
.mdi-image-palette:before {
  content: "\e846";
}
.mdi-image-panorama-fisheye:before {
  content: "\e847";
}
.mdi-image-panorama-horizontal:before {
  content: "\e848";
}
.mdi-image-panorama-vertical:before {
  content: "\e849";
}
.mdi-image-panorama-wide-angle:before {
  content: "\e84a";
}
.mdi-image-panorama:before {
  content: "\e84b";
}
.mdi-image-photo-album:before {
  content: "\e84c";
}
.mdi-image-photo-camera:before {
  content: "\e84d";
}
.mdi-image-photo-library:before {
  content: "\e84e";
}
.mdi-image-photo:before {
  content: "\e84f";
}
.mdi-image-portrait:before {
  content: "\e850";
}
.mdi-image-remove-red-eye:before {
  content: "\e851";
}
.mdi-image-rotate-left:before {
  content: "\e852";
}
.mdi-image-rotate-right:before {
  content: "\e853";
}
.mdi-image-slideshow:before {
  content: "\e854";
}
.mdi-image-straighten:before {
  content: "\e855";
}
.mdi-image-style:before {
  content: "\e856";
}
.mdi-image-switch-camera:before {
  content: "\e857";
}
.mdi-image-switch-video:before {
  content: "\e858";
}
.mdi-image-tag-faces:before {
  content: "\e859";
}
.mdi-image-texture:before {
  content: "\e85a";
}
.mdi-image-timelapse:before {
  content: "\e85b";
}
.mdi-image-timer-3:before {
  content: "\e85c";
}
.mdi-image-timer-10:before {
  content: "\e85d";
}
.mdi-image-timer-auto:before {
  content: "\e85e";
}
.mdi-image-timer-off:before {
  content: "\e85f";
}
.mdi-image-timer:before {
  content: "\e860";
}
.mdi-image-tonality:before {
  content: "\e861";
}
.mdi-image-transform:before {
  content: "\e862";
}
.mdi-image-tune:before {
  content: "\e863";
}
.mdi-image-wb-auto:before {
  content: "\e864";
}
.mdi-image-wb-cloudy:before {
  content: "\e865";
}
.mdi-image-wb-incandescent:before {
  content: "\e866";
}
.mdi-image-wb-irradescent:before {
  content: "\e867";
}
.mdi-image-wb-sunny:before {
  content: "\e868";
}
.mdi-maps-beenhere:before {
  content: "\e869";
}
.mdi-maps-directions-bike:before {
  content: "\e86a";
}
.mdi-maps-directions-bus:before {
  content: "\e86b";
}
.mdi-maps-directions-car:before {
  content: "\e86c";
}
.mdi-maps-directions-ferry:before {
  content: "\e86d";
}
.mdi-maps-directions-subway:before {
  content: "\e86e";
}
.mdi-maps-directions-train:before {
  content: "\e86f";
}
.mdi-maps-directions-transit:before {
  content: "\e870";
}
.mdi-maps-directions-walk:before {
  content: "\e871";
}
.mdi-maps-directions:before {
  content: "\e872";
}
.mdi-maps-flight:before {
  content: "\e873";
}
.mdi-maps-hotel:before {
  content: "\e874";
}
.mdi-maps-layers-clear:before {
  content: "\e875";
}
.mdi-maps-layers:before {
  content: "\e876";
}
.mdi-maps-local-airport:before {
  content: "\e877";
}
.mdi-maps-local-atm:before {
  content: "\e878";
}
.mdi-maps-local-attraction:before {
  content: "\e879";
}
.mdi-maps-local-bar:before {
  content: "\e87a";
}
.mdi-maps-local-cafe:before {
  content: "\e87b";
}
.mdi-maps-local-car-wash:before {
  content: "\e87c";
}
.mdi-maps-local-convenience-store:before {
  content: "\e87d";
}
.mdi-maps-local-drink:before {
  content: "\e87e";
}
.mdi-maps-local-florist:before {
  content: "\e87f";
}
.mdi-maps-local-gas-station:before {
  content: "\e880";
}
.mdi-maps-local-grocery-store:before {
  content: "\e881";
}
.mdi-maps-local-hospital:before {
  content: "\e882";
}
.mdi-maps-local-hotel:before {
  content: "\e883";
}
.mdi-maps-local-laundry-service:before {
  content: "\e884";
}
.mdi-maps-local-library:before {
  content: "\e885";
}
.mdi-maps-local-mall:before {
  content: "\e886";
}
.mdi-maps-local-movies:before {
  content: "\e887";
}
.mdi-maps-local-offer:before {
  content: "\e888";
}
.mdi-maps-local-parking:before {
  content: "\e889";
}
.mdi-maps-local-pharmacy:before {
  content: "\e88a";
}
.mdi-maps-local-phone:before {
  content: "\e88b";
}
.mdi-maps-local-pizza:before {
  content: "\e88c";
}
.mdi-maps-local-play:before {
  content: "\e88d";
}
.mdi-maps-local-post-office:before {
  content: "\e88e";
}
.mdi-maps-local-print-shop:before {
  content: "\e88f";
}
.mdi-maps-local-restaurant:before {
  content: "\e890";
}
.mdi-maps-local-see:before {
  content: "\e891";
}
.mdi-maps-local-shipping:before {
  content: "\e892";
}
.mdi-maps-local-taxi:before {
  content: "\e893";
}
.mdi-maps-location-history:before {
  content: "\e894";
}
.mdi-maps-map:before {
  content: "\e895";
}
.mdi-maps-my-location:before {
  content: "\e896";
}
.mdi-maps-navigation:before {
  content: "\e897";
}
.mdi-maps-pin-drop:before {
  content: "\e898";
}
.mdi-maps-place:before {
  content: "\e899";
}
.mdi-maps-rate-review:before {
  content: "\e89a";
}
.mdi-maps-restaurant-menu:before {
  content: "\e89b";
}
.mdi-maps-satellite:before {
  content: "\e89c";
}
.mdi-maps-store-mall-directory:before {
  content: "\e89d";
}
.mdi-maps-terrain:before {
  content: "\e89e";
}
.mdi-maps-traffic:before {
  content: "\e89f";
}
.mdi-navigation-apps:before {
  content: "\e8a0";
}
.mdi-navigation-arrow-back:before {
  content: "\e8a1";
}
.mdi-navigation-arrow-drop-down-circle:before {
  content: "\e8a2";
}
.mdi-navigation-arrow-drop-down:before {
  content: "\e8a3";
}
.mdi-navigation-arrow-drop-up:before {
  content: "\e8a4";
}
.mdi-navigation-arrow-forward:before {
  content: "\e8a5";
}
.mdi-navigation-cancel:before {
  content: "\e8a6";
}
.mdi-navigation-check:before {
  content: "\e8a7";
}
.mdi-navigation-chevron-left:before {
  content: "\e8a8";
}
.mdi-navigation-chevron-right:before {
  content: "\e8a9";
}
.mdi-navigation-close:before {
  content: "\e8aa";
}
.mdi-navigation-expand-less:before {
  content: "\e8ab";
}
.mdi-navigation-expand-more:before {
  content: "\e8ac";
}
.mdi-navigation-fullscreen-exit:before {
  content: "\e8ad";
}
.mdi-navigation-fullscreen:before {
  content: "\e8ae";
}
.mdi-navigation-menu:before {
  content: "\e8af";
}
.mdi-navigation-more-horiz:before {
  content: "\e8b0";
}
.mdi-navigation-more-vert:before {
  content: "\e8b1";
}
.mdi-navigation-refresh:before {
  content: "\e8b2";
}
.mdi-navigation-unfold-less:before {
  content: "\e8b3";
}
.mdi-navigation-unfold-more:before {
  content: "\e8b4";
}
.mdi-notification-adb:before {
  content: "\e8b5";
}
.mdi-notification-bluetooth-audio:before {
  content: "\e8b6";
}
.mdi-notification-disc-full:before {
  content: "\e8b7";
}
.mdi-notification-dnd-forwardslash:before {
  content: "\e8b8";
}
.mdi-notification-do-not-disturb:before {
  content: "\e8b9";
}
.mdi-notification-drive-eta:before {
  content: "\e8ba";
}
.mdi-notification-event-available:before {
  content: "\e8bb";
}
.mdi-notification-event-busy:before {
  content: "\e8bc";
}
.mdi-notification-event-note:before {
  content: "\e8bd";
}
.mdi-notification-folder-special:before {
  content: "\e8be";
}
.mdi-notification-mms:before {
  content: "\e8bf";
}
.mdi-notification-more:before {
  content: "\e8c0";
}
.mdi-notification-network-locked:before {
  content: "\e8c1";
}
.mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8c2";
}
.mdi-notification-phone-forwarded:before {
  content: "\e8c3";
}
.mdi-notification-phone-in-talk:before {
  content: "\e8c4";
}
.mdi-notification-phone-locked:before {
  content: "\e8c5";
}
.mdi-notification-phone-missed:before {
  content: "\e8c6";
}
.mdi-notification-phone-paused:before {
  content: "\e8c7";
}
.mdi-notification-play-download:before {
  content: "\e8c8";
}
.mdi-notification-play-install:before {
  content: "\e8c9";
}
.mdi-notification-sd-card:before {
  content: "\e8ca";
}
.mdi-notification-sim-card-alert:before {
  content: "\e8cb";
}
.mdi-notification-sms-failed:before {
  content: "\e8cc";
}
.mdi-notification-sms:before {
  content: "\e8cd";
}
.mdi-notification-sync-disabled:before {
  content: "\e8ce";
}
.mdi-notification-sync-problem:before {
  content: "\e8cf";
}
.mdi-notification-sync:before {
  content: "\e8d0";
}
.mdi-notification-system-update:before {
  content: "\e8d1";
}
.mdi-notification-tap-and-play:before {
  content: "\e8d2";
}
.mdi-notification-time-to-leave:before {
  content: "\e8d3";
}
.mdi-notification-vibration:before {
  content: "\e8d4";
}
.mdi-notification-voice-chat:before {
  content: "\e8d5";
}
.mdi-notification-vpn-lock:before {
  content: "\e8d6";
}
.mdi-social-cake:before {
  content: "\e8d7";
}
.mdi-social-domain:before {
  content: "\e8d8";
}
.mdi-social-group-add:before {
  content: "\e8d9";
}
.mdi-social-group:before {
  content: "\e8da";
}
.mdi-social-location-city:before {
  content: "\e8db";
}
.mdi-social-mood:before {
  content: "\e8dc";
}
.mdi-social-notifications-none:before {
  content: "\e8dd";
}
.mdi-social-notifications-off:before {
  content: "\e8de";
}
.mdi-social-notifications-on:before {
  content: "\e8df";
}
.mdi-social-notifications-paused:before {
  content: "\e8e0";
}
.mdi-social-notifications:before {
  content: "\e8e1";
}
.mdi-social-pages:before {
  content: "\e8e2";
}
.mdi-social-party-mode:before {
  content: "\e8e3";
}
.mdi-social-people-outline:before {
  content: "\e8e4";
}
.mdi-social-people:before {
  content: "\e8e5";
}
.mdi-social-person-add:before {
  content: "\e8e6";
}
.mdi-social-person-outline:before {
  content: "\e8e7";
}
.mdi-social-person:before {
  content: "\e8e8";
}
.mdi-social-plus-one:before {
  content: "\e8e9";
}
.mdi-social-poll:before {
  content: "\e8ea";
}
.mdi-social-publ24px:before {
  content: "\e8eb";
}
.mdi-social-school:before {
  content: "\e8ec";
}
.mdi-social-share:before {
  content: "\e8ed";
}
.mdi-social-whatshot:before {
  content: "\e8ee";
}
.mdi-toggle-check-box-outline-blank:before {
  content: "\e8ef";
}
.mdi-toggle-check-box:before {
  content: "\e8f0";
}
.mdi-toggle-radio-button-off:before {
  content: "\e8f1";
}
.mdi-toggle-radio-button-on:before {
  content: "\e8f2";
}
.mdi-toggle-star-half:before {
  content: "\e8f3";
}
.mdi-toggle-star-outline:before {
  content: "\e8f4";
}
.mdi-toggle-star:before {
  content: "\e8f5";
}
body {
  background-color: #eeeeee;
}
body.inverse {
  background: #333333;
}
body.inverse,
body.inverse .form-control {
  color: rgba(255, 255, 255, 0.84);
}
body.inverse .modal,
body.inverse .panel-default,
body.inverse .card,
body.inverse .modal .form-control,
body.inverse .panel-default .form-control,
body.inverse .card .form-control {
  background-color: initial;
  color: initial;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  font-family: "RobotoDraft", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h5,
h6 {
  font-weight: 400;
}
a,
a:hover,
a:focus {
  color: #009688;
}
body .well.well-sm,
.container .well.well-sm,
.container-fluid .well.well-sm {
  padding: 10px;
}
body .well.well-lg,
.container .well.well-lg,
.container-fluid .well.well-lg {
  padding: 26px;
}
body .well,
.container .well,
.container-fluid .well,
body .jumbotron,
.container .jumbotron,
.container-fluid .jumbotron {
  background-color: #fff;
  padding: 19px;
  margin-bottom: 20px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 2px;
  border: 0;
}
body .well p,
.container .well p,
.container-fluid .well p,
body .jumbotron p,
.container .jumbotron p,
.container-fluid .jumbotron p {
  font-weight: 300;
}
body .well,
.container .well,
.container-fluid .well,
body .jumbotron,
.container .jumbotron,
.container-fluid .jumbotron,
body .well-default,
.container .well-default,
.container-fluid .well-default,
body .jumbotron-default,
.container .jumbotron-default,
.container-fluid .jumbotron-default {
  background-color: #ffffff;
}
body .well-black,
.container .well-black,
.container-fluid .well-black,
body .jumbotron-black,
.container .jumbotron-black,
.container-fluid .jumbotron-black {
  background-color: #000000;
}
body .well-white,
.container .well-white,
.container-fluid .well-white,
body .jumbotron-white,
.container .jumbotron-white,
.container-fluid .jumbotron-white {
  background-color: #ffffff;
}
body .well-inverse,
.container .well-inverse,
.container-fluid .well-inverse,
body .jumbotron-inverse,
.container .jumbotron-inverse,
.container-fluid .jumbotron-inverse {
  background-color: #3f51b5;
}
body .well-primary,
.container .well-primary,
.container-fluid .well-primary,
body .jumbotron-primary,
.container .jumbotron-primary,
.container-fluid .jumbotron-primary {
  background-color: #009688;
}
body .well-success,
.container .well-success,
.container-fluid .well-success,
body .jumbotron-success,
.container .jumbotron-success,
.container-fluid .jumbotron-success {
  background-color: #4caf50;
}
body .well-info,
.container .well-info,
.container-fluid .well-info,
body .jumbotron-info,
.container .jumbotron-info,
.container-fluid .jumbotron-info {
  background-color: #03a9f4;
}
body .well-warning,
.container .well-warning,
.container-fluid .well-warning,
body .jumbotron-warning,
.container .jumbotron-warning,
.container-fluid .jumbotron-warning {
  background-color: #ff5722;
}
body .well-danger,
.container .well-danger,
.container-fluid .well-danger,
body .jumbotron-danger,
.container .jumbotron-danger,
.container-fluid .jumbotron-danger {
  background-color: #f44336;
}
body .well-material-red,
.container .well-material-red,
.container-fluid .well-material-red,
body .jumbotron-material-red,
.container .jumbotron-material-red,
.container-fluid .jumbotron-material-red {
  background-color: #f44336;
}
body .well-material-pink,
.container .well-material-pink,
.container-fluid .well-material-pink,
body .jumbotron-material-pink,
.container .jumbotron-material-pink,
.container-fluid .jumbotron-material-pink {
  background-color: #e91e63;
}
body .well-material-purple,
.container .well-material-purple,
.container-fluid .well-material-purple,
body .jumbotron-material-purple,
.container .jumbotron-material-purple,
.container-fluid .jumbotron-material-purple {
  background-color: #9c27b0;
}
body .well-material-deep-purple,
.container .well-material-deep-purple,
.container-fluid .well-material-deep-purple,
body .jumbotron-material-deep-purple,
.container .jumbotron-material-deep-purple,
.container-fluid .jumbotron-material-deep-purple {
  background-color: #673ab7;
}
body .well-material-indigo,
.container .well-material-indigo,
.container-fluid .well-material-indigo,
body .jumbotron-material-indigo,
.container .jumbotron-material-indigo,
.container-fluid .jumbotron-material-indigo {
  background-color: #3f51b5;
}
body .well-material-blue,
.container .well-material-blue,
.container-fluid .well-material-blue,
body .jumbotron-material-blue,
.container .jumbotron-material-blue,
.container-fluid .jumbotron-material-blue {
  background-color: #2196f3;
}
body .well-material-light-blue,
.container .well-material-light-blue,
.container-fluid .well-material-light-blue,
body .jumbotron-material-light-blue,
.container .jumbotron-material-light-blue,
.container-fluid .jumbotron-material-light-blue {
  background-color: #03a9f4;
}
body .well-material-cyan,
.container .well-material-cyan,
.container-fluid .well-material-cyan,
body .jumbotron-material-cyan,
.container .jumbotron-material-cyan,
.container-fluid .jumbotron-material-cyan {
  background-color: #00bcd4;
}
body .well-material-teal,
.container .well-material-teal,
.container-fluid .well-material-teal,
body .jumbotron-material-teal,
.container .jumbotron-material-teal,
.container-fluid .jumbotron-material-teal {
  background-color: #009688;
}
body .well-material-green,
.container .well-material-green,
.container-fluid .well-material-green,
body .jumbotron-material-green,
.container .jumbotron-material-green,
.container-fluid .jumbotron-material-green {
  background-color: #4caf50;
}
body .well-material-light-green,
.container .well-material-light-green,
.container-fluid .well-material-light-green,
body .jumbotron-material-light-green,
.container .jumbotron-material-light-green,
.container-fluid .jumbotron-material-light-green {
  background-color: #8bc34a;
}
body .well-material-lime,
.container .well-material-lime,
.container-fluid .well-material-lime,
body .jumbotron-material-lime,
.container .jumbotron-material-lime,
.container-fluid .jumbotron-material-lime {
  background-color: #cddc39;
}
body .well-material-yellow,
.container .well-material-yellow,
.container-fluid .well-material-yellow,
body .jumbotron-material-yellow,
.container .jumbotron-material-yellow,
.container-fluid .jumbotron-material-yellow {
  background-color: #ffeb3b;
}
body .well-material-amber,
.container .well-material-amber,
.container-fluid .well-material-amber,
body .jumbotron-material-amber,
.container .jumbotron-material-amber,
.container-fluid .jumbotron-material-amber {
  background-color: #ffc107;
}
body .well-material-orange,
.container .well-material-orange,
.container-fluid .well-material-orange,
body .jumbotron-material-orange,
.container .jumbotron-material-orange,
.container-fluid .jumbotron-material-orange {
  background-color: #ff9800;
}
body .well-material-deep-orange,
.container .well-material-deep-orange,
.container-fluid .well-material-deep-orange,
body .jumbotron-material-deep-orange,
.container .jumbotron-material-deep-orange,
.container-fluid .jumbotron-material-deep-orange {
  background-color: #ff5722;
}
body .well-material-brown,
.container .well-material-brown,
.container-fluid .well-material-brown,
body .jumbotron-material-brown,
.container .jumbotron-material-brown,
.container-fluid .jumbotron-material-brown {
  background-color: #795548;
}
body .well-material-grey,
.container .well-material-grey,
.container-fluid .well-material-grey,
body .jumbotron-material-grey,
.container .jumbotron-material-grey,
.container-fluid .jumbotron-material-grey {
  background-color: #9e9e9e;
}
body .well-material-blue-grey,
.container .well-material-blue-grey,
.container-fluid .well-material-blue-grey,
body .jumbotron-material-blue-grey,
.container .jumbotron-material-blue-grey,
.container-fluid .jumbotron-material-blue-grey {
  background-color: #607d8b;
}
.btn {
  position: relative;
  padding: 8px 30px;
  border: 0;
  margin: 10px 1px;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
  transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none !important;
}
.btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.btn:active:not(.btn-link):not(.btn-flat):not(.btn-fab) {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-flat:not(.btn-link),
.btn-default.btn-flat:not(.btn-link) {
  color: rgba(0, 0, 0, 0.84);
}
.btn-black.btn-flat:not(.btn-link) {
  color: #000000;
}
.btn-white.btn-flat:not(.btn-link) {
  color: #ffffff;
}
.btn-inverse.btn-flat:not(.btn-link) {
  color: #3f51b5;
}
.btn-primary.btn-flat:not(.btn-link) {
  color: #009688;
}
.btn-success.btn-flat:not(.btn-link) {
  color: #4caf50;
}
.btn-info.btn-flat:not(.btn-link) {
  color: #03a9f4;
}
.btn-warning.btn-flat:not(.btn-link) {
  color: #ff5722;
}
.btn-danger.btn-flat:not(.btn-link) {
  color: #f44336;
}
.btn-material-red.btn-flat:not(.btn-link) {
  color: #f44336;
}
.btn-material-pink.btn-flat:not(.btn-link) {
  color: #e91e63;
}
.btn-material-purple.btn-flat:not(.btn-link) {
  color: #9c27b0;
}
.btn-material-deep-purple.btn-flat:not(.btn-link) {
  color: #673ab7;
}
.btn-material-indigo.btn-flat:not(.btn-link) {
  color: #3f51b5;
}
.btn-material-blue.btn-flat:not(.btn-link) {
  color: #2196f3;
}
.btn-material-light-blue.btn-flat:not(.btn-link) {
  color: #03a9f4;
}
.btn-material-cyan.btn-flat:not(.btn-link) {
  color: #00bcd4;
}
.btn-material-teal.btn-flat:not(.btn-link) {
  color: #009688;
}
.btn-material-green.btn-flat:not(.btn-link) {
  color: #4caf50;
}
.btn-material-light-green.btn-flat:not(.btn-link) {
  color: #8bc34a;
}
.btn-material-lime.btn-flat:not(.btn-link) {
  color: #cddc39;
}
.btn-material-yellow.btn-flat:not(.btn-link) {
  color: #ffeb3b;
}
.btn-material-amber.btn-flat:not(.btn-link) {
  color: #ffc107;
}
.btn-material-orange.btn-flat:not(.btn-link) {
  color: #ff9800;
}
.btn-material-deep-orange.btn-flat:not(.btn-link) {
  color: #ff5722;
}
.btn-material-brown.btn-flat:not(.btn-link) {
  color: #795548;
}
.btn-material-grey.btn-flat:not(.btn-link) {
  color: #9e9e9e;
}
.btn-material-blue-grey.btn-flat:not(.btn-link) {
  color: #607d8b;
}
.btn:not(.btn-link):not(.btn-flat),
.btn-default:not(.btn-link):not(.btn-flat) {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.84);
  color: rgba(0, 0, 0, 0.84);
}
.btn-black:not(.btn-link):not(.btn-flat) {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.84);
}
.btn-white:not(.btn-link):not(.btn-flat) {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.84);
}
.btn-inverse:not(.btn-link):not(.btn-flat) {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.84);
}
.btn-primary:not(.btn-link):not(.btn-flat) {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.btn-success:not(.btn-link):not(.btn-flat) {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.btn-info:not(.btn-link):not(.btn-flat) {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.btn-warning:not(.btn-link):not(.btn-flat) {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.btn-danger:not(.btn-link):not(.btn-flat) {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-red:not(.btn-link):not(.btn-flat) {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-pink:not(.btn-link):not(.btn-flat) {
  background-color: #e91e63;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-purple:not(.btn-link):not(.btn-flat) {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-deep-purple:not(.btn-link):not(.btn-flat) {
  background-color: #673ab7;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-indigo:not(.btn-link):not(.btn-flat) {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-blue:not(.btn-link):not(.btn-flat) {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-light-blue:not(.btn-link):not(.btn-flat) {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-cyan:not(.btn-link):not(.btn-flat) {
  background-color: #00bcd4;
  color: rgba(0, 0, 0, 0.84);
}
.btn-material-teal:not(.btn-link):not(.btn-flat) {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-green:not(.btn-link):not(.btn-flat) {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-light-green:not(.btn-link):not(.btn-flat) {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.84);
}
.btn-material-lime:not(.btn-link):not(.btn-flat) {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.84);
}
.btn-material-yellow:not(.btn-link):not(.btn-flat) {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.84);
}
.btn-material-amber:not(.btn-link):not(.btn-flat) {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.84);
}
.btn-material-orange:not(.btn-link):not(.btn-flat) {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.84);
}
.btn-material-deep-orange:not(.btn-link):not(.btn-flat) {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-brown:not(.btn-link):not(.btn-flat) {
  background-color: #795548;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-grey:not(.btn-link):not(.btn-flat) {
  background-color: #9e9e9e;
  color: rgba(255, 255, 255, 0.84);
}
.btn-material-blue-grey:not(.btn-link):not(.btn-flat) {
  background-color: #607d8b;
  color: rgba(255, 255, 255, 0.84);
}
.btn:hover:not(.btn-link):not(.btn-flat),
.btn-default:hover:not(.btn-link):not(.btn-flat) {
  background-color: rgba(10, 10, 10, 0);
}
.btn-black:hover:not(.btn-link):not(.btn-flat) {
  background-color: #0a0a0a;
}
.btn-white:hover:not(.btn-link):not(.btn-flat) {
  background-color: #f5f5f5;
}
.btn-inverse:hover:not(.btn-link):not(.btn-flat) {
  background-color: #495bc0;
}
.btn-primary:hover:not(.btn-link):not(.btn-flat) {
  background-color: #00aa9a;
}
.btn-success:hover:not(.btn-link):not(.btn-flat) {
  background-color: #59b75c;
}
.btn-info:hover:not(.btn-link):not(.btn-flat) {
  background-color: #0fb2fc;
}
.btn-warning:hover:not(.btn-link):not(.btn-flat) {
  background-color: #ff6736;
}
.btn-danger:hover:not(.btn-link):not(.btn-flat) {
  background-color: #f55549;
}
.btn-material-red:hover:not(.btn-link):not(.btn-flat) {
  background-color: #f55549;
}
.btn-material-pink:hover:not(.btn-link):not(.btn-flat) {
  background-color: #eb3170;
}
.btn-material-purple:hover:not(.btn-link):not(.btn-flat) {
  background-color: #ab2bc1;
}
.btn-material-deep-purple:hover:not(.btn-link):not(.btn-flat) {
  background-color: #7142c3;
}
.btn-material-indigo:hover:not(.btn-link):not(.btn-flat) {
  background-color: #495bc0;
}
.btn-material-blue:hover:not(.btn-link):not(.btn-flat) {
  background-color: #349ff4;
}
.btn-material-light-blue:hover:not(.btn-link):not(.btn-flat) {
  background-color: #0fb2fc;
}
.btn-material-cyan:hover:not(.btn-link):not(.btn-flat) {
  background-color: #00aac0;
}
.btn-material-teal:hover:not(.btn-link):not(.btn-flat) {
  background-color: #00aa9a;
}
.btn-material-green:hover:not(.btn-link):not(.btn-flat) {
  background-color: #59b75c;
}
.btn-material-light-green:hover:not(.btn-link):not(.btn-flat) {
  background-color: #81bb3e;
}
.btn-material-lime:hover:not(.btn-link):not(.btn-flat) {
  background-color: #c9d928;
}
.btn-material-yellow:hover:not(.btn-link):not(.btn-flat) {
  background-color: #ffe927;
}
.btn-material-amber:hover:not(.btn-link):not(.btn-flat) {
  background-color: #f2b500;
}
.btn-material-orange:hover:not(.btn-link):not(.btn-flat) {
  background-color: #eb8c00;
}
.btn-material-deep-orange:hover:not(.btn-link):not(.btn-flat) {
  background-color: #ff6736;
}
.btn-material-brown:hover:not(.btn-link):not(.btn-flat) {
  background-color: #865e50;
}
.btn-material-grey:hover:not(.btn-link):not(.btn-flat) {
  background-color: #a8a8a8;
}
.btn-material-blue-grey:hover:not(.btn-link):not(.btn-flat) {
  background-color: #688897;
}
.btn:active:not(.btn-link):not(.btn-flat),
.btn-default:active:not(.btn-link):not(.btn-flat) {
  background-color: rgba(15, 15, 15, 0);
}
.btn-black:active:not(.btn-link):not(.btn-flat) {
  background-color: #0f0f0f;
}
.btn-white:active:not(.btn-link):not(.btn-flat) {
  background-color: #f0f0f0;
}
.btn-inverse:active:not(.btn-link):not(.btn-flat) {
  background-color: #5062c2;
}
.btn-primary:active:not(.btn-link):not(.btn-flat) {
  background-color: #00b5a4;
}
.btn-success:active:not(.btn-link):not(.btn-flat) {
  background-color: #60ba63;
}
.btn-info:active:not(.btn-link):not(.btn-flat) {
  background-color: #19b6fc;
}
.btn-warning:active:not(.btn-link):not(.btn-flat) {
  background-color: #ff6e41;
}
.btn-danger:active:not(.btn-link):not(.btn-flat) {
  background-color: #f65e53;
}
.btn-material-red:active:not(.btn-link):not(.btn-flat) {
  background-color: #f65e53;
}
.btn-material-pink:active:not(.btn-link):not(.btn-flat) {
  background-color: #ec3a76;
}
.btn-material-purple:active:not(.btn-link):not(.btn-flat) {
  background-color: #b22dc9;
}
.btn-material-deep-purple:active:not(.btn-link):not(.btn-flat) {
  background-color: #764ac6;
}
.btn-material-indigo:active:not(.btn-link):not(.btn-flat) {
  background-color: #5062c2;
}
.btn-material-blue:active:not(.btn-link):not(.btn-flat) {
  background-color: #3ea4f5;
}
.btn-material-light-blue:active:not(.btn-link):not(.btn-flat) {
  background-color: #19b6fc;
}
.btn-material-cyan:active:not(.btn-link):not(.btn-flat) {
  background-color: #00a1b5;
}
.btn-material-teal:active:not(.btn-link):not(.btn-flat) {
  background-color: #00b5a4;
}
.btn-material-green:active:not(.btn-link):not(.btn-flat) {
  background-color: #60ba63;
}
.btn-material-light-green:active:not(.btn-link):not(.btn-flat) {
  background-color: #7cb33b;
}
.btn-material-lime:active:not(.btn-link):not(.btn-flat) {
  background-color: #c2d125;
}
.btn-material-yellow:active:not(.btn-link):not(.btn-flat) {
  background-color: #ffe81c;
}
.btn-material-amber:active:not(.btn-link):not(.btn-flat) {
  background-color: #e7ae00;
}
.btn-material-orange:active:not(.btn-link):not(.btn-flat) {
  background-color: #e08600;
}
.btn-material-deep-orange:active:not(.btn-link):not(.btn-flat) {
  background-color: #ff6e41;
}
.btn-material-brown:active:not(.btn-link):not(.btn-flat) {
  background-color: #8c6253;
}
.btn-material-grey:active:not(.btn-link):not(.btn-flat) {
  background-color: #adadad;
}
.btn-material-blue-grey:active:not(.btn-link):not(.btn-flat) {
  background-color: #6e8d9b;
}
.btn.active:not(.btn-link):not(.btn-flat),
.btn-default.active:not(.btn-link):not(.btn-flat) {
  background-color: rgba(15, 15, 15, 0);
}
.btn-black.active:not(.btn-link):not(.btn-flat) {
  background-color: #0f0f0f;
}
.btn-white.active:not(.btn-link):not(.btn-flat) {
  background-color: #f0f0f0;
}
.btn-inverse.active:not(.btn-link):not(.btn-flat) {
  background-color: #5062c2;
}
.btn-primary.active:not(.btn-link):not(.btn-flat) {
  background-color: #00b5a4;
}
.btn-success.active:not(.btn-link):not(.btn-flat) {
  background-color: #60ba63;
}
.btn-info.active:not(.btn-link):not(.btn-flat) {
  background-color: #19b6fc;
}
.btn-warning.active:not(.btn-link):not(.btn-flat) {
  background-color: #ff6e41;
}
.btn-danger.active:not(.btn-link):not(.btn-flat) {
  background-color: #f65e53;
}
.btn-material-red.active:not(.btn-link):not(.btn-flat) {
  background-color: #f65e53;
}
.btn-material-pink.active:not(.btn-link):not(.btn-flat) {
  background-color: #ec3a76;
}
.btn-material-purple.active:not(.btn-link):not(.btn-flat) {
  background-color: #b22dc9;
}
.btn-material-deep-purple.active:not(.btn-link):not(.btn-flat) {
  background-color: #764ac6;
}
.btn-material-indigo.active:not(.btn-link):not(.btn-flat) {
  background-color: #5062c2;
}
.btn-material-blue.active:not(.btn-link):not(.btn-flat) {
  background-color: #3ea4f5;
}
.btn-material-light-blue.active:not(.btn-link):not(.btn-flat) {
  background-color: #19b6fc;
}
.btn-material-cyan.active:not(.btn-link):not(.btn-flat) {
  background-color: #00a1b5;
}
.btn-material-teal.active:not(.btn-link):not(.btn-flat) {
  background-color: #00b5a4;
}
.btn-material-green.active:not(.btn-link):not(.btn-flat) {
  background-color: #60ba63;
}
.btn-material-light-green.active:not(.btn-link):not(.btn-flat) {
  background-color: #7cb33b;
}
.btn-material-lime.active:not(.btn-link):not(.btn-flat) {
  background-color: #c2d125;
}
.btn-material-yellow.active:not(.btn-link):not(.btn-flat) {
  background-color: #ffe81c;
}
.btn-material-amber.active:not(.btn-link):not(.btn-flat) {
  background-color: #e7ae00;
}
.btn-material-orange.active:not(.btn-link):not(.btn-flat) {
  background-color: #e08600;
}
.btn-material-deep-orange.active:not(.btn-link):not(.btn-flat) {
  background-color: #ff6e41;
}
.btn-material-brown.active:not(.btn-link):not(.btn-flat) {
  background-color: #8c6253;
}
.btn-material-grey.active:not(.btn-link):not(.btn-flat) {
  background-color: #adadad;
}
.btn-material-blue-grey.active:not(.btn-link):not(.btn-flat) {
  background-color: #6e8d9b;
}
.btn.btn-flat:hover:not(.btn-ink),
.btn-default.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-black.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-white.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-inverse.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(63, 81, 181, 0.2);
}
.btn-primary.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(0, 150, 136, 0.2);
}
.btn-success.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(76, 175, 80, 0.2);
}
.btn-info.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(3, 169, 244, 0.2);
}
.btn-warning.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(255, 87, 34, 0.2);
}
.btn-danger.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(244, 67, 54, 0.2);
}
.btn-material-red.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(244, 67, 54, 0.2);
}
.btn-material-pink.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(233, 30, 99, 0.2);
}
.btn-material-purple.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(156, 39, 176, 0.2);
}
.btn-material-deep-purple.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(103, 58, 183, 0.2);
}
.btn-material-indigo.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(63, 81, 181, 0.2);
}
.btn-material-blue.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(33, 150, 243, 0.2);
}
.btn-material-light-blue.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(3, 169, 244, 0.2);
}
.btn-material-cyan.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(0, 188, 212, 0.2);
}
.btn-material-teal.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(0, 150, 136, 0.2);
}
.btn-material-green.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(76, 175, 80, 0.2);
}
.btn-material-light-green.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(139, 195, 74, 0.2);
}
.btn-material-lime.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(205, 220, 57, 0.2);
}
.btn-material-yellow.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(255, 235, 59, 0.2);
}
.btn-material-amber.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(255, 193, 7, 0.2);
}
.btn-material-orange.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(255, 152, 0, 0.2);
}
.btn-material-deep-orange.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(255, 87, 34, 0.2);
}
.btn-material-brown.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(121, 85, 72, 0.2);
}
.btn-material-grey.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(158, 158, 158, 0.2);
}
.btn-material-blue-grey.btn-flat:hover:not(.btn-ink) {
  background-color: rgba(96, 125, 139, 0.2);
}
.btn.btn-flat {
  background: none;
  box-shadow: none;
  font-weight: 500;
}
.btn.btn-flat:disabled {
  color: #a8a8a8 !important;
}
.btn.btn-sm {
  padding: 5px 20px;
}
.btn.btn-xs {
  padding: 4px 15px;
  font-size: 10px;
}
.btn.btn-raised {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.btn-raised:active:not(.btn-link) {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-fab {
  margin: 0;
  padding: 15px;
  font-size: 26px;
  width: 56px;
  height: 56px;
}
.btn.btn-fab,
.btn.btn-fab:hover,
.btn.btn-fab:active,
.btn.btn-fab-default,
.btn.btn-fab:hover-default,
.btn.btn-fab:active-default {
  background-color: transparent;
}
.btn.btn-fab-black,
.btn.btn-fab:hover-black,
.btn.btn-fab:active-black {
  background-color: #000000;
}
.btn.btn-fab-white,
.btn.btn-fab:hover-white,
.btn.btn-fab:active-white {
  background-color: #ffffff;
}
.btn.btn-fab-inverse,
.btn.btn-fab:hover-inverse,
.btn.btn-fab:active-inverse {
  background-color: #3f51b5;
}
.btn.btn-fab-primary,
.btn.btn-fab:hover-primary,
.btn.btn-fab:active-primary {
  background-color: #009688;
}
.btn.btn-fab-success,
.btn.btn-fab:hover-success,
.btn.btn-fab:active-success {
  background-color: #4caf50;
}
.btn.btn-fab-info,
.btn.btn-fab:hover-info,
.btn.btn-fab:active-info {
  background-color: #03a9f4;
}
.btn.btn-fab-warning,
.btn.btn-fab:hover-warning,
.btn.btn-fab:active-warning {
  background-color: #ff5722;
}
.btn.btn-fab-danger,
.btn.btn-fab:hover-danger,
.btn.btn-fab:active-danger {
  background-color: #f44336;
}
.btn.btn-fab-material-red,
.btn.btn-fab:hover-material-red,
.btn.btn-fab:active-material-red {
  background-color: #f44336;
}
.btn.btn-fab-material-pink,
.btn.btn-fab:hover-material-pink,
.btn.btn-fab:active-material-pink {
  background-color: #e91e63;
}
.btn.btn-fab-material-purple,
.btn.btn-fab:hover-material-purple,
.btn.btn-fab:active-material-purple {
  background-color: #9c27b0;
}
.btn.btn-fab-material-deep-purple,
.btn.btn-fab:hover-material-deep-purple,
.btn.btn-fab:active-material-deep-purple {
  background-color: #673ab7;
}
.btn.btn-fab-material-indigo,
.btn.btn-fab:hover-material-indigo,
.btn.btn-fab:active-material-indigo {
  background-color: #3f51b5;
}
.btn.btn-fab-material-blue,
.btn.btn-fab:hover-material-blue,
.btn.btn-fab:active-material-blue {
  background-color: #2196f3;
}
.btn.btn-fab-material-light-blue,
.btn.btn-fab:hover-material-light-blue,
.btn.btn-fab:active-material-light-blue {
  background-color: #03a9f4;
}
.btn.btn-fab-material-cyan,
.btn.btn-fab:hover-material-cyan,
.btn.btn-fab:active-material-cyan {
  background-color: #00bcd4;
}
.btn.btn-fab-material-teal,
.btn.btn-fab:hover-material-teal,
.btn.btn-fab:active-material-teal {
  background-color: #009688;
}
.btn.btn-fab-material-green,
.btn.btn-fab:hover-material-green,
.btn.btn-fab:active-material-green {
  background-color: #4caf50;
}
.btn.btn-fab-material-light-green,
.btn.btn-fab:hover-material-light-green,
.btn.btn-fab:active-material-light-green {
  background-color: #8bc34a;
}
.btn.btn-fab-material-lime,
.btn.btn-fab:hover-material-lime,
.btn.btn-fab:active-material-lime {
  background-color: #cddc39;
}
.btn.btn-fab-material-yellow,
.btn.btn-fab:hover-material-yellow,
.btn.btn-fab:active-material-yellow {
  background-color: #ffeb3b;
}
.btn.btn-fab-material-amber,
.btn.btn-fab:hover-material-amber,
.btn.btn-fab:active-material-amber {
  background-color: #ffc107;
}
.btn.btn-fab-material-orange,
.btn.btn-fab:hover-material-orange,
.btn.btn-fab:active-material-orange {
  background-color: #ff9800;
}
.btn.btn-fab-material-deep-orange,
.btn.btn-fab:hover-material-deep-orange,
.btn.btn-fab:active-material-deep-orange {
  background-color: #ff5722;
}
.btn.btn-fab-material-brown,
.btn.btn-fab:hover-material-brown,
.btn.btn-fab:active-material-brown {
  background-color: #795548;
}
.btn.btn-fab-material-grey,
.btn.btn-fab:hover-material-grey,
.btn.btn-fab:active-material-grey {
  background-color: #9e9e9e;
}
.btn.btn-fab-material-blue-grey,
.btn.btn-fab:hover-material-blue-grey,
.btn.btn-fab:active-material-blue-grey {
  background-color: #607d8b;
}
.btn.btn-fab,
.btn.btn-fab:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-fab:active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-fab,
.btn.btn-fab .ripple-wrapper {
  border-radius: 100%;
}
.btn.btn-fab.btn-fab-mini {
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 15px;
}
.btn.btn-fab i {
  position: relative;
  top: -5px;
}
.btn-link,
.btn:not([class*="btn-"]),
.btn-default {
  color: rgba(0, 0, 0, 0.84);
}
.btn-link:hover,
.btn:not([class*="btn-"]):hover,
.btn-default:hover {
  color: rgba(0, 0, 0, 0.84);
}
.btn:not([class*="btn-"]):hover,
.btn-default:hover,
.btn-flat:not(.btn-link):hover,
.btn:not([class*="btn-"]).active,
.btn-default.active,
.btn-flat:not(.btn-link).active {
  background-color: rgba(255, 255, 255, 0.5);
}
.open > .dropdown-toggle.btn,
.open > .dropdown-toggle.btn-default {
  background-color: transparent;
}
.open > .dropdown-toggle.btn-black {
  background-color: #000000;
}
.open > .dropdown-toggle.btn-white {
  background-color: #ffffff;
}
.open > .dropdown-toggle.btn-inverse {
  background-color: #3f51b5;
}
.open > .dropdown-toggle.btn-primary {
  background-color: #009688;
}
.open > .dropdown-toggle.btn-success {
  background-color: #4caf50;
}
.open > .dropdown-toggle.btn-info {
  background-color: #03a9f4;
}
.open > .dropdown-toggle.btn-warning {
  background-color: #ff5722;
}
.open > .dropdown-toggle.btn-danger {
  background-color: #f44336;
}
.open > .dropdown-toggle.btn-material-red {
  background-color: #f44336;
}
.open > .dropdown-toggle.btn-material-pink {
  background-color: #e91e63;
}
.open > .dropdown-toggle.btn-material-purple {
  background-color: #9c27b0;
}
.open > .dropdown-toggle.btn-material-deep-purple {
  background-color: #673ab7;
}
.open > .dropdown-toggle.btn-material-indigo {
  background-color: #3f51b5;
}
.open > .dropdown-toggle.btn-material-blue {
  background-color: #2196f3;
}
.open > .dropdown-toggle.btn-material-light-blue {
  background-color: #03a9f4;
}
.open > .dropdown-toggle.btn-material-cyan {
  background-color: #00bcd4;
}
.open > .dropdown-toggle.btn-material-teal {
  background-color: #009688;
}
.open > .dropdown-toggle.btn-material-green {
  background-color: #4caf50;
}
.open > .dropdown-toggle.btn-material-light-green {
  background-color: #8bc34a;
}
.open > .dropdown-toggle.btn-material-lime {
  background-color: #cddc39;
}
.open > .dropdown-toggle.btn-material-yellow {
  background-color: #ffeb3b;
}
.open > .dropdown-toggle.btn-material-amber {
  background-color: #ffc107;
}
.open > .dropdown-toggle.btn-material-orange {
  background-color: #ff9800;
}
.open > .dropdown-toggle.btn-material-deep-orange {
  background-color: #ff5722;
}
.open > .dropdown-toggle.btn-material-brown {
  background-color: #795548;
}
.open > .dropdown-toggle.btn-material-grey {
  background-color: #9e9e9e;
}
.open > .dropdown-toggle.btn-material-blue-grey {
  background-color: #607d8b;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  border-radius: 2px;
  margin: 10px 1px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-group:active:not(.btn-link),
.btn-group-vertical:active:not(.btn-link) {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-group.open .dropdown-toggle,
.btn-group-vertical.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group.btn-group-raised,
.btn-group-vertical.btn-group-raised {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-group.btn-group-raised:active:not(.btn-link),
.btn-group-vertical.btn-group-raised:active:not(.btn-link) {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-group .btn,
.btn-group-vertical .btn,
.btn-group .btn:active,
.btn-group-vertical .btn:active,
.btn-group .btn-group,
.btn-group-vertical .btn-group {
  box-shadow: none !important;
  margin: 0;
}
.btn-group-flat {
  box-shadow: none !important;
}
.form-horizontal .checkbox {
  padding-top: 20px;
}
.checkbox {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
          transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
          animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
          animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
          animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
          animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms forwards;
          animation: rippleOff 500ms forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
          animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #4caf50;
}
.checkbox-black input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #000000;
}
.checkbox-white input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #009688;
}
.checkbox-success input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #4caf50;
}
.checkbox-info input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #f44336;
}
.checkbox-material-red input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #f44336;
}
.checkbox-material-pink input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #e91e63;
}
.checkbox-material-purple input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #9c27b0;
}
.checkbox-material-deep-purple input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #673ab7;
}
.checkbox-material-indigo input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #3f51b5;
}
.checkbox-material-blue input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #2196f3;
}
.checkbox-material-light-blue input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #03a9f4;
}
.checkbox-material-cyan input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #00bcd4;
}
.checkbox-material-teal input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #009688;
}
.checkbox-material-green input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #4caf50;
}
.checkbox-material-light-green input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #8bc34a;
}
.checkbox-material-lime input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #cddc39;
}
.checkbox-material-yellow input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #ffeb3b;
}
.checkbox-material-amber input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #ffc107;
}
.checkbox-material-orange input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #ff9800;
}
.checkbox-material-deep-orange input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #ff5722;
}
.checkbox-material-brown input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #795548;
}
.checkbox-material-grey input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #9e9e9e;
}
.checkbox-material-blue-grey input[type=checkbox]:checked + .checkbox-material .check:after {
  background-color: #607d8b;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4caf50;
}
.checkbox-black input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #000000;
}
.checkbox-white input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #009688;
}
.checkbox-success input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4caf50;
}
.checkbox-info input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #f44336;
}
.checkbox-material-red input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #f44336;
}
.checkbox-material-pink input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #e91e63;
}
.checkbox-material-purple input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #9c27b0;
}
.checkbox-material-deep-purple input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #673ab7;
}
.checkbox-material-indigo input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #3f51b5;
}
.checkbox-material-blue input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #2196f3;
}
.checkbox-material-light-blue input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #03a9f4;
}
.checkbox-material-cyan input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #00bcd4;
}
.checkbox-material-teal input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #009688;
}
.checkbox-material-green input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4caf50;
}
.checkbox-material-light-green input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #8bc34a;
}
.checkbox-material-lime input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #cddc39;
}
.checkbox-material-yellow input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #ffeb3b;
}
.checkbox-material-amber input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #ffc107;
}
.checkbox-material-orange input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #ff9800;
}
.checkbox-material-deep-orange input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #ff5722;
}
.checkbox-material-brown input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #795548;
}
.checkbox-material-grey input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #9e9e9e;
}
.checkbox-material-blue-grey input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #607d8b;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check {
  color: #4caf50;
}
.checkbox-black input[type=checkbox]:checked + .checkbox-material .check {
  color: #000000;
}
.checkbox-white input[type=checkbox]:checked + .checkbox-material .check {
  color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked + .checkbox-material .check {
  color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked + .checkbox-material .check {
  color: #009688;
}
.checkbox-success input[type=checkbox]:checked + .checkbox-material .check {
  color: #4caf50;
}
.checkbox-info input[type=checkbox]:checked + .checkbox-material .check {
  color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked + .checkbox-material .check {
  color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked + .checkbox-material .check {
  color: #f44336;
}
.checkbox-material-red input[type=checkbox]:checked + .checkbox-material .check {
  color: #f44336;
}
.checkbox-material-pink input[type=checkbox]:checked + .checkbox-material .check {
  color: #e91e63;
}
.checkbox-material-purple input[type=checkbox]:checked + .checkbox-material .check {
  color: #9c27b0;
}
.checkbox-material-deep-purple input[type=checkbox]:checked + .checkbox-material .check {
  color: #673ab7;
}
.checkbox-material-indigo input[type=checkbox]:checked + .checkbox-material .check {
  color: #3f51b5;
}
.checkbox-material-blue input[type=checkbox]:checked + .checkbox-material .check {
  color: #2196f3;
}
.checkbox-material-light-blue input[type=checkbox]:checked + .checkbox-material .check {
  color: #03a9f4;
}
.checkbox-material-cyan input[type=checkbox]:checked + .checkbox-material .check {
  color: #00bcd4;
}
.checkbox-material-teal input[type=checkbox]:checked + .checkbox-material .check {
  color: #009688;
}
.checkbox-material-green input[type=checkbox]:checked + .checkbox-material .check {
  color: #4caf50;
}
.checkbox-material-light-green input[type=checkbox]:checked + .checkbox-material .check {
  color: #8bc34a;
}
.checkbox-material-lime input[type=checkbox]:checked + .checkbox-material .check {
  color: #cddc39;
}
.checkbox-material-yellow input[type=checkbox]:checked + .checkbox-material .check {
  color: #ffeb3b;
}
.checkbox-material-amber input[type=checkbox]:checked + .checkbox-material .check {
  color: #ffc107;
}
.checkbox-material-orange input[type=checkbox]:checked + .checkbox-material .check {
  color: #ff9800;
}
.checkbox-material-deep-orange input[type=checkbox]:checked + .checkbox-material .check {
  color: #ff5722;
}
.checkbox-material-brown input[type=checkbox]:checked + .checkbox-material .check {
  color: #795548;
}
.checkbox-material-grey input[type=checkbox]:checked + .checkbox-material .check {
  color: #9e9e9e;
}
.checkbox-material-blue-grey input[type=checkbox]:checked + .checkbox-material .check {
  color: #607d8b;
}
@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.togglebutton {
  vertical-align: middle;
}
.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.togglebutton label {
  font-weight: 400;
  cursor: pointer;
}
.togglebutton label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: rgba(80, 80, 80, 0.7);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
}
.togglebutton label .toggle:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #F1F1F1;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -2px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.togglebutton label input[type=checkbox][disabled] + .toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
  background-color: #BDBDBD;
}
.togglebutton label input[type=checkbox] + .toggle:active:after,
.togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
  left: 15px;
}
.togglebutton label input[type=checkbox]:checked + .toggle,
.togglebutton-default label input[type=checkbox]:checked + .toggle {
  background-color: rgba(0, 150, 136, 0.5);
}
.togglebutton-black label input[type=checkbox]:checked + .toggle {
  background-color: rgba(0, 0, 0, 0.5);
}
.togglebutton-white label input[type=checkbox]:checked + .toggle {
  background-color: rgba(255, 255, 255, 0.5);
}
.togglebutton-inverse label input[type=checkbox]:checked + .toggle {
  background-color: rgba(63, 81, 181, 0.5);
}
.togglebutton-primary label input[type=checkbox]:checked + .toggle {
  background-color: rgba(0, 150, 136, 0.5);
}
.togglebutton-success label input[type=checkbox]:checked + .toggle {
  background-color: rgba(76, 175, 80, 0.5);
}
.togglebutton-info label input[type=checkbox]:checked + .toggle {
  background-color: rgba(3, 169, 244, 0.5);
}
.togglebutton-warning label input[type=checkbox]:checked + .toggle {
  background-color: rgba(255, 87, 34, 0.5);
}
.togglebutton-danger label input[type=checkbox]:checked + .toggle {
  background-color: rgba(244, 67, 54, 0.5);
}
.togglebutton-material-red label input[type=checkbox]:checked + .toggle {
  background-color: rgba(244, 67, 54, 0.5);
}
.togglebutton-material-pink label input[type=checkbox]:checked + .toggle {
  background-color: rgba(233, 30, 99, 0.5);
}
.togglebutton-material-purple label input[type=checkbox]:checked + .toggle {
  background-color: rgba(156, 39, 176, 0.5);
}
.togglebutton-material-deep-purple label input[type=checkbox]:checked + .toggle {
  background-color: rgba(103, 58, 183, 0.5);
}
.togglebutton-material-indigo label input[type=checkbox]:checked + .toggle {
  background-color: rgba(63, 81, 181, 0.5);
}
.togglebutton-material-blue label input[type=checkbox]:checked + .toggle {
  background-color: rgba(33, 150, 243, 0.5);
}
.togglebutton-material-light-blue label input[type=checkbox]:checked + .toggle {
  background-color: rgba(3, 169, 244, 0.5);
}
.togglebutton-material-cyan label input[type=checkbox]:checked + .toggle {
  background-color: rgba(0, 188, 212, 0.5);
}
.togglebutton-material-teal label input[type=checkbox]:checked + .toggle {
  background-color: rgba(0, 150, 136, 0.5);
}
.togglebutton-material-green label input[type=checkbox]:checked + .toggle {
  background-color: rgba(76, 175, 80, 0.5);
}
.togglebutton-material-light-green label input[type=checkbox]:checked + .toggle {
  background-color: rgba(139, 195, 74, 0.5);
}
.togglebutton-material-lime label input[type=checkbox]:checked + .toggle {
  background-color: rgba(205, 220, 57, 0.5);
}
.togglebutton-material-yellow label input[type=checkbox]:checked + .toggle {
  background-color: rgba(255, 235, 59, 0.5);
}
.togglebutton-material-amber label input[type=checkbox]:checked + .toggle {
  background-color: rgba(255, 193, 7, 0.5);
}
.togglebutton-material-orange label input[type=checkbox]:checked + .toggle {
  background-color: rgba(255, 152, 0, 0.5);
}
.togglebutton-material-deep-orange label input[type=checkbox]:checked + .toggle {
  background-color: rgba(255, 87, 34, 0.5);
}
.togglebutton-material-brown label input[type=checkbox]:checked + .toggle {
  background-color: rgba(121, 85, 72, 0.5);
}
.togglebutton-material-grey label input[type=checkbox]:checked + .toggle {
  background-color: rgba(158, 158, 158, 0.5);
}
.togglebutton-material-blue-grey label input[type=checkbox]:checked + .toggle {
  background-color: rgba(96, 125, 139, 0.5);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after,
.togglebutton-default label input[type=checkbox]:checked + .toggle:after {
  background-color: #009688;
}
.togglebutton-black label input[type=checkbox]:checked + .toggle:after {
  background-color: #000000;
}
.togglebutton-white label input[type=checkbox]:checked + .toggle:after {
  background-color: #ffffff;
}
.togglebutton-inverse label input[type=checkbox]:checked + .toggle:after {
  background-color: #3f51b5;
}
.togglebutton-primary label input[type=checkbox]:checked + .toggle:after {
  background-color: #009688;
}
.togglebutton-success label input[type=checkbox]:checked + .toggle:after {
  background-color: #4caf50;
}
.togglebutton-info label input[type=checkbox]:checked + .toggle:after {
  background-color: #03a9f4;
}
.togglebutton-warning label input[type=checkbox]:checked + .toggle:after {
  background-color: #ff5722;
}
.togglebutton-danger label input[type=checkbox]:checked + .toggle:after {
  background-color: #f44336;
}
.togglebutton-material-red label input[type=checkbox]:checked + .toggle:after {
  background-color: #f44336;
}
.togglebutton-material-pink label input[type=checkbox]:checked + .toggle:after {
  background-color: #e91e63;
}
.togglebutton-material-purple label input[type=checkbox]:checked + .toggle:after {
  background-color: #9c27b0;
}
.togglebutton-material-deep-purple label input[type=checkbox]:checked + .toggle:after {
  background-color: #673ab7;
}
.togglebutton-material-indigo label input[type=checkbox]:checked + .toggle:after {
  background-color: #3f51b5;
}
.togglebutton-material-blue label input[type=checkbox]:checked + .toggle:after {
  background-color: #2196f3;
}
.togglebutton-material-light-blue label input[type=checkbox]:checked + .toggle:after {
  background-color: #03a9f4;
}
.togglebutton-material-cyan label input[type=checkbox]:checked + .toggle:after {
  background-color: #00bcd4;
}
.togglebutton-material-teal label input[type=checkbox]:checked + .toggle:after {
  background-color: #009688;
}
.togglebutton-material-green label input[type=checkbox]:checked + .toggle:after {
  background-color: #4caf50;
}
.togglebutton-material-light-green label input[type=checkbox]:checked + .toggle:after {
  background-color: #8bc34a;
}
.togglebutton-material-lime label input[type=checkbox]:checked + .toggle:after {
  background-color: #cddc39;
}
.togglebutton-material-yellow label input[type=checkbox]:checked + .toggle:after {
  background-color: #ffeb3b;
}
.togglebutton-material-amber label input[type=checkbox]:checked + .toggle:after {
  background-color: #ffc107;
}
.togglebutton-material-orange label input[type=checkbox]:checked + .toggle:after {
  background-color: #ff9800;
}
.togglebutton-material-deep-orange label input[type=checkbox]:checked + .toggle:after {
  background-color: #ff5722;
}
.togglebutton-material-brown label input[type=checkbox]:checked + .toggle:after {
  background-color: #795548;
}
.togglebutton-material-grey label input[type=checkbox]:checked + .toggle:after {
  background-color: #9e9e9e;
}
.togglebutton-material-blue-grey label input[type=checkbox]:checked + .toggle:after {
  background-color: #607d8b;
}
.togglebutton label input[type=checkbox]:checked + .toggle:active:after,
.togglebutton-default label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}
.togglebutton-black label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.togglebutton-white label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}
.togglebutton-inverse label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}
.togglebutton-primary label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}
.togglebutton-success label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(76, 175, 80, 0.1);
}
.togglebutton-info label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}
.togglebutton-warning label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}
.togglebutton-danger label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(244, 67, 54, 0.1);
}
.togglebutton-material-red label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(244, 67, 54, 0.1);
}
.togglebutton-material-pink label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
}
.togglebutton-material-purple label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1);
}
.togglebutton-material-deep-purple label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
}
.togglebutton-material-indigo label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}
.togglebutton-material-blue label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(33, 150, 243, 0.1);
}
.togglebutton-material-light-blue label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}
.togglebutton-material-cyan label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
}
.togglebutton-material-teal label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}
.togglebutton-material-green label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(76, 175, 80, 0.1);
}
.togglebutton-material-light-green label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
}
.togglebutton-material-lime label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
}
.togglebutton-material-yellow label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 235, 59, 0.1);
}
.togglebutton-material-amber label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
}
.togglebutton-material-orange label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
}
.togglebutton-material-deep-orange label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}
.togglebutton-material-brown label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
}
.togglebutton-material-grey label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
}
.togglebutton-material-blue-grey label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
}
.form-horizontal .radio {
  margin-bottom: 10px;
}
.radio label {
  cursor: pointer;
  padding-left: 45px;
  position: relative;
}
.radio label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 2px;
  transition-duration: 0.2s;
}
.radio label .circle {
  border: 2px solid rgba(0, 0, 0, 0.84);
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.radio label .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
}
.radio label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
          transform: scale3d(1.5, 1.5, 1);
}
.radio label input[type=radio]:not(:checked) ~ .check:after {
  -webkit-animation: rippleOff 500ms;
          animation: rippleOff 500ms;
}
.radio label input[type=radio]:checked ~ .check:after {
  -webkit-animation: rippleOn 500ms;
          animation: rippleOn 500ms;
}
.radio input[type=radio]:checked ~ .check,
.radio-default input[type=radio]:checked ~ .check {
  background-color: rgba(0, 0, 0, 0.84);
}
.radio-black input[type=radio]:checked ~ .check {
  background-color: #000000;
}
.radio-white input[type=radio]:checked ~ .check {
  background-color: #ffffff;
}
.radio-inverse input[type=radio]:checked ~ .check {
  background-color: #3f51b5;
}
.radio-primary input[type=radio]:checked ~ .check {
  background-color: #009688;
}
.radio-success input[type=radio]:checked ~ .check {
  background-color: #4caf50;
}
.radio-info input[type=radio]:checked ~ .check {
  background-color: #03a9f4;
}
.radio-warning input[type=radio]:checked ~ .check {
  background-color: #ff5722;
}
.radio-danger input[type=radio]:checked ~ .check {
  background-color: #f44336;
}
.radio-material-red input[type=radio]:checked ~ .check {
  background-color: #f44336;
}
.radio-material-pink input[type=radio]:checked ~ .check {
  background-color: #e91e63;
}
.radio-material-purple input[type=radio]:checked ~ .check {
  background-color: #9c27b0;
}
.radio-material-deep-purple input[type=radio]:checked ~ .check {
  background-color: #673ab7;
}
.radio-material-indigo input[type=radio]:checked ~ .check {
  background-color: #3f51b5;
}
.radio-material-blue input[type=radio]:checked ~ .check {
  background-color: #2196f3;
}
.radio-material-light-blue input[type=radio]:checked ~ .check {
  background-color: #03a9f4;
}
.radio-material-cyan input[type=radio]:checked ~ .check {
  background-color: #00bcd4;
}
.radio-material-teal input[type=radio]:checked ~ .check {
  background-color: #009688;
}
.radio-material-green input[type=radio]:checked ~ .check {
  background-color: #4caf50;
}
.radio-material-light-green input[type=radio]:checked ~ .check {
  background-color: #8bc34a;
}
.radio-material-lime input[type=radio]:checked ~ .check {
  background-color: #cddc39;
}
.radio-material-yellow input[type=radio]:checked ~ .check {
  background-color: #ffeb3b;
}
.radio-material-amber input[type=radio]:checked ~ .check {
  background-color: #ffc107;
}
.radio-material-orange input[type=radio]:checked ~ .check {
  background-color: #ff9800;
}
.radio-material-deep-orange input[type=radio]:checked ~ .check {
  background-color: #ff5722;
}
.radio-material-brown input[type=radio]:checked ~ .check {
  background-color: #795548;
}
.radio-material-grey input[type=radio]:checked ~ .check {
  background-color: #9e9e9e;
}
.radio-material-blue-grey input[type=radio]:checked ~ .check {
  background-color: #607d8b;
}
.radio input[type=radio]:checked ~ .circle,
.radio-default input[type=radio]:checked ~ .circle {
  border-color: rgba(0, 0, 0, 0.84);
}
.radio-black input[type=radio]:checked ~ .circle {
  border-color: #000000;
}
.radio-white input[type=radio]:checked ~ .circle {
  border-color: #ffffff;
}
.radio-inverse input[type=radio]:checked ~ .circle {
  border-color: #3f51b5;
}
.radio-primary input[type=radio]:checked ~ .circle {
  border-color: #009688;
}
.radio-success input[type=radio]:checked ~ .circle {
  border-color: #4caf50;
}
.radio-info input[type=radio]:checked ~ .circle {
  border-color: #03a9f4;
}
.radio-warning input[type=radio]:checked ~ .circle {
  border-color: #ff5722;
}
.radio-danger input[type=radio]:checked ~ .circle {
  border-color: #f44336;
}
.radio-material-red input[type=radio]:checked ~ .circle {
  border-color: #f44336;
}
.radio-material-pink input[type=radio]:checked ~ .circle {
  border-color: #e91e63;
}
.radio-material-purple input[type=radio]:checked ~ .circle {
  border-color: #9c27b0;
}
.radio-material-deep-purple input[type=radio]:checked ~ .circle {
  border-color: #673ab7;
}
.radio-material-indigo input[type=radio]:checked ~ .circle {
  border-color: #3f51b5;
}
.radio-material-blue input[type=radio]:checked ~ .circle {
  border-color: #2196f3;
}
.radio-material-light-blue input[type=radio]:checked ~ .circle {
  border-color: #03a9f4;
}
.radio-material-cyan input[type=radio]:checked ~ .circle {
  border-color: #00bcd4;
}
.radio-material-teal input[type=radio]:checked ~ .circle {
  border-color: #009688;
}
.radio-material-green input[type=radio]:checked ~ .circle {
  border-color: #4caf50;
}
.radio-material-light-green input[type=radio]:checked ~ .circle {
  border-color: #8bc34a;
}
.radio-material-lime input[type=radio]:checked ~ .circle {
  border-color: #cddc39;
}
.radio-material-yellow input[type=radio]:checked ~ .circle {
  border-color: #ffeb3b;
}
.radio-material-amber input[type=radio]:checked ~ .circle {
  border-color: #ffc107;
}
.radio-material-orange input[type=radio]:checked ~ .circle {
  border-color: #ff9800;
}
.radio-material-deep-orange input[type=radio]:checked ~ .circle {
  border-color: #ff5722;
}
.radio-material-brown input[type=radio]:checked ~ .circle {
  border-color: #795548;
}
.radio-material-grey input[type=radio]:checked ~ .circle {
  border-color: #9e9e9e;
}
.radio-material-blue-grey input[type=radio]:checked ~ .circle {
  border-color: #607d8b;
}
.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle {
  opacity: 0.5;
}
.radio input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.radio input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.55, 0.55, 1);
          transform: scale3d(0.55, 0.55, 1);
}
.radio input[type=radio][disabled] ~ .circle {
  border-color: rgba(0, 0, 0, 0.84);
}
.radio input[type=radio][disabled] ~ .check {
  background-color: rgba(0, 0, 0, 0.84);
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
fieldset[disabled] .form-control,
.form-control,
fieldset[disabled] .form-control:focus,
.form-control:focus,
fieldset[disabled] .form-control.focus,
.form-control.focus {
  padding: 0;
  float: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
fieldset[disabled] .form-control:disabled,
.form-control:disabled,
fieldset[disabled] .form-control:focus:disabled,
.form-control:focus:disabled,
fieldset[disabled] .form-control.focus:disabled,
.form-control.focus:disabled {
  border-style: dashed;
  border-bottom: 1px solid #757575;
}
fieldset[disabled] .form-control:textarea,
.form-control:textarea {
  height: 40px;
}
select[multiple].form-control,
select[multiple].form-control:focus,
select[multiple].form-control.focus {
  height: 85px;
}
.form-control {
  border: 0;
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0s ease-out;
}
.form-control::-webkit-input-placeholder {
  color: #bdbdbd;
}
.form-control::-moz-placeholder {
  color: #bdbdbd;
}
.form-control:-ms-input-placeholder {
  color: #bdbdbd;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}
fieldset[disabled] .form-control:disabled,
.form-control-wrapper .form-control:disabled,
.form-control:disabled,
fieldset[disabled] .form-control:focus:disabled,
.form-control-wrapper .form-control:focus:disabled,
.form-control:focus:disabled,
fieldset[disabled] .form-control.focus:disabled,
.form-control-wrapper .form-control.focus:disabled,
.form-control.focus:disabled {
  border: 0;
}
.form-control:focus,
.form-control.focus {
  outline: none;
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}
.form-control-wrapper {
  position: relative;
}
.form-control-wrapper .floating-label {
  color: #bdbdbd;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 5px;
  transition: 0.3s ease all;
  opacity: 0;
}
.form-control:focus ~ .form-control-wrapper .floating-label,
.form-control:not(.empty) ~ .form-control-wrapper .floating-label {
  opacity: 1;
}
.form-control-wrapper .floating-label {
  font-size: 14px;
}
.form-control-wrapper .form-control:focus ~ .floating-label,
.form-control-wrapper .form-control:not(.empty) ~ .floating-label {
  top: -9.8px;
  font-size: 9.8px;
}
.form-control-wrapper .input-sm + .floating-label {
  font-size: 12px;
  top: 7px;
}
.form-control-wrapper .form-control.input-sm:focus ~ .floating-label,
.form-control-wrapper .form-control.input-sm:not(.empty) ~ .floating-label {
  top: -8.4px;
  font-size: 8.4px;
}
.form-control-wrapper .input-lg + .floating-label {
  font-size: 18px;
  top: 10px;
}
.form-control-wrapper .form-control.input-lg:focus ~ .floating-label,
.form-control-wrapper .form-control.input-lg:not(.empty) ~ .floating-label {
  top: -12.6px;
  font-size: 12.6px;
}
.form-control-wrapper .form-control:focus ~ .floating-label {
  color: #009688;
}
.form-control-wrapper .form-control:not(.empty):invalid ~ .floating-label,
.form-control-wrapper .form-control.focus:invalid ~ .floating-label {
  color: #f44336;
}
.form-control-wrapper .form-control:focus ~ .material-input:after,
.form-control-wrapper .form-control.focus ~ .material-input:after {
  background-color: #009688;
}
.form-control-wrapper .form-control:invalid {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-control-wrapper .form-control.empty ~ .floating-label {
  opacity: 1;
}
.form-control-wrapper textarea {
  resize: none;
}
.form-control-wrapper textarea ~ .form-control-highlight {
  margin-top: -11px;
}
.form-control-wrapper .hint {
  position: absolute;
  font-size: 80%;
  display: none;
}
.form-control-wrapper .form-control:focus ~ .hint,
.form-control-wrapper .form-control.focus ~ .hint {
  display: block;
}
.form-control-wrapper select ~ .material-input:after {
  display: none;
}
.form-control-wrapper select {
  appearance: none;
}
.form-group.has-warning .form-control {
  box-shadow: none;
}
.form-group.has-warning .material-input:focus,
.form-group.has-warning .form-control:focus,
.form-group.has-warning .form-control.focus {
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2);
  box-shadow: none;
}
.form-group.has-warning .control-label,
.form-group.has-warning input.form-control:focus ~ .floating-label {
  color: #ff5722;
}
.form-group.has-error .form-control {
  box-shadow: none;
}
.form-group.has-error .material-input:focus,
.form-group.has-error .form-control:focus,
.form-group.has-error .form-control.focus {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
  box-shadow: none;
}
.form-group.has-error .control-label,
.form-group.has-error input.form-control:focus ~ .floating-label {
  color: #f44336;
}
.form-group.has-success .form-control {
  box-shadow: none;
}
.form-group.has-success .material-input:focus,
.form-group.has-success .form-control:focus,
.form-group.has-success .form-control.focus {
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
  box-shadow: none;
}
.form-group.has-success .control-label,
.form-group.has-success input.form-control:focus ~ .floating-label {
  color: #4caf50;
}
.form-group.has-info .form-control {
  box-shadow: none;
}
.form-group.has-info .material-input:focus,
.form-group.has-info .form-control:focus,
.form-group.has-info .form-control.focus {
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
  box-shadow: none;
}
.form-group.has-info .control-label,
.form-group.has-info input.form-control:focus ~ .floating-label {
  color: #03a9f4;
}
.form-group .form-control:focus,
.form-group-default .form-control:focus {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-black .form-control:focus {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-white .form-control:focus {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-inverse .form-control:focus {
  background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-primary .form-control:focus {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-success .form-control:focus {
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-info .form-control:focus {
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-warning .form-control:focus {
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-danger .form-control:focus {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-red .form-control:focus {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-pink .form-control:focus {
  background-image: linear-gradient(#e91e63, #e91e63), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-purple .form-control:focus {
  background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-deep-purple .form-control:focus {
  background-image: linear-gradient(#673ab7, #673ab7), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-indigo .form-control:focus {
  background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-blue .form-control:focus {
  background-image: linear-gradient(#2196f3, #2196f3), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-light-blue .form-control:focus {
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-cyan .form-control:focus {
  background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-teal .form-control:focus {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-green .form-control:focus {
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-light-green .form-control:focus {
  background-image: linear-gradient(#8bc34a, #8bc34a), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-lime .form-control:focus {
  background-image: linear-gradient(#cddc39, #cddc39), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-yellow .form-control:focus {
  background-image: linear-gradient(#ffeb3b, #ffeb3b), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-amber .form-control:focus {
  background-image: linear-gradient(#ffc107, #ffc107), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-orange .form-control:focus {
  background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-deep-orange .form-control:focus {
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-brown .form-control:focus {
  background-image: linear-gradient(#795548, #795548), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-grey .form-control:focus {
  background-image: linear-gradient(#9e9e9e, #9e9e9e), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-blue-grey .form-control:focus {
  background-image: linear-gradient(#607d8b, #607d8b), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group .form-control.focus,
.form-group-default .form-control.focus {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-black .form-control.focus {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-white .form-control.focus {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-inverse .form-control.focus {
  background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-primary .form-control.focus {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-success .form-control.focus {
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-info .form-control.focus {
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-warning .form-control.focus {
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-danger .form-control.focus {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-red .form-control.focus {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-pink .form-control.focus {
  background-image: linear-gradient(#e91e63, #e91e63), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-purple .form-control.focus {
  background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-deep-purple .form-control.focus {
  background-image: linear-gradient(#673ab7, #673ab7), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-indigo .form-control.focus {
  background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-blue .form-control.focus {
  background-image: linear-gradient(#2196f3, #2196f3), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-light-blue .form-control.focus {
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-cyan .form-control.focus {
  background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-teal .form-control.focus {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-green .form-control.focus {
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-light-green .form-control.focus {
  background-image: linear-gradient(#8bc34a, #8bc34a), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-lime .form-control.focus {
  background-image: linear-gradient(#cddc39, #cddc39), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-yellow .form-control.focus {
  background-image: linear-gradient(#ffeb3b, #ffeb3b), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-amber .form-control.focus {
  background-image: linear-gradient(#ffc107, #ffc107), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-orange .form-control.focus {
  background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-deep-orange .form-control.focus {
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-brown .form-control.focus {
  background-image: linear-gradient(#795548, #795548), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-grey .form-control.focus {
  background-image: linear-gradient(#9e9e9e, #9e9e9e), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group-material-blue-grey .form-control.focus {
  background-image: linear-gradient(#607d8b, #607d8b), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group .control-label,
.form-group-default .control-label {
  color: rgba(0, 0, 0, 0.84);
}
.form-group-black .control-label {
  color: #000000;
}
.form-group-white .control-label {
  color: #ffffff;
}
.form-group-inverse .control-label {
  color: #3f51b5;
}
.form-group-primary .control-label {
  color: #009688;
}
.form-group-success .control-label {
  color: #4caf50;
}
.form-group-info .control-label {
  color: #03a9f4;
}
.form-group-warning .control-label {
  color: #ff5722;
}
.form-group-danger .control-label {
  color: #f44336;
}
.form-group-material-red .control-label {
  color: #f44336;
}
.form-group-material-pink .control-label {
  color: #e91e63;
}
.form-group-material-purple .control-label {
  color: #9c27b0;
}
.form-group-material-deep-purple .control-label {
  color: #673ab7;
}
.form-group-material-indigo .control-label {
  color: #3f51b5;
}
.form-group-material-blue .control-label {
  color: #2196f3;
}
.form-group-material-light-blue .control-label {
  color: #03a9f4;
}
.form-group-material-cyan .control-label {
  color: #00bcd4;
}
.form-group-material-teal .control-label {
  color: #009688;
}
.form-group-material-green .control-label {
  color: #4caf50;
}
.form-group-material-light-green .control-label {
  color: #8bc34a;
}
.form-group-material-lime .control-label {
  color: #cddc39;
}
.form-group-material-yellow .control-label {
  color: #ffeb3b;
}
.form-group-material-amber .control-label {
  color: #ffc107;
}
.form-group-material-orange .control-label {
  color: #ff9800;
}
.form-group-material-deep-orange .control-label {
  color: #ff5722;
}
.form-group-material-brown .control-label {
  color: #795548;
}
.form-group-material-grey .control-label {
  color: #9e9e9e;
}
.form-group-material-blue-grey .control-label {
  color: #607d8b;
}
.form-group input.form-control:focus ~ .floating-label,
.form-group-default input.form-control:focus ~ .floating-label {
  color: #009688;
}
.form-group-black input.form-control:focus ~ .floating-label {
  color: #000000;
}
.form-group-white input.form-control:focus ~ .floating-label {
  color: #ffffff;
}
.form-group-inverse input.form-control:focus ~ .floating-label {
  color: #3f51b5;
}
.form-group-primary input.form-control:focus ~ .floating-label {
  color: #009688;
}
.form-group-success input.form-control:focus ~ .floating-label {
  color: #4caf50;
}
.form-group-info input.form-control:focus ~ .floating-label {
  color: #03a9f4;
}
.form-group-warning input.form-control:focus ~ .floating-label {
  color: #ff5722;
}
.form-group-danger input.form-control:focus ~ .floating-label {
  color: #f44336;
}
.form-group-material-red input.form-control:focus ~ .floating-label {
  color: #f44336;
}
.form-group-material-pink input.form-control:focus ~ .floating-label {
  color: #e91e63;
}
.form-group-material-purple input.form-control:focus ~ .floating-label {
  color: #9c27b0;
}
.form-group-material-deep-purple input.form-control:focus ~ .floating-label {
  color: #673ab7;
}
.form-group-material-indigo input.form-control:focus ~ .floating-label {
  color: #3f51b5;
}
.form-group-material-blue input.form-control:focus ~ .floating-label {
  color: #2196f3;
}
.form-group-material-light-blue input.form-control:focus ~ .floating-label {
  color: #03a9f4;
}
.form-group-material-cyan input.form-control:focus ~ .floating-label {
  color: #00bcd4;
}
.form-group-material-teal input.form-control:focus ~ .floating-label {
  color: #009688;
}
.form-group-material-green input.form-control:focus ~ .floating-label {
  color: #4caf50;
}
.form-group-material-light-green input.form-control:focus ~ .floating-label {
  color: #8bc34a;
}
.form-group-material-lime input.form-control:focus ~ .floating-label {
  color: #cddc39;
}
.form-group-material-yellow input.form-control:focus ~ .floating-label {
  color: #ffeb3b;
}
.form-group-material-amber input.form-control:focus ~ .floating-label {
  color: #ffc107;
}
.form-group-material-orange input.form-control:focus ~ .floating-label {
  color: #ff9800;
}
.form-group-material-deep-orange input.form-control:focus ~ .floating-label {
  color: #ff5722;
}
.form-group-material-brown input.form-control:focus ~ .floating-label {
  color: #795548;
}
.form-group-material-grey input.form-control:focus ~ .floating-label {
  color: #9e9e9e;
}
.form-group-material-blue-grey input.form-control:focus ~ .floating-label {
  color: #607d8b;
}
.input-group .form-control-wrapper {
  margin-right: 5px;
  margin-left: 5px;
}
.input-group .form-control-wrapper .form-control {
  float: none;
}
.input-group .input-group-addon {
  border: 0;
  background: transparent;
}
.input-group .input-group-btn .btn {
  border-radius: 4px;
  margin: 0;
}
select.form-control {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
select.form-control:focus,
select.form-control.focus {
  box-shadow: none;
  border-color: #757575;
}
.form-control-wrapper input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
legend {
  border-bottom: 0;
}
.list-group {
  border-radius: 0;
}
.list-group .list-group-item {
  background-color: transparent;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0 16px;
}
.list-group .list-group-item.baseline {
  border-bottom: 1px solid #cecece;
}
.list-group .list-group-item.baseline:last-child {
  border-bottom: none;
}
.list-group .list-group-item .row-picture,
.list-group .list-group-item .row-action-primary {
  float: left;
  display: inline-block;
  padding-right: 16px;
}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img,
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i,
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {
  display: block;
  width: 56px;
  height: 56px;
}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img {
  background: rgba(0, 0, 0, 0.1);
  padding: 1px;
}
.list-group .list-group-item .row-picture img.circle,
.list-group .list-group-item .row-action-primary img.circle {
  border-radius: 100%;
}
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: white;
}
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {
  margin-left: 7px;
  margin-right: -7px;
  margin-top: 5px;
  margin-bottom: -5px;
}
.list-group .list-group-item .row-picture label .checkbox-material,
.list-group .list-group-item .row-action-primary label .checkbox-material {
  left: -10px;
}
.list-group .list-group-item .row-content {
  display: inline-block;
  width: calc(100% - 92px);
  min-height: 66px;
}
.list-group .list-group-item .row-content .action-secondary {
  position: absolute;
  right: 16px;
  top: 16px;
}
.list-group .list-group-item .row-content .action-secondary i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.list-group .list-group-item .row-content .action-secondary ~ * {
  max-width: calc(100% - 30px);
}
.list-group .list-group-item .row-content .least-content {
  position: absolute;
  right: 16px;
  top: 0px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
.list-group .list-group-item .list-group-item-heading {
  color: rgba(0, 0, 0, 0.77);
  font-size: 20px;
  line-height: 29px;
}
.list-group .list-group-item.active:hover,
.list-group .list-group-item.active:focus {
  background: rgba(0, 0, 0, 0.15);
  outline: 10px solid rgba(0, 0, 0, 0.15);
}
.list-group .list-group-item.active .list-group-item-heading,
.list-group .list-group-item.active .list-group-item-text {
  color: rgba(0, 0, 0, 0.84);
}
.list-group .list-group-separator {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-group .list-group-separator:before {
  content: "";
  width: calc(100% - 90px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  float: right;
}
.navbar {
  background-color: #009688;
  border: 0;
  border-radius: 0;
}
.navbar .navbar-brand {
  position: relative;
  height: 60px;
  line-height: 30px;
  color: inherit;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: inherit;
  background-color: transparent;
}
.navbar .navbar-text {
  color: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar .navbar-nav > li > a {
  color: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: inherit;
  background-color: transparent;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  color: inherit;
  background-color: transparent;
  opacity: 0.9;
}
.navbar .navbar-toggle {
  border: 0;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-toggle .icon-bar {
  background-color: inherit;
  border: 1px solid;
}
.navbar .navbar-default .navbar-toggle,
.navbar .navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: inherit;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .navbar-text {
    color: inherit;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
    border: 0;
    color: inherit;
  }
  .navbar .navbar-nav .open .dropdown-menu .divider {
    border-bottom: 1px solid;
    opacity: 0.08;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: inherit;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: inherit;
    background-color: transparent;
  }
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: inherit;
    background-color: transparent;
  }
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: inherit;
    background-color: transparent;
  }
}
.navbar .navbar-link {
  color: inherit;
}
.navbar .navbar-link:hover {
  color: inherit;
}
.navbar .btn-link {
  color: inherit;
}
.navbar .btn-link:hover,
.navbar .btn-link:focus {
  color: inherit;
}
.navbar .btn-link[disabled]:hover,
fieldset[disabled] .navbar .btn-link:hover,
.navbar .btn-link[disabled]:focus,
fieldset[disabled] .navbar .btn-link:focus {
  color: inherit;
}
.navbar .navbar-form {
  margin-top: 16px;
}
.navbar .navbar-form .form-control-wrapper .form-control,
.navbar .navbar-form .form-control {
  border-color: inherit;
  color: inherit;
}
.navbar .navbar-form .form-control-wrapper .material-input:before,
.navbar .navbar-form .form-control-wrapper input:focus ~ .material-input:after {
  background-color: inherit;
}
.navbar.navbar,
.navbar-default.navbar {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-default.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar.navbar .navbar-form input.form-control::-webkit-input-placeholder,
.navbar-default.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-default.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar.navbar .navbar-form input.form-control::-moz-placeholder,
.navbar-default.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-default.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar.navbar .navbar-form input.form-control:-ms-input-placeholder,
.navbar-default.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-default.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar.navbar .navbar-form input.form-control::placeholder,
.navbar-default.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar .dropdown-menu li > a:hover,
.navbar-default.navbar .dropdown-menu li > a:hover,
.navbar.navbar .dropdown-menu li > a:focus,
.navbar-default.navbar .dropdown-menu li > a:focus {
  color: #009688;
}
.navbar.navbar .dropdown-menu .active > a,
.navbar-default.navbar .dropdown-menu .active > a {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar .dropdown-menu .active > a:hover,
.navbar-default.navbar .dropdown-menu .active > a:hover,
.navbar.navbar .dropdown-menu .active > a:focus,
.navbar-default.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-black.navbar {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-black.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-black.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-black.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-black.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-black.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-black.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-black.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-black.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-black.navbar .dropdown-menu li > a:hover,
.navbar-black.navbar .dropdown-menu li > a:focus {
  color: #000000;
}
.navbar-black.navbar .dropdown-menu .active > a {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-black.navbar .dropdown-menu .active > a:hover,
.navbar-black.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-white.navbar {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-white.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-white.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-white.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-white.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-white.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-white.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-white.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-white.navbar .navbar-form input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-white.navbar .dropdown-menu li > a:hover,
.navbar-white.navbar .dropdown-menu li > a:focus {
  color: #ffffff;
}
.navbar-white.navbar .dropdown-menu .active > a {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-white.navbar .dropdown-menu .active > a:hover,
.navbar-white.navbar .dropdown-menu .active > a:focus {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-inverse.navbar {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-inverse.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-inverse.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-inverse.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-inverse.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-inverse.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-inverse.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-inverse.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-inverse.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-inverse.navbar .dropdown-menu li > a:hover,
.navbar-inverse.navbar .dropdown-menu li > a:focus {
  color: #3f51b5;
}
.navbar-inverse.navbar .dropdown-menu .active > a {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-inverse.navbar .dropdown-menu .active > a:hover,
.navbar-inverse.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-primary.navbar {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-primary.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-primary.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-primary.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-primary.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-primary.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-primary.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-primary.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-primary.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-primary.navbar .dropdown-menu li > a:hover,
.navbar-primary.navbar .dropdown-menu li > a:focus {
  color: #009688;
}
.navbar-primary.navbar .dropdown-menu .active > a {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-primary.navbar .dropdown-menu .active > a:hover,
.navbar-primary.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-success.navbar {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-success.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-success.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-success.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-success.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-success.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-success.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-success.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-success.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-success.navbar .dropdown-menu li > a:hover,
.navbar-success.navbar .dropdown-menu li > a:focus {
  color: #4caf50;
}
.navbar-success.navbar .dropdown-menu .active > a {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-success.navbar .dropdown-menu .active > a:hover,
.navbar-success.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-info.navbar {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-info.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-info.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-info.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-info.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-info.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-info.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-info.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-info.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-info.navbar .dropdown-menu li > a:hover,
.navbar-info.navbar .dropdown-menu li > a:focus {
  color: #03a9f4;
}
.navbar-info.navbar .dropdown-menu .active > a {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-info.navbar .dropdown-menu .active > a:hover,
.navbar-info.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-warning.navbar {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-warning.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-warning.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-warning.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-warning.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-warning.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-warning.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-warning.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-warning.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-warning.navbar .dropdown-menu li > a:hover,
.navbar-warning.navbar .dropdown-menu li > a:focus {
  color: #ff5722;
}
.navbar-warning.navbar .dropdown-menu .active > a {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-warning.navbar .dropdown-menu .active > a:hover,
.navbar-warning.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-danger.navbar {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-danger.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-danger.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-danger.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-danger.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-danger.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-danger.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-danger.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-danger.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-danger.navbar .dropdown-menu li > a:hover,
.navbar-danger.navbar .dropdown-menu li > a:focus {
  color: #f44336;
}
.navbar-danger.navbar .dropdown-menu .active > a {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-danger.navbar .dropdown-menu .active > a:hover,
.navbar-danger.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-red.navbar {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-red.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-red.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-red.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-red.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-red.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-red.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-red.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-red.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-red.navbar .dropdown-menu li > a:hover,
.navbar-material-red.navbar .dropdown-menu li > a:focus {
  color: #f44336;
}
.navbar-material-red.navbar .dropdown-menu .active > a {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-red.navbar .dropdown-menu .active > a:hover,
.navbar-material-red.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-pink.navbar {
  background-color: #e91e63;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-pink.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-pink.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-pink.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-pink.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-pink.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-pink.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-pink.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-pink.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-pink.navbar .dropdown-menu li > a:hover,
.navbar-material-pink.navbar .dropdown-menu li > a:focus {
  color: #e91e63;
}
.navbar-material-pink.navbar .dropdown-menu .active > a {
  background-color: #e91e63;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-pink.navbar .dropdown-menu .active > a:hover,
.navbar-material-pink.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-purple.navbar {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-purple.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-purple.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-purple.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-purple.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-purple.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-purple.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-purple.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-purple.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-purple.navbar .dropdown-menu li > a:hover,
.navbar-material-purple.navbar .dropdown-menu li > a:focus {
  color: #9c27b0;
}
.navbar-material-purple.navbar .dropdown-menu .active > a {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-purple.navbar .dropdown-menu .active > a:hover,
.navbar-material-purple.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-purple.navbar {
  background-color: #673ab7;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-purple.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-deep-purple.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-purple.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-deep-purple.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-purple.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-deep-purple.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-purple.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-deep-purple.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-purple.navbar .dropdown-menu li > a:hover,
.navbar-material-deep-purple.navbar .dropdown-menu li > a:focus {
  color: #673ab7;
}
.navbar-material-deep-purple.navbar .dropdown-menu .active > a {
  background-color: #673ab7;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-purple.navbar .dropdown-menu .active > a:hover,
.navbar-material-deep-purple.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-indigo.navbar {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-indigo.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-indigo.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-indigo.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-indigo.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-indigo.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-indigo.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-indigo.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-indigo.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-indigo.navbar .dropdown-menu li > a:hover,
.navbar-material-indigo.navbar .dropdown-menu li > a:focus {
  color: #3f51b5;
}
.navbar-material-indigo.navbar .dropdown-menu .active > a {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-indigo.navbar .dropdown-menu .active > a:hover,
.navbar-material-indigo.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue.navbar {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-blue.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-blue.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-blue.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-blue.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue.navbar .dropdown-menu li > a:hover,
.navbar-material-blue.navbar .dropdown-menu li > a:focus {
  color: #2196f3;
}
.navbar-material-blue.navbar .dropdown-menu .active > a {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue.navbar .dropdown-menu .active > a:hover,
.navbar-material-blue.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-light-blue.navbar {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-light-blue.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-light-blue.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-light-blue.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-light-blue.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-light-blue.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-light-blue.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-light-blue.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-light-blue.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-light-blue.navbar .dropdown-menu li > a:hover,
.navbar-material-light-blue.navbar .dropdown-menu li > a:focus {
  color: #03a9f4;
}
.navbar-material-light-blue.navbar .dropdown-menu .active > a {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-light-blue.navbar .dropdown-menu .active > a:hover,
.navbar-material-light-blue.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-cyan.navbar {
  background-color: #00bcd4;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-cyan.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-cyan.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-cyan.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-cyan.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-cyan.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-cyan.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-cyan.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-cyan.navbar .navbar-form input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-cyan.navbar .dropdown-menu li > a:hover,
.navbar-material-cyan.navbar .dropdown-menu li > a:focus {
  color: #00bcd4;
}
.navbar-material-cyan.navbar .dropdown-menu .active > a {
  background-color: #00bcd4;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-cyan.navbar .dropdown-menu .active > a:hover,
.navbar-material-cyan.navbar .dropdown-menu .active > a:focus {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-teal.navbar {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-teal.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-teal.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-teal.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-teal.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-teal.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-teal.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-teal.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-teal.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-teal.navbar .dropdown-menu li > a:hover,
.navbar-material-teal.navbar .dropdown-menu li > a:focus {
  color: #009688;
}
.navbar-material-teal.navbar .dropdown-menu .active > a {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-teal.navbar .dropdown-menu .active > a:hover,
.navbar-material-teal.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-green.navbar {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-green.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-green.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-green.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-green.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-green.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-green.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-green.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-green.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-green.navbar .dropdown-menu li > a:hover,
.navbar-material-green.navbar .dropdown-menu li > a:focus {
  color: #4caf50;
}
.navbar-material-green.navbar .dropdown-menu .active > a {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-green.navbar .dropdown-menu .active > a:hover,
.navbar-material-green.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-light-green.navbar {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-light-green.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-light-green.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-light-green.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-light-green.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-light-green.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-light-green.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-light-green.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-light-green.navbar .navbar-form input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-light-green.navbar .dropdown-menu li > a:hover,
.navbar-material-light-green.navbar .dropdown-menu li > a:focus {
  color: #8bc34a;
}
.navbar-material-light-green.navbar .dropdown-menu .active > a {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-light-green.navbar .dropdown-menu .active > a:hover,
.navbar-material-light-green.navbar .dropdown-menu .active > a:focus {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-lime.navbar {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-lime.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-lime.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-lime.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-lime.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-lime.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-lime.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-lime.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-lime.navbar .navbar-form input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-lime.navbar .dropdown-menu li > a:hover,
.navbar-material-lime.navbar .dropdown-menu li > a:focus {
  color: #cddc39;
}
.navbar-material-lime.navbar .dropdown-menu .active > a {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-lime.navbar .dropdown-menu .active > a:hover,
.navbar-material-lime.navbar .dropdown-menu .active > a:focus {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-yellow.navbar {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-yellow.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-yellow.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-yellow.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-yellow.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-yellow.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-yellow.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-yellow.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-yellow.navbar .navbar-form input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-yellow.navbar .dropdown-menu li > a:hover,
.navbar-material-yellow.navbar .dropdown-menu li > a:focus {
  color: #ffeb3b;
}
.navbar-material-yellow.navbar .dropdown-menu .active > a {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-yellow.navbar .dropdown-menu .active > a:hover,
.navbar-material-yellow.navbar .dropdown-menu .active > a:focus {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-amber.navbar {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-amber.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-amber.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-amber.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-amber.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-amber.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-amber.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-amber.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-amber.navbar .navbar-form input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-amber.navbar .dropdown-menu li > a:hover,
.navbar-material-amber.navbar .dropdown-menu li > a:focus {
  color: #ffc107;
}
.navbar-material-amber.navbar .dropdown-menu .active > a {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-amber.navbar .dropdown-menu .active > a:hover,
.navbar-material-amber.navbar .dropdown-menu .active > a:focus {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-orange.navbar {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-orange.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-orange.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-orange.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-orange.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-orange.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-orange.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-orange.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-orange.navbar .navbar-form input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-orange.navbar .dropdown-menu li > a:hover,
.navbar-material-orange.navbar .dropdown-menu li > a:focus {
  color: #ff9800;
}
.navbar-material-orange.navbar .dropdown-menu .active > a {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-orange.navbar .dropdown-menu .active > a:hover,
.navbar-material-orange.navbar .dropdown-menu .active > a:focus {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-material-deep-orange.navbar {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-orange.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-deep-orange.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-orange.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-deep-orange.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-orange.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-deep-orange.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-orange.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-deep-orange.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-orange.navbar .dropdown-menu li > a:hover,
.navbar-material-deep-orange.navbar .dropdown-menu li > a:focus {
  color: #ff5722;
}
.navbar-material-deep-orange.navbar .dropdown-menu .active > a {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-deep-orange.navbar .dropdown-menu .active > a:hover,
.navbar-material-deep-orange.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-brown.navbar {
  background-color: #795548;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-brown.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-brown.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-brown.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-brown.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-brown.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-brown.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-brown.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-brown.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-brown.navbar .dropdown-menu li > a:hover,
.navbar-material-brown.navbar .dropdown-menu li > a:focus {
  color: #795548;
}
.navbar-material-brown.navbar .dropdown-menu .active > a {
  background-color: #795548;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-brown.navbar .dropdown-menu .active > a:hover,
.navbar-material-brown.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-grey.navbar {
  background-color: #9e9e9e;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-grey.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-grey.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-grey.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-grey.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-grey.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-grey.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-grey.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-grey.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-grey.navbar .dropdown-menu li > a:hover,
.navbar-material-grey.navbar .dropdown-menu li > a:focus {
  color: #9e9e9e;
}
.navbar-material-grey.navbar .dropdown-menu .active > a {
  background-color: #9e9e9e;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-grey.navbar .dropdown-menu .active > a:hover,
.navbar-material-grey.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue-grey.navbar {
  background-color: #607d8b;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue-grey.navbar .navbar-form .form-control-wrapper input.form-control::-webkit-input-placeholder,
.navbar-material-blue-grey.navbar .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue-grey.navbar .navbar-form .form-control-wrapper input.form-control::-moz-placeholder,
.navbar-material-blue-grey.navbar .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue-grey.navbar .navbar-form .form-control-wrapper input.form-control:-ms-input-placeholder,
.navbar-material-blue-grey.navbar .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue-grey.navbar .navbar-form .form-control-wrapper input.form-control::placeholder,
.navbar-material-blue-grey.navbar .navbar-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue-grey.navbar .dropdown-menu li > a:hover,
.navbar-material-blue-grey.navbar .dropdown-menu li > a:focus {
  color: #607d8b;
}
.navbar-material-blue-grey.navbar .dropdown-menu .active > a {
  background-color: #607d8b;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-material-blue-grey.navbar .dropdown-menu .active > a:hover,
.navbar-material-blue-grey.navbar .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-inverse {
  background-color: #3f51b5;
}
@media (max-width: 1199px) {
  .navbar .navbar-brand {
    height: 50px;
    padding: 10px 15px;
  }
  .navbar .navbar-form {
    margin-top: 10px;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu .divider {
  background-color: rgba(229, 229, 229, 0.12);
}
.dropdown-menu li {
  overflow: hidden;
  position: relative;
}
.dropdown-menu li a:hover {
  background-color: transparent;
  color: #009688;
}
.dropdown-menu li a:hover,
.dropdown-menu-default li a:hover {
  color: #009688;
}
.dropdown-menu-black li a:hover {
  color: #000000;
}
.dropdown-menu-white li a:hover {
  color: #ffffff;
}
.dropdown-menu-inverse li a:hover {
  color: #3f51b5;
}
.dropdown-menu-primary li a:hover {
  color: #009688;
}
.dropdown-menu-success li a:hover {
  color: #4caf50;
}
.dropdown-menu-info li a:hover {
  color: #03a9f4;
}
.dropdown-menu-warning li a:hover {
  color: #ff5722;
}
.dropdown-menu-danger li a:hover {
  color: #f44336;
}
.dropdown-menu-material-red li a:hover {
  color: #f44336;
}
.dropdown-menu-material-pink li a:hover {
  color: #e91e63;
}
.dropdown-menu-material-purple li a:hover {
  color: #9c27b0;
}
.dropdown-menu-material-deep-purple li a:hover {
  color: #673ab7;
}
.dropdown-menu-material-indigo li a:hover {
  color: #3f51b5;
}
.dropdown-menu-material-blue li a:hover {
  color: #2196f3;
}
.dropdown-menu-material-light-blue li a:hover {
  color: #03a9f4;
}
.dropdown-menu-material-cyan li a:hover {
  color: #00bcd4;
}
.dropdown-menu-material-teal li a:hover {
  color: #009688;
}
.dropdown-menu-material-green li a:hover {
  color: #4caf50;
}
.dropdown-menu-material-light-green li a:hover {
  color: #8bc34a;
}
.dropdown-menu-material-lime li a:hover {
  color: #cddc39;
}
.dropdown-menu-material-yellow li a:hover {
  color: #ffeb3b;
}
.dropdown-menu-material-amber li a:hover {
  color: #ffc107;
}
.dropdown-menu-material-orange li a:hover {
  color: #ff9800;
}
.dropdown-menu-material-deep-orange li a:hover {
  color: #ff5722;
}
.dropdown-menu-material-brown li a:hover {
  color: #795548;
}
.dropdown-menu-material-grey li a:hover {
  color: #9e9e9e;
}
.dropdown-menu-material-blue-grey li a:hover {
  color: #607d8b;
}
.alert {
  border: 0px;
  border-radius: 0;
}
.alert,
.alert-default {
  background-color: rgba(255, 255, 255, 0.84);
  color: rgba(255, 255, 255, 0.84);
}
.alert a,
.alert-default a,
.alert .alert-link,
.alert-default .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-black {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.84);
}
.alert-black a,
.alert-black .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-white {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.84);
}
.alert-white a,
.alert-white .alert-link {
  color: rgba(0, 0, 0, 0.84);
}
.alert-inverse {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.84);
}
.alert-inverse a,
.alert-inverse .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-primary {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.alert-primary a,
.alert-primary .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-success {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.alert-success a,
.alert-success .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-info {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.alert-info a,
.alert-info .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-warning {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.alert-warning a,
.alert-warning .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-danger {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.alert-danger a,
.alert-danger .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-red {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-red a,
.alert-material-red .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-pink {
  background-color: #e91e63;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-pink a,
.alert-material-pink .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-purple {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-purple a,
.alert-material-purple .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-deep-purple {
  background-color: #673ab7;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-deep-purple a,
.alert-material-deep-purple .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-indigo {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-indigo a,
.alert-material-indigo .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-blue {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-blue a,
.alert-material-blue .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-light-blue {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-light-blue a,
.alert-material-light-blue .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-cyan {
  background-color: #00bcd4;
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-cyan a,
.alert-material-cyan .alert-link {
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-teal {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-teal a,
.alert-material-teal .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-green {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-green a,
.alert-material-green .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-light-green {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-light-green a,
.alert-material-light-green .alert-link {
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-lime {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-lime a,
.alert-material-lime .alert-link {
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-yellow {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-yellow a,
.alert-material-yellow .alert-link {
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-amber {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-amber a,
.alert-material-amber .alert-link {
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-orange a,
.alert-material-orange .alert-link {
  color: rgba(0, 0, 0, 0.84);
}
.alert-material-deep-orange {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-deep-orange a,
.alert-material-deep-orange .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-brown {
  background-color: #795548;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-brown a,
.alert-material-brown .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-grey {
  background-color: #9e9e9e;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-grey a,
.alert-material-grey .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-blue-grey {
  background-color: #607d8b;
  color: rgba(255, 255, 255, 0.84);
}
.alert-material-blue-grey a,
.alert-material-blue-grey .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-info,
.alert-danger,
.alert-warning,
.alert-success {
  color: rgba(255, 255, 255, 0.84);
}
.alert-default a,
.alert-default .alert-link {
  color: rgba(0, 0, 0, 0.84);
}
.progress {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
  background: #c8c8c8;
}
.progress .progress-bar {
  box-shadow: none;
}
.progress .progress-bar,
.progress .progress-bar-default {
  background-color: #009688;
}
.progress .progress-bar-black {
  background-color: #000000;
}
.progress .progress-bar-white {
  background-color: #ffffff;
}
.progress .progress-bar-inverse {
  background-color: #3f51b5;
}
.progress .progress-bar-primary {
  background-color: #009688;
}
.progress .progress-bar-success {
  background-color: #4caf50;
}
.progress .progress-bar-info {
  background-color: #03a9f4;
}
.progress .progress-bar-warning {
  background-color: #ff5722;
}
.progress .progress-bar-danger {
  background-color: #f44336;
}
.progress .progress-bar-material-red {
  background-color: #f44336;
}
.progress .progress-bar-material-pink {
  background-color: #e91e63;
}
.progress .progress-bar-material-purple {
  background-color: #9c27b0;
}
.progress .progress-bar-material-deep-purple {
  background-color: #673ab7;
}
.progress .progress-bar-material-indigo {
  background-color: #3f51b5;
}
.progress .progress-bar-material-blue {
  background-color: #2196f3;
}
.progress .progress-bar-material-light-blue {
  background-color: #03a9f4;
}
.progress .progress-bar-material-cyan {
  background-color: #00bcd4;
}
.progress .progress-bar-material-teal {
  background-color: #009688;
}
.progress .progress-bar-material-green {
  background-color: #4caf50;
}
.progress .progress-bar-material-light-green {
  background-color: #8bc34a;
}
.progress .progress-bar-material-lime {
  background-color: #cddc39;
}
.progress .progress-bar-material-yellow {
  background-color: #ffeb3b;
}
.progress .progress-bar-material-amber {
  background-color: #ffc107;
}
.progress .progress-bar-material-orange {
  background-color: #ff9800;
}
.progress .progress-bar-material-deep-orange {
  background-color: #ff5722;
}
.progress .progress-bar-material-brown {
  background-color: #795548;
}
.progress .progress-bar-material-grey {
  background-color: #9e9e9e;
}
.progress .progress-bar-material-blue-grey {
  background-color: #607d8b;
}
.text-warning {
  color: #ff5722;
}
.text-primary {
  color: #009688;
}
.text-danger {
  color: #f44336;
}
.text-success {
  color: #4caf50;
}
.text-info {
  color: #03a9f4;
}
.nav-tabs {
  background: #009688;
}
.nav-tabs > li > a {
  color: #FFFFFF;
  border: 0;
  margin: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent !important;
  border: 0 !important;
  color: #FFFFFF !important;
  font-weight: 500;
}
.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.popover,
.tooltip-inner {
  color: #ececec;
  line-height: 1em;
  background: rgba(101, 101, 101, 0.9);
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.tooltip,
.tooltip.in {
  opacity: 1;
}
.popover .arrow,
.tooltip .arrow,
.popover .tooltip-arrow,
.tooltip .tooltip-arrow {
  display: none;
}
.mdi,
icon {
  line-height: inherit;
  vertical-align: bottom;
}
.mdi,
icon,
.mdi-default,
icon-default {
  color: rgba(0, 0, 0, 0.84);
}
.mdi-black,
icon-black {
  color: #000000;
}
.mdi-white,
icon-white {
  color: #ffffff;
}
.mdi-inverse,
icon-inverse {
  color: #3f51b5;
}
.mdi-primary,
icon-primary {
  color: #009688;
}
.mdi-success,
icon-success {
  color: #4caf50;
}
.mdi-info,
icon-info {
  color: #03a9f4;
}
.mdi-warning,
icon-warning {
  color: #ff5722;
}
.mdi-danger,
icon-danger {
  color: #f44336;
}
.mdi-material-red,
icon-material-red {
  color: #f44336;
}
.mdi-material-pink,
icon-material-pink {
  color: #e91e63;
}
.mdi-material-purple,
icon-material-purple {
  color: #9c27b0;
}
.mdi-material-deep-purple,
icon-material-deep-purple {
  color: #673ab7;
}
.mdi-material-indigo,
icon-material-indigo {
  color: #3f51b5;
}
.mdi-material-blue,
icon-material-blue {
  color: #2196f3;
}
.mdi-material-light-blue,
icon-material-light-blue {
  color: #03a9f4;
}
.mdi-material-cyan,
icon-material-cyan {
  color: #00bcd4;
}
.mdi-material-teal,
icon-material-teal {
  color: #009688;
}
.mdi-material-green,
icon-material-green {
  color: #4caf50;
}
.mdi-material-light-green,
icon-material-light-green {
  color: #8bc34a;
}
.mdi-material-lime,
icon-material-lime {
  color: #cddc39;
}
.mdi-material-yellow,
icon-material-yellow {
  color: #ffeb3b;
}
.mdi-material-amber,
icon-material-amber {
  color: #ffc107;
}
.mdi-material-orange,
icon-material-orange {
  color: #ff9800;
}
.mdi-material-deep-orange,
icon-material-deep-orange {
  color: #ff5722;
}
.mdi-material-brown,
icon-material-brown {
  color: #795548;
}
.mdi-material-grey,
icon-material-grey {
  color: #9e9e9e;
}
.mdi-material-blue-grey,
icon-material-blue-grey {
  color: #607d8b;
}
.card {
  /***** Make height equal to width (http://stackoverflow.com/a/6615994) ****/
  display: inline-block;
  position: relative;
  width: 100%;
  /**************************************************************************/
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.84);
  background: #ffffff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card .card-height-indicator {
  margin-top: 100%;
}
.card .card-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card .card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  pointer-events: none;
}
.card .card-image .card-image-headline {
  position: absolute;
  bottom: 16px;
  left: 18px;
  color: #ffffff;
  font-size: 2em;
}
.card .card-body {
  height: 30%;
  padding: 18px;
}
.card .card-footer {
  height: 10%;
  padding: 18px;
}
.card .card-footer button {
  margin: 0 !important;
  position: relative;
  bottom: 25px;
  width: auto;
}
.card .card-footer button:first-child {
  left: -15px;
}
.modal-content {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  border: none;
}
.modal-content .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
}
.modal-content .modal-body {
  padding-top: 0px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.modal-content .modal-footer {
  border-top: none;
  padding: 7px;
}
.modal-content .modal-footer button {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}
.modal-content .modal-footer button.pull-left {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  left: -5px;
}
.modal-content .modal-footer button + button {
  margin-bottom: 16px;
}
.modal-content .modal-body + .modal-footer {
  padding-top: 0;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.3);
}
.label {
  border-radius: 1px;
}
.label,
.label-default {
  background-color: #9e9e9e;
}
.label-black {
  background-color: #000000;
}
.label-white {
  background-color: #ffffff;
}
.label-inverse {
  background-color: #3f51b5;
}
.label-primary {
  background-color: #009688;
}
.label-success {
  background-color: #4caf50;
}
.label-info {
  background-color: #03a9f4;
}
.label-warning {
  background-color: #ff5722;
}
.label-danger {
  background-color: #f44336;
}
.label-material-red {
  background-color: #f44336;
}
.label-material-pink {
  background-color: #e91e63;
}
.label-material-purple {
  background-color: #9c27b0;
}
.label-material-deep-purple {
  background-color: #673ab7;
}
.label-material-indigo {
  background-color: #3f51b5;
}
.label-material-blue {
  background-color: #2196f3;
}
.label-material-light-blue {
  background-color: #03a9f4;
}
.label-material-cyan {
  background-color: #00bcd4;
}
.label-material-teal {
  background-color: #009688;
}
.label-material-green {
  background-color: #4caf50;
}
.label-material-light-green {
  background-color: #8bc34a;
}
.label-material-lime {
  background-color: #cddc39;
}
.label-material-yellow {
  background-color: #ffeb3b;
}
.label-material-amber {
  background-color: #ffc107;
}
.label-material-orange {
  background-color: #ff9800;
}
.label-material-deep-orange {
  background-color: #ff5722;
}
.label-material-brown {
  background-color: #795548;
}
.label-material-grey {
  background-color: #9e9e9e;
}
.label-material-blue-grey {
  background-color: #607d8b;
}
.panel {
  border-radius: 2px;
  border: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.panel > .panel-heading,
.panel-default > .panel-heading {
  background-color: #eeeeee;
}
.panel-black > .panel-heading {
  background-color: #000000;
}
.panel-white > .panel-heading {
  background-color: #ffffff;
}
.panel-inverse > .panel-heading {
  background-color: #3f51b5;
}
.panel-primary > .panel-heading {
  background-color: #009688;
}
.panel-success > .panel-heading {
  background-color: #4caf50;
}
.panel-info > .panel-heading {
  background-color: #03a9f4;
}
.panel-warning > .panel-heading {
  background-color: #ff5722;
}
.panel-danger > .panel-heading {
  background-color: #f44336;
}
.panel-material-red > .panel-heading {
  background-color: #f44336;
}
.panel-material-pink > .panel-heading {
  background-color: #e91e63;
}
.panel-material-purple > .panel-heading {
  background-color: #9c27b0;
}
.panel-material-deep-purple > .panel-heading {
  background-color: #673ab7;
}
.panel-material-indigo > .panel-heading {
  background-color: #3f51b5;
}
.panel-material-blue > .panel-heading {
  background-color: #2196f3;
}
.panel-material-light-blue > .panel-heading {
  background-color: #03a9f4;
}
.panel-material-cyan > .panel-heading {
  background-color: #00bcd4;
}
.panel-material-teal > .panel-heading {
  background-color: #009688;
}
.panel-material-green > .panel-heading {
  background-color: #4caf50;
}
.panel-material-light-green > .panel-heading {
  background-color: #8bc34a;
}
.panel-material-lime > .panel-heading {
  background-color: #cddc39;
}
.panel-material-yellow > .panel-heading {
  background-color: #ffeb3b;
}
.panel-material-amber > .panel-heading {
  background-color: #ffc107;
}
.panel-material-orange > .panel-heading {
  background-color: #ff9800;
}
.panel-material-deep-orange > .panel-heading {
  background-color: #ff5722;
}
.panel-material-brown > .panel-heading {
  background-color: #795548;
}
.panel-material-grey > .panel-heading {
  background-color: #9e9e9e;
}
.panel-material-blue-grey > .panel-heading {
  background-color: #607d8b;
}
[class*="panel-"] > .panel-heading {
  color: rgba(255, 255, 255, 0.84);
  border: 0;
}
.panel-default > .panel-heading,
.panel:not([class*="panel-"]) > .panel-heading {
  color: rgba(0, 0, 0, 0.84);
}
.panel-footer {
  background-color: #eeeeee;
}
hr.on-dark {
  color: #1a1a1a;
}
hr.on-light {
  color: #ffffff;
}
@media (-webkit-min-device-pixel-ratio: 0.75), (min--moz-device-pixel-ratio: 0.75), (-o-device-pixel-ratio: 3/4), (min-device-pixel-ratio: 0.75), (min-resolution: 0.75dppx), (min-resolution: 120dpi) {
  hr {
    height: 0.75px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1), (min--moz-device-pixel-ratio: 1), (-o-device-pixel-ratio: 1), (min-device-pixel-ratio: 1), (min-resolution: 1dppx), (min-resolution: 160dpi) {
  hr {
    height: 1px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.33), (min--moz-device-pixel-ratio: 1.33), (-o-device-pixel-ratio: 133/100), (min-device-pixel-ratio: 1.33), (min-resolution: 1.33dppx), (min-resolution: 213dpi) {
  hr {
    height: 1.333px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min-resolution: 240dpi) {
  hr {
    height: 1.5px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 380dpi) {
  hr {
    height: 2px;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (-o-device-pixel-ratio: 3/1), (min-device-pixel-ratio: 3), (min-resolution: 3dppx), (min-resolution: 480dpi) {
  hr {
    height: 3px;
  }
}
@media (-webkit-min-device-pixel-ratio: 4), (min--moz-device-pixel-ratio: 4), (-o-device-pixel-ratio: 4/1), (min-device-pixel-ratio: 3), (min-resolution: 4dppx), (min-resolution: 640dpi) {
  hr {
    height: 4px;
  }
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
.snackbar {
  background-color: #323232;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  height: 0;
  transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}
.snackbar.snackbar-opened {
  padding: 14px 15px;
  margin-bottom: 20px;
  height: auto;
  transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.snackbar.toast {
  border-radius: 200px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-handle {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  left: -10px;
  top: -5px;
  cursor: ew-resize;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  border: 1px solid;
}
.noUi-vertical .noUi-handle {
  margin-left: 5px;
  cursor: ns-resize;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-background {
  height: 2px;
  margin: 20px 0;
}
.noUi-origin {
  margin: 0;
  border-radius: 0;
  height: 2px;
  background: #c8c8c8;
}
.noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #fff;
  border: 2px solid #c8c8c8;
}
.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
  border-width: 1px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-horizontal {
  height: 2px;
  margin: 15px 0;
}
.noUi-vertical {
  height: 100%;
  width: 2px;
  margin: 0 15px;
  display: inline-block;
}
.noUi-handle.noUi-active {
  -webkit-transform: scale3d(2.5, 2.5, 1);
          transform: scale3d(2.5, 2.5, 1);
}
[disabled].noUi-slider {
  opacity: 0.5;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider {
  background: #c8c8c8;
}
.slider.noUi-connect,
.slider-default.noUi-connect {
  background-color: #009688;
}
.slider-black.noUi-connect {
  background-color: #000000;
}
.slider-white.noUi-connect {
  background-color: #ffffff;
}
.slider-inverse.noUi-connect {
  background-color: #3f51b5;
}
.slider-primary.noUi-connect {
  background-color: #009688;
}
.slider-success.noUi-connect {
  background-color: #4caf50;
}
.slider-info.noUi-connect {
  background-color: #03a9f4;
}
.slider-warning.noUi-connect {
  background-color: #ff5722;
}
.slider-danger.noUi-connect {
  background-color: #f44336;
}
.slider-material-red.noUi-connect {
  background-color: #f44336;
}
.slider-material-pink.noUi-connect {
  background-color: #e91e63;
}
.slider-material-purple.noUi-connect {
  background-color: #9c27b0;
}
.slider-material-deep-purple.noUi-connect {
  background-color: #673ab7;
}
.slider-material-indigo.noUi-connect {
  background-color: #3f51b5;
}
.slider-material-blue.noUi-connect {
  background-color: #2196f3;
}
.slider-material-light-blue.noUi-connect {
  background-color: #03a9f4;
}
.slider-material-cyan.noUi-connect {
  background-color: #00bcd4;
}
.slider-material-teal.noUi-connect {
  background-color: #009688;
}
.slider-material-green.noUi-connect {
  background-color: #4caf50;
}
.slider-material-light-green.noUi-connect {
  background-color: #8bc34a;
}
.slider-material-lime.noUi-connect {
  background-color: #cddc39;
}
.slider-material-yellow.noUi-connect {
  background-color: #ffeb3b;
}
.slider-material-amber.noUi-connect {
  background-color: #ffc107;
}
.slider-material-orange.noUi-connect {
  background-color: #ff9800;
}
.slider-material-deep-orange.noUi-connect {
  background-color: #ff5722;
}
.slider-material-brown.noUi-connect {
  background-color: #795548;
}
.slider-material-grey.noUi-connect {
  background-color: #9e9e9e;
}
.slider-material-blue-grey.noUi-connect {
  background-color: #607d8b;
}
.slider .noUi-connect,
.slider-default .noUi-connect {
  background-color: #009688;
}
.slider-black .noUi-connect {
  background-color: #000000;
}
.slider-white .noUi-connect {
  background-color: #ffffff;
}
.slider-inverse .noUi-connect {
  background-color: #3f51b5;
}
.slider-primary .noUi-connect {
  background-color: #009688;
}
.slider-success .noUi-connect {
  background-color: #4caf50;
}
.slider-info .noUi-connect {
  background-color: #03a9f4;
}
.slider-warning .noUi-connect {
  background-color: #ff5722;
}
.slider-danger .noUi-connect {
  background-color: #f44336;
}
.slider-material-red .noUi-connect {
  background-color: #f44336;
}
.slider-material-pink .noUi-connect {
  background-color: #e91e63;
}
.slider-material-purple .noUi-connect {
  background-color: #9c27b0;
}
.slider-material-deep-purple .noUi-connect {
  background-color: #673ab7;
}
.slider-material-indigo .noUi-connect {
  background-color: #3f51b5;
}
.slider-material-blue .noUi-connect {
  background-color: #2196f3;
}
.slider-material-light-blue .noUi-connect {
  background-color: #03a9f4;
}
.slider-material-cyan .noUi-connect {
  background-color: #00bcd4;
}
.slider-material-teal .noUi-connect {
  background-color: #009688;
}
.slider-material-green .noUi-connect {
  background-color: #4caf50;
}
.slider-material-light-green .noUi-connect {
  background-color: #8bc34a;
}
.slider-material-lime .noUi-connect {
  background-color: #cddc39;
}
.slider-material-yellow .noUi-connect {
  background-color: #ffeb3b;
}
.slider-material-amber .noUi-connect {
  background-color: #ffc107;
}
.slider-material-orange .noUi-connect {
  background-color: #ff9800;
}
.slider-material-deep-orange .noUi-connect {
  background-color: #ff5722;
}
.slider-material-brown .noUi-connect {
  background-color: #795548;
}
.slider-material-grey .noUi-connect {
  background-color: #9e9e9e;
}
.slider-material-blue-grey .noUi-connect {
  background-color: #607d8b;
}
.slider .noUi-handle,
.slider-default .noUi-handle {
  background-color: #009688;
}
.slider-black .noUi-handle {
  background-color: #000000;
}
.slider-white .noUi-handle {
  background-color: #ffffff;
}
.slider-inverse .noUi-handle {
  background-color: #3f51b5;
}
.slider-primary .noUi-handle {
  background-color: #009688;
}
.slider-success .noUi-handle {
  background-color: #4caf50;
}
.slider-info .noUi-handle {
  background-color: #03a9f4;
}
.slider-warning .noUi-handle {
  background-color: #ff5722;
}
.slider-danger .noUi-handle {
  background-color: #f44336;
}
.slider-material-red .noUi-handle {
  background-color: #f44336;
}
.slider-material-pink .noUi-handle {
  background-color: #e91e63;
}
.slider-material-purple .noUi-handle {
  background-color: #9c27b0;
}
.slider-material-deep-purple .noUi-handle {
  background-color: #673ab7;
}
.slider-material-indigo .noUi-handle {
  background-color: #3f51b5;
}
.slider-material-blue .noUi-handle {
  background-color: #2196f3;
}
.slider-material-light-blue .noUi-handle {
  background-color: #03a9f4;
}
.slider-material-cyan .noUi-handle {
  background-color: #00bcd4;
}
.slider-material-teal .noUi-handle {
  background-color: #009688;
}
.slider-material-green .noUi-handle {
  background-color: #4caf50;
}
.slider-material-light-green .noUi-handle {
  background-color: #8bc34a;
}
.slider-material-lime .noUi-handle {
  background-color: #cddc39;
}
.slider-material-yellow .noUi-handle {
  background-color: #ffeb3b;
}
.slider-material-amber .noUi-handle {
  background-color: #ffc107;
}
.slider-material-orange .noUi-handle {
  background-color: #ff9800;
}
.slider-material-deep-orange .noUi-handle {
  background-color: #ff5722;
}
.slider-material-brown .noUi-handle {
  background-color: #795548;
}
.slider-material-grey .noUi-handle {
  background-color: #9e9e9e;
}
.slider-material-blue-grey .noUi-handle {
  background-color: #607d8b;
}
.slider .noUi-handle,
.slider-default .noUi-handle {
  border-color: #009688;
}
.slider-black .noUi-handle {
  border-color: #000000;
}
.slider-white .noUi-handle {
  border-color: #ffffff;
}
.slider-inverse .noUi-handle {
  border-color: #3f51b5;
}
.slider-primary .noUi-handle {
  border-color: #009688;
}
.slider-success .noUi-handle {
  border-color: #4caf50;
}
.slider-info .noUi-handle {
  border-color: #03a9f4;
}
.slider-warning .noUi-handle {
  border-color: #ff5722;
}
.slider-danger .noUi-handle {
  border-color: #f44336;
}
.slider-material-red .noUi-handle {
  border-color: #f44336;
}
.slider-material-pink .noUi-handle {
  border-color: #e91e63;
}
.slider-material-purple .noUi-handle {
  border-color: #9c27b0;
}
.slider-material-deep-purple .noUi-handle {
  border-color: #673ab7;
}
.slider-material-indigo .noUi-handle {
  border-color: #3f51b5;
}
.slider-material-blue .noUi-handle {
  border-color: #2196f3;
}
.slider-material-light-blue .noUi-handle {
  border-color: #03a9f4;
}
.slider-material-cyan .noUi-handle {
  border-color: #00bcd4;
}
.slider-material-teal .noUi-handle {
  border-color: #009688;
}
.slider-material-green .noUi-handle {
  border-color: #4caf50;
}
.slider-material-light-green .noUi-handle {
  border-color: #8bc34a;
}
.slider-material-lime .noUi-handle {
  border-color: #cddc39;
}
.slider-material-yellow .noUi-handle {
  border-color: #ffeb3b;
}
.slider-material-amber .noUi-handle {
  border-color: #ffc107;
}
.slider-material-orange .noUi-handle {
  border-color: #ff9800;
}
.slider-material-deep-orange .noUi-handle {
  border-color: #ff5722;
}
.slider-material-brown .noUi-handle {
  border-color: #795548;
}
.slider-material-grey .noUi-handle {
  border-color: #9e9e9e;
}
.slider-material-blue-grey .noUi-handle {
  border-color: #607d8b;
}
.selectize-control.single,
.selectize-control.multi {
  padding: 0;
}
.selectize-control.single .selectize-input,
.selectize-control.multi .selectize-input,
.selectize-control.single .selectize-input.input-active,
.selectize-control.multi .selectize-input.input-active {
  cursor: text;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
  line-height: 30px;
}
.selectize-control.single .selectize-input .has-items,
.selectize-control.multi .selectize-input .has-items,
.selectize-control.single .selectize-input.input-active .has-items,
.selectize-control.multi .selectize-input.input-active .has-items {
  padding: 0;
}
.selectize-control.single .selectize-input:after,
.selectize-control.multi .selectize-input:after,
.selectize-control.single .selectize-input.input-active:after,
.selectize-control.multi .selectize-input.input-active:after {
  right: 5px;
  position: absolute;
  font-size: 7px;
  content: "\e894";
  font-family: "Material-Design-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.selectize-control.single .selectize-input input,
.selectize-control.multi .selectize-input input,
.selectize-control.single .selectize-input.input-active input,
.selectize-control.multi .selectize-input.input-active input {
  font-size: 14px;
  outline: 0px;
  border: 0px;
  background: transparent;
}
.selectize-control.single .selectize-input.floating-label-fix input,
.selectize-control.multi .selectize-input.floating-label-fix input,
.selectize-control.single .selectize-input.input-active.floating-label-fix input,
.selectize-control.multi .selectize-input.input-active.floating-label-fix input {
  opacity: 0;
}
.selectize-control.single .selectize-input > div,
.selectize-control.multi .selectize-input > div,
.selectize-control.single .selectize-input.input-active > div,
.selectize-control.multi .selectize-input.input-active > div,
.selectize-control.single .selectize-input > .item,
.selectize-control.multi .selectize-input > .item,
.selectize-control.single .selectize-input.input-active > .item,
.selectize-control.multi .selectize-input.input-active > .item {
  display: inline-block;
  margin: 0 8px 3px 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.selectize-control.single .selectize-input > div:after,
.selectize-control.multi .selectize-input > div:after,
.selectize-control.single .selectize-input.input-active > div:after,
.selectize-control.multi .selectize-input.input-active > div:after,
.selectize-control.single .selectize-input > .item:after,
.selectize-control.multi .selectize-input > .item:after,
.selectize-control.single .selectize-input.input-active > .item:after,
.selectize-control.multi .selectize-input.input-active > .item:after {
  content: ",";
}
.selectize-control.single .selectize-input > div:last-of-type:after,
.selectize-control.multi .selectize-input > div:last-of-type:after,
.selectize-control.single .selectize-input.input-active > div:last-of-type:after,
.selectize-control.multi .selectize-input.input-active > div:last-of-type:after,
.selectize-control.single .selectize-input > .item:last-of-type:after,
.selectize-control.multi .selectize-input > .item:last-of-type:after,
.selectize-control.single .selectize-input.input-active > .item:last-of-type:after,
.selectize-control.multi .selectize-input.input-active > .item:last-of-type:after {
  content: "";
}
.selectize-control.single .selectize-input > div.active,
.selectize-control.multi .selectize-input > div.active,
.selectize-control.single .selectize-input.input-active > div.active,
.selectize-control.multi .selectize-input.input-active > div.active,
.selectize-control.single .selectize-input > .item.active,
.selectize-control.multi .selectize-input > .item.active,
.selectize-control.single .selectize-input.input-active > .item.active,
.selectize-control.multi .selectize-input.input-active > .item.active {
  font-weight: bold;
  background: transparent;
  border: 0;
}
.selectize-control.single .selectize-dropdown,
.selectize-control.multi .selectize-dropdown {
  position: absolute;
  z-index: 1000;
  border: 0;
  width: 100% !important;
  left: 0 !important;
  height: auto;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  padding: 0;
  margin-top: 3px;
}
.selectize-control.single .selectize-dropdown .active,
.selectize-control.multi .selectize-dropdown .active {
  background-color: inherit;
}
.selectize-control.single .selectize-dropdown .highlight,
.selectize-control.multi .selectize-dropdown .highlight {
  background-color: #d5d8ff;
}
.selectize-control.single .selectize-dropdown .selected,
.selectize-control.multi .selectize-dropdown .selected,
.selectize-control.single .selectize-dropdown .selected.active,
.selectize-control.multi .selectize-dropdown .selected.active {
  background-color: #EEEEEE;
}
.selectize-control.single .selectize-dropdown [data-selectable],
.selectize-control.multi .selectize-dropdown [data-selectable],
.selectize-control.single .selectize-dropdown .optgroup-header,
.selectize-control.multi .selectize-dropdown .optgroup-header {
  padding: 10px 20px;
  cursor: pointer;
}
.selectize-control.single .dropdown-active ~ .selectize-dropdown,
.selectize-control.multi .dropdown-active ~ .selectize-dropdown {
  display: block;
}
.dropdownjs:after {
  right: 5px;
  top: 3px;
  font-size: 25px;
  position: absolute;
  content: "\e894";
  font-family: "Material-Design-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  color: #757575;
}
.shadow-z-1 {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.shadow-z-1-hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.shadow-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shadow-z-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.shadow-z-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.shadow-z-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.withripple {
  position: relative;
}
.ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}
.ripple.ripple-on {
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0.1;
}
.ripple.ripple-out {
  transition: opacity 0.1s linear 0s !important;
  opacity: 0;
}
#snackbar-container {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 99999;
}
.snackbar {
  overflow: hidden;
  clear: both;
  min-width: 288px;
  max-width: 568px;
  cursor: pointer;
  opacity: 0;
}
.snackbar.snackbar-opened {
  height: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  #snackbar-container {
    left: 0px !important;
    right: 0px;
    width: 100%;
  }
  #snackbar-container .snackbar {
    min-width: 100%;
  }
  #snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
    margin-top: 20px;
  }
  #snackbar-container [class="snackbar snackbar-opened"] {
    border-radius: 0;
    margin-bottom: 0;
  }
}
/*



 */
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://google.github.io/material-design-icons/#icon-font-for-the-web
 */






/* Use the font */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/MaterialIcons-Regular-8c998b4a9c0acbb9fe5dd572c206a5a33fdd5ca2b58db87fc3b893beac85068d.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/MaterialIcons-Regular-a87d66c91b2e7dc5530aef76c03bd6a3d25ea5826110bf4803b561b811cc8726.woff2) format('woff2'),
       url(/assets/MaterialIcons-Regular-c4a1baec300d09e03a8380b85918267ee80faae8e00c6c56b48e2e74b1d9b38d.woff) format('woff'),
       url(/assets/MaterialIcons-Regular-b7f4a3ab562048f28dd1fa691601bc43363a61d0f876d16d8316c52e4f32d696.ttf) format('truetype');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18, .mi.md-18 { font-size: 18px; }
.material-icons.md-24, .mi.md-24 { font-size: 24px; }
.material-icons.md-36, .mi.md-36 { font-size: 36px; }
.material-icons.md-48, .mi.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark, .mi.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive, .mi.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light, .mi.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive, .mi.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Rules to rotate items */
.material-icons.r90, .mi.r90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.material-icons.r180, .mi.r180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.material-icons.r270, .mi.r270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.material-icons.flip-horizontal, .mi.flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.material-icons.flip-vertical, .mi.flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */


.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.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 #999;
  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 #fff;
  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 #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  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: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  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: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  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);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  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: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', 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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  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: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', 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: #999;
}
.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: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.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 {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  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 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 140px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .drp-calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .drp-calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .drp-calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .drp-calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .drp-calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.388571429;
  color: #555;
  vertical-align: middle;
  background-image: none;
  border: none;
  border-bottom: 1px solid #DDD;
  box-shadow: none;
  border-radius: 0px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-single.chosen-disabled .chosen-single {
  background-color: #EEE;
  color: black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container .chosen-drop {
  background-color: #FFF;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 5px 0;
  border: none;
  border-radius: 0px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container .chosen-search {
  padding: 1px 4px 3px 4px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.388571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
  margin: 0px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container .chosen-results {
  margin: 1px 0 0 0;
  padding: 0px;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container .chosen-results li {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.388571429;
  color: #333;
  background-image: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container .chosen-results li.active-result {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.388571429;
  color: #333;
  background-image: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container .chosen-results li:hover, .chosen-container .chosen-results li.active-result:hover, .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 32px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 0px;
  border-bottom: 1px solid #DDD;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding: 5px 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 2px 24px 0px 5px;
  margin: 2px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.388571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  color: #333;
  background-color: inherit;
  box-shadow: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 6px;
  right: 8px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-multi.chosen-disabled .chosen-choices {
  background-color: #EEE;
  color: black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-multi.chosen-disabled .chosen-choices li.search-choice {
  padding-right: 5px;
  background-color: #EEE;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/rails-assets-chosen-material-theme-1.0.1/app/assets/stylesheets/chosen-material-theme/chosen-material-theme.min.scss */
.chosen-container.chosen-container-multi.chosen-disabled .chosen-choices li.search-choice .search-choice-close {
  display: none;
}
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret, .button-xs > .caret, .authform .button > .caret, .submit > .caret,
.dropup > .btn > .caret,
.dropup > .button-xs > .caret,
.authform .dropup > .button > .caret,
.dropup > .submit > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive, img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.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 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center, .form-centered, .column {
  text-align: center;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.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 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container, main {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, main:before, .container:after, main:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after, main:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container, main {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container, main {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container, main {
    width: 1170px;
  }
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row, section {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, section:before, .row:after, section:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after, section:after {
  clear: both;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.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, .form-centered, .form, .column, .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 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.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 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.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 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .form-centered, .form, .column, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, .form-centered, .form, .column {
    width: 50%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.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 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.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 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.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 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.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 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.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 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.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 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.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 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"],
.input-group-sm > .input-group-btn > .button-xs[type="date"],
.authform .input-group-sm > .input-group-btn > .button[type="date"],
.input-group-sm > .input-group-btn > .submit[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"],
.input-group-sm > .input-group-btn > .button-xs[type="time"],
.authform .input-group-sm > .input-group-btn > .button[type="time"],
.input-group-sm > .input-group-btn > .submit[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"],
.input-group-sm > .input-group-btn > .button-xs[type="datetime-local"],
.authform .input-group-sm > .input-group-btn > .button[type="datetime-local"],
.input-group-sm > .input-group-btn > .submit[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"],
.input-group-sm > .input-group-btn > .button-xs[type="month"],
.authform .input-group-sm > .input-group-btn > .button[type="month"],
.input-group-sm > .input-group-btn > .submit[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"],
.input-group-lg > .input-group-btn > .button-xs[type="date"],
.authform .input-group-lg > .input-group-btn > .button[type="date"],
.input-group-lg > .input-group-btn > .submit[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"],
.input-group-lg > .input-group-btn > .button-xs[type="time"],
.authform .input-group-lg > .input-group-btn > .button[type="time"],
.input-group-lg > .input-group-btn > .submit[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"],
.input-group-lg > .input-group-btn > .button-xs[type="datetime-local"],
.authform .input-group-lg > .input-group-btn > .button[type="datetime-local"],
.input-group-lg > .input-group-btn > .submit[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"],
.input-group-lg > .input-group-btn > .button-xs[type="month"],
.authform .input-group-lg > .input-group-btn > .button[type="month"],
.input-group-lg > .input-group-btn > .submit[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.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 263, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.button-xs,
.authform .input-group-lg > .input-group-btn > .form-control-static.button,
.input-group-lg > .input-group-btn > .form-control-static.submit, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.button-xs,
.authform .input-group-sm > .input-group-btn > .form-control-static.button,
.input-group-sm > .input-group-btn > .form-control-static.submit {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .button-xs,
.authform .input-group-sm > .input-group-btn > .button,
.input-group-sm > .input-group-btn > .submit {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.button-xs,
.authform .input-group-sm > .input-group-btn > select.button,
.input-group-sm > .input-group-btn > select.submit {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.button-xs,
.authform .input-group-sm > .input-group-btn > textarea.button,
.input-group-sm > .input-group-btn > textarea.submit,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple],
.input-group-sm > .input-group-btn > .button-xs[multiple],
.authform .input-group-sm > .input-group-btn > .button[multiple],
.input-group-sm > .input-group-btn > .submit[multiple] {
  height: auto;
}

/* line 323, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .button-xs,
.authform .input-group-lg > .input-group-btn > .button,
.input-group-lg > .input-group-btn > .submit {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.button-xs,
.authform .input-group-lg > .input-group-btn > select.button,
.input-group-lg > .input-group-btn > select.submit {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.button-xs,
.authform .input-group-lg > .input-group-btn > textarea.button,
.input-group-lg > .input-group-btn > textarea.submit,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple],
.input-group-lg > .input-group-btn > .button-xs[multiple],
.authform .input-group-lg > .input-group-btn > .button[multiple],
.input-group-lg > .input-group-btn > .submit[multiple] {
  height: auto;
}

/* line 349, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.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 400, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .button-xs + .form-control-feedback,
.authform .input-group-lg > .input-group-btn > .button + .form-control-feedback,
.input-group-lg > .input-group-btn > .submit + .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 407, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .button-xs + .form-control-feedback,
.authform .input-group-sm > .input-group-btn > .button + .form-control-feedback,
.input-group-sm > .input-group-btn > .submit + .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 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.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 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.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 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.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 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.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 559, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .button-xs, .authform .button, .submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .button-xs:focus, .authform .button:focus, .submit:focus, .btn.focus, .focus.button-xs, .authform .focus.button, .focus.submit, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .button-xs:hover, .authform .button:hover, .submit:hover, .btn:focus, .button-xs:focus, .authform .button:focus, .submit:focus, .btn.focus, .focus.button-xs, .authform .focus.button, .focus.submit {
  color: #333;
  text-decoration: none;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .button-xs:active, .authform .button:active, .submit:active, .btn.active, .active.button-xs, .authform .active.button, .active.submit {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .disabled.button-xs, .authform .disabled.button, .disabled.submit, .btn[disabled], .button-xs[disabled], .authform .button[disabled], .submit[disabled], fieldset[disabled] .btn, fieldset[disabled] .button-xs, fieldset[disabled] .authform .button, .authform fieldset[disabled] .button, fieldset[disabled] .submit {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, a.disabled.button-xs, .authform a.disabled.button, a.disabled.submit, fieldset[disabled] a.btn, fieldset[disabled] a.button-xs, fieldset[disabled] .authform a.button, .authform fieldset[disabled] a.button, fieldset[disabled] a.submit {
  pointer-events: none;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .button-xs, .authform .button, .submit {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .button-xs:focus, .authform .button:focus, .submit:focus, .btn-primary.focus, .focus.button-xs, .authform .focus.button, .focus.submit {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .button-xs:hover, .authform .button:hover, .submit:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .button-xs:active, .authform .button:active, .submit:active, .btn-primary.active, .active.button-xs, .authform .active.button, .active.submit, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.button-xs, .authform .open > .dropdown-toggle.button, .open > .dropdown-toggle.submit {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .button-xs:active:hover, .authform .button:active:hover, .submit:active:hover, .btn-primary:active:focus, .button-xs:active:focus, .authform .button:active:focus, .submit:active:focus, .btn-primary.focus:active, .button-xs.focus:active, .authform .button.focus:active, .submit.focus:active, .btn-primary.active:hover, .active.button-xs:hover, .authform .active.button:hover, .active.submit:hover, .btn-primary.active:focus, .active.button-xs:focus, .authform .active.button:focus, .active.submit:focus, .btn-primary.active.focus, .active.focus.button-xs, .authform .active.focus.button, .active.focus.submit, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.button-xs:hover, .authform .open > .dropdown-toggle.button:hover, .open > .dropdown-toggle.submit:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.button-xs:focus, .authform .open > .dropdown-toggle.button:focus, .open > .dropdown-toggle.submit:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.button-xs, .authform .open > .dropdown-toggle.focus.button, .open > .dropdown-toggle.focus.submit {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .disabled.button-xs:hover, .authform .disabled.button:hover, .disabled.submit:hover, .btn-primary.disabled:focus, .disabled.button-xs:focus, .authform .disabled.button:focus, .disabled.submit:focus, .btn-primary.disabled.focus, .disabled.focus.button-xs, .authform .disabled.focus.button, .disabled.focus.submit, .btn-primary[disabled]:hover, .button-xs[disabled]:hover, .authform .button[disabled]:hover, .submit[disabled]:hover, .btn-primary[disabled]:focus, .button-xs[disabled]:focus, .authform .button[disabled]:focus, .submit[disabled]:focus, .btn-primary.focus[disabled], .focus.button-xs[disabled], .authform .focus.button[disabled], .focus.submit[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .button-xs:hover, fieldset[disabled] .authform .button:hover, .authform fieldset[disabled] .button:hover, fieldset[disabled] .submit:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .button-xs:focus, fieldset[disabled] .authform .button:focus, .authform fieldset[disabled] .button:focus, fieldset[disabled] .submit:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.button-xs, fieldset[disabled] .authform .focus.button, .authform fieldset[disabled] .focus.button, fieldset[disabled] .focus.submit {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, .button-xs .badge, .authform .button .badge, .submit .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .submit, .btn-group-lg > .btn, .btn-group-lg > .button-xs, .authform .btn-group-lg > .button, .btn-group-lg > .submit {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .button-xs, .authform .btn-group-sm > .button, .btn-group-sm > .submit {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .button-xs, .btn-group-xs > .btn, .btn-group-xs > .button-xs, .authform .btn-group-xs > .button, .btn-group-xs > .submit {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.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 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.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;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.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 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.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 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, .btn-group > .button-xs, .authform .btn-group > .button, .btn-group > .submit,
.btn-group-vertical > .btn,
.btn-group-vertical > .button-xs,
.authform .btn-group-vertical > .button,
.btn-group-vertical > .submit {
  position: relative;
  float: left;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .button-xs:hover, .authform .btn-group > .button:hover, .btn-group > .submit:hover, .btn-group > .btn:focus, .btn-group > .button-xs:focus, .authform .btn-group > .button:focus, .btn-group > .submit:focus, .btn-group > .btn:active, .btn-group > .button-xs:active, .authform .btn-group > .button:active, .btn-group > .submit:active, .btn-group > .btn.active, .btn-group > .active.button-xs, .authform .btn-group > .active.button, .btn-group > .active.submit,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .button-xs:hover,
.authform .btn-group-vertical > .button:hover,
.btn-group-vertical > .submit:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .button-xs:focus,
.authform .btn-group-vertical > .button:focus,
.btn-group-vertical > .submit:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .button-xs:active,
.authform .btn-group-vertical > .button:active,
.btn-group-vertical > .submit:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.button-xs,
.authform .btn-group-vertical > .active.button,
.btn-group-vertical > .active.submit {
  z-index: 2;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group .button-xs + .btn, .btn-group .btn + .button-xs, .btn-group .button-xs + .button-xs, .btn-group .authform .button + .btn, .btn-group .authform .button + .button-xs, .authform .btn-group .button + .btn, .authform .btn-group .button + .button-xs, .btn-group .authform .btn + .button, .btn-group .authform .button-xs + .button, .authform .btn-group .btn + .button, .authform .btn-group .button-xs + .button, .btn-group .authform .button + .button, .authform .btn-group .button + .button, .btn-group .submit + .btn, .btn-group .submit + .button-xs, .btn-group .authform .submit + .button, .authform .btn-group .submit + .button, .btn-group .btn + .submit, .btn-group .button-xs + .submit, .btn-group .authform .button + .submit, .authform .btn-group .button + .submit, .btn-group .submit + .submit,
.btn-group .btn + .btn-group,
.btn-group .button-xs + .btn-group,
.btn-group .authform .button + .btn-group,
.authform .btn-group .button + .btn-group,
.btn-group .submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button-xs,
.btn-group .authform .btn-group + .button,
.authform .btn-group .btn-group + .button,
.btn-group .btn-group + .submit,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar .button-xs, .btn-toolbar .authform .button, .authform .btn-toolbar .button, .btn-toolbar .submit,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, .btn-toolbar > .button-xs, .authform .btn-toolbar > .button, .btn-toolbar > .submit,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .button-xs:not(:first-child):not(:last-child):not(.dropdown-toggle), .authform .btn-group > .button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, .btn-group > .button-xs:first-child, .authform .btn-group > .button:first-child, .btn-group > .submit:first-child {
  margin-left: 0;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .button-xs:first-child:not(:last-child):not(.dropdown-toggle), .authform .btn-group > .button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .submit:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .button-xs:last-child:not(:first-child), .authform .btn-group > .button:last-child:not(:first-child), .btn-group > .submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .button-xs, .authform .btn-group > .btn-group:not(:first-child):not(:last-child) > .button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .submit {
  border-radius: 0;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .button-xs:last-child, .authform .btn-group > .btn-group:first-child:not(:last-child) > .button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .submit:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .button-xs:first-child, .authform .btn-group > .btn-group:last-child:not(:first-child) > .button:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .submit:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .btn-group > .button-xs + .dropdown-toggle, .authform .btn-group > .button + .dropdown-toggle, .btn-group > .submit + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group > .submit + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .button-xs + .dropdown-toggle, .authform .btn-group-lg.btn-group > .button + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret, .button-xs .caret, .authform .button .caret, .submit .caret {
  margin-left: 0;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .submit .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .button-xs .caret, .authform .btn-group-lg > .button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .submit .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .button-xs .caret, .dropup .authform .btn-group-lg > .button .caret, .authform .dropup .btn-group-lg > .button .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .button-xs, .authform .btn-group-vertical > .button, .btn-group-vertical > .submit,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .button-xs,
.authform .btn-group-vertical > .btn-group > .button,
.btn-group-vertical > .btn-group > .submit {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .button-xs, .authform .btn-group-vertical > .btn-group > .button, .btn-group-vertical > .btn-group > .submit {
  float: none;
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .button-xs + .btn, .btn-group-vertical > .btn + .button-xs, .btn-group-vertical > .button-xs + .button-xs, .authform .btn-group-vertical > .button + .btn, .authform .btn-group-vertical > .button + .button-xs, .authform .btn-group-vertical > .btn + .button, .authform .btn-group-vertical > .button-xs + .button, .authform .btn-group-vertical > .button + .button, .btn-group-vertical > .submit + .btn, .btn-group-vertical > .submit + .button-xs, .authform .btn-group-vertical > .submit + .button, .btn-group-vertical > .btn + .submit, .btn-group-vertical > .button-xs + .submit, .authform .btn-group-vertical > .button + .submit, .btn-group-vertical > .submit + .submit,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .button-xs + .btn-group,
.authform .btn-group-vertical > .button + .btn-group,
.btn-group-vertical > .submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .button-xs,
.authform .btn-group-vertical > .btn-group + .button,
.btn-group-vertical > .btn-group + .submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .button-xs:not(:first-child):not(:last-child), .authform .btn-group-vertical > .button:not(:first-child):not(:last-child), .btn-group-vertical > .submit:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .button-xs:first-child:not(:last-child), .authform .btn-group-vertical > .button:first-child:not(:last-child), .btn-group-vertical > .submit:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .button-xs:last-child:not(:first-child), .authform .btn-group-vertical > .button:last-child:not(:first-child), .btn-group-vertical > .submit:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button-xs, .authform .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .submit {
  border-radius: 0;
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .button-xs:last-child, .authform .btn-group-vertical > .btn-group:first-child:not(:last-child) > .button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .submit: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 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .button-xs:first-child, .authform .btn-group-vertical > .btn-group:last-child:not(:first-child) > .button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .submit:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, .btn-group-justified > .button-xs, .authform .btn-group-justified > .button, .btn-group-justified > .submit,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .button-xs, .btn-group-justified > .btn-group .authform .button, .authform .btn-group-justified > .btn-group .button, .btn-group-justified > .btn-group .submit {
  width: 100%;
}

/* line 216, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .button-xs input[type="radio"], .authform [data-toggle="buttons"] > .button input[type="radio"], [data-toggle="buttons"] > .submit input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .button-xs input[type="checkbox"],
.authform [data-toggle="buttons"] > .button input[type="checkbox"],
[data-toggle="buttons"] > .submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.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 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.button-xs,
.authform .input-group-sm > .input-group-btn > .input-group-addon.button,
.input-group-sm > .input-group-btn > .input-group-addon.submit {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.button-xs,
.authform .input-group-lg > .input-group-btn > .input-group-addon.button,
.input-group-lg > .input-group-btn > .input-group-addon.submit {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .button-xs,
.authform .input-group-btn:first-child > .button,
.input-group-btn:first-child > .submit,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .button-xs,
.authform .input-group-btn:first-child > .btn-group > .button,
.input-group-btn:first-child > .btn-group > .submit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .button-xs:not(:last-child):not(.dropdown-toggle),
.authform .input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .button-xs,
.authform .input-group-btn:last-child > .btn-group:not(:last-child) > .button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .button-xs,
.authform .input-group-btn:last-child > .button,
.input-group-btn:last-child > .submit,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .button-xs,
.authform .input-group-btn:last-child > .btn-group > .button,
.input-group-btn:last-child > .btn-group > .submit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .button-xs:not(:first-child),
.authform .input-group-btn:first-child > .button:not(:first-child),
.input-group-btn:first-child > .submit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .button-xs,
.authform .input-group-btn:first-child > .btn-group:not(:first-child) > .button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn, .input-group-btn > .button-xs, .authform .input-group-btn > .button, .input-group-btn > .submit {
  position: relative;
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, .input-group-btn > .button-xs + .btn, .input-group-btn > .btn + .button-xs, .input-group-btn > .button-xs + .button-xs, .authform .input-group-btn > .button + .btn, .authform .input-group-btn > .button + .button-xs, .authform .input-group-btn > .btn + .button, .authform .input-group-btn > .button-xs + .button, .authform .input-group-btn > .button + .button, .input-group-btn > .submit + .btn, .input-group-btn > .submit + .button-xs, .authform .input-group-btn > .submit + .button, .input-group-btn > .btn + .submit, .input-group-btn > .button-xs + .submit, .authform .input-group-btn > .button + .submit, .input-group-btn > .submit + .submit {
  margin-left: -1px;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .button-xs:hover, .authform .input-group-btn > .button:hover, .input-group-btn > .submit:hover, .input-group-btn > .btn:focus, .input-group-btn > .button-xs:focus, .authform .input-group-btn > .button:focus, .input-group-btn > .submit:focus, .input-group-btn > .btn:active, .input-group-btn > .button-xs:active, .authform .input-group-btn > .button:active, .input-group-btn > .submit:active {
  z-index: 2;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .button-xs, .authform .input-group-btn:first-child > .button, .input-group-btn:first-child > .submit,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .button-xs, .authform .input-group-btn:last-child > .button, .input-group-btn:last-child > .submit,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header, main > .navbar-header,
.container > .navbar-collapse,
main > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header, main > .navbar-header,
.container > .navbar-collapse,
main > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > main .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 341, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.button-xs, .authform .btn-group-sm > .navbar-btn.button, .btn-group-sm > .navbar-btn.submit {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .navbar-btn.button-xs, .btn-group-xs > .navbar-btn.btn, .authform .btn-group-xs > .navbar-btn.button, .btn-group-xs > .navbar-btn.submit {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 431, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 442, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 453, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 462, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 470, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 481, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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: #090909;
}

/* line 563, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 573, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 599, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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: #090909;
  }
  /* line 607, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.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 619, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.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 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label, .button-xs .label, .authform .button .label, .submit .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.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: #777777;
  border-radius: 10px;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge, .button-xs .badge, .authform .button .badge, .submit .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .button-xs .badge, .btn-group-xs > .btn .badge, .authform .btn-group-xs > .button .badge, .btn-group-xs > .submit .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, main .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container, .jumbotron main {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, main .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert, #error_explanation:not(:empty) {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4, #error_explanation:not(:empty) h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link, #error_explanation:not(:empty) .alert-link {
  font-weight: bold;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p, #error_explanation:not(:empty) > p,
.alert > ul,
#error_explanation:not(:empty) > ul {
  margin-bottom: 0;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p, #error_explanation:not(:empty) > p + p {
  margin-top: 5px;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger, #error_explanation:not(:empty) {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr, #error_explanation:not(:empty) hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link, #error_explanation:not(:empty) .alert-link {
  color: #843534;
}

@-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 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.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 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.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: #777777;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.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 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.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 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.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 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.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 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.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 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .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 > thead: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 131, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .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 > tbody: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 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.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 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.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 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.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: 0.2;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.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 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .button-xs + .btn, .modal-footer .btn + .button-xs, .modal-footer .button-xs + .button-xs, .modal-footer .authform .button + .btn, .modal-footer .authform .button + .button-xs, .authform .modal-footer .button + .btn, .authform .modal-footer .button + .button-xs, .modal-footer .authform .btn + .button, .modal-footer .authform .button-xs + .button, .authform .modal-footer .btn + .button, .authform .modal-footer .button-xs + .button, .modal-footer .authform .button + .button, .authform .modal-footer .button + .button, .modal-footer .submit + .btn, .modal-footer .submit + .button-xs, .modal-footer .authform .submit + .button, .authform .modal-footer .submit + .button, .modal-footer .btn + .submit, .modal-footer .button-xs + .submit, .modal-footer .authform .button + .submit, .authform .modal-footer .button + .submit, .modal-footer .submit + .submit {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .button-xs + .btn, .modal-footer .btn-group .btn + .button-xs, .modal-footer .btn-group .button-xs + .button-xs, .modal-footer .btn-group .authform .button + .btn, .modal-footer .btn-group .authform .button + .button-xs, .authform .modal-footer .btn-group .button + .btn, .authform .modal-footer .btn-group .button + .button-xs, .modal-footer .btn-group .authform .btn + .button, .modal-footer .btn-group .authform .button-xs + .button, .authform .modal-footer .btn-group .btn + .button, .authform .modal-footer .btn-group .button-xs + .button, .modal-footer .btn-group .authform .button + .button, .authform .modal-footer .btn-group .button + .button, .modal-footer .btn-group .submit + .btn, .modal-footer .btn-group .submit + .button-xs, .modal-footer .btn-group .authform .submit + .button, .authform .modal-footer .btn-group .submit + .button, .modal-footer .btn-group .btn + .submit, .modal-footer .btn-group .button-xs + .submit, .modal-footer .btn-group .authform .button + .submit, .authform .modal-footer .btn-group .button + .submit, .modal-footer .btn-group .submit + .submit {
  margin-left: -1px;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  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;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.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-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  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;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.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 124, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.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);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.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 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.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 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.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 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.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 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption .button-xs, .carousel-caption .authform .button, .authform .carousel-caption .button, .carousel-caption .submit {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.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: -10px;
    font-size: 30px;
  }
  /* line 250, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.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 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 6, app/assets/stylesheets/1st_load_framework.css.scss */
img {
  margin: 0 auto;
}

/* line 11, app/assets/stylesheets/1st_load_framework.css.scss */
.navbar-brand {
  font-size: inherit;
  max-height: 40px;
  overflow: visible;
  padding-top: 32px;
  padding-bottom: 30px;
}

/* line 41, app/assets/stylesheets/1st_load_framework.css.scss */
main {
  background-color: #fff;
  width: 100%;
}

/* line 46, app/assets/stylesheets/1st_load_framework.css.scss */
section {
  margin-top: 20px;
}

/* line 54, app/assets/stylesheets/1st_load_framework.css.scss */
.authform {
  padding-top: 30px;
  max-width: 320px;
  margin: 0 auto;
  height: 100vh;
}

/* line 62, app/assets/stylesheets/1st_load_framework.css.scss */
.authform .right {
  float: right !important;
}

/* line 75, app/assets/stylesheets/1st_load_framework.css.scss */
#error_explanation h2 {
  font-size: 16px;
}

/* line 83, app/assets/stylesheets/1st_load_framework.css.scss */
.carousel-control.right, .carousel-control.left {
  background-image: none;
  text-shadow: none;
}

/* line 87, app/assets/stylesheets/1st_load_framework.css.scss */
.carousel-indicators li, .carousel-indicators .active {
  background-color: grey;
}

/* line 91, app/assets/stylesheets/1st_load_framework.css.scss */
.carousel-indicators {
  bottom: 0px;
}
/*!
 * Start Bootstrap - 4 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.portfolio-item {
    margin-bottom: 25px;
}

footer {
    padding: 50px 0;
    background: #fff0c2
}
/* line 2, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table {
  display: grid;
  width: 100%;
  color: #706B6B;
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
  grid-template-columns: 15% 45% 25% 10% auto;
  margin-bottom: 0px !important;
}

/* line 11, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table .heading-oi-extend, #acknowledgement_items_table #fifth-th, #acknowledgement_items_table #fourth-th, #acknowledgement_items_table #third-th, #acknowledgement_items_table #second-th, #acknowledgement_items_table #first-th {
  padding-top: 5px;
  text-align: center;
  padding: 10px;
  margin-top: -5px;
}

/* line 17, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table #first-th {
  border: 1px solid #d2d2d2;
  border-right: 0;
  background-color: #F7F7F7;
}

/* line 22, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table #first-th .chosen-container {
  top: 35px;
}

/* line 26, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table #second-th {
  border: 1px solid #d2d2d2;
  border-right: 0;
  background-color: #F7F7F7;
}

/* line 32, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table #third-th {
  border: 1px solid #d2d2d2;
  background-color: #F7F7F7;
}

/* line 36, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table #third-th input {
  top: 20px;
  position: relative;
}

/* line 41, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table #fourth-th {
  border: 1px solid #d2d2d2;
  background-color: #F7F7F7;
}

/* line 45, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table #fourth-th input {
  top: 20px;
  position: relative;
}

/* line 51, app/assets/stylesheets/acknowledgements.scss */
#acknowledgement_items_table #fifth-th {
  background-color: #fff !important;
  border: 0 !important;
}

/* line 57, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_items_table {
  height: 100%;
  display: grid;
  width: 100%;
  color: #706B6B;
  background-color: #FFF;
  margin-bottom: 0px !important;
  border-top: none;
  grid-template-columns: 15% 45% 25% 10% auto;
}

/* line 66, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_items_table .chosen-container.chosen-container-single .chosen-single {
  border-bottom-color: #fff;
  width: 200px;
}

/* line 70, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_items_table #first-td {
  border-top: 0 !important;
  border: 1px solid #d2d2d2;
  padding-top: 10px !important;
}

/* line 75, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_items_table #second-td {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

/* line 79, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_items_table #third-td {
  border-right: 1px solid #d2d2d2;
}

/* line 81, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_items_table #third-td textarea {
  padding: 0px;
}

/* line 85, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_items_table #fourth-td {
  border-top: none !important;
  border-right: 1px solid #d2d2d2;
  padding-top: 0px !important;
}

/* line 89, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_items_table #fourth-td .form-group .form-control {
  text-align: right;
  margin: 13px 0 0 0;
  padding: 0px 5px 15px 0px;
}

/* line 98, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex {
  width: 100%;
}

/* line 100, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-heading {
  display: flex;
  border-bottom: solid 2px #FFBF00;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
}

/* line 106, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-heading .sequence {
  width: 5%;
}

/* line 109, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-heading .mode {
  width: 15%;
}

/* line 112, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-heading .details {
  width: 60%;
}

/* line 115, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-heading .description {
  width: 16%;
}

/* line 118, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-heading .amount {
  width: 20%;
  text-align: right;
}

/* line 124, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-table-data {
  display: flex;
  font-size: 16px;
  border-bottom: solid 2px #FFBF00;
  padding: 15px;
}

/* line 129, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-table-data .sequence {
  width: 5%;
}

/* line 132, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-table-data .mode {
  width: 15%;
}

/* line 135, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-table-data .details {
  width: 60%;
}

/* line 138, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-table-data .details .ack-details .detail-cell {
  display: grid;
  grid-template-columns: 170px 500px;
  padding-right: 10px;
}

/* line 142, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-table-data .details .ack-details .detail-cell .detail-header {
  margin-bottom: 18px;
  font-weight: 700 !important;
}

/* line 149, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-table-data .description {
  word-wrap: break-word;
  width: 15%;
}

/* line 153, app/assets/stylesheets/acknowledgements.scss */
.receipt .acknowledgement-details .items-flex .items-table-data .amount {
  width: 20%;
  text-align: right;
}

/* line 160, app/assets/stylesheets/acknowledgements.scss */
.receipt .total-value-div {
  height: 100px;
}

/* line 162, app/assets/stylesheets/acknowledgements.scss */
.receipt .total-value-div .total-amount {
  border-bottom: solid 2px #FFBF00;
  padding: 20px;
}

/* line 165, app/assets/stylesheets/acknowledgements.scss */
.receipt .total-value-div .total-amount p {
  font-weight: 600;
  font-size: 16px;
}

/* line 174, app/assets/stylesheets/acknowledgements.scss */
.cancel_modal .modal-content, #do_not_disturb_modal .modal-content {
  margin-top: 270px;
  text-align: center;
}

/* line 177, app/assets/stylesheets/acknowledgements.scss */
.cancel_modal .modal-content .modal-header, #do_not_disturb_modal .modal-content .modal-header {
  font-size: 20px;
}

/* line 180, app/assets/stylesheets/acknowledgements.scss */
.cancel_modal .modal-content .modal-body, #do_not_disturb_modal .modal-content .modal-body {
  font-size: 16px;
}

/* line 185, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_item_button, .acknowledgement_item_button:hover, .acknowledgement_item_button:focus {
  color: #4095FF !important;
}

/* line 189, app/assets/stylesheets/acknowledgements.scss */
.acknowledege-total #sale_revamp_table {
  width: 100%;
}

/* line 191, app/assets/stylesheets/acknowledgements.scss */
.acknowledege-total #sale_revamp_table #fifth-th {
  text-align: left;
}

/* line 195, app/assets/stylesheets/acknowledgements.scss */
.acknowledege-total #sale_revamp_table #last-th .form-group .form-control {
  text-align: right;
}

/* line 202, app/assets/stylesheets/acknowledgements.scss */
.log-hyperlink {
  font-size: 20px;
  color: #337ab7 !important;
}

/* line 207, app/assets/stylesheets/acknowledgements.scss */
.wid-20 {
  width: 20%;
}

/* line 211, app/assets/stylesheets/acknowledgements.scss */
.properties_field {
  height: 100%;
  width: 100%;
}

/* line 214, app/assets/stylesheets/acknowledgements.scss */
.properties_field .property_input {
  width: 100%;
}

/* line 217, app/assets/stylesheets/acknowledgements.scss */
.properties_field .property_input .form-group label {
  width: 100%;
  text-align: center;
  padding: 0 12px;
  border-bottom: 1px solid #d2d2d2;
}

/* line 223, app/assets/stylesheets/acknowledgements.scss */
.properties_field .property_input .form-group input {
  border: none;
}

/* line 228, app/assets/stylesheets/acknowledgements.scss */
.properties_field .property_input:not(.hidden):not(:last-child) {
  border-right: 1px solid #d2d2d2;
}

/* line 233, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_acknowledgement_items_description, .acknowledgement_acknowledgement_items_amount {
  height: 55px;
}

/* line 235, app/assets/stylesheets/acknowledgements.scss */
.acknowledgement_acknowledgement_items_description .form-control, .acknowledgement_acknowledgement_items_amount .form-control {
  height: 57px !important;
  padding: 0 12px !important;
}

/* line 241, app/assets/stylesheets/acknowledgements.scss */
.payment_receipt_input_field {
  width: 400px;
  margin-right: 20px;
}

/* line 246, app/assets/stylesheets/acknowledgements.scss */
.border-dark-grey {
  border-color: #9B9B9B !important;
}

/* line 250, app/assets/stylesheets/acknowledgements.scss */
.errorWrap {
  border: 1px solid red !important;
}

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-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-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: rgb(0, 0, 0);
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}
@media (max-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-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-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%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%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%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%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-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::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::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.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%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;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}
.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%;
}
/* line 14, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

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

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

/* line 40, app/assets/stylesheets/actiontext.scss */
.trix-button-group.trix-button-group--file-tools {
  display: none;
}
#draft-order-product-form {
    width: 90%;
}

#production-order-form {
    width: 90%;
}

.trix-content {
    max-height: 250px;
}
/* line 2, app/assets/stylesheets/asset_managements.css.scss */
.vm_product_input .select2-selection--single {
  height: 40px;
}

/* line 5, app/assets/stylesheets/asset_managements.css.scss */
.vm_product_input .select2-selection__rendered {
  padding-top: 5px;
}

/* line 8, app/assets/stylesheets/asset_managements.css.scss */
.vm_product_input .select2-selection__arrow {
  padding-top: 38px;
}

/* line 13, app/assets/stylesheets/asset_managements.css.scss */
#asset-card {
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/asset_managements.css.scss */
#assetModalLabel {
  padding-left: 0px;
  padding-bottom: 10px;
}

/* line 22, app/assets/stylesheets/asset_managements.css.scss */
#asset-download-dropdown {
  margin-left: 102px;
  margin-top: -6px;
}

/* line 27, app/assets/stylesheets/asset_managements.css.scss */
#asset-dropdown {
  padding-top: 7px;
}

/* line 31, app/assets/stylesheets/asset_managements.css.scss */
.asset-destroy-icon {
  font-size: 20px;
  margin-top: 15px;
  color: #f9bc40;
}
/* line 6, app/assets/stylesheets/attachments.scss */
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/attachments.scss */
.navdrop {
  position: relative;
  display: inline-block;
  top: 0px !important;
}

/* line 20, app/assets/stylesheets/attachments.scss */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 29, app/assets/stylesheets/attachments.scss */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* line 37, app/assets/stylesheets/attachments.scss */
.dropdown:hover .dropdown-content {
  display: block;
}
/* line 4, app/assets/stylesheets/branch_stocks.scss */
#branch_stocks_search {
  width: 70%;
  padding: 1%;
  margin-top: 1%;
  border: 1px solid #c5c5c5;
}

/* line 11, app/assets/stylesheets/branch_stocks.scss */
.logo-color {
  color: #f9b948 !important;
}

/* line 14, app/assets/stylesheets/branch_stocks.scss */
#branch_stocks_csv_export {
  background-color: #f8b651;
  color: black;
  width: 100%;
  height: 30px;
  padding-top: 6px;
}

/* line 21, app/assets/stylesheets/branch_stocks.scss */
.branch-stock-filters {
  margin-top: -18px;
}
/* line 6, app/assets/stylesheets/clients.scss */
#client-table, #user-table, #properties-table, #branch-store-table, #repair-table, #user-log-table {
  width: 63%;
  margin: auto;
  border-collapse: collapse;
}

/* line 12, app/assets/stylesheets/clients.scss */
#client-table td, #user-table td, #properties-table td, #branch-store-table td, #repair-table td, #user-log-table td, #client-table thead th, #user-table thead th, #properties-table thead th, #branch-store-table thead th, #repair-table thead th, #user-log-table thead th {
  padding: 1% 6px;
  background: #fff;
}

/* line 17, app/assets/stylesheets/clients.scss */
#user-table {
  margin-top: 6%;
  margin-bottom: 6%;
  width: 90%;
}

/* line 23, app/assets/stylesheets/clients.scss */
#user-log-table {
  width: 100%;
  margin-bottom: 7%;
}

/* line 28, app/assets/stylesheets/clients.scss */
.btn-comment {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-right: 0px !important;
  border: solid 1px #FFBF00 !important;
}

/* line 35, app/assets/stylesheets/clients.scss */
#client-table, #user-table, #properties-table, #branch-store-table, #repair-table, #user-log-table {
  width: 100%;
}

/* line 38, app/assets/stylesheets/clients.scss */
#client-table thead th, #user-table thead th, #properties-table thead th, #branch-store-table thead th, #repair-table thead th, #user-log-table thead th {
  font-size: 17px !important;
}

/* line 43, app/assets/stylesheets/clients.scss */
#client-table td, #user-table td, #properties-table td, #branch-store-table td, #repair-table td, #user-log-table td {
  font-size: 15px;
  line-height: 20px;
}

/* line 49, app/assets/stylesheets/clients.scss */
#client-table tbody:before, #user-table tbody:before, #properties-table tbody:before, #branch-store-table tbody:before, #repair-table tbody:before, #user-log-table tbody:before {
  line-height: 1.2em;
  display: block;
  visibility: hidden;
}

/* line 56, app/assets/stylesheets/clients.scss */
.client-head {
  background: #fff;
  padding: 1% 0;
  margin-bottom: 2%;
}

/* line 62, app/assets/stylesheets/clients.scss */
.client-details {
  background: #fff;
  padding: 2%;
}

/* line 66, app/assets/stylesheets/clients.scss */
.client-details table {
  border-collapse: collapse;
}

/* line 71, app/assets/stylesheets/clients.scss */
.client-details td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  opacity: 1;
}

/* line 78, app/assets/stylesheets/clients.scss */
.client-profile-container .col-md-1 {
  font-size: 23px;
  padding-top: 18px;
  padding-left: 40px;
}

/* line 84, app/assets/stylesheets/clients.scss */
.edit-client {
  margin-top: 1%;
  padding-bottom: 10%;
  width: 39%;
  margin: auto;
}

/* line 91, app/assets/stylesheets/clients.scss */
.edit-client.well {
  margin-top: 1%;
}

/* line 95, app/assets/stylesheets/clients.scss */
.inventory-border {
  border-bottom: 1px solid #F7F7F7;
}

/* line 97, app/assets/stylesheets/clients.scss */
.inventory-border td {
  border-bottom: 1px solid #f7f7f7;
}

/* line 102, app/assets/stylesheets/clients.scss */
.pad-left-10 {
  padding-left: 10px !important;
}

/* line 106, app/assets/stylesheets/clients.scss */
.client-orders-table, .client-ring-sizers-table {
  background: #fff;
  width: 100%;
}

/* line 111, app/assets/stylesheets/clients.scss */
.client-orders-table .table-header .table-title, .client-ring-sizers-table .table-header .table-title {
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

/* line 118, app/assets/stylesheets/clients.scss */
.client-orders-table td, .client-orders-table th, .client-ring-sizers-table td, .client-ring-sizers-table th {
  padding: 12px !important;
  margin-left: 20px !important;
}

/* line 122, app/assets/stylesheets/clients.scss */
.client-orders-table .pb-3, .client-ring-sizers-table .pb-3 {
  padding-bottom: 3px !important;
}

/* line 126, app/assets/stylesheets/clients.scss */
.client-orders-table .pr-40, .client-ring-sizers-table .pr-40 {
  padding-right: 40px !important;
}

/* line 131, app/assets/stylesheets/clients.scss */
.font-20 {
  font-size: 20px;
}

/* line 135, app/assets/stylesheets/clients.scss */
.client-flex-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 139, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left {
  background: #fff;
  flex-basis: 66%;
  padding: 20px;
  box-sizing: border-box;
}

/* line 144, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left .client-name-flex {
  padding: 10px 0;
}

/* line 146, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left .client-name-flex .flex-row {
  display: flex;
  width: 100%;
}

/* line 149, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left .client-name-flex .flex-row .client-name-left, .client-flex-container .client-details-left .client-name-flex .flex-row .client-dnd-right {
  width: auto;
}

/* line 154, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left .client-info {
  padding: 20px 0;
}

/* line 156, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left .client-info .flex-row {
  display: flex;
  width: 100%;
  padding: 8px 0;
}

/* line 160, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left .client-info .flex-row .client-flex-left {
  color: #979797;
  width: 20%;
}

/* line 164, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left .client-info .flex-row .client-flex-right {
  width: 80%;
}

/* line 170, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left p {
  margin: 0;
  font-size: 16px;
}

/* line 175, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-left .client-name {
  font-weight: 600;
  font-size: 20px;
}

/* line 180, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-right {
  flex-basis: 33%;
}

/* line 182, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-right .flex-column {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 10px;
  height: 50px;
  margin-bottom: 10px;
  justify-content: space-between;
}

/* line 190, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-right .flex-column .order-details-left {
  color: #979797;
}

/* line 193, app/assets/stylesheets/clients.scss */
.client-flex-container .client-details-right .flex-column p {
  margin: 0;
  font-size: 16px;
}

/* line 201, app/assets/stylesheets/clients.scss */
.header-container {
  height: 44px;
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 10px;
}

/* line 206, app/assets/stylesheets/clients.scss */
.header-container .title {
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  /*font-weight: bold;*/
  line-height: 19px;
  text-align: center;
  padding: 10px 8px;
  height: 45px;
  color: #000;
  display: flex;
}

/* line 218, app/assets/stylesheets/clients.scss */
.header-container .title a, .header-container .title a:hover, .header-container .title a:focus {
  color: #9B9B9B !important;
}

/* line 222, app/assets/stylesheets/clients.scss */
.header-container .active_line {
  border-bottom: 2px solid #FFBF00;
  font-weight: bold;
}

/* line 225, app/assets/stylesheets/clients.scss */
.header-container .active_line .counter {
  background-color: #FFBF00;
}

/* line 230, app/assets/stylesheets/clients.scss */
.header-container .counter {
  height: 17px;
  border-radius: 7.5px;
  background-color: rgba(155, 155, 155, 0.8);
  float: right;
  font-size: 12px;
  margin-top: 3px;
  line-height: 17px;
  color: white;
}

/* line 241, app/assets/stylesheets/clients.scss */
.header-container .add-comment {
  background-color: white !important;
  border: solid 1px #FFBF00;
  margin-right: 5px;
  color: black;
  cursor: pointer;
}

/* line 250, app/assets/stylesheets/clients.scss */
.no-items-section {
  height: 200px;
  background: white;
  margin: 5px 0px;
}

/* line 255, app/assets/stylesheets/clients.scss */
.no-items-section .details .title {
  height: 24px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  padding-top: 5px;
}

/* line 266, app/assets/stylesheets/clients.scss */
.add-btn {
  width: 20%;
  height: 36px;
  margin: 40px auto;
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #FFBF00;
  font-size: 14px !important;
  padding: 8px 0px;
  text-align: center;
}

/* line 277, app/assets/stylesheets/clients.scss */
.pd20 {
  padding: 20px;
}

/* line 282, app/assets/stylesheets/clients.scss */
#dropdown-style .chosen-single {
  min-height: 36px !important;
  background-color: white !important;
  color: #706B6B;
  font-size: 13px;
  border: none;
}

/* line 292, app/assets/stylesheets/clients.scss */
.index-filter-select .chosen-container.chosen-container-single .chosen-single {
  background-color: white !important;
  color: #706B6B;
  font-size: 13px;
  height: 40px;
  border: none;
}

/* line 299, app/assets/stylesheets/clients.scss */
.index-filter-select .chosen-container-single .chosen-single span {
  padding-top: 5px;
}

/* line 305, app/assets/stylesheets/clients.scss */
.client-wishlist .product-title, .client-cart .product-title {
  color: #3E3E3E !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 311, app/assets/stylesheets/clients.scss */
.client-wishlist .product-type, .client-wishlist .product-code, .client-cart .product-type, .client-cart .product-code {
  color: #9B9B9B;
  font-size: 12px;
  margin-top: 2px;
}

/* line 318, app/assets/stylesheets/clients.scss */
.radio-button-order {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 328, app/assets/stylesheets/clients.scss */
.radio-button-order input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 334, app/assets/stylesheets/clients.scss */
.radio-button-order input[type="radio"]:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #9E9FA1;
}

/* line 339, app/assets/stylesheets/clients.scss */
.radio-button-order .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F6B74D;
}

/* line 348, app/assets/stylesheets/clients.scss */
.radio-button-order .checkmark {
  border: 1px solid #9E9FA1;
  vertical-align: sub;
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
}

/* line 361, app/assets/stylesheets/clients.scss */
.radio-button-order input[type="radio"]:checked ~ .checkmark:after {
  display: block;
}

/* line 366, app/assets/stylesheets/clients.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 372, app/assets/stylesheets/clients.scss */
.radio-button-order:hover input[type="radio"] ~ .checkmark {
  background-color: #F6B74D;
}
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* Typography */
/* font weights */
/* Border-radius */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* Typography */
/* font weights */
/* Border-radius */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* line 13, app/assets/stylesheets/cm_admin/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

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

/* line 32, app/assets/stylesheets/cm_admin/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* Typography */
/* font weights */
/* Border-radius */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* line 3, app/assets/stylesheets/cm_admin/auth.scss */
.auth-menu-item {
  font-size: 14px;
  font-weight: normal;
  color: #9CA7AE !important;
  padding: 8px 24px;
  transition: all 0.2s linear;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/cm_admin/auth.scss */
.auth-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

/* line 14, app/assets/stylesheets/cm_admin/auth.scss */
.devise-body {
  background-color: #F7F7F7;
}

/* line 18, app/assets/stylesheets/cm_admin/auth.scss */
.login-container {
  border: 1px solid lightgrey;
  border-radius: 10px;
  margin: 100px auto;
  padding-bottom: 40px;
  height: 100%;
  width: 500px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* line 28, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-headers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* line 32, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-headers .main-header {
  font-size: 24px;
  font-weight: 600;
  color: #1D2129 !important;
}

/* line 35, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-headers .secondary-header {
  font-size: 14px;
  font-weight: 400;
  color: grey !important;
  margin-top: 10px;
}

/* line 38, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-headers .secondary-header span {
  font-weight: 600;
}

/* line 43, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs {
  margin-top: 50px;
}

/* line 45, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs label {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 49, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs .resend-cta-cotainer {
  display: flex;
  justify-content: space-between;
}

/* line 52, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs .resend-cta-cotainer a {
  color: #FFBF00;
  font-weight: 600;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs .resend-cta-cotainer a:hover {
  background: none;
  color: #FFBF00;
}

/* line 64, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-form-btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF !important;
  width: 100%;
  background-color: #FFBF00 !important;
  margin-top: 30px;
  border: none;
  border-radius: 5px;
  height: 32px !important;
}

/* line 74, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-form-btn:hover {
  cursor: pointer;
  background-color: #FFBF00;
}

/* line 81, app/assets/stylesheets/cm_admin/auth.scss */
.form-control {
  display: block;
  width: 400px;
  padding: 0.375rem 0.75rem;
  color: #000000;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid lightgray;
  border-radius: 0.25rem;
  transition: border 0.8s ease-in-out;
}

/* line 93, app/assets/stylesheets/cm_admin/auth.scss */
.form-control:focus {
  border: 1px solid #9B9B9B;
  outline: 0;
}

/* line 98, app/assets/stylesheets/cm_admin/auth.scss */
.auth-form-logo {
  width: 20%;
}
/*


 */


#production-order-product-details .nested-field-wrapper {
    max-width: 50%;
}
/* line 1, app/assets/stylesheets/cost_component.scss */
.cost_component_table {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  width: 95%;
  margin: 0 auto !important;
}

/* line 7, app/assets/stylesheets/cost_component.scss */
.cost_component_table .btn-rounded-prod {
  width: 35% !important;
}

/* line 11, app/assets/stylesheets/cost_component.scss */
.cost_component_table .form-group {
  width: 100%;
  margin: 0;
}

/* line 16, app/assets/stylesheets/cost_component.scss */
.cost_component_table input,
.cost_component_table .form-control.form-input {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 6px 12px;
  height: 34px;
  width: 100%;
  box-sizing: border-box;
}

/* line 26, app/assets/stylesheets/cost_component.scss */
.cost_component_table input:focus,
.cost_component_table .form-control.form-input:focus {
  border: 1px solid blue;
  padding: 6px 12px;
}

/* line 32, app/assets/stylesheets/cost_component.scss */
.cost_component_table .cost_component_table__header {
  color: #ccc;
  padding: 6px 0;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 41, app/assets/stylesheets/cost_component.scss */
.cost_component_table .span-column {
  justify-self: end;
  grid-column: 1 / span 4;
  padding-right: 12px;
}

/* line 47, app/assets/stylesheets/cost_component.scss */
.cost_component_table .disabled-input {
  border: 1px solid #ccc !important;
  background-color: #eeeeee !important;
}

/* line 52, app/assets/stylesheets/cost_component.scss */
.cost_component_table .text-align-right {
  text-align: right;
}
/* line 2, app/assets/stylesheets/dashboard.scss */
.flex-extend, .icon-flex, .sales_summary_two, .sales_summary_three, .non-expand-margins, .sales_summary, .summary-filter, .stocks-parent-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* line 8, app/assets/stylesheets/dashboard.scss */
.start-date-label1 {
  margin-left: 72%;
}

/* line 13, app/assets/stylesheets/dashboard.scss */
.end-date-label {
  margin-left: 48px;
}

/* line 17, app/assets/stylesheets/dashboard.scss */
.dash_container {
  margin-top: 25px;
}

/* line 21, app/assets/stylesheets/dashboard.scss */
.dashboard_filter {
  padding-top: 55px;
}

/* line 25, app/assets/stylesheets/dashboard.scss */
.date_show {
  width: 100%;
  height: 57px;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}

/* line 33, app/assets/stylesheets/dashboard.scss */
.stocks-parent-flex {
  width: 100%;
}

/* line 38, app/assets/stylesheets/dashboard.scss */
.quantity-amount-flex-child {
  width: 33.3%;
  margin-right: 8px;
}

/* line 42, app/assets/stylesheets/dashboard.scss */
.quantity-amount-flex-child .dashboard-flex-heading {
  color: #3E3E3E;
  font-family: "Open Sans" !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 21px;
}

/* line 50, app/assets/stylesheets/dashboard.scss */
.quantity-amount-flex-child .quantity-section {
  height: 155px;
  margin-bottom: 10px;
  font-family: 'Lato';
  background-color: white;
}

/* line 57, app/assets/stylesheets/dashboard.scss */
.quantity-amount-flex-child .amount-section {
  height: 155px;
  font-family: 'Lato';
  background-color: white;
}

/* line 65, app/assets/stylesheets/dashboard.scss */
.in-stock-child {
  width: 33.3%;
  margin-right: 8px;
  margin-top: 39px;
  font-family: 'Lato';
}

/* line 72, app/assets/stylesheets/dashboard.scss */
.out-of-stock-child {
  width: 33.3%;
  font-family: 'Lato';
}

/* line 75, app/assets/stylesheets/dashboard.scss */
.out-of-stock-child .dashboard-flex-heading {
  color: #3E3E3E;
  font-family: "Open Sans" !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 21px;
}

/* line 84, app/assets/stylesheets/dashboard.scss */
.common-heading-extend, .sales-summary-heading, .small-heading h3 {
  color: #3E3E3E;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
}

/* line 97, app/assets/stylesheets/dashboard.scss */
.inner-section-one, .inner-section-two {
  padding: 6px 30px 30px 30px;
}

/* line 99, app/assets/stylesheets/dashboard.scss */
.inner-section-one h4, .inner-section-two h4 {
  margin-top: 19px;
  color: #706B6B;
}

/* line 104, app/assets/stylesheets/dashboard.scss */
.inner-section-three, .inner-section-three-a {
  padding: 6px 30px 30px 30px;
  height: 210px;
  background-color: white;
}

/* line 105, app/assets/stylesheets/dashboard.scss */
.inner-section-three h4, .inner-section-three-a h4 {
  margin-top: 19px;
  color: #706B6B;
}

/* line 115, app/assets/stylesheets/dashboard.scss */
.inner-section-four {
  height: 320px;
  padding: 6px 30px 30px 30px;
  background-color: white;
}

/* line 120, app/assets/stylesheets/dashboard.scss */
.inner-section-four h4 {
  margin-top: 19px;
  color: #706B6B;
}

/* line 126, app/assets/stylesheets/dashboard.scss */
.inner-section-three {
  border-left: 2px solid #7ED321;
}

/* line 130, app/assets/stylesheets/dashboard.scss */
.inner-section-three-a {
  background-color: white;
  margin-top: 10px;
  border-left: 2px solid #FD6D6F;
}

/* line 136, app/assets/stylesheets/dashboard.scss */
.inventory-value {
  color: #3E3E3E;
  text-align: right;
}

/* line 139, app/assets/stylesheets/dashboard.scss */
.inventory-value h2 {
  font-size: 20px;
  font-weight: 600;
}

/* line 144, app/assets/stylesheets/dashboard.scss */
.total-value {
  color: #3E3E3E;
  text-align: right;
}

/* line 147, app/assets/stylesheets/dashboard.scss */
.total-value h2 {
  font-size: 20px;
  font-weight: 600;
}

/* line 152, app/assets/stylesheets/dashboard.scss */
.in-stock-value {
  color: #3E3E3E;
  text-align: right;
}

/* line 155, app/assets/stylesheets/dashboard.scss */
.in-stock-value h2 {
  font-size: 20px;
  font-weight: 600;
}

/* line 160, app/assets/stylesheets/dashboard.scss */
.out-of-stock-value {
  color: #3E3E3E;
  text-align: right;
}

/* line 163, app/assets/stylesheets/dashboard.scss */
.out-of-stock-value h2 {
  font-size: 20px;
  font-weight: 600;
}

/* line 168, app/assets/stylesheets/dashboard.scss */
.dashboard-main {
  padding-top: 88px !important;
  padding: 75px;
}

/* line 173, app/assets/stylesheets/dashboard.scss */
.graph-section {
  width: 100%;
  height: 377px;
  margin-top: 6%;
  background-color: white;
}

/* line 179, app/assets/stylesheets/dashboard.scss */
.dashboard-filters-section {
  display: inline-flex;
  float: right;
  margin-top: 10px;
}

/* line 183, app/assets/stylesheets/dashboard.scss */
.dashboard-filters-section button.btn.btn-default {
  height: 40px;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 15px;
  background-color: white;
  border-radius: 0px;
}

/* line 191, app/assets/stylesheets/dashboard.scss */
.dashboard-filters-section button.btn.btn-default:hover {
  background-color: white !important;
}

/* line 194, app/assets/stylesheets/dashboard.scss */
.dashboard-filters-section .fa.fa-plus {
  width: 20px;
  font-size: 12px;
}

/* line 198, app/assets/stylesheets/dashboard.scss */
.dashboard-filters-section button.btn.btn-info {
  padding-left: 15px;
  padding-right: 15px;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 15px;
}

/* line 207, app/assets/stylesheets/dashboard.scss */
.more-icon {
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #999;
  color: #999;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 216, app/assets/stylesheets/dashboard.scss */
.summary-filter {
  margin-top: 3px;
  width: 100%;
}

/* line 220, app/assets/stylesheets/dashboard.scss */
.summary-filter .summary-month {
  width: 33.3%;
  margin-right: 2px;
  background-color: white;
}

/* line 225, app/assets/stylesheets/dashboard.scss */
.summary-filter .summary-month .summary-month-inner {
  padding: 23px;
  padding-left: 13px;
}

/* line 231, app/assets/stylesheets/dashboard.scss */
.summary-filter .summary-product {
  width: 33.3%;
  margin-right: 2px;
  background-color: white;
}

/* line 235, app/assets/stylesheets/dashboard.scss */
.summary-filter .summary-product .summary-product-inner {
  padding: 30px;
}

/* line 241, app/assets/stylesheets/dashboard.scss */
.summary-filter .summary-branch {
  width: 33.3%;
  background-color: white;
}

/* line 244, app/assets/stylesheets/dashboard.scss */
.summary-filter .summary-branch .summary-branch-inner {
  padding: 30px;
}

/* line 249, app/assets/stylesheets/dashboard.scss */
.summary-filter .summary-heading p {
  color: #485465;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
}

/* line 257, app/assets/stylesheets/dashboard.scss */
.summary-filter .dropdown-heading p {
  color: #4095FF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
}

/* line 265, app/assets/stylesheets/dashboard.scss */
.summary-filter .months-parent p {
  color: #706B6B;
  line-height: 29px;
  margin-top: 21px;
  font-family: "Open Sans";
  font-size: 18px;
}

/* line 274, app/assets/stylesheets/dashboard.scss */
.summary-filter .amount-parent p {
  line-height: 29px;
  margin-top: 21px;
  color: #3E3E3E;
  font-size: 18px;
  font-family: "PingFang SC";
}

/* line 283, app/assets/stylesheets/dashboard.scss */
.summary-filter .summary-product .summary-month-inner, .summary-filter .summary-branch .summary-month-inner {
  padding: 23px;
  padding-left: 13px;
}

/* line 290, app/assets/stylesheets/dashboard.scss */
.dashboard-product-filter {
  margin-right: 2px;
}

/* line 294, app/assets/stylesheets/dashboard.scss */
.dash_filter {
  background-color: white !important;
  margin-top: 10px !important;
  height: 43px !important;
}

/* line 300, app/assets/stylesheets/dashboard.scss */
.dash_datepick {
  display: block;
  width: 100%;
  min-height: 32px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
  margin-top: 11px;
  height: 40px;
  margin-top: 2px;
  height: 40px;
}

/* line 320, app/assets/stylesheets/dashboard.scss */
.date_body {
  margin-right: -20px;
  margin-top: 8px;
}

/* line 325, app/assets/stylesheets/dashboard.scss */
.date_body1 {
  margin-top: 8px;
  padding-right: 0px;
}

/* line 330, app/assets/stylesheets/dashboard.scss */
.dashboard-product-filter {
  margin-right: 2px;
}

/* line 332, app/assets/stylesheets/dashboard.scss */
.dashboard-product-filter .select2-container {
  width: 495px !important;
}

/* line 335, app/assets/stylesheets/dashboard.scss */
.dashboard-product-filter .select2-selection--single {
  height: 40px;
  margin-top: 10px;
  font-size: 15px;
  border: 0px;
  border-radius: 0px;
}

/* line 342, app/assets/stylesheets/dashboard.scss */
.dashboard-product-filter #select2-product-container {
  line-height: 43px !important;
}

/* line 345, app/assets/stylesheets/dashboard.scss */
.dashboard-product-filter .select2-selection__arrow {
  top: 19px !important;
}

/* line 351, app/assets/stylesheets/dashboard.scss */
.dashboard-branch-filter {
  margin-right: 1px;
}

/* line 353, app/assets/stylesheets/dashboard.scss */
.dashboard-branch-filter .select2-container {
  width: 220px;
}

/* line 356, app/assets/stylesheets/dashboard.scss */
.dashboard-branch-filter .select2-selection--single {
  height: 40px;
  margin-top: 10px;
  font-size: 15px;
  border: 0px;
  border-radius: 0px;
}

/* line 363, app/assets/stylesheets/dashboard.scss */
.dashboard-branch-filter #select2-product-container {
  line-height: 43px !important;
}

/* line 366, app/assets/stylesheets/dashboard.scss */
.dashboard-branch-filter .select2-selection__arrow {
  top: 19px !important;
}

/* line 372, app/assets/stylesheets/dashboard.scss */
#select2-branch-container {
  padding: 5px 6px;
}

/* line 377, app/assets/stylesheets/dashboard.scss */
.raw-materials-heading h3 {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
}

/* line 391, app/assets/stylesheets/dashboard.scss */
.sales_summary .summary-buttons {
  background-color: white !important;
  color: #3E3E3E;
  font-family: "Open Sans";
  text-transform: initial;
  font-size: 16px;
  text-align: left;
  width: 100%;
  height: 45px;
  padding-left: 13px;
  padding-right: 0px;
}

/* line 403, app/assets/stylesheets/dashboard.scss */
.sales_summary .summary-buttons:hover {
  background-color: white !important;
}

/* line 406, app/assets/stylesheets/dashboard.scss */
.sales_summary .icon_style {
  color: #3E3E3E;
  float: right;
  margin-right: 12px;
  margin-top: 14px;
}

/* line 413, app/assets/stylesheets/dashboard.scss */
.sales_summary .summary-child-one {
  width: 70%;
}

/* line 416, app/assets/stylesheets/dashboard.scss */
.sales_summary .summary-child-two {
  width: 56%;
}

/* line 418, app/assets/stylesheets/dashboard.scss */
.sales_summary .summary-child-two .chosen-single {
  font-size: 16px !important;
  color: #3E3E3E;
  border-bottom: 0px !important;
  margin-top: 3px;
}

/* line 423, app/assets/stylesheets/dashboard.scss */
.sales_summary .summary-child-two .chosen-single div b {
  display: none;
}

/* line 428, app/assets/stylesheets/dashboard.scss */
.sales_summary .non-horizontal {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 434, app/assets/stylesheets/dashboard.scss */
.non-expand-margins {
  width: 100%;
  margin-bottom: 20px;
}

/* line 439, app/assets/stylesheets/dashboard.scss */
.non-expand-margins .white-flex-child-one {
  width: 50%;
  margin-right: 13px;
  margin-top: -6px;
}

/* line 445, app/assets/stylesheets/dashboard.scss */
.non-expand-margins .white-flex-child-two {
  width: 50%;
  margin-left: 13px;
  margin-top: -6px;
}

/* line 451, app/assets/stylesheets/dashboard.scss */
.most-selling-branch {
  height: 45vh;
}

/* line 454, app/assets/stylesheets/dashboard.scss */
.total-sale-summary {
  background-color: #fff;
  padding: 10px;
  height: 410px;
}

/* line 460, app/assets/stylesheets/dashboard.scss */
.profitl-sale-summary {
  background-color: #fff;
  padding: 10px;
  height: 110px;
}

/* line 466, app/assets/stylesheets/dashboard.scss */
.cursor_pointer {
  cursor: pointer;
}

/* line 470, app/assets/stylesheets/dashboard.scss */
.material-summary {
  font-family: 'Lato';
}

/* line 472, app/assets/stylesheets/dashboard.scss */
.material-summary .dashboard-flex-heading {
  color: #3E3E3E;
  font-family: "Open Sans" !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 21px;
}

/* line 481, app/assets/stylesheets/dashboard.scss */
.sales_summary_two, .sales_summary_three {
  padding: 18px;
  background-color: white;
  margin-right: 10px;
}

/* line 487, app/assets/stylesheets/dashboard.scss */
.sales_summary_two h4, .sales_summary_three h4 {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
}

/* line 494, app/assets/stylesheets/dashboard.scss */
.sales_summary_two .summary-child-three, .sales_summary_three .summary-child-three {
  width: 60%;
}

/* line 496, app/assets/stylesheets/dashboard.scss */
.sales_summary_two .summary-child-three .colour-hide, .sales_summary_three .summary-child-three .colour-hide {
  color: white !important;
}

/* line 499, app/assets/stylesheets/dashboard.scss */
.sales_summary_two .summary-child-three p, .sales_summary_three .summary-child-three p {
  line-height: 31px;
  color: #706B6B;
  font-family: "Open Sans";
  font-size: 18px;
}

/* line 506, app/assets/stylesheets/dashboard.scss */
.sales_summary_two .summary-dynamic, .sales_summary_two .summary-child-five p, .sales_summary_two .summary-child-four p, .sales_summary_three .summary-dynamic, .sales_summary_three .summary-child-five p, .sales_summary_three .summary-child-four p {
  text-align: right;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
}

/* line 513, app/assets/stylesheets/dashboard.scss */
.sales_summary_two .summary-child-four, .sales_summary_three .summary-child-four {
  width: 15%;
  text-align: right;
}

/* line 516, app/assets/stylesheets/dashboard.scss */
.sales_summary_two .summary-child-four p, .sales_summary_three .summary-child-four p {
  line-height: 31px;
}

/* line 521, app/assets/stylesheets/dashboard.scss */
.sales_summary_two .summary-child-five, .sales_summary_three .summary-child-five {
  width: 25%;
  text-align: right;
}

/* line 524, app/assets/stylesheets/dashboard.scss */
.sales_summary_two .summary-child-five p, .sales_summary_three .summary-child-five p {
  line-height: 31px;
}

/* line 532, app/assets/stylesheets/dashboard.scss */
.icon-flex .chosen-drop {
  width: 223px;
}

/* line 535, app/assets/stylesheets/dashboard.scss */
.icon-flex .chosen-choices {
  border-bottom: 0px !important;
  min-height: 30px !important;
}

/* line 539, app/assets/stylesheets/dashboard.scss */
.icon-flex .chosen-choices input {
  color: #3E3E3E !important;
  height: 40px;
}

/* line 544, app/assets/stylesheets/dashboard.scss */
.icon-flex .dropdown-extend, .icon-flex .chosen-choices {
  font-family: "Open Sans";
  text-transform: initial;
  font-size: 16px !important;
  text-align: left;
  padding-left: 13px;
  padding-right: 0px;
}

/* line 553, app/assets/stylesheets/dashboard.scss */
.icon-flex .icon-flex-child-one {
  width: 90%;
  height: 40px;
  background-color: white !important;
}

/* line 558, app/assets/stylesheets/dashboard.scss */
.icon-flex .icon-flex-child-two {
  width: 10%;
  background-color: white;
}

/* line 565, app/assets/stylesheets/dashboard.scss */
.sale-chart-btn, .profit-chart-btn {
  margin-top: -7px !important;
  background-color: #ffff !important;
}

/* line 570, app/assets/stylesheets/dashboard.scss */
.sale-chart-toggle, .profit-chart-toggle {
  background-color: #f9b948 !important;
}

/* line 574, app/assets/stylesheets/dashboard.scss */
.stock-h2 {
  font-weight: bold;
}

/* line 578, app/assets/stylesheets/dashboard.scss */
.stock-summary {
  padding-left: 20px;
}

/* line 582, app/assets/stylesheets/dashboard.scss */
.date-range-input {
  background-color: #fff !important;
}

/* line 587, app/assets/stylesheets/dashboard.scss */
.timeline-dropdown .chosen-drop {
  width: 364px;
}

/* line 590, app/assets/stylesheets/dashboard.scss */
.timeline-dropdown .chosen-results {
  width: 368px;
}

/* line 595, app/assets/stylesheets/dashboard.scss */
.total-sale {
  padding-top: 95px;
  padding-left: 56px;
}
/* line 2, app/assets/stylesheets/geh-tabs.scss */
.product-variant-details .nav-tabs > li.active {
  border-bottom: 2px solid #f9bc40;
  background: none !important;
  color: #000 !important;
}

/* line 8, app/assets/stylesheets/geh-tabs.scss */
.product-variant-details .nav-tabs > li:hover {
  border-bottom: 2px solid #ffe6b5 !important;
  background: none !important;
  color: #000 !important;
  transition: 0.15s all;
}

/* line 15, app/assets/stylesheets/geh-tabs.scss */
.product-variant-details .nav-tabs > li > a, .product-variant-details .nav-tabs > li > a:hover, .product-variant-details .nav-tabs > li > a:focus {
  font-size: 16px;
  padding: 16px 25px !important;
}
/* line 2, app/assets/stylesheets/inverntory_new.scss */
.inventory-form, .client-form {
  margin-left: auto;
  margin-right: auto;
  width: 545px;
  padding: 40px;
  height: 100%;
  display: grid;
}

/* line 9, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .form-input, .client-form .form-input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 0px;
  margin-top: 0px !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0px 0px;
  overflow-y: hidden;
}

/* line 27, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .form-input:focus, .client-form .form-input:focus {
  box-shadow: 0px 0px;
}

/* line 31, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .mt4p, .client-form .mt4p {
  margin-top: 4% !important;
}

/* line 35, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .form-label, .client-form .form-label {
  font-size: 14px;
  opacity: 0.6;
  font-weight: lighter;
}

/* line 40, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .upload-bgcolor, .client-form .upload-bgcolor {
  background-color: #f5f5f5 !important;
}

/* line 43, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .upload-text-color, .client-form .upload-text-color {
  color: #15c !important;
}

/* line 46, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .file-delete, .client-form .file-delete {
  padding-top: 4px;
  color: #777;
}

/* line 50, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .destroy-icon-spacing, .client-form .destroy-icon-spacing {
  justify-content: space-between;
}

/* line 53, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .btn-upload, .client-form .btn-upload {
  border: 1px dashed #d5d5d5;
  border-radius: 0px;
  width: 100%;
  padding: 10px;
  position: relative;
}

/* line 60, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .btn-upload .upload-file-image, .inventory-form .btn-upload .upload-file-image-banner, .client-form .btn-upload .upload-file-image, .client-form .btn-upload .upload-file-image-banner {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 68, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .btn-upload .upload-file-edit, .client-form .btn-upload .upload-file-edit {
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 10px;
  height: 45%;
  width: 75%;
}

/* line 76, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .btn-upload .uploaded-file-name, .client-form .btn-upload .uploaded-file-name {
  text-align: left;
  min-width: 25%;
  max-width: 60%;
}

/* line 81, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .btn-upload .upload-image, .client-form .btn-upload .upload-image {
  height: 22px;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: none;
  display: inline-block;
}

/* line 92, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .btn-upload .upload-image-icon, .client-form .btn-upload .upload-image-icon {
  display: inline-block;
  margin-right: 5px;
}

/* line 98, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .btn-padding, .client-form .btn-padding {
  width: auto !important;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 19px;
  color: #706B6B !important;
  text-transform: none;
}

/* line 107, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .geh-black, .client-form .geh-black {
  color: #3E3E3E;
}

/* line 111, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .add-link, .client-form .add-link {
  padding: 3px !important;
  font-weight: lighter;
  font-size: 10px !important;
  height: auto !important;
  margin-top: 0px !important;
}

/* line 119, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .geh-primary-yellow, .client-form .geh-primary-yellow {
  color: #FFBF00;
}

/* line 123, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price, .client-form .gemstone-price {
  width: 464px !important;
  color: #666;
}

/* line 127, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price td, .client-form .gemstone-price td {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
}

/* line 132, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price .input-width, .inventory-form .gemstone-price textarea, .client-form .gemstone-price .input-width, .client-form .gemstone-price textarea {
  background-color: #ffffff;
  width: 100%;
  padding: 5px;
  color: #000;
  height: 26px;
  border: none;
}

/* line 141, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price .input-color, .inventory-form .gemstone-price textarea, .client-form .gemstone-price .input-color, .client-form .gemstone-price textarea {
  background-color: #f4f4f4;
  border-collapse: collapse;
  text-align: right;
}

/* line 147, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price .input-text, .inventory-form .gemstone-price textarea, .client-form .gemstone-price .input-text, .client-form .gemstone-price textarea {
  text-align: right;
}

/* line 151, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price .input-text::placeholder, .client-form .gemstone-price .input-text::placeholder {
  text-align: left;
}

/* line 155, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price .input-width-136, .client-form .gemstone-price .input-width-136 {
  width: 136px;
}

/* line 159, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price .input-width-80, .client-form .gemstone-price .input-width-80 {
  width: 80px;
}

/* line 163, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price .input-width-64, .client-form .gemstone-price .input-width-64 {
  width: 64px;
}

/* line 167, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-price .input-width-90, .client-form .gemstone-price .input-width-90 {
  width: 90px;
}

/* line 172, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .close-icon, .client-form .close-icon {
  color: red;
  font-weight: lighter;
  padding-left: 5px;
  cursor: pointer;
  border: 0 !important;
}

/* line 180, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-total, .client-form .gemstone-total {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
  border: 0 !important;
}

/* line 187, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .close-cell, .client-form .close-cell {
  border: 0 !important;
}

/* line 190, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .close-icon, .client-form .close-icon {
  color: red;
  font-weight: lighter;
  padding-left: 5px;
  cursor: pointer;
  border: 0 !important;
}

/* line 198, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .gemstone-total, .client-form .gemstone-total {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
  border: 0 !important;
}

/* line 205, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .close-cell, .client-form .close-cell {
  border: 0 !important;
}

/* line 209, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .chosen-container-multi .chosen-choices, .client-form .chosen-container-multi .chosen-choices {
  border-bottom: 1px solid #ddd;
}

/* line 213, app/assets/stylesheets/inverntory_new.scss */
.inventory-form .chosen-container.chosen-container-single .chosen-single, .client-form .chosen-container.chosen-container-single .chosen-single {
  padding: 6px 0px;
}

/* line 217, app/assets/stylesheets/inverntory_new.scss */
.inventory-form.modal-body {
  width: 100%;
}
/* line 1, app/assets/stylesheets/metal_prices.scss */
#metal-price-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 15px;
  row-gap: 40px;
  column-gap: 50px;
}

/* line 8, app/assets/stylesheets/metal_prices.scss */
#metal-price-card .metal-price-card-body {
  height: 12vh;
  background-color: #fff;
  margin-right: 12px;
  color: #706B6B;
  font-size: 20px;
  line-height: 6vh;
  padding: 0px 15px;
}

/* line 17, app/assets/stylesheets/metal_prices.scss */
#metal-price-card .metal-price-card-body .history-metal-price {
  color: #337ab7 !important;
  font-size: 12px;
}

/* line 21, app/assets/stylesheets/metal_prices.scss */
#metal-price-card .metal-price-card-body .history-metal-price:hover {
  color: #9B9B9B !important;
}

/* line 26, app/assets/stylesheets/metal_prices.scss */
#metal-price-card .metal-price-card-body .card-heading {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 33, app/assets/stylesheets/metal_prices.scss */
#metal-price-card .metal-price-card-body .card-heading .unit {
  font-weight: 400;
  font-size: 14px;
  margin-left: 5px;
}

/* line 40, app/assets/stylesheets/metal_prices.scss */
#metal-price-card .metal-price-card-body .metal-price {
  font-weight: 900;
  color: black;
}
/* line 6, app/assets/stylesheets/orders.scss */
.font-family-extend, #orders-container .orders-heading p {
  font-family: "Open Sans";
  font-weight: 600;
}

/* line 11, app/assets/stylesheets/orders.scss */
.inventory-show-heading, #orders-details-first h4, #clients-details-third h4, #products-details-second .products-heading h4 {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
}

/* line 19, app/assets/stylesheets/orders.scss */
#orders-filter-parent input#collapse_filters[type="text"] {
  -webkit-appearance: none !important;
  cursor: pointer;
  text-align: right;
  padding: 0.9% 1% 1.1% 1%;
  margin-top: 1%;
  width: 10%;
  border: 1px solid #c5c5c5;
  border-left: 0px;
  margin: 0 0 0 -7px;
  background: white;
}

/* line 32, app/assets/stylesheets/orders.scss */
#orders-filter-parent input#collapse_filters[type="text"]:focus {
  outline: none;
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 39, app/assets/stylesheets/orders.scss */
.orders-start-date-filter {
  float: right;
}

/* line 43, app/assets/stylesheets/orders.scss */
#bold {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* line 50, app/assets/stylesheets/orders.scss */
.orders-date-label {
  margin-left: 63%;
}

/* line 54, app/assets/stylesheets/orders.scss */
.start-date-label {
  margin-left: 80%;
}

/* line 58, app/assets/stylesheets/orders.scss */
.date-filter-parent {
  margin: 0 auto;
  width: 100%;
}

/* line 64, app/assets/stylesheets/orders.scss */
#csv-button .btn.btn-default {
  width: 100%;
  margin-top: 0px;
  background-color: #f7b849;
  font-size: 12px;
  color: black;
  padding: 7.5px;
}

/* line 74, app/assets/stylesheets/orders.scss */
.button-extend, #products-details-second .products-heading, #orders-container .remarks-heading, #orders-container .orders-heading {
  color: black;
  margin-bottom: 20px;
  border-bottom: 2px solid #cccccc;
}

/* line 81, app/assets/stylesheets/orders.scss */
#orders-container .orders-heading {
  width: 100%;
}

/* line 86, app/assets/stylesheets/orders.scss */
#orders-container .remarks-heading {
  width: 50%;
}

/* line 91, app/assets/stylesheets/orders.scss */
#orders-container .flex-extend, #orders-container .orders-show-parent {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* line 99, app/assets/stylesheets/orders.scss */
#orders-container .orders-heading p {
  color: #706B6B !important;
  font-weight: 600;
  font-size: 18px !important;
}

/* line 114, app/assets/stylesheets/orders.scss */
#orders-container .orders-show-parent {
  font-size: 16px;
  margin-left: 0px !important;
  line-height: 33px;
}

/* line 121, app/assets/stylesheets/orders.scss */
#orders-container .flex-child-one {
  width: 100%;
  color: #706B6B;
  font-family: "Open Sans";
  font-size: 16px;
}

/* line 128, app/assets/stylesheets/orders.scss */
#orders-container .flex-child-two {
  width: 100%;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 15px;
}

/* line 138, app/assets/stylesheets/orders.scss */
#products-details-second button.btn.btn-small {
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #FFBF00;
  height: 36px;
  padding: 3% 4% 3% 4%;
  width: 71%;
  font-size: 12px;
}

/* line 148, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-zero {
  width: 15%;
}

/* line 152, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-one {
  width: 40%;
}

/* line 155, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-one h4 {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

/* line 161, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-one p {
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 4px;
}

/* line 168, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-two {
  width: 15%;
  color: #706B6B;
  font-family: "Open Sans";
  font-size: 14px;
}

/* line 175, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-five {
  width: 15%;
}

/* line 179, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-three,
#products-details-second .flex-child-six {
  width: 15%;
  color: #3E3E3E;
  font-family: "PingFang SC";
  font-size: 14px;
}

/* line 187, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-four {
  width: 15%;
  font-size: 14px;
}

/* line 191, app/assets/stylesheets/orders.scss */
#products-details-second .flex-child-four .return-btn {
  color: #706B6B;
  font-family: "Open Sans";
  font-size: 14px;
}

/* line 198, app/assets/stylesheets/orders.scss */
#products-details-second .products-heading {
  width: 100%;
}

/* line 209, app/assets/stylesheets/orders.scss */
#clients-details-third .orders-show-parent {
  font-size: 16px;
  margin-left: 0px !important;
  line-height: 33px;
}

/* line 220, app/assets/stylesheets/orders.scss */
#clients-details-third .flex-child-one {
  width: 30%;
}

/* line 224, app/assets/stylesheets/orders.scss */
#clients-details-third .flex-child-two {
  width: 70%;
}

/* line 229, app/assets/stylesheets/orders.scss */
.btn-rounded-order {
  width: 94px !important;
  padding: 7px !important;
  height: 41px !important;
  border-radius: 100px !important;
  border: solid 1px #FFBF00 !important;
}

/* line 237, app/assets/stylesheets/orders.scss */
.order-new-submit {
  margin-top: 2% !important;
  margin-left: 179px !important;
}

/* line 242, app/assets/stylesheets/orders.scss */
#order-date-parent {
  margin-top: 31px;
}

/* line 245, app/assets/stylesheets/orders.scss */
#order-date-parent .btn.btn-default {
  padding: 13px;
}

/* line 249, app/assets/stylesheets/orders.scss */
#order-date-parent .orders-start-date-filter,
#order-date-parent .orders-end-date-filter,
#order-date-parent .orders-website-start-date-filter,
#order-date-parent .orders-website-end-date-filter {
  min-height: 41px;
}

/* line 257, app/assets/stylesheets/orders.scss */
.edit-order {
  margin-top: 1%;
  padding-bottom: 10%;
  width: 75%;
  margin: auto;
}

/* line 265, app/assets/stylesheets/orders.scss */
#orders-filter-parent .chosen-choices {
  padding: 6.5px;
  margin-top: 0px;
  border-bottom: 0px;
}

/* line 271, app/assets/stylesheets/orders.scss */
#orders-filter-parent #all-filters-parent .btn-default {
  margin-top: 0px;
  padding: 9px;
  width: 100%;
}

/* line 278, app/assets/stylesheets/orders.scss */
.blue-order-id {
  color: grey;
  width: 100%;
  display: flex;
  margin-bottom: 7px;
  flex-direction: column;
}

/* line 285, app/assets/stylesheets/orders.scss */
.blue-order-id .order-index-flex-one {
  font-size: 12px;
}

/* line 289, app/assets/stylesheets/orders.scss */
.blue-order-id .order-index-flex-two {
  font-size: 12px;
}

/* line 294, app/assets/stylesheets/orders.scss */
.id-space {
  margin-right: 8px;
  color: #4095FF !important;
  font-family: "Open Sans" !important;
  font-size: 14px;
  font-weight: 600 !important;
}

/* line 302, app/assets/stylesheets/orders.scss */
.id-space a,
a:hover {
  text-decoration: none !important;
}

/* line 307, app/assets/stylesheets/orders.scss */
.order-product {
  font-size: 14px;
  color: black;
}

/* line 312, app/assets/stylesheets/orders.scss */
.blue-color-hyperlink {
  color: #4095FF !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* line 320, app/assets/stylesheets/orders.scss */
.blue-color-hyperlink:visited {
  color: #4095FF !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* line 328, app/assets/stylesheets/orders.scss */
.remmitance-type-td {
  padding-left: 0px !important;
  width: 5%;
}

/* line 332, app/assets/stylesheets/orders.scss */
.remmitance-type-td img {
  width: 96%;
}

/* line 337, app/assets/stylesheets/orders.scss */
.cancell-img {
  padding-left: 0px !important;
  width: 5%;
}

/* line 341, app/assets/stylesheets/orders.scss */
.cancell-img p {
  color: red;
  border: 1px solid;
  border-radius: 24px;
  height: 22px;
  width: 22px;
  text-align: center;
}

/* line 351, app/assets/stylesheets/orders.scss */
.font-order-id {
  font-weight: bold;
}

/* line 355, app/assets/stylesheets/orders.scss */
#order_items .select2-container,
#client_ajax_search {
  width: 100% !important;
}

/* line 360, app/assets/stylesheets/orders.scss */
.search-field {
  font-family: "Open Sans";
  min-height: 36px !important;
  vertical-align: middle;
}

/* line 365, app/assets/stylesheets/orders.scss */
.search-field input[type="text"] {
  min-height: 36px;
}

/* line 369, app/assets/stylesheets/orders.scss */
.search-field input[type="text"] {
  color: #9B9B9B;
}

/* line 380, app/assets/stylesheets/orders.scss */
.order-submit-button {
  position: relative;
}

/* line 383, app/assets/stylesheets/orders.scss */
.order-submit-button .btn.btn-rounded-prod {
  left: 51%;
  width: 48% !important;
}

/* line 389, app/assets/stylesheets/orders.scss */
#order_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

/* line 395, app/assets/stylesheets/orders.scss */
#order_items .btn-rounded-prod {
  width: 35% !important;
}

/* line 401, app/assets/stylesheets/orders.scss */
.order_form_style,
.error_style {
  color: #f9b948;
  font-weight: bold;
  font-size: 15px;
}

/* line 409, app/assets/stylesheets/orders.scss */
.error_styling {
  background-color: #f9b948;
  height: 55px;
}

/* line 414, app/assets/stylesheets/orders.scss */
.error_p {
  color: white;
  padding: 17px 76px;
  font-weight: bold;
  font-size: 16px;
}

/* line 421, app/assets/stylesheets/orders.scss */
.history-link {
  font-size: 18px;
}

/* line 430, app/assets/stylesheets/orders.scss */
.more_place_extend {
  font-family: "Open Sans";
  font-weight: 600 !important;
}

/* line 435, app/assets/stylesheets/orders.scss */
.new_sale_heading, #details .control-label {
  color: #4A4A4A;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  margin-left: 28px;
}

/* line 444, app/assets/stylesheets/orders.scss */
#details .control-label {
  color: #706B6B;
  font-size: 14px !important;
  margin-left: 0px !important;
}

/* line 453, app/assets/stylesheets/orders.scss */
#sale_new_select .select2-container--default .select2-selection--single {
  border: 0px !important;
  border-bottom: 1px solid #d2d2d2 !important;
  border-radius: 0px !important;
}

/* line 461, app/assets/stylesheets/orders.scss */
#repair_new_select .select2-container--default .select2-selection--single {
  border: 0px !important;
  border-bottom: 1px solid #FFBF00 !important;
  border-radius: 0px !important;
}

/* line 468, app/assets/stylesheets/orders.scss */
.flex-order-extend, #sale_new_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

/* line 475, app/assets/stylesheets/orders.scss */
#sale_revamp_table,
#approval_invoice_items_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  color: #706B6B;
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
  margin-bottom: 0px !important;
}

/* line 487, app/assets/stylesheets/orders.scss */
#sale_revamp_table .th-bg-color,
#approval_invoice_items_header .th-bg-color {
  border: 1px solid #d2d2d2;
  border-left: 0;
  border-left: 0;
  background-color: #F7F7F7;
}

/* line 494, app/assets/stylesheets/orders.scss */
#sale_revamp_table .exception_style,
#approval_invoice_items_header .exception_style {
  width: 35%;
  margin-top: -5px;
  padding-top: 7px;
  padding-left: 10px !important;
  border: 1px solid #d2d2d2;
  background-color: #F7F7F7;
}

/* line 503, app/assets/stylesheets/orders.scss */
#sale_revamp_table .heading-oi-extend, #sale_revamp_table #gemstone_ai_header #remark-th, #gemstone_ai_header #sale_revamp_table #remark-th, #sale_revamp_table #fourth-th, #sale_revamp_table #third-th, #sale_revamp_table #second-th,
#approval_invoice_items_header .heading-oi-extend,
#approval_invoice_items_header #gemstone_ai_header #remark-th,
#gemstone_ai_header #approval_invoice_items_header #remark-th,
#approval_invoice_items_header #fourth-th,
#approval_invoice_items_header #third-th,
#approval_invoice_items_header #second-th {
  padding-top: 5px;
  text-align: end;
  padding-right: 10px;
  margin-top: -5px;
}

/* line 510, app/assets/stylesheets/orders.scss */
#sale_revamp_table #second-th,
#approval_invoice_items_header #second-th {
  width: 10%;
}

/* line 515, app/assets/stylesheets/orders.scss */
#sale_revamp_table #third-th,
#approval_invoice_items_header #third-th {
  width: 20%;
  text-align: center;
  padding: inherit;
}

/* line 521, app/assets/stylesheets/orders.scss */
#sale_revamp_table #third-th .discount-header,
#approval_invoice_items_header #third-th .discount-header {
  width: 100%;
}

/* line 525, app/assets/stylesheets/orders.scss */
#sale_revamp_table #third-th .per-header,
#approval_invoice_items_header #third-th .per-header {
  width: 50%;
  float: left;
  border-top: 1px solid #d2d2d2;
}

/* line 531, app/assets/stylesheets/orders.scss */
#sale_revamp_table #third-th .whole-header,
#approval_invoice_items_header #third-th .whole-header {
  width: 50%;
  float: left;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

/* line 539, app/assets/stylesheets/orders.scss */
#sale_revamp_table #fourth-th,
#approval_invoice_items_header #fourth-th {
  width: 15%;
}

/* line 544, app/assets/stylesheets/orders.scss */
#sale_revamp_table #fifth-th,
#approval_invoice_items_header #fifth-th {
  font-weight: 600;
  width: 30%;
  padding-top: 10px;
  border-bottom: 1px solid #d2d2d2;
}

/* line 551, app/assets/stylesheets/orders.scss */
#sale_revamp_table #sixth-th,
#approval_invoice_items_header #sixth-th {
  width: 55%;
  text-align: right;
  border-bottom: 1px solid #d2d2d2;
}

/* line 556, app/assets/stylesheets/orders.scss */
#sale_revamp_table #sixth-th input,
#approval_invoice_items_header #sixth-th input {
  border: none;
  text-align: right;
}

/* line 561, app/assets/stylesheets/orders.scss */
#sale_revamp_table #sixth-th input::-webkit-outer-spin-button,
#sale_revamp_table #sixth-th input::-webkit-inner-spin-button,
#approval_invoice_items_header #sixth-th input::-webkit-outer-spin-button,
#approval_invoice_items_header #sixth-th input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 567, app/assets/stylesheets/orders.scss */
#sale_revamp_table #sixth-th input[type=number],
#approval_invoice_items_header #sixth-th input[type=number] {
  -moz-appearance: textfield;
}

/* line 572, app/assets/stylesheets/orders.scss */
#sale_revamp_table #last-th,
#approval_invoice_items_header #last-th {
  width: 55%;
  text-align: center;
}

/* line 576, app/assets/stylesheets/orders.scss */
#sale_revamp_table #last-th .form-group,
#approval_invoice_items_header #last-th .form-group {
  margin: 0px;
  padding: 0px;
}

/* line 581, app/assets/stylesheets/orders.scss */
#sale_revamp_table #last-th .form-control,
#sale_revamp_table #last-th .form-group .form-control,
#approval_invoice_items_header #last-th .form-control,
#approval_invoice_items_header #last-th .form-group .form-control {
  border-bottom: 1px solid #d2d2d2;
  background-image: none !important;
  text-align: right;
}

/* line 588, app/assets/stylesheets/orders.scss */
#sale_revamp_table #last-th input,
#approval_invoice_items_header #last-th input {
  padding: 0px;
  margin: 0px;
  background-color: #FFF;
}

/* line 596, app/assets/stylesheets/orders.scss */
.sale_item_button,
.sale_item_button:hover,
.sale_item_button:focus {
  color: #4095FF !important;
  font-family: "Open Sans";
  font-size: 14px;
}

/* line 604, app/assets/stylesheets/orders.scss */
.order-border-extend, #sale_new_item #exception_six, #sale_new_item #exception_three, #sale_new_item #exception_two {
  border-right: 0px !important;
  border-top: 0px !important;
  border: 1px solid #d2d2d2;
}

/* line 613, app/assets/stylesheets/orders.scss */
#sale_new_item input {
  font-family: "Open Sans";
  font-size: 14px;
  padding-right: 11px;
  border-bottom: 0px !important;
  background-image: none !important;
  text-align: right;
}

/* line 622, app/assets/stylesheets/orders.scss */
#sale_new_item .select2-selection--single {
  border: 0px !important;
  border-right: 1px solid #979797;
}

/* line 627, app/assets/stylesheets/orders.scss */
#sale_new_item .order_item_variation {
  width: 100%;
}

/* line 631, app/assets/stylesheets/orders.scss */
#sale_new_item td {
  border: 1px solid #d2d2d2;
}

/* line 635, app/assets/stylesheets/orders.scss */
#sale_new_item .exception_style {
  width: 34.95%;
  border: 1px solid #d2d2d2;
  border-right: 0px;
  border-top: 0px;
}

/* line 641, app/assets/stylesheets/orders.scss */
#sale_new_item .exception_style .select2-container {
  width: 90% !important;
  margin-top: 14px;
}

/* line 647, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_two {
  width: 9.93%;
}

/* line 652, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_three {
  width: 20%;
}

/* line 656, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_three .readonly-block {
  background-color: #f7f7f7;
  cursor: not-allowed;
}

/* line 660, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_three .readonly-block input {
  background-color: #f7f7f7;
  cursor: not-allowed;
}

/* line 666, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_three .per-block {
  width: 50%;
  float: left;
  position: relative;
  height: 100%;
}

/* line 672, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_three .per-block .order_item_discount_amount_per {
  position: absolute;
  bottom: 0;
  padding: 6px 12px;
  width: -webkit-fill-available;
  border: none;
}

/* line 681, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_three .whole-block {
  width: 50%;
  border-left: 1px solid #d2d2d2;
  float: left;
}

/* line 688, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_six {
  width: 15%;
}

/* line 693, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_four {
  width: 15.1%;
  border-top: 0px !important;
  border: 1px solid #d2d2d2;
  text-align: right;
  position: relative;
}

/* line 700, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_four .remove_fields {
  color: #4095FF !important;
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  right: -12px;
  bottom: 24px;
}

/* line 711, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_five {
  width: 3%;
}

/* line 714, app/assets/stylesheets/orders.scss */
#sale_new_item #exception_five a {
  text-decoration: none;
}

/* line 719, app/assets/stylesheets/orders.scss */
#sale_new_item input {
  text-align: right;
}

/* line 724, app/assets/stylesheets/orders.scss */
.sale_more_icon {
  margin-right: 5px;
  font-size: 16px;
  color: #4095FF !important;
}

/* line 730, app/assets/stylesheets/orders.scss */
.total_order_item {
  margin-right: 29%;
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: bold;
}

/* line 737, app/assets/stylesheets/orders.scss */
.btn-rounded-order-side {
  width: 120px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #FFBF00;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 747, app/assets/stylesheets/orders.scss */
.sale_show_heading {
  color: #4A4A4A;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

/* line 755, app/assets/stylesheets/orders.scss */
.sale_invoice_heading {
  height: 32px;
  color: #9B9B9B;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

/* line 764, app/assets/stylesheets/orders.scss */
.order_status {
  height: 26px;
  width: 95px;
  color: #FFBF00;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

/* line 774, app/assets/stylesheets/orders.scss */
.sale_remark {
  color: #4A4A4A;
  font-family: "Open Sans";
  font-size: 16px;
  margin-bottom: 45px;
}

/* line 781, app/assets/stylesheets/orders.scss */
.small-heading-extend, #headind-flex .flex-heading-five p, #headind-flex .flex-heading-three p,
#headind-flex .flex-heading-two p,
#headind-flex .flex-heading-six p, #headind-flex .flex-heading-zero p,
#headind-flex .flex-heading-four p, #headind-flex .flex-heading-one p {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
}

/* line 787, app/assets/stylesheets/orders.scss */
#headind-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #cccccc;
  color: #9B9B9B;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 797, app/assets/stylesheets/orders.scss */
#headind-flex .flex-heading-one {
  width: 40%;
  text-align: justify;
}

/* line 801, app/assets/stylesheets/orders.scss */
#headind-flex .flex-heading-one p {
  margin: 0 0 4px;
}

/* line 807, app/assets/stylesheets/orders.scss */
#headind-flex .flex-heading-zero,
#headind-flex .flex-heading-four {
  width: 15%;
  text-align: justify;
}

/* line 817, app/assets/stylesheets/orders.scss */
#headind-flex .flex-heading-three,
#headind-flex .flex-heading-two,
#headind-flex .flex-heading-six {
  width: 15%;
  text-align: justify;
}

/* line 828, app/assets/stylesheets/orders.scss */
#headind-flex .flex-heading-five {
  width: 15%;
  text-align: justify;
}

/* line 839, app/assets/stylesheets/orders.scss */
#type_style {
  margin-bottom: 18px;
  margin-top: -5px;
}

/* line 844, app/assets/stylesheets/orders.scss */
#details-heading-style {
  color: #4095FF !important;
  font-family: "Open Sans";
  font-size: 12px;
  margin-bottom: 12px;
  display: inline-flex;
}

/* line 851, app/assets/stylesheets/orders.scss */
#details-heading-style .fa.fa-angle-down {
  margin-left: 5px;
  padding-top: 5px;
}

/* line 857, app/assets/stylesheets/orders.scss */
.returned-details-div {
  border-left: 1px solid #979797;
}

/* line 860, app/assets/stylesheets/orders.scss */
.returned-details-div h5 {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 12px;
  padding-left: 5px;
}

/* line 868, app/assets/stylesheets/orders.scss */
.date_styles {
  height: 42px !important;
  padding: 16px;
}

/* line 873, app/assets/stylesheets/orders.scss */
.icon_style {
  font-size: 10px !important;
}

/* line 878, app/assets/stylesheets/orders.scss */
.index_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 9px;
}

/* line 884, app/assets/stylesheets/orders.scss */
.index_flex .index_flex_child {
  width: 146px;
  padding-left: 5px;
}

/* line 889, app/assets/stylesheets/orders.scss */
.index_flex .index_flex_child1 {
  width: 160px;
  padding-left: 22px;
}

/* line 896, app/assets/stylesheets/orders.scss */
.index_flex1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 53px;
}

/* line 902, app/assets/stylesheets/orders.scss */
.index_flex1 .index_flex_child1 {
  width: 160px;
  padding-left: 15px;
}

/* line 909, app/assets/stylesheets/orders.scss */
.icon_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* line 914, app/assets/stylesheets/orders.scss */
.icon_flex .icon_child {
  border-left: 0px;
}

/* line 918, app/assets/stylesheets/orders.scss */
.icon_flex .icon_child1 {
  border-right: 0px;
  background-color: white;
  width: 32px;
}

/* line 924, app/assets/stylesheets/orders.scss */
.icon_flex .icon_child1 i {
  padding-top: 11px;
}

/* line 929, app/assets/stylesheets/orders.scss */
#details-dropdown {
  margin-top: -14px;
}

/* line 932, app/assets/stylesheets/orders.scss */
#details-dropdown h6 {
  color: #FFBF00;
  font-family: "Open Sans";
  font-size: 10px;
  margin-top: 13px;
}

/* line 939, app/assets/stylesheets/orders.scss */
#details-dropdown h5 {
  color: #233539;
  font-family: "Open Sans";
  font-size: 12px;
  margin-top: -8px;
}

/* line 946, app/assets/stylesheets/orders.scss */
#details-dropdown .dropdown-menu {
  box-shadow: none;
}

/* line 951, app/assets/stylesheets/orders.scss */
.refund_atlast {
  border-bottom: 0.5px solid #FFBF00;
  width: 40%;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 16px;
  margin-left: 60%;
  padding-bottom: 5px;
  padding-top: 18px;
}

/* line 962, app/assets/stylesheets/orders.scss */
.total_atlast {
  border-bottom: 0.5px solid #FFBF00;
  width: 40%;
  margin-left: 60%;
  padding-bottom: 6px;
  padding-top: 18px;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
}

/* line 974, app/assets/stylesheets/orders.scss */
.returned-heading {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 16px;
}

/* line 980, app/assets/stylesheets/orders.scss */
.return_order_section {
  border-left: 1px solid #979797;
}

/* line 983, app/assets/stylesheets/orders.scss */
.return_order_section h6 {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 12px;
  margin-left: 5px;
}

/* line 991, app/assets/stylesheets/orders.scss */
.total-returned-bottom {
  margin-right: 10px;
}

/* line 995, app/assets/stylesheets/orders.scss */
.orders-details-drop {
  cursor: pointer;
}

/* line 1000, app/assets/stylesheets/orders.scss */
.order_modal {
  width: 66%;
  height: 200px;
  top: 150px;
  left: 17%;
}

/* line 1007, app/assets/stylesheets/orders.scss */
.border-bottom {
  border-bottom: 1px solid #eee;
}

/* line 1011, app/assets/stylesheets/orders.scss */
.border-bottom-dark {
  border-bottom: 2px solid #eee;
}

/* line 1017, app/assets/stylesheets/orders.scss */
.status-container .btn_order_deliver1 {
  width: 100%;
}

/* line 1022, app/assets/stylesheets/orders.scss */
.order-datetime {
  width: 9%;
}

/* line 1026, app/assets/stylesheets/orders.scss */
.order-modal-no-btn {
  text-align: right;
}

/* line 1031, app/assets/stylesheets/orders.scss */
#fulfilment-modal-btns button.btn.btn-success {
  background-color: rgba(0, 128, 0, 0.8);
  color: white;
  font-weight: bold;
}

/* line 1037, app/assets/stylesheets/orders.scss */
#fulfilment-modal-btns button.btn.btn-danger {
  background-color: rgba(255, 0, 0, 0.73);
  color: white;
  font-weight: bold;
}

/* line 1044, app/assets/stylesheets/orders.scss */
.red-text {
  color: red !important;
}

/* line 1048, app/assets/stylesheets/orders.scss */
.table-data-f12 {
  font-size: 12px;
  color: #706B6B;
  border-bottom: 1px solid #f7f7f7 !important;
}

/* line 1054, app/assets/stylesheets/orders.scss */
.f14 {
  font-size: 14px;
}

/* line 1058, app/assets/stylesheets/orders.scss */
.check-box-order {
  width: 14px !important;
  height: 14px !important;
  margin: 5px;
  position: relative;
}

/* line 1064, app/assets/stylesheets/orders.scss */
.check-box-order input[type=checkbox] {
  opacity: 0;
}

/* line 1071, app/assets/stylesheets/orders.scss */
.check-box-order label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #d5d5d5;
}

/* line 1083, app/assets/stylesheets/orders.scss */
.check-box-order label:after {
  content: '';
  opacity: 0;
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 2px;
  left: 1px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1102, app/assets/stylesheets/orders.scss */
.check-box-order input[type=checkbox]:checked + label:after {
  opacity: 1;
  background: #FFBF00;
}

/* line 1107, app/assets/stylesheets/orders.scss */
.check-box-order input[type=checkbox]:checked + label {
  opacity: 1;
  background: #FFBF00;
  border: 1px solid #FFBF00;
}

/* line 1113, app/assets/stylesheets/orders.scss */
.check-box-order label:hover {
  opacity: 0.5;
  background: #FFBF00;
  border: 1px solid #FFBF00;
}

/* line 1119, app/assets/stylesheets/orders.scss */
.check-box-order label:hover::after {
  opacity: 0.5;
  background: #FFBF00;
}

/* line 1124, app/assets/stylesheets/orders.scss */
.completed {
  color: #36B37E !important;
}

/* line 1128, app/assets/stylesheets/orders.scss */
.pending {
  color: #FF5230 !important;
}

/* line 1132, app/assets/stylesheets/orders.scss */
.unshipped {
  color: #FF991F !important;
}

/* line 1136, app/assets/stylesheets/orders.scss */
.cancelled {
  color: #3E3E3E !important;
}

/* line 1140, app/assets/stylesheets/orders.scss */
.returned {
  color: #9B9B9B !important;
}

/* line 1144, app/assets/stylesheets/orders.scss */
.inactive {
  color: #EC5656;
}

/* line 1148, app/assets/stylesheets/orders.scss */
.blue-color {
  color: #4095ff;
}

/* line 1152, app/assets/stylesheets/orders.scss */
.blue-border {
  border-color: #4095ff !important;
}

/* line 1156, app/assets/stylesheets/orders.scss */
.btn-status-rounded {
  height: 22px;
  width: 145px !important;
  border: 1px solid #9B9B9B;
  border-radius: 18px;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
  display: grid;
}

/* line 1170, app/assets/stylesheets/orders.scss */
.counter {
  height: 17px;
  width: 30px;
  border-radius: 7.5px;
  background-color: #9B9B9B;
  float: right;
  font-size: 12px;
  margin-top: 3px;
  margin-left: 20px;
  line-height: 17px;
  color: white;
  text-align: center;
}

/* line 1185, app/assets/stylesheets/orders.scss */
.active .counter {
  background-color: #FFBF00;
}

/* line 1190, app/assets/stylesheets/orders.scss */
.store-checkbox-label {
  color: #9B9B9B;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  vertical-align: sub;
}

/* line 1198, app/assets/stylesheets/orders.scss */
.filter-order {
  font-size: 13px !important;
  height: 38px !important;
  border: 0 !important;
  width: 100%;
  padding: 6px 12px;
}

/* line 1206, app/assets/stylesheets/orders.scss */
.filter-order::placeholder {
  color: #9B9B9B;
}

/* line 1210, app/assets/stylesheets/orders.scss */
.chosen-container {
  width: 100% !important;
}

/* line 1214, app/assets/stylesheets/orders.scss */
.chosen-container.chosen-container-multi .chosen-choices {
  min-height: 36px !important;
  font-size: 12px;
  padding: 0px !important;
}

/* line 1220, app/assets/stylesheets/orders.scss */
.upload-image-icon {
  display: inline-block;
  height: 14px;
  vertical-align: sub;
}

/* line 1229, app/assets/stylesheets/orders.scss */
.status-modal .modal-dialog,
#cancel_sale_modal .modal-dialog {
  width: 400px;
}

/* line 1233, app/assets/stylesheets/orders.scss */
.status-modal .modal-content,
#cancel_sale_modal .modal-content {
  border-radius: 0;
}

/* line 1237, app/assets/stylesheets/orders.scss */
.status-modal .modal-title,
#cancel_sale_modal .modal-title {
  text-transform: uppercase;
}

/* line 1241, app/assets/stylesheets/orders.scss */
.status-modal .modal-footer,
#cancel_sale_modal .modal-footer {
  padding-right: 20px;
}

/* line 1248, app/assets/stylesheets/orders.scss */
#process-modal .modal-dialog {
  width: 600px;
}

/* line 1252, app/assets/stylesheets/orders.scss */
#process-modal .modal-content {
  border-radius: 0;
}

/* line 1256, app/assets/stylesheets/orders.scss */
#process-modal .modal-title {
  text-transform: uppercase;
}

/* line 1260, app/assets/stylesheets/orders.scss */
#process-modal .modal-footer {
  padding-right: 20px;
}

/* line 1267, app/assets/stylesheets/orders.scss */
#return_approval_invoice .modal-dialog {
  width: 900px;
}

/* line 1271, app/assets/stylesheets/orders.scss */
#return_approval_invoice .modal-content {
  border-radius: 0;
}

/* line 1275, app/assets/stylesheets/orders.scss */
#return_approval_invoice .modal-title {
  text-transform: uppercase;
}

/* line 1279, app/assets/stylesheets/orders.scss */
#return_approval_invoice .modal-footer {
  padding-right: 20px;
}

/* line 1285, app/assets/stylesheets/orders.scss */
.order-filter .chosen-container-multi .chosen-choices {
  border-bottom: 0px !important;
}

/* line 1290, app/assets/stylesheets/orders.scss */
.attention-div {
  margin: 0px -24px;
  background-color: rgba(255, 82, 48, 0.15);
  padding: 24px 40px;
}

/* line 1295, app/assets/stylesheets/orders.scss */
.attention-div .variant-out-of-stock-alert {
  color: #FF5230;
}

/* line 1300, app/assets/stylesheets/orders.scss */
.radio-button-container {
  border: 1px solid #D5D5D5;
  margin: 16px;
}

/* line 1305, app/assets/stylesheets/orders.scss */
.information-text {
  color: #3E3E3E;
  font-size: 12px;
}

/* line 1309, app/assets/stylesheets/orders.scss */
.information-text .dot {
  height: 3px;
  width: 3px;
  background-color: #D5D5D5;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
}

/* line 1321, app/assets/stylesheets/orders.scss */
.price-details .price-heading {
  color: #9B9B9B !important;
  background-color: none !important;
}

/* line 1329, app/assets/stylesheets/orders.scss */
.return_approval_invoice_table table,
.return_approval_invoice_table th,
.return_approval_invoice_table td {
  border: 1px solid #9B9B9B !important;
  text-align: center;
}

/* line 1336, app/assets/stylesheets/orders.scss */
.return_approval_invoice_table thead {
  background-color: #f7f7f7;
}

/* line 1340, app/assets/stylesheets/orders.scss */
.return_approval_invoice_table td,
.return_approval_invoice_table th {
  vertical-align: inherit !important;
}

/* line 1346, app/assets/stylesheets/orders.scss */
.return_approval_invoice_table td .select2-selection--single {
  border: 0px !important;
  border-bottom: 1px solid #d2d2d2 !important;
  border-radius: 0px !important;
}

/* line 1352, app/assets/stylesheets/orders.scss */
.return_approval_invoice_table td .select2-container {
  min-width: 300px !important;
}

/* line 1356, app/assets/stylesheets/orders.scss */
.return_approval_invoice_table td .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

/* line 1363, app/assets/stylesheets/orders.scss */
.return_approval_invoice_table .chosen-container-single .chosen-single abbr {
  right: 30px;
}

/* line 1367, app/assets/stylesheets/orders.scss */
.return_approval_invoice_table .form-input {
  height: auto;
  border: none;
}

/* line 1375, app/assets/stylesheets/orders.scss */
#gemstone_ai_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  color: #706B6B;
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
  margin-bottom: 0px !important;
}

/* line 1386, app/assets/stylesheets/orders.scss */
#gemstone_ai_header .th-bg-color {
  border: 1px solid #d2d2d2;
  border-left: 0;
  border-left: 0;
  background-color: #F7F7F7;
}

/* line 1393, app/assets/stylesheets/orders.scss */
#gemstone_ai_header .exception_style {
  width: 26%;
  margin-top: -5px;
  padding-top: 7px;
  padding-left: 10px !important;
  border: 1px solid #d2d2d2;
  background-color: #F7F7F7;
}

/* line 1402, app/assets/stylesheets/orders.scss */
#gemstone_ai_header .heading-oi-extend, #gemstone_ai_header #fourth-th, #gemstone_ai_header #third-th, #gemstone_ai_header #second-th, #gemstone_ai_header #remark-th {
  padding-top: 5px;
  text-align: end;
  padding-right: 10px;
  margin-top: -5px;
}

/* line 1409, app/assets/stylesheets/orders.scss */
#gemstone_ai_header #remark-th {
  width: 26%;
}

/* line 1414, app/assets/stylesheets/orders.scss */
#gemstone_ai_header #second-th {
  width: 7.3%;
}

/* line 1419, app/assets/stylesheets/orders.scss */
#gemstone_ai_header #third-th {
  width: 14.7%;
  text-align: center;
  padding: inherit;
}

/* line 1425, app/assets/stylesheets/orders.scss */
#gemstone_ai_header #third-th .discount-header {
  width: 100%;
}

/* line 1429, app/assets/stylesheets/orders.scss */
#gemstone_ai_header #third-th .per-header {
  width: 50%;
  float: left;
  border-top: 1px solid #d2d2d2;
}

/* line 1435, app/assets/stylesheets/orders.scss */
#gemstone_ai_header #third-th .whole-header {
  width: 50%;
  float: left;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

/* line 1443, app/assets/stylesheets/orders.scss */
#gemstone_ai_header #fourth-th {
  width: 11.15%;
}

/* line 1448, app/assets/stylesheets/orders.scss */
#gemstone_ai_header #fifth-th {
  font-weight: 600;
  width: 30%;
  padding-top: 10px;
  border-bottom: 1px solid #d2d2d2;
}

/* line 1456, app/assets/stylesheets/orders.scss */
.mt-8 {
  margin-top: 8px;
}

/* line 1460, app/assets/stylesheets/orders.scss */
.mt-4 {
  margin-top: 4px !important;
}

/* line 1464, app/assets/stylesheets/orders.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 1468, app/assets/stylesheets/orders.scss */
#emi-heading-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #F7F7F7;
  width: 100%;
  font-size: 13px;
}

/* line 1476, app/assets/stylesheets/orders.scss */
#emi-heading-flex .flex-heading-zero {
  width: 20%;
  text-align: justify;
  border: 1px solid #d2d2d2;
  border-right: none;
  padding: 10px 0px 0px 10px;
}

/* line 1485, app/assets/stylesheets/orders.scss */
#emi-heading-flex .flex-heading-one {
  width: 40%;
  text-align: justify;
  border: 1px solid #d2d2d2;
  padding: 10px 0px 0px 10px;
}

/* line 1493, app/assets/stylesheets/orders.scss */
#emi-heading-flex .flex-heading-two {
  width: 40%;
  text-align: justify;
  border: 1px solid #d2d2d2;
  border-left: none;
  padding: 10px 0px 0px 10px;
}

/* line 1503, app/assets/stylesheets/orders.scss */
.emi-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 13px;
}

/* line 1511, app/assets/stylesheets/orders.scss */
.emi-body p {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 15px;
  text-align: left;
  padding: 20px 0px 0px 10px;
}

/* line 1519, app/assets/stylesheets/orders.scss */
.emi-body .flex-styling, .emi-body .flex-child-three, .emi-body .flex-child-two, .emi-body .flex-child-one {
  text-align: justify;
  border: 1px solid #d2d2d2;
  border-top: none;
}

/* line 1525, app/assets/stylesheets/orders.scss */
.emi-body .flex-child-one {
  width: 20% !important;
  border-right: none;
}

/* line 1531, app/assets/stylesheets/orders.scss */
.emi-body .flex-child-two {
  width: 40% !important;
}

/* line 1536, app/assets/stylesheets/orders.scss */
.emi-body .flex-child-three {
  width: 40% !important;
  padding: 10px;
  border-left: none;
}

/* line 1541, app/assets/stylesheets/orders.scss */
.emi-body .flex-child-three a {
  cursor: pointer;
}

/* line 1550, app/assets/stylesheets/orders.scss */
#payment-methods .chosen-search-input {
  font-size: 15px;
  color: black;
}

/* line 1556, app/assets/stylesheets/orders.scss */
.order-item-po-btn {
  text-align: center !important;
  margin: 0px !important;
  height: fit-content !important;
  width: fit-content !important;
}

/* line 1563, app/assets/stylesheets/orders.scss */
.draft-order-po-btn {
  width: 150px !important;
}

/* line 1567, app/assets/stylesheets/orders.scss */
.radio-label {
  display: flex;
  gap: 4px;
  align-items: center;
}
/* line 1, app/assets/stylesheets/padding_and_margin.scss */
.mb5 {
  margin-bottom: 5px !important;
  padding-top: 4px;
}

/* line 5, app/assets/stylesheets/padding_and_margin.scss */
.mb-8 {
  margin-bottom: 8px !important;
}

/* line 8, app/assets/stylesheets/padding_and_margin.scss */
.mb-32 {
  margin-bottom: 32px;
}

/* line 11, app/assets/stylesheets/padding_and_margin.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/padding_and_margin.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 17, app/assets/stylesheets/padding_and_margin.scss */
.mb0 {
  margin-bottom: 0px !important;
}

/* line 20, app/assets/stylesheets/padding_and_margin.scss */
.ml0 {
  margin-left: 0px !important;
}

/* line 23, app/assets/stylesheets/padding_and_margin.scss */
.ml15 {
  margin-left: 15px !important;
}

/* line 26, app/assets/stylesheets/padding_and_margin.scss */
.ml10 {
  margin-left: 10px !important;
}

/* line 29, app/assets/stylesheets/padding_and_margin.scss */
.ml40 {
  margin-left: 40px;
}

/* line 32, app/assets/stylesheets/padding_and_margin.scss */
.mr10 {
  margin-right: 10px;
}

/* line 35, app/assets/stylesheets/padding_and_margin.scss */
.mr20 {
  margin-right: 20px !important;
}

/* line 38, app/assets/stylesheets/padding_and_margin.scss */
.mr-16 {
  margin-right: 16px;
}

/* line 41, app/assets/stylesheets/padding_and_margin.scss */
.mt0 {
  margin-top: 0px !important;
}

/* line 44, app/assets/stylesheets/padding_and_margin.scss */
.mt3 {
  margin-top: 4px;
}

/* line 47, app/assets/stylesheets/padding_and_margin.scss */
.mt5 {
  margin-top: 5px;
}

/* line 50, app/assets/stylesheets/padding_and_margin.scss */
.mt20 {
  margin-top: 20px;
}

/* line 53, app/assets/stylesheets/padding_and_margin.scss */
.mt-24 {
  margin-top: 24px !important;
}

/* line 56, app/assets/stylesheets/padding_and_margin.scss */
.mt10 {
  margin-top: 10px;
}

/* line 59, app/assets/stylesheets/padding_and_margin.scss */
.mt15 {
  margin-top: 15px;
}

/* line 62, app/assets/stylesheets/padding_and_margin.scss */
.p-24 {
  padding: 24px !important;
}

/* line 65, app/assets/stylesheets/padding_and_margin.scss */
.p-16 {
  padding: 16px;
}

/* line 68, app/assets/stylesheets/padding_and_margin.scss */
.p-0 {
  padding: 0px 0px 0px 0px;
}

/* line 71, app/assets/stylesheets/padding_and_margin.scss */
.p-30 {
  padding: 30px !important;
}

/* line 74, app/assets/stylesheets/padding_and_margin.scss */
.pl-8 {
  padding: 0px 0px 0px 8px;
}

/* line 77, app/assets/stylesheets/padding_and_margin.scss */
.pl-10 {
  padding: 0px 0px 0px 10px;
}

/* line 80, app/assets/stylesheets/padding_and_margin.scss */
.pl16 {
  padding-left: 16px !important;
}

/* line 83, app/assets/stylesheets/padding_and_margin.scss */
.pl-8 {
  padding-left: 8px !important;
}

/* line 86, app/assets/stylesheets/padding_and_margin.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 89, app/assets/stylesheets/padding_and_margin.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 92, app/assets/stylesheets/padding_and_margin.scss */
.pt-5 {
  padding-top: 5px;
}

/* line 95, app/assets/stylesheets/padding_and_margin.scss */
.pt18 {
  padding-top: 18px !important;
}

/* line 98, app/assets/stylesheets/padding_and_margin.scss */
.pl10 {
  padding-left: 10px !important;
}

/* line 101, app/assets/stylesheets/padding_and_margin.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 104, app/assets/stylesheets/padding_and_margin.scss */
.pt-5 {
  padding-top: 5px;
}

/* line 107, app/assets/stylesheets/padding_and_margin.scss */
.pt-0 {
  padding-top: 0px !important;
}

/* line 110, app/assets/stylesheets/padding_and_margin.scss */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 113, app/assets/stylesheets/padding_and_margin.scss */
.pl-24 {
  padding-left: 24px !important;
}

/* line 116, app/assets/stylesheets/padding_and_margin.scss */
.pt30 {
  padding-top: 30px;
}

/* line 119, app/assets/stylesheets/padding_and_margin.scss */
.pl0 {
  padding-left: 0px !important;
}

/* line 122, app/assets/stylesheets/padding_and_margin.scss */
.pr0 {
  padding-right: 0px !important;
}

/* line 125, app/assets/stylesheets/padding_and_margin.scss */
.pr-40 {
  padding-right: 40px !important;
}

/* line 128, app/assets/stylesheets/padding_and_margin.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 131, app/assets/stylesheets/padding_and_margin.scss */
.pb-45 {
  padding-bottom: 45px !important;
}

/* line 134, app/assets/stylesheets/padding_and_margin.scss */
.pb10 {
  padding-bottom: 10px !important;
}

/* line 137, app/assets/stylesheets/padding_and_margin.scss */
.pt-10p {
  padding-top: 10% !important;
}

/* line 140, app/assets/stylesheets/padding_and_margin.scss */
.p2 {
  padding: 2px !important;
}

/* line 143, app/assets/stylesheets/padding_and_margin.scss */
.w-auto {
  width: auto !important;
}
/* line 1, app/assets/stylesheets/pagination.css.scss */
.pagination {
  height: 24px;
  margin: 0px 0px 20px 0px;
}

/* line 4, app/assets/stylesheets/pagination.css.scss */
.pagination li a {
  padding: 2px 12px;
}

/* line 7, app/assets/stylesheets/pagination.css.scss */
.pagination .btn {
  width: auto;
  border-radius: 2px 0 0 2px;
  background-color: #FFFFFF;
  color: #3E3E3E;
  border-radius: 0px !important;
  text-transform: none;
}

/* line 15, app/assets/stylesheets/pagination.css.scss */
.pagination .btn.current {
  text-transform: none;
  opacity: 0.6;
  width: auto;
  border-radius: 2px 0 0 2px;
  background-color: #FFFFFF;
  color: #3E3E3E;
  border-radius: 0px !important;
}

/* line 24, app/assets/stylesheets/pagination.css.scss */
.pagination .btn:hover {
  box-shadow: none !important;
}
/* line 4, app/assets/stylesheets/pdf_layout.scss */
.pdf-row {
  display: -webkit-box;
  /* wkhtmltopdf uses this one */
  -webkit-box-pack: start;
  /* wkhtmltopdf uses this one */
}

/* line 15, app/assets/stylesheets/pdf_layout.scss */
.fs-22 {
  font-size: 22px !important;
}

/* line 19, app/assets/stylesheets/pdf_layout.scss */
.fs-20 {
  font-size: 20px !important;
}

/* line 23, app/assets/stylesheets/pdf_layout.scss */
.mr-16 {
  margin-right: 16px !important;
}

/* line 27, app/assets/stylesheets/pdf_layout.scss */
.mr-23 {
  margin-top: 23px !important;
}

/* line 31, app/assets/stylesheets/pdf_layout.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 35, app/assets/stylesheets/pdf_layout.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 39, app/assets/stylesheets/pdf_layout.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 43, app/assets/stylesheets/pdf_layout.scss */
.display-flex-pdf {
  margin-top: 40px !important;
  display: -webkit-box;
  /* wkhtmltopdf uses this one */
  display: flex;
  -webkit-box-pack: start;
}

/* line 48, app/assets/stylesheets/pdf_layout.scss */
.display-flex-pdf .production-order-details {
  margin-right: 150px;
}

/* line 53, app/assets/stylesheets/pdf_layout.scss */
.product-details-section {
  margin-top: 26px;
  display: -webkit-box;
  /* wkhtmltopdf uses this one */
  display: flex;
  -webkit-box-pack: start;
}

/* line 58, app/assets/stylesheets/pdf_layout.scss */
.product-details-section .product-details-section_left {
  margin-right: 120px;
  max-width: 300px !important;
}

/* line 64, app/assets/stylesheets/pdf_layout.scss */
.word-wrap-break {
  word-wrap: break-word !important;
  white-space: pre-wrap;
  max-width: 220px !important;
}

/* line 70, app/assets/stylesheets/pdf_layout.scss */
.po-logo {
  width: 130px !important;
  margin: 0 auto;
  background: none !important;
  background-color: white !important;
}

/* line 77, app/assets/stylesheets/pdf_layout.scss */
#header {
  background: none !important;
  background-color: white !important;
  padding-bottom: 40px !important;
}

/* line 83, app/assets/stylesheets/pdf_layout.scss */
.note-section {
  margin-top: 20px !important;
}

/* line 85, app/assets/stylesheets/pdf_layout.scss */
.note-section .note-line {
  width: 700px !important;
  border: 1px dashed black;
  margin-top: 40px !important;
}
/* line 5, app/assets/stylesheets/product_clients.scss */
.product-name {
  font-size: 24px;
  font-weight: 600;
  color: #3E3E3E;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* line 13, app/assets/stylesheets/product_clients.scss */
.stock-status {
  color: #7ED321;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
/* line 6, app/assets/stylesheets/products.scss */
.font-family-size-16-extender, #inventory-th th {
  color: #706B6B;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
}

/* line 13, app/assets/stylesheets/products.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-bottom: 5px solid #f9bc40;
  background: none;
  color: #000 !important;
}

/* line 21, app/assets/stylesheets/products.scss */
.nav-pills > li > a {
  font-size: 18px;
  margin-top: 7px;
}

/* line 26, app/assets/stylesheets/products.scss */
.nav-pills > li > a:hover {
  border-bottom: 5px solid #ffe6b5 !important;
  background: none;
  color: #000 !important;
  transition: 0.15s all;
}

/* line 33, app/assets/stylesheets/products.scss */
.add-product, .add-order, .add-client {
  width: 124px;
  height: 36px;
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #FFBF00;
  float: right;
  font-size: 14px !important;
  padding: 8px 0px;
  text-align: center;
}

/* line 45, app/assets/stylesheets/products.scss */
.add-client {
  font-size: 15px !important;
  width: 124px;
}

/* line 51, app/assets/stylesheets/products.scss */
.add-order {
  font-size: 15px !important;
  width: 124px;
}

/* line 57, app/assets/stylesheets/products.scss */
#client_search, #vendors_search, #user_search, #asset_management_search, #inventory_search, #product_search, #orders_search,
#orders_website_search {
  width: 100%;
  padding: 3%;
  height: 36px;
  font-size: 14px;
  border: 0px;
}

/* line 65, app/assets/stylesheets/products.scss */
#orders_search,
#orders_website_search {
  width: 100%;
  padding: 11px;
  margin-top: 0px;
  font-weight: bold;
  margin-left: -15px !important;
  border: 0px;
}

/* line 76, app/assets/stylesheets/products.scss */
#product_search {
  width: 100%;
  border: 0px;
  font-weight: bold;
  padding: 11px !important;
  border: 0px !important;
  margin-left: -15px;
  margin-bottom: 4%;
  margin-top: 0px;
}

/* line 88, app/assets/stylesheets/products.scss */
#inventory_search {
  width: 100%;
  border: 0px;
  height: 36px;
  padding: 11px !important;
  border: 0px !important;
  margin-left: -15px;
  margin-top: 0px;
}

/* line 99, app/assets/stylesheets/products.scss */
#asset_management_search {
  width: 100%;
  border: 0px;
  height: 36px;
  padding: 11px !important;
  border: 0px !important;
  margin-left: -15px;
  margin-top: 0px;
}

/* line 110, app/assets/stylesheets/products.scss */
#user_search {
  width: 78%;
  font-weight: bold;
  padding: 11px !important;
  margin-left: -15px;
  margin-bottom: 1%;
  margin-top: 0px;
}

/* line 120, app/assets/stylesheets/products.scss */
.mtl10 {
  margin-left: 10px !important;
  margin-top: 10px !important;
}

/* line 126, app/assets/stylesheets/products.scss */
.inventory-search-parent input#inventory_search[type="text"] {
  -webkit-appearance: none !important;
  border: 1px solid #c5c5c5;
  outline: none;
  border-right: 1px solid #c5c5c5 !important;
}

/* line 135, app/assets/stylesheets/products.scss */
#vendors_search {
  width: 88%;
  padding: 1%;
  margin-top: 1%;
  font-weight: bold;
  border: 1px solid #c5c5c5;
}

/* line 144, app/assets/stylesheets/products.scss */
#product_description {
  height: 37px;
}

/* line 148, app/assets/stylesheets/products.scss */
input#collapse_filters[type="text"] {
  -webkit-appearance: none !important;
  cursor: pointer;
  text-align: center;
  padding: 1% 1% 1% 1%;
  margin-top: 1% !important;
  float: right;
  width: 10%;
  border: 1px solid #c5c5c5;
  margin: 0px;
  background: white;
}

/* line 161, app/assets/stylesheets/products.scss */
input#product_search[type="text"] {
  -webkit-appearance: none !important;
  border: 1px solid #c5c5c5;
  border-right: 0px;
  outline: none;
}

/* line 168, app/assets/stylesheets/products.scss */
input#collapse_filters[type="text"]:focus {
  outline: none;
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 174, app/assets/stylesheets/products.scss */
.no-underline-on-hover:hover {
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/products.scss */
.footer {
  position: fixed;
}

/* line 182, app/assets/stylesheets/products.scss */
.image-globe {
  transform: scale(1.23) !important;
}

@media (min-width: 979px) {
  /* line 187, app/assets/stylesheets/products.scss */
  #sidebar.affix-top {
    position: static;
    margin-top: 25px;
    width: 228px;
  }
  /* line 193, app/assets/stylesheets/products.scss */
  #sidebar.affix {
    position: fixed;
    top: 25px;
    width: 228px;
  }
}

/* line 200, app/assets/stylesheets/products.scss */
.affix,
.affix-top {
  position: static;
}

/* line 205, app/assets/stylesheets/products.scss */
#sidebar {
  padding-right: 0;
  margin-right: -15px;
}

/* line 210, app/assets/stylesheets/products.scss */
#margin-rt-products {
  margin: -0.8em 5.3em;
}

/* line 216, app/assets/stylesheets/products.scss */
.next2 {
  margin-top: 5%;
}

/* line 219, app/assets/stylesheets/products.scss */
.next2 a {
  text-decoration: none;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* line 227, app/assets/stylesheets/products.scss */
.add-more {
  font-size: 1.2em;
  cursor: pointer;
  text-decoration: none !important;
}

/* line 233, app/assets/stylesheets/products.scss */
.mt-mb1 .col-md-12 {
  margin-top: 1%;
  margin-bottom: 1%;
}

/* line 238, app/assets/stylesheets/products.scss */
.mt5p {
  margin-top: 5% !important;
}

/* line 242, app/assets/stylesheets/products.scss */
.mb5p {
  margin-bottom: 5% !important;
}

/* line 246, app/assets/stylesheets/products.scss */
.mlm6 {
  margin-left: -8%;
}

/* line 250, app/assets/stylesheets/products.scss */
ul.mlm6 {
  font-size: 18px;
  list-style: none;
}

/* line 255, app/assets/stylesheets/products.scss */
.no-list-style {
  list-style: none;
  margin-left: -39px;
}

/* line 260, app/assets/stylesheets/products.scss */
.no-list-style a {
  font-size: 20px;
}

/* line 264, app/assets/stylesheets/products.scss */
.attach-files {
  margin-left: 12.5%;
}

/* line 269, app/assets/stylesheets/products.scss */
.product-show-selector .col-md-5 h3 {
  font-size: 26px;
}

/* line 274, app/assets/stylesheets/products.scss */
ul.mlm6 li {
  color: #565656;
  padding-left: 4%;
}

/* line 279, app/assets/stylesheets/products.scss */
.keyword-title {
  margin-left: 3%;
  margin-top: 4%;
  font-size: 16px;
}

/* line 285, app/assets/stylesheets/products.scss */
.keyword, .keyword3 {
  margin-left: 3%;
  margin-top: 4%;
  display: inline-block;
  padding: 1% 2%;
  border: 1px solid #f9bc3e;
  border-radius: 100px;
}

/* line 294, app/assets/stylesheets/products.scss */
.keyword3 {
  display: inline-block;
}

/* line 299, app/assets/stylesheets/products.scss */
.mt3p .row,
.mt3p li {
  margin-top: 1.14%;
}

/* line 304, app/assets/stylesheets/products.scss */
.mt5p {
  margin-top: 5%;
  margin-bottom: 1%;
}

/* line 309, app/assets/stylesheets/products.scss */
ul.mlm6 li:before {
  content: "\25CB";
  color: #f9bc40;
  font-size: 12px;
  position: absolute;
  left: 1%;
  margin-top: -1px;
}

/* line 318, app/assets/stylesheets/products.scss */
.mlm6 .row {
  margin-bottom: 5%;
}

/* line 322, app/assets/stylesheets/products.scss */
.mb11p {
  margin-bottom: 11% !important;
}

/* line 326, app/assets/stylesheets/products.scss */
#add_attachments_button {
  transform: scale(0.8);
  width: 38%;
  margin-left: 3%;
  height: 37px;
}

/* line 333, app/assets/stylesheets/products.scss */
.attach-files-row {
  margin-left: 4%;
}

/* line 336, app/assets/stylesheets/products.scss */
.attach-files-row a {
  font-size: 16px;
}

/*Phone View Slider*/
/* line 343, app/assets/stylesheets/products.scss */
.slider {
  width: 500px;
  position: relative;
  padding-top: 380px;
  margin: 20px auto;
  background: none !important;
}

/* line 351, app/assets/stylesheets/products.scss */
.slider > img {
  position: absolute;
  left: 32.172px;
  top: 0;
  transition: all 0.5s;
  height: 350.859px;
}

/* line 359, app/assets/stylesheets/products.scss */
.slider input[name='slide_switch'] {
  display: none;
}

/* line 363, app/assets/stylesheets/products.scss */
.slider label {
  margin: 20px 10px 0px 20px;
  border: 1px solid #999;
  float: left;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.6;
}

/* line 372, app/assets/stylesheets/products.scss */
.slider label img {
  display: block;
}

/* line 378, app/assets/stylesheets/products.scss */
.slider input[name='slide_switch']:checked + label {
  border-color: #666;
  opacity: 1;
}

/* line 384, app/assets/stylesheets/products.scss */
.slider input[name='slide_switch'] ~ img {
  opacity: 0;
  transform: scale(1.1);
}

/* line 390, app/assets/stylesheets/products.scss */
.slider input[name='slide_switch']:checked + label + img {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 760px) {
  /* line 397, app/assets/stylesheets/products.scss */
  .slider {
    width: 300px;
    position: relative;
    padding-top: 384.61px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 160px;
  }
  /* line 408, app/assets/stylesheets/products.scss */
  .slider > img {
    position: absolute;
    left: 52.4px;
    top: 0;
    transition: all 0.5s;
    width: 194.927px;
    height: 384.61px;
  }
  /* line 417, app/assets/stylesheets/products.scss */
  .slider label {
    margin: 20px 0 0 10px;
    border: 1px solid #999;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.6;
  }
}

/* line 427, app/assets/stylesheets/products.scss */
.caption {
  font-size: 17px;
}

/* line 431, app/assets/stylesheets/products.scss */
#add_button {
  padding-right: 7%;
  padding-left: 5%;
}

/* line 437, app/assets/stylesheets/products.scss */
#add_button .btn {
  background-color: #FFBF00;
}

/* line 441, app/assets/stylesheets/products.scss */
#show_filter .btn {
  font-size: 13px;
  text-align: left;
}

/* line 446, app/assets/stylesheets/products.scss */
#name {
  font-size: 18px;
  display: inline-flex;
  flex-flow: row;
  word-wrap: break-word;
}

/* line 453, app/assets/stylesheets/products.scss */
.overflow {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 459, app/assets/stylesheets/products.scss */
.overflow:hover {
  overflow: auto;
}

/* line 463, app/assets/stylesheets/products.scss */
.delius {
  font-family: 'Delius';
}

/* line 467, app/assets/stylesheets/products.scss */
.vertical-align td {
  vertical-align: middle !important;
}

/* line 471, app/assets/stylesheets/products.scss */
.hint {
  color: #b3b3b3;
  font-size: 12px;
}

/* line 476, app/assets/stylesheets/products.scss */
.edit-image-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  background-color: #fff;
  width: 100%;
}

/* line 485, app/assets/stylesheets/products.scss */
.edit-image {
  margin: 1%;
  border: 1px solid #e6e6e6;
  height: 200px;
  width: calc(100% * (1/5) - 2%);
  /*To change the number of items per row to n, just change to 100% * (1/n) */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 35px;
  position: relative;
}

/* line 496, app/assets/stylesheets/products.scss */
.delete_picture_container {
  position: absolute;
  left: 14%;
  bottom: 0;
}

/* line 502, app/assets/stylesheets/products.scss */
.delete_picture {
  cursor: pointer;
}

/* line 506, app/assets/stylesheets/products.scss */
.prod-form {
  margin: -2.5% auto;
  width: 73%;
}

/* line 511, app/assets/stylesheets/products.scss */
.inline {
  display: inline !important;
}

/* line 515, app/assets/stylesheets/products.scss */
.profile-download {
  position: absolute;
  left: 64px;
  margin-top: 64px;
}

/* line 521, app/assets/stylesheets/products.scss */
.pic-download {
  position: absolute;
  margin-left: -27px;
  margin-top: 67px;
}

/* line 527, app/assets/stylesheets/products.scss */
.name-info {
  position: absolute;
  top: 67px;
  left: 60px;
}

/* line 533, app/assets/stylesheets/products.scss */
.features-info {
  position: absolute;
  top: 12px;
  left: 91px;
}

/* line 539, app/assets/stylesheets/products.scss */
.keywords-info {
  position: absolute;
  top: 12px;
  left: 99px;
}

/* line 545, app/assets/stylesheets/products.scss */
.inventory-filter {
  margin-top: -7.8% !important;
}

/* line 549, app/assets/stylesheets/products.scss */
#inventory-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 8px;
}

/* line 555, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-one {
  width: 40%;
}

/* line 559, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-two {
  width: 10%;
}

/* line 563, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-order-type {
  width: 9%;
  margin-right: 12px;
}

/* line 567, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-order-type .chosen-container-single {
  height: 42px;
  background: white;
}

/* line 572, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-order-type .chosen-single {
  border-bottom: none;
}

/* line 577, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-three {
  width: 10%;
}

/* line 581, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-four {
  width: 13.88%;
  margin-left: 3px;
}

/* line 585, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-four .btn.btn-default {
  height: 41px;
}

/* line 590, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-five {
  width: 13.88%;
  margin-left: 7px;
}

/* line 594, app/assets/stylesheets/products.scss */
#inventory-filter .inventory-flex-five .btn.btn-default {
  height: 41px;
}

/* line 599, app/assets/stylesheets/products.scss */
#inventory-filter input#collapse_filters[type="text"] {
  -webkit-appearance: none !important;
  cursor: pointer;
  text-align: center;
  padding: 1% 1% 1% 1%;
  margin-top: 3% !important;
  float: right;
  width: 100%;
  border: 1px solid #c5c5c5;
  margin: 0px;
  background: white;
}

/* line 612, app/assets/stylesheets/products.scss */
#inventory-filter .btn-flat1 {
  margin-left: -15px;
  padding-left: 0px;
  margin-top: 9px;
}

/* line 618, app/assets/stylesheets/products.scss */
#inventory-filter .btn.btn-default {
  width: auto;
}

/* line 622, app/assets/stylesheets/products.scss */
#inventory-filter .product-title {
  color: #3E3E3E !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 628, app/assets/stylesheets/products.scss */
#inventory-filter .product-title a:hover {
  color: #FFBF00;
}

/* line 633, app/assets/stylesheets/products.scss */
#inventory-filter .product-type {
  color: #9B9B9B;
  font-size: 12px;
  margin-top: 2px;
}

/* line 639, app/assets/stylesheets/products.scss */
#inventory-filter .product-code {
  color: #9B9B9B;
  font-size: 12px;
}

/* line 644, app/assets/stylesheets/products.scss */
#inventory-filter .stock-status {
  color: #7ED321;
  font-size: 14px;
}

/* line 649, app/assets/stylesheets/products.scss */
#inventory-filter .out-of-stock {
  color: #FD6D6F;
}

/* line 653, app/assets/stylesheets/products.scss */
#inventory-filter .font-black a:hover {
  text-decoration: none !important;
}

/* line 658, app/assets/stylesheets/products.scss */
.main-padding {
  padding: 10px;
}

/* line 662, app/assets/stylesheets/products.scss */
.variations-font {
  font-size: 17px;
  line-height: 36px;
  margin-left: 0px;
}

/* line 668, app/assets/stylesheets/products.scss */
.black-heading {
  color: black;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 10px;
  margin-top: 26px;
}

/* line 675, app/assets/stylesheets/products.scss */
.inventory-date-filter-parent {
  margin: 0 auto;
  margin-top: -22px;
  width: 100%;
}

/* line 680, app/assets/stylesheets/products.scss */
.inventory-date-filter-parent .start-date-label {
  margin-left: 67%;
}

/* line 685, app/assets/stylesheets/products.scss */
.filter-style-extend, .inventory-csv-button,
.acknowledgement-csv-button,
.repair-csv-button,
.client-summary-csv-button {
  display: block;
  width: 100%;
  min-height: 32px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 0px;
  border-bottom: 1px solid #DDD;
  border-radius: 0px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

/* line 702, app/assets/stylesheets/products.scss */
.input-filter {
  height: 36px;
  border: 0px;
  padding-left: 15px;
  width: 100%;
}

/* line 709, app/assets/stylesheets/products.scss */
.inventory-start-date-filter,
.inventory-end-date-filter {
  color: #FFBF00;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  background-color: #FFF;
  border-bottom: 0px;
  border-radius: 0px;
  box-shadow: none;
}

/* line 724, app/assets/stylesheets/products.scss */
#common-dropdown-style .chosen-single {
  background-color: white !important;
  color: #999 !important;
}

/* line 729, app/assets/stylesheets/products.scss */
#common-dropdown-style .mb20 {
  margin-bottom: 20px;
}

/* line 735, app/assets/stylesheets/products.scss */
#inventory-index-select-style .chosen-choices {
  padding: 6.5px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 0px !important;
  margin-top: 0px;
}

/* line 746, app/assets/stylesheets/products.scss */
#all-filters-parent .btn-default {
  margin-top: 0px;
  padding: 9px;
}

/* line 751, app/assets/stylesheets/products.scss */
#all-filters-parent .fa.fa-plus {
  width: 20px;
  font-size: 12px;
}

/* line 757, app/assets/stylesheets/products.scss */
.more-icon {
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #999;
  color: #999;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 766, app/assets/stylesheets/products.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 770, app/assets/stylesheets/products.scss */
.variations-parent {
  margin-left: -15px !important;
}

/* line 774, app/assets/stylesheets/products.scss */
.inventory-child-one,
.inventory-child-three {
  margin-bottom: 30px;
}

/* line 779, app/assets/stylesheets/products.scss */
.remarks-text {
  line-height: 22px;
}

/* line 783, app/assets/stylesheets/products.scss */
#inventory-child-left {
  margin-bottom: 16px;
}

/* line 786, app/assets/stylesheets/products.scss */
#inventory-child-left .add-client {
  margin-top: -40px;
}

/* line 790, app/assets/stylesheets/products.scss */
#inventory-child-left .btn:not(.btn-raised):not(.btn-link):hover {
  background-color: transparent !important;
}

/* line 794, app/assets/stylesheets/products.scss */
#inventory-child-left button.btn.btn-medium {
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #FFBF00;
  height: 36px;
}

/* line 801, app/assets/stylesheets/products.scss */
#inventory-child-left .inventory-show-add-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -65px !important;
}

/* line 811, app/assets/stylesheets/products.scss */
#myModalInventory .modal-header {
  text-align: center;
  font-size: 20px;
}

/* line 816, app/assets/stylesheets/products.scss */
#myModalInventory .modal-title {
  font-weight: bold;
}

/* line 820, app/assets/stylesheets/products.scss */
#myModalInventory .inventory-modal-body {
  padding: 30px;
  font-size: 15px;
  font-weight: bold;
  color: black;
}

/* line 827, app/assets/stylesheets/products.scss */
#myModalInventory button.btn.btn-small {
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #FFBF00;
  height: 36px;
}

/* line 834, app/assets/stylesheets/products.scss */
#myModalInventory .modal-save-btn {
  justify-content: center;
  display: flex;
}

/* line 840, app/assets/stylesheets/products.scss */
#remarks-fourth {
  padding-top: 30px;
}

/* line 843, app/assets/stylesheets/products.scss */
#remarks-fourth .flex-child-one {
  width: 40%;
  line-height: 22px;
  margin-left: 0px !important;
}

/* line 850, app/assets/stylesheets/products.scss */
.ml0 {
  margin-left: 0px !important;
}

/* line 854, app/assets/stylesheets/products.scss */
.save-btn {
  border-radius: 100px !important;
  background-color: #fff;
  border: solid 1px #FFBF00 !important;
  height: 36px;
}

/* line 861, app/assets/stylesheets/products.scss */
.save-parent {
  display: flex;
  justify-content: center;
}

/* line 866, app/assets/stylesheets/products.scss */
.varition-inline-parent {
  display: inline-flex;
}

/* line 871, app/assets/stylesheets/products.scss */
#variation-dropdown .chosen-container {
  width: 50% !important;
  margin-top: -41px;
  float: right;
}

/* line 877, app/assets/stylesheets/products.scss */
#variation-dropdown .variation-drop-btn {
  text-align: right;
  margin-left: 20px;
  font-size: 15px;
  margin-top: -58px;
}

/* line 884, app/assets/stylesheets/products.scss */
#variation-dropdown .dropdown-menu {
  margin-left: 213px;
  box-shadow: none !important;
  margin-top: -14px;
  background-color: transparent !important;
}

/* line 891, app/assets/stylesheets/products.scss */
#variation-dropdown li {
  background-color: #f8bb3d;
  margin-bottom: 2px;
  height: 32px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

/* line 898, app/assets/stylesheets/products.scss */
#variation-dropdown li:hover {
  background-color: white;
  color: #f8bb3d;
}

/* line 904, app/assets/stylesheets/products.scss */
.pr0 {
  padding-right: 0px !important;
}

/* line 908, app/assets/stylesheets/products.scss */
.top-chosen-parent {
  padding-top: 15px;
}

/* line 912, app/assets/stylesheets/products.scss */
.top-date-parent {
  padding-top: 20px;
}

/* line 915, app/assets/stylesheets/products.scss */
.top-date-parent .inventory-start-date-filter,
.top-date-parent .inventory-end-date-filter {
  min-height: 41px;
}

/* line 921, app/assets/stylesheets/products.scss */
.prod_more_filter {
  margin-top: 12px;
}

/* line 925, app/assets/stylesheets/products.scss */
.prod_low_dropdown {
  margin-top: 10px;
}

/* line 930, app/assets/stylesheets/products.scss */
#all-filters-parent .btn.btn-info {
  margin-top: -11px;
  color: black !important;
}

/* line 936, app/assets/stylesheets/products.scss */
.mt10 {
  margin-top: 10px;
}

/* line 940, app/assets/stylesheets/products.scss */
.pr0 {
  padding-right: 0px !important;
}

/* line 946, app/assets/stylesheets/products.scss */
.invent_span a {
  color: #337ab7 !important;
}

/* line 957, app/assets/stylesheets/products.scss */
.stock-style {
  font-size: 16px !important;
  text-align: center;
  font-family: 'Open Sans';
}

/* line 963, app/assets/stylesheets/products.scss */
.invent-font {
  color: #706B6B;
  font-family: "Open Sans";
  font-size: 14px;
}

/* line 969, app/assets/stylesheets/products.scss */
.invent-link {
  color: #4A4A4A !important;
  font-family: "Open Sans";
  font-size: 18px;
}

/* line 976, app/assets/stylesheets/products.scss */
#fulfilment-select select {
  background-color: white;
  border: 0px;
  border-bottom: 1px solid #ddd;
  padding-left: 0px;
  color: #444;
  margin-left: -3px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 30px;
}

/* line 988, app/assets/stylesheets/products.scss */
#fulfilment-select option {
  font-size: 14px;
  color: #444;
}

/* line 996, app/assets/stylesheets/products.scss */
#user-log-table th,
#user-log-table td {
  text-align: center;
}

/* line 1002, app/assets/stylesheets/products.scss */
#inventory-log-table {
  margin-bottom: 7%;
}

/* line 1007, app/assets/stylesheets/products.scss */
#log-edit-pencil .glyphicon.glyphicon-pencil {
  font-size: 30px;
  padding-top: 21px;
  padding-left: 24px;
}

/* line 1014, app/assets/stylesheets/products.scss */
.form_height {
  height: 850px;
}

/* line 1018, app/assets/stylesheets/products.scss */
.form_height1 {
  height: 1400px;
}

/* line 1022, app/assets/stylesheets/products.scss */
.form_height2 {
  height: 700px;
}

/* line 1026, app/assets/stylesheets/products.scss */
.form_border {
  border-bottom: 2px solid #d5d5c3 !important;
}

/* line 1031, app/assets/stylesheets/products.scss */
.spin_input::-webkit-inner-spin-button,
.spin_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1038, app/assets/stylesheets/products.scss */
.filter-style-extend, .inventory-csv-button,
.acknowledgement-csv-button,
.repair-csv-button,
.client-summary-csv-button {
  background-color: white;
  font-size: 12px;
  color: #FFBF00;
  font-weight: 600;
  font-family: "Open Sans";
}

/* line 1046, app/assets/stylesheets/products.scss */
.inventory-csv-button,
.acknowledgement-csv-button,
.repair-csv-button,
.client-summary-csv-button {
  text-transform: initial;
  padding-top: 12px !important;
  margin-top: 0px !important;
  border: 1px solid #FFBF00 !important;
  border-radius: 0px !important;
  color: #706B6B;
  margin-left: -15px;
  background-color: white !important;
}

/* line 1061, app/assets/stylesheets/products.scss */
.icon-style {
  margin-left: 12px !important;
}

/* line 1066, app/assets/stylesheets/products.scss */
#inventory-filter-second {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* line 1071, app/assets/stylesheets/products.scss */
#inventory-filter-second .inventory-flex-one {
  width: calc(14.28% - 10px);
  margin-left: -15px;
}

/* line 1075, app/assets/stylesheets/products.scss */
#inventory-filter-second .inventory-flex-one .chosen-single {
  height: 42px;
  background-color: white;
  font-size: 12px;
  color: #FFBF00 !important;
  font-weight: 600;
  font-family: "Open Sans";
  border-bottom: 0px;
  padding-top: 14px;
  margin-top: 10px;
}

/* line 1088, app/assets/stylesheets/products.scss */
#inventory-filter-second .inventory-flex-two {
  width: calc(14.28% - 10px);
  margin-left: 10px;
}

/* line 1092, app/assets/stylesheets/products.scss */
#inventory-filter-second .inventory-flex-two .chosen-single {
  height: 43px;
  background-color: white;
  font-size: 12px;
  color: #FFBF00 !important;
  font-weight: 600;
  font-family: "Open Sans";
  border-bottom: 0px;
  padding-top: 14px;
  margin-top: 10px;
}

/* line 1105, app/assets/stylesheets/products.scss */
#inventory-filter-second .inventory-flex-three {
  width: calc(14.28% - 10px);
  margin-left: 21px;
}

/* line 1110, app/assets/stylesheets/products.scss */
#inventory-filter-second .inventory-flex-four {
  width: calc(14.28% - 10px);
  margin-left: 10px;
}

/* line 1115, app/assets/stylesheets/products.scss */
#inventory-filter-second .inventory-flex-five {
  width: calc(14.28% - 10px);
  margin-left: 10px;
}

/* line 1120, app/assets/stylesheets/products.scss */
#inventory-filter-second .inventory-flex-six {
  width: calc(14.28% - 10px);
  margin-left: 10px;
}

/* line 1127, app/assets/stylesheets/products.scss */
.inventory-upload {
  margin-top: -20px;
}

/* line 1132, app/assets/stylesheets/products.scss */
.slider {
  overflow-y: hidden;
  transition-property: all;
  transition: 4s ease-in-out;
  transition-timing-function: cubic-bezier(0, 1, 5, 1);
}

/* line 1139, app/assets/stylesheets/products.scss */
.inventory-csv-button,
.acknowledgement-csv-button,
.repair-csv-button,
.client-summary-csv-button {
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

/* line 1148, app/assets/stylesheets/products.scss */
.stock-update-button {
  color: #f9bc3d !important;
}

/* line 1152, app/assets/stylesheets/products.scss */
.store-stock-update-button {
  cursor: pointer;
  color: #f9bc3d !important;
}

/* line 1157, app/assets/stylesheets/products.scss */
.stock-update-button:hover {
  color: black !important;
  cursor: pointer;
}

/* line 1162, app/assets/stylesheets/products.scss */
.store-stock-update-button:hover {
  color: black !important;
  cursor: pointer;
}

/* line 1167, app/assets/stylesheets/products.scss */
.return-stock-update-button {
  color: #f9bc3d !important;
}

/* line 1171, app/assets/stylesheets/products.scss */
.return-stock-update-button:hover {
  color: black !important;
  cursor: pointer;
}

/* line 1178, app/assets/stylesheets/products.scss */
#myModalMoveStocks h4 {
  font-weight: bold;
  text-align: center;
}

/* line 1183, app/assets/stylesheets/products.scss */
#myModalMoveStocks .modal-dialogue {
  margin: 0 auto;
}

/* line 1187, app/assets/stylesheets/products.scss */
#myModalMoveStocks label {
  color: #777777;
  font-weight: bold;
}

/* line 1192, app/assets/stylesheets/products.scss */
#myModalMoveStocks option,
#myModalMoveStocks select {
  font-size: 15px;
}

/* line 1198, app/assets/stylesheets/products.scss */
.move-stock-update {
  text-align: right;
}

/* line 1201, app/assets/stylesheets/products.scss */
.move-stock-update .btn.btn-default {
  background-color: #f9bc3d !important;
  color: white !important;
}

/* line 1207, app/assets/stylesheets/products.scss */
.wrap-url {
  overflow-wrap: break-word;
}

/* line 1213, app/assets/stylesheets/products.scss */
.prod-return-move .tool-tip {
  position: relative;
  display: inline-block;
}

/* line 1218, app/assets/stylesheets/products.scss */
.prod-return-move .tooltiptext {
  visibility: hidden;
  width: 90px;
  font-size: 12px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0px;
  /* Position the tooltip */
  position: absolute;
  z-index: 99999;
  top: 20px;
  left: 105%;
}

/* line 1235, app/assets/stylesheets/products.scss */
.prod-return-move .tool-tip:hover .tooltiptext {
  visibility: visible;
}

/* line 1240, app/assets/stylesheets/products.scss */
.pl24 {
  padding-left: 24px;
}

/* line 1244, app/assets/stylesheets/products.scss */
.total-stock-div {
  border-top: 2px solid #cccccc;
  text-align: center;
}

/* line 1249, app/assets/stylesheets/products.scss */
.count-row {
  margin-left: 15px;
}

/* line 1252, app/assets/stylesheets/products.scss */
.count-row .stock-count-color {
  color: grey;
  font-size: 12px;
  padding-right: 10px;
  text-align: left;
}

/* line 1261, app/assets/stylesheets/products.scss */
#inventory-age {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 15px;
}

/* line 1267, app/assets/stylesheets/products.scss */
#inventory-age .inventory-flex-one {
  width: 15%;
  height: 6%;
  background-color: #fff;
  margin-right: 10px;
  color: #706B6B;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
}

/* line 1277, app/assets/stylesheets/products.scss */
#inventory-age .inventory-flex-one p {
  font-size: 16px;
  font-weight: 600;
}

/* line 1284, app/assets/stylesheets/products.scss */
#inventory-age-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 15px;
}

/* line 1290, app/assets/stylesheets/products.scss */
#inventory-age-filter .inventory-flex-one {
  width: 31%;
  margin-right: 10px;
}

/* line 1294, app/assets/stylesheets/products.scss */
#inventory-age-filter .inventory-flex-one #inventory_search_product {
  width: 100%;
  height: 40px;
  padding: 19px !important;
  border: 0px !important;
  margin-left: -15px;
  margin-bottom: 5%;
  margin-top: 0px;
  margin-left: 0px;
}

/* line 1306, app/assets/stylesheets/products.scss */
#inventory-age-filter .inventory-flex-two {
  width: 15%;
  height: 40px;
  font-weight: bold;
  border-bottom-color: #fff;
  margin-right: 10px;
}

/* line 1313, app/assets/stylesheets/products.scss */
#inventory-age-filter .inventory-flex-two .chosen-container.chosen-container-single .chosen-single {
  height: 40px;
  border-bottom: none;
}

/* line 1320, app/assets/stylesheets/products.scss */
#inventory-table-head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: black;
  font-weight: 600;
  text-align: center;
}

/* line 1328, app/assets/stylesheets/products.scss */
#inventory-table-head p {
  font-size: 12px;
}

/* line 1332, app/assets/stylesheets/products.scss */
#inventory-table-head .inventory-flex-one {
  padding-top: 10px;
  background-color: #fff;
  width: 30%;
}

/* line 1338, app/assets/stylesheets/products.scss */
#inventory-table-head .inventory-flex-two,
#inventory-table-head .inventory-flex-three {
  background-color: #fff;
  padding-top: 5px;
  width: 15%;
}

/* line 1344, app/assets/stylesheets/products.scss */
#inventory-table-head .inventory-flex-two .chosen-container.chosen-container-single .chosen-single,
#inventory-table-head .inventory-flex-three .chosen-container.chosen-container-single .chosen-single {
  color: black !important;
  border-bottom-color: #fff;
  font-size: 12px;
}

/* line 1351, app/assets/stylesheets/products.scss */
#inventory-table-head .inventory-flex-four {
  padding-top: 10px;
  background-color: #fff;
  width: 35%;
}

/* line 1359, app/assets/stylesheets/products.scss */
.width20 {
  width: 20%;
}

/* line 1364, app/assets/stylesheets/products.scss */
.table-body .table {
  max-width: 95% !important;
}

/* line 1367, app/assets/stylesheets/products.scss */
.table-body .table th {
  color: #706B6B;
}

/* line 1372, app/assets/stylesheets/products.scss */
.table-body .inventory-age-table {
  background-color: #fff;
}

/* line 1375, app/assets/stylesheets/products.scss */
.table-body .inventory-age-table .product-name {
  width: 206px;
  color: #3E3E3E;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 1383, app/assets/stylesheets/products.scss */
.table-body .inventory-age-table .product-code {
  padding: 5px;
  font-size: 12px;
}

/* line 1388, app/assets/stylesheets/products.scss */
.table-body .inventory-age-table .inventory-product-count {
  text-align: center;
  vertical-align: middle;
}

/* line 1393, app/assets/stylesheets/products.scss */
.table-body .inventory-age-table .sold_count {
  width: 15%;
}

/* line 1399, app/assets/stylesheets/products.scss */
.pdf-button {
  text-transform: initial;
  border: 1px solid #FFBF00 !important;
  border-radius: 0px !important;
  color: #706B6B;
  background-color: white !important;
}

/* line 1407, app/assets/stylesheets/products.scss */
#active-variation {
  margin: 0;
}

/* line 1411, app/assets/stylesheets/products.scss */
.variation-drop-btn {
  top: 0 !important;
}

/* line 1415, app/assets/stylesheets/products.scss */
#inventory-replace {
  margin-top: 35px;
  cursor: pointer;
  width: 400px;
}

/* line 1421, app/assets/stylesheets/products.scss */
.variant-stock-dropdown {
  font-size: 12px;
  padding: 6px;
}

/* line 1426, app/assets/stylesheets/products.scss */
.variant-stock-dropdown:hover {
  background: #eee;
}

/* line 1430, app/assets/stylesheets/products.scss */
.selected-variation,
.selected-variation:hover {
  background-color: #428BCA;
  color: white;
}

/* line 1436, app/assets/stylesheets/products.scss */
.variation_title {
  color: #ffac00;
}

/* line 1443, app/assets/stylesheets/products.scss */
#variation .title,
#orders-container .title,
.product-show-selector .title {
  height: 32px;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

/* line 1455, app/assets/stylesheets/products.scss */
.website-tab .website-image-container {
  height: 71px;
  width: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
  margin-bottom: 10px;
}

/* line 1465, app/assets/stylesheets/products.scss */
.website-tab .website-image {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

/* line 1473, app/assets/stylesheets/products.scss */
.sub-title {
  height: 26px;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
}

/* line 1483, app/assets/stylesheets/products.scss */
.product-attribute-name {
  height: 24px;
  color: #9B9B9B;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

/* line 1492, app/assets/stylesheets/products.scss */
.product-attribute-value {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* line 1501, app/assets/stylesheets/products.scss */
.products-found {
  height: 22px;
  color: #706B6B;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 24px;
}

/* line 1511, app/assets/stylesheets/products.scss */
#order_type_chosen .chosen-default,
#stock_filter_chosen .chosen-default {
  opacity: 0.6;
}

/* line 1516, app/assets/stylesheets/products.scss */
#job_card_artisan {
  display: none;
}
/* line 6, app/assets/stylesheets/properties.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 12, app/assets/stylesheets/properties.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 16, app/assets/stylesheets/properties.scss */
#forms {
  margin-left: 3%;
  border-bottom: 5px black;
  width: 35%;
}

/* line 21, app/assets/stylesheets/properties.scss */
#forms1 {
  margin-left: 3%;
  border-bottom: 5px black;
  width: 30%;
}

/* line 26, app/assets/stylesheets/properties.scss */
#metal_type {
  margin-top: 2%;
  margin-bottom: 1%;
}

/* line 30, app/assets/stylesheets/properties.scss */
.heading {
  background-color: #FFBF00 !important;
}

/* line 34, app/assets/stylesheets/properties.scss */
#product_property_property_id {
  border-radius: 5px;
  background-color: white;
}

/* line 38, app/assets/stylesheets/properties.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 43, app/assets/stylesheets/properties.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 47, app/assets/stylesheets/properties.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 52, app/assets/stylesheets/properties.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 58, app/assets/stylesheets/properties.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 64, app/assets/stylesheets/properties.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 70, app/assets/stylesheets/properties.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 75, app/assets/stylesheets/properties.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 82, app/assets/stylesheets/properties.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 88, app/assets/stylesheets/properties.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 95, app/assets/stylesheets/properties.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  color: #000;
}

/* line 101, app/assets/stylesheets/properties.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/* line 108, app/assets/stylesheets/properties.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 114, app/assets/stylesheets/properties.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 121, app/assets/stylesheets/properties.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 126, app/assets/stylesheets/properties.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* line 133, app/assets/stylesheets/properties.scss */
.conatiner-custom {
  width: 100%;
  margin: 10px auto;
}

/* line 138, app/assets/stylesheets/properties.scss */
.nav-tabs > li {
  font-size: 18px;
}

/* line 143, app/assets/stylesheets/properties.scss */
.properties-head {
  background: transparent !important;
  padding-bottom: 5%;
}
/* line 5, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  color: #706B6B;
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
  margin-bottom: 0px !important;
}

/* line 15, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .heading-oi-extend, #repair_invoice_items_table .seventh-th, #repair_invoice_items_table .sixth-th, #repair_invoice_items_table .fifth-th, #repair_invoice_items_table .fourth-th, #repair_invoice_items_table .third-th, #repair_invoice_items_table .second-th, #repair_invoice_items_table .first-th {
  padding-top: 5px;
  text-align: center;
  padding: 10px;
  margin-top: -5px;
}

/* line 22, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .first-th {
  border: 1px solid #d2d2d2;
  background-color: #F7F7F7;
  width: 10%;
}

/* line 27, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .first-th .chosen-container {
  top: 35px;
}

/* line 31, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .second-th {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-right: 0;
  background-color: #F7F7F7;
  width: 15%;
}

/* line 39, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .third-th {
  border: 1px solid #d2d2d2;
  background-color: #F7F7F7;
  width: 20%;
}

/* line 44, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .third-th input {
  top: 20px;
  position: relative;
}

/* line 49, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .fourth-th {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #F7F7F7;
  width: 10%;
}

/* line 55, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .fourth-th input {
  top: 20px;
  position: relative;
}

/* line 60, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .fifth-th {
  border: 1px solid #d2d2d2;
  background-color: #F7F7F7;
  width: 10%;
}

/* line 65, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .fifth-th input {
  top: 20px;
  position: relative;
}

/* line 70, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .sixth-th {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #F7F7F7;
  width: 20%;
}

/* line 76, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .sixth-th input {
  top: 20px;
  position: relative;
}

/* line 81, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .seventh-th {
  border: 1px solid #d2d2d2;
  background-color: #F7F7F7;
  width: 15%;
}

/* line 86, app/assets/stylesheets/repair_invoices.scss */
#repair_invoice_items_table .seventh-th input {
  top: 20px;
  position: relative;
}

/* line 92, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  color: #706B6B;
  background-color: #FFF;
  margin-bottom: 0px !important;
  border-top: none;
}

/* line 102, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table .first-td {
  border-top: 0 !important;
  border: 1px solid #d2d2d2;
  width: 10%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 111, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table .second-td {
  width: 15%;
  border-top: 0 !important;
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 120, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table .third-td {
  width: 20%;
  border-top: 0 !important;
  padding: 10px;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
}

/* line 130, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table .fourth-td {
  width: 10%;
  border-top: 0 !important;
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 139, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table .fifth-td {
  width: 10%;
  border-top: 0 !important;
  border: 1px solid #d2d2d2;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 148, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table .sixth-td {
  width: 20%;
  border-top: 0 !important;
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 157, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table .seventh-td {
  width: 15%;
  border-top: 0 !important;
  padding: 10px;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 169, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_items_table .chosen-container.chosen-container-single .chosen-single {
  border-bottom-color: #fff;
  width: 200px;
}

/* line 175, app/assets/stylesheets/repair_invoices.scss */
.amount_repair_invoice_items {
  max-width: 80px;
  border: 0px;
}

/* line 180, app/assets/stylesheets/repair_invoices.scss */
.font-weight-light {
  color: grey;
  font-size: 12px;
}

/* line 184, app/assets/stylesheets/repair_invoices.scss */
.bottom-align-text {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  float: right;
}

/* line 191, app/assets/stylesheets/repair_invoices.scss */
.repair_invoice_heading {
  color: #4A4A4A;
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 44px;
}
/* line 7, app/assets/stylesheets/repairs.scss */
.receipt .receipt-heading .heading-flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

/* line 11, app/assets/stylesheets/repairs.scss */
.receipt .receipt-heading .heading-flex .receipt-id {
  width: auto;
  font-size: 24px;
  font-weight: 600;
  font-size: 24px;
  /*padding: 10px;*/
}

/* line 17, app/assets/stylesheets/repairs.scss */
.receipt .receipt-heading .heading-flex .receipt-id .acknowledgement-receipt {
  color: #4A4A4A;
  font-weight: normal;
  font-size: 20px;
}

/* line 25, app/assets/stylesheets/repairs.scss */
.receipt .receipt-heading .heading-flex #repair-cancel-partial .receipt-cancel {
  width: 25%;
  padding-top: 15px;
}

/* line 30, app/assets/stylesheets/repairs.scss */
.receipt .receipt-heading .heading-flex .receipt-date {
  width: 100%;
  font-size: 20px;
  text-align: right;
}

/* line 38, app/assets/stylesheets/repairs.scss */
.receipt p {
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
}

/* line 46, app/assets/stylesheets/repairs.scss */
.receipt .client {
  width: 50%;
}

/* line 48, app/assets/stylesheets/repairs.scss */
.receipt .client .client-details-head {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #FFBF00;
  padding: 10px 0;
}

/* line 54, app/assets/stylesheets/repairs.scss */
.receipt .client .client-flex {
  display: flex;
  padding: 10px 0;
  width: 100%;
}

/* line 59, app/assets/stylesheets/repairs.scss */
.receipt .client .repair-flex {
  display: flex;
  width: 100%;
}

/* line 64, app/assets/stylesheets/repairs.scss */
.receipt .client .client-flex .client-props, .receipt .client .repair-flex .client-props {
  color: #706B6B;
  font-size: 16px;
  width: 30%;
  font-weight: 600;
}

/* line 69, app/assets/stylesheets/repairs.scss */
.receipt .client .client-flex .client-props p, .receipt .client .repair-flex .client-props p {
  color: #706B6B;
  font-size: 16px;
  font-weight: 600;
}

/* line 76, app/assets/stylesheets/repairs.scss */
.receipt .client .client-flex .client-values, .receipt .client .repair-flex .client-values {
  width: 70%;
}

/* line 82, app/assets/stylesheets/repairs.scss */
.receipt .remarks {
  margin-top: 60px;
}

/* line 84, app/assets/stylesheets/repairs.scss */
.receipt .remarks p {
  font-size: 18px;
  font-weight: 600;
}

/* line 88, app/assets/stylesheets/repairs.scss */
.receipt .remarks .remarks-body {
  border-top: 2px solid #FFBF00;
  font-size: 16px;
  font-weight: normal;
  color: #3E3E3E;
  line-height: 22px;
  padding-top: 10px;
}

/* line 99, app/assets/stylesheets/repairs.scss */
.search-input-box {
  width: 100%;
  padding: 11px;
  margin-top: 0px;
  font-weight: bold;
  margin-left: -15px !important;
  border: 0px;
}

/* line 109, app/assets/stylesheets/repairs.scss */
.repair-items .client-name-and-add, .ring-client-field .client-name-and-add {
  display: flex;
  justify-content: flex-end;
}

/* line 114, app/assets/stylesheets/repairs.scss */
.repair-items .repair-item .item-heading, .ring-client-field .repair-item .item-heading {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ECECEC;
}

/* line 121, app/assets/stylesheets/repairs.scss */
.repair-items .repair-item .collapse-address-fields, .ring-client-field .repair-item .collapse-address-fields {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 126, app/assets/stylesheets/repairs.scss */
.repair-items .repair-item .item-fields, .ring-client-field .repair-item .item-fields {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 130, app/assets/stylesheets/repairs.scss */
.repair-items .repair-item .form-main-flex, .ring-client-field .repair-item .form-main-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* line 134, app/assets/stylesheets/repairs.scss */
.repair-items .repair-item .form-main-flex .form-50, .ring-client-field .repair-item .form-main-flex .form-50 {
  width: 50%;
}

/* line 136, app/assets/stylesheets/repairs.scss */
.repair-items .repair-item .form-main-flex .form-50:nth-child(2), .ring-client-field .repair-item .form-main-flex .form-50:nth-child(2) {
  margin-left: 20px;
}

/* line 144, app/assets/stylesheets/repairs.scss */
.repair-details {
  width: 50%;
}

/* line 146, app/assets/stylesheets/repairs.scss */
.repair-details .repair-head {
  border-bottom: 2px solid #FFBF00;
  padding: 10px 0;
}

/* line 149, app/assets/stylesheets/repairs.scss */
.repair-details .repair-head h4 {
  font-size: 18px;
  font-weight: 600;
}

/* line 154, app/assets/stylesheets/repairs.scss */
.repair-details .product-flex {
  display: flex;
  margin-left: 20px;
}

/* line 157, app/assets/stylesheets/repairs.scss */
.repair-details .product-flex .left-child {
  color: #706B6B;
  font-size: 14px;
  width: 30%;
  font-weight: 600;
  margin-top: 10px;
}

/* line 164, app/assets/stylesheets/repairs.scss */
.repair-details .product-flex .right-child {
  width: 70%;
  margin-top: 10px;
}

/* line 169, app/assets/stylesheets/repairs.scss */
.repair-details .remarks {
  width: 75%;
}

/* line 171, app/assets/stylesheets/repairs.scss */
.repair-details .remarks .remarks-body {
  border-top: 2px solid #9B9B9D;
}

/* line 176, app/assets/stylesheets/repairs.scss */
.repair-item-width {
  width: 100%;
}

/* line 179, app/assets/stylesheets/repairs.scss */
#repair-product-type {
  padding-top: 8px;
  font-size: 14px;
  color: #706B6B;
  font-weight: bold;
}

/* line 185, app/assets/stylesheets/repairs.scss */
.pointer {
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/repairs.scss */
.cancel-orange-btn, .dnd-btn {
  border: solid 1px #D0021B !important;
  color: #777 !important;
  cursor: pointer;
  height: 32px;
  padding: 6px 12px !important;
  border-radius: 24px !important;
  margin-top: 10px;
}

/* line 198, app/assets/stylesheets/repairs.scss */
.cancel-orange-btn:hover span {
  display: none;
}

/* line 199, app/assets/stylesheets/repairs.scss */
.cancel-orange-btn:hover:after {
  content: " X Cancel Receipt";
}

/* line 202, app/assets/stylesheets/repairs.scss */
.cancel-orange-btn:hover:after {
  font-size: 12px;
}

/* line 206, app/assets/stylesheets/repairs.scss */
.dnd-btn:hover span {
  display: none;
}

/* line 207, app/assets/stylesheets/repairs.scss */
.dnd-btn:hover:after {
  content: " ACTIVATE DND";
}

/* line 210, app/assets/stylesheets/repairs.scss */
.dnd-btn:hover:after {
  font-size: 12px;
}

/* line 213, app/assets/stylesheets/repairs.scss */
.receipt-cancel-red {
  padding: 5px;
  border-radius: 100px;
  color: #D0021B;
  border: solid 1px #D0021B;
  margin-top: 10px;
}
/* line 3, app/assets/stylesheets/scaffolds.scss */
#geh-table {
  width: 63%;
  margin: auto;
  border-collapse: collapse;
}

/* line 9, app/assets/stylesheets/scaffolds.scss */
#geh-table td, #geh-table thead th {
  padding: 1% 6px;
  background: #fff;
}

/* line 14, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #f7f7f7 !important;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
p,
ol,
ul,
td {
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 18px;
}

/* line 31, app/assets/stylesheets/scaffolds.scss */
header {
  background: #f7f7f7;
}

/* line 35, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 41, app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #000;
}

/* line 48, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
}

/* line 55, app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 61, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 65, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 71, app/assets/stylesheets/scaffolds.scss */
.default-cursor {
  cursor: default !important;
}

/* line 75, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 83, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

/* line 94, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 100, app/assets/stylesheets/scaffolds.scss */
.w10 {
  width: 10%;
}

/* line 104, app/assets/stylesheets/scaffolds.scss */
.w17 {
  width: 17%;
}

/* line 108, app/assets/stylesheets/scaffolds.scss */
.font-size-20 {
  font-size: 20px;
}

/* line 112, app/assets/stylesheets/scaffolds.scss */
.w12 {
  width: 12%;
}

/* line 116, app/assets/stylesheets/scaffolds.scss */
.w30 {
  width: 30%;
}

/* line 121, app/assets/stylesheets/scaffolds.scss */
.client-receipt .btn {
  margin: 0px important;
}

/* line 127, app/assets/stylesheets/scaffolds.scss */
.btn-style {
  margin-top: 11%;
}

/* line 131, app/assets/stylesheets/scaffolds.scss */
.well {
  box-shadow: none !important;
  padding: 24px !important;
}

/* line 136, app/assets/stylesheets/scaffolds.scss */
.no-padding {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-1 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-2 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-3 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-4 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-5 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-6 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-7 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-8 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-9 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-10 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-11 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-12 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-13 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-14 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-15 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-16 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-17 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-18 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-19 {
  padding: 0px !important;
}

/* line 142, app/assets/stylesheets/scaffolds.scss */
.col-wo-padding .col-md-20 {
  padding: 0px !important;
}

/* line 148, app/assets/stylesheets/scaffolds.scss */
.carousel li {
  list-style: none;
}

/* line 152, app/assets/stylesheets/scaffolds.scss */
.geh-btn {
  height: 32px;
  min-width: 58px;
  border: 1px solid #FFBF00;
  border-radius: 100px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 5px;
  float: left;
}

/* line 163, app/assets/stylesheets/scaffolds.scss */
.nav-tabs {
  background: none !important;
}

/* line 166, app/assets/stylesheets/scaffolds.scss */
.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:visited,
.nav-tabs li a:focus {
  color: #9B9B9B !important;
}

/* line 174, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #9B9B9B !important;
}

/* line 178, app/assets/stylesheets/scaffolds.scss */
#geh-table {
  width: 100%;
}

/* line 180, app/assets/stylesheets/scaffolds.scss */
#geh-table th,
#geh-table td {
  font-family: 'Open Sans';
}

/* line 185, app/assets/stylesheets/scaffolds.scss */
#geh-table .logo-color {
  color: #f9b948 !important;
}

/* line 192, app/assets/stylesheets/scaffolds.scss */
#geh-table thead th {
  font-size: 13px !important;
}

/* line 197, app/assets/stylesheets/scaffolds.scss */
#geh-table td {
  font-size: 15px;
  line-height: 20px;
}

/* line 203, app/assets/stylesheets/scaffolds.scss */
#geh-table tr {
  border-bottom: 1px solid #eee;
}

/* line 208, app/assets/stylesheets/scaffolds.scss */
.form-control:focus {
  background-image: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ddd;
}

/* line 214, app/assets/stylesheets/scaffolds.scss */
.error-message {
  color: #FF6A6A;
  font-size: 14px;
}

/* line 219, app/assets/stylesheets/scaffolds.scss */
.mr5-text-transform-none {
  margin-right: 5px !important;
  text-transform: none;
}

/* line 224, app/assets/stylesheets/scaffolds.scss */
.table-data-f14 {
  color: #706B6B;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 232, app/assets/stylesheets/scaffolds.scss */
.table-data-f14 a {
  color: #706B6B;
}

/* line 237, app/assets/stylesheets/scaffolds.scss */
.w50 {
  width: 50px;
}

/* line 241, app/assets/stylesheets/scaffolds.scss */
.w80 {
  width: 80px;
}

/* line 245, app/assets/stylesheets/scaffolds.scss */
.v-align-baseline {
  vertical-align: baseline;
}

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

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

/* line 257, app/assets/stylesheets/scaffolds.scss */
.log-changes-container {
  padding: 8px;
  text-align: left;
}

/* line 262, app/assets/stylesheets/scaffolds.scss */
.log-changes-header {
  display: inline-block;
}

/* line 266, app/assets/stylesheets/scaffolds.scss */
.va-sub {
  vertical-align: sub;
}

/* line 270, app/assets/stylesheets/scaffolds.scss */
.w150 {
  width: 150px !important;
}

/* line 274, app/assets/stylesheets/scaffolds.scss */
.f12 {
  font-size: 12px;
}

/* line 278, app/assets/stylesheets/scaffolds.scss */
.f14 {
  font-size: 14px;
}

/* line 282, app/assets/stylesheets/scaffolds.scss */
.f16 {
  font-size: 16px;
}

/* line 286, app/assets/stylesheets/scaffolds.scss */
.f18 {
  font-size: 18px;
}

/* line 290, app/assets/stylesheets/scaffolds.scss */
.h-auto {
  height: auto;
}

/* line 294, app/assets/stylesheets/scaffolds.scss */
.w-40p {
  width: 40%;
}

/* line 298, app/assets/stylesheets/scaffolds.scss */
.w450 {
  width: 450px;
}

/* line 302, app/assets/stylesheets/scaffolds.scss */
.w250 {
  width: 250px;
}

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

/* line 310, app/assets/stylesheets/scaffolds.scss */
::-webkit-input-placeholder {
  opacity: 0.6;
}

/* line 314, app/assets/stylesheets/scaffolds.scss */
.search-choice-close {
  top: 10px !important;
}

/* line 319, app/assets/stylesheets/scaffolds.scss */
#product-tab #variation {
  min-height: 600px;
}

/* line 324, app/assets/stylesheets/scaffolds.scss */
.inline-div {
  display: inline-block;
}

/* line 328, app/assets/stylesheets/scaffolds.scss */
.gehna-dropdown-arrow {
  content: url(/assets/admin_panel/chevron-down-986d54dc703e0e18c37c62fc22bbcb79dd92473c513c001cfb4e31e67562b591.svg);
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* line 337, app/assets/stylesheets/scaffolds.scss */
ul.chosen-results {
  overflow-y: hidden !important;
}

/* line 341, app/assets/stylesheets/scaffolds.scss */
ul.chosen-choices {
  padding-right: 30px !important;
}

/* line 345, app/assets/stylesheets/scaffolds.scss */
ul.chosen-choices:after {
  content: url(/assets/admin_panel/chevron-down-986d54dc703e0e18c37c62fc22bbcb79dd92473c513c001cfb4e31e67562b591.svg);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 15px solid transparent;
}

/* line 355, app/assets/stylesheets/scaffolds.scss */
.chosen-container-single .chosen-single div b {
  background: url(/assets/admin_panel/chevron-down-986d54dc703e0e18c37c62fc22bbcb79dd92473c513c001cfb4e31e67562b591.svg) no-repeat center 10px !important;
}

/* line 359, app/assets/stylesheets/scaffolds.scss */
.chosen-container.chosen-container-single .chosen-single div {
  right: 13px;
}

/* line 363, app/assets/stylesheets/scaffolds.scss */
.w250 {
  width: 250px !important;
}

/* line 367, app/assets/stylesheets/scaffolds.scss */
.w100 {
  width: 100px !important;
}

/* line 371, app/assets/stylesheets/scaffolds.scss */
.w-60 {
  width: 60% !important;
}

/* line 375, app/assets/stylesheets/scaffolds.scss */
.w170 {
  width: 170px !important;
}

/* line 379, app/assets/stylesheets/scaffolds.scss */
.w200 {
  width: 200px !important;
}

/* line 383, app/assets/stylesheets/scaffolds.scss */
.w120 {
  width: 120px !important;
}

/* line 387, app/assets/stylesheets/scaffolds.scss */
.w300 {
  width: 300px;
}

/* line 391, app/assets/stylesheets/scaffolds.scss */
.w400 {
  width: 400px;
}

/* line 395, app/assets/stylesheets/scaffolds.scss */
.gehna-error {
  color: #FFBF00;
  font-weight: bold;
}

/* line 400, app/assets/stylesheets/scaffolds.scss */
.gehna-back-arrow {
  content: url(/assets/admin_panel/back-086cfef2645a0919c2676ea05359a26b94faac8215f8fe6a5bf61b040740a280.svg);
}

/* line 404, app/assets/stylesheets/scaffolds.scss */
.gehna-forward-arrow {
  content: url(/assets/admin_panel/Forward-481ebd138bde930b26560e17835f7e4850e8bb13ab5caee575e2997813bcc911.svg);
}

/* line 408, app/assets/stylesheets/scaffolds.scss */
.geh-grey,
.geh-grey:visited {
  color: #706B6B;
}

/* line 413, app/assets/stylesheets/scaffolds.scss */
.confirm-button {
  height: auto !important;
}

/* line 417, app/assets/stylesheets/scaffolds.scss */
.h12 {
  height: 12px;
}

/* line 421, app/assets/stylesheets/scaffolds.scss */
.bg-white {
  background-color: #FFFFFF !important;
}

/* line 425, app/assets/stylesheets/scaffolds.scss */
.no-border-radius {
  border-radius: 0px !important;
}

/* line 429, app/assets/stylesheets/scaffolds.scss */
.no-text-transform {
  text-transform: none !important;
}

/* line 433, app/assets/stylesheets/scaffolds.scss */
.w-80 {
  min-width: 80px;
  max-width: 80px;
}

/* line 438, app/assets/stylesheets/scaffolds.scss */
.w-150 {
  min-width: 150px;
  max-width: 150px;
}

/* line 443, app/assets/stylesheets/scaffolds.scss */
.w-180 {
  min-width: 180px;
  max-width: 180px;
}

/* line 448, app/assets/stylesheets/scaffolds.scss */
.align-top {
  vertical-align: top;
}

/* line 452, app/assets/stylesheets/scaffolds.scss */
.table-style {
  color: #3E3E3E !important;
}

/* line 456, app/assets/stylesheets/scaffolds.scss */
.table-style .pr0 {
  padding-right: 0px !important;
}

/* line 460, app/assets/stylesheets/scaffolds.scss */
.table-style .pl30 {
  padding-left: 30px !important;
}

/* line 465, app/assets/stylesheets/scaffolds.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 50px;
}

/* line 469, app/assets/stylesheets/scaffolds.scss */
.chosen-container-single .chosen-single abbr {
  right: 45px;
}

/* line 473, app/assets/stylesheets/scaffolds.scss */
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin-left: 10px;
}

/* line 477, app/assets/stylesheets/scaffolds.scss */
.chosen-container.chosen-container-multi.chosen-disabled .chosen-choices {
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: all !important;
}

/* line 483, app/assets/stylesheets/scaffolds.scss */
.chosen-container.chosen-container-multi.chosen-disabled .chosen-choices li.search-choice {
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: all !important;
}

/* line 489, app/assets/stylesheets/scaffolds.scss */
.chosen-container.chosen-container-multi.chosen-disabled .chosen-choices li.search-field input[type="text"] {
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: all !important;
}

/* line 495, app/assets/stylesheets/scaffolds.scss */
.chosen-container.chosen-container-single.chosen-disabled .chosen-single {
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: all !important;
}

/* line 501, app/assets/stylesheets/scaffolds.scss */
.op-8 {
  opacity: 0.8;
}

/* line 505, app/assets/stylesheets/scaffolds.scss */
.blue-confirm-button {
  background-color: #3696c2;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  font-size: 15px;
  padding: 12px 30px;
}

/* line 515, app/assets/stylesheets/scaffolds.scss */
.no-border {
  border: 0 !important;
}

/* line 519, app/assets/stylesheets/scaffolds.scss */
.opacity-5 {
  opacity: 0.5 !important;
}

/* line 523, app/assets/stylesheets/scaffolds.scss */
.border-bottom-form {
  border-bottom: 1px solid #ddd;
}

/* line 527, app/assets/stylesheets/scaffolds.scss */
.w-min {
  width: min-content !important;
}

/* line 531, app/assets/stylesheets/scaffolds.scss */
.lighter {
  font-weight: lighter;
}

/* line 535, app/assets/stylesheets/scaffolds.scss */
.width-50 {
  width: 50% !important;
}

/* line 539, app/assets/stylesheets/scaffolds.scss */
.width-45 {
  width: 45% !important;
}

/* line 543, app/assets/stylesheets/scaffolds.scss */
.width-100 {
  width: 100% !important;
}

/* line 547, app/assets/stylesheets/scaffolds.scss */
.upld-btn-group {
  flex: 1;
}

/* line 551, app/assets/stylesheets/scaffolds.scss */
.banner-grid {
  display: grid;
  grid-template-columns: 300px 100px 300px 100px 200px;
}

/* line 556, app/assets/stylesheets/scaffolds.scss */
.banner-grid-item {
  border: 1px solid grey;
  padding: 10px !important;
}

/* line 561, app/assets/stylesheets/scaffolds.scss */
.preview-image-container {
  border: 1px solid grey;
  width: 100%;
}

/* line 566, app/assets/stylesheets/scaffolds.scss */
.preview-image {
  max-width: 100px !important;
  max-height: 100px;
}

/* line 571, app/assets/stylesheets/scaffolds.scss */
.banner-type {
  font-weight: 800 !important;
}

/* line 576, app/assets/stylesheets/scaffolds.scss */
.draft-order-jewellery-type .create-chosen-select {
  width: 100%;
}

/* line 582, app/assets/stylesheets/scaffolds.scss */
.draft-order-jewellery-type .select2-container .selection .select2-selection--single {
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid grey;
}

/* line 592, app/assets/stylesheets/scaffolds.scss */
.draft_order_remark .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 0.5px solid grey;
}

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

/* THIS REMOVES ARROWS FROM INPUT TYPE NUMBER */
/* Chrome, Safari, Edge, Opera */
/* line 607, app/assets/stylesheets/scaffolds.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 614, app/assets/stylesheets/scaffolds.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* END */
/* line 620, app/assets/stylesheets/scaffolds.scss */
.cursor-pointer {
  cursor: pointer !important;
}
/* line 5, app/assets/stylesheets/stocks.scss */
#stocks_search {
  width: 100%;
  padding: 1%;
  margin-top: 1%;
  border: 1px solid #c5c5c5;
}
/* line 5, app/assets/stylesheets/vendors.scss */
#vendors-filter-parent input#collapse_filters[type="text"] {
  -webkit-appearance: none !important;
  cursor: pointer;
  text-align: right;
  padding: 0.9% 1% 1.1% 1%;
  margin-top: 1%;
  width: 12%;
  border: 1px solid #c5c5c5;
  border-left: 0px;
  margin: 0 0 0 -7px;
  background: white;
}

/* line 19, app/assets/stylesheets/vendors.scss */
#vendors-filter-parent input#collapse_filters[type="text"]:focus {
  outline: none;
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 26, app/assets/stylesheets/vendors.scss */
.vcenter1 {
  margin-left: 86% !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 vendor/assets/stylesheets of plugins, if any, 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.
 *













 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* line 32, app/assets/stylesheets/application.css.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th {
  font-family: 'Open Sans' !important;
}

/* line 45, app/assets/stylesheets/application.css.scss */
#order_fulfilment_center_id_chosen,
#order_point_of_sale_id_chosen {
  width: 100% !important;
}

/* line 50, app/assets/stylesheets/application.css.scss */
.red_icon {
  cursor: pointer;
  color: red;
}

/* line 55, app/assets/stylesheets/application.css.scss */
.nav-tabs.nav-justified {
  width: 106%;
  margin-left: -3%;
}

/* line 60, app/assets/stylesheets/application.css.scss */
.underline {
  text-decoration: underline;
}

/* line 64, app/assets/stylesheets/application.css.scss */
#product-nav {
  margin-top: -2%;
}

/* line 67, app/assets/stylesheets/application.css.scss */
#product-nav li {
  cursor: pointer;
}

/* line 72, app/assets/stylesheets/application.css.scss */
.fix-nav {
  position: fixed !important;
  z-index: 10;
  margin-top: -7% !important;
  right: -42px;
  top: 90px;
}

@media screen and (min-width: 1528px) and (max-width: 2000px) {
  /* line 81, app/assets/stylesheets/application.css.scss */
  #product-nav {
    position: absolute;
    margin-top: -1%;
  }
  /* line 86, app/assets/stylesheets/application.css.scss */
  .fix-nav {
    margin-top: -4.4% !important;
  }
}

/* line 92, app/assets/stylesheets/application.css.scss */
.dropdown {
  top: 13px;
  margin-left: 2%;
}

/* line 97, app/assets/stylesheets/application.css.scss */
.rightdropdown {
  position: relative;
  left: -120px;
}

/* line 102, app/assets/stylesheets/application.css.scss */
.fv > a {
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/application.css.scss */
.padding-all-around {
  padding-left: 20px;
}

/*
.alert-danger{
  background-color: #f8b752 !important;
}
*/
/* line 115, app/assets/stylesheets/application.css.scss */
.add-text {
  position: relative;
  top: 6px;
}

/* line 120, app/assets/stylesheets/application.css.scss */
.middle {
  position: relative;
  top: 140px;
  width: 95%;
  left: 15%;
}

@media screen and (max-width: 800px) {
  /* line 128, app/assets/stylesheets/application.css.scss */
  .middle {
    width: 40%;
    top: 20px;
    left: -10px;
  }
  /* line 134, app/assets/stylesheets/application.css.scss */
  .logo-image {
    position: relative;
    left: -45px;
  }
  /* line 139, app/assets/stylesheets/application.css.scss */
  .dropdown-menu-sm {
    height: 70px !important;
  }
}

/* line 144, app/assets/stylesheets/application.css.scss */
.btn-yellow {
  background-color: #f8b752;
}

/* line 148, app/assets/stylesheets/application.css.scss */
.top-padding {
  padding-top: 20px;
}

/* line 152, app/assets/stylesheets/application.css.scss */
.fs40 {
  font-size: 40px;
}

/* line 156, app/assets/stylesheets/application.css.scss */
.h40 {
  height: 50px;
}

/* line 160, app/assets/stylesheets/application.css.scss */
.mt10per {
  margin-top: 6%;
}

/* line 164, app/assets/stylesheets/application.css.scss */
.a_visit {
  text-decoration: none !important;
}

/* line 168, app/assets/stylesheets/application.css.scss */
.left5 {
  position: relative;
  right: 0px;
  top: 20px;
}

/* line 174, app/assets/stylesheets/application.css.scss */
.material-icons > .text {
  position: relative;
  right: 12px;
  bottom: 8px;
}

/* line 180, app/assets/stylesheets/application.css.scss */
.remove {
  position: relative;
  top: 65px;
  left: 80%;
}

/* line 186, app/assets/stylesheets/application.css.scss */
.navbar .nav,
.navbar .nav > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  *zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top;
}

/* line 197, app/assets/stylesheets/application.css.scss */
.navbar-inner {
  text-align: center;
  background-color: #F7F7F7 !important;
}

/* line 202, app/assets/stylesheets/application.css.scss */
.red {
  color: #ce352f;
}

/* line 206, app/assets/stylesheets/application.css.scss */
.text-center {
  text-align: center !important;
}

/* line 210, app/assets/stylesheets/application.css.scss */
.left-border {
  border-left: 2px solid #ce352f;
  padding-left: 10px;
}

/* line 215, app/assets/stylesheets/application.css.scss */
.left-border-gray {
  border-left: 2px solid #BFBFBF;
  padding-left: 10px;
}

/* line 220, app/assets/stylesheets/application.css.scss */
.right-border {
  border-right: 2px solid #ce352f;
  padding-left: 10px;
}

/* line 225, app/assets/stylesheets/application.css.scss */
.create-button {
  text-decoration: none;
  text-align: center;
  padding: 11px 20px;
  border: solid 2px #316ffc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff !important;
  background: #316ffc;
}

/* line 241, app/assets/stylesheets/application.css.scss */
.create-button:hover {
  background-color: #0346dd;
  color: #fff;
  text-transform: none;
}

/* line 247, app/assets/stylesheets/application.css.scss */
.create-button:active {
  background-color: #0346dd;
  text-transform: none;
  color: #fff;
}

/* line 253, app/assets/stylesheets/application.css.scss */
.create-button-blue {
  text-decoration: none;
  text-align: center;
  padding: 11px 20px;
  border: solid 2px #316ffc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff !important;
  background: #316ffc;
}

/* line 269, app/assets/stylesheets/application.css.scss */
.create-button-blue:hover {
  background-color: #0346dd;
  color: #fff;
  text-transform: none;
}

/* line 275, app/assets/stylesheets/application.css.scss */
.create-button-blue:active {
  background-color: #0346dd;
  color: #fff;
  text-transform: none;
}

/* line 281, app/assets/stylesheets/application.css.scss */
.create-button-green {
  text-decoration: none;
  text-align: center;
  padding: 11px 20px;
  border: solid 2px #5CB85C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff !important;
  background: #5CB85C;
}

/* line 295, app/assets/stylesheets/application.css.scss */
.create-button-green:hover {
  background-color: #449D44;
  color: #fff;
  text-transform: none;
}

/* line 301, app/assets/stylesheets/application.css.scss */
.create-button-green:active {
  background-color: #398439;
  color: #fff;
  text-transform: none;
}

/* line 308, app/assets/stylesheets/application.css.scss */
.form-inputs {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 3px;
}

/* line 317, app/assets/stylesheets/application.css.scss */
.form-groups {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 3px;
}

/* line 326, app/assets/stylesheets/application.css.scss */
.form-actions {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 3px;
}

/* line 335, app/assets/stylesheets/application.css.scss */
.bottom-padding {
  padding-bottom: 20px;
}

/* line 339, app/assets/stylesheets/application.css.scss */
.thumbnail > a {
  display: block;
  /* 4:3 aspect ratio */
  padding-top: 75%;
  /* center align pt. 1 */
  position: relative;
}

/* line 347, app/assets/stylesheets/application.css.scss */
.thumbnail > a > img {
  /* fit within container */
  /* center align pt. 2 */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* line 360, app/assets/stylesheets/application.css.scss */
.wrapper {
  width: 250px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 367, app/assets/stylesheets/application.css.scss */
.wrapper:hover {
  overflow: auto;
  overflow-y: hidden;
}

/* line 374, app/assets/stylesheets/application.css.scss */
.shaded-box {
  background-color: white;
}

/* line 378, app/assets/stylesheets/application.css.scss */
.product-box {
  width: 40%;
  padding: 10px 10px 10px 10px;
  background-color: rgba(202, 199, 194, 0.6);
  margin-left: 10px;
}

/* line 386, app/assets/stylesheets/application.css.scss */
.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

/* line 395, app/assets/stylesheets/application.css.scss */
.alert.alert-success {
  background-color: #f9bc3e;
  font-weight: bold;
}

/* line 400, app/assets/stylesheets/application.css.scss */
.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

/* line 426, app/assets/stylesheets/application.css.scss */
.ribbon-green:before,
.ribbon-green:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

/* line 436, app/assets/stylesheets/application.css.scss */
.ribbon-green:before {
  left: 0;
}

/* line 440, app/assets/stylesheets/application.css.scss */
.ribbon-green:after {
  right: 0;
}

/* line 444, app/assets/stylesheets/application.css.scss */
.comments-section {
  margin-left: 10px;
}

/* line 448, app/assets/stylesheets/application.css.scss */
.shaded-box-heading {
  background-color: #457dfc;
  color: #fff;
  text-align: center;
  margin: 0 12px;
  width: auto;
  padding: 10px 10px 10px 10px;
}

/* line 457, app/assets/stylesheets/application.css.scss */
.shaded-box-heading-no-margin {
  background-color: #457dfc;
  color: #fff;
  text-align: center;
  margin: -20px -20px 0 -20px;
  width: auto;
  padding: 10px 10px 10px 10px;
}

/* line 468, app/assets/stylesheets/application.css.scss */
.item_sales_section {
  background-color: rgba(202, 199, 194, 0.6);
  margin: 0 12px;
  width: auto;
  padding: 10px 10px 10px 10px;
}

/* line 475, app/assets/stylesheets/application.css.scss */
.button-center-wrapper {
  text-align: right;
}

/* line 479, app/assets/stylesheets/application.css.scss */
.center-button {
  margin: 0 10px;
}

/* line 483, app/assets/stylesheets/application.css.scss */
.image-section {
  background-color: rgba(204, 239, 234, 0.4);
  margin: 10px -15px;
}

/* line 489, app/assets/stylesheets/application.css.scss */
.image-grid {
  overflow: auto;
  border: 1px solid gray;
  list-style: none;
}

/* line 495, app/assets/stylesheets/application.css.scss */
.image-grid-list {
  float: left;
  padding: 5px;
  margin: 5 2.5px;
}

/* line 501, app/assets/stylesheets/application.css.scss */
.no_bottom_line {
  border-bottom: none !important;
}

/* line 505, app/assets/stylesheets/application.css.scss */
.no-border-bottom tr {
  border-bottom: none !important;
}

/* line 509, app/assets/stylesheets/application.css.scss */
.no-border-top tr {
  border-top: none !important;
}

/* line 513, app/assets/stylesheets/application.css.scss */
.no_top_line {
  border-top: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 519, app/assets/stylesheets/application.css.scss */
.blue {
  color: #316ffc;
}

/* line 523, app/assets/stylesheets/application.css.scss */
.blue-font {
  color: #316ffc;
}

/* line 527, app/assets/stylesheets/application.css.scss */
.create-button-table {
  text-decoration: none;
  text-align: center;
  padding: 5px 15px;
  border: solid 2px #316ffc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff !important;
  background: #316ffc;
  font-size: 14px;
  line-height: 16px;
}

/* line 546, app/assets/stylesheets/application.css.scss */
.tags-orange {
  background: #E86C19;
  color: #fff;
}

/* line 551, app/assets/stylesheets/application.css.scss */
.tags-green {
  background: #2EB82E;
  color: #fff;
}

/* line 556, app/assets/stylesheets/application.css.scss */
.tags-blue {
  background: #196CE8;
  color: #fff;
}

/* line 561, app/assets/stylesheets/application.css.scss */
.tags-red {
  background: #316ffc;
  color: #fff;
}

/* line 566, app/assets/stylesheets/application.css.scss */
.nothing {
  display: none;
}

/* line 570, app/assets/stylesheets/application.css.scss */
.label {
  font-size: 13px;
}

/* line 574, app/assets/stylesheets/application.css.scss */
.white {
  border-color: #fff;
}

@media only screen and (min-width: 1180px) {
  /* line 580, app/assets/stylesheets/application.css.scss */
  .middle-page {
    position: absolute;
    top: 30%;
    left: 29%;
    height: 100%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 591, app/assets/stylesheets/application.css.scss */
  .dont-display {
    display: none;
  }
}

/* line 596, app/assets/stylesheets/application.css.scss */
.inner {
  position: relative;
  height: auto;
}

/* line 601, app/assets/stylesheets/application.css.scss */
.middle-page {
  height: 100%;
}

/* line 607, app/assets/stylesheets/application.css.scss */
.background {
  background: url(/bg.jpg);
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

/* line 618, app/assets/stylesheets/application.css.scss */
.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

/* line 634, app/assets/stylesheets/application.css.scss */
.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

/* line 642, app/assets/stylesheets/application.css.scss */
.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

/* line 653, app/assets/stylesheets/application.css.scss */
.thumbnail > a {
  display: block;
  /* 4:3 aspect ratio */
  padding-top: 75%;
  /* center align pt. 1 */
  position: relative;
}

/* line 661, app/assets/stylesheets/application.css.scss */
.thumbnail > a > img {
  /* fit within container */
  max-width: 100%;
  max-height: 100%;
  /* center align pt. 2 */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* line 676, app/assets/stylesheets/application.css.scss */
.wrapper {
  width: 90%;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 683, app/assets/stylesheets/application.css.scss */
.wrapper:hover {
  overflow: auto;
  overflow-y: hidden;
}

/* line 691, app/assets/stylesheets/application.css.scss */
.block {
  display: block;
}

/* line 697, app/assets/stylesheets/application.css.scss */
.dashboard-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 705, app/assets/stylesheets/application.css.scss */
.var_nav {
  position: relative;
  background: #ccc;
  width: 300px;
  height: 70px;
  margin-bottom: 5px;
}

/* line 713, app/assets/stylesheets/application.css.scss */
.link_bg {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #316ffc;
  color: #fff;
  z-index: 2;
}

/* line 722, app/assets/stylesheets/application.css.scss */
.link_bg i {
  position: relative;
}

/* line 726, app/assets/stylesheets/application.css.scss */
.link_title {
  position: absolute;
  width: 100%;
  z-index: 3;
  color: #fff;
}

/* line 733, app/assets/stylesheets/application.css.scss */
.link_title:hover .icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 741, app/assets/stylesheets/application.css.scss */
.var_nav:hover .link_bg {
  width: 100%;
  background: #316ffc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 751, app/assets/stylesheets/application.css.scss */
.var_nav:hover a {
  font-weight: bold;
  color: white;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 761, app/assets/stylesheets/application.css.scss */
.icon {
  position: relative;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  float: left;
  transition: all .5s ease-in-out;
  float: left;
}

/* line 776, app/assets/stylesheets/application.css.scss */
.icon i {
  top: 22px;
  position: relative;
  font-size: 20px;
}

/* line 782, app/assets/stylesheets/application.css.scss */
.dashboard-link {
  display: block;
  position: absolute;
  float: left;
  font-family: arial;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

/* line 796, app/assets/stylesheets/application.css.scss */
.dashboard-link:hover {
  text-decoration: none !important;
}

/* line 801, app/assets/stylesheets/application.css.scss */
.dashboard-span {
  margin-top: 25px;
  display: block;
}

/* line 808, app/assets/stylesheets/application.css.scss */
.btn-big-red {
  background-color: #66D066;
  background-image: linear-gradient(167deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 55%), linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  border-radius: 6px;
  box-shadow: 0 0 0 1px #66D066 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #51A651, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  color: #fff !important;
  display: inline-block;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  height: 61px;
  letter-spacing: -1px;
  line-height: 61px;
  margin: 30px 0 30px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
  top: 0;
  width: 186px;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

/* line 834, app/assets/stylesheets/application.css.scss */
.btn-big-red:hover,
.btn-big-red:focus {
  background-color: #51A651;
  box-shadow: 0 0 0 1px #66D066 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 10px 0 0 #51A651, 0 10px 0 1px rgba(0, 0, 0, 0.4), 0 10px 8px 1px rgba(0, 0, 0, 0.6);
  top: -2px;
}

/* line 841, app/assets/stylesheets/application.css.scss */
.btn-big-red:active {
  box-shadow: 0 0 0 1px #66D066 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.4);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* line 849, app/assets/stylesheets/application.css.scss */
.btn1 {
  padding-top: 15px;
}

/* line 856, app/assets/stylesheets/application.css.scss */
.label-black {
  background-color: black;
}

/* line 860, app/assets/stylesheets/application.css.scss */
.full-width {
  display: block;
}

/* line 864, app/assets/stylesheets/application.css.scss */
.table-custom {
  table-layout: fixed;
}

/* line 870, app/assets/stylesheets/application.css.scss */
.flex-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
}

/* line 880, app/assets/stylesheets/application.css.scss */
.flex-item_3 {
  height: 20%;
  width: 31.33%;
  padding: 2%;
  margin: 1%;
  flex-grow: 1 !important;
}

/* line 888, app/assets/stylesheets/application.css.scss */
.flex-item {
  width: 238px;
  margin: 8px;
  flex-grow: 1 !important;
}

/* line 894, app/assets/stylesheets/application.css.scss */
.container-custom-user {
  margin: 0 auto;
  width: 50%;
}

/* line 900, app/assets/stylesheets/application.css.scss */
#head-row {
  padding-top: 3px;
}

/* line 904, app/assets/stylesheets/application.css.scss */
.navbar-dropshadow {
  height: 60px;
  width: 100%;
  -webkit-box-shadow: 0 10px 7px -10px #777 !important;
  -moz-box-shadow: 0 10px 7px -10px #777 !important;
  box-shadow: 0 10px 7px -10px #777 !important;
  background-color: #fff;
  margin-bottom: 5px;
}

/* line 914, app/assets/stylesheets/application.css.scss */
.navbar-collapse.in {
  z-index: 1000 !important;
  background-color: #000 !important;
  opacity: 1 !important;
}

/* line 920, app/assets/stylesheets/application.css.scss */
.collapsing ul li a {
  z-index: 1000 !important;
  background-color: #000 !important;
  opacity: 1 !important;
}

/* line 927, app/assets/stylesheets/application.css.scss */
.logo-image {
  padding-top: 2%;
  height: 48px;
  width: 190px;
}

/* line 933, app/assets/stylesheets/application.css.scss */
.logo-image1 {
  height: 50px;
  width: 250px;
}

/* line 938, app/assets/stylesheets/application.css.scss */
.logobg-shape {
  width: 250px;
  height: 50px;
  margin-left: -12%;
  margin-top: -14%;
}

/* line 948, app/assets/stylesheets/application.css.scss */
.logobg-shape:after {
  content: " ";
  position: relative;
  top: -5px;
  left: 100%;
  width: 0px;
  height: 0;
  border-top: 55px;
  border-right: 40px solid transparent;
}

@media screen and (min-width: 600px) and (max-width: 730px) {
  /* line 961, app/assets/stylesheets/application.css.scss */
  .logobg-shape {
    width: 260px;
    margin-top: -7%;
    margin-left: -6%;
  }
  /* line 967, app/assets/stylesheets/application.css.scss */
  .logobg-shape:after {
    content: " ";
    position: relative;
    top: -3px;
    left: 100%;
    width: 0px;
    height: 0;
    border-top: 55px;
    border-right: 40px solid transparent;
  }
  /* line 978, app/assets/stylesheets/application.css.scss */
  .logo-image {
    height: 55px;
    width: 260px;
  }
}

/* line 985, app/assets/stylesheets/application.css.scss */
.navbar-icons-custom {
  font-size: 22spx;
  color: black;
}

/* line 990, app/assets/stylesheets/application.css.scss */
.navbar-icons-custom:hover {
  color: #b32516;
}

/* line 995, app/assets/stylesheets/application.css.scss */
.red,
.gold {
  color: black !important;
  font-size: 20px;
}

/* line 1001, app/assets/stylesheets/application.css.scss */
.gold:hover {
  color: #f9bc3e !important;
}

/* line 1005, app/assets/stylesheets/application.css.scss */
.red:hover {
  color: #b32516 !important;
}

/* line 1009, app/assets/stylesheets/application.css.scss */
.red a {
  color: black;
}

/* line 1013, app/assets/stylesheets/application.css.scss */
.border-around-all {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 80px;
}

/* line 1019, app/assets/stylesheets/application.css.scss */
.btn-hover:hover {
  background-color: #007f00 !important;
}

/* line 1023, app/assets/stylesheets/application.css.scss */
.btn-hoveryellow:hover {
  background-color: #fe9900 !important;
}

/* line 1027, app/assets/stylesheets/application.css.scss */
.btn-rounded, .btn_order_deliver1, .btn-rounded-order-side1, .btn-rounded-order-side, .btn-rounded-prod, .btn-rounded-inventory, .btn-rounded-client {
  width: 120px;
  height: 36px;
  margin: 0px 0px 0px 4px;
  border-radius: 100px;
  border: solid 1px #ffbf00;
  font-size: 12px;
  padding: 8px 16px !important;
  background-color: white !important;
  border: solid 1px #FFBF00;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 1042, app/assets/stylesheets/application.css.scss */
.btn-rounded-client {
  width: 39% !important;
}

/* line 1047, app/assets/stylesheets/application.css.scss */
.btn-rounded-inventory {
  width: 70px !important;
  padding: 7px !important;
  height: 34px !important;
}

/* line 1054, app/assets/stylesheets/application.css.scss */
.invent_anchors {
  margin-left: 90px;
}

/* line 1057, app/assets/stylesheets/application.css.scss */
.invent_anchors h4 {
  margin-top: 21px;
}

/* line 1062, app/assets/stylesheets/application.css.scss */
.invent_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* line 1067, app/assets/stylesheets/application.css.scss */
.invent_flex .invent_content {
  position: fixed;
}

/* line 1071, app/assets/stylesheets/application.css.scss */
.invent_flex .invent_content1 {
  width: 50%;
  margin-left: 50%;
}

/* line 1076, app/assets/stylesheets/application.css.scss */
.invent_flex .btn-rounded-client {
  margin: 0 auto;
}

/* line 1081, app/assets/stylesheets/application.css.scss */
.invent_body {
  margin-top: 16px;
}

/* line 1085, app/assets/stylesheets/application.css.scss */
.Invent_prodimg_p {
  padding-left: 14px;
}

/* line 1089, app/assets/stylesheets/application.css.scss */
.invent_pl10 {
  padding-left: 15px;
}

/* line 1093, app/assets/stylesheets/application.css.scss */
.btn-gold-noraise {
  color: #FFBF00 !important;
}

/* line 1097, app/assets/stylesheets/application.css.scss */
.btn-gold-noraise:hover {
  color: #fe9900 !important;
}

/* line 1101, app/assets/stylesheets/application.css.scss */
.btn-rounded-prod {
  width: 100% !important;
  padding: 4px !important;
  height: 31px !important;
}

/* line 1108, app/assets/stylesheets/application.css.scss */
.btn.btn-fab.btn-warning {
  background-color: #f9bc3e;
  color: rgba(255, 255, 255, 0.84);
}

/* line 1114, app/assets/stylesheets/application.css.scss */
.alert.alert-success {
  background-color: #f9bc3e !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

/* line 1119, app/assets/stylesheets/application.css.scss */
.thumbnail {
  -webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  padding: 0px;
}

/* line 1127, app/assets/stylesheets/application.css.scss */
.thumbnail:hover {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}

/* line 1131, app/assets/stylesheets/application.css.scss */
.override_right_margin {
  margin-right: 0;
}

/* line 1135, app/assets/stylesheets/application.css.scss */
.footp h2 {
  border-bottom: 1px solid #959595;
}

/* line 1139, app/assets/stylesheets/application.css.scss */
.footp a {
  text-decoration: none;
}

/* line 1143, app/assets/stylesheets/application.css.scss */
.footp ul li {
  list-style: none;
  padding-bottom: 7px;
}

/* line 1148, app/assets/stylesheets/application.css.scss */
.footp ul {
  padding-left: 0;
}

/* line 1153, app/assets/stylesheets/application.css.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 1157, app/assets/stylesheets/application.css.scss */
.buttonRight {
  left: 10px;
  text-decoration: underline;
}

/* line 1162, app/assets/stylesheets/application.css.scss */
.copyright {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1167, app/assets/stylesheets/application.css.scss */
.pic-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1173, app/assets/stylesheets/application.css.scss */
.pic-show {
  width: 110px;
}

/* line 1177, app/assets/stylesheets/application.css.scss */
.zero-margin-padding {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 1182, app/assets/stylesheets/application.css.scss */
.flex-nav {
  display: flex;
  justify-content: space-between;
}

/* line 1192, app/assets/stylesheets/application.css.scss */
.chosen-container .search-field input {
  width: 100% !important;
}

/* line 1197, app/assets/stylesheets/application.css.scss */
.filters .chosen-choices {
  border-bottom: 0px !important;
}

/* line 1200, app/assets/stylesheets/application.css.scss */
.filters .chosen-choices input {
  padding: 0px 0px 0px 10px !important;
  min-height: 36px !important;
}

/* line 1206, app/assets/stylesheets/application.css.scss */
.filters .chosen-single {
  min-height: 36px;
  border-bottom: 0px !important;
  padding: 6px 12px !important;
  background: white;
  font-family: "open sans";
  font-size: 13px !important;
}

/* line 1216, app/assets/stylesheets/application.css.scss */
li.search-choice {
  border: 1px solid #f9bc40 !important;
  border-radius: 100px !important;
  padding: 4px 24px 2px 10px !important;
}

/* line 1222, app/assets/stylesheets/application.css.scss */
a.search-choice-close {
  top: 8px !important;
  right: 8px !important;
}

/* line 1227, app/assets/stylesheets/application.css.scss */
.product_name {
  font-family: 'arial', sans-serif;
}

/* line 1231, app/assets/stylesheets/application.css.scss */
.register-new {
  text-decoration: none !important;
  color: #fdb309 !important;
}

/* line 1236, app/assets/stylesheets/application.css.scss */
.register-new:hover {
  color: #d59500 !important;
}

/* line 1240, app/assets/stylesheets/application.css.scss */
.delete-attachment {
  cursor: pointer;
}

/* line 1244, app/assets/stylesheets/application.css.scss */
.control-label {
  font-weight: 900 !important;
  margin-top: 0px !important;
}

/* line 1249, app/assets/stylesheets/application.css.scss */
.form-group {
  margin: 10px 0 0 0;
}

/* line 1253, app/assets/stylesheets/application.css.scss */
.footer-container {
  background: #fff;
  bottom: 1%;
  width: calc(100% - 30px);
  padding: 1%;
}

/* line 1260, app/assets/stylesheets/application.css.scss */
.fs12 {
  font-size: 12px !important;
}

/* line 1264, app/assets/stylesheets/application.css.scss */
.prod-new-submit {
  margin-top: 2%;
}

/* line 1268, app/assets/stylesheets/application.css.scss */
.prod-new-submit1 {
  background-color: #fff;
  margin-top: 17px;
}

/* line 1273, app/assets/stylesheets/application.css.scss */
.property-new-btn {
  width: 45% !important;
  margin-left: 28% !important;
}

/* line 1278, app/assets/stylesheets/application.css.scss */
.prod_show {
  object-fit: contain;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(213, 213, 213, 0.5);
}

/* line 1285, app/assets/stylesheets/application.css.scss */
.nav-logo {
  width: 49%;
  padding-bottom: 9%;
  margin-top: 8px;
}

/* line 1291, app/assets/stylesheets/application.css.scss */
.bx-wrapper .bx-controls-direction a {
  z-index: 99;
}

/* line 1295, app/assets/stylesheets/application.css.scss */
.edit-pic {
  padding: 0px 20px;
  margin-top: 25px;
}

/* line 1300, app/assets/stylesheets/application.css.scss */
.abs-edit {
  margin-left: -10px;
  position: absolute;
  margin-top: -114px;
}

/* line 1306, app/assets/stylesheets/application.css.scss */
.delete_picture {
  margin-top: -33px;
  display: inline;
  margin-left: -11px;
}

/* line 1312, app/assets/stylesheets/application.css.scss */
.avatar-heading {
  margin-left: 14px;
  margin-bottom: 0px;
}

/* line 1317, app/assets/stylesheets/application.css.scss */
.file_tag_margins {
  margin-top: 25px;
  margin-left: 15px;
}

/* line 1322, app/assets/stylesheets/application.css.scss */
.devise_logo {
  width: 125px;
  margin-bottom: 35px;
  margin-top: -35px;
}

/* line 1328, app/assets/stylesheets/application.css.scss */
.btn-flat1 {
  width: 246px;
}

/* line 1334, app/assets/stylesheets/application.css.scss */
.user_form {
  margin-left: 27%;
}

/* line 1338, app/assets/stylesheets/application.css.scss */
.user_submit {
  width: 90px;
  background-color: white;
  margin-left: 7px;
  height: 34px;
}

/* line 1345, app/assets/stylesheets/application.css.scss */
.user_link {
  background-color: white;
  height: 36px;
}

/* line 1350, app/assets/stylesheets/application.css.scss */
.user_p {
  margin: 7px 10px;
  font-weight: bold;
  font-size: 13px;
}

/* line 1357, app/assets/stylesheets/application.css.scss */
.user_select_div {
  background-color: white;
  height: 35px;
  margin-left: 6px;
  width: 123px;
}

/* line 1364, app/assets/stylesheets/application.css.scss */
#user_role {
  margin: 7px 3px;
}

/* line 1368, app/assets/stylesheets/application.css.scss */
.user-new-submit {
  width: 61px !important;
  padding: 2px !important;
  height: 25px !important;
  margin-top: 2%;
}

/* line 1375, app/assets/stylesheets/application.css.scss */
.user_log {
  background-color: white;
  margin-left: 6px;
  height: 33px;
  width: 14%;
}

/* line 1382, app/assets/stylesheets/application.css.scss */
.user_p1 {
  margin: 5px 18px;
  font-weight: bold;
  font-size: 13px;
}

/* line 1389, app/assets/stylesheets/application.css.scss */
.user_body {
  margin-top: 6px;
}

/* line 1393, app/assets/stylesheets/application.css.scss */
.btn-rounded-order-side {
  margin: 15px 4px;
  width: 15%;
  padding: 4px;
  height: 35px;
  margin-left: 0px;
}

/* line 1402, app/assets/stylesheets/application.css.scss */
.btn-rounded-order-side1 {
  width: 100% !important;
  padding: 4px !important;
  height: 37px !important;
  border-radius: 0px !important;
  background-color: white;
  margin-top: 0px !important;
}

/* line 1413, app/assets/stylesheets/application.css.scss */
.btn_order_div {
  padding-top: 42px;
}

/* line 1426, app/assets/stylesheets/application.css.scss */
.btn_order_deliver1 {
  width: 75% !important;
  padding: 4px !important;
  height: 30px !important;
  border-radius: 0px !important;
  background-color: white;
  margin-top: 0px !important;
}

/* line 1436, app/assets/stylesheets/application.css.scss */
.custom-nav-dropdown {
  left: auto !important;
  right: 10px !important;
}

/* line 1440, app/assets/stylesheets/application.css.scss */
.custom-nav-dropdown li:hover {
  background-color: #f9b948;
}

/* line 1441, app/assets/stylesheets/application.css.scss */
.custom-nav-dropdown li:hover a {
  color: white !important;
}

/* line 1449, app/assets/stylesheets/application.css.scss */
.add-client-btn {
  margin-top: 30px;
  border-radius: 100px;
  border: solid 1px #FFBF00;
  color: #777 !important;
}

/* line 1456, app/assets/stylesheets/application.css.scss */
.activate_dnd_form {
  text-align: center;
}

/* line 1460, app/assets/stylesheets/application.css.scss */
.edit-order.well {
  display: grid;
}

/* line 1464, app/assets/stylesheets/application.css.scss */
.edit-order.well ul.chosen-choices {
  padding-right: 30px !important;
}

/* line 1468, app/assets/stylesheets/application.css.scss */
.edit-order.well ul.chosen-choices:after {
  content: url(/assets/admin_panel/chevron-down-986d54dc703e0e18c37c62fc22bbcb79dd92473c513c001cfb4e31e67562b591.svg);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* line 1478, app/assets/stylesheets/application.css.scss */
.edit-order.well .form-control {
  display: block;
  width: 100% !important;
  height: 32px;
  padding: 6px 12px;
  margin-top: 0px !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0px 0px;
  overflow-y: hidden;
}

/* line 1496, app/assets/stylesheets/application.css.scss */
.edit-order.well .form-control:focus {
  box-shadow: 0px 0px;
}

/* line 1500, app/assets/stylesheets/application.css.scss */
.edit-order.well .select2-selection__arrow {
  content: url(/assets/admin_panel/chevron-down-986d54dc703e0e18c37c62fc22bbcb79dd92473c513c001cfb4e31e67562b591.svg);
  width: auto !important;
  height: auto !important;
}

/* line 1507, app/assets/stylesheets/application.css.scss */
.spin-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* line 1516, app/assets/stylesheets/application.css.scss */
.top-bar ul li a {
  padding: 10px;
  color: rgba(62, 63, 67, 0.8);
}

/* line 1523, app/assets/stylesheets/application.css.scss */
.d-flex {
  display: flex;
}

/* line 1527, app/assets/stylesheets/application.css.scss */
.notification-icon {
  font-size: 22px;
  border: 1px solid black;
  border-radius: 25px;
  padding: 5px;
  margin-right: 10px;
}

/* line 1535, app/assets/stylesheets/application.css.scss */
.modal-backdrop {
  opacity: 0.3;
}

/* line 1539, app/assets/stylesheets/application.css.scss */
.active.show {
  opacity: 1;
}

/* line 1543, app/assets/stylesheets/application.css.scss */
.button_to button {
  background: none;
  color: inherit;
  border: none;
  margin-left: 10px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
