@charset "UTF-8";/*! Quill Editor v0.19.10
 *  https://quilljs.com/
 *  Copyright (c) 2014, Jason Chen
 *  Copyright (c) 2013, salesforce.com
 */

.ql-image-tooltip {
  padding: 10px;
  width: 300px;
}
.ql-image-tooltip:after {
  clear: both;
  content: "";
  display: table;
}
.ql-image-tooltip a {
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 5px;
  text-align: center;
  width: 50%;
}
.ql-image-tooltip img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.ql-image-tooltip .input {
  box-sizing: border-box;
  width: 100%;
}
.ql-image-tooltip .preview {
  margin: 10px 0px;
  position: relative;
  border: 1px dashed #000;
  height: 200px;
}
.ql-image-tooltip .preview span {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
.ql-link-tooltip {
  padding: 5px 10px;
}
.ql-link-tooltip input.input {
  width: 170px;
}
.ql-link-tooltip input.input,
.ql-link-tooltip a.done {
  display: none;
}
.ql-link-tooltip a.change {
  margin-right: 4px;
}
.ql-link-tooltip.editing input.input,
.ql-link-tooltip.editing a.done {
  display: inline-block;
}
.ql-link-tooltip.editing a.url,
.ql-link-tooltip.editing a.change,
.ql-link-tooltip.editing a.remove {
  display: none;
}
.ql-multi-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.ql-multi-cursor .cursor {
  margin-left: -1px;
  position: absolute;
}
.ql-multi-cursor .cursor-flag {
  bottom: 100%;
  position: absolute;
  white-space: nowrap;
}
.ql-multi-cursor .cursor-name {
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
}
.ql-multi-cursor .cursor-caret {
  height: 100%;
  position: absolute;
  width: 2px;
}
.ql-multi-cursor .cursor.hidden .cursor-flag {
  display: none;
}
.ql-multi-cursor .cursor.top .cursor-flag {
  bottom: auto;
  top: 100%;
}
.ql-multi-cursor .cursor.right .cursor-flag {
  right: -2px;
}
.ql-paste-manager {
  left: -100000px;
  position: absolute;
  top: 50%;
}
.ql-toolbar {
  box-sizing: border-box;
}
.ql-tooltip {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  white-space: nowrap;
  z-index: 2000;
}
.ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-container {
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, 'Arial', sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 1.42;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 15px;
  position: relative;
}
.ql-editor {
  box-sizing: border-box;
  min-height: 100%;
  outline: none;
  tab-size: 4;
  white-space: pre-wrap;
}
.ql-editor div {
  margin: 0;
  padding: 0;
}
.ql-editor a {
  text-decoration: underline;
}
.ql-editor b {
  font-weight: bold;
}
.ql-editor i {
  font-style: italic;
}
.ql-editor s {
  text-decoration: line-through;
}
.ql-editor u {
  text-decoration: underline;
}
.ql-editor img {
  max-width: 100%;
}
.ql-editor blockquote,
.ql-editor ol,
.ql-editor ul {
  margin: 0 0 0 2em;
  padding: 0;
}
.ql-editor ol {
  list-style-type: decimal;
}
.ql-editor ul {
  list-style-type: disc;
}
.ql-editor.ql-ie-9 br,
.ql-editor.ql-ie-10 br {
  display: none;
}
/*! Quill Editor v0.19.10
 *  https://quilljs.com/
 *  Copyright (c) 2014, Jason Chen
 *  Copyright (c) 2013, salesforce.com
 */

.ql-image-tooltip {
  padding: 10px;
  width: 300px;
}
.ql-image-tooltip:after {
  clear: both;
  content: "";
  display: table;
}
.ql-image-tooltip a {
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 5px;
  text-align: center;
  width: 50%;
}
.ql-image-tooltip img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.ql-image-tooltip .input {
  box-sizing: border-box;
  width: 100%;
}
.ql-image-tooltip .preview {
  margin: 10px 0px;
  position: relative;
  border: 1px dashed #000;
  height: 200px;
}
.ql-image-tooltip .preview span {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
.ql-link-tooltip {
  padding: 5px 10px;
}
.ql-link-tooltip input.input {
  width: 170px;
}
.ql-link-tooltip input.input,
.ql-link-tooltip a.done {
  display: none;
}
.ql-link-tooltip a.change {
  margin-right: 4px;
}
.ql-link-tooltip.editing input.input,
.ql-link-tooltip.editing a.done {
  display: inline-block;
}
.ql-link-tooltip.editing a.url,
.ql-link-tooltip.editing a.change,
.ql-link-tooltip.editing a.remove {
  display: none;
}
.ql-multi-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.ql-multi-cursor .cursor {
  margin-left: -1px;
  position: absolute;
}
.ql-multi-cursor .cursor-flag {
  bottom: 100%;
  position: absolute;
  white-space: nowrap;
}
.ql-multi-cursor .cursor-name {
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
}
.ql-multi-cursor .cursor-caret {
  height: 100%;
  position: absolute;
  width: 2px;
}
.ql-multi-cursor .cursor.hidden .cursor-flag {
  display: none;
}
.ql-multi-cursor .cursor.top .cursor-flag {
  bottom: auto;
  top: 100%;
}
.ql-multi-cursor .cursor.right .cursor-flag {
  right: -2px;
}
.ql-paste-manager {
  left: -100000px;
  position: absolute;
  top: 50%;
}
.ql-toolbar {
  box-sizing: border-box;
}
.ql-tooltip {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  white-space: nowrap;
  z-index: 2000;
}
.ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-container {
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, 'Arial', sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 1.42;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 15px;
  position: relative;
}
.ql-editor {
  box-sizing: border-box;
  min-height: 100%;
  outline: none;
  tab-size: 4;
  white-space: pre-wrap;
}
.ql-editor div {
  margin: 0;
  padding: 0;
}
.ql-editor a {
  text-decoration: underline;
}
.ql-editor b {
  font-weight: bold;
}
.ql-editor i {
  font-style: italic;
}
.ql-editor s {
  text-decoration: line-through;
}
.ql-editor u {
  text-decoration: underline;
}
.ql-editor img {
  max-width: 100%;
}
.ql-editor blockquote,
.ql-editor ol,
.ql-editor ul {
  margin: 0 0 0 2em;
  padding: 0;
}
.ql-editor ol {
  list-style-type: decimal;
}
.ql-editor ul {
  list-style-type: disc;
}
.ql-editor.ql-ie-9 br,
.ql-editor.ql-ie-10 br {
  display: none;
}
.ql-snow .ql-image-tooltip a {
  border: 1px solid #06c;
}
.ql-snow .ql-image-tooltip a.insert {
  background-color: #06c;
  color: #fff;
}
.ql-snow .ql-image-tooltip .preview {
  border-color: #ccc;
  color: #ccc;
}
.ql-snow .ql-link-tooltip a,
.ql-snow .ql-link-tooltip span {
  line-height: 25px;
}
.ql-snow .ql-multi-cursor .cursor-name {
  border-radius: 4px;
  font-size: 11px;
  font-family: Arial;
  margin-left: -50%;
  padding: 4px 10px;
}
.ql-snow .ql-multi-cursor .cursor-triangle {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0px;
  margin-left: -3px;
  width: 0px;
}
.ql-snow .ql-multi-cursor .cursor.left .cursor-name {
  margin-left: -8px;
}
.ql-snow .ql-multi-cursor .cursor.right .cursor-flag {
  right: auto;
}
.ql-snow .ql-multi-cursor .cursor.right .cursor-name {
  margin-left: -100%;
  margin-right: -8px;
}
.ql-snow .ql-multi-cursor .cursor-triangle.bottom {
  border-top: 4px solid transparent;
  display: block;
  margin-bottom: -1px;
}
.ql-snow .ql-multi-cursor .cursor-triangle.top {
  border-bottom: 4px solid transparent;
  display: none;
  margin-top: -1px;
}
.ql-snow .ql-multi-cursor .cursor.top .cursor-triangle.bottom {
  display: none;
}
.ql-snow .ql-multi-cursor .cursor.top .cursor-triangle.top {
  display: block;
}
.ql-snow.ql-toolbar {
  box-sizing: border-box;
  padding: 8px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ql-snow.ql-toolbar .ql-format-group {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.ql-snow.ql-toolbar .ql-format-separator {
  box-sizing: border-box;
  background-color: #ddd;
  display: inline-block;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  width: 1px;
}
.ql-snow.ql-toolbar .ql-format-button {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  width: 24px;
}
.ql-snow.ql-toolbar .ql-picker {
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-label {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label:hover {
  color: #06c;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-options {
  background-color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  padding: 4px 8px;
  position: absolute;
  width: 100%;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item:hover {
  color: #06c;
}
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
  color: #ccc;
  z-index: 2;
}
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
  display: block;
  margin-top: -1px;
  z-index: 1;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-label {
  background-position: center center;
  width: 28px;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options {
  padding: 5px;
  width: 152px;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item.ql-primary-color {
  margin-bottom: 8px;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item:hover {
  border-color: #000;
}
.ql-snow.ql-toolbar .ql-picker.ql-font {
  width: 105px;
}
.ql-snow.ql-toolbar .ql-picker.ql-size {
  width: 80px;
}
.ql-snow.ql-toolbar .ql-picker.ql-font .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker.ql-size .ql-picker-label {
  padding-left: 8px;
  padding-right: 8px;
}
.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-label {
  background-position: center center;
  width: 28px;
}
.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-item {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0px;
  width: 28px;
}
.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAKlBMVEUAAABJSUlAQEBERERFRUVERERERERERERERERFRUVEREREREREREREREQJcW6NAAAADXRSTlMAFRzExcbLzM/Q0dLbKbcyLwAAADVJREFUCNdjYCAeMKYJQFnSdzdCWbl3r0NZvnev4tFre/cKlNV79yaUpXP3EJTFtEqBBHcAAHyoDQk0vM/lAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAdElEQVR42mP4//8/VfBINGjVqlUMhw4dEj148OBpEAaxQWKkGgQz5BIQ/4fiSyAxkg2CuuQ/Gj5DjkFHsRh0jJwwwooHzCCQ145g8dpRcgw6j8WgCyQbtH//fhmgxttIhtwGiZETRjDDLoIwiA0UG820FGAA5b25+qRqGXcAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-picker.ql-active:not(.ql-expanded) .ql-picker-label,
.ql-snow.ql-toolbar:not(.ios) .ql-picker:not(.ql-expanded) .ql-picker-label:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAKlBMVEUAAAAAYc4AZMgAZcwAZs0AZs0AZs0AZ8wAZswAZs0AZswAZswAZswAZsx12LPhAAAADXRSTlMAFRzExcbLzM/Q0dLbKbcyLwAAADVJREFUCNdjYCAeMKYJQFnSdzdCWbl3r0NZvnev4tFre/cKlNV79yaUpXP3EJTFtEqBBHcAAHyoDQk0vM/lAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold,
.ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAYFBMVEUAAACAgIBAQEA5OTlAQEBERERAQEBERERERERERERDQ0NERERERERERERDQ0NERERERERFRUVERERERERFRUVERERERERERERERERERERERERERERERERERERERERERESN6WzHAAAAH3RSTlMAAggJDA8cQEtTWHF/i4yTpau+xMXX3O7v8/f6+/z+qN9w2AAAAFZJREFUeNqlzMcSgCAMRVEsYO+9vv//S9FhNIYld5HFmSTCqQ66dazkRzA1lPSQGRZGIsDMKMxRW7+2yCIcyf/QUyUGSnc+dkaqoFumM32pf2BqY+HUBfQaCPgVIBc1AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bold:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bold .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bold]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bold]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAYFBMVEUAAAAAgP8AYL8AccYAatUAZswAZMgAZMsAZswAZcsAZcsAZssAZssAZ80AZswAZs0AZswAZ8wAZswAZcwAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxCU9XcAAAAH3RSTlMAAggJDA8cQEtTWHF/i4yTpau+xMXX3O7v8/f6+/z+qN9w2AAAAFZJREFUeNqlzMcSgCAMRVEsYO+9vv//S9FhNIYld5HFmSTCqQ66dazkRzA1lPSQGRZGIsDMKMxRW7+2yCIcyf/QUyUGSnc+dkaqoFumM32pf2BqY+HUBfQaCPgVIBc1AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-italic,
.ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAi0lEQVR42mMYvoARl4SLi0sNkGoAYmY0qf+MjIztu3fvrkYWZGLADZhB8pS4CN1lQUBqLRDvAQJXHMqIstEISp8BEZQYZAIi/v//f5ZSg0xBBCMj4ymyDQKGjxKQEgLiV8DweUS2QUBXGEOZp0EEJV4zgdJnKDLo379/JsS6iJHSFA0DTDhT9CiAAQBbWyIY/pd4rQAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-italic.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-italic:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-italic .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=italic]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=italic]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAk0lEQVR42u3SsQ3CMBBA0X/2BozACMQswg4EMQMUdOyQVdggdpagZAc4ihjJjYmU66K8xpZsfdnSsVxCzTFdEW6AB0oKcqdrLhQcNaK+PLc79QfapLTDgz8cU9Tv8ibZQqIBgI8OxhexH29KPz90jltgA7zownN+6C0Nowhg+JqEvCZbSDSHNDJBLBNdctWJXv18Ad5dJL0jVfDhAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-underline,
.ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAM1BMVEUAAABLS0tFRUVDQ0NERERDQ0NFRUVFRUVERERDQ0NERERFRUVERERERERERERERERERESvCHKbAAAAEHRSTlMAERpMbW6Bgry9xMXh5PP51ZZfkwAAAEdJREFUeNq9yEEKgDAMRNHERDWq6dz/tFLBQUC6KfRtPnzpsh/sC2AHrcRUo0iuDXONI7gMxVW9wIQWPFb5sMgMk5YTdMmvGw2DA8yS9di7AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-underline.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-underline:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-underline .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=underline]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=underline]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAM1BMVEUAAAAAadIAYs4AZc0AZcwAZswAZ84AZswAZs0AZ8wAZcwAZs0AZswAZswAZswAZswAZsycBlETAAAAEHRSTlMAERpMbW6Bgry9xMXh5PP51ZZfkwAAAEdJREFUeNq9yEEKgDAMRNHERDWq6dz/tFLBQUC6KfRtPnzpsh/sC2AHrcRUo0iuDXONI7gMxVW9wIQWPFb5sMgMk5YTdMmvGw2DA8yS9di7AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-strike,
.ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAn1BMVEUAAAAAAACAgIBAQEA7OztAQEBLS0tHR0dAQEBJSUlGRkZERERCQkJERERDQ0NERERERERDQ0NFRUVERERERERERERERERERERFRUVERERERERERERFRUVDQ0NFRUVERERFRUVFRUVERERFRUVFRUVFRUVERERFRUVFRUVERERERERERERERERERERERERERERERERERERERERERERERERfrjwTAAAANHRSTlMAAQIMDRAREhQVKCk6PEhLT1xkZWZ4e4CCg4SIiZucoaersLK2wcTFydLX2ODi5err8fX3BKZfrQAAAH5JREFUGBmlwOEWgTAYBuC3isgMxCYAmwRh++7/2qRzttP/HnQTZjdjilkALzhR4wBvQiaLk8WXOJwlHVHjYgxnSmbeR0swGEkpxWZ3vt7fL/w9P4/ist+KdZ7zYYiWiCnScFYiRq1HFo4mxaKIKdJw0ooaVQovkaW1pUzQyQ86Agx4yKmWPAAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-strike.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-strike:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-strike .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=strike]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=strike]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAolBMVEUAAAAAAP8AgP8AatUAYsQAYM8AadIAY8YAZswAYc4AZswAZM0AZcoAZswAZ8oAZswAZMsAZ8oAZswAZcoAZ8sAZswAZssAZssAZs0AZswAZ8wAZs0AZ8wAZs0AZswAZ8wAZ8wAZs0AZ8wAZ8wAZs0AZs0AZs0AZcwAZs0AZcwAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyiCU+yAAAANXRSTlMAAQIMDRAREhQVKCk6PEhLT1xkZWZ4e4CAgoOEiImbnKGnq7CytsHExcnS19jg4uXq6/H190B1i7AAAAB/SURBVBgZpcDhFoEwGAbgt4pIBmImAJsEYfvu/9ZU52yn/z3oxk/vWuczD453psYRzoR0GkaLHzFYSzqhwvgY1pT0vI8WbzASQvDt/nJ7fN6ovb7P/HrYrTdZxoY+WoJEkoK14iEqPTKwFMkkCBJJClZcUqOM4USiMKYQETr5A2SVDLpJv6ZtAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-link,
.ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAllBMVEUAAAD///9VVVVJSUk5OTlAQEBHR0dFRUVCQkJHR0dBQUFCQkJGRkZDQ0NGRkZFRUVCQkJDQ0NERERDQ0NERERFRUVERERFRUVDQ0NERERFRUVERERERERFRUVERERERERERERERERFRUVERERFRUVFRUVERERERERERERERERERERERERERERERERERERERERERERERETx5KUoAAAAMXRSTlMAAAYHCQwZGiMkJzIzOUJOYGNlfoCJl5ibnaCxtLa8xsfIycrQ1OHi5uvs7e/19vn8NGTYeAAAAJdJREFUeNqN0McOgkAARdGnFJWiKGBhEEFpSn3//3OGjMmQ6MK7PMuLxVe/CXDTPl5DJmk3cOTTmZE7MDQES11RyhBY5vQU9aOB2z3gWVFMsXywYx3t9Q9tXsyDjlOVLQlOyanOL1ibkqB7l5odM01QSJqK6GdXmGwUHVhowImJIr2iMI9sLUWwa5LtFjPCSjSJBUl//HoDlmQPy0DFuCkAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-link.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-link:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-link .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=link]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=link]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAmVBMVEUAAAD///8AVdUAbdsAccYAatUAZswAYs4AZswAY80AacsAZswAZM0AZ8kAZM0AZcsAZcoAZMsAZcoAZcoAZssAZs0AZs0AZ8wAZs0AZswAZs0AZswAZs0AZswAZs0AZs0AZs0AZ8wAZswAZcwAZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy/jsjWAAAAMnRSTlMAAAYHCQwZGiMkJzIzOUJOYGNlfoCAiZeYm52gsbS2vMbHyMnK0NTh4ubr7O3v9fb5/BM/koAAAACXSURBVHjajdDbEoFQAIXhpROqiAjaSdGJSq33fzjTbDO7GS78l9/lj9lXvwnw0le8gEzSuufAhzshr2doCpaGopQhoOX0Fb0GE9fbnidFMYV2Z8c62hgfWj6Z7zqOVY4kuCXHuqBgbUmC4Z9rdsx0QSFpLGKQXWCxUbRloQNHJoqMisI6sLUVwalJtitMCHPRJDYk/fHrDdIHECSPJag6AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-image,
.ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAElBMVEUAAABERERERERFRUVEREREREQbmEZBAAAABXRSTlMAeMTFxj7M9NAAAABBSURBVAjXY2DAD1RDQSAYyAqFABALLANmMRnAWMwODIIMUFnGUAEIS1A0NADMYgTqhLBY4SyEKXCTTcGMEAJuAgBa9RKl6Fva+wAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-image.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-image:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-image .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=image]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=image]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAElBMVEUAAAAAZswAZcwAZs0AZs0AZszYB6XUAAAABXRSTlMAeMTFxj7M9NAAAABBSURBVAjXY2DAD1RDQSAYyAqFABALLANmMRnAWMwODIIMUFnGUAEIS1A0NADMYgTqhLBY4SyEKXCTTcGMEAJuAgBa9RKl6Fva+wAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-list,
.ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAS1BMVEUAAABCQkJFRUVGRkZFRUVCQkJFRUVDQ0NFRUVFRUVFRUVERERERERERERERERFRUVERERERERERERERERERERERERERERERERERET32eciAAAAGHRSTlMAMjRCQ0lOfYKQlJmaocTFxuHi5OXm9falfyKhAAAATElEQVR42mMgFnCKYIpJMDDwSUABP1yIHyYkABYRlBAmwngucV50IXZGIXTjmQTZ0I0XIcp4DjEedCFWFlF041mZRdCN5xDjZiAdAACXwgbrzvG+ZgAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-list.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-list:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-list .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=list]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=list]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAS1BMVEUAAAAAZswAZ8kAZM0AZ8oAZcsAZcsAZswAZswAZ80AZs0AZs0AZ80AZ8wAZcwAZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswCB3gJAAAAGHRSTlMAMjRCQ0lOfYKQlJmaocTFxuHi5OXm9falfyKhAAAATElEQVR42mMgFnCKYIpJMDDwSUABP1yIHyYkABYRlBAmwngucV50IXZGIXTjmQTZ0I0XIcp4DjEedCFWFlF041mZRdCN5xDjZiAdAACXwgbrzvG+ZgAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-bullet,
.ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAABxJREFUCNdjYMAPhBhdgMAJyFJmArGcGRgGXAcA/t0ImAOSO9kAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-bullet.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bullet:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bullet .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bullet]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bullet]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAABxJREFUCNdjYMAPhBhdgMAJyFJmArGcGRgGXAcA/t0ImAOSO9kAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-authorship,
.ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAARVBMVEUAAABFRUVFRUUAAAAAAABERERDQ0NEREQAAABERERERERERERERERERERFRUVERERERERERERERERERERERERERERERERVeSBUAAAAFnRSTlMAMDtOT1JfYmassMfN09Ta6vD4+fz9w8DTTwAAAExJREFUGBmVwEkSgCAMBMBRQUEU4zb/f6oFF5KbNLp4EQ8rkxnWQ76whBRYkYwwxo08ZijDzWJBs7La0ZysLjSJVUKXKSgOhQuKw08fJOYE1SddZQoAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-authorship.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-authorship:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-authorship .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=authorship]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=authorship]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAARVBMVEUAAAAAZcoAaMsAZc4AZ8sAZ8oAZswAZcsAZ80AZs0AZ8wAZ8wAZswAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZszAoUIuAAAAFnRSTlMAMDtOT1JfYmassMfN09Ta6vD4+fz9w8DTTwAAAExJREFUGBmVwEkSgCAMBMBRQUEU4zb/f6oFF5KbNLp4EQ8rkxnWQ76whBRYkYwwxo08ZijDzWJBs7La0ZysLjSJVUKXKSgOhQuKw08fJOYE1SddZQoAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-color,
.ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAgVBMVEUAAAAAAACAgIBAQEBVVVVDQ0NGRkZGRkZFRUVERERDQ0NDQ0NDQ0NCQkIAAABFRUUAAABDQ0NEREREREREREQAAABDQ0NDQ0NERERFRUVERERERERERERDQ0NERERERERFRUVFRUVERERERERERERERERERERERERERERERERERERLPkdWAAAAKnRSTlMAAQIEBhMWISUtLkVMTU5OT1BTVlpmeX6OkJmdvL3GztTj5/Hy8/b3/f5utmv0AAAAX0lEQVR42pXIRQ6AQABDUdzd3bX3PyCWwAwr+Is2ecyvuKriXmQD5otKoKBFQz+sKkU5khQZKdK8yMoyiQTFOIseEbqLWv6mAPW+bAPvJmN0j/N7nfmTFRI5Jzk0fWwD4sYJPnqIyzwAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-color.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-color:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-color .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=color]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=color]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAgVBMVEUAAAAAAP8AgP8AgL8AVdUAa8kAaNEAZMkAZ8gAZswAZM0AZMsAZc0AZ8oAZcsAZc4AZ8sAZswAZcsAZc0AZswAZ80AZcoAZcoAZs0AZ80AZs0AZs0AZs0AZ8wAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy3JBcuAAAAKnRSTlMAAQIEBhMWISUtLkVMTU5OT1BTVlpmeX6OkJmdvL3GztTj5/Hy8/b3/f5utmv0AAAAX0lEQVR42pXIRQ6AQABDUdzd3bX3PyCWwAwr+Is2ecyvuKriXmQB5otKoKBFQz+sKkU5khQZKdK8yMoyiQTFOIseEbqLWv6mAPW+bAPvJmN0j/N7nfmTHRI5Jzk0fWwD4foJPqgJbeoAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-background,
.ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAnFBMVEUAAAAAAACAgIBAQEAAAABVVVUAAAAAAAAAAABDQ0MAAABGRkZGRkYAAABFRUVERERDQ0MAAAAAAAAAAAAAAABDQ0MAAABDQ0MAAABCQkJFRUVDQ0NERERERERERERDQ0NDQ0NERERFRUVERERERERERERDQ0NERERERERFRUVFRUVERERERERERERERERERERERERERERERERERETMTXVbAAAAM3RSTlMAAQIEBgYHCBMTFBYhIyUtLjE2N0JFS0xNTU5QU1ZaeX6OkJmdvL3GztTj5/Hy8/b3/f5Qd6EEAAAAf0lEQVR42o2PRw6DQBRDHVJISCUhvTd69/3vhgT6MLPDmoX15KfRR++c6mdKgVIOTRFoeJ6hE+tCnjXRgUv+oc02jJNyrYk/vj/8jhRxnheLVZHNupn1Yp3nVIgzjhoUDlvxQR/AIOBtKbNjerUB+x7vhZjARPkLyslbYIe+qQDqMQxGJwkBGwAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-background.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-background:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-background .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=background]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=background]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAllBMVEUAAAAAAP8AgP8AgL8AVdUAbbYAYL8Aa8kAZswAaNEAZMkAZswAZ8gAZswAZM0AaMsAaNAAZswAZM0AZMsAZswAZc0AZ8oAZ80AZcsAZswAZcsAZc0AZswAZcoAZcoAZs0AZ80AZs0AZs0AZs0AZ8wAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy8dW5vAAAAMXRSTlMAAQIEBgcIExQWISMlLS4xNjdCRUtMTU1OUFNWWnl+jpCZnby9xs7U4+fx8vP29/3+dqGBzgAAAH5JREFUeNqNj0cOg0AUQx1CgFQS0nujd9//ckigDzM7rFlYT34afYzOuX2WFCjl0BWBRhAYOnEu5EkTPfjkH9pswzSr15r44/vDr6mI87JarKrCHmbOi22ethDPTDoUT3vxwRDAJOJtKbNjfnUB957uhVjATPkLyslbYIexaQB/ngudkm14XQAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-left,
.ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAClJREFUCNdjYMAPRFxcnCAsFRcXZwYiAFCHC0STCpjlTJwOJwaYDoIaAKIACBBRNsu4AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-left.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-left:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-left .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=left]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=left]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAClJREFUCNdjYMAPRFxcnCAsFRcXZwYiAFCHC0STCpjlTJwOJwaYDoIaAKIACBBRNsu4AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-right,
.ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAChJREFUCNdjYCAIRFxcnCAsFRcXZ2KUu0B0qIBZzgzEaXFigGkhpAMAmbwIEMJ9k/cAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-right.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-right:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-right .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=right]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=right]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAChJREFUCNdjYCAIRFxcnCAsFRcXZ2KUu0B0qIBZzgzEaXFigGkhpAMAmbwIEMJ9k/cAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-center,
.ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAC1JREFUCNdjYCAAGF1cXBTALCYgy4CBIBBxAQEnIEsFzHJmIMYKiCVMYBYhSwCyqQhMfft6AQAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-center.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-center:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-center .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=center]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=center]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAC1JREFUCNdjYCAAGF1cXBTALCYgy4CBIBBxAQEnIEsFzHJmIMYKiCVMYBYhSwCyqQhMfft6AQAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-justify,
.ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAABpJREFUCNdjYMAPRFxAwAnIUgGznBkYBlwHAJGzCjB/C3owAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-justify.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-justify:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-justify .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=justify]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=justify]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAALklEQVR42mMYvoARzko9cwTIsyZR+zGGWcZgPUwIMUZGShwyGtijgT0a2EMMAADESwwWta/i5QAAAABJRU5ErkJggg==");
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAIVBMVEUAAABCQkJDQ0NDQ0NERERERERERERERERERERERERERERehmmoAAAACnRSTlMATVRbaeXo6fz+NPhZJgAAAF9JREFUKM9jYBjkQC0JXYS5a4UBmpDFqlXN6IpWrUJTprEKCJpQhLJAQsswhZaiCImDhAJp5kMxkPGJZLjLEiQ0GUWIZdaqVSsdUM33XLVqCpqVLLPQFTEwmAcP9qQAAFUgKabkwE6gAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAJFBMVEWqqqr////AwMDAwMDAwMDBwcHBwcHBwcHBwcHBwcHBwcHBwcEexLCPAAAAC3RSTlMAAE1UW2nl6On8/tZA57EAAABxSURBVHjazc4hFkBAGMTxL3AAp+AGniYiyaLnBETHoKkknbc7l7OrzW7zhP3HX5mRxCskEsknEaZoU6VDNbAyRRugSqICpoVotnT7dBFllnpefPuHUpjGD78aSztRfAK65cUOOIQpPnXrkFSDEFFB0APtK1HCkKpz1wAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-picker.ql-active:not(.ql-expanded) .ql-picker-label,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker:not(.ql-expanded) .ql-picker-label:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAIVBMVEUAAAAAZ8oAZMsAZc0AZswAZswAZswAZswAZswAZswAZswhMkyGAAAACnRSTlMATVRbaeXo6fz+NPhZJgAAAF9JREFUKM9jYBjkQC0JXYS5a4UBmpDFqlXN6IpWrUJTprEKCJpQhLJAQsswhZaiCImDhAJp5kMxkPGJZLjLEiQ0GUWIZdaqVSsdUM33XLVqCpqVLLPQFTEwmAcP9qQAAFUgKabkwE6gAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-bold,
  .ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAxlBMVEUAAABVVVUzMzNVVVVJSUlGRkZAQEBJSUlAQEBAQEBAQEBHR0dCQkJGRkZAQEBGRkZCQkJERERDQ0NDQ0NGRkZERERDQ0NFRUVCQkJFRUVERERDQ0NDQ0NFRUVDQ0NERERERERERERERERERERERERERERERERERERFRUVDQ0NERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERfjmwgAAAAQXRSTlMAAwUGBwsMDhAUGBkbHSAhIykuOUJERUpNUVZYXGRne3yAi4+SmqWmq67R1tfY2dve5ujp7/Dy8/T19vf4+fv8/mUg1b0AAACrSURBVDjL5dPFDgJBEEXRxt3d3d11gPv/P8WCEAgZuno/b1WLk1TqJaWUI1Jc8852Mqz5bdHHALDK2CF+ckgYIHp/0GtypxpHYKlFSqkycJeQD7hIKADMJFQHulrkSrYs2MflCnZZgzKvo7RJmZeSAWIf1V3nihSGAG19BUq1gKmEQsBZQkHAklATmOuQN5zvP4COQQWnmIxuFfERWOTsXmrztWg8qHqUU/IEzOhNFx6Ncl4AAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-bold.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bold:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bold .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bold]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bold]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAxlBMVEUAAAAAVaoAZswAVdUAbdsAXdEAatUAbcgAYM8AZswAasoAZswAaNAAasoAaMcAZMkAZswAZM0AZM0AZ8kAZM0AZcsAZMsAZMsAZ8oAZc0AZc0AZcsAZ8oAZswAZssAZssAZcwAZssAZ80AZs0AZ8wAZ80AZswAZ8wAZ8wAZ8wAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyeO+aMAAAAQXRSTlMAAwUGBwsMDhAUGBkbHSAhIykuOUJERUpNUVZYXGRne3yAi4+SmqWmq67R1tfY2dve5ujp7/Dy8/T19vf4+fv8/mUg1b0AAACrSURBVDjL5dPFDgJBEEXRxt3d3d11gPv/P8WCEAgZuno/b1WLk1TqJaWUI1Jc8852Mqz5bdHHALDK2CF+ckgYIHp/0GtypxpHYKlFSqkycJeQD7hIKADMJFQHulrkSrYs2MflCnZZgzKvo7RJmZeSAWIf1V3nihSGAG19BUq1gKmEQsBZQkHAklATmOuQN5zvP4COQQWnmIxuFfERWOTsXmrztWg8qHqUU/IEzOhNFx6Ncl4AAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-italic,
  .ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAjVBMVEUAAAAAAACAgIBAQEBVVVVAQEBAQEBCQkJCQkJFRUVDQ0NBQUFDQ0NDQ0NDQ0NFRUVERERERERERERDQ0NERERDQ0NERERERERERERFRUVFRUVERERFRUVERERERERDQ0NERERERERERERDQ0NFRUVEREREREREREREREREREREREREREREREREREREREQUqV1+AAAALnRSTlMAAQIEBggMGyMlKisuUFhZXmJmb3R9hIiKjZGTlKWprrG0uL3BxObt8PL19/j9SqrrawAAAIJJREFUOMvl0jUOQgEQRVHc3d1dzv6XRwch+WRq4NYnmVdMKvU35RZXz+7LQiJqe6uXiDrvqJuI8vM7ALd14fOwIabR+i1agUmfUA1QGedMgJrYRZPGGEVoh0ZgMmeUAlTBMbrWwiZCEwwitEc9MNkLigGq4RBda2MVoRn6X/jfv9YDjuYgGnCpSqcAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-italic.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-italic:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-italic .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=italic]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=italic]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAjVBMVEUAAAAAAP8AgP8AgL8AVdUAYL8AatUAaNAAZswAZ8gAZ8gAZcoAZM0AZswAZcsAZMsAZMsAZcsAZ8sAZcoAZcoAZswAZs0AZ8wAZs0AZ8wAZswAZs0AZs0AZswAZ8wAZ8wAZs0AZswAZ8wAZ8wAZs0AZcwAZswAZswAZswAZswAZswAZswAZswAZswAZsyyI9XbAAAALnRSTlMAAQIEBggMGyMlKisuUFhZXmJmb3R9hIiKjZGTlKWprrG0uL3BxObt8PL19/j9SqrrawAAAIJJREFUOMvl0jUOQgEQRVHc3d1dzv6XRwch+WRq4NYnmVdMKvU35RZXz+7LQiJqe6uXiDrvqJuI8vM7ALd14fOwIabR+i1agUmfUA1QGedMgJrYRZPGGEVoh0ZgMmeUAlTBMbrWwiZCEwwitEc9MNkLigGq4RBda2MVoRn6X/jfv9YDjuYgGnCpSqcAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-underline,
  .ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAWlBMVEUAAAAAAAAzMzNAQEBGRkZERERERERCQkJERERDQ0NFRUVERERERERFRUVERERERERERERFRUVERERERERERERDQ0NFRUVERERERERERERERERERERERERERET15sOLAAAAHXRSTlMAAQUMLC04TU9UVYePkJKkxMXG2Nrf4+jz9/n6/qlZ0HQAAACUSURBVHja7Y3BDsIgEAW3UCmCFatQxLL//5uuiQ0py1EPxs5tHhMW/oMhxoF5TUSMzGuQqH2PfiO60yiLStIHi260qqKKNLDI0XouOpI6Fh1f/x9W6xOpYZHwNM/9u5lJvACGzvSQRiWlOiUkNDSwuMFCi87mkmTbQRvt18aXWwxhXFiW4IyAr3LBJtMmmtrRFT7ME0B0HEswIOSJAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-underline.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-underline:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-underline .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=underline]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=underline]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAWlBMVEUAAAAAAP8AZswAatUAaMsAZswAZM0AZ8oAZMsAZMsAZswAZswAZs0AZ80AZ8wAZ8wAZcwAZs0AZs0AZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZszogqY1AAAAHXRSTlMAAQUMLC04TU9UVYePkJKkxMXG2Nrf4+jz9/n6/qlZ0HQAAACUSURBVHja7Y3BDsIgEAW3UCmCFatQxLL//5uuiQ0py1EPxs5tHhMW/oMhxoF5TUSMzGuQqH2PfiO60yiLStIHi260qqKKNLDI0XouOpI6Fh1f/x9W6xOpYZHwNM/9u5lJvACGzvSQRiWlOiUkNDSwuMFCi87mkmTbQRvt18aXWwxhXFiW4IyAr3LBJtMmmtrRFT7ME0B0HEswIOSJAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-strike,
  .ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABLFBMVEUAAACAgIBVVVVAQEAzMzNVVVVAQEA5OTlNTU1JSUlERERHR0dDQ0NGRkZDQ0NAQEBCQkJAQEBGRkZAQEBGRkZERERBQUFERERGRkZCQkJGRkZERERFRUVERERDQ0NFRUVERERDQ0NFRUVCQkJDQ0NFRUVCQkJDQ0NERERDQ0NERERERERDQ0NFRUVERERERERERERERERFRUVERERDQ0NFRUVERERERERFRUVERERERERDQ0NDQ0NFRUVERERERERFRUVERERERERFRUVERERERERDQ0NERERFRUVERERERERERERFRUVERERERERERERERERFRUVERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERET5TTiyAAAAY3RSTlMAAgMEBQYICQoODxITFhcYGxwdICEtLzEzNjc4P0BFRkdISk1YWWBjaWtsdHZ3f4CHiImKjJGSk5SVl5ufo6Smp625uru8vb/BwsPExcbMzs/Q0dPi4+Tl6+zv8PL19vf4+/z2SQ4sAAABE0lEQVQ4y2NgGDmAV8c5PCkxxFGDE6cSDuOEZCiI0WXGroY/OBkJeHJhU8Pkm4wCXBixKFIHyUTqibJzS5lEgNhqWBT5AMWD+CFsHg8gxxuLoniguCyMIwLkxGFRBPKZDKEw8gMqCuAloEgb7HADMTZ8ijisjHTUlCSFOdgFxeVUNPXM7Z38QmJ9EApQxFFCyxeuxhtFPC7U39nBQl9LVV5CiAMpiFDEOYQlldR0jGwM8DmOVVDRLBpkpDIBr/KBXOBKKNSEgYpiMUQjgaLChBQ5A0W94AHO6wXkumEoUgY5NcpUUYCFRUDBNAqHw22T0YAdNp9bo6qxZMLqI4VAhJIgBZwelzZ0D4uLC3M3lB5B5QgAFQdgZ6NzzvYAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-strike.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-strike:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-strike .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=strike]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=strike]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABLFBMVEUAAAAAgP8AVaoAgL8AZswAVdUAYL8AccYAZswAbcgAZswAY8YAa8kAaNEAZMgAasoAaNAAZMgAasoAaMcAZMkAZswAZ8kAaMsAZM0AaMsAZswAZM0AZcoAZMsAZMsAZswAZc0AZ8oAZMsAZ8oAZcsAZMsAZcoAZMsAZswAZssAZssAZcoAZssAZcwAZssAZs0AZswAZ8wAZs0AZs0AZswAZswAZ8wAZs0AZs0AZ80AZ8wAZswAZ8wAZs0AZ8wAZ8wAZs0AZs0AZswAZ8wAZs0AZs0AZ8wAZcwAZs0AZ8wAZswAZcwAZs0AZs0AZ8wAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswL5dPDAAAAY3RSTlMAAgMEBQYICQoODxITFhcYGxwdICEtLzEzNjc4P0BFRkdISk1YWWBjaWtsdHZ3f4CHiImKjJGSk5SVl5ufo6Smp625uru8vb/BwsPExcbMzs/Q0dPi4+Tl6+zv8PL19vf4+/z2SQ4sAAABE0lEQVQ4y2NgGDmAV8c5PCkxxFGDE6cSDuOEZCiI0WXGroY/OBkJeHJhU8Pkm4wCXBixKFIHyUTqibJzS5lEgNhqWBT5AMWD+CFsHg8gxxuLoniguCyMIwLkxGFRBPKZDKEw8gMqCuAloEgb7HADMTZ8ijisjHTUlCSFOdgFxeVUNPXM7Z38QmJ9EApQxFFCyxeuxhtFPC7U39nBQl9LVV5CiAMpiFDEOYQlldR0jGwM8DmOVVDRLBpkpDIBr/KBXOBKKNSEgYpiMUQjgaLChBQ5A0W94AHO6wXkumEoUgY5NcpUUYCFRUDBNAqHw22T0YAdNp9bo6qxZMLqI4VAhJIgBZwelzZ0D4uLC3M3lB5B5QgAFQdgZ6NzzvYAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-link,
  .ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABDlBMVEUAAAD///8AAACAgIBVVVVAQEAzMzNVVVVAQEBNTU1HR0dAQEBJSUlGRkZDQ0NAQEBERERHR0dGRkZDQ0NBQUFGRkZERERCQkJGRkZFRUVCQkJFRUVERERDQ0NDQ0NCQkJFRUVDQ0NERERDQ0NFRUVDQ0NFRUVFRUVFRUVFRUVERERDQ0NFRUVERERFRUVERERERERDQ0NFRUVFRUVERERERERERERERERFRUVERERERERERERFRUVDQ0NERERERERFRUVERERERERERERERERERERERERERERERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERESFPz0UAAAAWXRSTlMAAAECAwQFBggKEhQVFhccHiQoKissLTIzNDpGR0hMTU5QUlRVW12BgoaHjI2PmJmam5ygpKWosbKztLW6vcDD0NLT2Nna3N7g4eLj5Ofo6err7u/w8vn7/A90CXkAAAFqSURBVDjLzdTHUgJREIXho8yo6JgFc0LFjAkVMZAFJYrCzP/+L+JCtJipS5U7Patbt79Vd1dr6BfRHyBJUiie6dSSiwrEh2aeAPAO7cEoUqWXdHgQirQAOh7A46gZzVQBzsfmSgAnRhR6AjiS5OQAd9aE4t9GmqoCCRPKAGe9zzhQDxlQBzpjknab9c2RD2DBgGrgzUlqQnfrHlg3oGug6Eh1oFsAEtvLVhAteUBuSjseP2lfzQf6dARQjY/s9SncY9uH7DQA7+ky/XkI+8YSfvRVC6k3AO4s34BHT90+1N2yYq8A+/5V0Wyi0ac2NJkD3KgfSaGF9QRQ9oCC5JSAiyCStA2k9jzISooCFQNaBlpWrJBdkTThQsOA7DYQ+3pbKeDWgHQFvDiSNJwEWDWheRfIOZKVBLiRCekYoBiZSAHkx83IfgDABXielhkpfAcAkJ/WICTrwAXgZlyDkRS9rDRu1wJL98/u0yeVYHcP1mwWWgAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-link.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-link:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-link .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=link]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=link]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABDlBMVEUAAAD///8AAP8AgP8AVaoAgL8AZswAVdUAYL8AZswAY8YAZswAYc4AaNEAZMgAZMgAZswAY80AZswAZ8gAZcoAaMsAZswAZswAZM0AZ8kAZcoAZswAZc0AZ8oAZc0AZ8oAZcsAZswAZ8oAZMsAZswAZc0AZcsAZ84AZswAZ84AZswAZswAZ8wAZs0AZs0AZs0AZ80AZswAZ8wAZswAZ8wAZswAZs0AZs0AZs0AZ8wAZswAZ8wAZ8wAZ8wAZs0AZswAZs0AZswAZswAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxCnEEHAAAAWXRSTlMAAAECAwQFBggKEhQVFhccHiQoKissLTIzNDpGR0hMTU5QUlRVW12BgoaHjI2PmJmam5ygpKWosbKztLW6vcDD0NLT2Nna3N7g4eLj5Ofo6err7u/w8vn7/A90CXkAAAFqSURBVDjLzdTHUgJREIXho8yo6JgFc0LFjAkVMZAFJYrCzP/+L+JCtJipS5U7Patbt79Vd1dr6BfRHyBJUiie6dSSiwrEh2aeAPAO7cEoUqWXdHgQirQAOh7A46gZzVQBzsfmSgAnRhR6AjiS5OQAd9aE4t9GmqoCCRPKAGe9zzhQDxlQBzpjknab9c2RD2DBgGrgzUlqQnfrHlg3oGug6Eh1oFsAEtvLVhAteUBuSjseP2lfzQf6dARQjY/s9SncY9uH7DQA7+ky/XkI+8YSfvRVC6k3AO4s34BHT90+1N2yYq8A+/5V0Wyi0ac2NJkD3KgfSaGF9QRQ9oCC5JSAiyCStA2k9jzISooCFQNaBlpWrJBdkTThQsOA7DYQ+3pbKeDWgHQFvDiSNJwEWDWheRfIOZKVBLiRCekYoBiZSAHkx83IfgDABXielhkpfAcAkJ/WICTrwAXgZlyDkRS9rDRu1wJL98/u0yeVYHcP1mwWWgAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-image,
  .ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAFVBMVEUAAABCQkJEREREREREREREREREREQL6X1nAAAABnRSTlMATXjl6OmAFiJpAAAAZklEQVR42sXQsQ3AIAxEUeQZoKdyzwg0DALo9h8hiCYXo4R0/MbSK1ycO5EHlScVpj4Jj97p/vtJPi9U+kptXIlMIY2r1b4XIBpSoDJJFIyYtKohAWBIV8Ke9kv8X7WwtEmBKbkDXfWkWdehkaSCAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-image.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-image:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-image .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=image]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=image]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAFVBMVEUAAAAAZ8oAZswAZswAZswAZswAZsx4QzxlAAAABnRSTlMATXjl6OmAFiJpAAAAZklEQVR42sXQsQ3AIAxEUeQZoKdyzwg0DALo9h8hiCYXo4R0/MbSK1ycO5EHlScVpj4Jj97p/vtJPi9U+kptXIlMIY2r1b4XIBpSoDJJFIyYtKohAWBIV8Ke9kv8X7WwtEmBKbkDXfWkWdehkaSCAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-list,
  .ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAw1BMVEUAAAAAAABVVVVAQEBERERAQEBJSUlGRkZHR0dFRUVCQkJERERAQEBGRkZDQ0NFRUVDQ0NCQkJGRkZDQ0NCQkJERERDQ0NFRUVERERFRUVERERDQ0NERERERERDQ0NFRUVERERERERERERERERERERERERERERFRUVERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERESFbZw4AAAAQHRSTlMAAQYIDxAVFhkaGx4gKCo0NTY3OU10fYKIiYqMj56fo6SmqKmvtLe6vr/ExcbLz9fh4uXm5+jp7O/w8vP3+vv9Z7IwDAAAAK1JREFUOMvV0scOglAQQFGwYO+oiIq9YldEFPX+/1e5cGEii2FFdNY3b/JORlF+dAqNrS1GQyDEW+9Id/gaRw9EgQacMNEhuO4caD7rlgDS/2yAVWTiia53HWeEaMLzwUKIdvt08n4TxLMptc1UEo/38YqCuGZzKknimxDi6jpa8Vjn6I4kcQNgLkSmVSvjizeeb9ITbzxXxxLETatSxRfEWwAzicC4uANN+at5AdptTQ0Ubk4LAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-list.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-list:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-list .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=list]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=list]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAw1BMVEUAAAAAAP8AVdUAYL8AZswAYM8AYc4AaNEAZswAYs4AaNAAZswAaMcAZswAZ8gAZ8kAZcoAaMsAZswAZ8kAZ8oAZcoAZswAZswAZ8wAZs0AZs0AZswAZs0AZs0AZ8wAZs0AZ8wAZ8wAZs0AZ8wAZswAZswAZs0AZ8wAZswAZcwAZcwAZs0AZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZszno9YmAAAAQHRSTlMAAQYIDxAVFhkaGx4gKCo0NTY3OU10fYKIiYqMj56fo6SmqKmvtLe6vr/ExcbLz9fh4uXm5+jp7O/w8vP3+vv9Z7IwDAAAAK1JREFUOMvV0scOglAQQFGwYO+oiIq9YldEFPX+/1e5cGEii2FFdNY3b/JORlF+dAqNrS1GQyDEW+9Id/gaRw9EgQacMNEhuO4caD7rlgDS/2yAVWTiia53HWeEaMLzwUKIdvt08n4TxLMptc1UEo/38YqCuGZzKknimxDi6jpa8Vjn6I4kcQNgLkSmVSvjizeeb9ITbzxXxxLETatSxRfEWwAzicC4uANN+at5AdptTQ0Ubk4LAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-bullet,
  .ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAAAzSURBVCjPY2AYACBsyCAcCgOGYCHTYAZTuFAwRCgISSgILCSiyCACF1JkGBgw6voBcj0AFsUtDasGrUcAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-bullet.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bullet:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bullet .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bullet]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bullet]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAAAzSURBVCjPY2AYACBsyCAcCgOGYCHTYAZTuFAwRCgISSgILCSiyCACF1JkGBgw6voBcj0AFsUtDasGrUcAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-authorship,
  .ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAllBMVEUAAACAgIBAQEBCQkIAAABCQkJAQEBGRkZERERERERCQkJGRkZDQ0NDQ0NDQ0MAAAAAAAAAAABDQ0NFRUVERERFRUVERERFRUVERERFRUVERERERERERERERERERERERERERERFRUVEREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREQe3JVeAAAAMXRSTlMAAhgbHx8gIS0xMjM5VFdcXWZyd3yChImPkKy4yMrO0tPj5ebq7e7v8PLz9/j6/P3+mEwo9QAAAJxJREFUGBnVwNcOgjAYBeCj4l7FjeAGUZzn/V9O0kikSftf44c/0A+Tc9iFqHll7tKEJKAWQLKjtockpZZC8qL2hiSjlkESUYsgmVNbQtKhNoCgNrwz95w14NTe8Os2gUP9wJ8p7NYsebRg06NhAZsVDRFstjQksMlogs2Rhhg2o5glpxGqz1O+g/JQUL6TQkH5TmMUPOU7jD1U1AdG8S1kERvjygAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-authorship.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-authorship:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-authorship .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=authorship]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=authorship]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAllBMVEUAAAAAgP8AasoAaNAAY84AaMcAZMkAZswAaMsAZswAZM0AZ8kAZMsAZ8oAZ8oAZcsAZc4AZ80AZcwAZcwAZcwAZswAZs0AZs0AZs0AZ80AZs0AZ8wAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyCDIYeAAAAMXRSTlMAAhgbHyAhLTEyMzlUV1xdXWZyd3yChImPkKy4yMrO0tPj5ebq7e7v8PLz9/j6/P3+PxHOPAAAAJxJREFUGBnVwNcOgjAYBeCj1j0q7oEbRHGe9385SSORJu1/jR/+QGcdn9ctiNSVmYuCZEljCcmOxh6ShEYCyYvGG5KURgpJSCOEZEpjDkmTRheCSu/OzHNSg1djw6/bCB7VA3/GcFux4FGHS5uWGVwWtIRw2dISwyWlDS5HWiK49CMWnPooP6UDD62Q04GXRk4HXgPk1DDwGCiU1AcZWy1RmD8CRQAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-color,
  .ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAz1BMVEUAAAAAAACAgIBVVVVAQEBVVVU5OTk7OztLS0tHR0dGRkZCQkIAAABERERDQ0NDQ0NDQ0NDQ0NGRkZERERERERCQkJFRUVERERFRUVEREQAAAAAAABDQ0NFRUVEREQAAABERERFRUVERERDQ0NDQ0NERERERERERERERERERERERERERERERERERERFRUVFRUVERERERERERERERERERERDQ0NERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERbYaT1AAAARHRSTlMAAQIDBAYJDRESFhsfIiYqNUFCREtNVVZZWlxdY2RlZm1zdXZ9hI6Tl6Sws7nExcnS09XY2d/g5ejp6+zt8PP09/n9/idH/qoAAADKSURBVBgZ1cDXUsJAAIXhg2KMGruxsGoUe8cWoij1f/9nYiZDGJjsLrfwaRHEWRZrhuAXWoH8zgBO5VVpADTktU9uVz5P5B7lsdUn19+U2x3w+gbcyilsA0cnwP+qXOpAWl1pAhdyqKZAXboGvpZkdwi0Q2m9CxzI7oUJz7LaYdJgWzYPTLmXxUaPKZ01ld0A7xXllr+BK5VlwLlGLoFPlWXQCjQSduBDZfFPM9bY8V+6p7kXmcTBRCqYxMmoYBKnmgqRSRxqkebUEKsKOlxMa6IbAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-color.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-color:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-color .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=color]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=color]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA0lBMVEUAAAAAAP8AgP8AVaoAgL8AVdUAccYAYsQAadIAY8YAaNEAaNAAY84AacsAZckAZ8gAZcoAZswAZM0AZcsAZswAZ8oAZswAZc0AZMsAZswAZ8oAZcsAZc4AZMsAZswAZcoAZ80AZcwAZswAZssAZssAZswAZs0AZs0AZs0AZ8wAZ8wAZ8wAZ8wAZswAZcwAZs0AZcwAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswVaivDAAAARXRSTlMAAQIDBAYJDRESFhsfIiYqNUFCREtNVVZZWlxdXWNkZWZtc3V2fYSOk5eksLO5xMXJ0tPV2Nnf4OXo6evs7fDz9Pf5/f6Y2SWXAAAAy0lEQVQYGdXA11LCQACF4YNijBq7sbCWKPaOLURREPjf/5WYyRAGJrvLLXyaB3GWxZoi+IFWIL9TgBN5VRoADXntktuWzyO5B3ls9Mj11uV2C7y8AjdyCtvAwRHwtyyXOpBWl5rAuRyqKVCXroDPBdntA+1QWv0H9mT3zJgnWW0xrr8pm3sm3MlircuEzorKroG3inKLX8ClyjLgTEMXwIfKMmgFGgo78K6y+LsZa+TwN93RzItM4mAiFUziZFQwiVNNheg4cahFmlEDFzs7cwmPHM8AAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-background,
  .ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA4VBMVEUAAAAAAACAgIBVVVVAQEBVVVU5OTk7OztLS0tHR0dGRkZCQkJERERDQ0NDQ0NDQ0NDQ0NERERCQkJEREQAAAADAwMGBgZDQ0NEREQODg5ERERDQ0NFRUVERERERERERERDQ0MiIiJDQ0MmJiZEREQrKytEREREREQyMjIyMjJEREREREREREQ4ODhERERERERFRUVFRUVERERERERERERERERAQEBERERERERBQUFERERERERERERBQUFERERERERERERBQUFERERERERERERDQ0NERERERERDQ0NERERERESZD8GyAAAASnRSTlMAAQIDBAYJDRESFhsiJio1QURJS01QU1RWWVpjZGVtdXZ4fYCEiI6TnZ6ksLO3ucTFydLT193g4OLl5ebn6enq6+7w8vP39/n+/rihcb4AAADbSURBVHjazZPFDsMwEERdZkpTZmbmpszd//+grhpFSaS1e+khc1jbmrG1z7KZdSXLgvo79M9ziKCkKJIeoUPJA8AxKT6H5QGVE3dlmwJqKqaLwVdRIV1fDfVEdKGXGnoFBXQtDIwnWJp8uswd/XQWy8XD7aqD9srp2uJQ5NElVuiWGKvisLFz6Bpo3ryM+R84iXO6GoFBQ5ouAka9wyRdF0waUHSBpzl09xF0dTRmNnXu2OOiTNDtAKCg7W3jYk7QnQGObu0KvVeAJUFXU9aS/h5Sp0VFtui/s6w+XSJAbiVJ3G0AAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-background.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-background:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-background .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=background]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=background]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA5FBMVEUAAAAAAP8AgP8AVaoAgL8AZswAVdUAYL8AccYAYsQAadIAY8YAaNEAasoAZswAYsQAaNAAacsAZckAadEAZ8gAZcoAZswAZswAZMkAZM0AZcsAZ8sAZswAaM0AZ8oAZ80AZswAZc0AZMsAZswAZMsAZswAZcoAZcwAZswAZssAZssAZswAZs0AZs0AZs0AZ8wAZ8wAZ8wAZ8wAZswAZcwAZs0AZcwAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxJPDLdAAAAS3RSTlMAAQIDBAUGCAkNERIWGBkaGyImJyo1N0FCQkRFS0xNTVVWWVpjZGVtc3V2fYSOk5eksLO5xMXJ0tPV2Nnf4OXo6evs7fDz9Pf5/f60OfwzAAABG0lEQVR42s2T6VKDQBCEGyUJoqgSjcYg8dZ43/EieCUa5/3fx661qMAu7O98P4bZnq5lZlkwvXS7k1hf1BTdZFEsFpvUMU15IU7TuKiYJu9d5MODZZ8WcCBk39ZVAKcvpG+ZrgNsimIdTtV0TeBGFNewdBWORTFesUx3QcP9A8N59XT+kPWdPYavOQQVXfVYTtz6gI8jvfUsdRNWe8ApHy8z5ftgm8WhDyx8M4nKumoBd5LjVkkaAdYkz+8qpQLqtK+kwKU5XRPLP1JgNF8y3RkLjw4Us69cnMDb0qdLqR9myjEXz2brNPG2NSKQqOGPRJ5gEr8NYoT/9yHE7mfShoarovYptDw7kiWLyZTbNZBa9saK33tDWZlPK39U3ELkzhssBgAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-left,
  .ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYACAcCgaGSEKmEKFgTKEgJCERiJAiw0ACqOuR/WCKLBSMKRSE7PqB9YMwuttRnBqMKRSEGvYD6HYAD8opyeJDvUUAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-left.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-left:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-left .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=left]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=left]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYACAcCgaGSEKmEKFgTKEgJCERiJAiw0ACqOuR/WCKLBSMKRSE7PqB9YMwuttRnBqMKRSEGvYD6HYAD8opyeJDvUUAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-right,
  .ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYMCAcCgaGSEKmEKFgTKEgJCERiJDiwLob2fWmyELBmEJByO4eWNejuN8QNZCRw94U3fUo7h8Q1wMAuRspyVIXC2UAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-right.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-right:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-right .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=right]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=right]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYMCAcCgaGSEKmEKFgTKEgJCERiJDiwLob2fWmyELBmEJByO4eWNejuN8QNZCRw94U3fUo7h8Q1wMAuRspyVIXC2UAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-center,
  .ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYGCAcCgaGSEKmEKFgTKEgJCERiJAiw4ABqNORPWCKLBSMKRSE7PQB9oAwuuNR3BqMKRSEGvID53gA5GspyQ9EElMAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-center.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-center:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-center .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=center]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=center]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYGCAcCgaGSEKmEKFgTKEgJCERiJAiw4ABqNORPWCKLBSMKRSE7PQB9oAwuuNR3BqMKRSEGvID53gA5GspyQ9EElMAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-justify,
  .ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAAAoSURBVCjPY2AYACAcigQMwUKmyELBmEJBYCERZCFFhoEBo64fINcDAAcQNGkJNhVcAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-justify.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-justify:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-justify .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=justify]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=justify]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAAAoSURBVCjPY2AYACAcigQMwUKmyELBmEJBYCERZCFFhoEBo64fINcDAAcQNGkJNhVcAAAAAElFTkSuQmCC");
  }
}
.ql-snow .ql-tooltip {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #222;
}
.ql-snow .ql-tooltip a {
  color: #06c;
}
.ql-snow .ql-tooltip .input {
  border: 1px solid #ccc;
  margin: 0px;
  padding: 5px;
}
.ql-snow a {
  color: #06c;
}

.ql-toolbar {
  background: #FFF;
  border: 1px solid #CCC;
  border-bottom: 3px solig #CCC;
}

.ql-container {
  background: #FFF;
  border: 1px solid #CCC;
}
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  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-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', 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);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/**
 * Colors
 */
/* Replaces #E74C3C */
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-8c2be67da8f20baa1b4def5c422d4d6b.eot);
  src: url(/assets/fontawesome-webfont-8c2be67da8f20baa1b4def5c422d4d6b.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-8c377735fd8ecc8eeaae67bcf5fdb413.woff) format('woff'), url(/assets/fontawesome-webfont-7a39f0ed244123c81766b5a370e655be.ttf) format('truetype'), url(/assets/fontawesome-webfont-2d886d69a4cb1e777ffc7ef5f1c1b87c.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.57142857em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.71428571em;
  margin-left: 2.14285714em;
}
ul.icons-ul > li .icon-li {
  width: 0.71428571em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.modal.fade.in {
  top: 1%;
}
.modal-header h3 {
  text-align: left;
}
.control-group {
  margin-bottom: 5px;
}
.modal .pager {
  margin: 0px;
}
.navbar {
  margin-bottom: 0;
}
.btn-small {
  padding: 7px 10px !important;
  font-size: 12px;
}
a.btn.btn-secondary {
  background: #bcbcbc;
}
a.btn.btn-secondary:hover {
  background: #d7d7d7;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  body #content {
    padding: 0;
  }
  body .valuation-section-header {
    padding: 0.5em !important;
  }
  body .valuation-review-tools {
    padding: 1em;
  }
}
.input-append input[type=text],
.input-append input[type=number] {
  border-radius: 0;
  margin-bottom: 0;
  border: 1px solid #DDD;
  padding: 0.25em 0.5em;
  width: 100px;
}
.input-append select {
  -webkit-appearange: inherit !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 29px;
  width: auto;
}
.input-append.small input {
  width: 65px;
}
.nav-tabs.gray > .active > a {
  background-color: #F5F5F5;
}
.table th.text-right,
.table td.text-right {
  text-align: right;
}
.bordered-header {
  font-size: 20px;
  color: #009fe3;
  border: 1px #009fe3 solid;
  border-radius: 5px;
  padding: 5px 10px;
}
.button-menu {
  background-color: #009fe3;
  background-repeat: no-repeat;
  border: 1px none #46b8da;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  height: 40px;
  margin: 5px 20px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  width: 230px;
}
.button-menu span {
  width: 100%;
}
.alert-block {
  color: #b1750c;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@storm-inverse', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #ffffff url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 100% -20px;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaaaaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaaaaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
  transition: 0 !important;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
  transition: 0 !important;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -22px -3px;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaaaaa;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='@storm-inverse', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.chzn-rtl .chzn-search {
  left: 9999px;
}
.chzn-rtl.chzn-with-drop .chzn-search {
  left: 0px;
}
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: #ffffff url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -30px -20px;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-97d4bb4898ecc02a7a537ff91122ff3a.png) !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
/* @end */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100% !important;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1060;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #ffffff url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 100% -20px;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  min-width: 100px;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -30px -20px;
  background: url(/assets/chosen-sprite-4e1ed5bad17e52e1abcd0c5ccaebd77f.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-97d4bb4898ecc02a7a537ff91122ff3a.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.hidden-selected li.result-selected {
  display: none !important;
}
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic");
@font-face {
  font-family: "Flat-UI-Icons-16";
  src: url("../fonts/Flat-UI-Icons-16.eot");
  src: url("../fonts/Flat-UI-Icons-16.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons-16.woff") format("woff"), url("../fonts/Flat-UI-Icons-16.ttf") format("truetype"), url("../fonts/Flat-UI-Icons-16.svg#Flat-UI-Icons-16") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "Flat-UI-Icons-16";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*Instead of a list of all class selectors,
 *you can use the generic selector below, but it's slower:
 *[class*="fui-"]:before { */
.fui-volume-16:before,
.fui-video-16:before,
.fui-time-16:before,
.fui-settings-16:before,
.fui-plus-16:before,
.fui-new-16:before,
.fui-menu-16:before,
.fui-man-16:before,
.fui-mail-16:before,
.fui-lock-16:before,
.fui-location-16:before,
.fui-heart-16:before,
.fui-eye-16:before,
.fui-cross-16:before,
.fui-cmd-16:before,
.fui-checkround-16:before,
.fui-checkmark-16:before,
.fui-camera-16:before,
.fui-calendar-16:before,
.fui-bubble-16:before {
  font-family: "Flat-UI-Icons-16";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.fui-volume-16:before {
  content: "\e000";
}
.fui-video-16:before {
  content: "\e001";
}
.fui-time-16:before {
  content: "\e002";
}
.fui-settings-16:before {
  content: "\e003";
}
.fui-plus-16:before {
  content: "\e004";
}
.fui-new-16:before {
  content: "\e005";
}
.fui-menu-16:before {
  content: "\e006";
}
.fui-man-16:before {
  content: "\e007";
}
.fui-mail-16:before {
  content: "\e008";
}
.fui-lock-16:before {
  content: "\e009";
}
.fui-location-16:before {
  content: "\e00a";
}
.fui-heart-16:before {
  content: "\e00b";
}
.fui-eye-16:before {
  content: "\e00c";
}
.fui-cross-16:before {
  content: "\e00d";
}
.fui-cmd-16:before {
  content: "\e00e";
}
.fui-checkround-16:before {
  content: "\e00f";
}
.fui-checkmark-16:before {
  content: "\e010";
}
.fui-camera-16:before {
  content: "\e011";
}
.fui-calendar-16:before {
  content: "\e012";
}
.fui-bubble-16:before {
  content: "\e013";
}
@font-face {
  font-family: "Flat-UI-Icons-24";
  src: url("../fonts/Flat-UI-Icons-24.eot");
  src: url("../fonts/Flat-UI-Icons-24.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons-24.woff") format("woff"), url("../fonts/Flat-UI-Icons-24.ttf") format("truetype"), url("../fonts/Flat-UI-Icons-24.svg#Flat-UI-Icons-24") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "Flat-UI-Icons-24";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*Instead of a list of all class selectors,
 *you can use the generic selector below, but it's slower:
 *[class*="fui-"]:before { */
.fui-video-24:before,
.fui-time-24:before,
.fui-settings-24:before,
.fui-plus-24:before,
.fui-new-24:before,
.fui-menu-24:before,
.fui-man-24:before,
.fui-mail-24:before,
.fui-lock-24:before,
.fui-location-24:before,
.fui-heart-24:before,
.fui-eye-24:before,
.fui-cross-24:before,
.fui-cmd-24:before,
.fui-checkround-24:before,
.fui-checkmark-24:before,
.fui-calendar-24:before,
.fui-bubble-24:before,
.fui-volume-24:before,
.fui-camera-24:before {
  font-family: "Flat-UI-Icons-24";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.fui-video-24:before {
  content: "\e000";
}
.fui-time-24:before {
  content: "\e001";
}
.fui-settings-24:before {
  content: "\e002";
}
.fui-plus-24:before {
  content: "\e003";
}
.fui-new-24:before {
  content: "\e005";
}
.fui-menu-24:before {
  content: "\e006";
}
.fui-man-24:before {
  content: "\e007";
}
.fui-mail-24:before {
  content: "\e008";
}
.fui-lock-24:before {
  content: "\e009";
}
.fui-location-24:before {
  content: "\e00a";
}
.fui-heart-24:before {
  content: "\e00b";
}
.fui-eye-24:before {
  content: "\e00c";
}
.fui-cross-24:before {
  content: "\e00d";
}
.fui-cmd-24:before {
  content: "\e00e";
}
.fui-checkround-24:before {
  content: "\e00f";
}
.fui-checkmark-24:before {
  content: "\e010";
}
.fui-calendar-24:before {
  content: "\e011";
}
.fui-bubble-24:before {
  content: "\e012";
}
.fui-volume-24:before {
  content: "\e013";
}
.fui-camera-24:before {
  content: "\e004";
}
body {
  color: #34495e;
  font: 14px/1.231 "Lato", sans-serif;
}
a {
  color: #1abc9c;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
a:hover {
  color: #2ecc71;
  text-decoration: none;
}
h1 {
  font-size: 32px;
  font-weight: 900;
}
h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn {
  border: none;
  background: #34495e;
  color: white;
  font-size: 16.5px;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:hover,
.btn:focus {
  background-color: #4e6d8d;
  color: white;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active,
.btn.active {
  background-color: #2c3e50;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  background-color: #95a5a6;
  color: white;
}
.btn.btn-large {
  padding-bottom: 12px;
  padding-top: 13px;
}
.btn.btn-primary {
  background-color: #1abc9c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #2fe2bf;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #16a085;
}
.btn.btn-info {
  background-color: #3498db;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #5dade2;
}
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #2383c4;
}
.btn.btn-danger {
  background-color: #e74c3c;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #ec7063;
}
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #dc2d1b;
}
.btn.btn-success {
  background-color: #2ecc71;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: #55d98d;
}
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #27ad60;
}
.btn.btn-warning {
  background-color: #f1c40f;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #f4d03f;
}
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #cea70c;
}
.btn-toolbar .btn {
  font-size: 18px;
  padding: 10px 14px 9px;
}
.btn-toolbar .btn:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.btn-toolbar .btn:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.btn-toolbar .btn.active {
  color: white;
}
.demo-headline {
  text-align: left;
}
.demo-logo {
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 100px;
}
.demo-logo .logo {
  background: url(/images/foodieskart-logo.png) left 0 no-repeat;
  background-size: 256px 85px;
  height: 110px;
  margin-top: 10px;
  overflow: hidden;
  text-indent: -9999em;
  font-family: 'Clicker Script', cursive;
  width: 256px;
}
.demo-logo small {
  color: rgba(52, 73, 94, 0.3);
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-top: 5px;
}
.demo-row {
  margin-bottom: 20px;
}
.demo-panel-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
.demo-panel-title small {
  color: #bfc1c3;
  font-size: inherit;
  font-weight: 400;
}
.demo-navigation {
  margin-bottom: -4px;
  margin-top: -10px;
}
.demo-pager {
  margin-top: -10px;
}
.demo-tooltips {
  height: 126px;
}
.demo-tooltips .tooltip {
  left: -8px !important;
  position: relative !important;
  top: -8px !important;
}
.demo-headings {
  margin-bottom: 12px;
}
.demo-tiles {
  margin-bottom: 46px;
}
.demo-icons {
  margin-bottom: 115px;
}
.demo-icons-24 {
  font-size: 24px;
  margin-bottom: 38px;
  position: relative;
}
.demo-icons-24 span {
  margin: 0 0 0 18px;
}
.demo-icons-24 span:first-child {
  margin-left: 0;
}
.demo-icons-16 {
  font-size: 16px;
  margin: 0 0 38px 5px;
  position: relative;
}
.demo-icons-16 span {
  margin: 0 0 0 28px;
}
.demo-icons-16 span:first-child {
  margin-left: 0;
}
.demo-icons-tooltip {
  bottom: 0;
  color: #b9c8d8;
  font-size: 12px;
  left: 100%;
  margin-left: 0 !important;
  position: absolute;
  width: 80px;
}
.demo-illustrations {
  margin-bottom: 45px;
}
.demo-illustrations img {
  height: 100px;
  margin-left: 35px;
  width: 100px;
  vertical-align: bottom;
}
.demo-illustrations img:first-child {
  margin-left: 0;
}
.demo-illustrations img.big-illustration {
  height: 111px;
  width: 112px;
}
.demo-illustrations img.big-retina-illustration {
  height: 104px;
  margin-right: -24px;
  width: 117px;
}
.demo-illustrations img.big-illustration-pusher {
  margin-right: 12px;
}
.demo-samples {
  margin-bottom: 46px;
}
.demo-video {
  border-radius: 6px;
  padding-top: 95px;
}
.demo-download-section {
  float: none;
  margin: 0 auto;
  padding: 60px 0 90px 20px;
  text-align: center;
}
.demo-download-section [class*='fui-'] {
  margin: 3px 0 -3px;
}
.demo-download {
  background-color: #e8edf2;
  border-radius: 50%;
  height: 120px;
  margin: 0 auto 32px;
  padding: 40px 28px 30px 32px;
  text-align: center;
  width: 130px;
}
.demo-download img {
  height: 104px;
  width: 82px;
}
.demo-download-text {
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
}
.demo-text-box a:hover {
  color: #1abc9c;
}
.demo-browser {
  background: #2c3e50 url(/assets/demo/browser-fd111250ecd7864e6f0ca067188280c3.png) 0 0 no-repeat;
  background-size: 659px 42px;
  border-radius: 0 0 6px 6px;
  color: white;
  margin: 0 41px 140px 0;
  padding-top: 42px;
}
.demo-browser-side {
  float: left;
  padding: 22px 20px;
  width: 111px;
}
.demo-browser-side > h5 {
  margin-bottom: 3px;
  text-transform: none;
}
.demo-browser-side > h6 {
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 3px;
  text-transform: none;
}
.demo-browser-author {
  background: url(/assets/demo/browser-author-01ee89bf54c3e9e01a9e628a1a49f7c9.jpg) center center no-repeat;
  border: 3px solid white;
  display: block;
  height: 84px;
  margin: 0 auto;
  width: 84px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.demo-browser-action {
  padding: 30px 0 12px;
}
.demo-browser-action > .btn {
  padding: 9px 0 10px 11px;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.demo-browser-action > .btn:before {
  color: white;
  content: "\e004";
  font-size: 16px;
  font-family: "Flat-UI-Icons-16";
  font-weight: 300;
  margin-right: 12px;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}
.demo-browser-content {
  background-color: #34495e;
  border-radius: 0 0 6px;
  overflow: hidden;
  padding: 21px 0 0 20px;
}
.demo-browser-content > img {
  border: 6px solid white;
  float: left;
  margin: 0 15px 20px 0;
  width: 134px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .logo {
    background-image: url(/assets/demo/logo-mask-2x-471349536757f49162170515fb559c59.png);
  }
  .demo-browser {
    background-image: url(/assets/demo/browser-2x-22ce217d08c515c0afce12eb7bf714ec.png);
  }
}
.navbar {
  font-size: 18px;
}
.navbar .brand {
  color: #1abc9c;
  font-size: inherit;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 15px;
}
.navbar .nav > li:hover > ul {
  top: 100%;
}
.navbar .nav > li > ul {
  padding-top: 13px;
  top: 80%;
  background-color: white\9;
}
.navbar .nav > li > ul:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #34495e transparent;
  height: 0px;
  position: absolute;
  left: 15px;
  top: 5px;
  width: 0px;
  -webkit-transform: rotate(360deg);
}
.navbar .nav > li > ul li:hover ul {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  visibility: visible;
  display: block\9;
}
.navbar .nav > li > ul li ul {
  left: 100%;
}
.navbar .nav > li > a {
  padding: 14px 15px 17px;
}
.navbar .nav > li > a:hover {
  color: #1abc9c;
}
.navbar .nav li {
  position: relative;
}
.navbar .nav li:hover > ul {
  opacity: 1;
  z-index: 100;
  -webkit-transform: scale(1, 1);
  visibility: visible;
  display: block\9;
}
.navbar .nav ul {
  border-radius: 4px;
  left: 15px;
  list-style-type: none;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 234px;
  z-index: -100;
  -webkit-transform: scale(1, 0.99);
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  display: none\9;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
.navbar .nav ul ul {
  left: 95%;
  padding-left: 5px;
}
.navbar .nav ul li {
  background-color: #34495e;
  padding: 0 3px 3px;
}
.navbar .nav ul li:first-child {
  border-radius: 4px 4px 0 0;
  padding-top: 3px;
}
.navbar .nav ul li:last-child {
  border-radius: 0 0 4px 4px;
}
.navbar .nav ul li.active > a,
.navbar .nav ul li.active > a:hover {
  background-color: #1abc9c;
  color: white;
}
.navbar .nav ul a {
  border-radius: 2px;
  color: white;
  display: block;
  font-size: 14px;
  padding: 6px 9px;
  text-decoration: none;
}
.navbar .nav ul a:hover {
  background-color: #1abc9c;
}
.navbar-inner {
  border: none;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .navbar-inner {
  background: #34495e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .nav > li > a {
  color: white;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  background-color: transparent;
  color: #1abc9c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-unread {
  background-color: #e74c3c;
  border-radius: 30px;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  min-width: 8px;
  padding: 0 5px;
  position: absolute;
  right: -7px;
  text-align: center;
  text-shadow: none;
  top: 8px;
  z-index: 10;
}
.active .navbar-unread {
  display: block;
}
.dk_container {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
}
.dk_toggle {
  background-color: #1abc9c;
  color: white;
  border-radius: 6px;
  overflow: hidden;
  padding: 11px 45px 11px 13px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.dk_toggle:hover,
.dk_toggle:focus,
.dk_focus .dk_toggle {
  background-color: #2fe2bf;
  color: white;
  outline: none;
}
.dk_toggle:active {
  background-color: #16a085;
  outline: none;
}
.dk_toggle:active .select-icon {
  border-left-color: transparent;
}
.select-icon {
  background: #1abc9c url(/assets/select/toggle-609f67530e6690fb6820750e2f64ef13.png) no-repeat right center;
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  border-radius: 0 6px 6px 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.dk_open {
  z-index: 10;
}
.dk_open .dk_toggle {
  background-color: #1abc9c;
}
.dk_open .dk_toggle .select-icon {
  background-color: #16a085;
  border-left-color: transparent;
}
.dk_options {
  padding-top: 14px;
}
.dk_options:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #34495e transparent;
  height: 0px;
  position: absolute;
  left: 15px;
  top: 5px;
  width: 0px;
  -webkit-transform: rotate(360deg);
}
.dk_options:before {
  left: auto;
  right: 12px;
}
.dk_options li {
  padding-bottom: 3px;
}
.dk_options a {
  border-radius: 3px;
  color: white;
  display: block;
  padding: 5px 9px;
  text-decoration: none;
}
.dk_options a:hover {
  background-color: #1abc9c;
}
.dk_option_current a {
  background-color: #1abc9c;
}
.dk_options_inner {
  background-color: #34495e;
  border-radius: 5px;
  margin: 0;
  max-height: 244px;
  padding: 3px 3px 0;
}
.dk_touch .dk_options {
  max-height: 250px;
}
.dk_container {
  display: none;
  position: relative;
  vertical-align: middle;
}
.dk_container.dk_shown {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.dk_container[class*="span"] {
  float: none;
  margin-left: 0;
}
.dk_toggle {
  display: block;
  position: relative;
}
.dk_open {
  position: relative;
}
.dk_open .dk_options {
  margin-top: -1px;
  opacity: 1;
  z-index: 10;
  display: block\9;
}
.dk_open .dk_label {
  color: inherit;
}
.dk_options {
  margin-top: -21px;
  position: absolute;
  left: 0;
  opacity: 0;
  width: 220px;
  z-index: -100;
  display: none\9;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
.select-right .dk_options {
  left: auto;
  right: 0;
}
.dk_options a {
  display: block;
}
.dk_options_inner {
  overflow: auto;
  outline: none;
  position: relative;
}
.dk_touch .dk_options {
  overflow: hidden;
}
.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}
/*.dk_fouc select {*/
/*position: relative;*/
/*top: -99999em;*/
/*visibility: hidden; }*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 2px solid #dce4ec;
  color: #34495e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 8px 0 9px 10px;
  text-indent: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  color: #acb6c0;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #acb6c0;
}
textarea.placeholder,
input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="datetime"].placeholder,
input[type="datetime-local"].placeholder,
input[type="date"].placeholder,
input[type="month"].placeholder,
input[type="time"].placeholder,
input[type="week"].placeholder,
input[type="number"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="color"].placeholder,
.uneditable-input.placeholder {
  color: #acb6c0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #1abc9c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.error textarea,
.control-group.error input[type="text"],
.control-group.error input[type="password"],
.control-group.error input[type="datetime"],
.control-group.error input[type="datetime-local"],
.control-group.error input[type="date"],
.control-group.error input[type="month"],
.control-group.error input[type="time"],
.control-group.error input[type="week"],
.control-group.error input[type="number"],
.control-group.error input[type="email"],
.control-group.error input[type="url"],
.control-group.error input[type="search"],
.control-group.error input[type="tel"],
.control-group.error input[type="color"],
.control-group.error .uneditable-input {
  border-color: #e74c3c;
  color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.error textarea:focus,
.control-group.error input[type="text"]:focus,
.control-group.error input[type="password"]:focus,
.control-group.error input[type="datetime"]:focus,
.control-group.error input[type="datetime-local"]:focus,
.control-group.error input[type="date"]:focus,
.control-group.error input[type="month"]:focus,
.control-group.error input[type="time"]:focus,
.control-group.error input[type="week"]:focus,
.control-group.error input[type="number"]:focus,
.control-group.error input[type="email"]:focus,
.control-group.error input[type="url"]:focus,
.control-group.error input[type="search"]:focus,
.control-group.error input[type="tel"]:focus,
.control-group.error input[type="color"]:focus,
.control-group.error .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.success textarea,
.control-group.success input[type="text"],
.control-group.success input[type="password"],
.control-group.success input[type="datetime"],
.control-group.success input[type="datetime-local"],
.control-group.success input[type="date"],
.control-group.success input[type="month"],
.control-group.success input[type="time"],
.control-group.success input[type="week"],
.control-group.success input[type="number"],
.control-group.success input[type="email"],
.control-group.success input[type="url"],
.control-group.success input[type="search"],
.control-group.success input[type="tel"],
.control-group.success input[type="color"],
.control-group.success .uneditable-input {
  border-color: #2ecc71;
  color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.success textarea:focus,
.control-group.success input[type="text"]:focus,
.control-group.success input[type="password"]:focus,
.control-group.success input[type="datetime"]:focus,
.control-group.success input[type="datetime-local"]:focus,
.control-group.success input[type="date"]:focus,
.control-group.success input[type="month"]:focus,
.control-group.success input[type="time"]:focus,
.control-group.success input[type="week"]:focus,
.control-group.success input[type="number"]:focus,
.control-group.success input[type="email"]:focus,
.control-group.success input[type="url"]:focus,
.control-group.success input[type="search"]:focus,
.control-group.success input[type="tel"]:focus,
.control-group.success input[type="color"]:focus,
.control-group.success .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.warning textarea,
.control-group.warning input[type="text"],
.control-group.warning input[type="password"],
.control-group.warning input[type="datetime"],
.control-group.warning input[type="datetime-local"],
.control-group.warning input[type="date"],
.control-group.warning input[type="month"],
.control-group.warning input[type="time"],
.control-group.warning input[type="week"],
.control-group.warning input[type="number"],
.control-group.warning input[type="email"],
.control-group.warning input[type="url"],
.control-group.warning input[type="search"],
.control-group.warning input[type="tel"],
.control-group.warning input[type="color"],
.control-group.warning .uneditable-input {
  border-color: #f1c40f;
  color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.warning textarea:focus,
.control-group.warning input[type="text"]:focus,
.control-group.warning input[type="password"]:focus,
.control-group.warning input[type="datetime"]:focus,
.control-group.warning input[type="datetime-local"]:focus,
.control-group.warning input[type="date"]:focus,
.control-group.warning input[type="month"]:focus,
.control-group.warning input[type="time"]:focus,
.control-group.warning input[type="week"]:focus,
.control-group.warning input[type="number"]:focus,
.control-group.warning input[type="email"]:focus,
.control-group.warning input[type="url"]:focus,
.control-group.warning input[type="search"]:focus,
.control-group.warning input[type="tel"]:focus,
.control-group.warning input[type="color"]:focus,
.control-group.warning .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.info textarea,
.control-group.info input[type="text"],
.control-group.info input[type="password"],
.control-group.info input[type="datetime"],
.control-group.info input[type="datetime-local"],
.control-group.info input[type="date"],
.control-group.info input[type="month"],
.control-group.info input[type="time"],
.control-group.info input[type="week"],
.control-group.info input[type="number"],
.control-group.info input[type="email"],
.control-group.info input[type="url"],
.control-group.info input[type="search"],
.control-group.info input[type="tel"],
.control-group.info input[type="color"],
.control-group.info .uneditable-input {
  border-color: #3498db;
  color: #3498db;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.info textarea:focus,
.control-group.info input[type="text"]:focus,
.control-group.info input[type="password"]:focus,
.control-group.info input[type="datetime"]:focus,
.control-group.info input[type="datetime-local"]:focus,
.control-group.info input[type="date"]:focus,
.control-group.info input[type="month"]:focus,
.control-group.info input[type="time"]:focus,
.control-group.info input[type="week"]:focus,
.control-group.info input[type="number"]:focus,
.control-group.info input[type="email"]:focus,
.control-group.info input[type="url"]:focus,
.control-group.info input[type="search"]:focus,
.control-group.info input[type="tel"]:focus,
.control-group.info input[type="color"]:focus,
.control-group.info .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: #eaeded;
  border-color: transparent;
  color: #cad2d3;
  cursor: default;
}
input,
textarea,
.uneditable-input {
  width: 192px;
}
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.checkbox:hover,
.radio:hover {
  color: #1abc9c;
}
.checkbox input,
.radio input {
  outline: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.checkbox.checked .icon,
.radio.checked .icon {
  background-position: -60px -30px;
  opacity: 1;
  display: block\9;
}
.checkbox.checked .icon-to-fade,
.radio.checked .icon-to-fade {
  opacity: 0;
  display: none\9;
}
.checkbox.disabled,
.radio.disabled {
  color: #d7dddd;
  cursor: default;
}
.checkbox.disabled .icon,
.radio.disabled .icon {
  opacity: 0;
  display: none\9;
}
.checkbox.disabled .icon-to-fade,
.radio.disabled .icon-to-fade {
  background-position: -30px -60px;
  opacity: 1;
  display: block\9;
}
.checkbox.disabled.checked .icon,
.radio.disabled.checked .icon {
  background-position: 0 -90px;
  opacity: 1;
  display: block\9;
}
.checkbox.disabled.checked .icon-to-fade,
.radio.disabled.checked .icon-to-fade {
  opacity: 0;
  display: none\9;
}
.checkbox .icon,
.checkbox .icon-to-fade,
.radio .icon,
.radio .icon-to-fade {
  background: url(/assets/checkbox-495a787bd888722e59294eaff932c7bc.png) -90px 0 no-repeat;
  display: block;
  height: 20px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: -1px;
  width: 20px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox .icon,
.radio .icon {
  opacity: 0;
  top: 0;
  z-index: 2;
  display: none\9;
}
.radio .icon,
.radio .icon-to-fade {
  background-image: url(/assets/radio-861481fbedceba25690691ffdc6ad55c.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .checkbox .icon {
    background-image: url(/assets/checkbox-2x-3b64d0396339a6705586c37fb9699ebd.png);
    background-size: 110px 110px;
  }
  .radio .icon {
    background-image: url(/assets/radio-2x-8fe5a7684af7fb09fe27858e6b8757ee.png);
    background-size: 110px 110px;
  }
}
.toggle {
  background-color: #34495e;
  border-radius: 60px;
  color: white;
  height: 29px;
  margin: 0 12px 12px 0;
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.toggle:before,
.toggle:after {
  display: table;
  content: "";
}
.toggle:after {
  clear: both;
}
.toggle.toggle-off {
  background-color: #cbd2d8;
}
.toggle.toggle-off .toggle-radio {
  background-image: url(/assets/toggle/icon-off-91681d875d059f73b34fbed12c64d007.png);
  background-position: 0 0;
  color: white;
  left: 0;
  margin-left: 0.5px;
  margin-right: -13px;
  z-index: 1;
}
.toggle.toggle-off .toggle-radio:first-child {
  left: -120%;
}
.toggle .toggle-radio {
  background: url(/assets/toggle/icon-on-2978a0a405afc78f92d4e67dd5dc7bd8.png) right top no-repeat;
  color: #1abc9c;
  display: block;
  font-weight: 700;
  height: 21px;
  left: 120%;
  margin-left: -13px;
  padding: 5px 32px 3px;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.toggle .toggle-radio:first-child {
  margin-bottom: -29px;
  left: 0;
}
.toggle input {
  display: none;
  position: absolute;
  outline: none !important;
  display: block\9;
  opacity: 0.01;
  filter: alpha(opacity=1);
  zoom: 1;
}
.toggle.toggle-icon {
  border-radius: 6px 7px 7px 6px;
}
.toggle.toggle-icon.toggle-off {
  border-radius: 7px 6px 6px 7px;
}
.toggle.toggle-icon.toggle-off .toggle-radio {
  background-image: url(/assets/toggle/block-off-01ef1fc41134586c216870d772ca43f1.png);
  background-position: 0 0;
}
.toggle.toggle-icon .toggle-radio {
  background-image: url(/assets/toggle/block-on-8628a595f13a933a5f09dd2930e732c9.png);
  background-position: 62px 0;
  border-radius: 6px;
  min-width: 27px;
  text-align: right;
}
.toggle.toggle-icon .toggle-radio:first-child {
  text-align: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .toggle.toggle-off .toggle-radio {
    background-image: url(/assets/toggle/icon-off-2x-d9dfd660d5e7c0a681c5e3eb10c2b50a.png);
    background-size: 30px 29px;
  }
  .toggle .toggle-radio {
    background-image: url(/assets/toggle/icon-on-2x-9b999e8c2f8cabe9be9017e630efc695.png);
    background-size: 30px 29px;
  }
}
.tagsinput {
  background: white;
  border: 2px solid #1abc9c;
  border-radius: 6px;
  height: 100px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background: #1abc9c;
  color: white;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 6px 13px 6px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.14s linear;
  -moz-transition: 0.14s linear;
  -o-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
  background-color: #16a085;
  padding-left: 12px;
  padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  color: white;
  opacity: 1;
  display: block\9;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}
.tagsinput-remove-link {
  bottom: 0;
  color: white;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 9px 7px 3px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
.tagsinput-remove-link:before {
  color: white;
}
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tagsinput-add {
  background-color: #bbc3cb;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
  background-color: #1abc9c;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}
.progress,
.ui-slider {
  background: #e8edf2;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.progress .bar,
.ui-slider .bar {
  background: #1abc9c;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.progress .bar-success,
.ui-slider .bar-success {
  background-color: #2ecc71;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.progress .bar-warning,
.ui-slider .bar-warning {
  background-color: #f1c40f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.progress .bar-danger,
.ui-slider .bar-danger {
  background-color: #e74c3c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.progress .bar-info,
.ui-slider .bar-info {
  background-color: #3498db;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ui-slider {
  margin-bottom: 20px;
  position: relative;
}
.ui-slider-handle {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-backface-visibility: hidden;
}
.ui-slider-handle[style*='100'] {
  margin-left: -15px;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #2fe2bf;
  outline: none;
}
.ui-slider-handle:active {
  background-color: #16a085;
}
.ui-slider-range {
  background-color: #1abc9c;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ui-slider-segment {
  background-color: #d6dbe0;
  border-radius: 50%;
  float: left;
  height: 6px;
  margin: 3px -6px 0 25%;
  width: 6px;
}
.pager {
  background-color: #34495e;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pager li:first-child > a,
.pager li:first-child > span {
  border-left: none;
  padding-left: 20px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.pager li:first-child > a img,
.pager li:first-child > span img {
  margin-left: 0;
  margin-right: 13px;
  margin-left: 0 \9;
  margin-right: 9px \9;
}
.pager li.pager-center {
  padding: 9px 18px 10px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pager li.previous img,
.pager li.next img {
  height: 14px;
  margin: -1px 0 0 13px;
  margin-left: 9px \9;
  vertical-align: middle;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: white;
  padding: 9px 18px 10px;
  padding-left: 7px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus {
  background-color: #4e6d8d;
}
.pager li > a:active,
.pager li > span:active {
  background-color: #2c3e50;
}
.pagination ul {
  background: #d7dce0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.pagination ul > li:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.pagination ul > li.previous > a,
.pagination ul > li.previous > span,
.pagination ul > li.next > a,
.pagination ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid white !important;
  margin: 0 9px 0 0;
  padding: 11px 17px 12px 17px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.pagination ul > li.next > a,
.pagination ul > li.next > span {
  border-left: 2px solid white !important;
  margin-left: 9px;
  margin-right: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.pagination ul > li.active > a,
.pagination ul > li.active > span {
  background-color: white;
  border-color: white;
  border-width: 2px;
  color: #d7dce0;
  margin: 10px 5px 9px;
}
.pagination ul > li.active > a:hover,
.pagination ul > li.active > a:focus,
.pagination ul > li.active > span:hover,
.pagination ul > li.active > span:focus {
  background-color: white;
  border-color: white;
  color: #d7dce0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  background: white;
  border: 5px solid #d7dce0;
  border-radius: 50px;
  color: white;
  line-height: 16px;
  margin: 7px 2px 6px;
  padding: 0 4px;
  -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
  -o-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
.pagination ul > li > a:hover,
.pagination ul > li > a :focus,
.pagination ul > li > span:hover,
.pagination ul > li > span :focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: white;
  -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
.pagination ul > li > a:active,
.pagination ul > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}
.pagination ul img {
  height: 14px;
  margin-top: -1px;
  vertical-align: middle;
  width: 13px;
}
.share {
  background-color: #ecf0f5;
  border-radius: 6px;
  position: relative;
}
.share:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ecf0f5 transparent;
  height: 0px;
  position: absolute;
  left: 23px;
  top: -9px;
  width: 0px;
  -webkit-transform: rotate(360deg);
}
.share ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
}
.share li {
  padding-top: 11px;
  *zoom: 1;
}
.share li:before,
.share li:after {
  display: table;
  content: "";
}
.share li:after {
  clear: both;
}
.share li:first-child {
  padding-top: 0;
}
.share .toggle {
  float: right;
  margin: 0;
}
.share .btn {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.share-label {
  float: left;
  font-size: 15px;
  padding-top: 5px;
  width: 50%;
}
.tooltip {
  font-size: 13px;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.tooltip.top {
  padding-bottom: 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  margin-top: -9px;
  left: -3px;
}
.tooltip.bottom {
  padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}
.tooltip.left .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  margin-top: -3px;
  top: -3px;
}
.tooltip-inner {
  background-color: #34495e;
  line-height: 18px;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.palette {
  color: white;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}
.palette dt {
  display: block;
  font-weight: 500;
  opacity: 0.8;
}
.palette dd {
  font-weight: 200;
  margin-left: 0;
  opacity: 0.8;
}
.palette-firm {
  background-color: #1abc9c;
}
.palette-firm-dark {
  background-color: #16a085;
}
.palette-success {
  background-color: #2ecc71;
}
.palette-success-dark {
  background-color: #27ad60;
}
.palette-info {
  background-color: #3498db;
}
.palette-info-dark {
  background-color: #2383c4;
}
.palette-warning {
  background-color: #f1c40f;
}
.palette-warning-dark {
  background-color: #cea70c;
}
.palette-danger {
  background-color: #e74c3c;
}
.palette-danger-dark {
  background-color: #dc2d1b;
}
.palette-night {
  background-color: #34495e;
}
.palette-night-dark {
  background-color: #2c3e50;
}
.palette-bright {
  background-color: #f1c40f;
}
.palette-bright-dark {
  background-color: #cea70c;
}
.palette-success-dark {
  background-color: #27ae60;
}
.palette-info-dark {
  background-color: #2980b9;
}
.palette-bright-dark {
  background-color: #f39c12;
}
.palette-amethyst {
  background-color: #9b59b6;
}
.palette-wisteria {
  background-color: #8e44ad;
}
.palette-carrot {
  background-color: #e67e22;
}
.palette-pumpkin {
  background-color: #d35400;
}
.palette-alizarin {
  background-color: #e74c3c;
}
.palette-pomegranate {
  background-color: #c0392b;
}
.palette-clouds {
  background-color: #ecf0f1;
  color: #bdc3c7;
}
.palette-silver {
  background-color: #bdc3c7;
}
.palette-concrete {
  background-color: #95a5a6;
}
.palette-asbestos {
  background-color: #7f8c8d;
}
.palette-paragraph {
  color: #7f8c8d;
  font-size: 12px;
  line-height: 17px;
}
.palette-paragraph span {
  color: #bdc3c7;
}
.palette-headline {
  color: #7f8c8d;
  font-weight: 700;
  margin-top: -5px;
}
.tile {
  background-color: #ecf0f5;
  border-radius: 6px;
  padding: 14px;
  position: relative;
  text-align: center;
}
.tile.tile-hot:before {
  background: url(/assets/tile/ribbon-d452d241e268cac1ac1edbc95b492c18.png) 0 0 no-repeat;
  background-size: 82px 82px;
  content: "";
  height: 82px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 82px;
}
.tile p {
  font-size: 15px;
  margin-bottom: 33px;
}
.tile-image {
  height: 100px;
  margin: 31px 0 27px;
  vertical-align: bottom;
}
.tile-image.big-illustration {
  height: 111px;
  margin-top: 20px;
  width: 112px;
}
.tile-title {
  font-size: 20px;
  margin: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .tile.tile-hot:before {
    background-image: url(/assets/tile/ribbon-2x-9270e8cb937ee71f73c13198fdc9e909.png);
  }
}
.todo {
  background-color: #2c3e50;
  border-radius: 8px 8px 6px 6px;
  color: #6285a8;
  margin-bottom: 20px;
}
.todo ul {
  margin: 0;
  list-style-type: none;
}
.todo li {
  background: #34495e url(/assets/todo/todo-1ba3d434c000c223da46700abf58fba4.png) 92% center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  margin-top: 2px;
  padding: 18px 42px 17px 25px;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.todo li:first-child {
  margin-top: 0;
}
.todo li:last-child {
  border-radius: 0 0 6px 6px;
  padding-bottom: 18px;
}
.todo li.todo-done {
  background: transparent url(/assets/todo/done-858e56dd605d144b43ec7bf0fd9d5402.png) 92% center no-repeat;
  background-size: 20px 20px;
  color: #1abc9c;
}
.todo li.todo-done .todo-name {
  color: #1abc9c;
}
.todo-search {
  background: url(/assets/todo/search-09afc59f6f8951c9097135a29f206349.png) 92% center no-repeat;
  background-size: 16px 16px;
  border-style: solid;
  border-color: #58452f;
  border-radius: 6px 6px 6px 6px;
  color: #34495e;
  padding: 19px 25px 20px;
}
input.todo-search-field {
  background: none;
  border: none;
  color: #34495e;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  line-height: 23px;
  padding: 5px 0;
  text-indent: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.todo-search-field:-moz-placeholder {
  color: #34495e;
}
input.todo-search-field::-webkit-input-placeholder {
  color: #34495e;
}
input.todo-search-field.placeholder {
  color: #34495e;
}
.todo-icon {
  float: left;
  font-size: 24px;
  padding: 11px 22px 0 0;
}
.todo-content {
  padding-top: 1px;
  overflow: hidden;
}
.todo-name {
  color: white;
  font-size: 17px;
  margin: 1px 0 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .todo li {
    background-image: "/assets/todo/todo-2x.png";
  }
  .todo li.todo-done {
    background-image: "/assets/todo/done-2x.png";
  }
  .todo-search {
    background-image: "/assets/todo/search-2x.png";
  }
}
footer {
  background-color: #eceff1;
  color: #bdc1c5;
  font-size: 15px;
  padding: 0;
}
footer a {
  color: #a1a4a7;
  font-weight: 700;
}
footer p {
  font-size: 15px;
  line-height: 20px;
}
.footer-title {
  margin: 0 0 22px;
  padding-top: 21px;
}
.footer-brand {
  display: block;
  margin-bottom: 26px;
  width: 220px;
}
.footer-brand img {
  width: 216px;
}
.footer-banner {
  background-color: #1abc9c;
  color: #cff3ec;
  margin-left: 42px;
  min-height: 286px;
  padding: 0 30px 30px;
}
.footer-banner .footer-title {
  color: white;
}
.footer-banner a {
  color: #cff3ec;
  text-decoration: underline;
}
.footer-banner a:hover {
  text-decoration: none;
}
.footer-banner ul {
  list-style-type: none;
  margin: 0 0 26px;
}
.footer-banner ul li {
  border-top: 1px solid #1bc6a5;
  line-height: 19px;
  padding: 6px 0;
}
.footer-banner ul li:first-child {
  border-top: none;
  padding-top: 1px;
}
.video-js {
  background-color: #34495e;
  border-radius: 6px 6px 0 0;
  margin-top: -95px;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
}
.video-js .vjs-tech {
  border-radius: 6px 6px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js:-moz-full-screen {
  position: absolute;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.vjs-poster {
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-height: 100%;
}
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em;
  font-family: "Lato", sans-serif;
}
.video-js .vjs-text-track {
  display: none;
  color: white;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: white;
}
.video-js .vjs-captions {
  color: #ffcc66;
}
.vjs-tt-cue {
  display: block;
}
.vjs-fade-in {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: visibility 0s linear 0s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0s, opacity 0.3s linear;
  transition: visibility 0s linear 0s, opacity 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.vjs-fade-out {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  -moz-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  -o-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  -webkit-backface-visibility: hidden;
}
.vjs-controls {
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: -47px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 47px;
  color: white;
  background: #2c3e50;
}
.vjs-controls.vjs-fade-out {
  visibility: visible !important;
  opacity: 1 !important;
}
.vjs-control {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 18px;
  width: 18px;
}
.vjs-control:focus {
  outline: 0;
}
.vjs-control div {
  background-position: center center;
  background-repeat: no-repeat;
}
.vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-play-control {
  cursor: pointer !important;
  height: 47px;
  left: 0;
  position: absolute;
  top: 0;
  width: 58px;
}
.vjs-paused .vjs-play-control {
  background: url(/assets/video/play-80166189ab3fb0aaa2c12a23d3708c2e.png) center -31px no-repeat;
  background-size: 16px 64px;
}
.vjs-paused .vjs-play-control:hover div {
  opacity: 0;
}
.vjs-paused .vjs-play-control div {
  background: url(/assets/video/play-80166189ab3fb0aaa2c12a23d3708c2e.png) center 15px no-repeat;
  background-size: 16px 64px;
  height: 47px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-backface-visibility: hidden;
}
.vjs-playing .vjs-play-control {
  background: url(/assets/video/pause-bd6dfd47031c319dd95ffc18937ad496.png) center -31px no-repeat;
  background-size: 15px 64px;
}
.vjs-playing .vjs-play-control:hover div {
  opacity: 0;
}
.vjs-playing .vjs-play-control div {
  background: url(/assets/video/pause-bd6dfd47031c319dd95ffc18937ad496.png) center 15px no-repeat;
  background-size: 15px 64px;
  height: 47px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-backface-visibility: hidden;
}
.vjs-rewind-control {
  width: 5em;
  cursor: pointer !important;
}
.vjs-rewind-control div {
  width: 19px;
  height: 16px;
  background: url("video-js.png");
  margin: 0.5em auto 0;
}
.vjs-mute-control {
  background: url(/assets/video/volume-full-c295d706f28af99ed38ed9842a288cfa.png) center -48px no-repeat;
  background-size: 16px 64px;
  cursor: pointer !important;
  position: absolute;
  right: 51px;
  top: 14px;
}
.vjs-mute-control:hover div,
.vjs-mute-control:focus div {
  opacity: 0;
}
.vjs-mute-control.vjs-vol-0,
.vjs-mute-control.vjs-vol-0 div {
  background-image: url(/assets/video/volume-off-28d60206a571e58b9e86dfdfe98dac65.png);
}
.vjs-mute-control div {
  background: #2c3e50 url(/assets/video/volume-full-c295d706f28af99ed38ed9842a288cfa.png) no-repeat center 2px;
  background-size: 16px 64px;
  height: 18px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-backface-visibility: hidden;
}
.vjs-volume-control,
.vjs-volume-level,
.vjs-volume-handle,
.vjs-volume-bar {
  display: none;
}
.vjs-progress-control {
  border-radius: 32px;
  position: absolute;
  left: 60px;
  right: 180px;
  height: 12px;
  width: auto;
  top: 18px;
  background: #eff2f6;
}
.vjs-progress-holder {
  position: relative;
  cursor: pointer !important;
  padding: 0;
  margin: 0;
  height: 12px;
}
.vjs-play-progress,
.vjs-load-progress {
  border-radius: 32px;
  position: absolute;
  display: block;
  height: 12px;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
.vjs-play-progress {
  background: #1abc9c;
  left: -1px;
}
.vjs-load-progress {
  background: #d6dbe0;
  border-radius: 32px 0 0 32px;
}
.vjs-load-progress[style*='100%'],
.vjs-load-progress[style*='99%'] {
  border-radius: 32px;
}
.vjs-seek-handle {
  background-color: #16a085;
  border-radius: 50%;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 1px;
  left: 0;
  top: 0;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-backface-visibility: hidden;
}
.vjs-seek-handle[style*='95.'] {
  margin-left: 3px;
}
.vjs-seek-handle[style='left: 0%;'] {
  margin-left: -2px;
}
.vjs-seek-handle:hover,
.vjs-seek-handle:focus {
  background-color: #138d75;
}
.vjs-seek-handle:active {
  background-color: #117e69;
}
.vjs-time-controls {
  position: absolute;
  height: 20px;
  width: 50px;
  top: 16px;
  font: 300 13px "Lato", sans-serif;
}
.vjs-current-time {
  right: 128px;
  text-align: right;
}
.vjs-duration {
  color: #667687;
  right: 69px;
  text-align: left;
}
.vjs-remaining-time {
  display: none;
}
.vjs-time-divider {
  color: #667687;
  font-size: 14px;
  position: absolute;
  right: 121px;
  top: 15px;
}
.vjs-secondary-controls {
  float: right;
}
.vjs-fullscreen-control {
  background-image: url(/assets/video/fullscreen-a5c2d1f20b8c375cfa12f2f9e9463c39.png);
  background-position: center -47px;
  background-size: 15px 64px;
  cursor: pointer !important;
  position: absolute;
  right: 17px;
  top: 13px;
}
.vjs-fullscreen-control:hover div,
.vjs-fullscreen-control:focus div {
  opacity: 0;
}
.vjs-fullscreen-control div {
  height: 18px;
  background: url(/assets/video/fullscreen-a5c2d1f20b8c375cfa12f2f9e9463c39.png) no-repeat center 2px;
  background-size: 15px 64px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-backface-visibility: hidden;
}
.vjs-menu-button {
  display: none !important;
}
@-webkit-keyframes sharp {
  0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sharp {
  0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes sharp {
  0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sharp {
  0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.vjs-loading-spinner {
  background: #ebedee;
  border-radius: 10px;
  display: none;
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  -webkit-animation: sharp 2s ease infinite;
  -moz-animation: sharp 2s ease infinite;
  -o-animation: sharp 2s ease infinite;
  animation: sharp 2s ease infinite;
}
.login {
  background: url(/assets/login/imac-26f939c381f3c46030fe40faf72aed18.png) 0 0 no-repeat;
  background-size: 940px 778px;
  color: white;
  margin-bottom: 77px;
  padding: 38px 38px 267px;
  position: relative;
}
.login-screen {
  background-color: #1abc9c;
  min-height: 317px;
  padding: 123px 199px 33px 306px;
}
.login-icon {
  left: 200px;
  position: absolute;
  top: 160px;
  width: 96px;
}
.login-icon > img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}
.login-icon > h4 {
  font-size: 17px;
  font-weight: 200;
  line-height: 34px;
  opacity: 0.95;
}
.login-icon > h4 small {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: 700;
}
.login-form {
  background-color: #eceff1;
  border-radius: 6px;
  padding: 24px 23px 20px;
  position: relative;
}
.login-form:before {
  content: "";
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #eceff1 transparent transparent;
  height: 0px;
  position: absolute;
  left: -12px;
  top: 35px;
  width: 0;
  -webkit-transform: rotate(360deg);
}
.login-form .control-group {
  margin-bottom: 6px;
  position: relative;
}
.login-form .login-field {
  border-color: transparent;
  font-size: 17px;
  padding-bottom: 11px;
  padding-top: 11px;
  text-indent: 3px;
  width: 299px;
}
.login-form .login-field:focus + .login-field-icon {
  color: #1abc9c;
}
.login-form .login-field-icon {
  color: #bfc9ca;
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.login-link {
  color: #bfc9ca;
  display: block;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .login {
    background-image: url(/assets/login/imac-2x-f2afd70d4a728e4ab2424c530ac00a27.png);
  }
}
.ptn,
.pvn,
.pan {
  padding-top: 0;
}
.ptx,
.pvx,
.pax {
  padding-top: 3px;
}
.pts,
.pvs,
.pas {
  padding-top: 5px;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px;
}
.prn,
.phn,
.pan {
  padding-right: 0;
}
.prx,
.phx,
.pax {
  padding-right: 3px;
}
.prs,
.phs,
.pas {
  padding-right: 5px;
}
.prm,
.phm,
.pam {
  padding-right: 10px;
}
.prl,
.phl,
.pal {
  padding-right: 20px;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 3px;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px;
}
.pln,
.phn,
.pan {
  padding-left: 0;
}
.plx,
.phx,
.pax {
  padding-left: 3px;
}
.pls,
.phs,
.pas {
  padding-left: 5px;
}
.plm,
.phm,
.pam {
  padding-left: 10px;
}
.pll,
.phl,
.pal {
  padding-left: 20px;
}
.mtn,
.mvn,
.man {
  margin-top: 0px;
}
.mtx,
.mvx,
.max {
  margin-top: 3px;
}
.mts,
.mvs,
.mas {
  margin-top: 5px;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px;
}
.mrn,
.mhn,
.man {
  margin-right: 0px;
}
.mrx,
.mhx,
.max {
  margin-right: 3px;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px;
}
.mbx,
.mvx,
.max {
  margin-bottom: 3px;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px;
}
.mln,
.mhn,
.man {
  margin-left: 0px;
}
.mlx,
.mhx,
.max {
  margin-left: 3px;
}
.mls,
.mhs,
.mas {
  margin-left: 5px;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px;
}
.mll,
.mhl,
.mal {
  margin-left: 20px;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.form-fields {
  border-top: 1px solid #cccccc;
  padding: 19px;
}
#flash-message .alert-success.fade-in {
  opacity: 0;
}
#flash-message .alert {
  -webkit-transition: opacity 1s ease-out 10s;
  transition: opacity 1s ease-out 10s;
  text-align: center;
  position: relative;
  padding: 10px;
}
#flash-message .alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
}
#flash-message .alert-error {
  background-color: red;
  border-color: red;
  color: white;
}
#flash-message {
  left: 28%;
  position: absolute;
  z-index: 11;
  top: 23px;
  width: 40%;
  overflow: hidden;
}
.view-enquiry .enquiry-action-dropdown {
  margin-top: 10px;
}
.enquiry-action-dropdown.span6.pull-right {
  position: absolute;
  z-index: 15;
  left: 84%;
  top: 1%;
}
#modal-flash-message {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.message {
  background-color: #f74139;
  border-radius: 3px;
  position: absolute;
  padding: 5px 20px 5px 5px;
  margin-top: -30px;
  margin-left: 5px;
  font-size: 12px;
  z-index: 10;
}
.message span {
  color: white;
}
.message span.close_button {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  margin-left: 12px;
  cursor: pointer;
  font-weight: bold;
}
.message-beak {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #f74139;
  border-width: 6px 6px 0;
  margin-left: 14px;
  margin-top: -6px;
}
.row-fluid {
  padding-bottom: 10px;
}
.modal .row-fluid {
  padding-bottom: 0px;
}
.other-text {
  margin-top: 15px;
}
.disabled .storm-navigation-button,
.disabled .storm-navigation-button:hover,
.disabled .storm-navigation-button:focus {
  background-color: #F0F0F0;
}
a:hover,
a:focus {
  outline: none;
  color: #7e7e7e;
}
a.textual-link:hover,
a.textual-link:focus {
  text-decoration: underline;
}
.nav li a:hover {
  background-color: #3498db;
  color: white;
}
a {
  text-decoration: none;
  color: #009fe3;
  cursor: pointer;
}
.footer-banner {
  background: #3498db;
}
.footer-banner ul li {
  border-color: #2980b9;
}
.close {
  margin: 0 0.618rem;
}
.ui-slider-range,
.ui-slider-handle:hover {
  background-color: #3498db;
}
.ui-slider-handle,
.ui-slider-handle:focus {
  background-color: #2980b9;
}
.mb15 {
  margin-bottom: 15px;
}
.dashboard .section-header .title {
  width: auto;
}
.dashboard .tiles {
  margin-bottom: 35px;
}
.dashboard .dashboard-box-container {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.dashboard .dashboard-box-container .dashboard-box {
  flex-basis: 180px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px dotted;
  margin-bottom: 2em;
  margin-right: 22px;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.dashboard .dashboard-box-container .dashboard-box a {
  color: grey;
}
.dashboard .row-fluid .dashboard-box {
  border: 1px dotted;
  margin-bottom: 1em;
  background-color: white;
}
.dashboard .row-fluid .dashboard-box a {
  color: grey;
}
.dashboard .dashboard-box:hover a {
  color: black;
}
.dashboard .earnings-icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  margin: 15px 0 10px 0;
  background-image: url(/assets/valuer_earnings_icon-ac0ca90df3c06af56b18b894b6c22678.png);
}
.dashboard .dropdown .dropdown-toggle {
  text-decoration: none;
}
.dashboard .dropdown .dropdown-toggle .caret {
  margin: 13px 0 0 8px;
  border-top-color: #009fe3;
}
.dashboard .dropdown .dropdown-toggle:active,
.dashboard .dropdown .dropdown-toggle:hover,
.dashboard .dropdown .dropdown-toggle:visited,
.dashboard .dropdown .dropdown-toggle:focus {
  color: #009fe3;
}
.dashboard .dropdown .dropdown .dropdown-menu {
  padding: 0px;
  width: auto;
}
.dashboard .dropdown .dropdown-menu > li > a {
  color: #1f567e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: .01rem;
  font-family: 'Roboto', sans-serif;
}
.dashboard .dropdown .dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #3fb7ff;
}
.dashboard .date-select .btn {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #3a87ad;
}
.dashboard .date-select input {
  padding: 3px;
  margin: 0 2px;
}
.dashboard-sidebar section {
  margin-bottom: 1em;
  border: 1px solid #DDD;
}
.dashboard-sidebar section .section-title {
  margin: 0;
  padding: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  background: #DDD;
}
.dashboard-sidebar section li {
  padding-left: 0.5em;
  line-height: 2.0em;
}
.section-header {
  min-height: 45px;
  background-color: #f6f5f5;
}
.section-header .title {
  color: #009fe3;
  font-size: 22px;
}
.section-header .right-links .btn-group {
  font-size: 1.5em;
  padding-left: 0.5em;
  position: relative;
}
.section-header .right-links .btn-group .dropdown-menu {
  font-size: 0.7em;
  text-align: left;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav .breadcrumbs-two {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.top-nav .breadcrumbs-two li {
  margin: 0 13px;
  background: #e1e1e1;
  padding: 10px;
  float: left;
  text-decoration: none;
  color: #aaaaaa;
  position: relative;
  transition: 0;
  min-width: 12%;
  text-align: center;
  /** @todo Less macros? */
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.top-nav .breadcrumbs-two li a {
  background: inherit;
  text-decoration: none;
  color: grey;
}
.top-nav .breadcrumbs-two li a :hover {
  background: none;
}
.top-nav .breadcrumbs-two li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #e1e1e1 #e1e1e1 #e1e1e1 transparent;
  left: -1em;
}
.top-nav .breadcrumbs-two li::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #e1e1e1;
  right: -1em;
}
.top-nav .breadcrumbs-two li.current {
  font-weight: bold;
  color: white;
  background: #3498db;
  cursor: pointer;
}
.top-nav .breadcrumbs-two li.current a {
  color: white;
}
.top-nav .breadcrumbs-two li.current::after {
  border-left: 1em solid #3498db;
}
.top-nav .breadcrumbs-two li.current::before {
  border-color: #3498db #3498db #3498db transparent;
}
.top-nav .breadcrumbs-two .visited {
  font-weight: bold;
  background: #95a5a6;
  cursor: pointer;
  color: #eee;
}
.top-nav .breadcrumbs-two .visited a {
  color: #3b3b41;
}
.top-nav .breadcrumbs-two .visited::after {
  border-left: 1em solid #95a5a6;
}
.top-nav .breadcrumbs-two .visited::before {
  border-color: #95a5a6 #95a5a6 #95a5a6 transparent;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.nav-tabs.nav-stacked  > li  > a:hover,
.nav-tabs.nav-stacked  > li  > ul  > li  > a:hover {
  margin: 1px 0px 0px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  color: #666;
  background: transparent;
  box-shadow: none;
  border-radius: 0px;
}
.nav-tabs.nav-stacked  > li  > a  > i,
.nav-tabs.nav-stacked  > li  > ul  > li  > a  > i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 22px;
  display: inline-block;
  width: 100%;
}
#content {
  filter: none;
  position: relative;
  padding: 0 1em;
  margin: 0;
}
.sidebar-nav {
  background: transparent;
  margin: -1px 0px 0px 20px;
  padding-top: 0px;
}
.sidebar-nav > ul {
  margin: 0px 0px 0px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  padding-bottom: 1px;
  text-align: center !important;
  font-size: 10px;
  margin: 0px 0px 0px -20px;
}
.sidebar-nav li.active {
  background: white;
  color: #555555;
}
.nav-tabs.nav-stacked > li:first-child > a {
  margin: 0px;
  border-radius: 5px 0px 0px 5px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  color: #666;
  background: transparent;
  box-shadow: none;
  border-radius: 0px;
}
.nav-tabs.nav-stacked > li > a:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nav-tabs.nav-stacked > li > ul > li {
  padding: 5px 0px;
}
.nav-tabs.nav-stacked > li > ul > li > a > i {
  font-size: 20px;
}
.nav-tabs.nav-stacked > li > a.active {
  margin: 0px 0px 0px 0px;
  border: 2px solid #eeeeee;
  border-right: none;
  color: #3b3b41;
  background: #ffffff;
  border-radius: 5px 0px 0px 5px;
  position: relative;
  z-index: 20;
}
.nav-tabs.nav-stacked > li > ul {
  margin: -4px 0px 0px 0px;
  border: 2px solid #eeeeee;
  padding: 5px 0px;
  border-top: none;
  border-right: none;
  color: #3b3b41;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  position: relative;
  z-index: 21;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-radius: 5px 0px 0px 5px;
}
.nav-tabs.nav-stacked  > li  > a,
.nav-tabs.nav-stacked  > li  > ul  > li  > a {
  margin: 1px 0px 0px 0px;
  padding: 15px 0px;
  color: #aaaaaa;
  text-shadow: 0px 1px 0px #ffffff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  background: transparent;
  border-radius: 0px;
  text-decoration: none;
}
.nav-pills a.active {
  background: #3498db;
}
.nav-submenu {
  width: 50px;
  height: 57%;
  padding: 0px 0px 0px 0px;
}
.nav-submenu i {
  font-size: 25px;
}
.nav-submenu ul {
  background: #95a5a6;
}
.nav-submenu ul li a {
  padding: 0px;
  color: #ffffff;
  text-decoration: none;
}
.nav-submenu ul li a i {
  padding: 10px 8px 10px 8px;
}
.nav-submenu ul li a small.centered {
  display: block;
  margin: auto;
  padding-top: 3px;
  text-align: center;
  color: lightgray;
  overflow: hidden;
}
.nav-submenu ul li a:hover {
  background: #2980b9;
}
.nav-submenu ul li a:hover small.centered {
  color: #ffffff;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.box {
  position: relative;
  margin: 0 0;
  padding: 0px 19px 14px 20px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  min-height: 540px;
}
.box.auto-height {
  min-height: 540px;
  height: auto;
}
.top-nav {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .box {
    position: relative;
    margin: 0 0;
    padding: 20px 19px 14px 20px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    height: auto;
  }
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



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

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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-3316d9fffa2932e210db7aa4c69bbf8a.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-3316d9fffa2932e210db7aa4c69bbf8a.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-aba021885ee03d72f06f945f4bc9a1f0.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-fa65a28b3170e68c07dbf08e6cfee138.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-8cfca180d4e8fc8135e49f5113e5f20c.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-f470aa28d978502fc3e8744789ead4ee.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-28137a4f00bd4ba841df455ee8d974f8.png)/*{iconsDefault}*/;
}

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


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

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

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

 */

.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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,
.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%;
	font-size: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/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;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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 Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-datepicker {
  width: 190px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.date-picker-container {
  position: relative;
}
.date-picker-container .icon-calendar {
  position: absolute;
  top: 0.5rem;
  right: 0.618rem;
  cursor: pointer;
}
.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
/* All of these selectors + properties are required.
   You shouldn't have to customize any of them. */
.ember-calendar-head {
  position: relative;
}
.ember-calendar-head-previous {
  left: 0px;
  position: absolute;
  text-align: right;
  top: 0px;
}
.ember-calendar-head-next {
  right: 0px;
  position: absolute;
  text-align: left;
  top: 0px;
}
.ember-calendar-head-date {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
.ember-calendar-container {
  overflow-x: hidden;
  overflow-y: auto;
}
.ember-calendar-body {
  position: relative;
  height: 100%;
}
.ember-calendar-head-times {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
}
.ember-calendar-head-time {
  height: 7.142857143%;
  /** 100/14 slots */
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.ember-calendar-days {
  height: 100%;
}
.ember-calendar-day {
  display: inline-block;
  height: 100%;
  position: relative;
  text-align: left;
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}
.ember-calendar-event {
  position: absolute;
  width: 100%;
}
.ember-calendar-head-week-date {
  width: 14.2857142857%;
}
.ember-calendar-week-day {
  width: 14.2857142857%;
}
section > h3 {
  margin-top: 25px;
}
section > h3:nth-of-type(1) {
  margin-top: 0px;
}
section > div:nth-of-type(1) {
  margin-top: -23px;
}
.ember-calendar {
  border: 1px solid #bce8f1;
  border-radius: 3px;
  font-family: 'myriad-pro', 'Myriad Pro', 'Calibri', 'Helvetica', 'Trebuchet MS', 'Verdana', sans-serif;
  height: 450px;
}
.ember-calendar-head {
  background: #d9edf7;
  color: #3a87ad;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
}
.ember-calendar-container {
  height: calc(100% - 57px);
}
.ember-calendar-body {
  height: 1000px;
  background-color: white;
}
.ember-calendar-head-previous {
  width: 50px;
  /* A */
}
.ember-calendar-head-next {
  width: 25px;
  /* B */
}
.ember-calendar-head-previous,
.ember-calendar-head-next {
  display: none;
}
.ember-calendar-head-dates {
  margin-left: 50px;
  /* A */
  margin-right: 25px;
  /* B */
}
.ember-calendar-head-times {
  border-right: 1px solid #f6f6f6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding-right: 5px;
  width: 50px;
  /* A */
}
.ember-calendar-head-time {
  color: #3a87ad;
  font-size: 13px;
}
.ember-calendar-days {
  margin-left: 50px;
  margin-right: 25px;
}
.ember-calendar-event {
  background: #60615d;
  border: 1px solid #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}
.ember-calendar-event.proposal {
  background-color: #B0DEFF;
  background-image: url(//calendar.google.com/googlecalendar/images/ro_25.png);
  background-repeat: repeat;
}
.ember-calendar-event-details {
  display: none;
  color: black;
  padding: 2px;
  font-size: 14px;
  left: -25px;
  right: -20px;
  top: 1em;
}
.ember-calendar-event-details label {
  display: block;
  font-weight: bold;
  text-align: left !important;
  margin-top: 1em;
}
.ember-calendar-event-details textarea {
  width: 100%;
  padding: 3%;
}
.ember-calendar-event-content {
  overflow: hidden;
  padding-left: 5px;
  height: 100%;
}
.ember-calendar-event-content .ember-calendar-event-name {
  color: #333;
  font-size: 14px;
  line-height: 16px;
}
.ember-calendar-event-content .ember-calendar-event-time {
  font-weight: bold;
}
.ember-calendar-event-content .ember-calendar-event-going,
.ember-calendar-event-content .ember-calendar-event-time,
.ember-calendar-event-content .ember-calendar-event-location {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
}
.ember-calendar-buttons {
  text-align: right;
  width: 702px;
}
.ember-calendar-buttons > button {
  background: none;
  border: none;
  box-shadow: none;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  margin: 0px;
  margin-left: 5px;
  outline: none;
  padding: 5px 10px 4px;
}
.ember-calendar-buttons > button.ember-calendar-button-active {
  background: #ddd;
}
.ember-calendar-event {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  cursor: pointer;
  background-color: #84adee;
  color: #1d1d1d;
  border: 1px solid;
  border-color: #548cde;
  font-size: 8px;
}
.ember-calendar-event .modal {
  position: fixed;
  /** Given the typical position:absolute vs the parent container clipping, let's float this out */
  left: 0;
  top: 0;
  width: 50%;
  margin: 0 auto;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  min-width: 50%;
}
.ember-calendar-event .modal .modal-footer {
  padding: 15px;
}
.ember-calendar-event .ember-calendar-event-name {
  font-weight: bold;
  font-size: 10px;
}
.ember-calendar-event .event-description .pre {
  max-height: 140px;
  overflow-y: auto;
}
.ember-calendar-event.past-event {
  background-color: #eee;
  color: lightgray;
  border-color: #eee;
}
.ember-calendar-event.past-event .ember-calendar-event-name {
  color: lightgray;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.presentation-container {
  width: 800px;
  height: 600px;
  margin: 50px auto;
}
.tables-container {
  height: 100%;
  width: 100%;
  position: relative;
  outline: 0;
  z-index: 0;
  font-size: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
}
.tables-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tables-container a {
  color: #333;
}
.tables-container .table-container {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  background-color: #FFF;
  z-index: 3;
}
.tables-container .table-container .table-fixed-wrapper,
.tables-container .table-container .table-scrollable-wrapper {
  overflow: visible;
  white-space: nowrap;
}
.tables-container .table-container .table-fixed-wrapper .table-block,
.tables-container .table-container .table-scrollable-wrapper .table-block {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  background-color: #f5f5f5;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row {
  position: absolute;
  border-bottom: 1px solid #e1e1e1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row > div,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row > div {
  height: 100%;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row.selected,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row.selected {
  background-color: #227ECB !important;
  color: #FFF;
  cursor: pointer;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row .table-cell,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row .table-cell {
  float: left;
  font-size: 13px;
  border-right: 1px solid #e1e1e1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row .table-cell span,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row .table-cell span {
  vertical-align: middle;
  padding: 0;
  height: 100%;
  line-height: 30px;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row .table-cell .content,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row .table-cell .content {
  padding: 0 5px;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row .header-cell,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row .header-cell {
  padding: 0px;
  position: relative;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row .header-cell span,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row .header-cell span {
  padding: 5px;
  line-height: 50px;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row .header-cell .toggle,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row .header-cell .toggle {
  padding: 0 0 0 5px;
}
.tables-container .table-container .table-fixed-wrapper .table-block .table-row .header-cell .column-title,
.tables-container .table-container .table-scrollable-wrapper .table-block .table-row .header-cell .column-title {
  padding: 0;
}
.tables-container .table-container .table-fixed-wrapper .lazy-list-container,
.tables-container .table-container .table-scrollable-wrapper .lazy-list-container {
  position: relative;
}
.tables-container .table-container .table-fixed-wrapper .lazy-list-container .table-row,
.tables-container .table-container .table-scrollable-wrapper .lazy-list-container .table-row {
  position: absolute;
  background-color: #FFF;
}
.tables-container .table-container .table-fixed-wrapper .right-table-block .table-cell:last-child,
.tables-container .table-container .table-scrollable-wrapper .right-table-block .table-cell:last-child {
  border-right: none;
}
.tables-container .table-container .table-fixed-wrapper {
  overflow: hidden;
}
.tables-container .table-container .table-scrollable-wrapper {
  display: block;
}
.tables-container .scroll-container {
  position: absolute;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 1;
}
.tables-container .fixed-table-container {
  z-index: 4;
  background-color: #E8E8E8;
}
.tables-container .footer-container {
  position: absolute;
  border-top: 1px solid #e1e1e1;
  overflow: hidden;
}
.tables-container .header-container {
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.tables-container .header-container .ui-resizable {
  background-color: #f5f5f5;
}
.tables-container .header-container .ui-state-highlight {
  float: left;
  height: 50px;
  width: 150px;
  background-color: #e1e1e1;
}
.tables-container .header-container .ui-resizable-handle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  height: 100%;
  width: 4px;
  transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
}
.tables-container .header-container .ui-resizable-handle:hover {
  background-color: #C1C1C1;
  cursor: ew-resize;
}
.tables-container .header-container .ui-sortable {
  width: 100%;
  height: 100%;
  position: relative;
}
.tables-container .header-container .ui-sortable-helper {
  background-color: #EAEAEA;
}
.tables-container .header-container .ui-sortable-helper .ui-resizable-handle {
  background-color: #EAEAEA;
}
.header-cell .toggle {
  margin-top: 3px;
  padding-left: 5px;
}
.header-cell .toggle i {
  padding-left: 3px;
}
.toggle-icon {
  display: none;
}
.toggle .toggle-icon {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  padding-left: 3px;
}
.expand .toggle-icon {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-top: -3px;
  padding-left: 0;
  vertical-align: text-top;
}
.footer-container .table-cell .toggle {
  padding: 0 3px 0 5px !important;
}
.footer-container .table-cell .toggle .toggle-icon:before {
  content: none !important;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.paginator {
  padding-right: 2.3rem;
}
.paginator ul.nav {
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radus: 0;
}
.paginator ul.nav li a {
  background-color: #bcbcbc;
  color: #ffffff;
  font-size: 17px;
  font-weight: Bold;
  border-radius: 3px;
  padding: 12px;
  border: none;
}
.paginator ul.nav li.active a {
  background-color: #009fe3;
  margin: 7px 2px 6px 2px;
}
.paginator ul.nav li.next a,
.paginator ul.nav li.previous a {
  background-color: #009fe3;
  margin: 7px 2px 6px 2px;
  border: 0 !important;
  height: 16px;
  text-align: center;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.accordion {
  margin-bottom: 0;
  background-color: #f6f5f5;
}
.accordion .carrot {
  float: left;
  padding-left: 10px;
}
.accordion .no-padding {
  padding-bottom: 0px;
}
.accordion .bottom-border {
  border-bottom: 1px solid #e1e1e1;
}
.accordion .right-border {
  border-right: 1px solid #95a5a6;
}
.accordion .accordion-group {
  border-radius: 0;
  margin: 0;
  border: 1px solid #e3e2de;
  background-color: #ffffff;
  border-bottom: 0;
}
.accordion .accordion-group .accordion-body {
  background-color: #ffffff;
  border-bottom: 1px solid #e3e2de;
  margin-bottom: 1px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  color: #a0a0a0;
  padding: 0;
  border-top: 1px solid #e3e2de;
  background-color: #f6f5f5;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.accordion .accordion-group .accordion-heading .accordion-toggle:active,
.accordion .accordion-group .accordion-heading .accordion-toggle.active {
  background-color: #009fe3;
  color: #ffffff;
}
.icon-spin {
  -moz-animation: spin 0.6s infinite linear;
  -webkit-animation: spin 0.6s infinite linear;
  -o-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
}
.tooltip-inner {
  padding: 0.5em 1em;
  width: auto;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.modal.fade {
  top: 0%;
}
.modal,
.modal.fade.in {
  top: 10%;
  left: 10%;
  position: absolute;
  margin: 0px;
  min-width: 80%;
  overflow: auto;
  background: #f6f5f5;
  border: thin solid #cccccc;
  border-radius: 0.618rem;
  padding: 0.618rem;
}
.modal.half-width,
.modal.fade.in.half-width {
  min-width: 50%;
  left: 25%;
}
.modal .modal-header,
.modal.fade.in .modal-header {
  border: none;
}
.modal a.close,
.modal.fade.in a.close {
  opacity: 0.4;
}
.modal a.close:hover,
.modal.fade.in a.close:hover {
  opacity: 0.2;
  background: none;
}
.modal .modal-body,
.modal.fade.in .modal-body {
  max-height: 450px;
}
.modal .modal-body .ember-text-field,
.modal.fade.in .modal-body .ember-text-field {
  width: 100%;
}
.modal .modal-body .selector,
.modal.fade.in .modal-body .selector {
  width: 100%;
}
.modal .modal-body .extended .selector,
.modal.fade.in .modal-body .extended .selector {
  width: 260%;
}
.modal .modal-footer,
.modal.fade.in .modal-footer {
  border: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  padding: 14px 0px;
}
.modal .modal-footer a.btn,
.modal.fade.in .modal-footer a.btn,
.modal .modal-footer #cancel-hova > button.btn,
.modal.fade.in .modal-footer #cancel-hova > button.btn {
  margin: 0 0 0 10px;
  float: left;
  font-weight: bold;
  border-radius: 0.309rem;
  padding: 0.927rem;
  font-size: 17px;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  user-select: none;
}
.modal .modal-footer a.btn-primary,
.modal.fade.in .modal-footer a.btn-primary {
  background: #009fe3;
}
.modal .modal-footer a.btn-primary:hover,
.modal.fade.in .modal-footer a.btn-primary:hover {
  background: #66c5ee;
}
.modal .modal-footer a.btn-secondary,
.modal.fade.in .modal-footer a.btn-secondary {
  background: #bcbcbc;
}
.modal .modal-footer a.btn-secondary:hover,
.modal.fade.in .modal-footer a.btn-secondary:hover {
  background: #d7d7d7;
}
.modal .modal-footer .span6.text-right *,
.modal.fade.in .modal-footer .span6.text-right * {
  margin: 0 10px 0 0;
  float: none;
}
.modal .modal-footer #cancel-hova > button.btn,
.modal.fade.in .modal-footer #cancel-hova > button.btn {
  width: 95px;
}
.modal + .modal-backdrop,
.modal.fade.in + .modal-backdrop {
  background-color: #ffffff;
}
#new_client_form.modal .modal-body,
#edit_client_form.modal .modal-body {
  overflow-y: inherit;
}
.search-box .search-result.locality-search-results .results-table {
  max-height: 13em;
}
#cancel-enquiry-modal {
  min-width: 40%;
  left: 30%;
  top: 30%;
}
#cancel-enquiry-modal .modal-body {
  padding-top: 30px;
}
#reject-enquiry-modal {
  min-width: 40%;
  left: 30%;
  top: 30%;
}
#reject-enquiry-modal .modal-body {
  padding-top: 30px;
}
#reject-enquiry-modal #decline-spinner {
  font-size: 3em;
  color: #50C7B2;
}
#cancel-button,
#reject-button {
  line-height: 45px;
  margin: 0 1em 0 0;
}
.property-popup {
  border: thin solid #cccccc;
  min-width: 20%;
  top: 30%;
  left: 30%;
}
.property-popup .close {
  display: none;
}
.property-popup .modal-footer a.btn-secondary {
  background: #009fe3;
}
.property-popup .modal-footer a.btn-secondary:hover {
  background: #66c5ee;
}
.property-popup .modal-footer a.btn-primary {
  background: #bcbcbc;
}
.property-popup .modal-footer a.btn-primary:hover {
  background: #d7d7d7;
}
.modal-backdrop {
  background-color: #ffffff;
}
.property-popup.known_issues {
  top: 15%;
  min-width: 80%;
  left: 10%;
}
.property-popup.known_issues .modal-body {
  max-height: 350px;
}
.property-popup.depth_of_market {
  top: 15%;
  min-width: 76%;
  left: 10%;
}
.property-popup.depth_of_market .modal-body {
  max-height: 350px;
}
.property-popup.market_conditions {
  top: 15%;
  min-width: 75%;
  left: 10%;
}
.property-popup.market_conditions .modal-body {
  max-height: 400px;
}
#page-loader.modal {
  overflow: hidden;
}
#rp_data.modal {
  left: 20.5%;
  min-width: 52%;
}
#send-quotation {
  left: 5%;
  top: 0;
  min-width: 90%;
}
#send-quotation li.active {
  background-color: #f6f5f5;
}
#send-quotation li.active a {
  background-color: inherit;
}
.property-view-modal {
  min-width: 80%;
  top: 10%;
  left: 10%;
}
.property-view-modal .row-fluid {
  padding-bottom: 10px;
}
.property-view-modal .attached-column {
  width: 50%;
}
.property-view-modal a.close {
  font-size: 30px;
  opacity: 0.4;
}
.property-view-modal a.close:hover {
  opacity: 0.2;
  background: none;
}
.property-view-modal .modal-header {
  border: none;
}
.property-view-modal .modal-body {
  min-height: 85%;
}
.property-view-modal .modal-body .property-tab .details .sub-heading {
  background: #f6f5f5;
}
.property-view-modal .modal-footer {
  border: none;
  box-shadow: none;
  display: none;
  padding: 0;
}
.property-view-modal + .modal-backdrop {
  background-color: #fff;
}
#accept-valuation-modal.modal .form #accept {
  padding-right: 12px;
}
#accept-quote-modal.modal,
#accept-valuation-modal.modal,
#lot-number-modal.modal,
#valocity-deliver-modal.modal,
#val-connect-deliver-modal.modal {
  min-width: 30%;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#accept-quote-modal.modal .modal-header,
#accept-valuation-modal.modal .modal-header,
#lot-number-modal.modal .modal-header,
#valocity-deliver-modal.modal .modal-header,
#val-connect-deliver-modal.modal .modal-header {
  border: 0;
  padding-bottom: 0;
}
#accept-quote-modal.modal #valuation-accept-spinner,
#accept-valuation-modal.modal #valuation-accept-spinner,
#lot-number-modal.modal #valuation-accept-spinner,
#valocity-deliver-modal.modal #valuation-accept-spinner,
#val-connect-deliver-modal.modal #valuation-accept-spinner {
  font-size: 3em;
  color: #50C7B2;
}
#accept-quote-modal.modal .form .prompt-message,
#accept-valuation-modal.modal .form .prompt-message,
#lot-number-modal.modal .form .prompt-message,
#valocity-deliver-modal.modal .form .prompt-message,
#val-connect-deliver-modal.modal .form .prompt-message {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
#accept-quote-modal.modal .form .comment-box,
#accept-valuation-modal.modal .form .comment-box,
#lot-number-modal.modal .form .comment-box,
#valocity-deliver-modal.modal .form .comment-box,
#val-connect-deliver-modal.modal .form .comment-box {
  padding-top: 10px;
  text-align: center;
}
#accept-quote-modal.modal .form .comment-box .ember-text-area,
#accept-valuation-modal.modal .form .comment-box .ember-text-area,
#lot-number-modal.modal .form .comment-box .ember-text-area,
#valocity-deliver-modal.modal .form .comment-box .ember-text-area,
#val-connect-deliver-modal.modal .form .comment-box .ember-text-area {
  width: 90%;
  height: 60px;
}
#lot-number-modal.modal {
  min-width: 39%;
}
#lot-number-modal.modal .modal-body {
  padding: 25px 50px;
}
#lot-number-modal.modal .modal-footer .pull-right .btn {
  margin-right: 10px;
}
#resend-quote-modal.modal .form .prompt-message {
  font-size: 15px;
  margin-bottom: 15px;
}
#resend-quote-modal.modal .form .email-error-message {
  display: none;
  z-index: 10;
}
#decline-valuation-modal.modal .form .prompt-message-text {
  font-size: 18px;
  margin-bottom: 10px;
}
#decline-valuation-modal.modal .form #decline {
  padding-right: 12px;
}
#decline-quote-modal.modal,
#decline-modal.modal,
#decline-valuation-modal.modal {
  min-width: 50%;
  top: 15%;
  left: 25%;
}
#decline-quote-modal.modal .modal-header,
#decline-modal.modal .modal-header,
#decline-valuation-modal.modal .modal-header {
  border: 0;
  padding-bottom: 0;
}
#decline-quote-modal.modal #valuation-decline-spinner,
#decline-modal.modal #valuation-decline-spinner,
#decline-valuation-modal.modal #valuation-decline-spinner {
  font-size: 3em;
  color: #50C7B2;
}
#decline-quote-modal.modal .form .prompt-message,
#decline-modal.modal .form .prompt-message,
#decline-valuation-modal.modal .form .prompt-message {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
#decline-quote-modal.modal .form .comment-box,
#decline-modal.modal .form .comment-box,
#decline-valuation-modal.modal .form .comment-box {
  padding-top: 10px;
  text-align: center;
}
#decline-quote-modal.modal .form .comment-box .ember-text-area,
#decline-modal.modal .form .comment-box .ember-text-area,
#decline-valuation-modal.modal .form .comment-box .ember-text-area {
  width: 90%;
  height: 60px;
}
#decline-quote-modal.modal .form .category,
#decline-modal.modal .form .category,
#decline-valuation-modal.modal .form .category {
  font-size: 16px;
}
#decline-quote-modal.modal .form .modal-footer,
#decline-modal.modal .form .modal-footer,
#decline-valuation-modal.modal .form .modal-footer {
  padding-top: 0;
  border: 0;
  box-shadow: none;
}
#decline-quote-modal.modal #decline-reason select,
#decline-modal.modal #decline-reason select,
#decline-valuation-modal.modal #decline-reason select {
  width: 80%;
}
#decline-quote-modal.modal #decline-comment textarea,
#decline-modal.modal #decline-comment textarea,
#decline-valuation-modal.modal #decline-comment textarea {
  width: 80%;
}
#appointment-in-advance-modal.modal {
  min-width: 50%;
  top: 15%;
  left: 25%;
}
#appointment-in-advance-modal.modal .modal-header {
  border: 0;
  padding-bottom: 0;
}
#appointment-in-advance-modal.modal #appointment-in-advance-spinner {
  font-size: 3em;
  color: #50C7B2;
}
#appointment-in-advance-modal.modal .form .prompt-message {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
#appointment-in-advance-modal.modal .form .comment-box {
  padding-top: 10px;
  text-align: center;
}
#appointment-in-advance-modal.modal .form .comment-box .ember-text-area {
  width: 90%;
  height: 60px;
}
#appointment-in-advance-modal.modal .form .category {
  font-size: 16px;
}
#appointment-in-advance-modal.modal .form .modal-footer {
  padding-top: 0;
  border: 0;
  box-shadow: none;
}
#appointment-in-advance-modal.modal .form #appointment-in-advance {
  padding-right: 12px;
}
#anticipated-due-date-modal.modal {
  min-width: 50%;
  top: 15%;
  left: 25%;
}
#anticipated-due-date-modal.modal .modal-header {
  border: 0;
  padding-bottom: 0;
}
#anticipated-due-date-modal.modal #anticipated-due-date-spinner {
  font-size: 3em;
  color: #50C7B2;
}
#anticipated-due-date-modal.modal .form .prompt-message {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
#anticipated-due-date-modal.modal .form .prompt-detail-label {
  font-size: 14px;
  margin-bottom: 4px;
  text-align: right;
}
#anticipated-due-date-modal.modal .form .prompt-detail-text {
  font-size: 14px;
  margin-bottom: 4px;
  text-align: left;
}
#anticipated-due-date-modal.modal .form .prompt-message-text {
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
}
#anticipated-due-date-modal.modal .form .comment-box {
  padding-top: 10px;
  text-align: center;
}
#anticipated-due-date-modal.modal .form .comment-box .ember-text-area {
  width: 90%;
  height: 60px;
}
#anticipated-due-date-modal.modal .form .category {
  font-size: 16px;
}
#anticipated-due-date-modal.modal .form .modal-footer {
  padding-top: 0;
  border: 0;
  box-shadow: none;
}
#anticipated-due-date-modal.modal .form #anticipated-due-date {
  padding-right: 12px;
}
#delay-valuation-modal .modal-header,
#delay-modal.modal .modal-header,
#delay-valuation-modal.modal .modal-header {
  border: 0;
  padding-bottom: 0;
}
#delay-valuation-modal #delay-valuation-spinner,
#delay-modal.modal #delay-valuation-spinner,
#delay-valuation-modal.modal #delay-valuation-spinner {
  font-size: 3em;
  color: #50C7B2;
}
#delay-valuation-modal .form .prompt-message,
#delay-modal.modal .form .prompt-message,
#delay-valuation-modal.modal .form .prompt-message {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
#delay-valuation-modal .form .comment-box,
#delay-modal.modal .form .comment-box,
#delay-valuation-modal.modal .form .comment-box {
  padding-top: 10px;
  text-align: center;
}
#delay-valuation-modal .form .comment-box .ember-text-area,
#delay-modal.modal .form .comment-box .ember-text-area,
#delay-valuation-modal.modal .form .comment-box .ember-text-area {
  width: 90%;
  height: 60px;
}
#delay-valuation-modal .form .category,
#delay-modal.modal .form .category,
#delay-valuation-modal.modal .form .category {
  font-size: 16px;
}
#delay-valuation-modal .form .modal-footer,
#delay-modal.modal .form .modal-footer,
#delay-valuation-modal.modal .form .modal-footer {
  padding-top: 0;
  border: 0;
  box-shadow: none;
}
#delay-valuation-modal #delay-reason select,
#delay-modal.modal #delay-reason select,
#delay-valuation-modal.modal #delay-reason select,
#delay-valuation-modal #delay-sub-reason select,
#delay-modal.modal #delay-sub-reason select,
#delay-valuation-modal.modal #delay-sub-reason select {
  width: 80%;
}
#delay-valuation-modal #delay-note textarea,
#delay-modal.modal #delay-note textarea,
#delay-valuation-modal.modal #delay-note textarea {
  width: 80%;
}
#valuation-assign #valuation-assign-spinner {
  font-size: 3em;
  color: #50C7B2;
}
#cannot-contact-modal #cannot-contact-spinner {
  font-size: 3em;
  color: #50C7B2;
}
.icon-spin.button-replacement {
  font-size: 3em;
  color: #50C7B2;
}
#action-update-valuation-modal .modal-header,
#action-update-modal.modal .modal-header,
#action-update-valuation-modal.modal .modal-header {
  border: 0;
  padding-bottom: 0;
}
#action-update-valuation-modal #action-update-valuation-spinner,
#action-update-modal.modal #action-update-valuation-spinner,
#action-update-valuation-modal.modal #action-update-valuation-spinner {
  font-size: 3em;
  color: #50C7B2;
}
#action-update-valuation-modal .form .prompt-message,
#action-update-modal.modal .form .prompt-message,
#action-update-valuation-modal.modal .form .prompt-message {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
#action-update-valuation-modal .form .comment-box,
#action-update-modal.modal .form .comment-box,
#action-update-valuation-modal.modal .form .comment-box {
  padding-top: 10px;
  text-align: center;
}
#action-update-valuation-modal .form .comment-box .ember-text-area,
#action-update-modal.modal .form .comment-box .ember-text-area,
#action-update-valuation-modal.modal .form .comment-box .ember-text-area {
  width: 90%;
  height: 60px;
}
#action-update-valuation-modal .form .category,
#action-update-modal.modal .form .category,
#action-update-valuation-modal.modal .form .category {
  font-size: 16px;
}
#action-update-valuation-modal .form .modal-footer,
#action-update-modal.modal .form .modal-footer,
#action-update-valuation-modal.modal .form .modal-footer {
  padding-top: 0;
  border: 0;
  box-shadow: none;
}
#action-update-valuation-modal #action-update-type select,
#action-update-modal.modal #action-update-type select,
#action-update-valuation-modal.modal #action-update-type select {
  width: 80%;
}
#action-update-valuation-modal #action-update-reason select,
#action-update-modal.modal #action-update-reason select,
#action-update-valuation-modal.modal #action-update-reason select {
  width: 80%;
}
#action-update-valuation-modal #action-update-note textarea,
#action-update-modal.modal #action-update-note textarea,
#action-update-valuation-modal.modal #action-update-note textarea {
  width: 80%;
}
#resend-quote-modal {
  min-width: 50%;
  top: 15%;
  left: 25%;
}
#resend-quote-modal .modal-header {
  border-bottom: 0px;
}
#resend-quote-modal .modal-footer {
  box-shadow: none;
}
#resend-quote-modal .instruction {
  font-size: 85%;
  position: relative;
  text-align: center;
}
#resend-quote-modal .align-close {
  float: left;
}
#resend-quote-modal #resend-button {
  text-align: right;
}
#modes-of-payment {
  top: 5%;
}
#modes-of-payment .modal-footer {
  padding-top: 0;
  padding-right: 5%;
}
.delete-access.modal {
  width: 25%;
  min-width: 0;
  top: 25%;
  left: 35%;
}
.delete-access.modal .modal-footer {
  padding-left: 12%;
}
.delete-access.modal .modal-footer a.btn-secondary {
  background: #009fe3;
}
.delete-access.modal .modal-footer a.btn-secondary:hover {
  background: #66c5ee;
}
.delete-access.modal .modal-footer a.btn-primary {
  background: #bcbcbc;
}
.delete-access.modal .modal-footer a.btn-primary:hover {
  background: #d7d7d7;
}
#new_property_form .single-lot.selected,
#new_property_form .multiple-lots.selected {
  color: #000000;
}
@media all and (max-height: 800px) and (max-width: 1500px) {
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  
  #new_client_form {
    top: 5%;
  }
  #new_client_form .modal-body {
    height: 375px;
  }
  #cancel-enquiry-modal {
    min-width: 50%;
    left: 25%;
    top: 25%;
  }
  #cancel-enquiry-modal textarea {
    width: 75%;
  }
  .property-popup.known_issues {
    top: 10%;
  }
  .property-popup.market_conditions {
    top: 5%;
    left: 13%;
  }
  #document_checklist_form {
    top: 5%;
    min-width: 85%;
    left: 8%;
  }
  #document_checklist_form .modal-body {
    max-height: 350px;
    min-width: 81%;
  }
  .property-view-modal {
    min-width: 85%;
    top: 8%;
    left: 7%;
  }
}
.advanced-search-modal {
  width: 80%;
  position: fixed;
  padding: 1%;
  top: 9%;
  left: 9%;
  height: 8%;
  min-height: 80%;
  max-height: 80%;
}
.team-modal,
.team-modal.modal.fade {
  width: 50%;
  min-width: 50%;
  position: fixed;
  padding: 1%;
  top: 24%;
  left: 24%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
}
#new_property_form .modal-body {
  position: inherit;
  max-height: 400px;
}
#new_property_form.modal {
  position: fixed;
  max-height: 80%;
}
#new_property_form.modal .modal-body.left-labels label {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.7em;
  white-space: nowrap;
}
#valocity-deliver-spinner,
#das-warning-spinner,
#val-connect-deliver-spinner {
  font-size: 3em;
  color: #50C7B2;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area {
  overflow-y: auto;
  border-bottom: 1px solid #eee;
  min-height: 20%;
  max-height: 80%;
  flex: 9 9;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area .message-entry {
  display: flex;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area .comment-photo,
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area .comment-text {
  vertical-align: top;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area .comment-photo {
  padding: 5px;
  margin-right: 10px;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area .comment-text {
  margin: 0 0 20px;
  flex-grow: 1;
  white-space: pre-line;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area span {
  display: inline;
  font-size: .9em;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area .comment-header {
  color: #000;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-area .metadata {
  color: #aaa;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-box {
  display: flex;
  margin: 10px 0 0 0;
  max-height: 66%;
  flex: 1 1;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-box .comment-text-box {
  outline: none;
  width: 100%;
  overflow: auto;
  min-height: 40px;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-box .comment-text-box textarea {
  margin: 10px 0 0 0;
  padding-top: 10px;
}
.new-countersign-modal.blue-modal-header .messaging-system .vertical-flex .message-text-box .send-icon {
  align-self: flex-end;
}
#waive-national-qa-modal #review-confirm-modal .modal-footer .review-confirm-button .waive-national-qa-button {
  margin-right: 10px;
  padding: 0.927rem;
  font-weight: bold;
}
#valocity-deliver-modal .modal-body,
#val-connect-deliver-modal .modal-body {
  max-height: 595px;
  position: inherit;
  padding: 15px;
}
#valocity-deliver-modal .modal-body .details,
#val-connect-deliver-modal .modal-body .details {
  border: thin solid #d7d7d7;
  border-radius: 0.618rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  margin-bottom: 1.854rem;
}
#valocity-deliver-modal .modal-body .details .details-container,
#val-connect-deliver-modal .modal-body .details .details-container {
  padding: 20px 10px 0 10px;
}
#valocity-deliver-modal .modal-body .details .sub-heading,
#val-connect-deliver-modal .modal-body .details .sub-heading {
  font-weight: bold;
  background: #f6f5f5;
  position: absolute;
  top: -10px;
  padding: 0 5px;
}
#job-link-reason select {
  width: 50%;
}
#job-link-other-reason {
  width: 50.2%;
}
.link-job-search-box {
  padding-bottom: 8px;
}
.search-box .search-result.link-job-search-result {
  width: 28.2%;
  position: fixed;
  margin-top: -10px;
}
.search-box .search-result.link-job-search-result .results-table .emphasize-text {
  font-size: medium;
  font-weight: bold;
}
.search-box .search-result.link-job-search-result .results-table .emphasize-text .no-emphasize {
  font-size: small;
  font-weight: initial;
}
.search-box .search-result .hover,
.search-box .search-result .highlighted-row {
  background-color: #3498db;
  color: #ffffff;
  cursor: pointer;
}
.search-box .search-result .hover .muted,
.search-box .search-result .highlighted-row .muted {
  color: #ffffff;
}
.input-wrapper-with-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  min-height: 20px;
  cursor: text;
  width: 48.40%;
}
/* Pills inline with text input */
.input-wrapper-with-pills .pill {
  background-color: #e0e0e0;
  border-radius: 12px;
  padding: 4px 8px;
  margin: 2px 4px 2px 0;
  font-size: 1em;
  display: flex;
  align-items: center;
}
.input-wrapper-with-pills .pill-remove {
  margin-left: 6px;
  cursor: pointer;
}
.input-wrapper-with-pills .pill-remove .close {
  margin: 0px;
}
.input-wrapper-with-pills .pill-remove:hover {
  color: red;
}
.input-wrapper-with-pills .pill-input {
  border: none;
  outline: none;
  flex: 1;
  min-width: 120px;
  font-size: 1em;
  margin: 2px 0;
  background: transparent;
}
/* Remove focus border */
.input-wrapper-with-pills .pill-input:focus {
  box-shadow: none;
}
.modal,
.modal-small {
  top: 10%;
  left: 25%;
  position: absolute;
  margin: 0px;
  min-width: 40%;
  overflow: auto;
  background: #f6f5f5;
  border: thin solid #cccccc;
  border-radius: 0.618rem;
  padding: 0.618rem;
}
.modal .label-bold,
.modal-small .label-bold {
  font-weight: bold;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
label {
  cursor: default;
}
input[type="email"],
input[type="text"],
textarea {
  padding: 0px;
  padding-left: 8px;
}
input[type="number"] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.control-group .add-on {
  margin: 10px;
  color: #aaaaaa;
}
label.checkbox {
  text-align: left;
}
label.checkbox small {
  text-transform: none;
}
label.approval-checkbox {
  text-transform: none;
}
.checkbox:hover {
  color: #009fe3;
}
.checkbox.disabled {
  color: #3b3b41;
  user-select: none;
}
.currency input {
  background-image: url(/assets/dollar-48ceb481e7cecba2f37d6281be2b4b7c.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  padding-left: 20px;
}
select.compact {
  width: auto;
  margin-bottom: 0;
}
.inspection-select-checkboxes {
  max-height: 10em;
  overflow-y: auto;
}
.multi-select-checkboxes {
  max-height: 1.6em;
  overflow-y: hidden;
  padding-left: 0.1em;
}
.multi-select-checkboxes.expanded {
  overflow-y: visible;
}
.multi-select-checkboxes * {
  cursor: pointer;
}
.multi-select-checkboxes:hover:not(.expanded) {
  max-height: 25em;
  overflow-y: auto;
  cursor: pointer;
  position: absolute;
  background-color: white;
  border: 0.1em solid white;
  margin-top: -0.1em;
  margin-left: -0.1em;
  z-index: 3;
}
#copyable-details-modal .multi-select-checkboxes {
  max-height: 100%;
  padding: 0;
}
#copyable-details-modal .multi-select-checkboxes:hover {
  max-height: 100%;
  background-color: transparent;
  padding: 0;
  border: 0;
  position: relative;
  margin: 0;
}
.dropdown-multiselect {
  padding-top: 5px;
  padding-bottom: 10px;
}
.dropdown-multiselect .btn {
  background: #ffffff;
  border: 1px solid #dce4ec;
  color: #000000;
}
.dropdown-multiselect .btn#placeholder {
  width: 21.5em;
}
.dropdown-multiselect .dropdown-menu {
  padding: 10px;
  width: 23.5em;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.search-box.form-field {
  margin-top: 0px;
  margin-bottom: 10px;
}
.search-box input {
  border: thin solid #bcbcbc;
  border-radius: 0.309rem;
  position: relative;
  height: 30px;
  margin-bottom: 0px;
  font-size: 110%;
  z-index: 10;
  width: 80%;
}
.search-box .search-result.locality-search-results {
  width: 30%;
}
.search-box .search-result.asset-search {
  width: 60%;
}
.search-box .search-result.property-search {
  width: 30%;
}
.search-box #client-search.search-result {
  width: 77%;
}
.search-box .search-result {
  width: 33%;
  overflow-x: none;
  z-index: 11;
  position: absolute;
  border: 2px solid #dce4ec;
  background-color: white;
  border-radius: 0 0 0.618rem 0.618rem;
  border-top: none;
  margin-top: 0;
}
.search-box .search-result.location-search-results {
  width: 31%;
}
.search-box .search-result .table {
  margin-bottom: 0px;
}
.search-box .search-result .results-table {
  max-height: 20em;
  overflow-y: auto;
}
.search-box .search-result .hover,
.search-box .search-result .highlighted-row {
  background-color: #3498db;
  color: #ffffff;
  cursor: pointer;
}
.search-box .search-result .hover .muted,
.search-box .search-result .highlighted-row .muted {
  color: #ffffff;
}
.search-box .search-result tr .rpd,
.search-box .search-result tr .aka-address {
  font-size: 13px;
}
.search-box .search-result tr .source {
  font-weight: 600;
}
.search-box .search-result tr .property-address {
  font-weight: bold;
}
.search-box .search-result li {
  font-size: 12px;
}
.search-box .search-result .address,
.search-box .search-result .organization {
  display: block;
}
.search-box .search-result .client {
  font-weight: bold;
}
.search-box .search-call-to-action {
  overflow: none;
}
.search-box .search-call-to-action a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
}
.search-box .search-call-to-action .highlighted-row,
.search-box .search-call-to-action :hover {
  background-color: #3498db;
  color: #ffffff;
  cursor: pointer;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.search-box .search-call-to-action .highlighted-row a,
.search-box .search-call-to-action :hover a {
  color: #ffffff;
  cursor: pointer;
}
.enquiry-search-box .add-on {
  height: 19px;
  background: #fff;
  border-right: 0;
  border-color: #dddddd;
}
.enquiry-search-box input[type=text] {
  border: 1px solid #DDD;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0.25em 0.5em;
  width: 20em;
  padding-left: 0;
  border-left: 0;
}
.enquiry-search-box input[type=text]:focus {
  border-color: #dddddd;
}
.asset-box table {
  width: 100%;
}
.asset-box table tr:last-of-type :hover {
  border-radius: 0 0 0.618rem 0.618rem;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
/**
 * Common to all layouts
 */
.enquiries .status.manage a:hover .manage-options-container {
  color: #009fdd;
}
.enquiries .status.manage a:hover .manage-options-container span {
  color: #009fdd;
}
.enquiries .status.manage a:hover .manage-options-container i.icon-caret-down {
  visibility: inherit;
}
.enquiries .status.manage .manage-options-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}
.enquiries .status.manage .manage-options-container > div {
  position: relative;
  left: -5px;
}
.enquiries .status.manage .manage-options-container i.icon-cog {
  margin-top: 5px;
  padding-right: 0.5em;
}
.enquiries .status.manage .manage-options-container strong {
  color: black;
  padding-right: 1em;
}
.enquiries .status.manage .manage-options-container i.icon-caret-down {
  visibility: hidden;
  margin-right: 0.9em;
}
.enquiries .status.manage .manage-options-container .manage-options {
  background-color: #3498db;
  position: absolute;
  min-width: 100px;
  z-index: 10001;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.enquiries .status.manage .manage-options-container .manage-options li {
  border-top: 1px solid white;
}
.enquiries .status.manage .manage-options-container .manage-options li:first-child {
  border-top: 0px;
}
.enquiries .status.manage .manage-options-container .manage-options li a {
  text-align: left;
  display: block;
  color: white;
  padding: 8px 12px;
}
.enquiries .status.manage .manage-options-container .manage-options li:hover {
  background-color: #2A76A9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/**
 * Edit layout specific
 */
.enquiries-edit .status.manage a:hover .manage-options-container {
  color: #009fdd;
}
.enquiries-edit .status.manage a:hover .manage-options-container span {
  color: #009fdd;
}
.enquiries-edit .status.manage a:hover .manage-options-container i.icon-caret-down {
  visibility: inherit;
}
.enquiries-edit .status.manage .manage-options-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}
.enquiries-edit .status.manage .manage-options-container > div {
  position: relative;
  left: -5px;
}
.enquiries-edit .status.manage .manage-options-container i.icon-cog {
  margin-top: 5px;
  padding-right: 0.5em;
}
.enquiries-edit .status.manage .manage-options-container strong {
  color: black;
  padding-right: 1em;
}
.enquiries-edit .status.manage .manage-options-container i.icon-caret-down {
  visibility: hidden;
  margin-right: 0.9em;
}
.enquiries-edit .status.manage .manage-options-container .manage-options {
  background-color: #3498db;
  position: absolute;
  min-width: 100px;
  z-index: 10001;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.enquiries-edit .status.manage .manage-options-container .manage-options li {
  border-top: 1px solid white;
}
.enquiries-edit .status.manage .manage-options-container .manage-options li:first-child {
  border-top: 0px;
}
.enquiries-edit .status.manage .manage-options-container .manage-options li a {
  text-align: left;
  display: block;
  color: white;
  padding: 8px 12px;
}
.enquiries-edit .status.manage .manage-options-container .manage-options li:hover {
  background-color: #2A76A9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/**
 * View layout specific
 */
.enquiries-view .status.manage a:hover .manage-options-container {
  color: #009fdd;
}
.enquiries-view .status.manage a:hover .manage-options-container span {
  color: #009fdd;
}
.enquiries-view .status.manage a:hover .manage-options-container i.icon-caret-down {
  visibility: inherit;
}
.enquiries-view .status.manage .manage-options-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}
.enquiries-view .status.manage .manage-options-container > div {
  position: relative;
  left: -5px;
}
.enquiries-view .status.manage .manage-options-container i.icon-cog {
  margin-top: 5px;
  padding-right: 0.5em;
}
.enquiries-view .status.manage .manage-options-container strong {
  color: black;
  padding-right: 1em;
}
.enquiries-view .status.manage .manage-options-container i.icon-caret-down {
  visibility: hidden;
  margin-right: 0.9em;
}
.enquiries-view .status.manage .manage-options-container .manage-options {
  background-color: #3498db;
  position: absolute;
  min-width: 100px;
  z-index: 10001;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.enquiries-view .status.manage .manage-options-container .manage-options li {
  border-top: 1px solid white;
}
.enquiries-view .status.manage .manage-options-container .manage-options li:first-child {
  border-top: 0px;
}
.enquiries-view .status.manage .manage-options-container .manage-options li a {
  text-align: left;
  display: block;
  color: white;
  padding: 8px 12px;
}
.enquiries-view .status.manage .manage-options-container .manage-options li:hover {
  background-color: #2A76A9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.enquiries-view .due-overdue {
  white-space: pre-line;
  color: red;
}
.enquiries-view .due-soon {
  color: orange;
}
.enquiries-view .due-later {
  color: green;
}
.enquiries-view .progress-valuation {
  height: 75px;
  border-radius: 7px;
}
.enquiries-view .bar-valuation {
  line-height: 75px;
  border-radius: 7px;
  height: 75px;
}
.enquiries-view .milestone-active {
  width: 20%;
  font-size: 13px;
  background-color: grey;
}
.enquiries-view .milestone-done {
  width: 20%;
  font-size: 13px;
  background-color: #b4b4b4;
}
.enquiries-view .milestone-default {
  width: 20%;
  font-size: 13px;
  background-color: transparent;
  color: grey;
}
.enquiries-view .milestone-status {
  width: 100%;
  font-size: 15px;
}
.enquiries-view .accordion-heading .span3.middle {
  padding: 10px 0 0 20px;
  font-size: 18px;
}
.enquiries-view .accordion-body .table {
  width: 100%;
}
.enquiries-view .accordion-body .table thead {
  background: #bcbcbc;
  color: #ffffff;
  text-align: left;
}
.enquiries-view .accordion-body .table th,
.enquiries-view .accordion-body .table td {
  border: thin solid #bcbcbc;
  padding: 0.618rem;
}
.enquiries-view .accordion-body .fee-breakup {
  top: auto;
  position: absolute;
  right: 30px;
}
.enquiries-view .accordion-body .fee-breakup .spacer {
  min-height: 20px;
}
.enquiries-view .accordion-body .fee-breakup .row-fluid [class*="span"] {
  min-height: 20px;
  padding: 0;
  font-size: 15px;
}
.enquiries-view .accordion-body .m15 {
  margin: 15px;
}
.enquiries-view .accordion-body .m15 .span3.compress {
  width: 10%;
}
.enquiries-view .accordion-body .m15 .span5.offset5 {
  margin-left: 33%;
}
.enquiries-view .enquiry-view {
  background-color: white;
  margin-top: 10px;
}
.enquiries-view .enquiry-view .row-fluid {
  padding-bottom: 0;
}
.enquiries-view .enquiry-view .row-fluid label {
  line-height: normal;
  margin-bottom: 0;
}
.enquiries-view .enquiry-view .logical-group {
  border-bottom: 10px solid whitesmoke;
}
.enquiries-view .enquiry-view .details {
  position: relative;
  margin-bottom: 1.854rem;
}
.enquiries-view .enquiry-view .details .details-container {
  padding: 20px 10px 0 10px;
  /** Client cards */
}
.enquiries-view .enquiry-view .details .details-container a.select-client {
  font-size: 16px;
}
.enquiries-view .enquiry-view .details .details-container h4 {
  font-weight: bold;
  background: #ffffff;
  font-size: 120%;
  margin-bottom: 5px;
}
.enquiries-view .enquiry-view .details .details-container .alert h4 {
  background-color: inherit;
}
.enquiries-view .enquiry-view .details .heading {
  padding: 0.618rem;
  margin: 0.618rem 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.enquiries-view .enquiry-view .details .sub-heading {
  padding: 0.618rem;
  margin: 0.618rem 0;
  font-weight: bold;
  background: #66c5ee;
  font-size: 120%;
  margin-bottom: 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .enquiries-view {
    /* Job detail, etc screens */
    /* Disable pull right and left, so the mobile browser can reorganise as it sees fit */
    /* Reorganize tables */
  }
  .enquiries-view .accordion-body .row-fluid .text-right {
    text-align: left;
  }
  .enquiries-view .pull-right,
  .enquiries-view .pull-left {
    float: none;
  }
  .enquiries-view .accordion-body .table tbody,
  .enquiries-view .accordion-body .properties-list tbody {
    white-space: nowrap;
  }
  .enquiries-view .accordion-body .table tr,
  .enquiries-view .accordion-body .properties-list tr {
    display: inline-block;
  }
  .enquiries-view .accordion-body .table td,
  .enquiries-view .accordion-body .properties-list td {
    display: block;
  }
  .enquiries-view .accordion-body .table thead,
  .enquiries-view .accordion-body .properties-list thead {
    display: none;
  }
}
.enquiries-view .no-data {
  opacity: 0.6;
}
.enquiries-view .show-overlay.in {
  overflow: visible;
}
.enquiries-view #property .space,
.enquiries-view #fee .space {
  margin-bottom: 150px;
}
#quotation-modal {
  top: 4%;
  left: 20%;
  min-width: 55%;
}
#quotation-modal .modal-body {
  min-height: 700px;
  padding-bottom: 0;
}
#quotation-modal .modal-body iframe {
  width: 99%;
  height: 680px;
}
#quotation-modal .modal-footer {
  padding: 4px 0;
}
#quotation-modal .modal-footer .row-fluid .span12 {
  padding-right: 2%;
}
#quotation-loader {
  text-align: center;
  left: 40%;
  top: 40%;
  position: fixed;
}
#quotation-loader .icon-spinner {
  font-size: 100px;
}
.quotations .generate-quote-btn {
  width: 195px !important;
  line-height: 16px;
  height: 14px;
  border-radius: 0;
}
#thanks-modal .cancel-button {
  margin-right: 10px;
  background: #bcbcbc;
}
#thanks-modal .cancel-button:hover {
  background: #d7d7d7;
}
@media all and (max-height: 800px) and (max-width: 1500px) {
  #quotation-modal .modal-body {
    min-height: 475px;
  }
  #quotation-modal .modal-body iframe {
    height: 425px;
  }
  #quotation-modal .modal-body #quotation-loader {
    left: 35%;
    top: 35%;
  }
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.property {
  position: relative;
  z-index: 3 ;
  margin-top: 5px;
  width: 70%;
}
.property .property-header,
.property .asset-header {
  border: 1px solid #dce4ec;
  background: #f5f5f5;
  padding-top: 8px;
  padding-bottom: 5px;
  color: #3b3b41;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-left: 13px;
  width: auto;
}
.property .property-header .address {
  font-size: 18px;
  padding-bottom: 0;
}
.property .property-header .rpd {
  font-size: 12px;
  padding-bottom: 0;
}
.property .asset-header {
  margin: 0.618rem 0;
}
.property .property-body {
  border: 2px solid #dce4ec;
  padding: 27px 15px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 0px;
  left: 10%;
}
.property .property-body select {
  width: 70%;
}
.property .property-body textarea {
  width: 70%;
}
.property .property-body .row-fluid {
  padding-bottom: 5px;
}
.property .rp-data-body {
  padding: 18px 15px 0;
}
.property .rp-data-body .row-fluid {
  padding-bottom: 2px;
}
.new_property .advanced {
  display: none;
}
.new_property .aka_address_fields {
  display: none;
  padding-top: 5px;
}
.storm-loader {
  margin-left: 50%;
}
.history-icon {
  margin-left: 10px;
  cursor: pointer;
}
.properties-list,
.vipa-history {
  width: 100%;
}
.properties-list thead,
.vipa-history thead {
  background: #bcbcbc;
  color: #ffffff;
  text-align: left;
}
.properties-list th,
.vipa-history th,
.properties-list td,
.vipa-history td {
  border: thin solid #bcbcbc;
  padding: 0.618rem;
  width: auto;
}
.properties-list .enquiry-link,
.vipa-history .enquiry-link,
.properties-list .valuation-link,
.vipa-history .valuation-link {
  color: #009fe3;
  cursor: pointer;
}
#property-history .hawk-enquiry-history,
#property-history .hawk-valuation-history {
  width: 100%;
}
#property-history .hawk-enquiry-history thead,
#property-history .hawk-valuation-history thead {
  background: #bcbcbc;
  color: #ffffff;
  text-align: left;
}
#property-history .hawk-enquiry-history th,
#property-history .hawk-valuation-history th,
#property-history .hawk-enquiry-history td,
#property-history .hawk-valuation-history td {
  border: thin solid #bcbcbc;
  padding: 0.618rem;
  width: auto;
}
#property-history .hawk-enquiry-history .enquiry-link,
#property-history .hawk-valuation-history .enquiry-link,
#property-history .hawk-enquiry-history .valuation-link,
#property-history .hawk-valuation-history .valuation-link {
  color: #009fe3;
  cursor: pointer;
}
.hawk-valuation-history,
.hawk-history {
  margin-bottom: 10px;
}
.property-links a {
  padding: 0 0.618rem;
  color: #000000;
  opacity: 0.4;
  font-size: 20px;
}
.property-links a:hover {
  text-decoration: none;
  opacity: 0.2;
}
.aka-address-show {
  font-size: 0.8em;
  color: #999;
}
.property-search-container {
  margin-bottom: 2em;
}
.property-search-container .example {
  border: thin solid #bcbcbc;
  border-radius: 0.309rem;
  padding: 0.618rem;
}
.property-search-container .example .example-label {
  color: #929292;
}
.property-search-container .example ul {
  margin: 0 0 0 1.236rem;
  list-style: disc inside none;
  color: #4c4c4c;
  width: 200px;
}
.property-search-container .example ul li {
  white-space: nowrap;
}
.risk-details .toggle-display {
  padding-left: 12px;
}
.risk-details .risk-actions-taken {
  width: 96%;
  font-size: 13px;
}
.property-tab .property-source {
  font-weight: bold;
}
.property-tab .close.edit-risk {
  position: absolute;
  right: 2%;
  opacity: 0.4;
  font-size: 20px;
  z-index: 10;
}
.property-tab .close.edit-risk:hover {
  opacity: 0.2;
}
.property-tab .issues-display li {
  list-style: disc;
  position: relative;
  text-indent: -5px;
  margin-left: 16px;
}
.property-tab .attached-column,
.property-tab .division-column {
  background: #bcbcbc;
  margin-top: -0.409rem;
  border-radius: 0.309rem;
  padding: 0.618rem;
  min-height: 1.25rem;
}
.property-tab .attached-column > div {
  padding: 0;
}
.property-tab .warning-column {
  background: #ffa248;
  color: #ffffff;
}
.property-tab .risk-action {
  text-align: left;
  font-weight: bold;
}
.property-tab .error.attached-column {
  border: solid 1px #f74139;
}
.property-tab .tab-content {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
.property-tab .property-rpd-details {
  padding-top: 10px;
}
.property-tab .details,
#property-history .details {
  border: thin solid #d7d7d7;
  border-radius: 0.618rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  margin-bottom: 1.854rem;
}
.property-tab .details .details-container,
#property-history .details .details-container {
  padding: 20px 10px 0 10px;
}
.property-tab .details .details-container a.select-client,
#property-history .details .details-container a.select-client {
  font-size: 16px;
}
.property-tab .details .details-container .product-category label.span4.internal-prod-category:hover,
#property-history .details .details-container .product-category label.span4.internal-prod-category:hover {
  color: #009fe3;
}
.property-tab .details .details-container.access-providers,
#property-history .details .details-container.access-providers {
  padding: 0px;
}
.property-tab .details .details-container.access-providers .sub-heading,
#property-history .details .details-container.access-providers .sub-heading {
  margin-left: 10px;
}
.property-tab .details .details-container.access-providers .new-access,
#property-history .details .details-container.access-providers .new-access {
  border-bottom: thin solid #d7d7d7;
  padding-bottom: 0px;
}
.property-tab .details .details-container.access-providers .new-access .pull-right,
#property-history .details .details-container.access-providers .new-access .pull-right {
  padding: 5px 10px 6px 0;
  text-decoration: underline;
  color: #009fe3;
}
.property-tab .details .heading,
#property-history .details .heading {
  padding: 0.618rem;
  border-bottom: thin solid #d7d7d7;
  margin: 0.618rem 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.property-tab .details .sub-heading,
#property-history .details .sub-heading {
  font-weight: bold;
  background: #f6f5f5;
  position: absolute;
  top: -10px;
  padding: 0 5px;
}
.property-tab .details .close,
#property-history .details .close {
  margin: 0;
}
.property-tab .details .close:hover,
#property-history .details .close:hover {
  background: none;
}
.property-tab .details .formatted-address,
#property-history .details .formatted-address {
  color: #4c4c4c;
}
.property-tab .details .rpd-info,
#property-history .details .rpd-info,
.property-tab .details .aka-address,
#property-history .details .aka-address {
  color: #6d6d6d;
}
.property-tab .details .multiple-matches,
#property-history .details .multiple-matches {
  margin: 0 0 0.618rem;
}
.property-tab .details .rpd-label,
#property-history .details .rpd-label {
  text-align: right;
}
.aka-address-list {
  margin: 0;
}
.aka-address-list .aka-address-item {
  border: 1px solid #ddd;
  padding: 9px;
  margin-bottom: 10px;
  border-radius: 9px;
}
.icon-list-group > .icon-item a,
.history-icon {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.icon-list-group > .icon-item a:hover,
.history-icon:hover,
.icon-list-group > .icon-item a:focus,
.history-icon:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#property-history {
  font-family: "Lato", sans-serif;
  line-height: 17px;
}
#property-history .hawk-enquiry-history a,
#property-history .hawk-valuation-history a {
  color: #009fe3;
  font-size: 14px;
  opacity: 1;
}
#property-history a.btn-secondary {
  opacity: 1;
}
#property-history .close {
  margin: 0;
}
/** @Todo this can be promoted to its own file */
.rpdata-details ul.list-icons li {
  display: inline;
  paddng: 3px;
  padding-left: 24px;
}
.rpdata-details ul.list-icons li.bedrooms {
  background: url(/assets/bed-icon-827c7a204ed54909ad764eb3ffe977ca.png) 0 0 no-repeat;
}
.rpdata-details ul.list-icons li.bathrooms {
  background: url(/assets/bath-icon-97377093ebfa57f5b48a462929d74fc6.png) 0 0 no-repeat;
}
.rpdata-details ul.list-icons li.car-spaces {
  background: url(/assets/car-icon-bb3236bcbc3883560b477bb5943ed6dc.png) 0 0 no-repeat;
}
.rpdata-details .rpdata-image {
  text-align: center;
}
.rpdata-details .rpdata-image a {
  max-width: 100%;
}
.rpdata-details #all-photos img {
  padding-right: 10px;
  padding-bottom: 10px;
  width: 30%;
}
.rpdata-details .google-map-icon {
  background: url(/assets/google-maps-icon-ec87c8f3aabea76579978fc6d0fd19b8.png) 0 0 no-repeat;
  min-height: 35px;
  background-size: contain;
  border: 1px solid black;
}
.rpdata-details #rpd-tabs.nav.nav-tabs .active > a:hover {
  background-color: #009fe3;
}
.rpdata-details #rpd-tabs.nav.nav-tabs a:hover {
  color: white;
}
#rpd-tab-contents .tab-pane {
  height: 420px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
#rpd-tab-contents div {
  line-height: 420px;
}
#rpd-tab-contents #main-photo div {
  margin-top: -230px;
}
#rpd-tab-contents #all-photos {
  line-height: 0;
  overflow-y: scroll;
}
#accesses-accordion.accordion {
  margin: 1px 10px 0px 10px;
}
#accesses-accordion.accordion .accordion-group {
  border-right: none;
  border-left: none;
}
#accesses-accordion.accordion .accordion-group .accordion-heading .accordion-toggle {
  border: none;
  font-size: 20px;
  padding: 5px 0 5px 15px;
}
#accesses-accordion.accordion .accordion-group .accordion-heading .accordion-toggle i {
  font-size: 15px;
  position: relative;
  top: -3px;
  padding-right: 5px;
}
#accesses-accordion.accordion .accordion-group .accordion-body {
  background-color: #f6f5f5;
}
#accesses-accordion.accordion .accordion-group .accordion-body .ember-text-field {
  width: 100%;
}
#accesses-accordion.accordion .accordion-group .accordion-body .accordion-inner {
  text-align: center;
}
#accesses-accordion.accordion .accordion-group .accordion-body .accordion-inner.view {
  text-align: left;
}
#accesses-accordion.accordion .accordion-group .accordion-body .remove-access {
  font-size: 25px;
  color: #a0a0a0;
}
#accesses-accordion.accordion .accordion-group .accordion-body .remove-access:hover {
  color: #7e7e7e;
}
#accesses-accordion.accordion .accordion-group .accordion-body .valuation-tooltip {
  font-style: italic;
  color: #a0a0a0;
}
.cancel-button {
  margin-right: 10px;
  background: #bcbcbc;
}
.cancel-button:hover {
  background: #d7d7d7;
}
.text-tab-nav .nav {
  border: none;
}
.text-tab-nav .nav a {
  border: none;
  background: none;
}
.text-tab-nav .nav a:hover {
  border: none;
  background: none;
}
.text-tab-nav .nav .separator a {
  color: black;
}
.text-tab-nav .nav .separator a:hover {
  cursor: default;
}
.text-tab-nav .tab-content {
  height: 280px;
}
.text-tab-nav .actions i {
  font-size: 1.4em;
}
#new_property_form .allotments-table {
  width: 100%;
}
#new_property_form .allotments-table th,
#new_property_form .allotments-table td {
  width: 16%;
  border: thin solid #bcbcbc;
  padding: 0.618rem;
}
#new_property_form .allotments-table .new-lot td {
  padding: 4px;
}
#new_property_form .allotments-table .new-lot td .control-group {
  margin-bottom: 0;
}
#new_property_form .allotments-table .new-lot td input {
  margin-bottom: 0;
}
#new_property_form .single-lot,
#new_property_form .multiple-lots,
#new_property_form .separator a {
  padding-right: 0px;
  padding-left: 0px;
}
#new_property_form .lot-plan-field {
  position: relative;
}
#new_property_form .lot-plan-field .message {
  width: 90px;
  padding-bottom: 2px;
  padding-top: 2px;
}
#new_property_form .lot-plan-field .message .close_button {
  top: 2px;
}
#new_property_form .disabled .save-lot-plan,
#new_property_form .disabled .save-lot-plan:hover,
#new_property_form .disabled .save-lot-plan:focus {
  color: #a0a0a0;
}
.service-area-search.search-box .search-result {
  width: 63%;
}
.view-property-history-link a {
  text-decoration: none;
  color: #009fe3;
  cursor: pointer;
  opacity: 1;
  padding: 0px;
  font-size: 85%;
}
.rpd-table-wrapper {
  overflow-x: scroll;
}
.rpd-table-wrapper table {
  width: auto;
  min-width: 100%;
  max-width: none;
}
.rpd-table-wrapper table thead th,
.rpd-table-wrapper table tbody td {
  min-width: 80px;
}
.rpd-table-wrapper table thead th.wide,
.rpd-table-wrapper table tbody td.wide {
  min-width: 150px;
}
.thumbnail-progress {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}
.thumbnail-progress progress {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.thumbnail-progress i {
  display: block;
  text-align: center;
  font-size: 5em;
}
ul.photo-gallery li {
  width: 23%;
  float: left;
  margin: 1%;
  height: 260px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
ul.photo-gallery li > a {
  display: block;
  border: 20px solid #EEE;
  height: 200px;
  overflow: hidden;
  border-bottom: 0;
}
ul.photo-gallery li > a.no-filename {
  border-bottom: 20px solid #EEE;
}
ul.photo-gallery li > a img {
  width: 100%;
}
ul.photo-gallery li .icon-wrapper {
  position: absolute;
  display: none;
  top: 10px;
  right: 10px;
  height: 1em;
  line-height: 10px;
  border: 0;
  font-size: 1.5em;
}
ul.photo-gallery li .filename {
  line-height: 40px;
  color: #000;
  background: #EEE;
}
ul.photo-gallery li:hover .icon-wrapper {
  display: block;
}
ul.photo-gallery li:hover .tags-wrapper {
  bottom: 0px;
}
ul.photo-gallery li .tags-wrapper {
  position: absolute;
  bottom: -200px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
ul.photo-gallery li .tags {
  padding: 1em;
}
ul.photo-gallery li .tag {
  float: left;
  background: #CCC;
  border-radius: 1em;
  padding: 0 1em;
  margin: 0 5px 5px 0;
}
.bc-select {
  width: 100%;
}
.body-corporate-photo-container {
  width: -webkit-fill-available;
  width: -moz-available;
  max-width: 385px;
  position: relative;
}
.body-corporate-photo-container .icon-wrapper {
  position: absolute;
  display: none;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
}
.body-corporate-photo-container:hover .icon-wrapper {
  display: block;
}
.body-corporate#dropzone {
  background: white;
  width: -webkit-fill-available;
  width: -moz-available;
  max-width: 345px;
  height: 215px;
  line-height: 40px;
  font-weight: bold;
}
.body-corporate#dropzone.in {
  width: -webkit-fill-available;
  width: -moz-available;
  max-width: 345px;
  height: 215px;
  line-height: 40px;
  font-size: larger;
}
.body-corporate#dropzone.hover {
  background: white;
}
.body-corporate#dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.body-corporate#dropzone a {
  color: #3b3b41;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin: 45px;
}
.body-corporate#dropzone a.disabled {
  color: #7e7e7e;
  pointer-events: none;
  cursor: default;
}
.body-corporate#dropzone a .icon-camera {
  font-size: 75px;
}
.body-corporate#dropzone a:hover {
  color: #7e7e7e;
}
.thumbnail-progress {
  float: right;
  margin-right: 37px;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.fees {
  /** @todo Is this fee or accordian control specific */
}
.fees .address-heading {
  background: #95a5a6;
  color: #ffffff;
  padding: 0px;
  text-align: center;
  padding-top: 8px;
}
.fees .address-heading .span3 {
  margin: 0;
}
.fees .property-fee-list {
  width: 100%;
}
.fees .property-fee-list thead {
  background: #95a5a6;
  color: #ffffff;
  text-align: left;
}
.fees .property-fee-list td {
  border: thin solid #e3e2de;
}
.fees .property-fee-list th,
.fees .property-fee-list td {
  width: 25%;
  padding: 0.618rem;
}
.fees .property-fee-list th {
  text-align: center;
}
.fees .property-fee-list .enquiry-link,
.fees .property-fee-list .valuation-link {
  color: #009fe3;
  cursor: pointer;
}
.fees .valuation-fee {
  margin-top: 30px;
}
.fees .has-errors {
  border: 2px solid #f74139;
}
.fees .fees-accordion .currency input {
  text-align: right;
  padding-right: 10px;
  width: 95%;
}
.fees .fee-total {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  font-size: 2em;
  color: #000000;
}
.fees a.fee-total {
  color: #3498db;
}
.fees .fee-heading .span3,
.fees .fee-heading .span2,
.fees .fee-heading .span5 {
  padding-top: 10px;
  min-height: 40px;
  margin-left: 0px;
  text-align: center;
}
.fees .fee-heading .heading-align {
  text-align: left;
}
.fees .fee-heading .address {
  text-align: left;
}
.fees .history-icon {
  margin-left: 0px;
  margin-top: -8px;
}
.fees .properties-accordion .carrot {
  margin-right: 2px;
}
.fees .properties-accordion .accordion-toggle .icon-caret-right {
  display: none;
}
.fees .properties-accordion .accordion-toggle .icon-caret-down {
  display: block;
}
.fees .properties-accordion .accordion-toggle #property-history {
  color: #3b3b41;
}
.fees .properties-accordion .accordion-toggle #property-history:hover,
.fees .properties-accordion .accordion-toggle #property-history:active,
.fees .properties-accordion .accordion-toggle #property-history.active {
  color: #3b3b41;
}
.fees .properties-accordion .accordion-toggle .table-cell {
  padding-bottom: 22px;
}
.fees .properties-accordion .accordion-toggle.collapsed .icon-caret-right {
  display: block;
}
.fees .properties-accordion .accordion-toggle.collapsed .icon-caret-down {
  display: none;
}
.edit-invoices > .row-fluid:nth-child(2n) {
  background: #EEE;
}
.edit-invoices input.simple-text {
  border-radius: 0;
  border: 1px solid #CCC;
  padding: 2px;
  margin: 0;
}
.edit-invoices .valuer-column {
  float: left;
  text-align: right;
}
.edit-invoices .valuer-column:nth-child(1) {
  text-align: left;
}
.edit-invoices .valuer-column > div {
  padding: 10px 10px 0;
}
.edit-invoices .valuer-column a.delete {
  display: none;
  color: red;
  padding-left: 5px;
}
.edit-invoices .valuer-column a.valuer-delete {
  color: red;
}
.edit-invoices .valuer-column select.select {
  margin: 10px 0 0 10px;
}
.edit-invoices .valuer-column small:empty {
  display: none;
}
.edit-invoices .row-fluid:hover a.delete {
  display: inline;
}
.edit-invoices .row-fluid.breakdown * {
  font-size: 0.9em;
}
.edit-invoices .row-fluid.breakdown .valuer-column > div {
  padding: 0 10px;
}
.edit-invoices .row-fluid.breakdown .valuer-column > div.indented {
  padding-left: 20px;
}
.edit-invoices .row-fluid.excluded-line-items {
  background: #FFF;
}
.edit-invoices .row-fluid.additional-line-item {
  background: #EEE;
}
.edit-invoices .valuers-0 .valuer-column {
  width: 50%;
}
.edit-invoices .valuers-1 .valuer-column {
  width: 33.33%;
}
.edit-invoices .valuers-2 .valuer-column {
  width: 25%;
}
.edit-invoices .valuers-3 .valuer-column {
  width: 20%;
}
.edit-invoices .valuers-4 .valuer-column {
  width: 16.66%;
}
.edit-invoices .valuers-5 .valuer-column {
  width: 14.28%;
}
.edit-invoices input[type=number] {
  margin-bottom: 0;
  border-radius: 0;
  text-align: right;
  padding: 0;
  border: 1px solid #CCC;
  background: transparent;
}
.edit-invoices input[type=number]:hover,
.edit-invoices input[type=number]:active {
  border-color: #CCC;
}
.edit-invoices input[type=number].force-border {
  border-color: #CCC;
}
.edit-invoices .red-border-focus:focus {
  border: 2px solid #ff0000;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.document-tab .details {
  border: thin solid #d7d7d7;
  border-radius: 0.618rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  margin-bottom: 1.854rem;
}
.document-tab .details .details-container {
  padding: 20px 10px 0 10px;
}
.document-tab .details .details-container a.select-client {
  font-size: 16px;
}
.document-tab .details .details-container.access-providers {
  padding: 0px;
}
.document-tab .details .details-container.access-providers .sub-heading {
  margin-left: 10px;
}
.document-tab .details .details-container.access-providers .new-access {
  border-bottom: thin solid #d7d7d7;
  padding-bottom: 0px;
}
.document-tab .details .details-container.access-providers .new-access .pull-right {
  padding: 5px 10px 6px 0;
  text-decoration: underline;
  color: #009fe3;
}
.document-tab .details .heading {
  padding: 0.618rem;
  border-bottom: thin solid #d7d7d7;
  margin: 0.618rem 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.document-tab .details .sub-heading {
  font-weight: bold;
  background: #f6f5f5;
  position: absolute;
  top: -10px;
}
.document-tab .details .close {
  margin: 0;
}
.document-tab .details .close:hover {
  background: none;
}
.document-tab .details .formatted-address {
  color: #4c4c4c;
}
.document-tab .details .rpd-info,
.document-tab .details .aka-address {
  color: #6d6d6d;
}
.document-tab .details .multiple-matches {
  margin: 0 0 0.618rem;
}
.document-tab .details .rpd-label {
  text-align: right;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
#select-client .contact {
  cursor: pointer;
}
.contact.feature {
  margin-top: 10px;
  background: #7f8c8d no-repeat 15px center;
}
.contact.feature.Green {
  background: #55a54a no-repeat 15px center;
}
.contact.feature.Red {
  background: #f74139 no-repeat 15px center;
}
.contact.feature.Warning {
  background: #ffa248 no-repeat 15px center;
}
.contact.feature.Amber {
  background: #ffa248 no-repeat 15px center;
}
.row {
  margin-left: -30px;
}
.remove-client {
  margin-right: 100px;
}
.contact.feature {
  display: block;
  border: none;
  padding: 0;
  padding-left: 35px;
}
.contact.feature > div {
  padding: 0 0 0 15px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.contact.feature .contact-icons {
  border: transparent;
  margin: 2px;
  padding: 0;
}
.contact {
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 75%;
}
.contact .organization {
  display: block;
}
.contact .close:hover {
  cursor: pointer;
  opacity: 1;
}
.contact .title {
  margin-top: 10px;
}
.contact .title .banner-title {
  font-weight: bold;
  margin-right: 5px;
  float: left;
}
.contact .organization-name {
  margin-top: 10px;
}
.contact p {
  clear: both;
  margin-bottom: 0;
}
.contact .department {
  font-color: blue;
}
.contact .close {
  opacity: .8;
  background: no-repeat 0 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFRQTFRF+Pj46+vr+vr68fHxwcHBp6en0NDQuLi4mpqavLy81tbW4uLi7Ozs3t7evb295OTkoaGh5+fnwsLCxsbG1NTUrq6u2dnZ3d3dycnJs7Ozk5OT////JkPP8QAAAL1JREFUeNq80NsOwiAQBFCgLdCbrXd3/f//tJ1laUl80UR5gkPYmWCeb5b5EN3g5FhVGV1NNbQn6hVvRNDFiBSrAIX5PBNKapqu6otKA+xc9hyBB7fHPo2UZmazOqgCj5IhzRTHlLtqyM89XaTZIVRffN3f0Ezp0tqMpuEGm465U3wwQxdjVrQRCmvzTCirabpqW1SaYNeypwfOZo9dGinNzGZNVAXeJUOaKfqUu2rMz1s+SbM52h998kuAAQAbYErPbcEXHgAAAABJRU5ErkJggg==');
  display: block;
  height: 20px;
  width: 20px;
  margin: 0.619rem;
}
.contact .edit {
  float: right;
  display: block;
  height: 20px;
  width: 20px;
  margin: 0.619rem 0;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.5;
}
.contact .edit:hover {
  opacity: 0.8;
}
.contact .client-warning-Red {
  color: red;
  font-weight: bold;
}
.contact .client-warning-Amber {
  color: orange;
  font-weight: bold;
}
.contact .client-warning-Green {
  color: green;
  font-weight: bold;
}
.contact .contact-border {
  margin: 0.618rem 0 0;
}
.contact .contact-border:after {
  content: " ";
  clear: both;
}
.contact .reference-link {
  margin: 0.618rem;
}
.contact .reference-link i {
  margin-right: 0.309rem;
}
.contact .reference-popover {
  padding: 0.618rem 0.618rem 0;
  width: 300px;
}
.contact .reference-popover:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 100px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.contact .reference-popover:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 98px;
  top: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid;
  border-bottom-color: inherit;
}
#new_client_form .attached-column,
#edit_client_form .attached-column,
#edit_contact_form .attached-column,
#new_client_form .division-column,
#edit_client_form .division-column,
#edit_contact_form .division-column {
  background: #bcbcbc;
  margin-top: -0.409rem;
  border-radius: 0.309rem;
  padding: 0.618rem;
}
#new_client_form input[disabled],
#edit_client_form input[disabled],
#edit_contact_form input[disabled] {
  color: #3b3b41;
}
#new_client_form #org-spinner,
#edit_client_form #org-spinner,
#edit_contact_form #org-spinner {
  display: none;
}
#new_client_form select option,
#edit_client_form select option,
#edit_contact_form select option {
  max-width: 220px;
}
.organization {
  display: block;
}
#select-client .close-btn {
  float: right;
  padding-right: 2%;
}
#select-client .option {
  font-size: 20px;
  padding-top: 58px;
  margin-right: 32px;
}
#new_client_form .location-box.attached-column,
#edit_contact_form .location-box.attached-column {
  padding: 0.309rem 0.309rem 0.309rem 0.618rem;
}
#new_client_form .location-box.attached-column div,
#edit_contact_form .location-box.attached-column div,
#new_client_form .location-box.attached-column a.close,
#edit_contact_form .location-box.attached-column a.close {
  line-height: 1.618rem;
}
#new_client_form .location-box.attached-column a.close,
#edit_contact_form .location-box.attached-column a.close {
  font-size: 20px;
}
#new_client_form .location-box.attached-column .company-content,
#edit_contact_form .location-box.attached-column .company-content {
  font-weight: bold;
}
.new-location-box input {
  margin-top: 10px;
  margin-bottom: -8px;
}
a.attach-contact .btn-small {
  padding: 7px 9px !important;
  width: 120px;
  user-select: none;
}
a.attach-contact .btn-small i {
  padding-right: 4px;
}
a.attach-contact .btn-info.active {
  background-color: white;
  color: #3498db;
  box-shadow: 0 0 0 2px #3498db inset;
}
.removable-search-box {
  position: relative;
  width: 100%;
}
.remove-search-box {
  position: relative;
  padding: 6px 0px 0px 0px;
  right: 3%;
  z-index: 10;
  margin-right: 0px;
  margin-top: -30px;
}
@import "quotation-letter-common.css";
/**
 * Colors
 */
/* Replaces #E74C3C */
.quote-frame {
  background-color: #e1e1e1;
  position: relative;
}
ol.conditions li {
  font-size: 9px;
  line-height: 10px;
}
.footer1 {
  bottom: 2%;
}
.quotation-letter {
  
}@charset "UTF-8";
.quotation-letter body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Franklin Gothic Book, Franklin Gothic", arial;
}
.quotation-letter .conditions-form p {
  margin: 15px 0 !important;
}
.quotation-letter .conditions-form h3 {
  margin: 48px 0px 22px 0px !important;
}
.quotation-letter .pageContainer {
  background: white;
  width: 800px;
  height: 1400px;
  margin: 15px auto;
  padding: 20px 75px 0px 75px;
  font-family: "Franklin Gothic Book, Franklin Gothic", arial;
}
.quotation-letter .pageContainer h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #00aeef;
  margin: 50px 0px 30px 0px;
}
.quotation-letter .pageContainer .sign {
  border-bottom: #3b3b41 1px solid;
  display: inline-block;
  margin: 0px;
}
.quotation-letter .pageContainer p {
  margin: 20px 0;
}
.quotation-letter .pageContainer p span.valueNoWidth {
  display: inline-block;
  width: 44px;
  font-weight: bold;
  min-height: 16px;
}
.quotation-letter .pageContainer p span.valueCreditCard {
  display: inline-block;
  width: 44px;
  border-bottom: #3b3b41 1px solid;
  font-weight: bold;
  min-height: 16px;
}
.quotation-letter .pageContainer p span.valueWidth {
  display: inline-block;
  font-weight: bold;
}
.quotation-letter .pageContainer p span.value {
  display: inline-block;
  width: 500px;
  line-height: 16px;
  padding: 4px;
}
.quotation-letter .pageContainer p span.valueAutoWidth {
  width: auto !important;
}
.quotation-letter .pageContainer p span.value.job-detail-purpose {
  width: auto;
}
.quotation-letter .pageContainer p span.value.twoCols {
  width: 250px;
}
.quotation-letter .pageContainer p span.quote-label {
  color: #666;
  padding-right: 1em;
}
.quotation-letter .pageContainer p span.comment {
  display: inline-block;
  width: 450px;
}
.quotation-letter .pageContainer p span.value.access-comment {
  display: inline-block;
  width: auto !important;
}
.quotation-letter .pageContainer p span.turnaround-days {
  display: inline-block;
  min-width: 95px;
  max-width: 140px;
  min-height: 16px;
}
.quotation-letter .pageContainer input[type="radio"],
.quotation-letter .pageContainer input[type="checkbox"] {
  margin: 0 !important;
}
.quotation-letter .pageContainer .property-address {
  width: 600px;
}
.quotation-letter .pageContainer .header {
  clear: both;
  overflow: hidden;
}
.quotation-letter .pageContainer .header .contactDetails {
  width: 530px;
  float: right;
  font-size: 12px;
  padding: 10px 0px;
  color: #999;
}
.quotation-letter .pageContainer .header .contactDetails .phone {
  float: left;
}
.quotation-letter .pageContainer .header .contactDetails .address {
  float: left;
}
.quotation-letter .pageContainer .header h1 {
  width: 221px;
  height: 94px;
  float: right;
  width: 250px;
}
.quotation-letter .pageContainer .header .clientDetails {
  margin: 20px 0 0 0;
  width: 100%;
}
.quotation-letter .pageContainer .header .clientDetails table {
  width: 100%;
}
.quotation-letter .pageContainer .noticeText {
  font-size: 12px;
  color: #666;
}
.quotation-letter .pageContainer h2 {
  text-transform: uppercase;
  border-bottom: #00aeef 1px solid;
  margin: 50px 0px 30px 0px;
  font-size: 25px;
  font-family: "Franklin Gothic Medium";
}
.quotation-letter li {
  list-style: none;
}
.quotation-letter li.cover-letter {
  list-style: disc;
}
.quotation-letter ul.cover-letter {
  margin-left: 15px;
}
.quotation-letter p.client-address,
.quotation-letter p.client-name {
  margin: 0;
}
.quotation-letter strong.cover-letter {
  text-transform: uppercase;
  font-family: "Franklin Gothic Book, Franklin Gothic", arial;
}
.quotation-letter p.cover-letter {
  margin: 0;
  border-bottom: #00aeef 1px solid;
}
.quotation-letter p.shrink-p {
  margin: 10px 0;
}
.quotation-letter .marketingPage {
  width: 950px;
  height: auto;
  padding: 0;
}
#send-quotation #email-spinner,
#send-quotation #valex-spinner {
  font-size: 3em;
  color: #50C7B2;
  margin-right: 10px;
}
.document-checklist-buttons {
  margin: 0 10px;
}
.document_checklist_descriptions {
  border: 2px solid #DCE4EC;
  border-radius: 4px;
  padding: 5px;
  max-height: 200px;
  overflow-y: scroll;
}
.document_checklist_descriptions div {
  margin: 10px 0;
}
.pre {
  white-space: pre-line;
  word-break: break-all;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.generic-list .sidebar-nav > ul {
  font-size: 14px;
  /** This is what the parent stylesheet has for nav-tabs */
}
.generic-list .sidebar-nav li.active {
  background-color: transparent;
  color: #555555;
}
.generic-list .tab-pane {
  border: 1px solid #dddddd;
  padding: 2em;
  background-color: white;
}
.generic-list #search-loader {
  text-align: center;
  left: 40%;
  top: 45%;
  position: fixed;
  background-image: url(/assets/loading-spinner-78688bc1371af39c5bf5b2f437826850.gif);
  background-repeat: no-repeat;
  padding-top: 50px;
}
.generic-list .due-overdue {
  white-space: pre-line;
  color: red;
}
.generic-list .due-soon {
  color: orange;
}
.generic-list .due-later {
  color: green;
}
.generic-list .table {
  margin-bottom: 0;
}
.generic-list .table thead {
  background: #f6f5f5;
  height: 50px;
}
.generic-list .table th,
.generic-list .table td {
  border: thin solid #cccccc;
  border-top: thin solid #cccccc !important;
}
.generic-list .table th {
  color: #666666;
  padding: 5px;
  font-weight: bold;
}
.generic-list .table th a {
  font-weight: normal;
}
.generic-list .table th .multisorter {
  position: relative;
}
.generic-list .table th .multisorter .sort-label {
  position: absolute;
  background: #f6f5f5;
}
.generic-list .table th .multisorter .sort-label button {
  color: #666666;
  background: 0;
  padding: 0;
  font-weight: bold;
}
.generic-list .table th a.sorter {
  display: block;
  color: #666666;
  font-weight: bold;
}
.generic-list .table th a.sorter .sorting {
  display: inline;
  float: right;
  font-size: 10px;
  padding-right: 0.1rem;
}
.generic-list .table th a.sorter .sort {
  position: relative;
  top: 0.2rem;
}
.generic-list .table th a.sorter .sort .icon-chevron-up {
  position: absolute;
  top: -0.2rem;
}
.generic-list .table tbody tr:nth-child(even) {
  background: #f6f5f5;
}
.generic-list .table tbody tr:nth-child(odd) {
  background: #ffffff;
}
.generic-list .table tbody tr:nth-child(odd) .icon-letter {
  background: #f6f5f5;
}
.generic-list .table .id {
  width: 10%;
}
.generic-list .table .client-detail {
  width: 20%;
}
.generic-list .table .client-detail .organization-detail:not(:last-of-type) {
  margin-bottom: 20px;
}
.generic-list .table .property-address:not(:last-of-type) {
  margin-bottom: 20px;
}
.generic-list .table .properties {
  width: 20%;
}
.generic-list .table .properties .property-address {
  white-space: pre-line;
}
.generic-list .table .created-date {
  width: 30%;
  min-width: 200px;
}
.generic-list .table .status {
  width: 15%;
}
.generic-list .table .status a:hover .manage-options-container {
  color: #009fdd;
}
.generic-list .table .status a:hover .manage-options-container span {
  color: #009fdd;
}
.generic-list .table .status a:hover .manage-options-container i.icon-caret-down {
  visibility: inherit;
}
.generic-list .table .status .manage-options-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}
.generic-list .table .status .manage-options-container > div {
  position: relative;
  left: -5px;
}
.generic-list .table .status .manage-options-container i.icon-cog {
  margin-top: 5px;
  padding-right: 0.5em;
}
.generic-list .table .status .manage-options-container strong {
  color: black;
  padding-right: 1em;
}
.generic-list .table .status .manage-options-container i.icon-caret-down {
  visibility: hidden;
  margin-right: 0.9em;
}
.generic-list .table .status .manage-options-container .manage-options {
  background-color: #3498db;
  position: absolute;
  min-width: 100px;
  z-index: 10001;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.generic-list .table .status .manage-options-container .manage-options li {
  border-top: 1px solid white;
}
.generic-list .table .status .manage-options-container .manage-options li:first-child {
  border-top: 0px;
}
.generic-list .table .status .manage-options-container .manage-options li a {
  text-align: left;
  display: block;
  color: white;
  padding: 8px 12px;
}
.generic-list .table .status .manage-options-container .manage-options li:hover {
  background-color: #2A76A9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.generic-list .table .exported {
  width: 5%;
}
.generic-list .pagination {
  position: fixed;
  bottom: -20px;
  background-color: #f0f0f0;
  width: 100%;
  padding: 0.5em;
  left: 0;
  z-index: 2;
  border-top: 1px solid black;
}
.generic-list .pagination .nav.pull-right {
  margin-right: 3.5%;
}
.enquiry-list {
  /** @todo Consider refactoring to a common 'create' style for all list views */
}
.enquiry-list .sidebar-nav > ul {
  font-size: 14px;
  /** This is what the parent stylesheet has for nav-tabs */
}
.enquiry-list .sidebar-nav li.active {
  background-color: transparent;
  color: #555555;
}
.enquiry-list .tab-pane {
  border: 1px solid #dddddd;
  padding: 2em;
  background-color: white;
}
.enquiry-list #search-loader {
  text-align: center;
  left: 40%;
  top: 45%;
  position: fixed;
  background-image: url(/assets/loading-spinner-78688bc1371af39c5bf5b2f437826850.gif);
  background-repeat: no-repeat;
  padding-top: 50px;
}
.enquiry-list .due-overdue {
  white-space: pre-line;
  color: red;
}
.enquiry-list .due-soon {
  color: orange;
}
.enquiry-list .due-later {
  color: green;
}
.enquiry-list .table {
  margin-bottom: 0;
}
.enquiry-list .table thead {
  background: #f6f5f5;
  height: 50px;
}
.enquiry-list .table th,
.enquiry-list .table td {
  border: thin solid #cccccc;
  border-top: thin solid #cccccc !important;
}
.enquiry-list .table th {
  color: #666666;
  padding: 5px;
  font-weight: bold;
}
.enquiry-list .table th a {
  font-weight: normal;
}
.enquiry-list .table th .multisorter {
  position: relative;
}
.enquiry-list .table th .multisorter .sort-label {
  position: absolute;
  background: #f6f5f5;
}
.enquiry-list .table th .multisorter .sort-label button {
  color: #666666;
  background: 0;
  padding: 0;
  font-weight: bold;
}
.enquiry-list .table th a.sorter {
  display: block;
  color: #666666;
  font-weight: bold;
}
.enquiry-list .table th a.sorter .sorting {
  display: inline;
  float: right;
  font-size: 10px;
  padding-right: 0.1rem;
}
.enquiry-list .table th a.sorter .sort {
  position: relative;
  top: 0.2rem;
}
.enquiry-list .table th a.sorter .sort .icon-chevron-up {
  position: absolute;
  top: -0.2rem;
}
.enquiry-list .table tbody tr:nth-child(even) {
  background: #f6f5f5;
}
.enquiry-list .table tbody tr:nth-child(odd) {
  background: #ffffff;
}
.enquiry-list .table tbody tr:nth-child(odd) .icon-letter {
  background: #f6f5f5;
}
.enquiry-list .table .id {
  width: 10%;
}
.enquiry-list .table .client-detail {
  width: 20%;
}
.enquiry-list .table .client-detail .organization-detail:not(:last-of-type) {
  margin-bottom: 20px;
}
.enquiry-list .table .property-address:not(:last-of-type) {
  margin-bottom: 20px;
}
.enquiry-list .table .properties {
  width: 20%;
}
.enquiry-list .table .properties .property-address {
  white-space: pre-line;
}
.enquiry-list .table .created-date {
  width: 30%;
  min-width: 200px;
}
.enquiry-list .table .status {
  width: 15%;
}
.enquiry-list .table .status a:hover .manage-options-container {
  color: #009fdd;
}
.enquiry-list .table .status a:hover .manage-options-container span {
  color: #009fdd;
}
.enquiry-list .table .status a:hover .manage-options-container i.icon-caret-down {
  visibility: inherit;
}
.enquiry-list .table .status .manage-options-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}
.enquiry-list .table .status .manage-options-container > div {
  position: relative;
  left: -5px;
}
.enquiry-list .table .status .manage-options-container i.icon-cog {
  margin-top: 5px;
  padding-right: 0.5em;
}
.enquiry-list .table .status .manage-options-container strong {
  color: black;
  padding-right: 1em;
}
.enquiry-list .table .status .manage-options-container i.icon-caret-down {
  visibility: hidden;
  margin-right: 0.9em;
}
.enquiry-list .table .status .manage-options-container .manage-options {
  background-color: #3498db;
  position: absolute;
  min-width: 100px;
  z-index: 10001;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.enquiry-list .table .status .manage-options-container .manage-options li {
  border-top: 1px solid white;
}
.enquiry-list .table .status .manage-options-container .manage-options li:first-child {
  border-top: 0px;
}
.enquiry-list .table .status .manage-options-container .manage-options li a {
  text-align: left;
  display: block;
  color: white;
  padding: 8px 12px;
}
.enquiry-list .table .status .manage-options-container .manage-options li:hover {
  background-color: #2A76A9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.enquiry-list .table .exported {
  width: 5%;
}
.enquiry-list .pagination {
  position: fixed;
  bottom: -20px;
  background-color: #f0f0f0;
  width: 100%;
  padding: 0.5em;
  left: 0;
  z-index: 2;
  border-top: 1px solid black;
}
.enquiry-list .pagination .nav.pull-right {
  margin-right: 3.5%;
}
.enquiry-list .create-enquiry-button {
  margin-top: 10px;
  font-weight: bold;
}
.valuation-list .sidebar-nav > ul {
  font-size: 14px;
  /** This is what the parent stylesheet has for nav-tabs */
}
.valuation-list .sidebar-nav li.active {
  background-color: transparent;
  color: #555555;
}
.valuation-list .tab-pane {
  border: 1px solid #dddddd;
  padding: 2em;
  background-color: white;
}
.valuation-list #search-loader {
  text-align: center;
  left: 40%;
  top: 45%;
  position: fixed;
  background-image: url(/assets/loading-spinner-78688bc1371af39c5bf5b2f437826850.gif);
  background-repeat: no-repeat;
  padding-top: 50px;
}
.valuation-list .due-overdue {
  white-space: pre-line;
  color: red;
}
.valuation-list .due-soon {
  color: orange;
}
.valuation-list .due-later {
  color: green;
}
.valuation-list .table {
  margin-bottom: 0;
}
.valuation-list .table thead {
  background: #f6f5f5;
  height: 50px;
}
.valuation-list .table th,
.valuation-list .table td {
  border: thin solid #cccccc;
  border-top: thin solid #cccccc !important;
}
.valuation-list .table th {
  color: #666666;
  padding: 5px;
  font-weight: bold;
}
.valuation-list .table th a {
  font-weight: normal;
}
.valuation-list .table th .multisorter {
  position: relative;
}
.valuation-list .table th .multisorter .sort-label {
  position: absolute;
  background: #f6f5f5;
}
.valuation-list .table th .multisorter .sort-label button {
  color: #666666;
  background: 0;
  padding: 0;
  font-weight: bold;
}
.valuation-list .table th a.sorter {
  display: block;
  color: #666666;
  font-weight: bold;
}
.valuation-list .table th a.sorter .sorting {
  display: inline;
  float: right;
  font-size: 10px;
  padding-right: 0.1rem;
}
.valuation-list .table th a.sorter .sort {
  position: relative;
  top: 0.2rem;
}
.valuation-list .table th a.sorter .sort .icon-chevron-up {
  position: absolute;
  top: -0.2rem;
}
.valuation-list .table tbody tr:nth-child(even) {
  background: #f6f5f5;
}
.valuation-list .table tbody tr:nth-child(odd) {
  background: #ffffff;
}
.valuation-list .table tbody tr:nth-child(odd) .icon-letter {
  background: #f6f5f5;
}
.valuation-list .table .id {
  width: 10%;
}
.valuation-list .table .client-detail {
  width: 20%;
}
.valuation-list .table .client-detail .organization-detail:not(:last-of-type) {
  margin-bottom: 20px;
}
.valuation-list .table .property-address:not(:last-of-type) {
  margin-bottom: 20px;
}
.valuation-list .table .properties {
  width: 20%;
}
.valuation-list .table .properties .property-address {
  white-space: pre-line;
}
.valuation-list .table .created-date {
  width: 30%;
  min-width: 200px;
}
.valuation-list .table .status {
  width: 15%;
}
.valuation-list .table .status a:hover .manage-options-container {
  color: #009fdd;
}
.valuation-list .table .status a:hover .manage-options-container span {
  color: #009fdd;
}
.valuation-list .table .status a:hover .manage-options-container i.icon-caret-down {
  visibility: inherit;
}
.valuation-list .table .status .manage-options-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}
.valuation-list .table .status .manage-options-container > div {
  position: relative;
  left: -5px;
}
.valuation-list .table .status .manage-options-container i.icon-cog {
  margin-top: 5px;
  padding-right: 0.5em;
}
.valuation-list .table .status .manage-options-container strong {
  color: black;
  padding-right: 1em;
}
.valuation-list .table .status .manage-options-container i.icon-caret-down {
  visibility: hidden;
  margin-right: 0.9em;
}
.valuation-list .table .status .manage-options-container .manage-options {
  background-color: #3498db;
  position: absolute;
  min-width: 100px;
  z-index: 10001;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.valuation-list .table .status .manage-options-container .manage-options li {
  border-top: 1px solid white;
}
.valuation-list .table .status .manage-options-container .manage-options li:first-child {
  border-top: 0px;
}
.valuation-list .table .status .manage-options-container .manage-options li a {
  text-align: left;
  display: block;
  color: white;
  padding: 8px 12px;
}
.valuation-list .table .status .manage-options-container .manage-options li:hover {
  background-color: #2A76A9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.valuation-list .table .exported {
  width: 5%;
}
.valuation-list .pagination {
  position: fixed;
  bottom: -20px;
  background-color: #f0f0f0;
  width: 100%;
  padding: 0.5em;
  left: 0;
  z-index: 2;
  border-top: 1px solid black;
}
.valuation-list .pagination .nav.pull-right {
  margin-right: 3.5%;
}
.valuation-list .nav.nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.valuation-list .icon-updates-wrapper {
  position: relative;
}
.valuation-list .icon-updates-wrapper .icon-lightbulb {
  font-size: 1.5em;
}
.valuation-list .icon-updates-wrapper .icon-envelope {
  font-size: 1.5em;
}
.valuation-list .icon-updates-wrapper .icon-lightbulb:after {
  content: attr(data-super);
  position: absolute;
  top: -6px;
  background: #FFF;
  color: red;
  font-size: 0.7em;
  font-weight: bold;
  right: -3px;
  font-family: monospace;
}
.valuation-list .icon-updates-wrapper .icon-hawk2 {
  background-image: url(/assets/hawk2-06113fea84728b1f37c0f6e185df089a.ico);
  font-family: "Lato", sans-serif;
  height: 1.5em;
  width: 1.5em;
  display: block;
  background-size: contain;
}
.valuation-list .icon-updates-wrapper .icon-hawki {
  background-image: url(/assets/hawki-85b76b2a3dc9ba1e4552ed1c17679f34.ico);
  font-family: "Lato", sans-serif;
  height: 1.5em;
  width: 1.5em;
  display: block;
  background-size: contain;
}
.valuation-list .icon-updates-wrapper .icon-rover {
  background-image: url(/assets/rover-icon-f721bca466b2449e5f7c9487bf192706.svg);
  font-family: "Lato", sans-serif;
  height: 1.5em;
  width: 1.5em;
  display: block;
  background-size: contain;
}
.valuation-list .icon-updates-wrapper .icon-escalate {
  background-image: url(/assets/escalate-icon-11a2fabe6437b042dcbc98eec72336d5.svg);
  font-family: "Lato", sans-serif;
  height: 1.5em;
  width: 1.5em;
  display: block;
  background-size: contain;
}
.valuation-list .icon-updates-wrapper .icon-cqa {
  background-image: url(/assets/cqa-icon-8979df7651f5d594e6fa4a8823363195.svg);
  font-family: "Lato", sans-serif;
  height: 1.5em;
  width: 1.5em;
  display: block;
  background-size: contain;
}
.valuation-list .icon-updates-wrapper .icon-needs-invoice {
  background-image: url(/assets/icon-needs-invoice-692d9532cc1bd04b68f02d25adfb0c44.png);
  height: 2em;
  width: 2em;
  display: block;
  background-size: contain;
}
.valuation-list .icon-updates-wrapper .icon-is-invoiced {
  background-image: url(/assets/icon-invoiced-f9ce7917bc7df2a5209ee6ca949f22a6.png);
  height: 2em;
  width: 2em;
  display: block;
  background-size: contain;
}
.valuation-list .icon-updates-wrapper .icon-invoices-paid {
  background-image: url(/assets/icon-invoice-paid-56697590a739ba42a563cee57ad13bf4.png);
  height: 2em;
  width: 2em;
  display: block;
  background-size: contain;
}
.valuation-list .icon-updates-wrapper .icon-letter {
  color: red;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  font-family: sans-serif;
  font-size: 0.85em;
}
.valuation-list .icon-updates-wrapper .icon-letter.orange {
  color: orange;
}
.valuation-list .icon-updates-wrapper .icon-letter.purple {
  color: purple;
}
.valuation-list .appointment-icons a {
  margin-left: 0.5em;
}
.valuation-list .appointment-icons a.cancelled {
  color: red;
}
ul.inspection-list-item li {
  padding: 5px;
  margin-bottom: 5px;
}
ul.inspection-list-item li.active {
  background: #CCC;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.affix-wrapper .affix-elem {
  max-height: 80px;
  min-height: 45px;
  border-top: 3px solid #009fe3;
  background-color: white;
  padding: 16px 0;
}
.affix-wrapper .affix-elem .header {
  color: #009fe3;
  font-size: 22px;
}
.affix-wrapper .affix-elem .viewers img {
  float: right;
  margin: 0 0 0.5em 0.5em;
  width: 26px;
  border: 1px solid;
  height: auto;
}
.affix-wrapper .affix-elem .viewers .title {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}
.affix-wrapper .affix-elem .viewers .more-viewers {
  float: right;
  height: 24px;
  width: 24px;
  border: 1px solid #000;
  text-align: center;
  color: #666;
  line-height: 24px;
}
.affix-wrapper .affix-elem .viewers .more-viewers:after {
  content: attr(data-num);
}
.valuations-view {
  margin-left: 0 !important;
  background-color: #f5f5f5;
  padding: 0.1rem;
  /** Document UI specific */
}
.valuations-view .valuation-view {
  background-color: white;
  margin-top: 10px;
}
.valuations-view .valuation-view .row-fluid {
  padding-bottom: 0;
}
.valuations-view .valuation-view .row-fluid label {
  line-height: normal;
  margin-bottom: 0;
}
.valuations-view .valuation-view .logical-group {
  border-bottom: 10px solid whitesmoke;
}
.valuations-view .valuation-view .history-icon {
  float: left;
  margin-left: 0px;
}
.valuations-view .valuation-view .details {
  position: relative;
  margin-bottom: 1.854rem;
}
.valuations-view .valuation-view .details .details-container {
  padding: 20px 10px 0 10px;
  /** Client cards */
}
.valuations-view .valuation-view .details .details-container a.select-client {
  font-size: 16px;
}
.valuations-view .valuation-view .details .details-container h4 {
  font-weight: bold;
  background: #ffffff;
  font-size: 120%;
  margin-bottom: 5px;
}
.valuations-view .valuation-view .details .details-container .alert h4 {
  background-color: inherit;
}
.valuations-view .valuation-view .details label.risk-action {
  text-align: left;
}
.valuations-view .valuation-view .details .heading {
  padding: 0.618rem;
  margin: 0.618rem 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.valuations-view .valuation-view .details .sub-heading {
  font-weight: bold;
  background: #ffffff;
  font-size: 120%;
  margin-bottom: 5px;
}
.valuations-view .valuation-view .details .close {
  margin: 0;
}
.valuations-view .valuation-view .details .close:hover {
  background: none;
}
.valuations-view .valuation-view .details .formatted-address {
  color: #4c4c4c;
}
.valuations-view .valuation-view .details .rpd-info {
  color: #6d6d6d;
}
.valuations-view .valuation-view .details .multiple-matches {
  margin: 0 0 0.618rem;
}
.valuations-view .valuation-view .details .rpd-label {
  text-align: right;
}
.valuations-view .valuation-view .rpdata-details .details .heading {
  margin-top: 0;
}
.valuations-view .valuation-view .progress {
  height: 75px;
  border-radius: 7px;
}
.valuations-view .valuation-view .progress-valuation {
  height: 75px;
  border-radius: 7px;
}
.valuations-view .valuation-view .bar-valuation {
  line-height: 75px;
  border-radius: 7px;
  height: 75px;
}
.valuations-view .valuation-view .milestone-active {
  width: 20%;
  font-size: 13px;
  background-color: grey;
}
.valuations-view .valuation-view .milestone-done {
  width: 20%;
  font-size: 13px;
  background-color: #b4b4b4;
}
.valuations-view .valuation-view .milestone-queried-active {
  width: 33%;
  font-size: 13px;
  background-color: grey;
}
.valuations-view .valuation-view .milestone-queried {
  width: 33%;
  font-size: 13px;
  background-color: transparent;
  color: grey;
}
.valuations-view .valuation-view .milestone-default {
  width: 20%;
  font-size: 13px;
  background-color: transparent;
  color: grey;
}
.valuations-view .valuation-view .milestone-status {
  width: 100%;
  font-size: 15px;
}
.valuations-view .manage-valuation-options {
  background-color: #009fe3;
  position: absolute;
  border-radius: 6px 6px 6px 6px;
  z-index: 1;
  padding-top: 7px;
  height: 25px;
  text-align: center;
  color: #ffffff;
  width: 5%;
}
.valuations-view .manage-valuation-options i {
  padding-bottom: 10px;
}
.valuations-view .manage-valuation-options a {
  color: white;
}
.valuations-view .manage-valuation-options li {
  border-top: 1px solid white;
}
.valuations-view .manage-valuation-options li:first-child {
  border-top: 0px;
}
.valuations-view .valuation-subsection-view {
  padding: 10px 0;
  margin-top: 10px;
  background-color: white;
}
.valuations-view .valuation-subsection-view label {
  text-align: right;
  line-height: 20px;
  margin-bottom: 0;
}
.valuations-view .valuation-subsection-view select {
  width: 100% !important;
}
.valuations-view .valuation-subsection-view .valuation-detail {
  font-weight: bold;
  line-height: 20px;
}
.valuations-view .valuation-subsection-view .valuation-row {
  padding: 0;
}
.valuations-view .valuation-subsection-view .embedded-thing {
  border: 2px solid #aaa;
  height: 450px;
  border-radius: 5px;
}
.valuations-view .valuation-subsection-view .first-embed {
  margin-left: 0;
}
.valuations-view .valuation-subsection-view .ember-calendar {
  border: 2px solid #aaa;
  height: 450px;
  border-radius: 5px;
}
.valuations-view .valuation-subsection-view .ember-calendar .ember-calendar-head-dates {
  margin-left: 3px;
  margin-right: 3px;
}
.valuations-view .valuation-subsection-view .ember-calendar .ember-calendar-head-previous {
  display: none;
}
.valuations-view .valuation-subsection-view .ember-calendar .ember-calendar-head-next {
  display: none;
}
.valuations-view .valuation-subsection-view .chosen-container.chosen-container-multi {
  border: 2px solid #aaa;
  border-radius: 5px;
}
.valuations-view .valuation-subsection-view .chosen-choices {
  background-image: none;
  box-shadow: none !important;
}
.valuations-view .valuation-subsection-view.viewers {
  padding: 10px 19px;
}
.valuations-view .valuation-subsection-view.viewers .viewer {
  margin-left: 0 !important;
  margin-bottom: 1em;
  line-height: 50px;
}
.valuations-view .valuation-subsection-view.viewers .viewer img {
  margin-right: 10px;
}
.valuations-view .date-select .btn {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.valuations-view .date-select input {
  padding: 3px;
  margin: 0 2px;
}
.valuations-view .valuation-section-footer {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #373737;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.valuations-view .valuation-section-header .status.manage a:hover .manage-options-container {
  color: #009fdd;
}
.valuations-view .valuation-section-header .status.manage a:hover .manage-options-container span {
  color: #009fdd;
}
.valuations-view .valuation-section-header .status.manage a:hover .manage-options-container i.icon-caret-down {
  visibility: inherit;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container > div {
  position: relative;
  left: -5px;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container i.icon-cog {
  margin-top: 5px;
  padding-right: 0.5em;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container strong {
  color: black;
  padding-right: 1em;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container i.icon-caret-down {
  visibility: hidden;
  margin-right: 0.9em;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container .manage-options {
  background-color: #3498db;
  position: absolute;
  min-width: 100px;
  z-index: 10001;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container .manage-options li {
  border-top: 1px solid white;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container .manage-options li:first-child {
  border-top: 0px;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container .manage-options li a {
  text-align: left;
  display: block;
  color: white;
  padding: 8px 12px;
}
.valuations-view .valuation-section-header .status.manage .manage-options-container .manage-options li:hover {
  background-color: #2A76A9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.valuations-view .due-overdue {
  white-space: pre-line;
  color: red;
}
.valuations-view .due-soon {
  white-space: pre-line;
  color: orange;
}
.valuations-view .due-later {
  white-space: pre-line;
  color: green;
}
.valuations-view .valuation-view.documents .document-tags select {
  width: 100%;
}
.valuations-view .valuation-view.documents textarea {
  width: 100%;
  height: 70px;
}
.valuations-view .prompt-to-edit {
  color: red;
}
.valuations-view #cancel-valuation-modal ul {
  margin: initial;
  padding: initial;
  list-style: initial;
}
.valuations-view #invoice-tabs li.disabled a:hover {
  color: #999999;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.check-for-new-documents {
  text-align: center;
}
.icon-comm-item {
  font-family: "Lato", sans-serif;
  background: red;
  color: #FFF;
  font-weight: bold;
  font-size: 0.7em;
  padding: 0.15em 0.4em;
  margin-right: 0.5em;
}
.icon-comm-item:after {
  content: attr(data-text);
}
#valuer-valuation-list .details {
  border: thin solid #d7d7d7;
  border-radius: 0.618rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  margin-bottom: 1.854rem;
}
.hawk-valuation-history,
.hawk-history {
  margin-bottom: 10px;
}
.valuer-valuation-summary-container {
  border-bottom: 2px solid #aaa;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
}
.properties-list {
  width: 100%;
}
.properties-list thead {
  background: #bcbcbc;
  color: #ffffff;
  text-align: left;
}
.properties-list th,
.properties-list td {
  border: thin solid #bcbcbc;
  padding: 0.618rem;
  width: auto;
}
.properties-list .enquiry-link,
.properties-list .valuation-link {
  color: #009fe3;
  cursor: pointer;
}
#valuer-valuation-list .hawk-valuation-history {
  width: 100%;
}
#valuer-valuation-list .hawk-valuation-history thead {
  background: #bcbcbc;
  color: #ffffff;
  text-align: left;
}
#valuer-valuation-list .hawk-valuation-history th,
#valuer-valuation-list .hawk-valuation-history td {
  border: thin solid #bcbcbc;
  padding: 0.618rem;
  width: auto;
}
#valuer-valuation-list .hawk-valuation-history .enquiry-link,
#valuer-valuation-list .hawk-valuation-history .valuation-link {
  color: #009fe3;
  cursor: pointer;
}
.valuation-search-box .add-on {
  height: 19px;
  background: #fff;
  border-right: 0;
  border-color: #dddddd;
}
.valuation-search-box input[type=text] {
  width: 20em;
  padding-left: 0;
  border-left: 0;
}
.valuation-search-box input[type=text]:focus {
  border-color: #dddddd;
}
.valuation-search-box input[type=checkbox] {
  margin: 0 0.25em 0 0;
}
.valuation-search-box label {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: bold;
}
.just-flappy-bird {
  background-image: url(/assets/flappy-loader-23972f7d261fb77234817017e3ad235a.gif);
  height: 50px;
  width: 50px;
  float: left;
}
.access-provider {
  white-space: no-wrap;
  margin-bottom: 2em;
}
.access-provider i {
  margin-right: 1em;
}
.access-provider i.icon-mobile-phone {
  font-size: 125%;
  /** @todo work out why we have to do this */
}
.access-provider i.icon-envelope {
  font-size: 90%;
  /** @todo work out why we have to do this */
}
.note-pullout .access-container {
  position: fixed;
  top: 10%;
  height: 80%;
  max-height: 80%;
  min-height: 80%;
  overflow: hidden;
  right: 0;
  z-index: 1;
  padding-left: 30px;
}
.note-pullout .access-container .access-details-outer {
  color: black;
  border: thin solid #d7d7d7;
  border-radius: 0.618rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: white;
  padding: 20px;
  display: none;
  overflow-y: auto;
}
.note-pullout .access-container .access-details-inner {
  display: none;
}
.note-pullout .access-container .access-details-inner .header {
  border-bottom: thin solid #929292;
  background-color: #cccccc;
  font-size: 1.3em;
  padding: 10px;
}
.note-pullout .access-container .access-icon {
  color: #009fe3;
  font-size: 2em;
  border: thin solid #d7d7d7;
  border-radius: 6px 0 0 6px;
  border-right: 0;
  background-color: white;
  padding: 10px;
  float: left;
  margin: 55px 0 0 -30px;
  position: absolute;
  top: 55px;
  left: 30px;
}
.note-pullout .notes {
  overflow-y: auto;
  max-height: 300px;
}
.note-pullout .notes .note {
  padding: 1em 0 1.5em;
}
.note-pullout .notes .note:nth-child(even) {
  background-color: #EEF8F6;
}
.note-pullout .notes .row-fluid {
  margin: 0;
  padding: 0;
}
.note-pullout .notes small {
  font-size: 65%;
}
.note-pullout .notes .pre {
  padding-top: 1.5em;
}
img.avatar {
  width: 24px;
  height: 24px;
  border: 1px solid;
  background-image: url(/assets/generic_avatar-23646d42758f5bac7a22cdaa05ae3018.png);
}
img.avatar.medium {
  width: 40px;
  height: 40px;
}
img.avatar.large {
  width: 75px;
  height: 75px;
}
/**
 * All modals with a chosen select need to be overflow: visible or the chosen options constrained
 * @see https://herrontoddwhite.atlassian.net/browse/HAWK-5981
 */
#sms-valuation-modal .moday-body,
#email-valuation-modal .moday-body,
#ob-sms-valuation-modal .moday-body {
  overflow-y: visible;
}
textarea[readonly].ob-sms-textarea {
  color: #555555;
}
.job-photo {
  border: 1px solid #CCC;
  padding: 10px;
}
.job-photo .image-wrapper {
  height: 100px;
  width: 100%;
  margin-bottom: 10px;
}
.job-photo img {
  height: 100px;
  text-align: center;
  min-width: 0px;
}
.job-photo a.init {
  line-height: 100px;
}
.job-photo select {
  margin-bottom: 0;
}
.job-photo .controls {
  text-align: center;
}
.job-photo .controls a {
  position: absolute;
  bottom: 5px;
  font-size: 2em;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #FFF;
}
.job-photo .controls .delete-photo {
  left: 25px;
}
.job-photo .controls .use-photo {
  right: 25px;
}
.communication-tools {
  font-size: 1em;
}
.communication-tools a {
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 70px;
}
.communication-tools i {
  font-size: 2em;
}
.valuation-review-reader {
  height: calc(100vh - 298px);
  width: 100%;
  overflow: auto;
  background-color: #404040;
  position: relative;
}
.valuation-review-reader::-webkit-scrollbar {
  -webkit-appearance: none;
}
.valuation-review-reader::-webkit-scrollbar:vertical {
  width: 11px;
}
.valuation-review-reader::-webkit-scrollbar:horizontal {
  height: 11px;
}
.valuation-review-reader::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(153, 138, 138, 0.5);
}
.valuation-review-comments-contents {
  height: calc(100vh - 271px);
  display: flex !important;
  flex-direction: column;
}
.valuation-review-comments-top {
  width: 100%;
  margin-bottom: 10px;
}
.valuation-review-comments-top .btn {
  float: right;
}
.valuation-review-comments-top .review-toggles .btn {
  margin: 0 0 10px 10px;
}
.valuation-review-comments-top .review-toggles::after {
  content: " ";
  display: block;
  border-bottom: 1px solid #F2F2F2;
}
.valuation-review-comments-middle {
  flex: 1;
  overflow-y: auto;
}
.valuation-review-comments-bottom {
  width: 100%;
  margin-top: 5px;
}
.valuation-review-comments-bottom .btn-gap {
  margin-right: 5px;
}
.review-notes-container {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.review-notes-panel {
  height: 200px;
  margin: 3px 5px 5px;
  scroll-margin-top: 3px;
  padding: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  display: flex !important;
  flex-direction: column;
  overflow-y: scroll;
}
.review-notes-panel-current {
  outline: 3px solid #3498db;
}
.review-notes-panel-top {
  min-height: 20px !important;
}
.review-notes-panel-middle {
  flex: 1;
  display: flex;
}
.review-notes-panel-middle textarea {
  color: #808080;
  margin-bottom: 5px;
}
.review-notes-panel-bottom {
  display: flex;
}
.review-notes-panel-bottom label {
  margin: 0;
}
.review-notes-panel-bottom .btn {
  float: right;
  margin-left: 4px;
}
.review-notes-panel-resolved {
  background-color: #DBE8D8;
}
.review-notes-panel-resolved textarea {
  background-color: #E1EEDE;
}
.compact-height {
  min-height: 20px !important;
}
.edit-review-note-container {
  height: calc(100vh - 271px);
  display: flex !important;
  flex-direction: column;
  background-color: white;
}
.edit-review-note-top {
  padding: 10px 10px 0;
}
.edit-review-note-middle {
  padding: 10px;
  flex-grow: 1;
}
.edit-review-note-middle textarea {
  height: 100%;
}
.edit-review-note-bottom {
  margin: auto;
}
.edit-review-note-bottom .btn {
  margin: 0 4px;
}
#cosign-spinner {
  color: #000;
  margin-right: 1em;
  font-size: 2em;
}
#document-list,
#review-notes {
  padding: 10px;
  background-color: white;
}
.valuation-review-mobile-footer .navbar.navbar-fixed-bottom {
  position: fixed;
  font-size: 1.03rem;
  margin: 0;
  height: 50px;
}
.valuation-review-mobile-footer .pull-left.dropup {
  padding: 10px;
  margin-right: 10px;
  user-select: none;
}
.valuation-review-mobile-footer .pull-left.dropup a:hover span.caret {
  border-bottom-color: #7e7e7e;
}
.valuation-review-mobile-footer .pull-left.dropup a span.caret {
  margin-left: 0.5em;
  border-bottom-color: #009fe3;
  border-width: 7px;
  vertical-align: middle;
}
.valuation-review-mobile-footer .pull-left.dropup ul.dropdown-menu {
  border-radius: 0;
  border: none;
  background-color: #EBEBEB;
  left: -6px;
  bottom: 45px;
  outline: 1px solid #DDD;
  box-shadow: none;
}
.valuation-review-mobile-footer .pull-left.dropup ul.dropdown-menu li a {
  color: #009fe3;
  line-height: 1.75;
}
.valuation-review-mobile-footer .pull-left.dropup ul.dropdown-menu li a:hover {
  background: none;
  color: #7e7e7e;
}
.valuation-review-mobile-footer .pull-right .dropup {
  user-select: none;
}
.valuation-review-mobile-footer .pull-right .dropup a:hover span.caret {
  border-bottom-color: #7e7e7e;
}
.valuation-review-mobile-footer .pull-right .dropup a span.caret {
  margin-left: 0.5em;
  border-bottom-color: #009fe3;
  border-width: 7px;
  vertical-align: middle;
}
.valuation-review-mobile-footer .pull-right .dropup ul.dropdown-menu {
  border-radius: 0;
  border: none;
  background-color: #EBEBEB;
  left: -6px;
  bottom: 45px;
  outline: 1px solid #DDD;
  box-shadow: none;
}
.valuation-review-mobile-footer .pull-right .dropup ul.dropdown-menu li a {
  color: #009fe3;
  line-height: 1.75;
}
.valuation-review-mobile-footer .pull-right .dropup ul.dropdown-menu li a:hover {
  background: none;
  color: #7e7e7e;
}
.valuation-review-mobile-footer .pull-right button {
  margin: 3px 3px 0 0;
}
.job-details-mobile {
  color: #009fe3;
  font-size: 1.6em;
  font-weight: 700;
  position: absolute;
  top: -13px;
  left: 60px;
}
.valuation-review-content {
  display: flex;
  height: calc(100vh - 251px);
  padding: 0;
}
.valuation-review-content #quotation-loader {
  position: initial;
  margin-top: 15%;
}
.valuation-review-content .gdoc-preview {
  width: 100%;
  height: 100%;
  border: none;
  background-color: white;
}
@media (max-width: 767px) {
  .valuation-review-content {
    padding: 10px 0 60px !important;
    height: calc(100vh - 162px);
  }
  .valuation-review-documents-list {
    height: calc(100vh - 157px) !important;
  }
  .valuation-review-reader {
    height: calc(100vh - 205px);
  }
  .valuation-review-comments-contents {
    height: calc(100vh - 182px);
  }
  .edit-review-note-container {
    height: calc(100vh - 182px);
  }
  .absolute-invisible {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#dropzone {
  background: palegreen;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
#dropzone.in {
  width: 500px;
  height: 200px;
  line-height: 200px;
  font-size: larger;
}
#dropzone.hover {
  background: lawngreen;
}
#dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
#valuation-job-owner .control-button {
  margin-left: 10px;
}
#review-confirm-modal,
#valuations-feedback-modal,
#waive-national-qa-modal {
  min-width: unset;
  left: 50%;
  transform: translate(-50%, -10%);
}
#review-confirm-modal .modal-footer,
#valuations-feedback-modal .modal-footer,
#waive-national-qa-modal .modal-footer {
  padding: 15px;
}
#review-confirm-modal .modal-footer .cancel-button,
#valuations-feedback-modal .modal-footer .cancel-button,
#waive-national-qa-modal .modal-footer .cancel-button {
  margin: 0;
}
#view-google-sheet a.btn.dropdown-toggle {
  background-color: #3498db;
  font-size: 16.5px;
  box-shadow: none;
}
#view-google-sheet a.btn.dropdown-toggle span.caret {
  margin-left: 10px;
  border-top-color: #ffffff;
}
#view-google-sheet a.btn.dropdown-toggle:hover,
#view-google-sheet a.btn.dropdown-toggle:focus {
  background-color: #5dade2;
}
#view-google-sheet ul.dropdown-menu {
  border: none;
  border-radius: 3px;
}
#view-google-sheet ul.dropdown-menu li a {
  font-size: 16.5px;
  color: #666666;
}
#view-google-sheet ul.dropdown-menu li a:hover,
#view-google-sheet ul.dropdown-menu a:focus {
  color: #ffffff;
  background-color: #009fe3;
  background-image: none;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.risk-rating {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  cursor: inherit;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}
.risk-rating img {
  padding: 0px 5px 5px 5px;
  padding-top: 0px;
}
.risk-rating i {
  border-left: 1px solid #ffffff;
  cursor: pointer;
  margin-left: 5px;
  padding: 5px 0 5px 5px;
}
.risk-rating .risk-type {
  text-transform: none;
  text-align: right;
}
.risk-rating .Medium,
.risk-rating .High,
.risk-rating .Extreme,
.risk-rating .Low {
  border-radius: 3px;
  padding: 5px;
  padding-left: 28px;
  background-image: url(/assets/cheese-9a3db3fc625e2f0d02fe17dc554feb0a.png);
  background-repeat: no-repeat;
  background-position: 5px 4px;
}
.risk-rating .High,
.risk-rating .Extreme {
  background-color: #f74139;
}
.risk-rating .Medium {
  background-color: #ffa248;
}
.risk-rating .Low {
  background-color: #55a54a;
}
.risk-rating a,
.risk-rating a:hover {
  color: #ffffff;
  background-color: transparent;
}
.property.risk-rating .Medium,
.property.risk-rating .High,
.property.risk-rating .Extreme,
.property.risk-rating .Low {
  cursor: pointer;
  padding-right: 1px;
}
.property.risk-rating .Medium .icon-caret-down,
.property.risk-rating .High .icon-caret-down,
.property.risk-rating .Extreme .icon-caret-down,
.property.risk-rating .Low .icon-caret-down {
  color: #ffffff;
  font-size: 13px;
  background-color: inherit;
  padding: 5px;
  border-left: 2px solid #ffffff;
  margin-left: 5px;
}
#risk-score,
.value-breakup {
  display: none;
  position: absolute;
  top: 10px;
  right: -10px;
}
#risk-score .enquiry-risk-rating,
.value-breakup .enquiry-risk-rating,
#risk-score .popup-body,
.value-breakup .popup-body {
  padding: 10px 20px 0px 10px;
  font-size: 12px;
  white-space: pre-line;
  width: 325px;
  z-index: 10;
  position: relative;
  background: #e1e1e1;
  color: #3b3b41;
  border-radius: 0.309rem;
  left: 25px;
  border: 1px solid #aaaaaa;
}
#risk-score .enquiry-risk-rating .close,
.value-breakup .enquiry-risk-rating .close,
#risk-score .popup-body .close,
.value-breakup .popup-body .close {
  line-height: 2px;
  font-size: 15px;
  font-weight: lighter !important;
  color: #000000;
  opacity: 0.6;
  margin: 0;
  position: absolute;
  right: 3%;
  top: 4%;
}
#risk-score .component-row .span6,
.value-breakup .component-row .span6 {
  min-height: 0;
  height: 22px;
}
#risk-score .component-row .risk-type,
.value-breakup .component-row .risk-type {
  padding-right: 5px;
}
#risk-score .swiss_cheese_breakup,
.value-breakup .swiss_cheese_breakup {
  top: 10px;
}
#risk-score .swiss_cheese_breakup strong.span6,
.value-breakup .swiss_cheese_breakup strong.span6 {
  height: 20px;
}
.popup-message-beak {
  position: relative;
  width: 0;
  height: 0;
  z-index: 200;
  border: 8px solid;
  left: 210px;
  top: 0px;
  border-color: transparent transparent #aaaaaa transparent;
}
*.icon-white {
  color: #ffffff;
}
.disabled-send-button {
  background: #ffffff !important;
  color: #999999 !important;
}
/* required styles */


.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: image-url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: image-url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
/**
 * Colors
 */
/* Replaces #E74C3C */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  width: 95%;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .label-info {
  background-color: #f6f5f5;
  border: 1px solid #c0c0c0;
  padding: 5px;
}
.bootstrap-tagsinput .label {
  font-weight: lighter;
  font-size: 14px;
  border-color: #e1e1e1;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #5e5e5e;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body #zenbox_tab {
  top: 50%;
}
/*























































 */
/**
 * Colors
 */
/* Replaces #E74C3C */
.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
#storm #client-response {
  background: #ffffff;
}
.login-page {
  background: #373737;
}
.login-page .login-btn {
  width: 375px;
  height: 70px;
  display: block;
  background: url(/assets/google_login_btn-dceeac15786f784d9225aaf779cf6d71.png) 0 0 no-repeat;
  margin: 0 auto;
}
.login-page .login-btn:hover,
.login-page .login-btn:focus {
  background-color: #808080 !important;
}
.login-page .login-btn-training {
  background: url(/assets/google_login_btn_training-3ad3af5d157ce1f1a253e69842953cc3.png) 0 0 no-repeat;
}
.login-page #signin {
  margin: 40px 0 0 0;
}
.login-page .storm-logo {
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 100px;
  background: url(/assets/hawk_logo_login_page-912862b3a3e9c2c209cc60ee299ca3bd.png) 0 0 no-repeat;
  background-image: url(/assets/hawk_logo_login_page-639bb0a1b3fdf762c351c997e2e1faeb.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
  margin: 0 auto;
  padding: 0;
  text-indent: -9999em;
  height: 213px;
  width: 414px;
}
.login-page .storm-logo small {
  color: rgba(52, 73, 94, 0.3);
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-top: 5px;
}
.login-page .storm-logo-movember {
  background-image: url(/assets/hawk_logo_login_page_movember-c04b86b6111d11964edcc3da354f9024.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.login-page .storm-logo-anzac {
  background-image: url(/assets/hawk_logo_login_page_anzac-360a674ec41485dd953994cb2c05d214.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.login-page .storm-logo-easter {
  background-image: url(/assets/hawk_logo_login_page_easter-96094ee9d9c9e26a260ac162b6ab9088.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.login-page .storm-logo-christmas {
  background-image: url(/assets/hawk_logo_login_page_christmas-b2a8b0b4ae05d507b440f962e8025432.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.login-page .storm-logo-training {
  background-image: url(/assets/hawk_logo_login_page_training-f7d6070a8b56bbd670752f0a38d981fc.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.login-page .storm-logo-nye {
  background-image: url(/assets/hawk_logo_login_page_nye-df20e94c3c6b17997f79828e25191b00.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.login-page .storm-logo-halloween {
  background-image: url(/assets/hawk_logo_login_page_halloween-85606c3004b35e7a3508d72afa73a944.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.login-page .headline {
  padding: 73px 0 110px;
}
.login-page .headline .welcome {
  font-size: 300%;
  text-align: center;
  color: #707476;
  margin: 40px 0;
  letter-spacing: -0.05em;
}
.flash_notice {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
  margin-right: 7.5px;
}
.navbar-inverse .brand {
  color: #ffffff;
  font-size: 30px;
  font-weight: 200;
  padding-top: 5px;
  padding-bottom: 0px;
}
.navbar-inverse .hawk-logo {
  background: url(/assets/hawk_logo-8a2a479e19c506710d6e30bf25ea2683.png) 0 0 no-repeat;
  background-image: url(/assets/hawk_logo-5026d3cfaabe9e1fd0e1fb1a50a1000f.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
  background-size: contain;
  padding: 0;
  text-indent: -9999em;
  height: 53px;
  width: 131px;
}
.navbar-inverse .hawk-logo-movember {
  background-image: url(/assets/hawk_logo_login_page_movember-c04b86b6111d11964edcc3da354f9024.svg), none;
}
.navbar-inverse .hawk-logo-anzac {
  background-image: url(/assets/hawk_logo_anzac-0e06234e9151fc3715832fe102696658.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.navbar-inverse .hawk-logo-easter {
  background-image: url(/assets/hawk_logo_easter-224e806de427ceee788cae7028c3fab3.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.navbar-inverse .hawk-logo-christmas {
  background-image: url(/assets/hawk_logo_christmas-85d0dad902b3cc9df74381f138d0aa1e.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.navbar-inverse .hawk-logo-training {
  background-image: url(/assets/hawk_logo_training-1c2f98ff5d9401b41de078a1b4dab018.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.navbar-inverse .hawk-logo-nye {
  background-image: url(/assets/hawk_logo_nye-4e6588999094cbe728a830589a34a62b.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.navbar-inverse .hawk-logo-halloween {
  background-image: url(/assets/hawk_logo_halloween-180a505e16438db39b4b615190c8d74b.svg), none;
  /** @see http://css-tricks.com/svg-fallbacks/ */
}
.navbar-inverse .open .hawk-logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.navbar-inverse .btn-group {
  margin: 0px;
}
.navbar-inverse .btn-group .btn {
  background: none;
  border-left: 1px #000000 solid;
  border-radius: 0;
  line-height: 75px;
  padding: 0 1em;
}
.navbar-inverse .btn-group .btn .caret {
  margin-left: 0.5em;
  margin-top: 0;
  border-top: white solid 5px;
  vertical-align: inherit;
}
.navbar-inverse .btn-group .btn-mobile {
  border: none;
  box-shadow: none;
  height: 50px;
  outline: none;
  padding: 0;
}
.navbar-inverse .btn-group .btn-mobile .icon-bar {
  border-radius: 0;
}
.navbar-inverse .btn-group .btn-mobile .icon-bar-ellipsis {
  width: 3px;
}
.navbar-inverse .btn-group .dropdown-menu {
  border-radius: 0px;
  margin: 0px;
  padding: 0;
  color: white;
  background-color: #009fe3;
  box-shadow: none;
  min-width: 160px;
  border: none;
}
.navbar-inverse .btn-group .dropdown-menu.main-menu a {
  padding: 1em;
}
.navbar-inverse .btn-group .dropdown-menu.main-menu i {
  font-size: 1.7em;
  padding-right: 0.5em;
}
.navbar-inverse .btn-group .dropdown-menu li {
  margin: 0;
  padding: 0;
  border: solid 1px #3498db;
}
.navbar-inverse .btn-group .dropdown-menu li a {
  color: white;
  text-decoration: none;
  padding: 5px;
}
.navbar-inverse .btn-group .dropdown-menu .dropdown-submenu {
  position: initial;
}
.navbar-inverse .btn-group .dropdown-menu .dropdown-submenu > a {
  padding: 1em;
  text-align: right;
  box-shadow: none;
  white-space: normal;
}
.navbar-inverse .btn-group .dropdown-menu .dropdown-submenu > a:after {
  float: left;
  border-width: 5px 5px 5px 0;
  border-right-color: #CCC;
}
.navbar-inverse .btn-group .dropdown-menu .dropdown-submenu > .dropdown-menu {
  right: 100%;
  max-height: 500px;
}
.navbar-inverse .btn-group .dropdown-menu .dropdown-submenu > .dropdown-menu li a {
  white-space: normal;
}
.navbar-inverse .navbar-inner {
  border-radius: 0px;
  background-color: #373737;
  color: #ffffff;
}
.navbar-inverse .navbar-inner .btn-group.open .btn.dropdown-toggle {
  background-color: #009fe3;
  box-shadow: none;
}
.navbar-inverse img.avatar {
  width: 24px;
  height: 24px;
  border: 1px solid;
  margin-right: 3px;
  background-image: url(/assets/generic_avatar-23646d42758f5bac7a22cdaa05ae3018.png);
}
.navbar-inverse .user {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 200;
}
.navbar-inverse .btn-group.open .btn.dropdown-toggle {
  background-color: #009fe3;
  box-shadow: none;
}
.navbar-inverse .icon-white {
  padding-right: 5px;
}
.nav-submenu {
  height: 555px;
}
.nav-submenu ul.nav.nav-pills.nav-stacked {
  width: 50px;
}
.nav-submenu ul.nav.nav-pills.nav-stacked a {
  padding: 11px 5px;
  border-radius: 0;
  margin: 0;
}
.main-content {
  min-height: 80%;
}
.flash_alert {
  color: #f74139;
  margin-top: 15px;
  font-size: 25px;
}
.form .pager {
  background-color: transparent;
  width: 100%;
}
.form .pager li > a {
  background-color: #3498db;
}
.form .fix-text-align {
  text-align: center;
}
form {
  margin: 0px;
}
.hidden-form {
  display: none !important;
}
body {
  background: #f5f5f5;
  color: #3b3b41;
  border: none;
}
label {
  text-align: right;
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}
footer,
.push {
  height: 4em;
  line-height: 4em;
  padding: 0 2em;
}
footer {
  position: relative;
}
footer .version_information {
  position: absolute;
  bottom: 0;
}
footer .version_information li {
  float: left;
  font-size: 0.6em;
  padding-right: 2em;
}
.clear {
  clear: both;
}
.required-label:after {
  content: "*";
  padding-left: 0.3em;
  color: red;
  margin-right: -10px;
}
.quotations {
  width: 233px;
  border: 1px solid #999;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.quotations li:last-of-type .generate-quote-btn {
  border-radius: 0 0 6px 6px !important;
}
.quotations .btn.btn-info {
  background-color: white;
  color: #3498db;
  border-color: #999999;
}
.quotations .generate-quote:not(:last-of-type) {
  border-bottom: 1px solid #999;
}
.quotations .generate-quote .btn.btn-info:hover,
.quotations .generate-quote .btn.btn-info:focus,
.quotations .generate-quote .btn.btn-info:active,
.quotations .generate-quote .btn.btn-info.active {
  background-color: #3498db;
  color: white;
}
.quotations .generate-quote .btn.btn-info.selected {
  background-color: #3498db;
  color: white;
}
.quotations .generate-quote .btn.btn-large {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}
.generate-send-quote {
  margin-top: 40px;
  margin-left: 128px;
  width: auto;
}
.send-btn {
  padding-right: 60px;
}
.generate-quote-dropdown .btn.btn-info:focus,
.generate-quote-dropdown .btn.btn-info:active,
.generate-quote-dropdown .btn.btn-info.active {
  background-color: #3498db;
  outline: none;
}
.generate-quote-dropdown .menu-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: .8;
}
.generate-quote-dropdown a {
  padding-right: 14px;
}
.generate-quote-dropdown .icon-chevron-down {
  margin-left: 12px;
}
.generate-quote-dropdown.disabled .btn.btn-info:focus,
.generate-quote-dropdown.disabled .btn.btn-info:active,
.generate-quote-dropdown.disabled .btn.btn-info.active {
  background-color: #F0F0F0;
}
#page-loader {
  font-size: 100px;
  background: transparent;
  border: 0;
  color: black;
  box-shadow: none;
  text-align: center;
  top: 40%;
}
#page-loader .modal.fade {
  -webkit-transition-property: opacity, top;
  -webkit-transition-duration: 0.1s, 0.1s;
  -webkit-transition-timing-function: linear, ease-out;
  -webkit-transition-delay: initial, initial;
  transition-property: opacity, top;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: linear, ease-out;
  transition-delay: initial, initial;
}
#page-loader .icon-spinner.icon-spin {
  -moz-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.blockMsg {
  background-color: none;
}
/* Overrides for Flat UI */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #3498db;
}
.icon-warning-sign {
  color: #f74139;
}
/**
 * Map component styles
 *
 * @todo Shift
 */
.leaflet-container #map_canvas {
  height: 400px;
}
.checkbox,
.radio {
  cursor: pointer;
}
.square-color {
  padding: 0.5em 1.5em;
}
.square-color .team-name {
  font-size: 1.2em;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #FFF;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .row-fluid {
    padding: 0;
  }
  footer,
  .push {
    display: none !important;
  }
  .container-fluid.main-content {
    padding: 0 10px;
  }
}

/*
 * jQuery File Upload UI Plugin CSS 8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../img/loading.gif) center no-repeat;
  background-size: contain;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
}
/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.0
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */

.ui-pnotify {
top: 25px;
right: 25px;
position: absolute;
height: auto;
/* Ensures notices are above everything */
z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 0 0;
padding: .8em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
float: right;
margin-left: .2em;
}
.ui-pnotify-title {
display: block;
margin-bottom: .4em;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
position: absolute;
top: 0;
right: 18px;
width: 70px;
border-top: none;
padding: 0;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
/* Ensures history container is above notices. */
z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
padding: 2px;
}
.ui-pnotify-history-container button {
cursor: pointer;
display: block;
width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
display: block;
margin: 0 auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite-a42cf3c3f2edc994bb81f6369b59a108.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
  background: url(/assets/fancybox_loading-378ec0881ae87f05dc802e7f940a2637.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
  background: transparent url(/assets/blank-68caa28b515983de50986f908240e155.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
  background: url(/assets/fancybox_overlay-5c42b496be08c8c9e50049c4424ccb59.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/fancybox_sprite@2x-654c13f58111572a376dc610f1456b0f.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
    background-image: url(/assets/fancybox_loading@2x-578f3d86e6063fde7c27d6694ed924f0.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
  background-image: url(/assets/fancybox_buttons-cc673e296048bc402b66287138e991ff.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*



 */

/**
 * Colors
 */
/* Replaces #E74C3C */
.document-progress {
  border: thin solid #3498db;
  border-radius: 3px;
  width: 95%;
  margin: 1px 0 0 10px;
}
.document-progress .bar {
  width: 0%;
  height: 14px;
  background: #3498db;
}
.delete-valuation-document {
  border: none;
  color: white;
  background-color: #f74139;
  margin-left: 20px;
  position: relative;
  height: 20px;
}
.delete-valuation-document:before {
  border-color: transparent #f74139 transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: ".";
  height: 0;
  left: -20px;
  position: absolute;
  top: 0px;
  width: 0;
}
.delete-valuation-document:hover:before {
  border-color: transparent #EC7063 transparent transparent;
  transition: all 0.25s ease 0s;
}
.delete-valuation-document:hover {
  background-color: #EC7063;
  transition: all 0.25s ease 0s;
}
.delete-document {
  border: none;
  box-shadow: none;
  text-align: center;
  margin: 0 0 0 10px;
  float: left;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  padding: 5px 10px !important;
  border-radius: 5px;
  background-color: #f74139;
}
.ui-pnotify-title {
  word-break: break-all;
}
#manage-docs-link {
  margin-top: 10px;
}
.fileinput-button input {
  height: 45px;
}
.upload-warning {
  font-weight: bold;
}
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  appearance: none;
  width: 250px;
  height: 20px;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.valuer-map {
  position: relative;
}
.valuer-map .tab-content {
  padding: 1em;
  border: 1px solid #DDD;
  border-top: 0;
  background: #FFF;
}
.valuer-map #valuer-map-wrapper {
  min-height: 400px;
  position: relative;
}
.valuer-map #valuer-map-canvas {
  height: 100%;
  width: 100%;
}
.valuer-map .controls {
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 1;
  width: 50%;
}
.valuer-map ul.valuer-list {
  position: absolute;
  top: 2em;
  right: 1em;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  padding: 1em;
}
.valuer-map ul.valuer-list li img {
  height: .9em;
  vertical-align: baseline;
  padding-right: .25em;
}
.valuer-map ul.valuer-list li a {
  float: right;
  padding-left: 2em;
}
.valuer-map .sched {
  background-color: #f6f5f5;
  padding: .5em;
  margin: 10px;
}
.valuer-map .description {
  background-color: #dddcdc;
  font-size: 10px;
  padding: .5em;
}
.sales-map {
  position: relative;
}
.sales-map #map-controls {
  position: absolute;
  right: 1em;
  top: 1em;
  padding: 1em 0;
  width: 300px;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.7);
}
.sales-map #map-controls input[type='number'] {
  text-align: right;
  padding: 0;
}
.map-wrapper .delete-menu {
  position: absolute;
  margin-top: -10px;
  margin-left: 10px;
  width: 30px;
  overflow: hidden;
  height: 25px;
}
.map-wrapper .delete-menu img {
  height: auto;
  width: auto;
  left: 0;
  position: absolute;
}
.map-wrapper .delete-menu img:hover {
  left: -30px;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.admin-navbar {
  background: #2980b9;
}
.admin-navbar .nav > li > a {
  color: #ffffff;
  text-shadow: none;
}
.map-marker-label {
  position: absolute;
  color: #444;
  font-size: 10px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 5px;
  text-align: center;
}
#user-form .header {
  margin-left: 10px;
  margin-bottom: 20px;
}
#user-form .retire-control .retire-btn {
  margin-right: 10px;
}
#user-form .retire-control .retire-btn.inactive {
  background-color: white;
  color: #db3434;
  box-shadow: 0 0 0 2px #db3434 inset;
}
#user-form .footer-control {
  margin-top: 30px;
}
#user-form .footer-control .submit-btn {
  margin-left: 10px;
}
#user-form hr {
  border-color: #eaeaea;
}
#edit-user-tab {
  border: 1px solid #DDD;
  border-top: 0;
  padding: 1em;
  background: #FFF;
}
#edit-user-tab .header {
  margin-left: 10px;
  margin-bottom: 20px;
}
#edit-user-tab .default-service-area {
  font-size: 15px;
  padding: 10px;
}
#entity-overview {
  border: 1px solid #DDD;
  border-top: 0;
  padding: 1em;
  background: #FFF;
  height: 100%;
}
.admin-user-search-field-container {
  position: relative;
}
.admin-user-search-field-container .admin-user-search-field {
  margin: 0 10px;
  height: 25px !important;
  width: 300px;
  padding: 0px 20px 0px 10px!important;
  border-radius: 0 !important;
  border: 1px solid #CCC !important;
}
.admin-user-search-field-container a {
  position: absolute;
  top: 6px;
  right: 16px;
  color: gray;
}
#bvt-report-job input[disabled],
#bvt-report-job input[readonly],
#bvt-report-job textarea[readonly] {
  background-color: #f5f5f5;
  color: #333333;
}
.search-tabs {
  padding: 1em;
  background: #FFF;
  border: 1px solid #DDD;
  border-top: 0;
}
#property-search input[type='text'] {
  margin-bottom: 0;
}
.advanced-search select {
  margin-bottom: -1px;
}
.advanced-search .delay-reasons {
  margin-left: 0;
}
.advanced-search a.clear-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.7em;
  display: none;
  color: #7e7e7e;
}
.advanced-search a.clear-link:hover {
  color: #009fe3;
}
.advanced-search > .row-fluid {
  position: relative;
}
.advanced-search > .row-fluid:hover a.clear-link {
  display: block;
}
.advanced-search .sort-filter {
  line-height: 2em;
}
.advanced-search .sort-filter select {
  margin-right: 0.5em;
  width: auto;
}
.advanced-search .communicationitems-filter label {
  text-align: left;
}
.advanced-search .communicationitems-filter label input[type=checkbox] {
  margin: 0 0.5em 0 0;
}
.advanced-search input[type=text] {
  margin-bottom: 0;
  border: 1px solid #AAA;
  border-radius: 0;
}
.advanced-search .control-group {
  margin-bottom: 0;
}
.sale,
.rental {
  padding: 1.5em 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CCC;
}
.sale .image-placeholder,
.rental .image-placeholder {
  height: 100px;
  width: 100%;
  background: #CCC;
}
.sale .address,
.rental .address {
  font-weight: bold;
  font-size: 1.5em;
}
.sale .rpdata-details,
.rental .rpdata-details {
  margin-top: 0.5em;
}
.sale .sale-price,
.rental .sale-price {
  font-size: 1.4em;
  text-align: center;
  white-space: nowrap;
}
.sale .rental-price,
.rental .rental-price {
  font-size: 1.4em;
  text-align: center;
  white-space: nowrap;
}
.sale .sale-trust,
.rental .sale-trust,
.sale .sale-date,
.rental .sale-date,
.sale .sale-reviewed-by,
.rental .sale-reviewed-by,
.sale .rental-date,
.rental .rental-date,
.sale .rental-trust,
.rental .rental-trust {
  text-align: center;
}
.sale .rental-span,
.rental .rental-span {
  margin-left: 0px;
}
.sale .rental-span input,
.rental .rental-span input {
  opacity: 1;
  margin-top: 0px;
  margin-right: 3px;
}
table#analysis-improvements {
  border-radius: 0px;
  margin-bottom: 0px;
}
.text-autocomplete-input {
  position: relative;
}
.text-autocomplete-input ul.autocomplete-search-results {
  position: absolute;
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin-top: -15px;
}
.text-autocomplete-input ul.autocomplete-search-results li {
  padding: 0.5em 1em;
  border-bottom: 1px solid #CCC;
}
.text-autocomplete-input ul.autocomplete-search-results li:hover {
  background: #009fe3;
  color: #FFF;
}
.text-autocomplete-input a.autocomplete-clear {
  position: absolute;
  right: 1em;
  top: 5px;
  color: #999;
}
.lga-filter .text-autocomplete-input ul.autocomplete-search-results {
  margin-top: 0;
  z-index: 1;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/


.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.global-paragraph-pills .nav-pills li a.active:not(:focus) {
  color: #ffffff;
}
.global-paragraph-pills .div-pills {
  background-color: #009fe3;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 10px;
}
.office-col {
  max-width: 80px;
  word-wrap: break-word;
  text-align: center;
}
#global-paragraph-search-loader {
  text-align: center;
  left: 40%;
  top: 45%;
  position: fixed;
  background-image: url(/assets/loading-spinner-78688bc1371af39c5bf5b2f437826850.gif);
  background-repeat: no-repeat;
  padding-top: 50px;
}
.global-paragraph-buttons .edit {
  background-color: #009fe3;
}
.global-paragraph-buttons .edit:hover {
  background-color: #009fe3;
}
.global-paragraph-buttons .delete {
  background-color: #ff0000;
}
.global-paragraph-buttons .delete:hover {
  background-color: #ff0000;
}
.global-paragraph-buttons .add {
  background-color: #7ab648;
}
.global-paragraph-buttons .add:hover {
  background-color: #7ab648;
}
#gpd-office-tab .modal {
  top: 0;
}
#gpd-office-tab .modal textarea {
  width: 100%;
}
#gpd-office-tab .modal label.control-label {
  font-weight: bold;
}
#gpd-office-tab .modal .controls p {
  white-space: pre-line;
  padding-top: 6px;
}
#gpd-office-tab .modal button.btn,
#gpd-office-tab .modal .office-select a.btn-small {
  user-select: none;
}
#gpd-office-tab .modal input[disabled],
#gpd-office-tab .modal input[readonly],
#gpd-office-tab .modal textarea[readonly] {
  color: #808080;
}
#gpd-office-tab .modal .attached-column {
  background: #bcbcbc;
  margin-top: -0.409rem;
  border-radius: 0.309rem;
  padding: 0.618rem;
  min-height: 1.25rem;
}
#gpd-office-tab .modal .attached-column > div {
  padding: 0;
}
#gpd-office-tab .modal .attached-column a.close {
  font-size: 20px;
  opacity: 0.2;
}
#gpd-office-tab .modal .attached-column a.close:hover {
  opacity: 0.4;
}
#gpd-office-tab .modal h4 {
  font-weight: 700;
}
li.btn.group-pills {
  background: #ffffff;
  color: #5e5e5e;
  border: 2px solid #dce4ec;
  text-align: left;
  cursor: auto;
  white-space: pre-line;
}
#gpd-national-tab .modal {
  top: 0;
}
#gpd-national-tab .modal textarea {
  width: 100%;
}
#gpd-national-tab .modal b#modalName {
  color: #808080;
  padding: 0.5rem 0 0.5rem 2rem;
  display: block;
}
#gpd-national-tab .modal label.control-label {
  font-weight: bold;
}
#gpd-national-tab .modal .controls p {
  white-space: pre-line;
  padding-top: 6px;
}
#gpd-national-tab .modal button.btn,
#gpd-national-tab .modal .office-select a.btn-small {
  user-select: none;
}
#gpd-national-tab .modal input[disabled],
#gpd-national-tab .modal input[readonly],
#gpd-national-tab .modal textarea[readonly] {
  color: #808080;
}
#gpd-national-tab .modal h4 {
  font-weight: 700;
}
.decline-button {
  color: #f74139;
  background: none;
  box-shadow: 0 0 0 3px #f74139 inset;
}
.decline-button:hover,
.decline-button:active,
.decline-button:focus {
  background-color: #f74139;
  color: #ffffff;
  outline: none;
}
.remove-complex-property {
  float: right;
}
.gpd-search-field-container {
  position: relative;
}
.gpd-search-field-container .gpd-search-field {
  height: 25px !important;
  width: 300px;
  padding: 0px 20px 0px 10px!important;
  border-radius: 0 !important;
  border: 1px solid #CCC !important;
}
.gpd-search-field-container a {
  position: relative;
  top: -4px;
  right: 16px;
  color: gray;
}
.gpd-audit-logs-container {
  padding: 10px 0;
  margin-top: 10px;
  border-top: 1px solid #CCC;
}
table.economic-indicators-table,
table.economic-indicators-table-form {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 5px;
}
table.economic-indicators-table th,
table.economic-indicators-table-form th {
  text-align: left;
  word-wrap: break-word;
  color: white;
  background-color: #009fe3;
  border: 1px solid #009fe3;
  border-radius: 3px;
}
table.economic-indicators-table th p,
table.economic-indicators-table-form th p {
  margin-bottom: 0;
}
table.economic-indicators-table th.indicator,
table.economic-indicators-table-form th.indicator {
  width: 20%;
}
table.economic-indicators-table th.rate,
table.economic-indicators-table-form th.rate {
  width: 10%;
}
table.economic-indicators-table th.comment,
table.economic-indicators-table-form th.comment {
  width: auto;
}
table.economic-indicators-table th.commodity-trends-indicator,
table.economic-indicators-table-form th.commodity-trends-indicator {
  width: 35%;
}
table.economic-indicators-table td,
table.economic-indicators-table-form td {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  word-wrap: break-word;
  border-radius: 3px;
}
table.economic-indicators-table td.row-label,
table.economic-indicators-table-form td.row-label {
  font-weight: bold;
}
table.economic-indicators-table td.bottom-text,
table.economic-indicators-table-form td.bottom-text {
  background-color: white;
  border: none;
  font-style: italic;
  text-align: right;
}
table.economic-indicators-table-form {
  background-color: transparent !important;
}
table.economic-indicators-table-form th:has(input),
table.economic-indicators-table-form td:has(input, textarea) {
  padding: 0;
}
table.economic-indicators-table-form th:has(input) p:first-child,
table.economic-indicators-table-form td:has(input, textarea) p:first-child {
  padding: 8px;
}
table.economic-indicators-table-form th:has(input) input,
table.economic-indicators-table-form td:has(input, textarea) input {
  border-radius: 3px;
}
table.economic-indicators-table-form td.description {
  background: none;
  border: none;
}
table.economic-indicators-table-form td textarea {
  border-radius: 3px;
  resize: none;
  padding-top: 7px;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
}
table.economic-indicators-table-form td input {
  border-radius: 3px;
  height: 38px;
}
.economic-indicators-view .graph-container {
  max-width: 350px;
  height: 200px;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.economic-indicators-view .no-graph-container {
  max-width: 350px;
  height: 200px;
  border: solid 1px #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.economic-indicators-view .graph-display {
  height: 100%;
  object-fit: contain;
}
.graph-upload#dropzone {
  width: 350px;
  height: 200px;
  font-size: medium;
  display: flex;
  flex-direction: column;
  line-height: 150%;
  background: white;
  border: 3px #646464;
  border-style: dashed;
  border-radius: 5%;
  padding: 20px;
  box-sizing: border-box;
}
.graph-upload#dropzone.in {
  line-height: 150%;
  background: #ffffff;
}
.graph-upload#dropzone .large-icon {
  font-size: 3rem;
}
.graph-upload#dropzone span {
  font-size: 0.7rem;
}
.graph-upload#dropzone input {
  display: none;
}
.graph-upload#dropzone a[disabled] {
  color: grey;
}
.graph-upload#dropzone label {
  font-size: medium;
  font-weight: bold;
  text-align: center;
}
.graph-upload#dropzone .loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.graph-upload#dropzone #global-paragraph-search-loader {
  position: relative;
  width: 3em;
  left: 0;
  top: 0;
}
.economic-indicator-graphs-modal {
  max-height: none !important;
}
/**
 * Colors
 */
/* Replaces #E74C3C */
.valuer-qualifications h3,
.valuer-qualifications .form-action-buttons {
  margin: 10px 0 0 0;
}
.valuer-qualifications .valuer-icon-bar {
  margin: 5px 0 15px 0;
  line-height: 30px;
  padding: 10px 0;
  background: white;
}
.valuer-qualifications .valuer-icon-bar .valuer-links {
  text-align: center;
  padding-right: 15px;
  display: flex;
}
.valuer-qualifications .valuer-icon-bar .valuer-links .valuer-link {
  border-bottom: #808080 solid 6px;
  color: #000;
}
.valuer-qualifications .valuer-icon-bar .valuer-links .valuer-link a {
  color: #000;
}
.valuer-qualifications .valuer-icon-bar .valuer-links .valuer-link.active {
  border-bottom: #009fe3 solid 6px;
}
.valuer-qualifications .valuer-icon-bar .valuer-links .valuer-link.active a {
  color: #009fe3;
}
.valuer-qualifications .valuer-icon-bar .pill {
  background-color: #009fe3;
  color: white;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  border-radius: 16px;
  margin: 5px 0;
}
.valuer-qualifications .valuer-icon-bar .icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 82px;
  margin: 4px 0 10px 0;
}
.valuer-qualifications .valuer-icon-bar .icon.user-icon {
  background-image: url(/assets/valuer_user_icon-9300a759e2ab1840b7b376c30a88558a.png);
  height: 112px;
}
.valuer-qualifications .valuer-icon-bar .icon.qualification-icon {
  background-image: url(/assets/valuer_qualification_icon-d79559089669ad8a142f068cc6688c2a.png);
}
.valuer-qualifications .valuer-icon-bar .icon.cv-icon {
  background-image: url(/assets/valuer_cv_and_attachments_icon-0658076f82d91097aa3386df796e1132.jpg);
}
.valuer-qualifications .valuer-icon-bar .icon.skills-icon {
  background-image: url(/assets/valuer_skills_icon-a1e40d9365c765fd8fad15e799d87879.jpg);
}
.valuer-qualifications .valuer-icon-bar .icon.other-icon {
  background-image: url(/assets/valuer_other_icon-84401bc001927ccf5939b4b51df269a2.png);
}
.valuer-qualifications .valuer-icon-bar .icon.countersign-icon {
  background-image: url(/assets/valuer_countersign-0c7b65245ace8e2a573e13ce442cba13.png);
}
.valuer-qualifications .valuer-icon-bar .icon.earnings-icon {
  background-image: url(/assets/valuer_earnings_icon-ac0ca90df3c06af56b18b894b6c22678.png);
}
.valuer-qualifications .valuer-icon-bar .icon.audit-icon {
  background-image: url(/assets/audit_log_icon-e334bfb60c1ddb77ae78153478af4326.png);
}
.valuer-qualifications a.states {
  margin: 0 0 0 5px;
}
.valuer-qualifications a.liability {
  display: block;
}
.valuer-qualifications .qld-registration input {
  margin-bottom: 0;
}
.valuer-qualifications button.generate-qualification {
  margin-left: 0px;
}
.valuer-qualifications .required {
  font-weight: bold;
  color: red;
}
.valuer-qualifications .collapsible {
  cursor: pointer;
  padding: 6px 6px 6px 15px;
  border: none;
  text-align: left;
  width: -webkit-fill-available;
  outline: none;
  font: 700 16.8px "Lato", sans-serif;
  background-color: white;
  color: rgba(0, 0, 0, 0.74);
  margin-bottom: 3px;
  border-radius: 0;
}
.valuer-qualifications .collapsible:after {
  content: '\2303';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.valuer-qualifications .btn.active:after {
  content: "\2304";
}
.valuer-qualifications .content {
  padding: 0 18px;
  overflow: hidden;
  max-height: 1600px;
  transition: max-height 0.2s ease-out;
  background: white;
  margin-bottom: 3px;
}
.valuer-qualifications .content .table td {
  border: none !important;
  padding-left: 1px;
  max-width: 100%;
}
.valuer-qualifications .content .table tbody tr {
  background-color: white !important;
}
.valuer-qualifications .content .tax-logo {
  margin: auto;
  display: block;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  object-fit: contain;
  max-height: 120px;
}
.valuer-qualifications hr {
  border: 0;
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}
.valuer-skills-matrix {
  background: white;
  padding: 15px;
}
.valuer-skills-matrix hr {
  border: 0px;
  border-bottom: 1px solid #cccccc;
  margin: 0px;
}
.valuer-skills-matrix select:focus {
  outline-color: #3498db;
  outline-offset: 0px;
}
.valuer-skills-matrix .row-fluid .row-fluid {
  padding: 0px;
}
.valuer-skills-matrix .row-fluid .row-fluid [class*="span"] {
  padding: 8px 8px 8px 0px;
}
.valuer-skills-matrix .row-fluid.asset-skills .span10,
.valuer-skills-matrix .row-fluid.asset-skills .span2 {
  padding: 0px !important;
}
.valuer-skills-matrix .row-fluid.asset-skills input,
.valuer-skills-matrix .row-fluid.asset-skills select {
  margin-bottom: 0px;
  height: 34px;
}
.valuer-skills-matrix .row-fluid.asset-skills input {
  padding-left: 2px !important;
}
.valuer-skills-matrix .row-fluid.division-skills input,
.valuer-skills-matrix .row-fluid.division-skills select {
  margin-bottom: 0px;
  height: 34px;
}
.valuer-skills-matrix .row-fluid.division-skills .div-skill-start-date {
  margin-bottom: 0px;
}
.valuer-skills-matrix .row-fluid.division-skills .div-skill-start-date input {
  padding-left: 2px;
}
.valuer-skills-matrix .search-box .search-result {
  width: 46%;
}
.valuer-skills-matrix .search-box .search-result table td {
  border: none;
}
.valuer-skills-matrix .search-box .search-result .hover,
.valuer-skills-matrix .search-box .search-result .highlighted-row {
  background-color: #3498db;
  color: #ffffff;
  cursor: pointer;
}
.valuer-skills-matrix .search-box .search-result .hover .muted,
.valuer-skills-matrix .search-box .search-result .highlighted-row .muted {
  color: #ffffff;
}
.valuer-skills-matrix .add-btn {
  margin-top: 20px;
}
.valuer-skills-matrix .property-tab {
  padding-top: 8px;
}
.valuer-skills-matrix #errors {
  margin: 5px 0;
}
.valuer-cv-attachments,
.valuer-audit-log {
  background: white;
  padding: 15px;
}
.valuer-cv-attachments hr,
.valuer-audit-log hr {
  border: 0px;
  border-bottom: 1px solid #cccccc;
  margin: 0px;
}
.valuer-cv-attachments .row-fluid .row-fluid,
.valuer-audit-log .row-fluid .row-fluid {
  padding: 0px;
}
.valuer-cv-attachments .row-fluid .row-fluid [class*="span"],
.valuer-audit-log .row-fluid .row-fluid [class*="span"] {
  padding: 8px 8px 8px 0px;
}
.valuer-cv-attachments textarea,
.valuer-audit-log textarea {
  padding: 0px 0px 0px 8px !important;
  margin-bottom: 0px;
}
.valuer-cv-attachments .row-fluid.employment-history .span4 > .span5,
.valuer-audit-log .row-fluid.employment-history .span4 > .span5 {
  padding: 0px;
}
.valuer-cv-attachments .row-fluid.employment-history .span4 > .span2,
.valuer-audit-log .row-fluid.employment-history .span4 > .span2 {
  line-height: 12px;
}
.valuer-cv-attachments .row-fluid.employment-history input,
.valuer-audit-log .row-fluid.employment-history input {
  padding-left: 8px !important;
  margin-bottom: 0px;
}
.valuer-cv-attachments .row-fluid.attachment-expiry-date .span2,
.valuer-audit-log .row-fluid.attachment-expiry-date .span2,
.valuer-cv-attachments .row-fluid.attachment-expiry-date .span10,
.valuer-audit-log .row-fluid.attachment-expiry-date .span10 {
  min-height: 0px;
  padding: 0px;
}
.valuer-cv-attachments img,
.valuer-audit-log img {
  max-height: 120px;
  display: block;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.valuer-fee-summary {
  background: white;
  padding: 15px !important;
}
.valuer-fee-summary .search-toggle {
  display: block;
  margin-top: 6px;
}
.valuer-fee-summary label.required-label {
  font-size: 12px;
  margin-bottom: 0;
  text-align: left;
  line-height: 30px;
}
.valuer-fee-summary .search-btn {
  width: -webkit-fill-available;
  width: -moz-available;
}
.valuer-fee-summary #advanced-search {
  background-color: #FFFFFF;
  padding: 25px 15px 15px 15px;
  border-radius: 8px;
  border: thin solid #e1e1e1;
}
.valuer-fee-summary #advanced-search .span4,
.valuer-fee-summary #advanced-search .span8 {
  line-height: 30px;
}
.valuer-fee-summary #advanced-search .control-group {
  margin-bottom: 0px;
}
.valuer-fee-summary #advanced-search .cancel-button {
  margin-right: 0px;
}
.valuer-fee-summary .collapsible {
  cursor: pointer;
  padding: 10px 0px 10px 0px ;
  border: none;
  text-align: left;
  width: -webkit-fill-available;
  outline: none;
  font: 700 14px "Lato", sans-serif;
  background-color: white;
  color: rgba(0, 0, 0, 0.74);
  margin-bottom: 3px;
  border-radius: 0;
}
.valuer-fee-summary .collapsible:after {
  content: '\2303';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.valuer-fee-summary .btn.active:after {
  content: "\2304";
}
.valuer-fee-summary .content {
  padding: 0px;
  overflow: hidden;
  max-height: 1200px;
  transition: max-height 0.2s ease-out;
  background: white;
  margin-bottom: 3px;
}
.valuer-fee-summary hr {
  border: 0;
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}
.valuer-fee-summary .fee-summary-header .row-fluid,
.valuer-fee-summary .fee-summary-view .row-fluid {
  padding: 0px;
}
.valuer-fee-summary .fee-summary-header .row-fluid [class*="span"],
.valuer-fee-summary .fee-summary-view .row-fluid [class*="span"] {
  padding: 8px 0px 8px 0px;
}
.valuer-fee-summary select:focus {
  outline-color: #3498db;
  outline-offset: 0px;
}
.disable-cursor {
  cursor: not-allowed;
}
.disable-vpm-for-self {
  opacity: 0.5;
  pointer-events: none;
}
h3 {
  font-size: 16.8px;
}
.valuer-qualifications-view .row-fluid .row-fluid,
.valuer-qualifications-edit .row-fluid .row-fluid,
.qs-qualifications-view .row-fluid .row-fluid,
.qs-qualifications-edit .row-fluid .row-fluid {
  padding: 0px;
}
.valuer-qualifications-view .row-fluid .row-fluid [class*="span"],
.valuer-qualifications-edit .row-fluid .row-fluid [class*="span"],
.qs-qualifications-view .row-fluid .row-fluid [class*="span"],
.qs-qualifications-edit .row-fluid .row-fluid [class*="span"] {
  padding: 8px 8px 8px 0px;
}
.valuer-qualifications-view .row-fluid .row-fluid .valuation-report-delivery .span12,
.valuer-qualifications-edit .row-fluid .row-fluid .valuation-report-delivery .span12,
.qs-qualifications-view .row-fluid .row-fluid .valuation-report-delivery .span12,
.qs-qualifications-edit .row-fluid .row-fluid .valuation-report-delivery .span12 {
  padding: 0px;
}
.valuer-qualifications-view .row-fluid .row-fluid select:focus,
.valuer-qualifications-edit .row-fluid .row-fluid select:focus,
.qs-qualifications-view .row-fluid .row-fluid select:focus,
.qs-qualifications-edit .row-fluid .row-fluid select:focus {
  outline-color: #3498db;
  outline-offset: 0px;
}
.valuer-qualifications-view .row-fluid .row-fluid .api-status,
.valuer-qualifications-edit .row-fluid .row-fluid .api-status,
.qs-qualifications-view .row-fluid .row-fluid .api-status,
.qs-qualifications-edit .row-fluid .row-fluid .api-status,
.valuer-qualifications-view .row-fluid .row-fluid .api-membership-number,
.valuer-qualifications-edit .row-fluid .row-fluid .api-membership-number,
.qs-qualifications-view .row-fluid .row-fluid .api-membership-number,
.qs-qualifications-edit .row-fluid .row-fluid .api-membership-number,
.valuer-qualifications-view .row-fluid .row-fluid .aiqs-membership-type,
.valuer-qualifications-edit .row-fluid .row-fluid .aiqs-membership-type,
.qs-qualifications-view .row-fluid .row-fluid .aiqs-membership-type,
.qs-qualifications-edit .row-fluid .row-fluid .aiqs-membership-type,
.valuer-qualifications-view .row-fluid .row-fluid .aiqs-membership-number,
.valuer-qualifications-edit .row-fluid .row-fluid .aiqs-membership-number,
.qs-qualifications-view .row-fluid .row-fluid .aiqs-membership-number,
.qs-qualifications-edit .row-fluid .row-fluid .aiqs-membership-number,
.valuer-qualifications-view .row-fluid .row-fluid .tax-agent-registration-number,
.valuer-qualifications-edit .row-fluid .row-fluid .tax-agent-registration-number,
.qs-qualifications-view .row-fluid .row-fluid .tax-agent-registration-number,
.qs-qualifications-edit .row-fluid .row-fluid .tax-agent-registration-number,
.valuer-qualifications-view .row-fluid .row-fluid .qld-registration input,
.valuer-qualifications-edit .row-fluid .row-fluid .qld-registration input,
.qs-qualifications-view .row-fluid .row-fluid .qld-registration input,
.qs-qualifications-edit .row-fluid .row-fluid .qld-registration input,
.valuer-qualifications-view .row-fluid .row-fluid .wa-qualification input,
.valuer-qualifications-edit .row-fluid .row-fluid .wa-qualification input,
.qs-qualifications-view .row-fluid .row-fluid .wa-qualification input,
.qs-qualifications-edit .row-fluid .row-fluid .wa-qualification input,
.valuer-qualifications-view .row-fluid .row-fluid .api-qualification-expiry-date input,
.valuer-qualifications-edit .row-fluid .row-fluid .api-qualification-expiry-date input,
.qs-qualifications-view .row-fluid .row-fluid .api-qualification-expiry-date input,
.qs-qualifications-edit .row-fluid .row-fluid .api-qualification-expiry-date input,
.valuer-qualifications-view .row-fluid .row-fluid .qld-qualification-expiry-date input,
.valuer-qualifications-edit .row-fluid .row-fluid .qld-qualification-expiry-date input,
.qs-qualifications-view .row-fluid .row-fluid .qld-qualification-expiry-date input,
.qs-qualifications-edit .row-fluid .row-fluid .qld-qualification-expiry-date input,
.valuer-qualifications-view .row-fluid .row-fluid .wa-qualification-expiry-date input,
.valuer-qualifications-edit .row-fluid .row-fluid .wa-qualification-expiry-date input,
.qs-qualifications-view .row-fluid .row-fluid .wa-qualification-expiry-date input,
.qs-qualifications-edit .row-fluid .row-fluid .wa-qualification-expiry-date input,
.valuer-qualifications-view .row-fluid .row-fluid .counter-signatory-rights,
.valuer-qualifications-edit .row-fluid .row-fluid .counter-signatory-rights,
.qs-qualifications-view .row-fluid .row-fluid .counter-signatory-rights,
.qs-qualifications-edit .row-fluid .row-fluid .counter-signatory-rights,
.valuer-qualifications-view .row-fluid .row-fluid .aiqs-expiry-date input,
.valuer-qualifications-edit .row-fluid .row-fluid .aiqs-expiry-date input,
.qs-qualifications-view .row-fluid .row-fluid .aiqs-expiry-date input,
.qs-qualifications-edit .row-fluid .row-fluid .aiqs-expiry-date input,
.valuer-qualifications-view .row-fluid .row-fluid .aiqs-member-since input,
.valuer-qualifications-edit .row-fluid .row-fluid .aiqs-member-since input,
.qs-qualifications-view .row-fluid .row-fluid .aiqs-member-since input,
.qs-qualifications-edit .row-fluid .row-fluid .aiqs-member-since input,
.valuer-qualifications-view .row-fluid .row-fluid .tax-agent-expiry-date input,
.valuer-qualifications-edit .row-fluid .row-fluid .tax-agent-expiry-date input,
.qs-qualifications-view .row-fluid .row-fluid .tax-agent-expiry-date input,
.qs-qualifications-edit .row-fluid .row-fluid .tax-agent-expiry-date input {
  padding-left: 8px;
  width: 100%;
}
.valuer-qualifications-view .row-fluid .row-fluid .supervising-member-required-currency input,
.valuer-qualifications-edit .row-fluid .row-fluid .supervising-member-required-currency input,
.qs-qualifications-view .row-fluid .row-fluid .supervising-member-required-currency input,
.qs-qualifications-edit .row-fluid .row-fluid .supervising-member-required-currency input,
.valuer-qualifications-view .row-fluid .row-fluid .cpv-required-currency input,
.valuer-qualifications-edit .row-fluid .row-fluid .cpv-required-currency input,
.qs-qualifications-view .row-fluid .row-fluid .cpv-required-currency input,
.qs-qualifications-edit .row-fluid .row-fluid .cpv-required-currency input {
  padding: 0px 0px 0px 20px;
  width: 100%;
}
.valuer-qualifications-view .row-fluid .row-fluid .span1.threshold-info,
.valuer-qualifications-edit .row-fluid .row-fluid .span1.threshold-info,
.qs-qualifications-view .row-fluid .row-fluid .span1.threshold-info,
.qs-qualifications-edit .row-fluid .row-fluid .span1.threshold-info {
  margin-left: 8px;
}
.valuer-qualifications-view .row-fluid .row-fluid .span1.threshold-info .icon-info-sign,
.valuer-qualifications-edit .row-fluid .row-fluid .span1.threshold-info .icon-info-sign,
.qs-qualifications-view .row-fluid .row-fluid .span1.threshold-info .icon-info-sign,
.qs-qualifications-edit .row-fluid .row-fluid .span1.threshold-info .icon-info-sign {
  line-height: 30px;
}
.valuer-qualifications-view .row-fluid .row-fluid textarea,
.valuer-qualifications-edit .row-fluid .row-fluid textarea,
.qs-qualifications-view .row-fluid .row-fluid textarea,
.qs-qualifications-edit .row-fluid .row-fluid textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.counter-sign-view,
.counter-sign-edit {
  background: white;
  padding: 15px;
}
.counter-sign-view .span4 input,
.counter-sign-edit .span4 input,
.counter-sign-view select,
.counter-sign-edit select {
  box-sizing: border-box;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 34px;
}
.counter-sign-view select:focus,
.counter-sign-edit select:focus {
  outline-color: #3498db;
  outline-offset: 0px;
}
.counter-sign-view i,
.counter-sign-edit i {
  color: #484747;
}
.counter-sign-view i:hover,
.counter-sign-edit i:hover {
  cursor: pointer;
  color: #837f7f;
}
.counter-sign-view .countersign-tooltip .icon-info-sign,
.counter-sign-edit .countersign-tooltip .icon-info-sign {
  line-height: 34px;
}
.counter-sign-view .supervising-member-currency input,
.counter-sign-edit .supervising-member-currency input,
.counter-sign-view .cpv-currency input,
.counter-sign-edit .cpv-currency input {
  padding: 0px 0px 0px 20px;
  width: 100%;
}
.counter-sign-view #countersign-settings-loader,
.counter-sign-edit #countersign-settings-loader {
  margin-top: 5%;
  line-height: 30px;
  height: 200px;
  text-align: center;
}
.counter-sign-division {
  background-color: #009fe3;
  display: flex;
  align-items: center;
}
.counter-sign-division a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}
.counter-sign-division li {
  padding: 14px;
}
.counter-sign-division li.active a {
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
.ios-icon {
  background-image: url(/assets/app_store-26979d3e33fecde589fc7127566bdae1.png);
  height: 100px;
  width: 290px;
  background-size: cover;
  margin: 0 auto;
}
.android-icon {
  background-image: url(/assets/play_store-79baff076de1d95eaf2276ce2fdad61d.png);
  height: 100px;
  width: 290px;
  background-size: cover;
  margin: 0 auto;
}
.control-text {
  padding-top: 5px;
}
#profile-tab {
  margin-bottom: 0;
}
#profile-tab-content {
  border: 1px solid #DDD;
  border-top: 0;
  padding: 1em;
  background: #FFF;
  margin-bottom: 15px;
}
.gpd .pagination {
  position: relative;
  display: block;
  margin: 20px 0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .gpd .pagination {
    display: inline-block;
  }
}
.gpd .pagination > ul {
  background: #d6dbdf;
  color: white;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 6px;
  word-spacing: -0.5px;
}
@media (max-width: 767px) {
  .gpd .pagination > ul {
    height: 41px;
    padding: 0 55px 0 52px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 6px;
  }
}
.gpd .pagination li {
  display: inline-block;
  margin-right: -3px;
  vertical-align: middle;
  word-spacing: normal;
}
.gpd .pagination li.active > a,
.gpd .pagination li.active > span {
  background-color: #1abc9c;
  color: white;
  border-color: #dee2e5;
}
.gpd .pagination li.active.previous > a,
.gpd .pagination li.active.previous > span,
.gpd .pagination li.active.next > a,
.gpd .pagination li.active.next > span {
  margin: 0;
}
.gpd .pagination li.active.previous > a,
.gpd .pagination li.active.previous > a:hover,
.gpd .pagination li.active.previous > a:focus,
.gpd .pagination li.active.previous > span,
.gpd .pagination li.active.previous > span:hover,
.gpd .pagination li.active.previous > span:focus,
.gpd .pagination li.active.next > a,
.gpd .pagination li.active.next > a:hover,
.gpd .pagination li.active.next > a:focus,
.gpd .pagination li.active.next > span,
.gpd .pagination li.active.next > span:hover,
.gpd .pagination li.active.next > span:focus {
  background-color: #1abc9c;
  color: white;
}
.gpd .pagination li:first-child > a,
.gpd .pagination li:first-child > span {
  border-radius: 6px 0 0 6px;
  border-left: none;
}
.gpd .pagination li:first-child.previous + li > a,
.gpd .pagination li:first-child.previous + li > span {
  border-left-width: 0;
}
.gpd .pagination li:last-child {
  margin-right: 0;
}
.gpd .pagination li:last-child > a,
.gpd .pagination li:last-child > a:hover,
.gpd .pagination li:last-child > a:focus,
.gpd .pagination li:last-child > span,
.gpd .pagination li:last-child > span:hover,
.gpd .pagination li:last-child > span:focus {
  border-radius: 0 6px 6px 0;
}
.gpd .pagination li.previous > a,
.gpd .pagination li.previous > span,
.gpd .pagination li.next > a,
.gpd .pagination li.next > span {
  border-right: 2px solid #e4e7ea;
  font-size: 16px;
  min-width: auto;
  padding: 12px 17px;
  background-color: transparent;
}
.gpd .pagination li.next > a,
.gpd .pagination li.next > span {
  border-right: none;
}
.gpd .pagination li.disabled > a,
.gpd .pagination li.disabled > span {
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-right-color: #dee2e5;
  cursor: not-allowed;
}
.gpd .pagination li.disabled > a:hover,
.gpd .pagination li.disabled > a:focus,
.gpd .pagination li.disabled > a:active,
.gpd .pagination li.disabled > span:hover,
.gpd .pagination li.disabled > span:focus,
.gpd .pagination li.disabled > span:active {
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
}
@media (max-width: 767px) {
  .gpd .pagination li.next,
  .gpd .pagination li.previous {
    background-color: #d6dbdf;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
  }
  .gpd .pagination li.previous {
    left: 0;
    right: auto;
    border-radius: 6px 0 0 6px;
  }
}
.gpd .pagination li > a,
.gpd .pagination li > span {
  display: inline-block;
  background: transparent;
  border: none;
  border-left: 2px solid #e4e7ea;
  color: white;
  font-size: 14px;
  line-height: 16px;
  min-height: 41px;
  min-width: 41px;
  outline: none;
  padding: 12px 10px;
  text-align: center;
  transition: 0.25s ease-out;
}
.gpd .pagination li > a:hover,
.gpd .pagination li > a:focus,
.gpd .pagination li > span:hover,
.gpd .pagination li > span:focus {
  background-color: #1abc9c;
  color: white;
}
.gpd .pagination li > a:active,
.gpd .pagination li > span:active {
  background-color: #1abc9c;
  color: white;
}
.gpd .pagination > .btn.previous,
.gpd .pagination > .btn.next {
  margin-right: 8px;
  font-size: 14px;
  line-height: 1.429;
  padding-left: 23px;
  padding-right: 23px;
}
.gpd .pagination > .btn.previous [class*="fui-"],
.gpd .pagination > .btn.next [class*="fui-"] {
  font-size: 16px;
  margin-left: -2px;
  margin-top: -2px;
}
.gpd .pagination > .btn.next {
  margin-left: 8px;
  margin-right: 0;
}
.gpd .pagination > .btn.next [class*="fui-"] {
  margin-right: -2px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .gpd .pagination > .btn {
    display: block;
    margin: 0;
    width: 50%;
  }
  .gpd .pagination > .btn:first-child {
    border-bottom: 2px solid #dee2e5;
    border-radius: 6px 0 0;
  }
  .gpd .pagination > .btn:first-child.btn-primary {
    border-bottom-color: #48c9b0;
  }
  .gpd .pagination > .btn:first-child.btn-danger {
    border-bottom-color: #ec7063;
  }
  .gpd .pagination > .btn:first-child.btn-warning {
    border-bottom-color: #f4d03f;
  }
  .gpd .pagination > .btn:first-child.btn-success {
    border-bottom-color: #58d68d;
  }
  .gpd .pagination > .btn:first-child.btn-info {
    border-bottom-color: #5dade2;
  }
  .gpd .pagination > .btn:first-child.btn-inverse {
    border-bottom-color: #5d6d7e;
  }
  .gpd .pagination > .btn:first-child > [class*="fui"] {
    margin-left: -20px;
  }
  .gpd .pagination > .btn + ul {
    padding: 0;
    text-align: center;
    border-radius: 0 0 6px 6px;
  }
  .gpd .pagination > .btn + ul + .btn {
    border-bottom: 2px solid #dee2e5;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 6px 0 0;
  }
  .gpd .pagination > .btn + ul + .btn.btn-primary {
    border-bottom-color: #48c9b0;
  }
  .gpd .pagination > .btn + ul + .btn.btn-danger {
    border-bottom-color: #ec7063;
  }
  .gpd .pagination > .btn + ul + .btn.btn-warning {
    border-bottom-color: #f4d03f;
  }
  .gpd .pagination > .btn + ul + .btn.btn-success {
    border-bottom-color: #58d68d;
  }
  .gpd .pagination > .btn + ul + .btn.btn-info {
    border-bottom-color: #5dade2;
  }
  .gpd .pagination > .btn + ul + .btn.btn-inverse {
    border-bottom-color: #5d6d7e;
  }
  .gpd .pagination > .btn + ul + .btn > [class*="fui"] {
    margin-right: -20px;
  }
  .gpd .pagination ul {
    display: block;
  }
  .gpd .pagination ul > li > a {
    border-radius: 0;
  }
}
.gpd .pagination-danger ul {
  background-color: #e74c3c;
}
.gpd .pagination-danger ul li.previous > a {
  border-right-color: #ef897e;
}
.gpd .pagination-danger ul li > a,
.gpd .pagination-danger ul li > span {
  border-left-color: #ef897e;
}
.gpd .pagination-danger ul li > a:hover,
.gpd .pagination-danger ul li > a:focus,
.gpd .pagination-danger ul li > span:hover,
.gpd .pagination-danger ul li > span:focus {
  background-color: #ec7063;
}
.gpd .pagination-danger ul li > a:active,
.gpd .pagination-danger ul li > span:active {
  background-color: #c44133;
}
.gpd .pagination-danger ul li.active > a,
.gpd .pagination-danger ul li.active > span {
  background-color: #c44133;
}
.gpd .pagination-success ul {
  background-color: #2ecc71;
}
.gpd .pagination-success ul li.previous > a {
  border-right-color: #75dda1;
}
.gpd .pagination-success ul li > a,
.gpd .pagination-success ul li > span {
  border-left-color: #75dda1;
}
.gpd .pagination-success ul li > a:hover,
.gpd .pagination-success ul li > a:focus,
.gpd .pagination-success ul li > span:hover,
.gpd .pagination-success ul li > span:focus {
  background-color: #58d68d;
}
.gpd .pagination-success ul li > a:active,
.gpd .pagination-success ul li > span:active {
  background-color: #27ad60;
}
.gpd .pagination-success ul li.active > a,
.gpd .pagination-success ul li.active > span {
  background-color: #27ad60;
}
.gpd .pagination-warning ul {
  background-color: #f1c40f;
}
.gpd .pagination-warning ul li.previous > a {
  border-right-color: #f6d861;
}
.gpd .pagination-warning ul li > a,
.gpd .pagination-warning ul li > span {
  border-left-color: #f6d861;
}
.gpd .pagination-warning ul li > a:hover,
.gpd .pagination-warning ul li > a:focus,
.gpd .pagination-warning ul li > span:hover,
.gpd .pagination-warning ul li > span:focus {
  background-color: #f4d313;
}
.gpd .pagination-warning ul li > a:active,
.gpd .pagination-warning ul li > span:active {
  background-color: #cda70d;
}
.gpd .pagination-warning ul li.active > a,
.gpd .pagination-warning ul li.active > span {
  background-color: #cda70d;
}
.gpd .pagination-info ul {
  background-color: #3498db;
}
.gpd .pagination-info ul li.previous > a {
  border-right-color: #79bbe7;
}
.gpd .pagination-info ul li > a,
.gpd .pagination-info ul li > span {
  border-left-color: #79bbe7;
}
.gpd .pagination-info ul li > a:hover,
.gpd .pagination-info ul li > a:focus,
.gpd .pagination-info ul li > span:hover,
.gpd .pagination-info ul li > span:focus {
  background-color: #5dade2;
}
.gpd .pagination-info ul li > a:active,
.gpd .pagination-info ul li > span:active {
  background-color: #2c81ba;
}
.gpd .pagination-info ul li.active > a,
.gpd .pagination-info ul li.active > span {
  background-color: #2c81ba;
}
.gpd .pagination-inverse ul {
  background-color: #34495e;
}
.gpd .pagination-inverse ul li.previous > a {
  border-right-color: #798795;
}
.gpd .pagination-inverse ul li > a,
.gpd .pagination-inverse ul li > span {
  border-left-color: #798795;
}
.gpd .pagination-inverse ul li > a:hover,
.gpd .pagination-inverse ul li > a:focus,
.gpd .pagination-inverse ul li > span:hover,
.gpd .pagination-inverse ul li > span:focus {
  background-color: #415b76;
}
.gpd .pagination-inverse ul li > a:active,
.gpd .pagination-inverse ul li > span:active {
  background-color: #2c3e50;
}
.gpd .pagination-inverse ul li.active > a,
.gpd .pagination-inverse ul li.active > span {
  background-color: #2c3e50;
}
.gpd .pagination-minimal > ul > li:first-child {
  border-radius: 6px 0 0 6px;
}
.gpd .pagination-minimal > ul > li:first-child.previous + li > a,
.gpd .pagination-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}
.gpd .pagination-minimal > ul > li:last-child {
  border-radius: 0 6px 6px 0;
}
.gpd .pagination-minimal > ul > li.previous > a,
.gpd .pagination-minimal > ul > li.previous > span,
.gpd .pagination-minimal > ul > li.next > a,
.gpd .pagination-minimal > ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid #e4e7ea;
  margin: 0 9px 0 0;
  padding: 12px 17px;
  border-radius: 6px 0 0 6px;
}
.gpd .pagination-minimal > ul > li.previous > a,
.gpd .pagination-minimal > ul > li.previous > a:hover,
.gpd .pagination-minimal > ul > li.previous > a:focus,
.gpd .pagination-minimal > ul > li.previous > span,
.gpd .pagination-minimal > ul > li.previous > span:hover,
.gpd .pagination-minimal > ul > li.previous > span:focus,
.gpd .pagination-minimal > ul > li.next > a,
.gpd .pagination-minimal > ul > li.next > a:hover,
.gpd .pagination-minimal > ul > li.next > a:focus,
.gpd .pagination-minimal > ul > li.next > span,
.gpd .pagination-minimal > ul > li.next > span:hover,
.gpd .pagination-minimal > ul > li.next > span:focus {
  border-color: #e4e7ea !important;
}
@media (max-width: 767px) {
  .gpd .pagination-minimal > ul > li.previous > a,
  .gpd .pagination-minimal > ul > li.previous > span,
  .gpd .pagination-minimal > ul > li.next > a,
  .gpd .pagination-minimal > ul > li.next > span {
    margin-right: 0;
  }
}
.gpd .pagination-minimal > ul > li.next {
  margin-left: 9px;
}
.gpd .pagination-minimal > ul > li.next > a,
.gpd .pagination-minimal > ul > li.next > span {
  border-left: 2px solid #e4e7ea;
  border-right: none;
  margin: 0;
  border-radius: 0 6px 6px 0;
}
.gpd .pagination-minimal > ul > li.active > a,
.gpd .pagination-minimal > ul > li.active > span {
  background-color: white;
  border-color: white;
  border-width: 2px !important;
  color: #d6dbdf;
  margin: 10px 5px 9px;
}
.gpd .pagination-minimal > ul > li.active > a:hover,
.gpd .pagination-minimal > ul > li.active > a:focus,
.gpd .pagination-minimal > ul > li.active > span:hover,
.gpd .pagination-minimal > ul > li.active > span:focus {
  background-color: white;
  border-color: white;
  color: #d6dbdf;
}
.gpd .pagination-minimal > ul > li.active.previous,
.gpd .pagination-minimal > ul > li.active.next {
  border-color: #e4e7ea;
}
.gpd .pagination-minimal > ul > li.active.previous {
  margin-right: 6px;
}
.gpd .pagination-minimal > ul > li > a,
.gpd .pagination-minimal > ul > li > span {
  background: white;
  border: 5px solid #d6dbdf;
  color: white;
  line-height: 16px;
  margin: 7px 2px 6px;
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  border-radius: 50px;
  background-clip: padding-box;
  transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
}
.gpd .pagination-minimal > ul > li > a:hover,
.gpd .pagination-minimal > ul > li > a:focus,
.gpd .pagination-minimal > ul > li > span:hover,
.gpd .pagination-minimal > ul > li > span:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: white;
  transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
.gpd .pagination-minimal > ul > li > a:active,
.gpd .pagination-minimal > ul > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}
.gpd .pagination-plain {
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
  height: 57px;
}
.gpd .pagination-plain > li {
  display: inline;
}
.gpd .pagination-plain > li.previous {
  padding-right: 23px;
}
.gpd .pagination-plain > li.next {
  padding-left: 20px;
}
.gpd .pagination-plain > li.active > a {
  color: #d3d7da;
}
.gpd .pagination-plain > li > a {
  padding: 0 5px;
}
@media (max-width: 480px) {
  .gpd .pagination-plain {
    overflow: hidden;
    text-align: center;
  }
  .gpd .pagination-plain > li.previous {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    width: 50%;
  }
  .gpd .pagination-plain > li.next {
    float: right;
    margin-top: -64px;
    text-align: right;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gpd .pagination-plain {
    height: auto;
  }
}
.gpd .pagination-dropdown ul {
  min-width: 67px;
  width: auto;
  left: 50%;
  margin-left: -34px;
}
.gpd .pagination-dropdown ul li {
  display: block;
  margin-right: 0;
}
.gpd .pagination-dropdown ul li:first-child > a,
.gpd .pagination-dropdown ul li:first-child > span {
  border-radius: 6px 6px 0 0;
}
.gpd .pagination-dropdown ul li:last-child > a,
.gpd .pagination-dropdown ul li:last-child > span {
  border-radius: 0 0 6px 6px !important;
}
.gpd .pagination-dropdown ul li > a,
.gpd .pagination-dropdown ul li > span {
  border-left: none;
  display: block;
  float: none;
  padding: 8px 10px 7px;
  text-align: center;
  min-height: 0;
}
.gpd .pagination-dropdown.dropup {
  position: relative;
}
.gpd .pagination-dropdown.place-in-row .dropdown-toggle {
  display: none;
}
.gpd .pagination-dropdown.place-in-row ul.dropdown-menu,
.gpd .pagination-dropdown.place-in-row ul.select2-drop {
  background: transparent;
  border: none;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
  max-width: auto;
  border-radius: 0;
  display: inline-block;
  margin-left: auto;
  margin-bottom: auto;
  vertical-align: middle;
  word-spacing: normal;
  z-index: 1;
}
.gpd .pagination-dropdown.place-in-row ul.dropdown-menu > li,
.gpd .pagination-dropdown.place-in-row ul.select2-drop > li {
  display: inline-block;
  margin-right: -3px;
}
.gpd .pagination-dropdown.place-in-row ul.dropdown-menu > li > a,
.gpd .pagination-dropdown.place-in-row ul.select2-drop > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-left: 2px solid #e4e7ea;
  color: white;
}
.gpd .pagination-dropdown.place-in-row ul.dropdown-menu > li > a:hover,
.gpd .pagination-dropdown.place-in-row ul.select2-drop > li > a:hover,
.gpd .pagination-dropdown.place-in-row ul.dropdown-menu > li > a:focus,
.gpd .pagination-dropdown.place-in-row ul.select2-drop > li > a:focus {
  background-color: #1abc9c;
  color: white;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#viewer-container {
  width: 100%;
}

#toolbar {
  height: 38px;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  padding-top: 5px;
  margin-bottom: 5px;
  background-color: white;
}

#findbar {
  padding: 0 5px 0 0;
  margin-top: 3px;
  margin-left: 5px;
}

#findbar input {
  border-right: none;
  border-radius: 15px 0 0 15px;
  width: 150px;
}

#findInput.notFound {
  background-color: #b94a48;
}

#findMsg {
  font-style: italic;
  color: #A6B7D0;
  margin-left: 10px;
}

#findMsg:empty {
  display: none;
}

#findbar button {
  height: 29px;
}

#zoom-btn-group {
  margin-right: 5px;
}

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;

  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
  border-radius: 0px;
}

.textLayer .highlight.selected {
  background-color: rgb(0, 100, 0);
}

.textLayer ::-moz-selection { background: rgb(0,0,255); }

.textLayer ::selection { background: rgb(0,0,255); }

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.textLayer .endOfContent.active {
  top: 0px;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  -o-border-image: image-url('shadow.png') 9 9 repeat;
     border-image: image-url('shadow.png') 9 9 repeat;
  background-color: white;
}

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}

.pdfViewer.scrollHorizontal, .pdfViewer.scrollWrapped, .spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}

.pdfViewer.scrollHorizontal, .spread {
  white-space: nowrap;
}

.pdfViewer.removePageBorders,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page {
  margin-left: -3.5px;
  margin-right: -3.5px;
}

.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders.scrollHorizontal .page,
.pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 12px;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
#autumn-navbar.main-navigation {
  margin-bottom: 20px;
}
#autumn-navbar.main-navigation .navbar-inner {
  background: linear-gradient(0deg, #0ab5ff 0%, #009fe3 100%);
  color: #ffffff;
  border: none;
  padding: 0;
  padding-top: 4px;
  border-radius: 0 !important;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  height: 68px;
}
#autumn-navbar.main-navigation .navbar-inner > .container-fluid {
  padding-right: 12px!important;
  padding-left: 19px;
}
#autumn-navbar.main-navigation .navbar-inner > .container-fluid > .nav-right.nav-collapse.collapse > .nav.nav-left > .dropdown > .dropdown-toggle {
  display: inline-flex;
  text-transform: capitalize;
}
.navbar .nav > li > a {
  color: #ffffff !important;
  text-shadow: none;
  letter-spacing: 0.00937em;
  padding: 10px 15px 10px;
}
#autumn-navbar.navbar .nav li ul {
  left: unset;
  transform: unset;
}
#autumn-navbar.navbar .nav > li > ul > li {
  padding: 0px;
  background-color: #ffffff;
}
#autumn-navbar .open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 100 !important;
  z-index: 2000 !important;
  border: none;
  padding: 5px 0;
}
#autumn-navbar li.dropdown > .dropdown-menu {
  min-width: 280px;
}
#autumn-navbar .dropdown-menu > li > a,
#autumn-navbar .dropdown-menu > li > span > a {
  color: #666666;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125rem;
  padding: 3px 3px 3px 42px;
  position: relative;
  border-radius: 0;
}
#autumn-navbar .dropdown-menu > li > a:hover,
#autumn-navbar .dropdown-menu > li > span > a:hover {
  color: #ffffff;
  background: #009fe3;
}
#autumn-navbar .dropdown-menu > li > a:hover .material-icons,
#autumn-navbar .dropdown-menu > li > span > a:hover .material-icons {
  filter: invert(100%) sepia(0%) saturate(7492%) hue-rotate(309deg) brightness(106%) contrast(102%);
}
#autumn-navbar .dropdown-menu > li > a.active,
#autumn-navbar .dropdown-menu > li > span > a.active {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='%23009fe3'/%3E%3C/svg%3E") center left 10px no-repeat;
}
#autumn-navbar .dropdown-menu > li > a.active:hover,
#autumn-navbar .dropdown-menu > li > span > a.active:hover {
  color: #ffffff;
  background: #009fe3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='%23fff'/%3E%3C/svg%3E") center left 10px no-repeat;
}
#autumn-navbar .dropdown-menu > li > a .material-icons,
#autumn-navbar .dropdown-menu > li > span > a .material-icons {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 22px;
  filter: invert(40%) sepia(1%) saturate(0%) hue-rotate(145deg) brightness(97%) contrast(90%);
}
#autumn-navbar .dropdown-menu > li > a .material-icons.user-icon,
#autumn-navbar .dropdown-menu > li > span > a .material-icons.user-icon {
  background: transparent url(/assets/icon_my_enquiries-ddce2c280ae9717cf8ad50727651bca0.svg) center no-repeat;
  background-size: contain;
}
#autumn-navbar .dropdown-menu > li > a .material-icons.log-out-icon,
#autumn-navbar .dropdown-menu > li > span > a .material-icons.log-out-icon {
  background: transparent url(/assets/icon-logout-7a1045d04ac42370187ea079592500e4.svg) center no-repeat;
  background-size: contain;
}
#autumn-navbar .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5 !important;
  border-bottom: 1px solid #ffffff;
}
.nav-left .dropdown-toggle .caret {
  border-bottom-color: #ffffff!important;
  position: absolute;
  right: 0px;
  display: inline-block;
  border-top: 6px solid #ffffff!important;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
}
.navbar .nav > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu::after {
  border: none!important;
  content: none!important;
}
.main-navigation .brand,
.main-navigation .brand-no-line {
  text-indent: -200%;
  overflow: hidden;
  background: url(/assets/logo-htw-7f7ee33542acaf409f9aacc0b92b1fb7.svg) left center no-repeat;
  background-size: contain;
  width: 176px;
  height: 53px;
  padding: 0;
  margin-left: -7px;
  margin-top: 7px;
  margin-right: 28px;
}
.main-navigation .brand::after {
  content: "";
  float: right;
  background: #8dd4fa;
  width: 1px;
  height: 23px;
  margin-top: 14px;
}
.main-navigation .dropdown-menu > li > a,
.main-navigation .dropdown-menu > li > span > a {
  white-space: nowrap;
  color: #1f567e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: .01rem;
}
.main-navigation .dropdown-menu {
  min-width: 220px;
}
.main-navigation .dropdown-menu > li > a:hover,
.main-navigation .dropdown-menu > li > span > a:hover {
  background: #f2f2f2;
}
.main-navigation .nav-right .dropdown-menu {
  top: 80%!important;
}
.main-navigation .nav-right li::before {
  content: "";
  width: 1px;
  height: 23px;
  position: absolute;
  top: 22px;
  right: 0;
  background: #009FE3;
}
.main-navigation .nav-right li:last-child::before,
.main-navigation .nav-right .dropdown-menu li::before {
  background: transparent;
}
.nav-left .dropdown-toggle {
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 22px !important;
  padding-bottom: 20px !important;
  width: 160px;
  position: relative;
}
.custom-btn {
  width: 90px;
  text-align: center;
  position: relative;
  margin-top: 6px;
  margin-bottom: -2px;
}
.custom-btn .btn-text {
  display: block;
  font-size: .5rem;
  letter-spacing: .0125rem;
  text-transform: uppercase;
  line-height: 8px;
}
.custom-btn .material-icons {
  font-size: 28px;
}
.custom-btn .dot-notification {
  width: 13px;
  height: 13px;
  border-radius: 50px;
  color: #ffffff;
  font-size: .6rem;
  position: absolute;
  top: 13px;
  left: 55%;
  text-align: center;
  line-height: 15px;
}
.dropdown-menu .traffic-dot {
  top: 8px;
  right: 14px;
}
.traffic-dot {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  color: #ffffff;
  font-size: .6rem;
  position: absolute;
  text-align: center;
  line-height: 15px;
}
