/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *































*/
@charset "UTF-8";
/*
Trix 1.3.5
Copyright © 2024 37signals, LLC
http://trix-editor.org/*/
/* line 6, node_modules/trix/dist/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, node_modules/trix/dist/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 20, node_modules/trix/dist/trix.css */
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;
}

/* line 27, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  /* line 30, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 32, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 35, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, node_modules/trix/dist/trix.css */
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;
}

/* line 51, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 61, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 64, node_modules/trix/dist/trix.css */
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) {
  /* line 71, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 74, node_modules/trix/dist/trix.css */
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) {
  /* line 87, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 90, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 92, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 94, node_modules/trix/dist/trix.css */
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%;
}

/* line 98, node_modules/trix/dist/trix.css */
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);
}

/* line 100, node_modules/trix/dist/trix.css */
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);
}

/* line 102, node_modules/trix/dist/trix.css */
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);
}

/* line 104, node_modules/trix/dist/trix.css */
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);
}

/* line 106, node_modules/trix/dist/trix.css */
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);
}

/* line 108, node_modules/trix/dist/trix.css */
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);
}

/* line 110, node_modules/trix/dist/trix.css */
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);
}

/* line 112, node_modules/trix/dist/trix.css */
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);
}

/* line 114, node_modules/trix/dist/trix.css */
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);
}

/* line 116, node_modules/trix/dist/trix.css */
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);
}

/* line 118, node_modules/trix/dist/trix.css */
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);
}

/* line 120, node_modules/trix/dist/trix.css */
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);
}

/* line 122, node_modules/trix/dist/trix.css */
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);
}

/* line 124, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 126, node_modules/trix/dist/trix.css */
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;
}

/* line 138, node_modules/trix/dist/trix.css */
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;
}

/* line 150, node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 152, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 156, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 158, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 161, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 163, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 166, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 172, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 175, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 179, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 181, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 184, node_modules/trix/dist/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 187, node_modules/trix/dist/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 189, node_modules/trix/dist/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 191, node_modules/trix/dist/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 193, node_modules/trix/dist/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 195, node_modules/trix/dist/trix.css */
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;
}

/* line 204, node_modules/trix/dist/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 206, node_modules/trix/dist/trix.css */
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;
}

/* line 221, node_modules/trix/dist/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 228, node_modules/trix/dist/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 230, node_modules/trix/dist/trix.css */
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;
}

/* line 242, node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 244, node_modules/trix/dist/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 246, node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 248, node_modules/trix/dist/trix.css */
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);
}

/* line 260, node_modules/trix/dist/trix.css */
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%;
}

/* line 273, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 275, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 277, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 279, node_modules/trix/dist/trix.css */
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;
}

/* line 290, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 297, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 301, node_modules/trix/dist/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 303, node_modules/trix/dist/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 307, node_modules/trix/dist/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 310, node_modules/trix/dist/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 315, node_modules/trix/dist/trix.css */
.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;
}

/* line 321, node_modules/trix/dist/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 323, node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 325, node_modules/trix/dist/trix.css */
.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;
}

/* line 335, node_modules/trix/dist/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 338, node_modules/trix/dist/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 342, node_modules/trix/dist/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 345, node_modules/trix/dist/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 347, node_modules/trix/dist/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 349, node_modules/trix/dist/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 351, node_modules/trix/dist/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 354, node_modules/trix/dist/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 358, node_modules/trix/dist/trix.css */
.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;
}

/* line 365, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 369, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 373, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 16, 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 25, 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 34, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/*** Added by Stof ***/
/* line 2, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #807f83;
  background-color: #EFEFF0;
}

/* line 11, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.modal-open {
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
h1,
h2 {
  font-size: 21px;
  line-height: 36px;
}

/* line 23, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
h3 {
  font-size: 18px;
  line-height: 27px;
}

/* line 28, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

/* line 34, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
h1,
h2,
h3 {
  margin: 0 0 18px 0;
}

/* line 42, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alert h1,
.alert h2,
.alert h3,
.alert h4 {
  margin: 5px 0;
}

/* line 52, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4 {
  color: #c09853 !important;
}

/* line 60, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alert-danger {
  background-color: #F2DEDE !important;
}

/* line 62, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4 {
  color: #b94a48 !important;
}

/* line 72, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#bg {
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
  background: #fff;
  -moz-box-shadow: 0 0 0 1px #fff, 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 1px #fff, 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px #fff, 0px 0px 20px rgba(0, 0, 0, 0.05);
}

/* line 81, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
a {
  -webkit-transition: background-color 100ms ease;
  -moz-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  -ms-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}

/* line 91, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg a,
.os a {
  color: #5b3768;
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg a:hover,
.os a:hover {
  color: #8c27b0;
  text-decoration: underline;
}

/* line 105, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs a {
  color: #ad1a59;
}

/* line 109, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs a:hover {
  color: #a30143;
}

/* line 113, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as a {
  color: #00a7e5;
}

/* line 117, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as a:hover {
  color: #008bbf;
}

/* line 121, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap a {
  color: #004F59;
}

/* line 125, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap a:hover {
  color: #63951d;
}

/* line 129, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es a {
  color: #f8981d;
}

/* line 133, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es a:hover {
  color: #d67801;
}

/* line 137, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ac a {
  color: #E84F1C;
}

/* line 141, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ac a:hover {
  color: #E84F1C;
}

/* line 145, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav {
  position: fixed;
  background: #232B31;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #fff;
  top: 0;
  z-index: 250;
  left: 0;
}

/* line 156, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 163, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav ul li {
  float: left;
  margin: 0;
  line-height: 18px;
}

/* line 169, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav ul li a {
  float: left;
  padding: 7px 15px;
  color: #ececec;
}

/* line 175, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav ul li a:hover,
#top-nav ul li a:focus,
#top-nav ul li a.active {
  color: #fff;
  background-color: #3c464d;
  text-decoration: none;
}

/* line 183, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav .divider-vertical {
  width: 1px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  background-color: #0e1215;
  border-right: 1px solid #3c464d;
}

/* line 192, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav li a.icon {
  float: left;
  color: #fff;
  text-decoration: none;
  background-image: url(/assets/imgphase3/icon-set.png);
  text-indent: -9999px;
}

/* line 200, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav li a.fb {
  background-position: -97px 103px;
}

/* line 204, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav li a.tweet {
  background-position: 3px -97px;
}

/* line 208, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav li a.email {
  background-position: 3px 3px;
}

/* line 212, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav li a.gplus {
  background-position: -397px 3px;
}

/* line 216, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav li a.linkedin {
  background-position: -197px -97px;
}

/* line 220, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav li a.rss {
  background-position: -97px 3px;
}

/* line 224, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav #header-right {
  float: right;
  /*width: 440px; */
  width: auto;
  margin: 0;
}

/* line 231, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav #header-right li {
  float: left;
  text-transform: none;
}

/* line 236, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav #header-right li a {
  padding: 7px 9px;
}

/* line 240, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav form {
  margin: 0 0 0 5px;
  padding: 5px 0 0 0;
  /*display:inline;
  *display: inline;   */
  float: left;
}

/* line 248, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav form input {
  font-size: 11px;
}

/* line 254, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav form input[type="text"],
#top-nav form input[type="password"],
#top-nav form input[type="email"] {
  display: inline-block;
  padding: 0 4px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  height: 21px;
  background: #666;
  border: 1px solid #0e1215;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 271, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav .btn-mini {
  line-height: 18px;
}

/* line 275, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav .button_to .btn-mini {
  margin-top: 2px;
  *margin-top: 1px;
}

/* line 282, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#top-nav label,
#top-nav input {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

/* line 290, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.smallertext {
  font-size: 11px;
  line-height: 14px;
}

/* line 295, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.header {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 300, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.strapline {
  padding: 20px 0 0 0;
  font-size: 16px;
  line-height: 14px;
}

/* line 306, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.strapline strong {
  font-size: 16px;
  font-weight: 400;
}

/* line 311, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.strapline p {
  margin-bottom: 0;
}

/* line 315, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.strapline p.small {
  font-size: 11px;
  line-height: 14px;
}

/* line 319, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.strapline p.small a {
  color: #807f83;
}

/* line 324, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.strapline p.call {
  margin-top: 10px;
}

/* line 327, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.strapline p.call strong {
  font-size: 20px;
}

/* line 334, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .strapline strong,
.os .strapline strong {
  color: #5B3768;
}

/* line 339, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .strapline strong {
  color: #B7355F;
}

/* line 343, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .strapline strong {
  color: #00a7e5;
}

/* line 347, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .strapline strong {
  color: #004F59;
}

/* line 351, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .strapline strong {
  color: #f8981d;
}

/* line 355, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ads {
  margin: 20px 0 20px 0;
}

/* line 359, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ads img {
  width: 100%;
}

/* line 363, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn-stuck-top > .btn:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}

/* line 369, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn-stuck-top > .btn:last-child,
.btn-stuck-top > .dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}

/* line 376, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn.btn-wrap {
  max-width: 80%;
  word-wrap: break-word;
}

/* line 381, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.gotoref {
  margin: 45px 0 10px 0;
}

/* line 385, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.gotoref #opportunity_id {
  width: 140px;
}

/****   maintabs   */
/* line 390, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.maintabs {
  margin: 10px 0 10px 0;
}

/* line 394, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.maintabs li {
  margin-bottom: -2px;
}

/* line 398, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.maintabs li a {
  color: #b0b0b2;
  background-image: url(/assets/imgphase3/pins.png);
  background-repeat: no-repeat;
  padding-left: 24px;
  line-height: 18px;
  *line-height: 16px !important;
}

/* line 407, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.maintabs li a strong,
.maintabs li.active a:hover strong,
.maintabs li.active a:hover .dot {
  color: #242021;
}

/* line 413, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.maintabs li a:hover {
  background-position: 7px -96px;
  border-bottom: none;
}

/* line 418, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.maintabs li a:hover strong,
.maintabs li a:hover .dot {
  color: #fff;
}

/* line 423, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.hg a,
li.hg.active a:hover {
  background-position: 7px -149px;
}

/* line 428, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.hg a:hover {
  /*background-color:#232b31;
  border-color:#111417;*/
  background-color: #5B3768;
  border-color: #472653;
  background-position: 7px -176px;
}

/* line 436, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.os a,
li.os.active a:hover {
  background-position: 7px 9px;
}

/* line 441, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.os a .dot,
li.os.active a:hover .dot {
  color: #5B3768;
}

/* line 446, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.os a:hover {
  background-color: #5B3768;
  border-color: #472653;
}

/* line 451, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.cs a,
li.cs.active a:hover {
  background-position: 7px -17px;
}

/* line 456, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.cs a .dot,
li.cs.active a:hover .dot {
  color: #B7355F;
}

/* line 461, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.cs a:hover {
  background-color: #B7355F;
  border-color: #99254a;
}

/* line 466, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.as a,
li.as.active a:hover {
  background-position: 7px -43px;
}

/* line 471, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.as a .dot,
li.as.active a:hover .dot {
  color: #00a7e5;
}

/* line 476, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.as a:hover {
  background-color: #00a7e5;
  border-color: #0087b9;
}

/* line 481, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.ap a,
li.ap.active a:hover {
  background-position: 7px -69px;
}

/* line 486, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.ap a .dot,
li.ap.active a:hover .dot {
  color: #004F59;
}

/* line 491, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.ap a:hover {
  background-color: #004F59;
  border-color: #63951d;
}

/* line 496, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.es a,
li.es.active a:hover {
  background-position: 7px -216px;
}

/* line 501, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.es a .dot,
li.es.active a:hover .dot {
  color: #f8981d;
}

/* line 506, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.es a:hover {
  background-color: #f8981d;
  border-color: #d67801;
}

/* line 511, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.ac a,
li.ac.active a:hover {
  background-position: 7px -216px;
}

/* line 516, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.ac a .dot,
li.ac.active a:hover .dot {
  color: #E84F1C;
}

/* line 521, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
li.ac a:hover {
  background-color: #E84F1C;
  border-color: #E84F1C;
}

/*** End maintabs   ***/
/* line 528, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.mainnavtop {
  /*margin:0 0 36px 0;*/
  margin: 0 0 20px 0;
}

/* line 533, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar {
  margin: 0;
}

/* line 537, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-inner {
  padding-left: 0;
  padding-right: 0;
  background-color: #f9f9f9;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 30px;
}

/* line 558, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .navbar-inner,
.os .navbar-inner {
  background-color: #5b3768;
}

/* line 563, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .navbar-inner {
  background-color: #B7355F;
}

/* line 567, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .navbar-inner {
  background-color: #00a7e5;
}

/* line 571, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .navbar-inner {
  background-color: #004F59;
}

/* line 575, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .navbar-inner {
  background-color: #f8981d;
}

/* line 580, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 588, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar .nav > li {
  display: block;
  float: left;
}

/* line 593, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar .divider-vertical {
  width: 1px;
  height: 35px;
  margin: 0;
  overflow: hidden;
  border-left: none;
}

/* line 603, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .navbar .divider-vertical,
.os .navbar .divider-vertical {
  background-color: #462751;
  border-right: 1px solid #714382;
}

/* line 609, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar .nav > li > a:hover {
  color: #ffffff;
}

/* line 615, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .navbar .nav > li > a:hover,
.os .navbar .nav > li > a:hover {
  text-decoration: none;
  background-color: #714581;
}

/* line 621, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .navbar .nav > li > a:hover {
  background-color: #cf3f6e;
}

/* line 625, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .navbar .nav > li > a:hover {
  background-color: #30baed;
}

/* line 629, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .navbar .nav > li > a:hover {
  background-color: #004F59;
}

/* line 633, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .navbar .nav > li > a:hover {
  background-color: #f7ab49;
}

/* line 641, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .navbar .nav .active > a,
.hg .navbar .nav .active > a:hover,
.os .navbar .nav .active > a,
.os .navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #492955;
}

/* line 651, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .navbar .nav .active > a,
.cs .navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #801f3e;
}

/* line 658, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .navbar .nav .active > a,
.as .navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0086b8;
}

/* line 665, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .navbar .nav .active > a,
.ap .navbar .nav .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #006572;
}

/* line 672, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .navbar .nav .active > a,
.es .navbar .nav .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d67801;
}

/* line 679, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar .divider-vertical {
  width: 1px;
  height: 35px;
  margin: 0;
  overflow: hidden;
}

/* line 689, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .navbar .divider-vertical,
.os .navbar .divider-vertical {
  background-color: #462751;
  border-right: 1px solid #714382;
}

/* line 696, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .navbar .divider-vertical {
  background-color: #952549;
  border-right: 1px solid #c73d6a;
}

/* line 701, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .navbar .divider-vertical {
  background-color: #0086b8;
  border-right: 1px solid #30baed;
}

/* line 706, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .navbar .divider-vertical {
  background-color: white;
  border-right: 1px solid #004F59;
}

/* line 711, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .navbar .divider-vertical {
  background-color: #d67801;
  border-right: 1px solid #f7ab49;
}

/* line 716, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar .nav > li > a {
  float: none;
  padding: 8px 10px;
  line-height: 19px;
  color: #ececec;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 725, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav > li > a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 730, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav > li > a {
  display: block;
  color: #ccc;
}

/* line 735, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-fixed {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 1022;
  border-bottom: 1px solid #462751;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

/* line 747, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-fixed .nav-collapse {
  width: 75rem;
  margin: 0px auto;
}

/* subnav */
/* line 754, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.subnav {
  width: 100%;
  min-height: 20px;
}

/* line 761, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .subnav,
.os .subnav {
  background: #492955;
}

/* line 768, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .subnav .divider-vertical,
.os .subnav .divider-vertical {
  background-color: #462751;
  border-right: 1px solid #714382;
}

/* line 775, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .subnav {
  background: #801F3E;
}

/* line 779, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .subnav {
  background: #0086b8;
}

/* line 783, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .subnav {
  border-top: 1px solid white;
  background: #006572;
}

/* line 789, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .subnav {
  color: #d67801;
}

/* line 793, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.subnav .nav-pills > .active > a,
.subnav .nav-pills > .active > a:hover {
  color: #333;
  background-color: #fff;
  text-shadow: none;
}

/* line 800, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.subnav .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 5px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 812, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.subnav .nav-pills > li > a:hover {
  background: none;
  color: #fff;
}

/* line 817, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.subnav-fixed {
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 1020;
  border-bottom: 1px solid #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

/* line 829, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.subnav-fixed .nav {
  margin: 0px auto;
  width: 75rem;
}

/* Fourth level navigation: Nav pills*/
/* line 836, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fourthlevel .nav-pills > li > a {
  text-decoration: none;
  background-color: #eeeeee;
  color: #777;
}

/* line 842, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fourthlevel .nav-pills > li > a.danger {
  text-decoration: none;
  background-color: #C43C35;
  color: #fff;
}

/* line 851, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fourthlevel .nav-pills > li.active > a,
.fourthlevel .nav-pills > li.active > a:hover {
  color: #fff;
}

/* line 859, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fourthlevel .nav-pills > li > a:hover,
.fourthlevel .nav-pills > li > a:focus {
  background: #807f83;
  color: #fff;
}

/* line 865, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fourthlevel .nav-pills > li > a.danger:focus {
  text-decoration: none;
  background-color: #a13b34;
  color: #fff;
}

/* line 871, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fourthlevel .nav-pills > li > a.danger:hover {
  text-decoration: none;
  background-color: #a13b34;
  color: #fff;
}

/* line 882, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .fourthlevel .nav-pills > li.active > a,
.hg .fourthlevel .nav-pills > li.active > a:hover,
.os .fourthlevel .nav-pills > li.active > a,
.os .fourthlevel .nav-pills > li.active > a:hover {
  background: #5B3768;
}

/* line 891, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .fourthlevel .nav-pills > li.active > a,
.cs .fourthlevel .nav-pills > li.active > a:hover {
  background: #B7355F;
}

/* line 899, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .fourthlevel .nav-pills > li.active > a,
.as .fourthlevel .nav-pills > li.active > a:hover {
  background: #00a7e5;
}

/* line 907, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .fourthlevel .nav-pills > li.active > a,
.ap .fourthlevel .nav-pills > li.active > a:hover {
  background: #004F59;
}

/* line 915, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .fourthlevel .nav-pills > li.active > a,
.es .fourthlevel .nav-pills > li.active > a:hover {
  color: #f7ab49;
}

/* line 926, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg h1,
.hg h2,
.hg h3,
.hg h4,
.hg h5,
.hg h6,
.os h1,
.os h2,
.os h3,
.os h4,
.os h5,
.os h6 {
  color: #5B3768;
}

/* line 936, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
  color: #B7355F;
}

/* line 945, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as h1,
.as h2,
.as h3,
.as h4,
.as h5,
.as h6 {
  color: #00a7e5;
}

/* line 956, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap h1,
.ap h2,
.ap h3,
.ap h4,
.ap h5,
.ap h6 {
  color: #004F59;
}

/* line 968, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es h1,
.es h2,
.es h3,
.es h4,
.es h5,
.es h6 {
  color: #f8981d;
}

/* line 979, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.title {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}

/* line 987, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .title,
.os .title {
  border-bottom: 1px solid #5B3768;
}

/* line 992, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .title {
  border-bottom: 1px solid #B7355F;
}

/* line 996, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .title {
  border-bottom: 1px solid #00a7e5;
}

/* line 1000, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .title {
  border-bottom: 1px solid #004F59;
}

/* line 1004, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .title {
  color: #f8981d;
  border-bottom: 1px solid #f8981d;
}

/* line 1009, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .title-reverse {
  color: #fff;
  background: #f8981d;
  margin-bottom: 18px;
  position: relative;
  padding: 5px 10px;
  display: block;
}

/* line 1018, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.title h1 {
  width: auto;
}

/* line 1022, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.title span {
  float: right;
  width: auto;
  position: absolute;
  bottom: 5px;
  right: 0;
}

/* line 1030, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.title span#conf-title {
  float: none;
  position: relative;
  bottom: auto;
  right: auto;
}

/* Logos footer */
/* line 1039, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#logos-footer {
  margin: 40px 0 20px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #EFEFF0;
}

/* line 1046, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#hotel_logos ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  height: 36px;
  overflow: hidden;
}

/* line 1055, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#hotel_logos ul li {
  display: inline;
  margin: 0 10px 0 0;
  height: 36px;
}

/* line 1061, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#event-sponsors ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  height: 250px;
  overflow: hidden;
}

/* line 1070, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.container div.row-fluid div#event-sponsors.span3.offset1 ul li {
  display: inline;
  margin: 0 10px 0 0;
  height: 250px;
}

/* line 1076, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#logos-footer .hbaa-aim {
  margin: 10px 0 0 0;
}

/* line 1079, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#logos-footer .hbaa-aim img {
  max-width: 100px;
  height: 67px;
  width: auto;
  margin: 0 5px;
}

/* line 1086, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#logos-footer .hbaa-aim img:last-child {
  max-width: 65px;
}

/* Footer */
/* line 1092, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
footer {
  float: left;
  background: #232B31;
  color: #7F7F7F;
  width: 100% !important;
  font-size: 0.75rem;
}

/* line 1100, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
footer ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}

/* line 1106, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
footer ul li {
  display: inline;
  margin: 0 15px 0 0;
}

/* line 1111, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
footer p {
  float: right;
  padding: 20px;
  margin: 0;
}

/* line 1117, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
footer a {
  color: #7F7F7F !important;
  border-bottom: 1px dotted #7F7F7F;
}

/* line 1122, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
footer a:hover,
footer a:focus {
  color: #fff !important;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

/* line 1129, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#footer_nav {
  float: left;
  width: auto;
  padding: 20px;
}

/* line 1135, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#footer_nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 1142, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#footer_nav li {
  float: left;
  margin: 0 10px 0 0;
}

/* line 1147, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
a.edit {
  float: left;
  width: 16px;
  height: 16px;
  background: url(/../img/page_edit.png) left top no-repeat;
  text-indent: -9999px;
  margin: 0 5px 0 0;
}

/* line 1156, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
a.delete {
  float: left;
  width: 16px;
  height: 16px;
  background: url(/../img/delete.png) left top no-repeat;
  text-indent: -9999px;
  margin: 0 5px 0 0;
}

/* line 1165, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
input.margeright {
  margin-right: 12px;
}

/* line 1169, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.create_conf {
  float: left;
  width: 500px;
}

/* line 1174, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.orglogo {
  float: right;
  margin-top: 18px;
  padding: 5px;
  border: 1px solid #ddd;
  background: white;
  width: 100%;
}

/* line 1183, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.orglogo img {
  float: left;
  max-width: 100%;
  max-height: 80px;
}

/* line 1189, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.clientlogo {
  padding: 0;
  border: none;
  width: 175px;
}

/* line 1194, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.clientlogo a span.toppart {
  float: left;
  width: 100%;
  margin: 0 0 3px 0;
  /*position:relative;  */
  text-align: center;
}

/* line 1201, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.clientlogo a span.toppart img {
  /* position:absolute;
      bottom:0;  */
  max-height: 60px;
  max-width: 175px;
}

/* line 1210, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.lineof2 {
  float: left;
  width: 100%;
  /*margin-top:18px;*/
}

/* line 1216, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.form-horizontal .lineof2 .control-group {
  width: 50%;
  float: left;
}

/* line 1221, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid #EFEFF0;
  -webkit-box-shadow: inset 0 0 15px rgba(189, 228, 229, 0.2);
  -moz-box-shadow: inset 0 0 15px rgba(189, 228, 229, 0.2);
  box-shadow: inset 0 0 15px rgba(189, 228, 229, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1235, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well .well {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1242, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well .nav-tabs li.active a {
  background: none;
  border-bottom-color: #F9F9F9;
}

/* line 1247, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .well .nav-tabs li.active a {
  color: #333;
}

/* line 1251, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .well .nav-tabs li a {
  color: #99254a;
}

/* line 1255, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well .nav-tabs li a:hover {
  background: #B7355F;
  border: 1px solid #99254a;
  color: #fff;
}

/* line 1261, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well .nav-tabs li.active a:hover {
  background: none;
  border: 1px solid #DDD;
  border-bottom-color: #F9F9F9;
}

/* line 1267, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well .panel {
  margin-bottom: 20px;
}

/* line 1271, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well .panel:last-child {
  margin-bottom: 0;
}

/* line 1275, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home_login {
  padding: 5px;
  float: left;
}

/* line 1280, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home_login a {
  color: #fff;
}

/* line 1284, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home_login a:hover,
.home_login a:focus {
  color: #fff;
}

/* line 1289, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home_login form {
  margin: 0;
}

/* line 1293, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home_login input {
  width: 240px;
  margin-bottom: 5px;
}

/* line 1298, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home_login input.btn {
  float: right;
  width: auto;
  margin-bottom: 0;
}

/* line 1304, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .home_login {
  background: #B7355F;
}

/* line 1308, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#home-columns {
  margin-bottom: 20px;
}

/* line 1312, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#home-columns .sameHeight .well:last-child {
  margin-bottom: 0;
}

/* line 1316, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#col2,
#searchmap {
  background: #a5bfdd;
}

/* line 1321, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#col3 {
  background: #09C;
}

/* carousel homepage */
/* line 1326, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#myCarousel {
  margin-bottom: 40px;
}

/* line 1330, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span4 #myCarousel {
  margin-bottom: 0;
}

/* line 1334, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#myCarousel .carousel-control {
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  border: 0;
}

/* line 1362, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#myCarousel .carousel-control.right {
  right: 0;
  left: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 1376, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#myCarousel .carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.60;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

/* line 1387, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#myCarousel .carousel-caption {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding-bottom: 15px;
}

/* line 1393, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#myCarousel .carousel-caption h4 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

/* line 1401, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.venue_advert {
  position: relative;
}

/* line 1405, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.venue_advert span {
  /* position: absolute;*/
  float: left;
  left: 0;
  top: 0;
  right: 0;
  /*background: rgba(0, 0, 0, .7);*/
  padding: 10px;
  font-size: 16px;
  /* transition: background .2s;
  -moz-transition: background .2s;
  -webkit-transition: background .2s;
  -o-transition: background .2s; */
}

/* line 1421, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.venue_advert a,
.venue_advert a:hover,
.venue_advert a:focus {
  color: #fff;
}

/*.cs .venue_advert a:hover span, .cs .venue_advert a:focus span {
  background: rgba(183, 53, 95, .9);
}

.as .venue_advert a:hover span, .cs .venue_advert a:focus span {
  background: rgba(0, 167, 229, .9);
}    */
/* line 1435, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_news_holder ul,
#latest_offers_holder ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}

/* line 1442, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder h3 {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

/* line 1448, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_news_holder ul li {
  padding: 5px 0 5px 0;
  margin: 5px 0 5px 0;
  border-bottom: 1px solid #EFEFF0;
}

/* line 1454, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_news_holder ul li:last-child {
  border-bottom: none;
}

/* line 1458, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder .jcarousel-clip {
  overflow: hidden;
  width: 260px;
  height: 155px;
}

/* line 1464, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#offers_carousel {
  width: 260px;
  height: 155px;
  overflow: hidden;
  position: relative;
}

/* line 1471, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#hotel_logos_holder {
  overflow: hidden;
  width: 500px;
  float: left;
}

/* line 1477, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#hotel_logos_holder h3 {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

/* line 1483, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#logo_carousel {
  height: 36px;
  width: 500px;
  position: relative;
  overflow: hidden;
}

/* line 1490, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#logo_carousel li {
  display: inline !important;
  margin: 0 10px 0 0;
  background: #F69;
}

/* line 1496, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#logo_carousel img {
  height: 36px;
  background: #639;
}

/* line 1501, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg-logo-foot {
  float: right;
  width: auto;
}

/* Latest offers */
/* line 1507, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder,
#latest_offers_holder ul,
#latest_offers_holder ul li,
#latest_offers_holder ul li .article {
  float: left;
  width: 100%;
}

/* line 1515, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder .articlelist h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 28px;
}

/* line 1522, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder ul {
  margin: 0;
}

/* line 1526, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder li h3 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

/* line 1532, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder li p {
  margin: 0;
}

/* line 1536, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder ul li a {
  float: left;
  width: 100%;
  margin: 0 0 3px 0;
  background: #EFEFF0;
  padding: 5px;
  color: #232B31;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* line 1552, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder ul li a img {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid #fff;
  width: 60px;
  height: auto;
}

/* line 1560, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder ul li a h3 {
  color: #232B31;
}

/* line 1564, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder ul li a:hover {
  background: #666e74;
  color: #EFEFF0;
  text-decoration: none;
}

/* line 1570, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#latest_offers_holder ul li a:hover h3,
#latest_offers_holder ul li a:hover h2 {
  color: #EFEFF0;
}

/* logged in landing */
/* line 1576, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #EFEFF0;
  margin: 30px 0 30px 0;
}

/* line 1582, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 {
  position: relative;
}

/* line 1586, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 a {
  float: left;
  height: auto;
  width: 260px;
  padding: 20px;
}

/* line 1593, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 a.cs {
  background: #b0315a;
}

/* line 1597, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 a.cs:hover {
  background-color: #99254a;
}

/* line 1601, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 a.as {
  background: #00a3e3;
}

/* line 1605, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 a.as:hover {
  background-color: #0087b9;
}

/* line 1609, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 a.ap {
  background: #86c20a;
}

/* line 1613, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 a.ap:hover {
  background-color: #63951d;
}

/* line 1617, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 img {
  max-height: 80px;
}

/* line 1621, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 .noaccess {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 80px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

/* line 1632, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.landing .span4 .noaccess:hover {
  background: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

/* line 1637, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.header .span4 img,
.header .span3 img {
  max-height: 90px;
}

/* line 1642, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.header .span3.testilink a {
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
}

/* tables */
/* line 1656, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table {
  font-size: 13px;
  line-height: 18px;
}

/* line 1660, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table td,
.table th {
  padding: 6px;
}

/* line 1665, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table th a {
  color: #fff;
  border-bottom: 1px dotted #ccc;
}

/* line 1670, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table th a:hover {
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}

/* line 1677, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-small {
  font-size: 12px;
  line-height: 16px;
}

/* line 1681, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-small td,
.table-small th {
  padding: 5px;
}

/* line 1688, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table#admin-fees div.controls {
  margin-left: 0;
}

/* line 1692, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.admin_fees_app_chrg_note div.controls {
  margin-left: 0;
}

/* line 1696, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.admin_fees_app_chrg_note textarea {
  width: 96%;
  height: 185px;
}

/* line 1701, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#app-fee-output {
  overflow-y: scroll;
  height: 185px;
}

/* line 1706, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.admin_interface div.span6.room_type_packages label.checkbox {
  min-width: auto;
}

/* line 1712, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .table th,
.os .table th {
  background: #5b3768;
  color: #fff;
}

/* line 1722, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .table-bordered th {
  background: #B7355F !important;
  border: 1px solid #952549 !important;
  color: #fff;
  border-right: none !important;
}

/* line 1729, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .table-bordered th:last-child {
  border-right: 1px solid #952549 !important;
}

/* line 1735, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .table th {
  background: #00a7e5;
  color: #fff;
}

/* line 1742, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .table th {
  background: #004F59;
  color: #fff;
}

/* line 1755, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .table-white td,
.hg .table-white th,
.os .table-white td,
.os .table-white th,
.as .table-white td,
.as .table-white th,
.ap .table-white td,
.ap .table-white th,
.cs .table-white td,
.cs .table-white th {
  background: #fff;
}

/* line 1760, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .table-white th,
.os .table-white th,
.as .table-white th,
.ap .table-white th,
.cs .table-white th {
  color: #333;
}

/* line 1766, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-striped tbody tr.red_row td {
  background-color: #f4e6e9 !important;
  color: #333;
}

/* line 1771, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table tbody tr.red_row td {
  background-color: #f4e6e9 !important;
  color: #333;
}

/* line 1776, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-striped tbody tr.green_row td {
  background-color: #D0F6A4 !important;
}

/* line 1781, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table tbody tr.green_row td {
  background-color: #D0F6A4 !important;
}

/* line 1786, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table thead.quotation th {
  background-color: #EEE;
  color: #777;
}

/* line 1791, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-narrow-hdr th {
  width: 200px;
}

/* line 1796, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-narrow-hdr td {
  font-size: 14px;
}

/* line 1801, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-narrow-hdr {
  width: 500px;
}

/* line 1805, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-nhdr-full th {
  width: 200px;
}

/* line 1809, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-nhdr-full td {
  font-size: 14px;
}

/* line 1813, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-nhdr-full {
  width: 100%;
}

/* line 1817, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well h4 {
  color: #333;
  padding: 5px;
  background: #e0e0e0;
}

/* line 1823, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well table:last-child {
  margin: 0;
}

/* key principles */
/* line 1828, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#image-wrap {
  width: 400px;
  float: left;
}

/* line 1833, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#copy-wrap {
  width: 220px;
  float: left;
}

/* line 1838, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#copy-wrap h1 {
  font-size: 1em;
  padding: 0;
}

/* line 1843, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.image {
  width: 122px;
  height: 122px;
  float: left;
}

/* line 1849, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hidden {
  display: none;
}

/* forms */
/* line 1856, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.admin_interface.hg.index.admin-admin_fee_lines.modal-open textarea#admin_fee_line_note {
  width: 95% !important;
}

/* line 1860, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
form#fees-form input {
  width: 90%;
}

/* line 1864, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well label {
  float: left;
  width: 140px;
  /*text-align:right;*/
  margin: 5px 15px 0 0;
}

/* line 1872, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well.longlabels label {
  float: left;
  width: 300px;
  /*text-align:right;*/
  margin: 5px 15px 0 0;
}

/* line 1880, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well .control-group.longlabels label {
  float: left;
  width: 200px;
  /*text-align:right;*/
  margin: 5px 15px 0 100px;
  clear: both;
}

/* line 1888, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well.chkbox-long-label label {
  width: 175px;
}

/* line 1892, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well.chkbox-long-label label.checkbox input {
  float: left;
}

/* line 1896, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well span.label {
  width: 120px;
  /*text-align:right;*/
  margin: 5px 15px 0 0;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  text-shadow: none;
  white-space: normal;
}

/* line 1908, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.conferences .well span.label {
  margin: 0;
}

/* line 1912, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well.longlabels span.label {
  width: 160px;
}

/* line 1916, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-conferences .span6 .well .well {
  width: 380px;
}

/* line 1920, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.row-fluid.conferences .span4 div.well .alert {
  width: 200px;
}

/* line 1924, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.supplier-conference_dates .row-fluid.conferences .span4 div.well .alert {
  width: 209px;
}

/* line 1928, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well {
  width: 420px;
}

/* line 1931, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well input.pull-right[type="button"] {
  border: 5px solid red;
  float: right;
  display: inline-block;
}

/* line 1937, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well .aligninputs {
  float: right;
}

/* line 1941, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well .table label {
  width: auto;
}

/* line 1945, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well label.forcheckbox {
  width: 400px;
  float: left;
  margin: 0 0 10px 0;
}

/* line 1951, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span6 .well input[type="checkbox"] {
  float: right;
}

/* line 1956, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#user_loyalty_scheme {
  margin-top: -2px;
}

/* line 1960, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#tacs label {
  width: auto;
  float: left;
}

/* line 1965, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#tacs .controls {
  float: left;
  width: 130px;
  margin: 5px 10px 0 10px;
}

/* line 1971, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#tacs input.input-block-level {
  min-height: 0;
}

/* line 1975, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.user_terms_and_conditions {
  padding: 5px 10px;
  margin: 0 0 2px 0;
  background: #e5e5e5;
  color: #666;
}

/* line 1983, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span8 .aligninputs {
  float: right;
}

/* line 1988, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#tacs .user_terms_and_conditions.error {
  background: #b94a48;
  margin: 0 0 15px 0;
}

/* line 1992, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#tacs .user_terms_and_conditions.error .control-label,
#tacs .user_terms_and_conditions.error .help-inline {
  color: #fff;
}

/* line 1997, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#tacs .user_terms_and_conditions.error a {
  color: #fff;
  text-decoration: underline;
}

/* line 2002, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#tacs .user_terms_and_conditions.error #user_terms_and_conditions {
  margin: 3px 0 0 0;
}

/* line 2006, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#tacs .user_terms_and_conditions.error .controls .checkbox {
  padding: 0;
}

/* Registration 5 steps */
/* line 2012, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.steps {
  font-size: 15px;
  margin-left: 0;
  list-style-type: none;
}

/* line 2017, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.steps li {
  margin: 0 0 5px 0;
}

/* line 2021, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.steps .well {
  padding: 16px;
}

/* line 2026, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.benefits {
  margin: 0;
}

/* line 2029, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.benefits li {
  list-style-type: none;
  border-left: 3px solid #B7355F;
  margin: 0 0 20px 0;
  padding: 5px 5px 5px 10px;
  background: #f5f5f5;
  color: #666;
}

/* line 2039, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#error-top {
  margin: 10px;
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

/* line 2046, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.error-top {
  margin: 10px;
  color: red;
}

/* Offers */
/* line 2055, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#offers img {
  padding: 4px;
  border: 1px solid #ccc;
}

/* line 2061, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#offers {
  float: left;
  margin-right: 20px;
}

/* BUTTONS */
/* line 2070, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .btn-primary {
  background-color: #B7355F;
  background-image: -moz-linear-gradient(top, #B7355F, #952549);
  background-image: -ms-linear-gradient(top, #B7355F, #952549);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B7355F), to(#952549));
  background-image: -webkit-linear-gradient(top, #B7355F, #952549);
  background-image: -o-linear-gradient(top, #B7355F, #952549);
  background-image: linear-gradient(top, #B7355F, #952549);
  background-repeat: repeat-x;
  border-color: #B7355F #B7355F #952549;
  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(startColorstr='#B7355F', endColorstr='#952549', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 2085, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .btn-primary:hover,
.cs .btn-primary:active,
.cs .btn-primary.active,
.cs .btn-primary.disabled,
.cs .btn-primary[disabled] {
  background-color: #952549;
  *background-color: #952549;
}

/* line 2096, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .btn-primary,
.os .btn-primary {
  background-color: #714382;
  background-image: -moz-linear-gradient(top, #714382, #462751);
  background-image: -ms-linear-gradient(top, #714382, #462751);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#714382), to(#462751));
  background-image: -webkit-linear-gradient(top, #714382, #462751);
  background-image: -o-linear-gradient(top, #714382, #462751);
  background-image: linear-gradient(top, #714382, #462751);
  background-repeat: repeat-x;
  border-color: #714382 #714382 #462751;
  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(startColorstr='#714382', endColorstr='#462751', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 2115, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .btn-primary:hover,
.hg .btn-primary:active,
.hg .btn-primary.active,
.hg .btn-primary.disabled,
.hg .btn-primary[disabled],
.os .btn-primary:hover,
.os .btn-primary:active,
.os .btn-primary.active,
.os .btn-primary.disabled,
.os .btn-primary[disabled] {
  background-color: #462751;
  *background-color: #462751;
  text-decoration: none;
}

/* line 2127, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .btn-primary {
  background-color: #30baed;
  background-image: -moz-linear-gradient(top, #30baed, #0086b8);
  background-image: -ms-linear-gradient(top, #30baed, #0086b8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#30baed), to(#0086b8));
  background-image: -webkit-linear-gradient(top, #30baed, #0086b8);
  background-image: -o-linear-gradient(top, #30baed, #0086b8);
  background-image: linear-gradient(top, #30baed, #0086b8);
  background-repeat: repeat-x;
  border-color: #30baed #30baed #0086b8;
  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(startColorstr='#30baed', endColorstr='#0086b8', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 2145, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .btn-primary:hover,
.as .btn-primary:active,
.as .btn-primary.active,
.as .btn-primary.disabled,
.as .btn-primary[disabled] {
  background-color: #004F59;
  *background-color: #004F59;
  text-decoration: none;
}

/* line 2157, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .btn-primary {
  background-color: #004F59;
  background-image: -moz-linear-gradient(top, #004F59, #004F59);
  background-image: -ms-linear-gradient(top, #004F59, #004F59);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004F59), to(#004F59));
  background-image: -webkit-linear-gradient(top, #004F59, #004F59);
  background-image: -o-linear-gradient(top, #004F59, #004F59);
  background-image: linear-gradient(top, #004F59, #004F59);
  background-repeat: repeat-x;
  border-color: #004F59 #004F59 #004F59;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* line 2172, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .btn-primary:hover,
.ap .btn-primary:active,
.ap .btn-primary.active,
.ap .btn-primary.disabled,
.ap .btn-primary[disabled] {
  background-color: #004F59;
  *background-color: #004F59;
  text-decoration: none;
}

/* line 2184, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .btn-primary {
  background-color: #f8981d;
  background-image: -moz-linear-gradient(top, #f8981d, #d67801);
  background-image: -ms-linear-gradient(top, #f8981d, #d67801);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8981d), to(#d67801));
  background-image: -webkit-linear-gradient(top, #f8981d, #d67801);
  background-image: -o-linear-gradient(top, #f8981d, #d67801);
  background-image: linear-gradient(top, #f8981d, #d67801);
  background-repeat: repeat-x;
  border-color: #f8981d #f8981d #d67801;
  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(startColorstr='#f8981d', endColorstr='#d67801', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 2202, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .btn-primary:hover,
.es .btn-primary:active,
.es .btn-primary.active,
.es .btn-primary.disabled,
.es .btn-primary[disabled] {
  background-color: #d67801;
  *background-color: #d67801;
  text-decoration: none;
}

/* line 2219, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .btn-primary,
.hg .btn-primary,
.os .btn-primary,
.as .btn-primary,
.ap .btn-primary,
.es .btn-primary {
  color: #fff !important;
}

/* line 2224, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn-slim {
  line-height: 18px;
  padding: 0 10px;
}

/* line 2229, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.poptrigger {
  text-decoration: none;
  font-weight: bold;
}

/* line 2234, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.popover div.popover-content table.table {
  font-size: 70%;
}

/* line 2238, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.popover {
  max-width: 400px;
}

/* line 2242, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
h5.pra-popover {
  height: 50px;
}

/* Abbr */
/* line 2247, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs abbr {
  color: #B7355F;
}

/* line 2253, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg abbr,
.os abbr {
  color: #714382;
}

/* line 2258, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap abbr {
  color: #004F59;
}

/* line 2262, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as abbr {
  color: #30baed;
}

/* Testimonials */
/* line 2267, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#testimonials .fakearticle {
  float: left;
  margin: 0 0 20px 0;
  background: #f9f9f9;
  border: 1px solid #EFEFF0;
  padding: 20px;
  color: #232B31;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

/* line 2288, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alignleft {
  margin: 0 0 0 155px;
}

/* proposal */
/* line 2296, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#wrapper {
  width: 980px;
  margin: 0px auto;
  padding: 30px 0;
  background: #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -moz-box-shadow: 0 0 0 1px white, 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 1px white, 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px white, 0px 0px 20px rgba(0, 0, 0, 0.05);
}

/*loyalty*/
/* line 2309, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#lpr-fields {
  width: 170px;
  clear: none;
}

/* line 2314, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#lpr-fields input {
  width: 120px;
}

/* line 2318, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.loyalty_panel {
  height: 103px;
  min-height: 103px;
  margin-bottom: 2px;
  background: #f5f5f5;
  padding: 5px 0 5px 10px;
}

/* line 2326, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.loyalty_panel a {
  text-decoration: none;
}

/* line 2330, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.loyalty_panel a:hover {
  text-decoration: underline;
}

/* line 2334, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.loyalty_panel_extended {
  height: auto;
  min-height: 103px;
  margin-bottom: 2px;
}

/* line 2340, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.loyalty_panel h3 {
  padding: 0;
  margin: 0;
}

/* line 2345, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.loyalty_panel img {
  padding: 0;
  margin: -4px -4px 1px 1px;
  float: right;
}

/* line 2351, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.loyalty_panel p {
  padding: 0;
  margin: 0;
  line-height: 20px;
}

/* line 2357, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.loyalty_blank {
  height: 15px;
  min-height: 15px;
  background-color: #E7E8E9;
}

/* New meet_the_team page */
/*** About us ***/
/* line 2367, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.abouttable {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 5px solid #f5f5f5;
  border-left: 5px solid #f5f5f5;
  background: #f5f5f5;
}

/* line 2378, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.abouttable li {
  background: #f7f8f9;
  padding: 0;
  margin: 0;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 5px solid #f5f5f5;
  border-right: 5px solid #f5f5f5;
}

/* line 2392, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.abouttable li img {
  width: 100%;
  height: auto;
}

/* line 2397, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#allstaff li {
  width: 33%;
}

/* line 2401, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#allstaff li a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 2408, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#allstaff img.main {
  display: block;
}

/* line 2412, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#allstaff img.over {
  display: none;
}

/* line 2416, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#allstaff li#last {
  background: url(/grainy-bg.jpg) left top repeat;
  color: #fff;
  border-bottom: none;
}

/* line 2422, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#allstaff li#last div {
  display: block;
  margin: 10px;
  font-size: 13px;
  line-height: 18px;
}

/* line 2429, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#allstaff li#last div a {
  float: none;
  display: inline;
}

/* line 2434, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#panels ul {
  float: left;
  width: 100%;
  display: block;
}

/* line 2440, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#panels li {
  width: 50%;
}

/* line 2445, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#panels li img {
  width: 100%;
  height: auto;
}

/* line 2450, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#main-content .inner div.quote {
  float: left;
  width: 100%;
  display: block !important;
}

/* line 2456, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#main-content .inner div.quote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

/* line 2461, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#panels {
  position: relative;
}

/* line 2465, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.panel {
  position: relative !important;
}

/* line 2469, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.panel .quote {
  position: relative !important;
}

/* line 2473, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#panels section.title {
  float: left;
  width: 100%;
  padding-top: 0;
}

/* line 2479, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#main-content .inner p.who {
  float: left;
  width: auto;
}

/* line 2484, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.allstaff {
  float: right;
  width: auto;
  display: none;
}

/* line 2490, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#panels .panel p strong {
  color: #5B3768;
}

/* line 2494, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.panel h3 {
  margin: 0;
}

/* Image upload iframes */
/* line 2509, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new-image-iframe {
  background: #fff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30em;
  overflow: auto;
}

/* line 2528, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ifram#new-image-iframe html,
ifram#new-image-iframe body {
  background-color: #fff !important;
}

/* pagination */
/* line 2536, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.pagination a {
  padding: 2px 6px;
  background: #fff;
  border: 1px solid #eee;
}

/* line 2544, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.pagination .current,
.pagination .disabled {
  padding: 2px 6px;
  background: #fff;
}

/* line 2551, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.pagination a:hover {
  background: #807f83;
  color: #fff;
  text-decoration: none;
  border: 1px solid #555;
}

/* Jump To */
/* line 2560, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.jumpto {
  /*background: #232B31; */
  color: #fff;
  font-size: 12px;
  /* margin: 3px 3px 0 0;  */
  padding: 7px 5px 5px 5px;
}

/* line 2567, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.jumpto form {
  margin: 0;
}

/* line 2571, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.jumpto label {
  font-size: 12px;
  float: left;
  margin: 2px 5px 0 0;
}

/* line 2577, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.jumpto input {
  margin: 0;
}

/* line 2582, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.jumpto input[type="text"] {
  font-size: 12px;
  padding: 0 2px;
  width: 40px;
  height: 20px;
}

/* line 2589, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.jumpto input.btn {
  height: 22px;
  line-height: 18px;
  margin: 0;
}

/* Errors */
/* line 2598, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.errorExplanation {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2609, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.errorExplanation h2 {
  color: #b94a48 !important;
}

/* benefits pins */
/* line 2615, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.container .row-fluid .benefits ul {
  list-style-type: none;
  margin: 0 0 10px 10px;
}

/* line 2619, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.container .row-fluid .benefits ul li {
  background: left 2px no-repeat;
  padding-left: 15px;
}

/* line 2627, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.os .container .row-fluid .benefits ul li,
.hg .container .row-fluid .benefits ul li {
  background-image: url(/assets/imgphase3/pin-mini-hg-1963dc341e3861af6c28b10321adb90e9e42155a0a0c2380452456a03b357c07.png);
}

/* line 2632, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .container .row-fluid .benefits ul li {
  background-image: url(/assets/imgphase3/pin-mini-cs-3dd0943439463663a994977785c37fade85f120aa28aef279db84b00a7e16562.png);
}

/* line 2636, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .container .row-fluid .benefits ul li {
  background-image: url(/assets/imgphase3/pin-mini-as-4217ff4a434946552e5b3161d4879160297cc14774983cec329cf0ce1d45ed03.png);
}

/* line 2640, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .container .row-fluid .benefits ul li {
  background-image: url(/assets/imgphase3/pin-mini-ap-a34fe42c4f62f281414b3d9bcb28c551de6886b7d4c5cd35ccf4323693be96c3.png);
}

/* line 2644, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .container .row-fluid .benefits ul li {
  background-image: url(/assets/imgphase3/pin-mini-es-accc91f67a9c746935cd6eed9e7f02bcc28b64275ca6c9d9f1236731aac5eb13.png);
}

/* line 2648, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.benefits .logo {
  height: 55px;
}

/* line 2657, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .well {
  padding: 9px;
  margin-bottom: 10px;
}

/* line 2661, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .well h3 {
  margin-bottom: 10px;
}

/* line 2666, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference table.table .control-group .controls {
  margin-left: 0;
}

/* line 2670, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference div.control-group {
  padding: 0px;
  margin-bottom: 5px;
}

/* line 2674, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference div.control-group .control-label,
#new_conference div.control-group span.label {
  font-size: 12px;
  width: 115px;
  padding: 3px 0 0 0;
}

/* line 2682, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference div.control-group .controls {
  margin-left: 120px;
}

/* line 2686, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference div.control-group .data_value {
  padding: 5px 0 0 0;
}

/* line 2691, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .listcheckbox label {
  font-size: 12px;
  width: 250px;
}

/* line 2697, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .qty div {
  padding: 0;
}

/* line 2702, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .qty .control-group .control-label {
  width: 200px;
}

/* line 2706, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .qty .control-group .controls {
  margin-left: 210px;
}

/* line 2712, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference #conference_opportunity_attributes_main_contact_name {
  width: 255px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2719, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .fields {
  margin-bottom: 10px;
}

/* line 2723, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .fields .controls {
  margin-left: 120px;
  margin-bottom: 5px;
}

/* line 2728, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#new_conference .fields .input-small {
  width: 60px;
}

/* line 2734, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.span8 div.postcodebutton {
  margin: 5px 5px 5px 25px;
}

/* line 2742, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well .table-striped tbody > tr:nth-child(odd) > td,
.well .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

/* line 2749, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs.new.supplier-chains .form-horizontal .span6 .well .controls {
  margin-left: 155px;
}

/* line 2753, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#advanced_search {
  margin-bottom: 10px;
}

/* line 2759, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
input#confirm {
  float: none;
  margin: -2px 0 0 4px;
}

/* Company values */
/* line 2770, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.companyvalues h4 {
  font-size: 17px;
  margin-bottom: 20px;
}

/* line 2775, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.companyvalues div {
  list-style: none;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 5px 35px;
}

/* line 2781, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.companyvalues div strong {
  font-size: 18px;
  background-image: url(/assets/imgphase3/pins.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  line-height: 20px;
}

/* line 2791, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.companyvalues div.hg strong {
  color: purple;
}

/* line 2797, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.companyvalues div.cs strong {
  color: #B7355F;
  background-position: 0 -25px;
}

/* line 2804, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.companyvalues div.as strong {
  color: #00a7e5;
  background-position: 0 -50px;
}

/* line 2811, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.companyvalues div.ap strong {
  color: #004F59;
  background-position: 0 -75px;
}

/* line 2819, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table.table-compare th {
  white-space: nowrap;
}

/* line 2823, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table.table-compare th,
table.table.table-compare td {
  text-align: center;
  vertical-align: middle;
}

/* line 2829, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table.table-compare th:first-child,
table.table.table-compare td:first-child {
  text-align: left;
}

/* line 2834, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table.table-compare td span.pinktick {
  background-image: url(/assets/imgphase3/pins.png);
  background-repeat: no-repeat;
  background-position: 0 -22px;
  height: 20px;
  width: 10px;
  display: inline-block;
}

/* line 2843, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table.table-compare tr td:nth-child(2) {
  background: #f9f9f9;
}

/* line 2847, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table.table-compare tr td:nth-child(3) {
  background: #f5f5f5;
}

/* line 2851, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table.table-compare tr td:nth-child(4) {
  background: #f0f0f0;
}

/* line 2859, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.row-fluid.conferences div .well div.contract-invoice-new {
  padding: 10px 10px 0 10px;
  width: 880px;
}

/* line 2866, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs.supplier-quotations .tick_boxes_long_labels {
  margin-bottom: 20px;
  /* Added Value */
}

/* line 2869, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs.supplier-quotations .tick_boxes_long_labels .control-group {
  display: block;
  position: relative;
}

/* line 2874, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs.supplier-quotations .tick_boxes_long_labels label.control-label {
  margin-left: 20px;
  text-align: left;
  width: 400px !important;
}

/* line 2880, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs.supplier-quotations .tick_boxes_long_labels .controls {
  left: -330px !important;
  top: 5px !important;
  position: absolute !important;
}

/* line 2887, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs.supplier-quotations .tick_boxes_long_labels .added_value {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

/* line 2892, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs.supplier-quotations .tick_boxes_long_labels .added_value label {
  width: 400px;
  margin: 0;
}

/* line 2897, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs.supplier-quotations .tick_boxes_long_labels .added_value input {
  position: absolute;
  margin: 3px 0 0 -20px;
  *margin: -3px 0 0 -20px;
}

/* line 2906, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.modal .modal-body label.longlabel {
  width: 300px;
}

/* line 2910, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#quote-key-docs form {
  margin-left: 10px;
  margin-top: -20px;
}

/* line 2915, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#quote-key-docs form label,
div#quote-key-docs form input {
  font-size: 10px;
}

/* line 2922, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table tr td.align-right,
table.table tr th.align-right {
  text-align: right !important;
}

/* line 2926, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table tr td.align-right span.red-dash-link,
table.table tr td.align-right a.red-dash-link,
table.table tr th.align-right span.red-dash-link,
table.table tr th.align-right a.red-dash-link {
  color: #FC2F2F !important;
}

/* line 2932, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
html body.cs div#bg div.container div.row-fluid div.span6 div.well table.table tbody tr th {
  color: white;
}

/* line 2940, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alert.alert-error h1,
.alert.alert-error h2,
.alert.alert-error h3,
.alert.alert-error h4,
.alert.alert-error h5,
.alert.alert-error h5,
.alert.alert-error a,
.alert.alert-error ul,
.alert.alert-error ol,
.alert.alert-error li,
.alert.alert-error p {
  color: #b94a48 !important;
}

/* line 2956, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-programmes .well .well {
  width: auto;
}

/* line 2960, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.supplier-quotations .well .well {
  width: auto;
}

/* line 2964, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.supplier-quotations span.radio.inline {
  width: auto;
  margin: 0;
}

/* line 2968, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.supplier-quotations span.radio.inline label {
  margin: 0;
  line-height: auto;
  width: auto;
}

/* line 2973, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.supplier-quotations span.radio.inline label input.input-block-level {
  height: auto;
}

/* line 2980, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
section#accom_options .control-group .controls {
  margin: 0px;
  width: auto;
}

/* line 2986, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-programmes .well .well {
  width: auto;
}

/* line 2993, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-conferences table .info,
body.client-conferences table .financials {
  white-space: nowrap;
}

/* line 2997, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-conferences table .info span.label,
body.client-conferences table .financials span.label {
  color: #000;
  background: none;
  padding: 0;
  display: inline-block;
  text-shadow: none;
}

/* line 3006, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-conferences table .info {
  white-space: normal;
}

/* line 3009, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-conferences table .info span.label {
  width: 70px;
}

/* line 3015, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-conferences table .financials span.label {
  width: 150px;
}

/* line 3020, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.client-conferences table .alert {
  margin-bottom: 0px;
}

/* line 3026, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#client_sla_modal {
  width: 1000px;
}

/* line 3030, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#roomrates div.quotation_rfq_response_rooms_rack_rate,
#roomrates div.quotation_rfq_response_rooms_price_supplied {
  border-top-width: 0px !important;
}

/* line 3034, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#roomrates div.quotation_rfq_response_rooms_rack_rate div.controls,
#roomrates div.quotation_rfq_response_rooms_price_supplied div.controls {
  margin-left: 0px !important;
  /* display:block !important;
    width: 70px !important;
    padding: 0px !important;    */
}

/* line 3040, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#roomrates div.quotation_rfq_response_rooms_rack_rate div.controls input,
#roomrates div.quotation_rfq_response_rooms_price_supplied div.controls input {
  /*  width:70px !important;
      margin:0px !important; */
  /*padding: 0px !important;    */
  width: 60px;
}

/* line 3051, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#roomrates {
  width: 420px !important;
}

/* line 3054, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#roomrates input.rackrate {
  width: 60px !important;
}

/* line 3059, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.admin_interface.admin-quotations.edit #roomrates {
  width: 567px !important;
}

/* line 3066, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#acc-modal.modal form.simple_form.form-horizontal.confirmation-q div.modal-body.row-fluid div.control-group div.controls input[type=text],
textarea {
  width: 380px;
}

/* line 3071, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#adu-det-modal.modal form.simple_form.form-horizontal div.modal-body.row-fluid div.control-group div.controls input[type=text],
textarea {
  width: 380px;
}

/* line 3076, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#adu-det-modal.modal {
  width: 700px;
}

/* line 3081, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.showdata div.control-group,
div.showdata div.controls {
  border-top-width: 0px !important;
}

/* line 3085, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.showdata div.control-group input[type="checkbox"],
div.showdata div.controls input[type="checkbox"] {
  margin-top: 0px;
}

/* line 3092, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.person-selector {
  margin-top: -20px;
}

/* line 3096, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body.supplier-quotations div.quote_acomm th {
  color: white;
}

/* line 3100, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.add-person-client.well {
  width: 380px;
}

/* New inner straplines */
/* line 3108, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.straplines {
  font-size: 20px;
  font-family: "MuseoSlab500", 'Rokkitt', "Trebuchet MS";
  padding: 0;
  margin-bottom: 10px;
  background: #fff;
}

/* line 3116, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.straplines h4 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}

/* line 3122, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.straplines ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

/* line 3128, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .straplines {
  color: #B7355F;
}

/* line 3131, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .straplines h4 {
  color: #B7355F;
}

/* line 3135, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .straplines ul {
  border-left: 1px solid #B7355F;
}

/* line 3140, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .straplines {
  color: #00a7e5;
  margin: 20px 0;
}

/* line 3144, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .straplines h4 {
  color: #00a7e5;
}

/* line 3148, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .straplines ul {
  border-left: 1px solid #00a7e5;
}

/* line 3153, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .straplines {
  color: #004F59;
  margin: 20px 0;
}

/* line 3157, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .straplines h4 {
  color: #004F59;
}

/* line 3161, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .straplines ul {
  border-left: 1px solid #004F59;
}

/* line 3167, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .straplines {
  color: #f8981d;
  margin: 20px 0;
}

/* line 3171, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .straplines h4 {
  color: #f8981d;
}

/* line 3175, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .straplines ul {
  border-left: 1px solid #f8981d;
}

/* line 3180, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home-buttons-bottom {
  margin-top: 20px;
  float: left;
}

/* line 3184, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home-buttons-bottom .span4 {
  text-align: center;
}

/* line 3188, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.home-buttons-bottom .span4 a {
  color: #fff;
  text-align: center;
  height: 115px;
  width: 80px;
  margin: 0 8px;
  background: url(/assets/imgphase3/homes-buttons.gif) no-repeat;
  display: block;
}

/* line 3201, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .home-buttons-bottom .span4 a.email {
  background-position: left top;
}

/* line 3205, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .home-buttons-bottom .span4 a.webinar {
  background-position: -101px 0;
}

/* line 3209, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .home-buttons-bottom .span4 a.package {
  background-position: -202px 0;
}

/* line 3213, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .home-buttons-bottom .span4 a.email:hover {
  background-position: -303px top;
}

/* line 3217, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .home-buttons-bottom .span4 a.webinar:hover {
  background-position: -404px 0;
}

/* line 3221, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .home-buttons-bottom .span4 a.package:hover {
  background-position: -505px 0;
}

/* line 3227, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .home-buttons-bottom .span4 a.email {
  background-position: left -155px;
}

/* line 3231, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .home-buttons-bottom .span4 a.webinar {
  background-position: -101px -155px;
}

/* line 3235, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .home-buttons-bottom .span4 a.package {
  background-position: -202px -155px;
}

/* line 3239, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .home-buttons-bottom .span4 a.email:hover {
  background-position: -303px -155px;
}

/* line 3243, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .home-buttons-bottom .span4 a.webinar:hover {
  background-position: -404px -155px;
}

/* line 3247, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .home-buttons-bottom .span4 a.package:hover {
  background-position: -505px -155px;
}

/* line 3253, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .home-buttons-bottom .span4 a.email {
  background-position: left -310px;
}

/* line 3257, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .home-buttons-bottom .span4 a.webinar {
  background-position: -101px -310px;
}

/* line 3261, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .home-buttons-bottom .span4 a.package {
  background-position: -202px -310px;
}

/* line 3265, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .home-buttons-bottom .span4 a.email:hover {
  background-position: -303px -310px;
}

/* line 3269, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .home-buttons-bottom .span4 a.webinar:hover {
  background-position: -404px -310px;
}

/* line 3273, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .home-buttons-bottom .span4 a.package:hover {
  background-position: -505px -310px;
}

/* line 3279, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .home-buttons-bottom .span4 a.email {
  background-position: left -467px;
}

/* line 3283, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .home-buttons-bottom .span4 a.webinar {
  background-position: -101px -467px;
}

/* line 3287, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .home-buttons-bottom .span4 a.package {
  background-position: -202px -467px;
}

/* line 3291, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .home-buttons-bottom .span4 a.email:hover {
  background-position: -303px -467px;
}

/* line 3295, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .home-buttons-bottom .span4 a.webinar:hover {
  background-position: -404px -467px;
}

/* line 3299, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .home-buttons-bottom .span4 a.package:hover {
  background-position: -505px -467px;
}

/* line 3305, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.goTest {
  padding: 45px 20px;
  text-align: center;
  font-size: 32px;
  font-family: "MuseoSlab500", 'Rokkitt', "Trebuchet MS";
  /*background: url(/assets/imgphase3/goTest.jpg);    */
  width: 260px;
  /*height:98px;    */
  line-height: 30px;
  font-style: italic;
}

/* line 3317, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.goTest span {
  font-size: 80px;
  color: #ad1a59;
  vertical-align: bottom;
  line-height: 0;
}

/* line 3324, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.goTest span:first-child {
  padding: 0 15px 0 0;
}

/* line 3328, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.goTest span:last-child {
  padding: 0;
}

/* line 3334, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg.contact_us.cms-hospitality_guaranteed .container .row-fluid ul {
  list-style: none;
  margin: 0 0 15px 0;
}

/* line 3345, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .benefits-intros h2 {
  margin-bottom: 0px;
}

/* line 3349, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .benefits-intros p {
  color: #B7355F;
}

/* line 3355, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .benefits-bullets ul {
  list-style: none;
  margin-left: 0;
}

/* line 3360, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs .benefits-bullets ul li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
  background: url(/assets/imgphase3/cs-bullet-pin.gif) left top no-repeat;
}

/* line 3371, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .benefits-intros h2 {
  margin-bottom: 0px;
}

/* line 3375, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .benefits-intros p {
  color: #f8981d;
}

/* line 3381, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .benefits-bullets ul {
  list-style: none;
  margin-left: 0;
}

/* line 3386, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es .benefits-bullets ul li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
  background: url(/assets/imgphase3/es-bullet-pin.gif) left top no-repeat;
}

/* line 3397, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .benefits-intros h2 {
  margin-bottom: 0px;
}

/* line 3401, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .benefits-intros p {
  color: #00a7e5;
}

/* line 3407, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .benefits-bullets ul {
  list-style: none;
  margin-left: 0;
}

/* line 3412, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as .benefits-bullets ul li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
}

/* line 3424, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .benefits-intros h2 {
  margin-bottom: 0px;
}

/* line 3428, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .benefits-intros p {
  color: #004F59;
}

/* line 3434, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .benefits-bullets ul {
  list-style: none;
  margin-left: 0;
}

/* line 3439, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap .benefits-bullets ul li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
}

/* line 3450, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages {
  border-top: none !important;
}

/* line 3453, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages th {
  white-space: nowrap;
  background: #B7355F !important;
  border-radius: 6px 6px 0 0;
}

/* line 3459, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr th:nth-child(1) {
  background: #aaa !important;
  border: 1px solid #aaa !important;
  border-radius: 6px 0 0 0;
  display: block;
  margin-top: 20px;
}

/* line 3467, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages th,
.cs table.table.table-packages td {
  text-align: center;
  vertical-align: middle;
}

/* line 3473, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages th:first-child,
.cs table.table.table-packages td:first-child {
  text-align: left;
}

/* line 3478, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages td span.pinktick {
  background-image: url(/assets/imgphase3/pins.png);
  background-repeat: no-repeat;
  background-position: 0 -22px;
  height: 20px;
  width: 10px;
  display: inline-block;
}

/* line 3487, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr td:nth-child(n+1) {
  transition: background .3s;
}

/* line 3491, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr td:nth-child(2) {
  background: rgba(183, 53, 95, 0.033);
}

/* line 3495, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr td.hovered:nth-child(2) {
  background: rgba(183, 53, 95, 0.25);
}

/* line 3499, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr td:nth-child(3) {
  background: rgba(183, 53, 95, 0.066);
}

/* line 3503, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr td.hovered:nth-child(3) {
  background: rgba(183, 53, 95, 0.3);
}

/* line 3507, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr td:nth-child(4) {
  background: rgba(183, 53, 95, 0.1);
}

/* line 3511, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr td.hovered:nth-child(4) {
  background: rgba(183, 53, 95, 0.35);
}

/* line 3515, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.cs table.table.table-packages tr:last-child td {
  background: #aaa;
  color: #fff;
}

/* line 3522, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages {
  border-top: none !important;
}

/* line 3525, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages th {
  white-space: nowrap;
  background: #f8981d !important;
  border-radius: 6px 6px 0 0;
  color: #fff;
}

/* line 3532, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr th:nth-child(1) {
  background: #aaa !important;
  border: 1px solid #aaa !important;
  border-radius: 6px 0 0 0;
  display: block;
  margin-top: 20px;
}

/* line 3540, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages th,
.es table.table.table-packages td {
  text-align: center;
  vertical-align: middle;
}

/* line 3546, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages th:first-child,
.es table.table.table-packages td:first-child {
  text-align: left;
}

/* line 3551, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages td span.pinktick {
  background-image: url(/assets/imgphase3/pins.png);
  background-repeat: no-repeat;
  background-position: 0 -220px;
  height: 20px;
  width: 10px;
  display: inline-block;
}

/* line 3560, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr td:nth-child(n+1) {
  transition: background .3s;
}

/* line 3564, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr td:nth-child(2) {
  background: rgba(248, 152, 29, 0.033);
}

/* line 3568, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr td.hovered:nth-child(2) {
  background: rgba(248, 152, 29, 0.25);
}

/* line 3572, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr td:nth-child(3) {
  background: rgba(248, 152, 29, 0.066);
}

/* line 3576, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr td.hovered:nth-child(3) {
  background: rgba(248, 152, 29, 0.3);
}

/* line 3580, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr td:nth-child(4) {
  background: rgba(248, 152, 29, 0.1);
}

/* line 3584, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr td.hovered:nth-child(4) {
  background: rgba(248, 152, 29, 0.35);
}

/* line 3588, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.es table.table.table-packages tr:last-child td {
  background: #aaa;
  color: #fff;
}

/* line 3595, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages {
  border-top: none !important;
}

/* line 3598, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages th {
  white-space: nowrap;
  background: #00a7e5 !important;
  border-radius: 6px 6px 0 0;
  color: #fff;
}

/* line 3605, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr th:nth-child(1) {
  background: #aaa !important;
  border: 1px solid #aaa !important;
  border-radius: 6px 0 0 0;
  display: block;
  margin-top: 20px;
}

/* line 3613, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages th,
.as table.table.table-packages td {
  text-align: center;
  vertical-align: middle;
}

/* line 3619, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages th:first-child,
.as table.table.table-packages td:first-child {
  text-align: left;
}

/* line 3624, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages td span.pinktick {
  background-image: url(/assets/imgphase3/pins.png);
  background-repeat: no-repeat;
  background-position: 0 -48px;
  height: 20px;
  width: 10px;
  display: inline-block;
}

/* line 3633, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr td:nth-child(n+1) {
  transition: background .3s;
}

/* line 3637, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr td:nth-child(2) {
  background: rgba(0, 167, 229, 0.033);
}

/* line 3641, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr td.hovered:nth-child(2) {
  background: rgba(0, 167, 229, 0.25);
}

/* line 3645, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr td:nth-child(3) {
  background: rgba(0, 167, 229, 0.066);
}

/* line 3649, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr td.hovered:nth-child(3) {
  background: rgba(0, 167, 229, 0.3);
}

/* line 3653, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr td:nth-child(4) {
  background: rgba(0, 167, 229, 0.1);
}

/* line 3657, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr td.hovered:nth-child(4) {
  background: rgba(0, 167, 229, 0.35);
}

/* line 3661, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.as table.table.table-packages tr:last-child td {
  background: #aaa;
  color: #fff;
}

/* line 3668, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages {
  border-top: none !important;
}

/* line 3671, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages th {
  white-space: nowrap;
  background: #004F59 !important;
  border-radius: 6px 6px 0 0;
  color: #fff;
}

/* line 3678, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr th:nth-child(1) {
  background: #aaa !important;
  border: 1px solid #aaa !important;
  border-radius: 6px 0 0 0;
  display: block;
  margin-top: 20px;
}

/* line 3686, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages th,
.ap table.table.table-packages td {
  text-align: center;
  vertical-align: middle;
}

/* line 3692, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages td {
  color: #004F59;
  font-weight: bold;
}

/* line 3697, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages td:first-child {
  font-weight: normal;
  color: #807f83;
}

/* line 3702, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages th:first-child,
.ap table.table.table-packages td:first-child {
  text-align: left;
}

/* line 3707, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages td span.pinktick {
  background-image: url(/assets/imgphase3/pins.png);
  background-repeat: no-repeat;
  background-position: 0 -74px;
  height: 20px;
  width: 10px;
  display: inline-block;
}

/* line 3716, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr td:nth-child(n+1) {
  transition: background .3s;
}

/* line 3720, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr td:nth-child(2) {
  background: rgba(118, 167, 50, 0.033);
}

/* line 3724, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr td.hovered:nth-child(2) {
  background: rgba(118, 167, 50, 0.25);
}

/* line 3728, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr td:nth-child(3) {
  background: rgba(118, 167, 50, 0.066);
}

/* line 3732, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr td.hovered:nth-child(3) {
  background: rgba(118, 167, 50, 0.3);
}

/* line 3736, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr td:nth-child(4) {
  background: rgba(118, 167, 50, 0.1);
}

/* line 3740, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr td.hovered:nth-child(4) {
  background: rgba(118, 167, 50, 0.35);
}

/* line 3744, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ap table.table.table-packages tr:last-child td {
  background: #aaa;
  color: #fff;
}

/* line 3756, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-body #payment-form .payment-info {
  margin-botton: 10px;
}

/* line 3759, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-body #payment-form .payment-info h4 {
  display: block;
  background: #000;
  color: #fff;
  padding: 4px 7px;
}

/* line 3766, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-body #payment-form .payment-info table.table {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 15px;
}

/* line 3773, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-body #payment-form .payment-info th {
  text-align: left;
  padding: 1px 3px;
  color: #000;
  background: #eee;
}

/* line 3780, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-body #payment-form .payment-info td {
  font-weight: normal;
  padding: 1px 3px;
}

/* line 3785, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-body #payment-form .payment-info td.price,
.events-ext_bookings.payment .modal-body #payment-form .payment-info th.price {
  text-align: right;
}

/* line 3791, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-body #payment-form label.radio {
  display: inline-block;
  margin-right: 20px;
  line-height: 25px;
  margin-bottom: 0;
}

/* line 3797, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-body #payment-form label.radio input {
  margin-left: -18px;
}

/* line 3803, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-footer {
  text-align: left;
}

/* line 3806, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment .modal-footer .cc-logos {
  max-height: 20px;
  margin-right: 3px;
  display: inline;
  background: transparent;
}

/* line 3815, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.events-ext_bookings.payment h3 span {
  padding-top: 10px;
  display: block;
  line-height: 20px;
}

/* line 3822, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.padlock {
  max-height: 30px;
  margin-right: 5px;
  float: left;
}

/* line 3835, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table td.status {
  text-align: center;
}

/* line 3838, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table td.status span {
  margin: 1px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0px;
  line-height: 31px;
}

/* line 3848, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table td.status span.nostatus {
  color: #fff;
  background-color: #ccc;
}

/* line 3853, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table td.status span.act {
  color: #fff;
  background-color: #cf1046;
}

/* line 3859, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#acc-modal.chase-modal .modal-body {
  position: relative;
  max-height: 425px;
}

/* line 3864, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#acc-modal.chase-modal {
  margin-left: -450px;
  width: 900px !important;
}

/* line 3869, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#acc-modal.chase-modal div.chase-list-left {
  max-height: 375px;
  position: relative;
  overflow-y: auto;
}

/* line 3875, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#acc-modal.chase-modal div.chase-list-right {
  max-height: 375px;
}

/* line 3879, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#myModal.modal.bigger .modal_body {
  min-height: 900px;
}

/* line 3883, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#override-modal-tall .modal-body {
  height: 450px;
}

/* line 3887, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
form.simple_form.form-horizontal div.control-group.boolean.image_publish div.controls {
  margin-left: 0px;
  margin-top: 10px;
}

/* line 3892, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
form.simple_form.form-horizontal div.control-group.boolean.image_publish {
  margin-bottom: 0;
}

/* line 3897, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#override-modal-big .modal-body {
  position: relative;
  max-height: 435px;
}

/* line 3902, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#override-modal-big {
  margin-left: -450px;
  width: 900px !important;
}

/* line 3906, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#override-modal-big .well {
  border: none;
}

/* line 3911, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#override-modal-xbig {
  margin-left: -600px;
  width: 1200px !important;
  margin-top: -5vh;
  height: auto;
}

/* line 3917, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#override-modal-xbig .well {
  border: none;
}

/* line 3922, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#override-modal-xbig .modal-body {
  position: relative;
  max-height: unset;
}

/* line 3927, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#override-modal-xbig input.full_width {
  width: 96% !important;
}

/* line 3931, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#override-modal-xbig div.well {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 3938, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#override-modal-xbig div.row-fluid {
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 3943, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#override-modal-med .modal-body {
  position: relative;
  max-height: 300px;
}

/* line 3948, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#override-modal-med {
  margin-left: -450px;
  width: 900px !important;
}

/* line 3953, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#override-modal-med.modal.hide.fade.in div.modal-body div.row-fluid div.control-group div.controls textarea {
  height: 250px;
  width: 850px;
}

/* line 3965, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .adaccom {
  margin-bottom: 50px;
}

/* line 3969, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .partner {
  text-align: right;
}

/* line 3972, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .partner img {
  max-height: 90px;
}

/* line 3977, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .intro {
  text-align: center;
  margin: 30px 0px;
  padding: 25px;
}

/* line 3982, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .intro h1 {
  font-size: 30px;
  line-height: 46px;
}

/* line 3987, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .intro p {
  font-size: 19px;
  line-height: 24px;
}

/* line 3994, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .form-horizontal .control-label {
  width: 250px;
}

/* line 3998, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .form-horizontal div.controls {
  margin-left: 270px;
}

/* line 4004, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .table .small {
  font-weight: 400;
}

/* line 4008, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .table td:last-child {
  text-align: left !important;
}

/* line 4013, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .table td input {
  float: left;
  margin-right: 10px;
}

/* line 4018, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .table td label {
  float: left;
  width: auto;
  margin-bottom: 0;
}

/* line 4025, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.adult_accommodations .table th {
  color: #eee;
  background: #000;
}

/* line 4034, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.inline-links {
  display: block;
}

/* line 4037, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.inline-links li.inline-link {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 4043, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.task-error {
  color: red;
  width: 150px;
  height: auto;
  font-size: 11px;
  padding: 2px;
}

/* line 4051, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link {
  color: #807F83;
  border-bottom: 1px solid grey !important;
  margin-bottom: 2px;
}

/* line 4057, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link:hover {
  text-decoration: none;
}

/* line 4060, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link:hover div span.label,
.hg .well a.conf-date-link:hover div span.data_value {
  background-color: darkgrey !important;
  color: #fff;
}

/* line 4066, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link:hover div {
  background-color: darkgrey !important;
  color: #fff;
}

/* line 4077, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link-red {
  color: #fff;
  border-bottom: 1px solid grey !important;
  margin-bottom: 2px;
}

/* line 4082, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link-red div span.label,
.hg .well a.conf-date-link-red div span.data_value {
  background-color: #fcaeae !important;
  color: #fff;
}

/* line 4088, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link-red div {
  background-color: #fcaeae !important;
  color: #fff;
}

/* line 4094, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link-red:hover {
  text-decoration: none;
}

/* line 4097, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link-red:hover div span.label,
.hg .well a.conf-date-link-red:hover div span.data_value {
  background-color: #b56565 !important;
  color: #fff;
}

/* line 4103, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hg .well a.conf-date-link-red:hover div {
  background-color: #b56565 !important;
  color: #fff;
}

/* Map button */
/* line 4115, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#map_canvas .search-button-container {
  z-index: 1 !important;
  position: absolute;
  left: 114px !important;
  top: 10px !important;
}

/* line 4121, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#map_canvas .search-button-container .btn-success {
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #fff !important;
  font-family: Roboto, Arial, sans-serif;
  -webkit-user-select: none;
  font-size: 11px;
  padding: 7px 8px;
  border: none;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  text-shadow: none !important;
  min-width: 40px;
  background: #ad1a59;
  font-weight: 500;
}

/* line 4141, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#map_canvas .search-button-container .btn-success:hover {
  background: #801f3e;
}

/* line 4147, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
select#rfq_learners {
  color: #a59da3;
}

/* line 4150, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
select#rfq_learners option {
  color: #5c5c5c;
}

/* line 4156, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.well.cluster nav ul li {
  margin-bottom: 10px;
}

/* line 4160, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.well.cluster nav ul {
  list-style: none;
}

/* line 4165, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.well div#pwd-info {
  position: absolute;
  background-color: white;
  opacity: 1;
  width: 320px;
  padding: 5px;
  border: 2px solid #49175B;
  border-radius: 1em;
  z-index: 50;
}

/* line 4177, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.well div#pwd-conf-info {
  position: absolute;
  background-color: white;
  opacity: 1;
  width: 320px;
  padding: 5px;
  border: 2px solid #49175B;
  border-radius: 1em;
}

/* line 4187, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.well div#pwd-info ul {
  list-style: none;
}

/* line 4191, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.well div#pwd-info ul li.invalid {
  color: #D12E02;
}

/* line 4195, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.well div#pwd-info ul li.valid {
  color: #1BB703;
}

/* line 4199, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.well div#pwd-conf-indicator {
  position: absolute;
  display: block;
}

/* line 4206, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.modal.fade.in.lower {
  top: 22%;
}

/* line 4210, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.stops-logos {
  max-width: 938px;
}

/* line 4214, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.bg-green {
  background-color: #DFF0D8;
}

/* line 4218, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable {
  display: inline-block;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
  min-height: 50px;
  height: auto;
  border-bottom: 1px solid grey;
}

/* line 4227, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable li {
  display: inline-block;
  width: 100px;
  height: auto;
  min-height: 50px;
  margin: 0px;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
}

/* line 4239, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable.hdr {
  font-weight: bold;
  font-size: 13px;
}

/* line 4244, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable li.id {
  width: 37px;
}

/* line 4248, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable li.email {
  width: 190px;
}

/* line 4252, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable li.sel {
  width: 90px;
}

/* line 4256, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable li.stat {
  width: 180px;
}

/* line 4259, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable li.stat .inv-status-l {
  display: inline-block;
  width: 90px;
  min-height: 48px;
}

/* line 4265, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.ultable li.stat .inv-status-r {
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  min-height: 48px;
}

/* line 4275, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#adu-det-modal .modal-body.inv-grp .control-group {
  width: auto;
}

/* line 4278, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#adu-det-modal .modal-body.inv-grp .control-group label.control-label {
  margin-left: 20px;
  width: 120px;
}

/* line 4283, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#adu-det-modal .modal-body.inv-grp .control-group .controls input {
  margin-left: -40px;
}

/* line 4288, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#adu-det-modal .modal-body.inv-grp .control-group .controls textarea {
  width: 508px;
  margin-left: -20px;
}

/* line 4293, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#adu-det-modal .modal-body.inv-grp .control-group .controls select {
  width: 232px;
  margin-left: -30px;
}

/* line 4301, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.ui-autocomplete {
  z-index: 2147483647;
}

/* line 4305, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
tr.amber td {
  background-color: #EFF4a4;
}

/* line 4309, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
tr.green td {
  background-color: #C6F9B6;
}

/* line 4313, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#development-ribbon .ribbon {
  z-index: 999;
  pointer-events: none;
}

/* line 4318, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#development-ribbon .ribbon-holder {
  z-index: 999;
  pointer-events: none;
  position: fixed !important;
}

/* line 4324, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
h5.red {
  color: red;
}

/* line 4328, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
h5.green {
  color: green;
}

/* line 4332, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.table td.strike-thro a {
  text-decoration: line-through;
}

/* line 4336, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
span.cancelled {
  color: red;
}

/*
.span6 .well .radio label {
  width:400px;
  font-size:15px;
}
.well.opt-in .radio label {
  font-size:15px;
}


.span6 .well .radio input[type="radio"]{
  margin-left:5px;
  margin-right:10px;
  margin-top: 2px;
  vertical-align: middle;
}

.well.opt-in .radio input[type="radio"]{
  margin-top: 2px;
  vertical-align: middle;
}
 */
/* line 4363, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#editprofiles .span6 #contact-permission .control-group {
  display: block;
  width: 100%;
  float: left;
}

/* line 4368, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#editprofiles .span6 #contact-permission .control-group .controls {
  display: block;
  width: 100%;
  float: left;
}

/* line 4373, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#editprofiles .span6 #contact-permission .control-group .controls .radio {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  width: 100%;
  float: left;
}

/* line 4380, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#editprofiles .span6 #contact-permission .control-group .controls .radio label {
  margin-bottom: 0;
  width: auto;
  font-size: 13px;
  margin: 0 15px 0 0;
}

/* line 4387, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#editprofiles .span6 #contact-permission .control-group .controls .radio input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  margin-top: 2px;
  margin-left: -1.25rem;
  vertical-align: middle;
}

/* line 4401, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
form#new_user #contact-permission .controls {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
}

/* line 4407, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
form#new_user #contact-permission .controls .radio {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  width: 100%;
  float: left;
}

/* line 4414, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
form#new_user #contact-permission .controls .radio label {
  margin-bottom: 0;
  width: auto;
  font-size: 13px;
  margin: 0 15px 0 0;
}

/* line 4421, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
form#new_user #contact-permission .controls .radio input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  margin-top: 2px;
  margin-left: -1.25rem;
  vertical-align: middle;
  min-height: auto;
}

/* line 4435, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.modal .modal-body .invalid-feedback {
  border: 1px solid red;
  width: 220px;
  margin-left: 150px;
  color: darkred;
  background-color: pink;
  padding: 2px;
  border-radius: 4px;
}

/* line 4445, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.admin-tasks_dashboards .datepicker {
  z-index: 500 !important;
}

/* line 4449, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.chip-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}

/* line 4456, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.chip {
  color: white;
  margin-right: 4rem;
  margin-top: 0.2rem;
}

/* line 4462, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.chip-safe {
  background-color: green;
}

/* line 4466, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.chip-danger {
  background-color: red;
}

/* line 4470, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#servace-nav {
  display: inline-flex;
  width: 100%;
}

/* line 4475, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#servace-nav .secondary-nav-container {
  justify-content: space-evenly;
  align-items: center;
}

/* line 4480, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#bg .container {
  width: 99% !important;
}

/* line 4487, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs.maintabs li a {
  background-image: none;
}

/* line 4491, app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs.maintabs li.active a {
  background-image: none;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://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;
}
/* line 5, app/assets/stylesheets/admin/events.css.scss */
body.admin_interface textarea.event-proforma-text {
  width: 100%;
}

/* line 8, app/assets/stylesheets/admin/events.css.scss */
body.admin_interface table.table tr.alt-th-color th {
  background-color: #DDDDDD;
  color: #333333;
}

/* line 13, app/assets/stylesheets/admin/events.css.scss */
body.admin_interface table.table tr.plain td {
  background-color: white;
}

/* line 17, app/assets/stylesheets/admin/events.css.scss */
body.admin_interface table.table tr.warn-full td {
  background-color: #FEFBAF;
}

/* line 24, app/assets/stylesheets/admin/events.css.scss */
.admin-event_add_texts .well-small {
  padding: 9px 9px 0 9px;
}

/* line 27, app/assets/stylesheets/admin/events.css.scss */
.admin-event_add_texts label {
  color: #222;
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/admin/events.css.scss */
.admin-event_add_texts textarea {
  margin: 0 0 15px 0;
}
/* line 3, app/assets/stylesheets/admin/forecast_table.css.scss */
.table tbody tr > td.higher_amount {
  background-color: #dff0d8 !important;
}

/* line 7, app/assets/stylesheets/admin/forecast_table.css.scss */
.table tbody tr > td.lower_amount {
  background-color: #f2dede !important;
}

/* line 11, app/assets/stylesheets/admin/forecast_table.css.scss */
.higher_amount {
  background-color: #1fd31f;
}

/* line 15, app/assets/stylesheets/admin/forecast_table.css.scss */
.lower_amount {
  background-color: #462751;
}

/* line 19, app/assets/stylesheets/admin/forecast_table.css.scss */
.jqplot-yaxis {
  margin-left: -10px !important;
  padding-right: 10px !important;
  width: 90px !important;
  line-height: 12px !important;
}
/*requests*/
/* line 6, app/assets/stylesheets/admin/rfq.css.scss */
html body.admin_interface div#bg div.container div.row div.well.label-extra div span.label {
  width: 180px;
}

/* line 9, app/assets/stylesheets/admin/rfq.css.scss */
.form-request .room_type_packages .control-group.boolean .controls {
  margin-left: 0;
}

/* line 11, app/assets/stylesheets/admin/rfq.css.scss */
.form-request .room_type_packages .control-group.boolean .controls input[type="checkbox"] {
  float: left;
}

/* line 16, app/assets/stylesheets/admin/rfq.css.scss */
.font-bold {
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/admin/rfq.css.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 24, app/assets/stylesheets/admin/rfq.css.scss */
.bg-gray-300 {
  background-color: #dee2e6;
}

/* line 30, app/assets/stylesheets/admin/rfq.css.scss */
.row-fluid.request-show div.span4 span.label {
  width: 210px;
  white-space: normal;
}

/* line 36, app/assets/stylesheets/admin/rfq.css.scss */
.form-request .req_question .radio {
  display: inline-block;
  margin-right: 20px;
}

/* line 40, app/assets/stylesheets/admin/rfq.css.scss */
.form-request .span6 .well input[type="checkbox"] {
  float: left;
}

/*responses*/
/* line 46, app/assets/stylesheets/admin/rfq.css.scss */
table.rooms td .controls input {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/admin/rfq.css.scss */
table.rooms td .control-group {
  margin-bottom: 0;
}

/* line 52, app/assets/stylesheets/admin/rfq.css.scss */
table.rooms td .control-group label {
  float: left;
  width: auto;
  margin-right: 10px;
  padding-top: 4px;
}

/* line 58, app/assets/stylesheets/admin/rfq.css.scss */
table.rooms td span {
  float: left;
  width: auto;
  white-space: nowrap;
}

/* line 62, app/assets/stylesheets/admin/rfq.css.scss */
table.rooms td span label {
  float: right;
  margin-right: 20px;
  padding-top: 2px;
}

/* line 67, app/assets/stylesheets/admin/rfq.css.scss */
table.rooms td span input {
  float: left;
  margin-right: 5px;
}

/* line 73, app/assets/stylesheets/admin/rfq.css.scss */
table.rooms td .incex span label {
  float: none !important;
  margin-top: 0;
}

/* line 80, app/assets/stylesheets/admin/rfq.css.scss */
table.answers td .control-group .radio {
  padding: 0 0 0 22px;
  margin-bottom: 0;
}

/* line 83, app/assets/stylesheets/admin/rfq.css.scss */
table.answers td .control-group .radio input {
  float: left;
  margin-top: 3px;
}

/* line 87, app/assets/stylesheets/admin/rfq.css.scss */
table.answers td .control-group .radio label {
  float: left;
}

/* line 92, app/assets/stylesheets/admin/rfq.css.scss */
table.answers td .control-group .controls select {
  margin: 0;
}

/* line 97, app/assets/stylesheets/admin/rfq.css.scss */
table.answers td:first-child {
  vertical-align: middle;
}
/* line 5, app/assets/stylesheets/client/events.css.scss */
body.client-events table.table tr.alt-th-color th {
  background-color: #DDDDDD !important;
  color: #333333;
  border-bottom-color: #DDDDDD !important;
  border-left-color: #DDDDDD !important;
  border-right-color: #DDDDDD !important;
  border-top-color: #DDDDDD !important;
}

/* line 14, app/assets/stylesheets/client/events.css.scss */
body.client-events table.table tr.plain td {
  background-color: white;
}

/* line 18, app/assets/stylesheets/client/events.css.scss */
body.client-events table.table tr.warn-full td {
  background-color: #FEFBAF;
}
/* rfq instructions */
/* line 2, app/assets/stylesheets/client/rfq.css.scss */
#ji-bg {
  background: #f5f5f5;
  margin: 20px 0 0 0;
}

/* line 6, app/assets/stylesheets/client/rfq.css.scss */
#joining-instruction {
  width: 600px;
  margin: 0px auto;
  border-top: 18px solid #4a4a4c;
  border-bottom: 18px solid #4a4a4c;
  font-family: Helvetica, Arial, sans-serif;
  color: #4a4a4c;
  background: #fff;
  position: relative;
}

/* line 16, app/assets/stylesheets/client/rfq.css.scss */
#joining-instruction h1, #joining-instruction h2, #joining-instruction h3, #joining-instruction h4, #joining-instruction h5 {
  color: #4a4a4c;
}

/* line 19, app/assets/stylesheets/client/rfq.css.scss */
#joining-instruction .row-fluid {
  padding: 20px;
  width: 560px;
}

/* line 23, app/assets/stylesheets/client/rfq.css.scss */
#joining-instruction .row-fluid.header {
  margin: 0;
  border-bottom: 30px solid #004F59;
}

/* line 27, app/assets/stylesheets/client/rfq.css.scss */
#joining-instruction td#main-content table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}

/* line 32, app/assets/stylesheets/client/rfq.css.scss */
#joining-instruction td#main-content table td {
  border: 1px solid #ccc;
  padding: 5px;
}

/* line 36, app/assets/stylesheets/client/rfq.css.scss */
#joining-instruction td#main-content table th {
  border: 1px solid #ccc;
  background: #eee;
  color: #4a4a4c;
  text-align: left;
  padding: 5px;
}

/* line 43, app/assets/stylesheets/client/rfq.css.scss */
#joining-instruction td#main-content h3 {
  font-size: 1.4em;
}

/* rfq locations */
/* line 51, app/assets/stylesheets/client/rfq.css.scss */
.client-rfq_locations.show .row-fluid.request-show div.span4 span.label {
  width: 150px;
  white-space: normal;
}

/* line 58, app/assets/stylesheets/client/rfq.css.scss */
.edit-toggler {
  position: relative;
  left: 527px;
  top: 0px;
}

/* line 64, app/assets/stylesheets/client/rfq.css.scss */
.edit-toggler:hover {
  opacity: 0.7;
}

/* line 68, app/assets/stylesheets/client/rfq.css.scss */
.ji-img-container {
  min-height: 100px;
}
/* line 4, app/assets/stylesheets/client/shortlisted_hotels.css.scss */
div.shortlist_hotel {
  display: inline-block;
}
/* line 5, app/assets/stylesheets/cms/conference_stop.css.scss */
#mapwrap {
  padding: 0;
  border: 0;
}

/* line 10, app/assets/stylesheets/cms/conference_stop.css.scss */
body.conference_venues #map_canvas {
  height: 644px;
}

/* line 11, app/assets/stylesheets/cms/conference_stop.css.scss */
body.admin_interface #map_canvas {
  height: 644px;
}

/* line 12, app/assets/stylesheets/cms/conference_stop.css.scss */
div#hotels {
  display: none;
}

/* line 13, app/assets/stylesheets/cms/conference_stop.css.scss */
div#srch-info-popup {
  display: none;
}

/* venue search */
/* line 18, app/assets/stylesheets/cms/conference_stop.css.scss */
.mapster-tooltip, .mapster_tooltip {
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: bold;
  margin-left: 100px !important;
}

/* line 26, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form h2 {
  padding: 0 0 2px 0;
  margin: -2px 0 10px 0;
  font-size: 22px;
  line-height: 20px;
  font-weight: normal;
  border-bottom: 1px solid #EFEFF0;
}

/* line 34, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form form {
  padding: 0;
  margin: 0;
}

/* line 39, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 44, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form li select, #search_form li input.fields[type="text"] {
  margin: 0 0 5px 0;
}

/* line 47, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form select#hotel_style {
  margin: 5px 0 5px 0;
}

/* line 51, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form label {
  display: inline;
  padding: 0 0 0 5px;
}

/* line 56, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form label.hide {
  display: none;
}

/* line 60, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form ul select {
  width: 260px;
}

/* line 64, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form .halfleft {
  width: 130px;
  float: left;
}

/* line 68, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form .halfright {
  width: 110px;
  float: right;
}

/* line 72, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form input.fields.halfright,
#search_form input.fields.halfleft {
  float: right;
}

/*#search_form ul input.fields {
  width: 260px;
  float:left;
  height: 30px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
} */
/* line 90, app/assets/stylesheets/cms/conference_stop.css.scss */
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 95, app/assets/stylesheets/cms/conference_stop.css.scss */
#mode_search, #mode_draw {
  margin: -5px 0 0 0;
}

/* line 99, app/assets/stylesheets/cms/conference_stop.css.scss */
#factors {
  width: 250px;
  padding: 5px 5px 0 5px;
  background: #fff;
  float: left;
  margin: 0 0 10px 0;
  border-top: 1px solid #efeff0;
}

/* line 108, app/assets/stylesheets/cms/conference_stop.css.scss */
#factors ul li {
  float: left;
  margin: 10px 15px 0 0;
}

/* line 113, app/assets/stylesheets/cms/conference_stop.css.scss */
#factors label, #factors input {
  float: left;
  margin-right: 5px;
}

/* line 118, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form #factors label {
  padding: 0;
}

/* line 122, app/assets/stylesheets/cms/conference_stop.css.scss */
#parking_label {
  background: url(/assets/imgphase3/Free-Parking.png) top left no-repeat;
  text-indent: -9999px;
  width: 31px;
  height: 29px;
  text-align: left;
  vertical-align: middle;
  float: left;
}

/* line 131, app/assets/stylesheets/cms/conference_stop.css.scss */
#wifi_label {
  background: url(/assets/imgphase3/Free-WiFi.png) top left no-repeat;
  text-indent: -9999px;
  width: 45px;
  height: 29px;
  text-align: left;
  vertical-align: middle;
}

/* line 139, app/assets/stylesheets/cms/conference_stop.css.scss */
#walking_label {
  background: url(/assets/imgphase3/walking-distance.gif) top left no-repeat;
  text-indent: -9999px;
  width: 25px;
  height: 39px;
  text-align: left;
  vertical-align: middle;
  margin-left: 13px;
}

/* line 148, app/assets/stylesheets/cms/conference_stop.css.scss */
#paid_parking_label {
  background: url(/assets/imgphase3/parking_icon.png) top left no-repeat;
  text-indent: -9999px;
  width: 31px;
  height: 29px;
  text-align: left;
  vertical-align: middle;
}

/* line 156, app/assets/stylesheets/cms/conference_stop.css.scss */
#paid_wifi_label {
  background: url(/assets/imgphase3/wi-fi_icon.png) top left no-repeat;
  text-indent: -9999px;
  width: 45px;
  height: 29px;
  text-align: left;
  vertical-align: middle;
}

/* line 166, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form .buttonswrapper {
  margin: 0 0 5px 0;
  position: relative;
}

/* line 171, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form .buttonswrapper #advanced_search, #search_form .buttonswrapper #search_button {
  position: relative;
  line-height: 20px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: normal;
  display: inline-block;
}

/* line 179, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_button {
  width: 138px;
  height: 26px;
}

/* line 185, app/assets/stylesheets/cms/conference_stop.css.scss */
#search_form .reset-ask {
  margin: 0 0 4px 0;
}

/* line 189, app/assets/stylesheets/cms/conference_stop.css.scss */
.form-horizontal .control-group {
  margin-bottom: 5px;
}

/* map */
/* line 197, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel-info-win {
  width: 250px;
  max-height: 100px;
}

/* line 199, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel-info-win div.inner {
  width: 180px;
  float: left;
}

/* line 203, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel-info-win h2 {
  font-size: 13px;
  line-height: 18px;
  max-width: 150px;
  margin: 0;
}

/* line 209, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel-info-win img.logo {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
}

/* line 218, app/assets/stylesheets/cms/conference_stop.css.scss */
.venueslistmap {
  margin: 0 0 20px 0;
}

/* list hotels*/
/* line 224, app/assets/stylesheets/cms/conference_stop.css.scss */
#hotels-list {
  list-style: none;
  margin: 0;
}

/* line 228, app/assets/stylesheets/cms/conference_stop.css.scss */
#hotels-list li {
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 620px;
}

/* line 235, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_img_holder {
  float: left;
  width: 200px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  padding: 3px;
  background: #EFEFEE;
}

/* line 243, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_img_holder a {
  padding: 4px;
  background: #fff;
}

/* line 248, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_img_holder a:hover, .hotel_img_holder a:focus {
  border: 1px solid #999;
  background: #ddd;
}

/* line 253, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_img_holder img {
  width: 200px;
  height: 200px;
}

/* line 258, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_main {
  float: left;
  width: 390px;
}

/* line 262, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_main h1 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

/* line 267, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_main h2 {
  margin: -3px 0 15px 0;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}

/* line 273, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_main p {
  line-height: 16px;
  margin: 0;
  word-wrap: break-word;
}

/* line 278, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_main .buttons {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

/* line 283, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_main .icons {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
}

/* line 290, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_main .icons .hotel_icons {
  float: left;
  width: 50%;
}

/* line 294, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_main .icons .feedback {
  float: left;
  width: 50%;
}

/* line 299, app/assets/stylesheets/cms/conference_stop.css.scss */
.dashed_border {
  float: left;
  width: 600px;
  border-top: 3px solid #232B31;
  padding: 10px;
  background: #f5f5f5;
  margin: 10px 0 10px 0;
}

/* line 307, app/assets/stylesheets/cms/conference_stop.css.scss */
.dashed_border .btn {
  float: left;
}

/* line 310, app/assets/stylesheets/cms/conference_stop.css.scss */
.dashed_border #hotel_pagination {
  float: right;
}

/* line 313, app/assets/stylesheets/cms/conference_stop.css.scss */
.dashed_border #hotel_pagination .pagination {
  margin: 5px 0 0 0;
}

/* line 316, app/assets/stylesheets/cms/conference_stop.css.scss */
.dashed_border p {
  padding: 0;
  margin: 0;
}

/* hotel details */
/* line 322, app/assets/stylesheets/cms/conference_stop.css.scss */
div.panel {
  position: relative;
}

/* line 329, app/assets/stylesheets/cms/conference_stop.css.scss */
#home-carousel {
  width: 200px;
  height: 200px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* line 336, app/assets/stylesheets/cms/conference_stop.css.scss */
.hotel_img_holder li {
  float: left;
  background: white;
  list-style: none;
}

/* line 342, app/assets/stylesheets/cms/conference_stop.css.scss */
.ctrl-pnl {
  position: absolute;
  top: 14px;
  height: 18px;
  width: 100%;
  z-index: 99;
  margin-left: -4px;
  text-align: center;
}

/* line 351, app/assets/stylesheets/cms/conference_stop.css.scss */
.ctrl-cntr {
  display: inline-block;
}

/* line 354, app/assets/stylesheets/cms/conference_stop.css.scss */
.ctrl-pnl #left-arrow, .ctrl-pnl #right-arrow {
  display: inline-block;
  width: 20px;
  font-size: 20px;
  color: #B7355F;
  line-height: 18px;
  opacity: 0.7;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 364, app/assets/stylesheets/cms/conference_stop.css.scss */
.ctrl-pnl a {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #B7355F;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
  float: none;
  padding: 0;
}

/* line 377, app/assets/stylesheets/cms/conference_stop.css.scss */
#facilities {
  float: left;
  width: 620px;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 3px solid #232B31;
}

/* line 384, app/assets/stylesheets/cms/conference_stop.css.scss */
#facilities h3 {
  margin: 20px 0 5px 0;
}

/* conference show */
/* line 391, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well > div {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  clear: none;
  margin: -5px 0 0 0;
}

/* line 398, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well div span {
  padding: 5px;
  float: left;
  display: inline-block;
}

/* line 403, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well div span.label {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #000;
  vertical-align: baseline;
  white-space: normal;
  text-shadow: none;
  background-color: transparent;
  border-radius: none;
}

/* line 418, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 div,
.row-fluid.conferences .span4 div.well {
  width: 260px;
}

/* line 421, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 div div.wellfix a.conf-date-link,
.row-fluid.conferences .span4 div.well div.wellfix a.conf-date-link {
  color: #807F83;
  display: inline-block;
}

/* line 426, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 div div.wellfix a.conf-date-link:hover,
.row-fluid.conferences .span4 div.well div.wellfix a.conf-date-link:hover {
  text-decoration: none;
  background-color: darkgrey !important;
  color: #fff;
  display: inline-block;
}

/* line 431, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 div div.wellfix a.conf-date-link:hover div span,
.row-fluid.conferences .span4 div.well div.wellfix a.conf-date-link:hover div span {
  color: #fff;
}

/* line 435, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 div div.wellfix a.conf-date-link-red,
.row-fluid.conferences .span4 div.well div.wellfix a.conf-date-link-red {
  color: #fcaeae;
  display: inline-block;
}

/* line 440, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 div div.wellfix a.conf-date-link-red:hover,
.row-fluid.conferences .span4 div.well div.wellfix a.conf-date-link-red:hover {
  text-decoration: none;
  background-color: #a55e5e !important;
  color: #fff;
  display: inline-block;
}

/* line 445, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 div div.wellfix a.conf-date-link-red:hover div span,
.row-fluid.conferences .span4 div.well div.wellfix a.conf-date-link-red:hover div span {
  color: #fff;
}

/* line 450, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 div.well table div {
  width: auto !important;
}

/* line 453, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences .span4 > span {
  width: 120px;
}

/* line 456, app/assets/stylesheets/cms/conference_stop.css.scss */
.conferences .span6 .well div {
  width: 420px;
}

/* line 459, app/assets/stylesheets/cms/conference_stop.css.scss */
.conferences .span6 span {
  width: 200px;
}

/* line 462, app/assets/stylesheets/cms/conference_stop.css.scss */
.conferences .span12 .well div {
  width: 900px;
}

/* line 465, app/assets/stylesheets/cms/conference_stop.css.scss */
.conferences .span12 .well div span.label {
  width: 400px;
}

/* line 468, app/assets/stylesheets/cms/conference_stop.css.scss */
.conferences .span12 .well div span.data_value {
  width: 480px;
}

/* line 471, app/assets/stylesheets/cms/conference_stop.css.scss */
.conferences .span12 .well div.group {
  margin: 20px 0 0 0;
}

/* line 474, app/assets/stylesheets/cms/conference_stop.css.scss */
.conferences .span12 .well div.acceptoption {
  margin: 20px 0 0 0;
  background: none;
  border: none;
}

/* line 478, app/assets/stylesheets/cms/conference_stop.css.scss */
.conferences .span12 .well div.acceptoption form div {
  background: none;
  border: none;
}

/* line 486, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well .half, .row-fluid.conferences div .well .half div {
  width: 125px !important;
}

/* line 490, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well .half {
  margin: 0 5px 0 0;
}

/* line 493, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well .half:last-child {
  margin: 0;
}

/* line 496, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well .half div span.label {
  width: 70px;
}

/* line 499, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well .half div span.data_value {
  width: 35px;
}

/* line 503, app/assets/stylesheets/cms/conference_stop.css.scss */
.row-fluid.conferences div .well div p {
  padding: 10px;
  line-height: 18px;
  margin: 0;
}

/* line 509, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation label, #quotation span.label {
  width: 160px;
  padding: 0;
  margin: 5px 15px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
}

/* line 518, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation .well div {
  padding: 10px;
  width: 400px;
  border: none;
}

/* line 523, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation .well div div {
  width: 400px;
  padding: 10px 0px;
  margin: 0;
}

/* line 528, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation div input {
  width: 210px;
}

/* line 531, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation div select {
  width: 224px;
}

/* line 537, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation .well div div.float_right {
  float: right;
  width: 224px;
  margin: 0;
  padding: 0;
}

/* line 544, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation .well div div.float_right input, #quotation .well div div.float_right label {
  width: auto;
}

/* line 547, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation .well div div.float_right label {
  margin: 2px 20px 0 5px;
}

/* line 551, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation .well div textarea {
  width: 420px;
}

/* line 554, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation .well div.wide input {
  width: auto;
}

/* line 557, app/assets/stylesheets/cms/conference_stop.css.scss */
#quotation .well div.wide label {
  width: 360px;
}

/*log enquiry */
/* line 564, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .span4 label {
  width: 100px;
  margin: 0 10px 0 0;
  display: inline-block;
}

/* line 569, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .span4 input {
  width: 130px;
}

/* line 572, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .span4 textarea {
  width: 130px;
  height: 40px;
}

/* line 576, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .span4 select {
  width: 144px;
}

/* line 581, app/assets/stylesheets/cms/conference_stop.css.scss */
.field_with_errors {
  display: inline;
  height: inherit;
}

/* line 584, app/assets/stylesheets/cms/conference_stop.css.scss */
.field_with_errors input, .field_with_errors select {
  border: 1px solid red;
}

/* line 589, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .well div.fields {
  display: inline-block;
  background: #fff;
  margin: 0 0 10px 0;
  padding: 5px;
}

/* line 594, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .well div.fields label {
  width: 90px;
}

/* line 597, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .well div.fields .more-text-field {
  margin-left: 105px;
}

/* line 600, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .well div.fields .remove {
  float: right;
}

/* line 603, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .well div.fields label.qty {
  width: 30px;
  margin: 3px 5px 5px 15px;
  float: left;
}

/* line 608, app/assets/stylesheets/cms/conference_stop.css.scss */
#logenquiry .well div.fields input.conf_qi_qitem {
  width: 40px;
}

/**** edit profiles */
/* line 617, app/assets/stylesheets/cms/conference_stop.css.scss */
#editprofiles .span6 .well input[type="text"], #editprofiles .span6 .well input[type="password"] {
  width: 251px;
}

/* line 620, app/assets/stylesheets/cms/conference_stop.css.scss */
#editprofiles .span6 .well select {
  width: 265px;
}

/* line 623, app/assets/stylesheets/cms/conference_stop.css.scss */
#editprofiles .span6 .well div {
  display: inline-block;
}

/* line 626, app/assets/stylesheets/cms/conference_stop.css.scss */
#editprofiles .span6 .well input[type="submit"] {
  margin-left: 155px;
}

/* line 629, app/assets/stylesheets/cms/conference_stop.css.scss */
#editprofiles .span6 .well span.label {
  background: transparent;
  text-shadow: none;
  color: inherit;
  float: left;
  width: 140px;
  margin: 0 15px 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 641, app/assets/stylesheets/cms/conference_stop.css.scss */
#editprofiles .span6 .well .field_with_errors {
  display: inline;
  height: inherit;
}

/* line 649, app/assets/stylesheets/cms/conference_stop.css.scss */
ul#sortable-timing {
  margin-left: 4px;
  margin-right: 4px;
  list-style: none;
  margin: 0;
  width: 260px;
}

/* line 658, app/assets/stylesheets/cms/conference_stop.css.scss */
span.dragicon {
  padding-top: 5px;
  margin-right: 6px;
  margin-left: 2px;
}

/* line 663, app/assets/stylesheets/cms/conference_stop.css.scss */
form #sortable-timing li {
  width: 260px;
  margin: 0;
  position: relative;
}

/* line 668, app/assets/stylesheets/cms/conference_stop.css.scss */
form #sortable-timing li.sortable {
  margin: 0;
  padding: 0;
}

/* line 672, app/assets/stylesheets/cms/conference_stop.css.scss */
form #sortable-timing li.sortable .fields {
  padding: 5px 3px 5px 3px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  width: 272px;
  margin: 0;
  display: inline-block;
}

/* line 684, app/assets/stylesheets/cms/conference_stop.css.scss */
body.admin-conference_dates form #sortable-timing li.sortable .fields {
  width: 366px;
}

/* line 688, app/assets/stylesheets/cms/conference_stop.css.scss */
body.client-conference_dates form #sortable-timing li.sortable .fields {
  width: 339px;
}

/* line 690, app/assets/stylesheets/cms/conference_stop.css.scss */
body.client-conference_dates form #sortable-timing li.sortable .fields input.timing_label {
  width: 200px !important;
}

/* line 695, app/assets/stylesheets/cms/conference_stop.css.scss */
body.client-conference_dates .row-fluid.conferences .span4 div.well .alert {
  width: 209px;
}

/* line 703, app/assets/stylesheets/cms/conference_stop.css.scss */
form #sortable-timing li.sortable .fields input[type="text"] {
  margin: 0;
}

/* line 707, app/assets/stylesheets/cms/conference_stop.css.scss */
form li.sortable div {
  padding: 0;
}

/* line 711, app/assets/stylesheets/cms/conference_stop.css.scss */
form li.sortable .combobox_selector {
  max-height: none;
  padding: 0;
  background: #ddd;
  border: 1px solid #ccc;
  float: left;
}

/* line 719, app/assets/stylesheets/cms/conference_stop.css.scss */
form input.timing_label {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  float: left;
  margin: 0;
  width: 140px !important;
}

/* line 727, app/assets/stylesheets/cms/conference_stop.css.scss */
form input.headers {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 197px !important;
  float: left;
}

/* line 734, app/assets/stylesheets/cms/conference_stop.css.scss */
.combobox {
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 145px !important;
  position: relative !important;
}

/* line 742, app/assets/stylesheets/cms/conference_stop.css.scss */
.combobox-task input.combobox {
  float: left !important;
  margin: 0 !important;
  width: 360px !important;
  position: relative !important;
  height: 20px;
  padding: 4px 6px !important;
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
}

/* line 753, app/assets/stylesheets/cms/conference_stop.css.scss */
.combobox-task .combobox_selector {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

/* line 759, app/assets/stylesheets/cms/conference_stop.css.scss */
.combobox-task .combobox_selector ul {
  border: none;
}

/* line 762, app/assets/stylesheets/cms/conference_stop.css.scss */
.combobox-task .combobox_selector ul li a {
  padding: 3px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

/* line 768, app/assets/stylesheets/cms/conference_stop.css.scss */
.combobox-task .combobox_selector ul li a:hover {
  cursor: pointer !important;
  padding: 3px;
  box-sizing: border-box;
  color: #fff;
  background: #5b3768;
  text-decoration: none;
}

/* line 777, app/assets/stylesheets/cms/conference_stop.css.scss */
form input.time_picker.short {
  width: 40px !important;
  float: right !important;
  margin: 0 1px 0 0 !important;
}

/* line 782, app/assets/stylesheets/cms/conference_stop.css.scss */
a.float_right {
  float: right;
  margin-right: 3px;
}

/* line 788, app/assets/stylesheets/cms/conference_stop.css.scss */
.combobox_arrow {
  float: left;
  width: 18px;
  height: 30px;
  background: url(/assets/down-arrow.png) no-repeat center center #ddd !important;
  z-index: 10;
  position: relative;
}

/* line 796, app/assets/stylesheets/cms/conference_stop.css.scss */
.combobox_selector ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #CCC;
}

/* line 803, app/assets/stylesheets/cms/conference_stop.css.scss */
form li.sortable .combobox_selector li {
  padding: 0 !important;
  width: 137px !important;
}

/* line 807, app/assets/stylesheets/cms/conference_stop.css.scss */
form li.sortable .combobox_selector ul li a {
  padding: 2px 5px !important;
  float: left !important;
  width: 127px !important;
  cursor: pointer !important;
}

/* line 814, app/assets/stylesheets/cms/conference_stop.css.scss */
form li.sortable .combobox_selector li a:hover,
form li.sortable .combobox_selector li.selected {
  padding: 2px 5px !important;
  float: left !important;
  width: 127px !important;
  background-color: #5D3456 !important;
  color: #FFF !important;
  text-decoration: none !important;
}

/* line 824, app/assets/stylesheets/cms/conference_stop.css.scss */
.ui-timepicker-table, .ui-datepicker-calendar {
  background: #fff !important;
}

/* line 827, app/assets/stylesheets/cms/conference_stop.css.scss */
.ui-timepicker {
  font-size: 14px;
}

/* line 833, app/assets/stylesheets/cms/conference_stop.css.scss */
.ui-timepicker-title {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 5px;
}

/* line 841, app/assets/stylesheets/cms/conference_stop.css.scss */
.ui-timepicker th, .ui-timepicker td a {
  padding: 5px 7px;
}

/* line 844, app/assets/stylesheets/cms/conference_stop.css.scss */
.ui-timepicker td a {
  display: block;
  cursor: pointer;
}

/* line 848, app/assets/stylesheets/cms/conference_stop.css.scss */
.ui-timepicker td a:hover {
  text-decoration: none;
}

/* line 851, app/assets/stylesheets/cms/conference_stop.css.scss */
.ui-timepicker th {
  color: #fff;
}

/* line 858, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs .ui-widget-header {
  background: #801f3e;
}

/* line 861, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs .ui-timepicker th {
  background: #B7355F;
}

/* line 865, app/assets/stylesheets/cms/conference_stop.css.scss */
.hg .ui-widget-header, .os .ui-widget-header {
  background: #492955;
}

/* line 868, app/assets/stylesheets/cms/conference_stop.css.scss */
.hg .ui-timepicker th, .os .ui-timepicker th {
  background: #5b3768;
}

/* line 872, app/assets/stylesheets/cms/conference_stop.css.scss */
.as .ui-widget-header {
  background: #0086b8;
}

/* line 875, app/assets/stylesheets/cms/conference_stop.css.scss */
.as .ui-timepicker th {
  background: #00a7e5;
}

/* line 879, app/assets/stylesheets/cms/conference_stop.css.scss */
.ap .ui-widget-header {
  background: #63951d;
}

/* line 882, app/assets/stylesheets/cms/conference_stop.css.scss */
.ap .ui-timepicker th {
  background: #004F59;
}

/* loyalty */
/* line 889, app/assets/stylesheets/cms/conference_stop.css.scss */
div.loyalty_blank {
  display: none;
}

/* line 893, app/assets/stylesheets/cms/conference_stop.css.scss */
#main_loyalty {
  overflow: hidden;
  position: relative;
  height: 342px;
}

/* line 898, app/assets/stylesheets/cms/conference_stop.css.scss */
#main_loyalty img {
  position: absolute;
  bottom: 0;
}

/* line 903, app/assets/stylesheets/cms/conference_stop.css.scss */
#main_loyalty p {
  position: absolute;
  width: 528px;
  top: 280px;
  left: 10px;
  color: white;
  font-size: 13px !important;
  line-height: 17px !important;
  letter-spacing: -.02em;
}

/* line 913, app/assets/stylesheets/cms/conference_stop.css.scss */
#main_loyalty p.enter {
  position: absolute;
  top: 296px;
  left: 555px;
  color: white;
}

/* line 920, app/assets/stylesheets/cms/conference_stop.css.scss */
#main_loyalty:hover p.enter {
  text-decoration: underline;
}

/* recommend friend */
/* line 926, app/assets/stylesheets/cms/conference_stop.css.scss */
#recommend_friend {
  position: relative;
}

/* line 930, app/assets/stylesheets/cms/conference_stop.css.scss */
#recommend_friend img {
  float: right;
}

/* line 933, app/assets/stylesheets/cms/conference_stop.css.scss */
#recommend_friend .text-holder {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 287px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

/* shortlist */
/* line 945, app/assets/stylesheets/cms/conference_stop.css.scss */
#my_shortlisted_hotels ul li form, #index_shortlisted_hotels ul li form {
  margin: 0;
}

/* line 948, app/assets/stylesheets/cms/conference_stop.css.scss */
#my_shortlisted_hotels li, #index_shortlisted_hotels li {
  position: relative;
  margin: 0 0 10px 0;
}

/* line 952, app/assets/stylesheets/cms/conference_stop.css.scss */
#my_shortlisted_hotels ul li form, #index_shortlisted_hotels ul li form {
  position: absolute;
  right: 0;
  top: 0;
}

/* supplier hotels */
/* line 961, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-hotels .controls {
  margin-left: 155px;
}

/* line 964, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-hotels #textcounter {
  float: none;
  margin: 5px 0 0 0;
}

/* suppliers facilities */
/* line 972, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-facilities .span6 .well label.radio {
  float: none;
  width: auto;
  text-align: left;
  margin: 0;
}

/* line 978, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-facilities label.checkbox {
  width: auto;
}

/* supplier quotations */
/* line 987, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations div.showdata > div {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  display: block;
  clear: none;
}

/* line 993, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations div.showdata > div span.label {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #000;
  vertical-align: baseline;
  white-space: normal;
  text-shadow: none;
  background-color: transparent;
  width: 230px;
}

/* line 1007, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .radio.inline {
  width: auto;
  margin-bottom: 6px;
  padding-top: 1px;
}

/* line 1014, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations div.maindetails div span.label {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
  width: 160px;
  white-space: normal;
  text-align: right;
  margin: 5px 15px 0 0;
  background: none;
  colour: red;
}

/* line 1026, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations div.maindetails div span.data_value {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
  display: inline-block;
}

/* line 1035, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations form .span6 .well label.control-label {
  width: 160px;
}

/* line 1040, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations div.well.timings span.label {
  width: 340px;
}

/* line 1046, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div {
  background: none;
  margin: 0;
  padding: 0;
}

/* line 1050, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .well {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 9px;
  width: 400px;
}

/* line 1056, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .well hr {
  margin: 5px 0;
}

/* line 1059, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .well form {
  margin: 5px 0;
}

/* line 1062, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .well form .attachments {
  /*width: 320px !important;
          padding: 5px 5px 2px 5px;
          max-height:22px;

          margin-right: 5px;
          display:inline-flex;  */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  width: 390px !important;
  padding: 5px;
  display: flex;
}

/* line 1075, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .well form .attachments input#file {
  height: auto;
  line-height: 0;
  padding: 5px 0 0 0;
  margin-top: -2px;
}

/* line 1083, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .fileformError {
  width: auto !important;
  background: inherit !important;
  margin-left: -80px;
}

/* line 1088, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorContent {
  width: 100% !important;
  background: darkred !important;
  position: relative;
  color: #fff;
  min-width: 120px;
  max-width: 300px;
  font-size: 12px;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px !important;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

/* line 1106, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow {
  width: 15px !important;
  margin: -2px 0 0 13px !important;
  position: relative;
}

/* line 1111, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line10 {
  width: 13px !important;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  background: darkred !important;
}

/* line 1117, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line9 {
  width: 11px !important;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  background: darkred !important;
}

/* line 1123, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line8 {
  width: 11px !important;
  background: darkred !important;
}

/* line 1127, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line7 {
  width: 9px !important;
  background: darkred !important;
}

/* line 1131, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line6 {
  width: 7px !important;
  background: darkred !important;
}

/* line 1135, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line5 {
  width: 5px !important;
  background: darkred !important;
}

/* line 1139, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line4 {
  width: 3px !important;
  background: darkred !important;
}

/* line 1143, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line3 {
  width: 1px !important;
  background: darkred !important;
}

/* line 1147, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line2 {
  width: 3px !important;
  border: none !important;
  background: #ddd !important;
}

/* line 1152, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-quotations .conferences .span6 .well div .formError .formErrorArrow .line1 {
  width: 1px !important;
  border: none  !important;
  background: #ddd !important;
}

/* line 1162, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-dashboards table.table td.conf-dates {
  min-width: 170px;
}

/* line 1165, app/assets/stylesheets/cms/conference_stop.css.scss */
.supplier-dashboards table.table td.dash-actions {
  max-width: 200px;
}

/* line 1171, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.client-conferences .conferences .well {
  margin-bottom: 0;
  border: 1px solid #999;
  border-top: none;
  padding: 5px 9px;
}

/* line 1177, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.client-conferences .conferences .well h3 {
  margin-bottom: 3px;
  font-size: 14px;
}

/* line 1181, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.client-conferences .conferences .well h4 {
  padding: 0 0 5px 5px;
  font-size: 12px;
}

/* line 1186, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.client-conferences .conferences .well:first-child {
  border-top: 1px solid #999;
}

/* line 1189, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.client-conferences .conferences .span4 > div {
  width: 280px;
  font-size: 12px !important;
  line-height: 14px important;
}

/* line 1193, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.client-conferences .conferences .span4 > div label, .cs.client-conferences .conferences .span4 > div .label, .cs.client-conferences .conferences .span4 > div .data_value {
  font-size: 12px !important;
  line-height: 14px important;
  padding: 3px;
}

/* line 1199, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.client-conferences .conferences #timings-fieldset {
  margin-top: 5px;
}

/* line 1201, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.client-conferences .conferences #timings-fieldset span.label {
  white-space: normal;
}

/* line 1207, app/assets/stylesheets/cms/conference_stop.css.scss */
hr.conf-date-divider {
  margin: 2px 0;
}

/* Conference new */
/* Conference edit */
/* line 1219, app/assets/stylesheets/cms/conference_stop.css.scss */
.edit.client-conferences #sortable-timing li.sortable div.fields, .update.client-conferences #sortable-timing li.sortable div.fields {
  padding: 5px 3px 5px 3px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  width: 272px;
  margin: 0;
  display: inline-block;
}

/* line 1230, app/assets/stylesheets/cms/conference_stop.css.scss */
.edit.client-conferences #sortable-timing li.sortable div.fields div, .update.client-conferences #sortable-timing li.sortable div.fields div {
  border: none;
  background: none;
  display: inline;
  margin: 0;
  width: auto;
}

/* line 1237, app/assets/stylesheets/cms/conference_stop.css.scss */
.edit.client-conferences #sortable-timing li.sortable div.fields div.combobox_selector, .update.client-conferences #sortable-timing li.sortable div.fields div.combobox_selector {
  background: white;
  border: 1px solid #ccc;
}

/* line 1243, app/assets/stylesheets/cms/conference_stop.css.scss */
.edit.client-conferences #sortable-timing li.sortable div.fields .combobox_arrow, .update.client-conferences #sortable-timing li.sortable div.fields .combobox_arrow {
  float: left;
  height: 30px;
  position: relative;
  width: 18px;
  z-index: 10;
  margin: 0;
}

/* line 1251, app/assets/stylesheets/cms/conference_stop.css.scss */
.edit.client-conferences #sortable-timing li.sortable div.fields input.timing_label, .update.client-conferences #sortable-timing li.sortable div.fields input.timing_label {
  width: 130px !important;
}

/* line 1254, app/assets/stylesheets/cms/conference_stop.css.scss */
.edit.client-conferences #sortable-timing li.sortable div.fields input.headers, .update.client-conferences #sortable-timing li.sortable div.fields input.headers {
  width: 187px !important;
}

/* line 1261, app/assets/stylesheets/cms/conference_stop.css.scss */
.edit.client-conferences div.control-group label, .update.client-conferences div.control-group label {
  width: 120px;
  text-align: left;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #000;
  vertical-align: baseline;
  white-space: normal;
  float: left;
}

/* line 1274, app/assets/stylesheets/cms/conference_stop.css.scss */
.edit.client-conferences div.control-group .controls, .update.client-conferences div.control-group .controls {
  width: 120px;
  border: none;
  margin: 0;
  float: left;
  padding: 5px;
}

/* line 1284, app/assets/stylesheets/cms/conference_stop.css.scss */
.cs.home .extra-reg {
  display: none;
}

/* line 1289, app/assets/stylesheets/cms/conference_stop.css.scss */
.switches a.btn:hover {
  text-decoration: none;
}

/* line 1292, app/assets/stylesheets/cms/conference_stop.css.scss */
.switches a.btn-default:hover {
  color: #333333;
}

/* footer */
/* line 1299, app/assets/stylesheets/cms/conference_stop.css.scss */
#hotel_logos {
  text-align: left;
}

/* line 1300, app/assets/stylesheets/cms/conference_stop.css.scss */
#hotel_logos .jcarousel-container {
  margin: 26px 0px 1em;
}

/* line 1301, app/assets/stylesheets/cms/conference_stop.css.scss */
#hotel_logos .jcarousel-clip {
  overflow: hidden;
  width: 100%;
  height: 36px;
}

/* line 1302, app/assets/stylesheets/cms/conference_stop.css.scss */
#hotel_logos .jcarousel-item {
  height: 36px;
  margin-right: 13px;
  float: left;
}

/* cms_admin */
/* line 1305, app/assets/stylesheets/cms/conference_stop.css.scss */
ul.hotels_check li {
  border-bottom: dotted 1px grey;
  list-style-type: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 1312, app/assets/stylesheets/cms/conference_stop.css.scss */
body.client-conferences div#timings-fieldset > div {
  display: inline-block;
}

/* Offers */
/* line 1319, app/assets/stylesheets/cms/conference_stop.css.scss */
body.cms-offers div.show_body ul {
  width: 285px;
  display: inline-block;
}

/* line 1324, app/assets/stylesheets/cms/conference_stop.css.scss */
body.cms-offers div.show_body ol {
  width: 285px;
  display: inline-block;
}
/* ADMIN */
/* line 7, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
table.jqplot-table-legend, table.jqplot-cursor-legend {
  background-color: #fff;
  border: 1px solid #cccccc;
  position: absolute;
  font-size: 0.75em;
}

/* line 14, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
table.jqplot-table-legend {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

/* line 20, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
td.jqplot-table-legend {
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.jqplot-table-legend th, .jqplot-table-legend td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px !important;
  text-align: left;
}

/* line 31, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
div.jqplot-table-legend-swatch {
  width: 0px;
  height: 0px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}

/* Competitions */
/* line 47, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box {
  position: relative;
}

/* line 50, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box {
  margin-bottom: 15px;
}

/* line 53, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box:last-child {
  margin-bottom: 0;
}

/* line 56, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box_list {
  max-height: 180px;
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

/* line 71, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box span.month_comp {
  position: relative;
  display: block;
  background: #000;
}

/* line 76, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box_list span {
  font-size: 18px;
}

/* line 79, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box_list span div.small {
  font-size: 12px;
}

/* line 82, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box_list span div.small a {
  color: #fff;
  text-decoration: underline;
}

/* line 86, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_box_list span div.small a:hover {
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_list {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  display: inline-block;
}

/* line 98, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.comp_list:last-child {
  border: none;
}

/* line 103, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
#tandcs div, #tandcs label {
  width: auto !important;
  display: inline-block;
}

/* line 107, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
#tandcs label.checkbox {
  margin: 0;
  padding: 0;
}

/* line 111, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
#tandcs input[type="checkbox"] {
  padding-left: 0;
  margin: 12px 0 0 7px;
}

/* line 117, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.alert-everyone {
  position: fixed;
  opacity: 0.8;
  top: 120px;
  width: 60%;
  left: 20%;
  padding: 10px;
  font-size: 14px;
  z-index: 999;
}

/* line 126, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.alert-everyone h3 {
  color: orange;
}

/* line 132, app/assets/stylesheets/cms/hospitality_guaranteed.css.scss */
.alert-everyone:hover {
  opacity: 0.2;
}
/*div.venue_advert {
  height: 175px;
  width: 250px;
} */
/* line 9, app/assets/stylesheets/cms/integrated_page.css.scss */
div.venue_advert h2 {
  position: absolute;
  /*top: -56px;*/
  bottom: 0;
  color: #fff;
  /*width: 220px;*/
  padding: 5px 5px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  font-size: 18px;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-stretch: normal;
  /*height: 36px;*/
  background-image: url(/assets/conferencestop/black80.png);
  margin: 0;
}

/* line 27, app/assets/stylesheets/cms/integrated_page.css.scss */
div.venue_advert a {
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/cms/integrated_page.css.scss */
div.venue_advert a:hover {
  text-decoration: underline;
  color: #FFF;
}

/* line 29, app/assets/stylesheets/cms/integrated_page.css.scss */
#recommend_friend .text-holder {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 287px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
/* line 5, app/assets/stylesheets/payments/payments_base.css.scss */
#cc-modal .modal-body {
  max-height: 500px;
  min-height: 420px;
}
/* line 8, app/assets/stylesheets/supplier/rfq_requests.css.scss */
.supplier-rfq_requests.show .row-fluid.request-show div.span4 span.label {
  width: 150px;
  white-space: normal;
}

/* line 15, app/assets/stylesheets/supplier/rfq_requests.css.scss */
.supplier-dashboards div#bg div.container form.form-inline select {
  margin-bottom: 0px;
}

/* line 19, app/assets/stylesheets/supplier/rfq_requests.css.scss */
.supplier-rfq_requests div#bg div.container form.form-inline select {
  margin-bottom: 0px;
}

/* line 23, app/assets/stylesheets/supplier/rfq_requests.css.scss */
.supplier-dashboards div#bg div.container form.form-inline {
  margin: 0px;
}

/* line 27, app/assets/stylesheets/supplier/rfq_requests.css.scss */
.supplier-rfq_requests div#bg div.container form.form-inline {
  margin: 0px;
}
/* line 5, app/assets/stylesheets/acc_booking_confirmations.css.scss */
td.acc-weekend {
  background: #efefef;
}

/* line 8, app/assets/stylesheets/acc_booking_confirmations.css.scss */
td.acc-bankhol {
  background: #aaa;
  color: #fff;
}

/* line 12, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys ul {
  list-style: none;
}

/* line 15, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys ul li {
  margin: 0 0 5px 15px;
  float: left;
  list-style: none;
}

/* line 20, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys li span {
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  margin: 3px 4px 0 0;
  float: left;
}

/* line 27, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys span.blank {
  background: #fff;
}

/* line 30, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys span.info {
  background: #d9edf7;
}

/* line 33, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys span.warning {
  background: #fcf8e3;
}

/* line 36, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys span.success {
  background: #dff0d8;
}

/* line 39, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys span.error {
  background: #f2dede;
}

/* line 42, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys span.weekend {
  background: #efefef;
}

/* line 45, app/assets/stylesheets/acc_booking_confirmations.css.scss */
div#keys span.bh {
  background: #aaa;
}

/* line 49, app/assets/stylesheets/acc_booking_confirmations.css.scss */
#bg-acc-booking {
  background: #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -moz-box-shadow: 0 0 0 1px #fff, 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 1px #fff, 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px #fff, 0px 0px 20px rgba(0, 0, 0, 0.05);
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
  width: auto;
}

/* line 60, app/assets/stylesheets/acc_booking_confirmations.css.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

/* line 64, app/assets/stylesheets/acc_booking_confirmations.css.scss */
td.occupancy select {
  max-width: 450px;
}

/* line 70, app/assets/stylesheets/acc_booking_confirmations.css.scss */
.span12.footer-logos .row-fluid ul.logos li img {
  max-height: none !important;
}

@media screen and (min-width: 980px) {
  /* line 78, app/assets/stylesheets/acc_booking_confirmations.css.scss */
  #bg-acc-booking {
    width: 940px;
  }
}

@media screen and (max-width: 767px) {
  /* line 83, app/assets/stylesheets/acc_booking_confirmations.css.scss */
  .span12.footer-logos .row-fluid .span6 {
    width: 50% !important;
    padding: 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 500px) {
  /* line 91, app/assets/stylesheets/acc_booking_confirmations.css.scss */
  .table-block td, .table-block th {
    padding: 5px;
  }
  /* line 94, app/assets/stylesheets/acc_booking_confirmations.css.scss */
  .table-block th span.start {
    display: none;
  }
  /* line 97, app/assets/stylesheets/acc_booking_confirmations.css.scss */
  .table-block span.training {
    font-size: 10px;
  }
  /* line 100, app/assets/stylesheets/acc_booking_confirmations.css.scss */
  .table-block .radio input[type="radio"], .table-block .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
    display: block;
  }
  /* line 105, app/assets/stylesheets/acc_booking_confirmations.css.scss */
  .table-block .radio, .table-block .checkbox {
    padding-left: 0;
    margin-top: -3px;
  }
}
/* line 7, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings h1, .acc_bookings h1, .acc_booking_people h1, .supplier-acc_bookings h1 {
  margin-top: 20px;
}

/* line 10, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings .well .block, .acc_bookings .well .block, .acc_booking_people .well .block, .supplier-acc_bookings .well .block {
  margin: 0 0 5px 0;
}

/* line 13, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings .well .block strong, .acc_bookings .well .block strong, .acc_booking_people .well .block strong, .supplier-acc_bookings .well .block strong {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* line 20, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings table.table-block td, .acc_bookings table.table-block td, .acc_booking_people table.table-block td, .supplier-acc_bookings table.table-block td {
  background: #fff;
}

/* line 23, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings table.table-block td.acc-weekend, .acc_bookings table.table-block td.acc-weekend, .acc_booking_people table.table-block td.acc-weekend, .supplier-acc_bookings table.table-block td.acc-weekend {
  background: #efefef;
}

/* line 26, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings table.table-block td.acc-bankhol, .acc_bookings table.table-block td.acc-bankhol, .acc_booking_people table.table-block td.acc-bankhol, .supplier-acc_bookings table.table-block td.acc-bankhol {
  background: #aaa;
  color: #fff;
}

/* line 31, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings table.table tr.no-show, .acc_bookings table.table tr.no-show, .acc_booking_people table.table tr.no-show, .supplier-acc_bookings table.table tr.no-show {
  background: #dcdcdc;
}

/* line 35, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys p, .acc_bookings #keys p, .acc_booking_people #keys p, .supplier-acc_bookings #keys p {
  float: left;
}

/* line 38, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul, .acc_bookings #keys ul, .acc_booking_people #keys ul, .supplier-acc_bookings #keys ul {
  list-style: none;
}

/* line 41, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul li, .acc_bookings #keys ul li, .acc_booking_people #keys ul li, .supplier-acc_bookings #keys ul li {
  display: inline-block;
  margin: 0 0 5px 15px;
}

/* line 45, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul li span, .acc_bookings #keys ul li span, .acc_booking_people #keys ul li span, .supplier-acc_bookings #keys ul li span {
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  margin: 0 4px 0 0;
  display: inline-block;
}

/* line 52, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul span.blank, .acc_bookings #keys ul span.blank, .acc_booking_people #keys ul span.blank, .supplier-acc_bookings #keys ul span.blank {
  background: #fff;
}

/* line 55, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul span.info, .acc_bookings #keys ul span.info, .acc_booking_people #keys ul span.info, .supplier-acc_bookings #keys ul span.info {
  background: #d9edf7;
}

/* line 58, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul span.warning, .acc_bookings #keys ul span.warning, .acc_booking_people #keys ul span.warning, .supplier-acc_bookings #keys ul span.warning {
  background: #fcf8e3;
}

/* line 61, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul span.success, .acc_bookings #keys ul span.success, .acc_booking_people #keys ul span.success, .supplier-acc_bookings #keys ul span.success {
  background: #dff0d8;
}

/* line 64, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul span.error, .acc_bookings #keys ul span.error, .acc_booking_people #keys ul span.error, .supplier-acc_bookings #keys ul span.error {
  background: #f2dede;
}

/* line 67, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul span.no-show, .acc_bookings #keys ul span.no-show, .acc_booking_people #keys ul span.no-show, .supplier-acc_bookings #keys ul span.no-show {
  background: #dcdcdc;
}

/* line 70, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul span.weekend, .acc_bookings #keys ul span.weekend, .acc_booking_people #keys ul span.weekend, .supplier-acc_bookings #keys ul span.weekend {
  background: #efefef;
}

/* line 73, app/assets/stylesheets/acc_bookings.css.scss */
.acc_create_bookings #keys ul span.bh, .acc_bookings #keys ul span.bh, .acc_booking_people #keys ul span.bh, .supplier-acc_bookings #keys ul span.bh {
  background: #aaa;
}

/* line 80, app/assets/stylesheets/acc_bookings.css.scss */
.supplier-acc_bookings div.row-fluid div.span6 div#twin-type.well div.alert {
  font-size: 16px;
}

/* line 86, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys p {
  float: left;
}

/* line 89, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul {
  list-style: none;
}

/* line 92, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul li {
  display: inline-block;
  margin: 0 0 5px 15px;
}

/* line 96, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul li span {
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  margin: 0 4px 0 0;
  display: inline-block;
}

/* line 103, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul span.blank {
  background: #fff;
}

/* line 106, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul span.info {
  background: #d9edf7;
}

/* line 109, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul span.warning {
  background: #fcf8e3;
}

/* line 112, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul span.success {
  background: #dff0d8;
}

/* line 115, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul span.error {
  background: #f2dede;
}

/* line 118, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul span.weekend {
  background: #efefef;
}

/* line 121, app/assets/stylesheets/acc_bookings.css.scss */
.admin-rfq_tasks_dashboards #keys ul span.bh {
  background: #aaa;
}

/* line 128, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal {
  width: 730px !important;
}

/* line 130, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .modal-body {
  max-height: 400px;
}

/* line 133, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .well {
  margin-bottom: 0;
}

/* line 136, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal form {
  margin-bottom: 0;
}

/* line 141, app/assets/stylesheets/acc_bookings.css.scss */
#adj-modal {
  width: 730px !important;
}

/* line 143, app/assets/stylesheets/acc_bookings.css.scss */
#adj-modal .modal-body {
  max-height: 550px;
}

/* line 146, app/assets/stylesheets/acc_bookings.css.scss */
#adj-modal .well {
  margin-bottom: 0;
}

/* line 149, app/assets/stylesheets/acc_bookings.css.scss */
#adj-modal form {
  margin-bottom: 0;
}

/* line 155, app/assets/stylesheets/acc_bookings.css.scss */
#bk-conf-modal .modal-body {
  max-height: 300px;
}

/* line 157, app/assets/stylesheets/acc_bookings.css.scss */
#bk-conf-modal .modal-body ul.modal-table {
  list-style-type: none;
}

/* line 159, app/assets/stylesheets/acc_bookings.css.scss */
#bk-conf-modal .modal-body ul.modal-table li {
  margin-left: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

/* line 170, app/assets/stylesheets/acc_bookings.css.scss */
#acc-learners-list td .control-group, #acc-staff-list td .control-group {
  margin-bottom: 0;
}

/* line 172, app/assets/stylesheets/acc_bookings.css.scss */
#acc-learners-list td .control-group .controls select, #acc-staff-list td .control-group .controls select {
  margin-bottom: 0;
}

/* line 176, app/assets/stylesheets/acc_bookings.css.scss */
#acc-learners-list tr td:last-child, #acc-staff-list tr td:last-child {
  text-align: center;
}

/* line 179, app/assets/stylesheets/acc_bookings.css.scss */
#acc-learners-list .nolabel, #acc-staff-list .nolabel {
  margin-left: -180px;
}

/* line 182, app/assets/stylesheets/acc_bookings.css.scss */
#acc-learners-list .input-xxlarge, #acc-staff-list .input-xxlarge {
  width: 440px;
}

/* line 189, app/assets/stylesheets/acc_bookings.css.scss */
.form-horizontal table.table-block .controls {
  margin-left: 0;
}

/* line 194, app/assets/stylesheets/acc_bookings.css.scss */
table.table.table-bordered tbody tr th.td-short {
  width: 180px;
}

/* line 198, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .form-horizontal label.control-label {
  width: 100px;
}

/* line 202, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .form-horizontal .controls {
  margin-left: 120px;
}

/* line 206, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .chase-modal-email {
  background-color: #dff0d8;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

/* line 213, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .chase-modal-phone {
  background-color: #d9edf7;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

/* line 220, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .chase-modal-reminder {
  background-color: #fcf8e3;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

/* line 228, app/assets/stylesheets/acc_bookings.css.scss */
#chase-modal-show-panel a {
  color: #777;
  text-decoration: none;
}

/* line 232, app/assets/stylesheets/acc_bookings.css.scss */
#chase-modal-show-panel a:hover {
  color: #9FC940;
  text-decoration: none;
}

/* line 237, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .chase-comment {
  margin: 10px 0 0 43px;
}

/* line 241, app/assets/stylesheets/acc_bookings.css.scss */
#acc-modal .chase-comment.green {
  color: green;
}

/* line 245, app/assets/stylesheets/acc_bookings.css.scss */
#issue-text-body {
  background-color: #fff;
}

/* line 249, app/assets/stylesheets/acc_bookings.css.scss */
#issue-text-body .row-fluid {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

/* line 255, app/assets/stylesheets/acc_bookings.css.scss */
.learner-added-row {
  display: block;
  padding: 2px 10px;
  background-color: #f6f9e5;
  color: #333;
  font-size: 14px;
}

/* line 266, app/assets/stylesheets/acc_bookings.css.scss */
#progress-spinner {
  position: relative;
  left: 251px;
  top: -55px;
}

/* line 272, app/assets/stylesheets/acc_bookings.css.scss */
.label-notice {
  font-size: 11px;
  display: block;
  text-align: left;
  font-weight: bold;
  border-top: 1px solid #aaa;
}
/* line 6, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings h1 {
  margin-top: 20px;
}

/* line 9, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings .well .block {
  margin: 0 0 5px 0;
}

/* line 12, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings .well .block strong {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* line 19, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings .well table.table-block td {
  background: #fff;
}

/* line 22, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings .well table.table-block td.acc-weekend {
  background: #efefef;
}

/* line 25, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings .well table.table-block td.acc-bankhol {
  background: #aaa;
  color: #fff;
}

/* line 33, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings #acc-modal p.fakelabel {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}

/* line 41, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings #acc-modal ul.block {
  margin-left: 180px;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding-top: 5px;
}

/* line 49, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings #acc-modal .modal-body table.table-block td {
  background: #fff;
}

/* line 52, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings #acc-modal .modal-body table.table-block td.acc-weekend {
  background: #efefef;
}

/* line 55, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings #acc-modal .modal-body table.table-block td.acc-bankhol {
  background: #aaa;
  color: #fff;
}

/* line 62, app/assets/stylesheets/acc_group_bookings.css.scss */
.acc_group_bookings table.table td.adult-highlight {
  background-color: #FCFBE3;
}

/* line 71, app/assets/stylesheets/acc_group_bookings.css.scss */
body.supplier-acc_group_bookings table.table td.adult-highlight {
  background-color: #FCFBE3;
}
/* line 1, app/assets/stylesheets/admin.css.scss */
.manual_datetimepicker select {
  width: auto;
  float: none;
}

/* line 6, app/assets/stylesheets/admin.css.scss */
.manual_datetimepicker div {
  float: right;
  clear: both;
}

/* line 11, app/assets/stylesheets/admin.css.scss */
ul.hotels_picker {
  margin-top: 12px;
}

/* line 15, app/assets/stylesheets/admin.css.scss */
ul.hotels_picker li {
  list-style-type: none;
  border-bottom: dotted 1px grey;
  padding-bottom: 4px;
  padding-left: 12px;
}

/* tasks */
/* line 24, app/assets/stylesheets/admin.css.scss */
div#tasks {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 29, app/assets/stylesheets/admin.css.scss */
div.task {
  margin-bottom: 12px;
  margin-top: 12px;
  clear: both;
}

/* line 35, app/assets/stylesheets/admin.css.scss */
div.task .strip {
  background: none repeat scroll 0 0 gainsboro;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  float: left;
  padding: 4px;
  text-align: right;
  width: 575px;
}

/* line 45, app/assets/stylesheets/admin.css.scss */
div.task .opp {
  background-color: #E9E3D8;
}

/* line 49, app/assets/stylesheets/admin.css.scss */
div.task .org {
  background-color: #D8E9DB;
}

/* line 53, app/assets/stylesheets/admin.css.scss */
div.task .con {
  background-color: #D8DEE9;
}

/* line 57, app/assets/stylesheets/admin.css.scss */
div.task .pre {
  background-color: #F8E3D7;
}

/* line 61, app/assets/stylesheets/admin.css.scss */
div.task .info {
  margin-left: 600px;
  padding: 4px;
  padding-left: 5px;
}

/* line 67, app/assets/stylesheets/admin.css.scss */
div.task:hover {
  background: none repeat scroll 0 0 #fbf9ee;
}

/* line 71, app/assets/stylesheets/admin.css.scss */
div.task .actions {
  float: right;
  display: inline;
}

/* line 76, app/assets/stylesheets/admin.css.scss */
div.task .assignee {
  border-radius: 7px;
  background: none repeat scroll 0 0 gainsboro;
  padding: 4px;
  display: inline;
  margin-right: 6px;
}

/* line 84, app/assets/stylesheets/admin.css.scss */
div.task div.who_what_when p {
  font-size: 80%;
}

/* line 88, app/assets/stylesheets/admin.css.scss */
div.task p {
  margin: 0;
  word-wrap: break-word;
}

/* line 93, app/assets/stylesheets/admin.css.scss */
div.task div.overdue p {
  color: #C13935;
}

/* line 99, app/assets/stylesheets/admin.css.scss */
body.admin_interface div#bg, body.admin_interface div#bg div.container, body.admin_interface .container {
  width: 99% !important;
}

/* line 103, app/assets/stylesheets/admin.css.scss */
body.admin_interface h3.title span {
  float: none;
  position: relative;
  bottom: 0;
}

/* line 109, app/assets/stylesheets/admin.css.scss */
body.admin_interface .span6 .well {
  width: auto;
}

/* line 113, app/assets/stylesheets/admin.css.scss */
body.admin_interface .hotels .row-fluid div.span6 .well div {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  clear: none;
  margin: -5px 0 0 0;
  width: 100%;
}

/* line 121, app/assets/stylesheets/admin.css.scss */
body.admin_interface .hotels .row-fluid .span6 div .well div span.label {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #000;
  vertical-align: baseline;
  white-space: normal;
  text-shadow: none;
  background-color: transparent;
  border-radius: none;
}

/* line 134, app/assets/stylesheets/admin.css.scss */
body.admin_interface .hotels .row-fluid div .well div span {
  padding: 5px;
  float: left;
  display: inline-block;
  max-width: 410px;
}

/* line 140, app/assets/stylesheets/admin.css.scss */
body.admin_interface table.adminhotelshow {
  table-layout: fixed;
  margin: -4px 0 5px 0;
}

/* line 144, app/assets/stylesheets/admin.css.scss */
body.admin_interface table.adminhotelshow th {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  width: 120px;
}

/* line 150, app/assets/stylesheets/admin.css.scss */
body.admin_interface table.adminhotelshow td {
  font-size: 12px;
  color: #807f83;
  word-wrap: break-word;
}

/* line 156, app/assets/stylesheets/admin.css.scss */
body.admin_interface #hotel-chain-form form {
  margin: 0;
}

/* line 161, app/assets/stylesheets/admin.css.scss */
body.admin_interface table td.change form {
  display: inline-block;
  margin: 0;
  float: right;
}

/* line 169, app/assets/stylesheets/admin.css.scss */
body.admin_interface label.checkbox {
  width: auto;
  min-width: 120px;
}

/* line 174, app/assets/stylesheets/admin.css.scss */
body.admin_interface ul.hmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 179, app/assets/stylesheets/admin.css.scss */
body.admin_interface ul.hmenu li {
  display: inline;
  margin: 0 20px 0 0;
}

/* line 183, app/assets/stylesheets/admin.css.scss */
body.admin_interface ul.hmenu li strong {
  font-size: 15px;
  color: #333;
}

/* line 190, app/assets/stylesheets/admin.css.scss */
body.admin_interface table.table-white td, body.admin_interface table.table-white th {
  background: #fff;
  color: #333;
  padding: 5px;
  font-size: 12px;
}

/* line 196, app/assets/stylesheets/admin.css.scss */
body.admin_interface table.table-white th {
  color: #000;
  font-weight: normal;
  width: 120px;
}

/* line 203, app/assets/stylesheets/admin.css.scss */
body.admin_interface table.table-conference th {
  background: #5B3768;
  color: #fff;
  font-weight: bold;
}

/* line 210, app/assets/stylesheets/admin.css.scss */
body.admin_interface form.with-2logos {
  background: #f5f5f5;
  padding: 20px;
}

/* line 214, app/assets/stylesheets/admin.css.scss */
body.admin_interface form.with-2logos .logo-ids #trix-editor-textarea {
  background: #fff;
  min-height: 10em;
}

/* line 219, app/assets/stylesheets/admin.css.scss */
body.admin_interface form.with-2logos .iframe-container {
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}

/* line 225, app/assets/stylesheets/admin.css.scss */
body.admin_interface form.with-2logos .iframe-container .logo-cont {
  height: 200px;
  margin-bottom: 20px;
}

/* line 228, app/assets/stylesheets/admin.css.scss */
body.admin_interface form.with-2logos .iframe-container .logo-cont img {
  max-height: 200px;
  max-width: 500px;
}

/* line 238, app/assets/stylesheets/admin.css.scss */
body.admin_interface.hg.admin-conferences section#accom_options table tbody tr td div.control-group div.controls label.checkbox {
  width: auto;
  min-width: 60px;
}

/* cms pages */
/* line 246, app/assets/stylesheets/admin.css.scss */
.cms-admin-news .controls label.checkbox, .cms-admin-offers .controls label.checkbox {
  width: 100%;
}

/* line 249, app/assets/stylesheets/admin.css.scss */
.cms-admin-news .controls label.checkbox input[type="checkbox"], .cms-admin-offers .controls label.checkbox input[type="checkbox"] {
  float: left;
}

/* line 255, app/assets/stylesheets/admin.css.scss */
.cms-admin-offers .manual_datetimepicker div {
  float: none;
  clear: none;
}

/* users */
/* line 261, app/assets/stylesheets/admin.css.scss */
.admin-users span.label {
  background: none;
  width: 160px;
  padding-top: 5px;
  text-align: right;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
}

/* line 275, app/assets/stylesheets/admin.css.scss */
.admin-users span.data-value {
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  word-wrap: break-word;
}

/* hotels */
/* line 286, app/assets/stylesheets/admin.css.scss */
.admin-hotels #textcounter {
  margin-left: 0;
}

/* line 292, app/assets/stylesheets/admin.css.scss */
.admin-hotels .hotel_verified .controls {
  margin: 0;
}

/* line 295, app/assets/stylesheets/admin.css.scss */
.admin-hotels .hotel_verified label.checkbox {
  float: left;
  width: 140px;
  text-align: right;
  margin: 5px 15px 0 0;
  padding: 0;
  position: relative;
}

/* line 303, app/assets/stylesheets/admin.css.scss */
.admin-hotels .hotel_verified label.checkbox input {
  left: 200px;
  top: -5px;
  position: absolute;
}

/* line 309, app/assets/stylesheets/admin.css.scss */
.admin-hotels .controls {
  margin-left: 155px;
}

/* line 313, app/assets/stylesheets/admin.css.scss */
.admin-hotels #search_form select {
  width: 356px;
}

/* line 316, app/assets/stylesheets/admin.css.scss */
.admin-hotels #factors {
  width: 346px;
}

/* line 319, app/assets/stylesheets/admin.css.scss */
.admin-hotels .capacities {
  width: 346px;
  padding: 5px 5px 0 5px;
  background: #fff;
  float: left;
  margin: 0 0 10px 0;
  border-top: 1px solid #efeff0;
}

/* line 327, app/assets/stylesheets/admin.css.scss */
.admin-hotels .capacities h4 {
  margin-bottom: 10px;
}

/* line 330, app/assets/stylesheets/admin.css.scss */
.admin-hotels .capacities div.group {
  float: left;
  width: 155px;
}

/* line 333, app/assets/stylesheets/admin.css.scss */
.admin-hotels .capacities div.group input {
  float: right;
  width: 25px;
  font-size: 12px;
}

/* line 338, app/assets/stylesheets/admin.css.scss */
.admin-hotels .capacities div.group label {
  float: left;
  width: auto;
  margin-top: 4px;
  font-size: 12px;
}

/* line 345, app/assets/stylesheets/admin.css.scss */
.admin-hotels .capacities div.group:nth-child(odd) {
  float: right;
}

/* line 351, app/assets/stylesheets/admin.css.scss */
.admin_interface.admin-hotels #map_canvas {
  height: 1000px;
}

/* contacts */
/* line 356, app/assets/stylesheets/admin.css.scss */
.admin-contacts span.label {
  background: none;
  width: 160px;
  padding-top: 5px;
  text-align: right;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
}

/* line 369, app/assets/stylesheets/admin.css.scss */
.admin-contacts span.data_value {
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}

/* facilities */
/* line 381, app/assets/stylesheets/admin.css.scss */
.admin-facilities .span6 .well label.radio {
  float: none;
  width: auto;
  text-align: left;
  margin: 0;
}

/* rooms */
/* line 391, app/assets/stylesheets/admin.css.scss */
.admin-rooms .control-group.boolean {
  display: inline-block;
  width: 100%;
}

/* preferred rates agreement */
/* line 399, app/assets/stylesheets/admin.css.scss */
.admin-preferred_rate_agreements #preferred_rates_client_picker {
  position: relative;
  z-index: 2;
}

/* line 404, app/assets/stylesheets/admin.css.scss */
select#client_id {
  width: auto;
}

/* hotels offers */
/* line 411, app/assets/stylesheets/admin.css.scss */
.admin-hotels .dashed_border {
  width: 100%;
}

/* chains */
/* line 419, app/assets/stylesheets/admin.css.scss */
.admin-chains .row-fluid div.span6 .well div {
  margin: 0;
  width: 100%;
}

/* line 423, app/assets/stylesheets/admin.css.scss */
.admin-chains .row-fluid div.span6 .well div.control-group {
  margin: 0 0 10px 0;
}

/* line 425, app/assets/stylesheets/admin.css.scss */
.admin-chains .row-fluid div.span6 .well div.control-group label {
  margin: 0;
}

/* line 429, app/assets/stylesheets/admin.css.scss */
.admin-chains .row-fluid div.span6 .well div.controls {
  margin-left: 155px;
  width: 412px;
}

/* line 433, app/assets/stylesheets/admin.css.scss */
.admin-chains .row-fluid div.span6 .well span.label {
  background: none;
  width: 183px;
  padding-top: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
}

/* line 443, app/assets/stylesheets/admin.css.scss */
.admin-chains .row-fluid div.span6 .well span.data_value {
  height: 20px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  width: 360px;
}

/*organisations */
/* line 458, app/assets/stylesheets/admin.css.scss */
.admin-organisations .row-fluid .span12.details .well div, .admin-client_acc_slas .row-fluid .span12.details .well div, .admin-locations .row-fluid .span12.details .well div {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  font-size: 13px;
}

/* line 466, app/assets/stylesheets/admin.css.scss */
.admin-organisations div span, .admin-client_acc_slas div span, .admin-locations div span {
  padding: 5px;
  display: inline-block;
}

/* line 470, app/assets/stylesheets/admin.css.scss */
.admin-organisations div span.label, .admin-client_acc_slas div span.label, .admin-locations div span.label {
  width: 200px;
  font-size: 13px;
}

/* conferences */
/* line 481, app/assets/stylesheets/admin.css.scss */
.admin-conferences .well h3, .admin-tasks .well h3 {
  border-bottom: 1px solid #5B3768;
}

/* line 484, app/assets/stylesheets/admin.css.scss */
.admin-conferences div.well > div, .admin-tasks div.well > div {
  background: none repeat scroll 0 0 #FFFFFF;
  border-top: 1px solid #E5E5E5;
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}

/* line 493, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.well > div, .admin-tasks form div.well > div {
  background: none;
  border-top: none;
}

/* line 497, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.well > div span.label, .admin-tasks form div.well > div span.label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
  background: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
}

/* line 508, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.well > div .control-label, .admin-tasks form div.well > div .control-label {
  width: 140px;
}

/* line 511, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.well > div .controls, .admin-tasks form div.well > div .controls {
  margin-left: 160px;
}

/* line 514, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.well > div span.data_value, .admin-tasks form div.well > div span.data_value {
  display: inline-block;
  width: 192px;
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
}

/* line 523, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.well > div #conference_opportunity_attributes_main_contact_name, .admin-tasks form div.well > div #conference_opportunity_attributes_main_contact_name {
  width: 169px;
}

/* line 529, app/assets/stylesheets/admin.css.scss */
.admin-conferences form .well, .admin-tasks form .well {
  padding: 9px;
  margin-bottom: 10px;
}

/* line 532, app/assets/stylesheets/admin.css.scss */
.admin-conferences form .well h3, .admin-tasks form .well h3 {
  margin-bottom: 10px;
}

/* line 536, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.control-group, .admin-tasks form div.control-group {
  padding: 0px;
  margin-bottom: 5px;
}

/* line 539, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.control-group .control-label, .admin-conferences form div.control-group span.label, .admin-tasks form div.control-group .control-label, .admin-tasks form div.control-group span.label {
  font-size: 12px;
  width: 115px;
  padding: 3px 0 0 0;
}

/* line 544, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.control-group .controls, .admin-tasks form div.control-group .controls {
  margin-left: 120px;
}

/* line 547, app/assets/stylesheets/admin.css.scss */
.admin-conferences form div.control-group .data_value, .admin-tasks form div.control-group .data_value {
  padding: 5px 0 0 0;
}

/* line 551, app/assets/stylesheets/admin.css.scss */
.admin-conferences form .listcheckbox label, .admin-tasks form .listcheckbox label {
  font-size: 12px;
  width: 250px;
}

/* line 556, app/assets/stylesheets/admin.css.scss */
.admin-conferences form .qty div, .admin-tasks form .qty div {
  padding: 0;
}

/* line 560, app/assets/stylesheets/admin.css.scss */
.admin-conferences form .qty .control-group .control-label, .admin-tasks form .qty .control-group .control-label {
  width: 200px;
}

/* line 563, app/assets/stylesheets/admin.css.scss */
.admin-conferences form .qty .control-group .controls, .admin-tasks form .qty .control-group .controls {
  margin-left: 210px;
}

/* line 568, app/assets/stylesheets/admin.css.scss */
.admin-conferences form #conference_opportunity_attributes_main_contact_name, .admin-tasks form #conference_opportunity_attributes_main_contact_name {
  width: 255px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 574, app/assets/stylesheets/admin.css.scss */
.admin-conferences form .fields .controls, .admin-tasks form .fields .controls {
  margin-left: 120px;
  margin-bottom: 5px;
}

/* line 579, app/assets/stylesheets/admin.css.scss */
.admin-conferences ul#sortable-timing, .admin-tasks ul#sortable-timing {
  width: 366px;
}

/* line 581, app/assets/stylesheets/admin.css.scss */
.admin-conferences ul#sortable-timing li.sortable, .admin-tasks ul#sortable-timing li.sortable {
  width: 366px;
}

/* line 583, app/assets/stylesheets/admin.css.scss */
.admin-conferences ul#sortable-timing li.sortable div.fields, .admin-tasks ul#sortable-timing li.sortable div.fields {
  width: 366px;
}

/* line 587, app/assets/stylesheets/admin.css.scss */
.admin-conferences ul#sortable-timing input.timing_label, .admin-tasks ul#sortable-timing input.timing_label {
  width: 225px !important;
}

/* line 592, app/assets/stylesheets/admin.css.scss */
.admin-conferences table .info, .admin-conferences table .financials, .admin-tasks table .info, .admin-tasks table .financials {
  white-space: nowrap;
}

/* line 594, app/assets/stylesheets/admin.css.scss */
.admin-conferences table .info span.label, .admin-conferences table .financials span.label, .admin-tasks table .info span.label, .admin-tasks table .financials span.label {
  color: #000;
  background: none;
  padding: 0;
  display: inline-block;
  text-shadow: none;
}

/* line 603, app/assets/stylesheets/admin.css.scss */
.admin-conferences table .info span.label, .admin-tasks table .info span.label {
  width: 70px;
}

/* line 608, app/assets/stylesheets/admin.css.scss */
.admin-conferences table .financials span.label, .admin-tasks table .financials span.label {
  width: 150px;
}

/* line 612, app/assets/stylesheets/admin.css.scss */
.admin-conferences table .alert, .admin-tasks table .alert {
  margin-bottom: 0px;
}

/* line 619, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences .well, .admin_interface.edit.admin-conferences .well, .admin_interface.admin-conference_dates .well {
  padding: 5px;
  margin: 0;
  border: 1px solid #999;
  border-top: none;
}

/* line 624, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences .well .title, .admin_interface.edit.admin-conferences .well .title, .admin_interface.admin-conference_dates .well .title {
  width: auto;
}

/* line 627, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences .well h3, .admin_interface.edit.admin-conferences .well h3, .admin_interface.admin-conference_dates .well h3 {
  font-size: 15px;
  margin-bottom: 0;
  background: #492955;
  color: #fff;
  border: none;
  padding: 2px 0 2px 5px;
}

/* line 635, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences .well h4, .admin_interface.edit.admin-conferences .well h4, .admin_interface.admin-conference_dates .well h4 {
  font-size: 12px !important;
  padding: 3px;
  background: #efefef;
}

/* line 640, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences .well h4 span.label, .admin_interface.edit.admin-conferences .well h4 span.label, .admin_interface.admin-conference_dates .well h4 span.label {
  background-color: transparent !important;
}

/* line 644, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences .well div, .admin_interface.edit.admin-conferences .well div, .admin_interface.admin-conference_dates .well div {
  padding: 0;
}

/* line 647, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences .well div.list-proposed-hotels, .admin_interface.edit.admin-conferences .well div.list-proposed-hotels, .admin_interface.admin-conference_dates .well div.list-proposed-hotels {
  padding: 5px 5px 3px 5px;
  width: 374px;
}

/* line 652, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences .well:first-child, .admin_interface.edit.admin-conferences .well:first-child, .admin_interface.admin-conference_dates .well:first-child {
  border-top: 1px solid #999;
}

/* line 655, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix, .admin_interface.edit.admin-conferences div.wellfix, .admin_interface.admin-conference_dates div.wellfix {
  background: #fff;
  padding: 5px 5px 0 5px;
  font-size: 12px;
  width: 376px;
}

/* line 661, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix input, .admin_interface.show.admin-conferences div.wellfix select, .admin_interface.edit.admin-conferences div.wellfix input, .admin_interface.edit.admin-conferences div.wellfix select, .admin_interface.admin-conference_dates div.wellfix input, .admin_interface.admin-conference_dates div.wellfix select {
  padding: 0 0 0 4px !important;
  height: auto  !important;
  font-size: 12px  !important;
  min-height: 20px !important;
  line-height: 18px !important;
}

/* line 668, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix label, .admin_interface.show.admin-conferences div.wellfix .controls, .admin_interface.edit.admin-conferences div.wellfix label, .admin_interface.edit.admin-conferences div.wellfix .controls, .admin_interface.admin-conference_dates div.wellfix label, .admin_interface.admin-conference_dates div.wellfix .controls {
  margin-bottom: 0;
}

/* line 671, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix span.dragicon, .admin_interface.edit.admin-conferences div.wellfix span.dragicon, .admin_interface.admin-conference_dates div.wellfix span.dragicon {
  padding: 0;
}

/* line 674, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix .combobox_arrow, .admin_interface.edit.admin-conferences div.wellfix .combobox_arrow, .admin_interface.admin-conference_dates div.wellfix .combobox_arrow {
  height: 22px;
}

/* line 677, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix ul#sortable-timing input.timing_label, .admin_interface.edit.admin-conferences div.wellfix ul#sortable-timing input.timing_label, .admin_interface.admin-conference_dates div.wellfix ul#sortable-timing input.timing_label {
  width: 250px !important;
}

/* line 681, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix ul#sortable-timing input.timing_label.short, .admin_interface.edit.admin-conferences div.wellfix ul#sortable-timing input.timing_label.short, .admin_interface.admin-conference_dates div.wellfix ul#sortable-timing input.timing_label.short {
  width: 150px !important;
}

/* line 686, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix .input-append .add-on, .admin_interface.show.admin-conferences div.wellfix .input-prepend .add-on, .admin_interface.edit.admin-conferences div.wellfix .input-append .add-on, .admin_interface.edit.admin-conferences div.wellfix .input-prepend .add-on, .admin_interface.admin-conference_dates div.wellfix .input-append .add-on, .admin_interface.admin-conference_dates div.wellfix .input-prepend .add-on {
  padding: 0 4px;
  font-size: 12px;
}

/* line 690, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix .input-append .mailto, .admin_interface.show.admin-conferences div.wellfix .input-prepend .mailto, .admin_interface.edit.admin-conferences div.wellfix .input-append .mailto, .admin_interface.edit.admin-conferences div.wellfix .input-prepend .mailto, .admin_interface.admin-conference_dates div.wellfix .input-append .mailto, .admin_interface.admin-conference_dates div.wellfix .input-prepend .mailto {
  line-height: 16px !important;
  max-height: 18px;
}

/* line 695, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix .control-group span.label, .admin_interface.show.admin-conferences div.wellfix .control-group span.data_value, .admin_interface.edit.admin-conferences div.wellfix .control-group span.label, .admin_interface.edit.admin-conferences div.wellfix .control-group span.data_value, .admin_interface.admin-conference_dates div.wellfix .control-group span.label, .admin_interface.admin-conference_dates div.wellfix .control-group span.data_value {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* line 704, app/assets/stylesheets/admin.css.scss */
.admin_interface.show.admin-conferences div.wellfix #conference_opportunity_attributes_main_contact_name, .admin_interface.edit.admin-conferences div.wellfix #conference_opportunity_attributes_main_contact_name, .admin_interface.admin-conference_dates div.wellfix #conference_opportunity_attributes_main_contact_name {
  width: 190px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* audits */
/* line 719, app/assets/stylesheets/admin.css.scss */
.admin-audits .span12 > div.title {
  background: #5b3768;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  border: none;
  padding: 7px 0;
  float: left;
  margin: 0;
}

/* line 729, app/assets/stylesheets/admin.css.scss */
.admin-audits .span12 > div.title h2 {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 0 10px;
  width: auto;
}

/* line 736, app/assets/stylesheets/admin.css.scss */
.admin-audits .span12 > div.title span {
  margin-right: 10px;
}

/* line 740, app/assets/stylesheets/admin.css.scss */
.admin-audits .span12 > div.container {
  float: left;
  padding: 10px;
  background: #fafafa;
  margin-bottom: 20px;
  width: 1218px !important;
  border: 1px solid #f0f0f0;
}

/* line 748, app/assets/stylesheets/admin.css.scss */
.admin-audits .span12 > div.container b {
  color: #333;
}

/* line 752, app/assets/stylesheets/admin.css.scss */
.admin-audits .span12 > div.container ul {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px 0;
}

/* line 758, app/assets/stylesheets/admin.css.scss */
.admin-audits .span12 > div.container ul:last-child {
  border: none;
  margin: 0;
}

/* Admin quotations */
/* line 769, app/assets/stylesheets/admin.css.scss */
.admin-quotations div.syndicate div {
  background: none;
  border-top: none;
  display: block;
  clear: none;
}

/* line 775, app/assets/stylesheets/admin.css.scss */
.admin-quotations div.syndicate div span.label {
  background: none repeat scroll 0 0 transparent;
  color: #807F83;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 5px 15px 0 0;
  text-align: right;
  white-space: normal;
  width: 160px;
}

/* line 788, app/assets/stylesheets/admin.css.scss */
.admin-quotations div.showdata > div {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  display: block;
  clear: none;
}

/* line 794, app/assets/stylesheets/admin.css.scss */
.admin-quotations div.showdata > div span.label {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #000;
  vertical-align: baseline;
  white-space: normal;
  text-shadow: none;
  background-color: transparent;
}

/* line 807, app/assets/stylesheets/admin.css.scss */
.admin-quotations .radio.inline {
  width: auto;
}

/* line 812, app/assets/stylesheets/admin.css.scss */
.admin-quotations div.maindetails div span.label {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
  width: 160px;
  white-space: normal;
  text-align: right;
  margin: 5px 15px 0 0;
  background: none;
  colour: red;
}

/* line 824, app/assets/stylesheets/admin.css.scss */
.admin-quotations div.maindetails div span.data_value {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #807f83;
  display: inline-block;
}

/* line 833, app/assets/stylesheets/admin.css.scss */
.admin-quotations form .span6 .well label.control-label {
  width: 160px;
}

/* line 839, app/assets/stylesheets/admin.css.scss */
#prefhotels ul {
  list-style: none;
  margin: 0;
}

/* line 843, app/assets/stylesheets/admin.css.scss */
#prefhotels ul li {
  margin: 0 0 10px 0;
}

/* line 846, app/assets/stylesheets/admin.css.scss */
#prefhotels ul li ul {
  margin: 0 0 0 10px;
}

/* line 849, app/assets/stylesheets/admin.css.scss */
#prefhotels ul li ul li {
  margin: 0;
}

/* line 855, app/assets/stylesheets/admin.css.scss */
.admin-hotels.show .removecontactname {
  display: none;
}

/* line 858, app/assets/stylesheets/admin.css.scss */
.admin-hotels.show td div.actions {
  border: none !important;
}

/* line 866, app/assets/stylesheets/admin.css.scss */
.admin_interface.admin-hotels #latest_offers_holder ul li .article a {
  width: 1230px;
  box-sizing: content-box;
}

/* line 872, app/assets/stylesheets/admin.css.scss */
.admin_interface.admin-hotels span.label, .admin_interface.admin-hotels span.data_value {
  font-size: 12px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* line 879, app/assets/stylesheets/admin.css.scss */
.admin_interface #timings-fieldset {
  margin-top: 5px;
}

/* line 881, app/assets/stylesheets/admin.css.scss */
.admin_interface #timings-fieldset span.label {
  white-space: normal;
}

/* line 886, app/assets/stylesheets/admin.css.scss */
.tick_boxes_long_labels {
  margin-bottom: 20px;
}

/* line 888, app/assets/stylesheets/admin.css.scss */
.tick_boxes_long_labels .control-group {
  display: block;
  position: relative;
}

/* line 892, app/assets/stylesheets/admin.css.scss */
.tick_boxes_long_labels label.control-label {
  margin-left: 200px;
  text-align: left;
  width: 360px !important;
}

/* line 897, app/assets/stylesheets/admin.css.scss */
.tick_boxes_long_labels .controls {
  left: -10px;
  top: 5px;
  position: absolute;
}

/* line 901, app/assets/stylesheets/admin.css.scss */
.tick_boxes_long_labels .controls input[type="checkbox"] {
  margin-top: -5px;
}

/* line 909, app/assets/stylesheets/admin.css.scss */
form.wider div.well div.control-group div.controls textarea, form.wider div.well div.control-group div.controls input {
  width: 500px;
}

/* line 912, app/assets/stylesheets/admin.css.scss */
form.wider div.well div.control-group div.controls input[type='checkbox'] {
  width: 50px;
}

/* line 917, app/assets/stylesheets/admin.css.scss */
form.wider div.well div.control-group div.controls select {
  width: 514px;
}

/* line 923, app/assets/stylesheets/admin.css.scss */
.admin-events .showdata div, .admin-activities .showdata div, .admin-packages .showdata div, .admin-accommodation_groups .showdata div {
  background: #fff;
  border-top: 1px solid #eee;
}

/* line 927, app/assets/stylesheets/admin.css.scss */
.admin-events .showdata span.label, .admin-activities .showdata span.label, .admin-packages .showdata span.label, .admin-accommodation_groups .showdata span.label {
  width: 33%;
  margin-right: 1%;
  padding: 3px;
  background: none;
}

/* line 933, app/assets/stylesheets/admin.css.scss */
.admin-events .showdata span.data_value, .admin-activities .showdata span.data_value, .admin-packages .showdata span.data_value, .admin-accommodation_groups .showdata span.data_value {
  width: 60%;
  padding: 3px;
  display: inline-block;
}

/* line 941, app/assets/stylesheets/admin.css.scss */
.admin_interface.admin-quotations .added_value {
  width: 100%;
  display: inline-block;
}

/* line 944, app/assets/stylesheets/admin.css.scss */
.admin_interface.admin-quotations .added_value label.checkbox {
  width: 85%;
}

/* line 950, app/assets/stylesheets/admin.css.scss */
ul.drilldown_nav {
  display: table;
  width: 45%;
}

/* line 954, app/assets/stylesheets/admin.css.scss */
.drilldown_nav li {
  display: table-cell;
}

/* line 957, app/assets/stylesheets/admin.css.scss */
.drilldown_nav a {
  display: block;
}

/* line 961, app/assets/stylesheets/admin.css.scss */
span.badge.budget-cat {
  font-size: 30px;
  height: 44px;
  line-height: 43px;
}

/* line 967, app/assets/stylesheets/admin.css.scss */
span.badge.org-imp {
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  padding: 8px;
}

/* line 974, app/assets/stylesheets/admin.css.scss */
span.badge.badge-hg {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding: 4px;
  background-color: #492955;
  letter-spacing: 2px;
}

/* line 984, app/assets/stylesheets/admin.css.scss */
span.badge.badge-cs {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding: 4px;
  letter-spacing: 2px;
  background-color: #801F3E;
}

/* line 992, app/assets/stylesheets/admin.css.scss */
.title span.badge-hg {
  float: none;
  position: relative;
  top: -2px;
}

/* line 998, app/assets/stylesheets/admin.css.scss */
.title span.badge-cs {
  float: none;
  position: relative;
  top: -1px;
}

/* line 1004, app/assets/stylesheets/admin.css.scss */
body.supplier-conference_dates .title span.badge-cs {
  float: none;
  position: relative;
  top: -3px;
  padding: 5px;
}

/* line 1011, app/assets/stylesheets/admin.css.scss */
div#dr-modal div.modal-body.row-fluid div.error div.controls span.help-inline {
  padding-right: 20px;
}

/* line 1015, app/assets/stylesheets/admin.css.scss */
div#dr-modal div.modal-body.row-fluid div.alert {
  margin-right: 20px;
}

/* line 1020, app/assets/stylesheets/admin.css.scss */
div#dr-modal div.modal-body {
  max-height: 350px;
  width: 524px;
}

/* line 1025, app/assets/stylesheets/admin.css.scss */
div#dr-modal {
  width: 600px;
}

/* line 1029, app/assets/stylesheets/admin.css.scss */
hr.small-break {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 1033, app/assets/stylesheets/admin.css.scss */
div.date-pickers-panel {
  position: absolute;
  top: 64px;
  right: 45px;
  width: 100px;
}

/* line 1039, app/assets/stylesheets/admin.css.scss */
div#btn-chooser {
  position: absolute;
  right: 0px;
  top: -3px;
  z-index: 999;
}

/* line 1046, app/assets/stylesheets/admin.css.scss */
div#jump-to-list {
  position: absolute;
  top: 65px;
  right: 60px;
  width: 400px;
  background-color: white;
  height: auto;
  border: 1px solid purple;
  z-index: 998;
}

/* line 1055, app/assets/stylesheets/admin.css.scss */
div#jump-to-list span.badge.badge-hg {
  font-size: 9px;
  padding: 3px;
}

/* line 1061, app/assets/stylesheets/admin.css.scss */
ul.jump-to-ul {
  list-style: none;
}

/* line 1063, app/assets/stylesheets/admin.css.scss */
ul.jump-to-ul li {
  margin-left: none;
  border-bottom: 1px solid purple;
  margin-bottom: 3px;
}

/* Admin Fees */
/* line 1072, app/assets/stylesheets/admin.css.scss */
span.sample {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0px 20px 0px 4px;
  border: 1px solid grey;
}

/* line 1082, app/assets/stylesheets/admin.css.scss */
span.success {
  background-color: #DFF0D8;
}

/* line 1086, app/assets/stylesheets/admin.css.scss */
span.danger {
  background-color: #F2DEDE;
}

/* line 1090, app/assets/stylesheets/admin.css.scss */
.login-box {
  display: flex;
  position: relative;
}

/* line 1106, app/assets/stylesheets/admin.css.scss */
.main-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: column;
  top: 1rem;
  left: -4rem;
  margin-left: -4rem;
  position: relative;
}
/* line 1, app/assets/stylesheets/attachments.css.scss */
#new_attachment {
  padding: 10px;
}

/* line 5, app/assets/stylesheets/attachments.css.scss */
#new-file-iframe {
  border: none;
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */.colorpicker-saturation{float:left;width:100px;height:100px;cursor:crosshair;background-image:url(/../img/bootstrap-colorpicker/saturation.png)}.colorpicker-saturation i{position:absolute;top:0;left:0;display:block;width:5px;height:5px;margin:-4px 0 0 -4px;border:1px solid #000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.colorpicker-saturation i b{display:block;width:5px;height:5px;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.colorpicker-hue,.colorpicker-alpha{float:left;width:15px;height:100px;margin-bottom:4px;margin-left:4px;cursor:row-resize}.colorpicker-hue i,.colorpicker-alpha i{position:absolute;top:0;left:0;display:block;width:100%;height:1px;margin-top:-1px;background:#000;border-top:1px solid #fff}.colorpicker-hue{background-image:url(/../img/bootstrap-colorpicker/hue.png)}.colorpicker-alpha{display:none;background-image:url(/../img/bootstrap-colorpicker/alpha.png)}.colorpicker-saturation,.colorpicker-hue,.colorpicker-alpha{background-size:contain}.colorpicker{top:0;left:0;z-index:2500;min-width:130px;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1}.colorpicker:before,.colorpicker:after{display:table;line-height:0;content:""}.colorpicker:after{clear:both}.colorpicker:before{position:absolute;top:-7px;left:6px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.colorpicker:after{position:absolute;top:-6px;left:7px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.colorpicker div{position:relative}.colorpicker.colorpicker-with-alpha{min-width:140px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url(/../img/bootstrap-colorpicker/alpha.png);background-position:0 100%}.colorpicker-color div{height:10px}.colorpicker-element .input-group-addon i,.colorpicker-element .add-on i{display:inline-block;width:16px;height:16px;vertical-align:text-top;cursor:pointer}.colorpicker.colorpicker-inline{position:relative;z-index:auto;display:inline-block;float:none}.colorpicker.colorpicker-horizontal{width:110px;height:auto;min-width:110px}.colorpicker.colorpicker-horizontal .colorpicker-saturation{margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-color{width:100px}.colorpicker.colorpicker-horizontal .colorpicker-hue,.colorpicker.colorpicker-horizontal .colorpicker-alpha{float:left;width:100px;height:15px;margin-bottom:4px;margin-left:0;cursor:col-resize}.colorpicker.colorpicker-horizontal .colorpicker-hue i,.colorpicker.colorpicker-horizontal .colorpicker-alpha i{position:absolute;top:0;left:0;display:block;width:1px;height:15px;margin-top:0;background:#fff;border:0}.colorpicker.colorpicker-horizontal .colorpicker-hue{background-image:url(/../img/bootstrap-colorpicker/hue-horizontal.png)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background-image:url(/../img/bootstrap-colorpicker/alpha-horizontal.png)}.colorpicker.colorpicker-hidden{display:none}.colorpicker.colorpicker-visible{display:block}.colorpicker-inline.colorpicker-visible{display:inline-block}.colorpicker-right:before{right:6px;left:auto}.colorpicker-right:after{right:7px;left:auto}
/* line 5, app/assets/stylesheets/events.css.scss */
.events-ext_bookings {
  color: #666;
}

/* line 9, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .title {
  border-bottom: 1px dotted #ddd;
  position: relative;
  display: inline-block;
}

/* line 14, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: #ddd;
}

/* line 26, app/assets/stylesheets/events.css.scss */
.events-ext_bookings img {
  box-sizing: border-box;
  background: #fff;
}

/* line 30, app/assets/stylesheets/events.css.scss */
.events-ext_bookings img.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 33, app/assets/stylesheets/events.css.scss */
.events-ext_bookings img.border {
  border: 1px solid #eee;
}

/* line 36, app/assets/stylesheets/events.css.scss */
.events-ext_bookings img.smallpadd {
  padding: 5px;
}

/* line 39, app/assets/stylesheets/events.css.scss */
.events-ext_bookings img.smallpadd.logo {
  max-width: 208px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* line 45, app/assets/stylesheets/events.css.scss */
.events-ext_bookings img.largepadd {
  padding: 10px;
}

/* line 48, app/assets/stylesheets/events.css.scss */
.events-ext_bookings img.venue {
  float: left;
  margin: 0 15px 15px 0;
  width: 200px;
  height: 200px;
}

/* line 54, app/assets/stylesheets/events.css.scss */
.events-ext_bookings img.s-venue {
  width: 200px;
  height: 200px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* line 61, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .bigimage {
  display: block;
  position: relative;
}

/* line 65, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .bigimage .name_date {
  position: absolute;
  top: 24px;
  left: 22px;
}

/* line 70, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .bigimage .name_date h1, .events-ext_bookings .bigimage .name_date h2 {
  color: #fff;
  padding: 7px 15px;
  background: #000;
  margin: 0;
  float: left;
  border-bottom: 1px solid #000;
}

/* line 78, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .bigimage .name_date h2 {
  font-weight: 400;
  font-size: 16px;
  padding: 6px 15px;
  margin-top: 9px;
  line-height: 22px;
}

/* line 87, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .steps {
  position: relative;
  display: inline-block;
  margin: 5px 0 18px 0;
}

/* line 91, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .steps .span2, .events-ext_bookings .steps .span4 {
  text-align: center;
  position: relative;
  display: inline-block;
}

/* line 95, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .steps .span2 span.step, .events-ext_bookings .steps .span4 span.step {
  padding: 8px 12px;
  line-height: 15px;
  border-radius: 50%;
  margin: 0 0 5px 0;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
}

/* line 104, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .steps .span2 span.step.current, .events-ext_bookings .steps .span4 span.step.current {
  background: #111;
  color: #fff;
}

/* line 108, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .steps .span2 span.step.done, .events-ext_bookings .steps .span4 span.step.done {
  background: #ddd;
  background: #8cce1b;
  color: #fff;
}

/* line 115, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .steps:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  height: 1px;
  width: 100%;
  background: #ddd;
}

/* line 126, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .well table {
  background: #fff;
}

/* line 129, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .well table th {
  background: #333;
  color: #fff;
  white-space: nowrap;
}

/* line 135, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .well table td:last-child {
  text-align: center;
}

/* line 138, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .well table td.date {
  text-align: left;
  background: #dff0d8;
  color: #468847;
}

/* line 143, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .well table td.addons {
  text-align: left;
  background: #f0f0f0;
}

/* line 147, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .well table td.dates {
  white-space: nowrap;
}

/* line 151, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .row-fluid.thumbs {
  margin: 5px 0 0 0;
}

/* line 155, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .well table.table-basket td:last-child {
  text-align: left;
}

/* line 159, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .well .form-inline {
  margin-bottom: 0;
}

/* line 163, app/assets/stylesheets/events.css.scss */
.events-ext_bookings ul.logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  width: auto;
  float: left;
}

/* line 171, app/assets/stylesheets/events.css.scss */
.events-ext_bookings ul.logos li {
  display: inline;
  margin: 0 20px 0 0;
}

/* line 175, app/assets/stylesheets/events.css.scss */
.events-ext_bookings ul.logos li img {
  max-height: 35px;
}

/* line 181, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .accom_opt {
  border: none;
  margin: 0 0 20px 0;
}

/* line 185, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .no_nights_select select {
  margin: 0 0 0 10px;
}

/* line 189, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .accordion-group {
  border: none;
  margin: 0 0 20px 0;
}

/* line 193, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .accordion-heading {
  border: none;
  border-bottom: 1px solid #333;
  margin: 0 0 5px 0;
}

/* line 198, app/assets/stylesheets/events.css.scss */
.events-ext_bookings .accordion-toggle {
  color: #333;
  font-size: 18px;
  padding: 0 0 2px 0;
}

/* line 203, app/assets/stylesheets/events.css.scss */
.events-ext_bookings a.accordion-toggle:hover {
  text-decoration: none;
}

/* line 210, app/assets/stylesheets/events.css.scss */
.table .table.table-package-activity th {
  background: #666;
}

/* line 213, app/assets/stylesheets/events.css.scss */
.table .table.table-package-activity td, .table .table.table-package-activity th {
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  width: 16.6666667%;
}

/* line 225, app/assets/stylesheets/events.css.scss */
.table .table.table-accommodation-group th {
  background: #666;
}

/* line 228, app/assets/stylesheets/events.css.scss */
.table .table.table-accommodation-group td, .table .table.table-accommodation-group th {
  font-size: 11px;
  line-height: 15px;
  padding: 4px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  width: 8.333333%;
}

/* line 239, app/assets/stylesheets/events.css.scss */
.title span.nights {
  float: none;
  position: relative;
  bottom: 0;
}

/* line 244, app/assets/stylesheets/events.css.scss */
.btn-back {
  background: #8cce1b;
}

/* line 248, app/assets/stylesheets/events.css.scss */
#header-right .find-existing-booking {
  margin-top: 5px;
}

/* line 253, app/assets/stylesheets/events.css.scss */
.bigimage .description {
  position: absolute;
  top: 24px;
  right: 22px;
  background: #000;
  color: #fff;
  max-width: 400px;
  max-height: 100px;
  overflow: auto;
  padding: 10px;
}

/* line 265, app/assets/stylesheets/events.css.scss */
.hover {
  transition: all 0.2s;
  background: none;
}

/* line 269, app/assets/stylesheets/events.css.scss */
.bigimage a.event:hover .hover {
  width: 940px;
  height: 180px;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

/* line 280, app/assets/stylesheets/events.css.scss */
td.table_hotel {
  background: #DDD !important;
  color: #333;
  font-weight: bold;
}

/* line 286, app/assets/stylesheets/events.css.scss */
body.harrogate2015 .bigimage {
  text-align: center;
}

/* line 289, app/assets/stylesheets/events.css.scss */
body.harrogate2015 .bigimage img {
  max-width: 600px;
}

/* line 292, app/assets/stylesheets/events.css.scss */
div#event-sponsors {
  overflow: hidden;
}

/* line 298, app/assets/stylesheets/events.css.scss */
div#event-sponsors ul li {
  height: 200px;
  width: 200px;
}
/* line 1, app/assets/stylesheets/hotel_health_check.css.scss */
.steps {
  position: relative;
  display: inline-block;
  margin: 5px 0 18px 0;
}

/* line 6, app/assets/stylesheets/hotel_health_check.css.scss */
.steps:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  height: 1px;
  width: 100%;
  background: #ddd;
}

/* line 16, app/assets/stylesheets/hotel_health_check.css.scss */
.steps .span2 {
  text-align: center;
  position: relative;
  display: inline-block;
}

/* line 21, app/assets/stylesheets/hotel_health_check.css.scss */
.steps .span2 span.step {
  padding: 8px 12px;
  line-height: 15px;
  border-radius: 50%;
  margin: 0 0 5px 0;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
}

/* line 30, app/assets/stylesheets/hotel_health_check.css.scss */
.steps .span2 span.step.current {
  /*background:#f5f5f5;*/
  border: 2px solid #B7365F;
}

/* line 34, app/assets/stylesheets/hotel_health_check.css.scss */
.steps .span2 span.step.done {
  background: #35B74C;
  color: #fff;
}

/* line 39, app/assets/stylesheets/hotel_health_check.css.scss */
.green-hotel-steps {
  margin-bottom: 30px;
}

/* line 44, app/assets/stylesheets/hotel_health_check.css.scss */
.green-hotel-steps h2 {
  color: darkgreen;
}

/* line 48, app/assets/stylesheets/hotel_health_check.css.scss */
.red-hotel-steps {
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/hotel_health_check.css.scss */
.red-hotel-steps h2 {
  color: #F9C84F;
}

/* line 58, app/assets/stylesheets/hotel_health_check.css.scss */
.big-label {
  font-size: 18px;
  margin-top: 3px;
}

/* line 63, app/assets/stylesheets/hotel_health_check.css.scss */
.bold-text {
  font-weight: bold;
}

/* line 67, app/assets/stylesheets/hotel_health_check.css.scss */
.hero-unit h1 {
  font-size: 26px;
  margin-bottom: 20px;
}

/* line 72, app/assets/stylesheets/hotel_health_check.css.scss */
.hero-unit p {
  font-size: 16px;
}
/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


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

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


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

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=sans-sserif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=5d3456&bgTextureHeader=05_inset_soft.png&bgImgOpacityHeader=75&borderColorHeader=5d3456&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=5d3456&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=5d3456&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { border: 1px solid #5d3456; background: #ffffff url(/assets/jqui-hg/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #5d3456; background: #5d3456 url(/assets/jqui-hg/ui-bg_inset-soft_75_5d3456_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/assets/jqui-hg/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/assets/jqui-hg/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/assets/jqui-hg/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/assets/jqui-hg/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/assets/jqui-hg/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/assets/jqui-hg/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/assets/jqui-hg/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/assets/jqui-hg/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/assets/jqui-hg/ui-icons_5d3456_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/jqui-hg/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/assets/jqui-hg/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/assets/jqui-hg/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets/jqui-hg/ui-icons_cd0a0a_256x240.png); }

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


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

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/assets/jqui-hg/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/assets/jqui-hg/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
	/* http://bugs.jqueryui.com/ticket/7233
	 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
	*/
	background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.13
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
#ui-datepicker-div {
  z-index: 99;
}
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

ui-icon { color: white;}
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */

.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { padding: 0.2em; }
.ui-timepicker-table { display: inline-table; width: 0; }
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }

.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em;  }

.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }

/* span for disabled cells */
.ui-timepicker-table td span {
	display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align:right;
    text-decoration:none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align:right;
    text-decoration:none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;
}
.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
/* The close button */
.ui-timepicker .ui-timepicker-close { float: right }

/* the now button */
.ui-timepicker .ui-timepicker-now { float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect { float: left; }


/* line 1, app/assets/stylesheets/organisations.css.scss */
div.card-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
}

/* line 9, app/assets/stylesheets/organisations.css.scss */
div.card {
  padding: 20px;
  margin: 10px;
  border: 1px solid purple;
  border-radius: 25px;
  max-width: 28%;
  min-width: 28%;
  word-break: break-all;
}

/* line 20, app/assets/stylesheets/organisations.css.scss */
.colour-box {
  margin-right: 20px;
}

/* line 23, app/assets/stylesheets/organisations.css.scss */
.colour-box div {
  height: 60px;
  min-width: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: max-content;
  box-sizing: border-box;
}

/* line 34, app/assets/stylesheets/organisations.css.scss */
.colour-box div span {
  font-weight: bold;
}

/* line 39, app/assets/stylesheets/organisations.css.scss */
.colour-box p {
  font-weight: bold;
}
@media print {
  /* line 3, app/assets/stylesheets/print.css.scss */
  #top-nav, .steps, .form-actions, .logos, .pull-right, .alert {
    display: none;
  }
  /* line 6, app/assets/stylesheets/print.css.scss */
  #confirmation {
    font-family: Helvetica, Arial, sans-serif;
  }
  /* line 8, app/assets/stylesheets/print.css.scss */
  #confirmation h1 {
    font-size: 15px;
  }
  /* line 11, app/assets/stylesheets/print.css.scss */
  #confirmation table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20pt;
    font-size: 10px !important;
    line-height: 13px !important;
  }
  /* line 18, app/assets/stylesheets/print.css.scss */
  #confirmation td, #confirmation th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 5px;
    font-size: 10px !important;
    line-height: 13px !important;
  }
  /* line 25, app/assets/stylesheets/print.css.scss */
  #confirmation td.date {
    background: #dff0d8 !important;
    color: #468847 !important;
    -webkit-print-color-adjust: exact;
  }
  /* line 30, app/assets/stylesheets/print.css.scss */
  #confirmation th {
    background-color: #333;
    color: #fff !important;
    font-weight: bold;
    -webkit-print-color-adjust: exact;
  }
  /* line 37, app/assets/stylesheets/print.css.scss */
  hr {
    display: none;
  }
  /* line 41, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences {
    font-family: Times, Georgia, serif;
  }
  /* line 44, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences #top-nav, body.cs.show.supplier-conferences header, body.cs.show.supplier-conferences .header, body.cs.show.supplier-conferences #agree-cookies, body.cs.show.supplier-conferences .maintabs, body.cs.show.supplier-conferences .mainnavtop, body.cs.show.supplier-conferences .fourthlevel, body.cs.show.supplier-conferences #logos-footer, body.cs.show.supplier-conferences footer {
    display: none;
  }
  /* line 47, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences #bg {
    background: transparent;
  }
  /* line 50, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences .row-fluid.conferences > div.span4 {
    width: 30%;
    float: left;
    margin: 0 3% 0 0;
  }
  /* line 55, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences .row-fluid.conferences > div.span4 div.well {
    margin: 0 0 3% 0;
  }
  /* line 58, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences .row-fluid.conferences > div.span4 div.well h3 {
    margin: 0;
  }
  /* line 61, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences .row-fluid.conferences > div.span4 div.well img[alt=Email] {
    display: none;
  }
  /* line 66, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences .row-fluid.conferences > div.span4 fieldset {
    display: none;
  }
  /* line 70, app/assets/stylesheets/print.css.scss */
  body.cs.show.supplier-conferences .row-fluid.conferences > div.span4:last-child {
    margin: 0 0 3% 0;
  }
}
/* line 1, app/assets/stylesheets/releases.scss */
div.custom-card-page {
  width: 100%;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 20px;
  padding-bottom: 50px;
  padding-top: 20px;
}

/* line 10, app/assets/stylesheets/releases.scss */
div.custom-card {
  border: 1px solid #ccc;
  background-color: white;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  padding: 10px 20px 20px 10px;
  border-radius: 10px;
}

/* line 18, app/assets/stylesheets/releases.scss */
div.custom-card .span2 {
  padding-top: 1%;
}

/* line 24, app/assets/stylesheets/releases.scss */
.custom-card-container .span4 {
  padding-top: 1%;
}

/* line 26, app/assets/stylesheets/releases.scss */
.custom-card-container .span4 .custom-badge {
  display: inline-block;
  background-color: #999;
  padding: 2px 8px 4px 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: auto;
  color: white;
  font-size: 12px;
  max-width: 150px;
  border-radius: 10px;
}

/* line 39, app/assets/stylesheets/releases.scss */
.custom-card-container h5.custom-card {
  color: #666;
  margin-left: 50px;
  font-size: 16px;
}

/* line 46, app/assets/stylesheets/releases.scss */
.posrel {
  position: relative;
}

/* line 50, app/assets/stylesheets/releases.scss */
.star-circle {
  position: absolute;
  width: 30px;
  height: 25px;
  bottom: 8px;
  left: 50px;
  text-align: center;
  padding: 1px;
}
/* line 1, app/assets/stylesheets/rfq-styles.css.scss */
div.well.ji-well {
  min-height: 30px !important;
}

/* line 4, app/assets/stylesheets/rfq-styles.css.scss */
body.admin_interface.hg.show.admin-rfq_programmes div#rfq-prog-admins-table table.table.table-white.table-bordered th {
  background-color: #ccc;
}

/* line 8, app/assets/stylesheets/rfq-styles.css.scss */
.img_container {
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
  max-width: 100%;
}

/* line 14, app/assets/stylesheets/rfq-styles.css.scss */
.content_container h4 {
  margin-bottom: 5px;
}

/* line 18, app/assets/stylesheets/rfq-styles.css.scss */
div.no-left-label div.controls {
  margin-left: 0px;
}

/* line 22, app/assets/stylesheets/rfq-styles.css.scss */
div.rfq-comment {
  width: 579px;
}

/* line 26, app/assets/stylesheets/rfq-styles.css.scss */
div.rfq-comment p span.smallertext {
  color: #5B3768;
  float: right;
}

/* line 31, app/assets/stylesheets/rfq-styles.css.scss */
body.admin-rfq_responses div.row-fluid div.span6 span.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
}

/* line 37, app/assets/stylesheets/rfq-styles.css.scss */
body.ap.supplier-rfq_requests span.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
}

/* line 42, app/assets/stylesheets/rfq-styles.css.scss */
body.ap.supplier-rfq_requests table td span.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 48, app/assets/stylesheets/rfq-styles.css.scss */
span.red-text {
  color: red;
}

/* line 52, app/assets/stylesheets/rfq-styles.css.scss */
table.highlighting td {
  animation: highlighting 1s;
}

/* line 56, app/assets/stylesheets/rfq-styles.css.scss */
tr.highlighting td {
  animation: highlighting 1s;
}

/* line 60, app/assets/stylesheets/rfq-styles.css.scss */
div.highlighting {
  animation: highlighting 1s;
}

@keyframes highlighting {
  0% {
    background: rgba(250, 250, 50, 0);
  }
  50% {
    background: rgba(250, 250, 50, 0.7);
  }
  100% {
    background: rgba(250, 250, 50, 0);
  }
}
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */
@font-face {
  font-family: 'MuseoSlab500';
  src: url(/assets/Museo_Slab_500-webfont-f714f21b03c412374025d732d546bc7d68d92b3109604d47c0074de2f3d1da07.eot);
  src: url(/assets/Museo_Slab_500-webfont-f714f21b03c412374025d732d546bc7d68d92b3109604d47c0074de2f3d1da07.eot?#iefix) format("embedded-opentype"), url(/assets/Museo_Slab_500-webfont-caf2be335c4b7990d86ae6b01e02a28ed9b9a4ae975d5cc77d3f729295e99d13.woff) format("woff"), url(/assets/Museo_Slab_500-webfont-d2c7ab833dac17c7a2d17a99194f8c063d238ccfb66a3871df204cfeb2f0d223.ttf) format("truetype"), url(/assets/Museo_Slab_500-webfont-ffe1ffc0fff8593ebfd7d5e1eff669544bbd492838b7ca073b4af81df1379ff3.svg#MuseoSlab500) format("svg");
  font-weight: normal;
  font-style: normal;
}


/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: darkred;
	position:relative;
	color: #fff;
	min-width: 120px;
	max-width:300px;
	font-size: 12px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: darkred;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
